@charset "UTF-8";

/* css libs */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

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

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

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

a:hover {
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

/*!* Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com) */
@-ms-viewport {
  width: device-width;
}

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

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

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

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

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

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

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

@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-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;
  -webkit-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -webkit-align-self: 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;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !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;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: 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;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !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;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: 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;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !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;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: 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;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !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;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Bootstrap v3.3.7 (http://getbootstrap.com) */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

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

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

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

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

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-actions {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 2.2em;
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-loading {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em;
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-validationerror {
  font-size: 1em;
}

body.swal2-toast-shown>.swal2-container {
  position: fixed;
  background-color: transparent;
}

body.swal2-toast-shown>.swal2-container.swal2-shown {
  background-color: transparent;
}

body.swal2-toast-shown>.swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-top-end,
body.swal2-toast-shown>.swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown>.swal2-container.swal2-top-left,
body.swal2-toast-shown>.swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown>.swal2-container.swal2-center-left,
body.swal2-toast-shown>.swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown>.swal2-container.swal2-center-end,
body.swal2-toast-shown>.swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-bottom-left,
body.swal2-toast-shown>.swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown>.swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-bottom-end,
body.swal2-toast-shown>.swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.swal2-popup.swal2-toast {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  padding: .625em;
  -webkit-box-shadow: 0 0 .625em #d9d9d9;
  box-shadow: 0 0 .625em #d9d9d9;
  overflow-y: hidden;
}

.swal2-popup.swal2-toast .swal2-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: initial;
}

.swal2-popup.swal2-toast .swal2-content {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon-text {
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: 0 .3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  -webkit-box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.25em;
  left: -.9375em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
  -ms-transform-origin: 2em 2em;
  transform-origin: 2em 2em;
  -webkit-border-radius: 4em 0 0 4em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.25em;
  left: .9375em;
  -webkit-transform-origin: 0 2em;
  -ms-transform-origin: 0 2em;
  transform-origin: 0 2em;
  -webkit-border-radius: 0 4em 4em 0;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: showSweetToast .5s;
  animation: showSweetToast .5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: hideSweetToast .2s forwards;
  animation: hideSweetToast .2s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: animate-toast-success-tip .75s;
  animation: animate-toast-success-tip .75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: animate-toast-success-long .75s;
  animation: animate-toast-success-long .75s;
}

@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }

  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5;
  }

  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7;
  }

  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }

  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5;
  }

  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7;
  }

  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1;
  }

  33% {
    opacity: .5;
  }

  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }

  33% {
    opacity: .5;
  }

  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }

  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }

  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }

  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }

  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@-webkit-keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }

  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }

  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  height: auto;
  overflow-y: hidden;
}

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
}

body.swal2-no-backdrop .swal2-shown>.swal2-modal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-top-left,
body.swal2-no-backdrop .swal2-shown.swal2-top-start {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-left,
body.swal2-no-backdrop .swal2-shown.swal2-center-start {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

.swal2-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-container.swal2-grow-row>.swal2-modal {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.swal2-container.swal2-grow-column>.swal2-modal {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right)>.swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-container.swal2-fade {
  -webkit-transition: background-color .1s;
  -o-transition: background-color .1s;
  transition: background-color .1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
  display: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  -webkit-border-radius: .3125em;
  border-radius: .3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swal2-popup:focus {
  outline: 0;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

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

.swal2-popup .swal2-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 .4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-popup .swal2-actions {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25em auto 0;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  border: .25em solid transparent;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-right-color: transparent;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  content: '';
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-popup .swal2-styled {
  margin: 0 .3125em;
  padding: .625em 2em;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  -webkit-border-radius: .25em;
  border-radius: .25em;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  -webkit-border-radius: .25em;
  border-radius: .25em;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-popup .swal2-styled:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-popup .swal2-footer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25em 0 0;
  padding-top: 1em;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.2em;
  min-width: 1.2em;
  height: 1.2em;
  margin: 0;
  padding: 0;
  -webkit-transition: color .1s ease-out;
  -o-transition: color .1s ease-out;
  transition: color .1s ease-out;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-size: -webkit-calc(2.5em - .25em);
  font-size: calc(2.5em - .25em);
  line-height: 1.2em;
  cursor: pointer;
}

.swal2-popup .swal2-close:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #f27474;
}

.swal2-popup>.swal2-checkbox,
.swal2-popup>.swal2-file,
.swal2-popup>.swal2-input,
.swal2-popup>.swal2-radio,
.swal2-popup>.swal2-select,
.swal2-popup>.swal2-textarea {
  display: none;
}

.swal2-popup .swal2-content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  word-wrap: break-word;
}

.swal2-popup #swal2-content {
  text-align: center;
}

.swal2-popup .swal2-checkbox,
.swal2-popup .swal2-file,
.swal2-popup .swal2-input,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-select,
.swal2-popup .swal2-textarea {
  margin: 1em auto;
}

.swal2-popup .swal2-file,
.swal2-popup .swal2-input,
.swal2-popup .swal2-textarea {
  width: 100%;
  -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
  transition: border-color .3s, -webkit-box-shadow .3s;
  -o-transition: border-color .3s, box-shadow .3s;
  transition: border-color .3s, box-shadow .3s;
  transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: .1875em;
  border-radius: .1875em;
  font-size: 1.125em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-popup .swal2-file::-webkit-input-placeholder,
.swal2-popup .swal2-input::-webkit-input-placeholder,
.swal2-popup .swal2-textarea::-webkit-input-placeholder {
  color: #ccc;
}

.swal2-popup .swal2-file:-ms-input-placeholder,
.swal2-popup .swal2-input:-ms-input-placeholder,
.swal2-popup .swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}

.swal2-popup .swal2-file::-ms-input-placeholder,
.swal2-popup .swal2-input::-ms-input-placeholder,
.swal2-popup .swal2-textarea::-ms-input-placeholder {
  color: #ccc;
}

.swal2-popup .swal2-file::-moz-placeholder,
.swal2-popup .swal2-input::-moz-placeholder,
.swal2-popup .swal2-textarea::-moz-placeholder {
  color: #ccc;
}

.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-popup .swal2-range input {
  width: 80%;
}

.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center;
}

.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-popup .swal2-input {
  height: 2.625em;
  padding: .75em;
}

.swal2-popup .swal2-input[type=number] {
  max-width: 10em;
}

.swal2-popup .swal2-file {
  font-size: 1.125em;
}

.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: .75em;
}

.swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  color: #545454;
  font-size: 1.125em;
}

.swal2-popup .swal2-checkbox,
.swal2-popup .swal2-radio {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-popup .swal2-checkbox label,
.swal2-popup .swal2-radio label {
  margin: 0 .6em;
  font-size: 1.125em;
}

.swal2-popup .swal2-checkbox input,
.swal2-popup .swal2-radio input {
  margin: 0 .4em;
}

.swal2-popup .swal2-validationerror {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .625em;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
}

.swal2-popup .swal2-validationerror::before {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  content: '!';
  zoom: normal;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

.swal2-icon {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: normal;
}

.swal2-icon-text {
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  -webkit-border-radius: .125em;
  border-radius: .125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
  -ms-transform-origin: 3.75em 3.75em;
  transform-origin: 3.75em 3.75em;
  -webkit-border-radius: 7.5em 0 0 7.5em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  -ms-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  -webkit-border-radius: 0 7.5em 7.5em 0;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -.25em;
  left: -.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  height: .3125em;
  -webkit-border-radius: .125em;
  border-radius: .125em;
  background-color: #a5dc86;
  z-index: 2;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-progresssteps {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  width: 2em;
  height: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show .3s;
  animation: swal2-show .3s;
}

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.swal2-hide {
  -webkit-animation: swal2-hide .15s forwards;
  animation: swal2-hide .15s forwards;
}

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

[dir=rtl] .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip .75s;
  animation: swal2-animate-success-line-tip .75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long .75s;
  animation: swal2-animate-success-line-long .75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon .5s;
  animation: swal2-animate-error-icon .5s;
}

.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark .5s;
  animation: swal2-animate-error-x-mark .5s;
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* fonts */
@font-face {
  font-family: "icons";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/icons/icons.eot");
  src: url("../fonts/icons/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/icons.woff") format("woff"), url("../fonts/icons/icons.ttf") format("truetype");
}

@font-face {
  font-family: "AvenirNextCyr-Regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/AvenirNextCyr-Regular/AvenirNextCyr-Regular.eot");
  src: url("../fonts/AvenirNextCyr-Regular/AvenirNextCyr-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Regular/AvenirNextCyr-Regular.woff") format("woff"), url("../fonts/AvenirNextCyr-Regular/AvenirNextCyr-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "AvenirNextCyr-Medium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/AvenirNextCyr-Medium/AvenirNextCyr-Medium.eot");
  src: url("../fonts/AvenirNextCyr-Medium/AvenirNextCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Medium/AvenirNextCyr-Medium.woff") format("woff"), url("../fonts/AvenirNextCyr-Medium/AvenirNextCyr-Medium.ttf") format("truetype");
}

body {
  font-family: "AvenirNextCyr-Medium", sans-serif;
  color: #2a2a2a;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 80px;
  overflow-x: hidden;
}

body.menu-is-active {
  overflow: hidden;
}

main.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* mobile menu */
.main-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.main-nav.is-active {
  opacity: 1;
  z-index: 11;
  pointer-events: all;
}

.nav-inner {
  width: 100%;
  min-height: 100%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #616E83;
}

.main-nav.is-active .nav-inner {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* common styles */
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.img-holder {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
}

/* btn */
.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-decoration: none;
}

.btn .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #2a2a2a;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn .icon i {
  margin: auto;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* blue btn */
.blue-btn {
  border: 1px solid #FFF;
  min-height: 72px;
  width: 320px;
}

.blue-btn .text {
  text-align: center;
  width: 248px;
  padding: 15px;
  background-color: #FFF;
}

.blue-btn .text span {
  margin: auto;
}

.blue-btn .icon {
  width: 72px;
  background-color: rgba(107, 119, 131, 0.4);
}

.blue-btn:hover .icon {
  background-color: #FFF;
}

.blue-btn:hover .icon i {
  color: #2a2a2a;
}

/* transp btn */
.transp-btn {
  width: 380px;
  padding: 0 20px;
  border-bottom: 1px solid #b9b9b9;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.transp-btn .text {
/*   width: 250px; */
  max-width: 320px;
  padding: 28px 0px;
  line-height: 2;
  letter-spacing: 0.9;
}

.transp-btn:hover {
  border-bottom: 1px solid #616e83;
}

.transp-btn:hover .text,
.transp-btn:hover .icon i {
  color: #616e83;
}

/* icons */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search2:before {
  content: "\e902";
}

.icon-chevron-right:before {
  content: "\e901";
}

.icon-chevron-left:before {
  content: "\e900";
}

.icon-chevron-down:before {
  content: "\e903";
}

.icon-chevron-up:before {
  content: "\e904";
}

.icon-whatsapp:before {
  content: "\e906";
}

.icon-viber:before {
  content: "\e905";
}

/* section title */
.section-title {
  font-size: 50px;
  line-height: 1.3;
  font-family: "PT Serif", serif;
  margin: 0;
}

/* heading with btn */
.heading.with-btn .second-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading.with-btn .section-title {
  margin: 0;
  margin-bottom: 50px;
}

.heading.with-btn .transp-btn {
  margin-top: 5px;
}

.heading.with-btn .text-holder {
  line-height: 2;
}

.heading.with-btn .text-holder p:first-of-type {
  margin-top: 0;
}

.heading.with-btn .text-holder p:last-of-type {
  margin-bottom: 0;
}

/* main styles */
/* header */
#top-anchor {
  position: absolute;
  top: 0;
  left: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  border-bottom: 1px solid #d8d8d8;
  z-index: 10;
}

.header .content-holder {
  min-height: 80px;
  padding: 0 0 0 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .logo {
  margin-top: 24px;
  display: inline-block;
}

.header .logo a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-decoration: none;
}

.header .logo .bigger {
  font-size: 38px;
  font-weight: 700;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.header .logo .smaller {
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 5px;
}

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

.header .header-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
}

.header .header-menu a {
  font-size: 12px;
  line-height: 1.17;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .header-menu a:hover {
  color: #616e83;
}

.header .header-menu li:not(:last-of-type) {
  margin-right: 48px;
}

.header .lang-select {
  float: none;
  height: 80px;
 /* width: 80px;*/
	padding-left:2px;
	padding-right:2px;
  margin-left: 58px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-top: none;
  border-bottom: none;
  border-color: #d8d8d8;
  /*padding: 0;*/
  text-align: center !important;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 1px;
  padding-top: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .lang-select:hover {
  background-color: #2a2a2a;
  color: #FFF;
}

.header .lang-select:focus {
  border-color: #d8d8d8;
}

.header .lang-select::after {
  display: none;
}

.header .lang-select .list {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top: 10px;
  background-color: #616E83;
  width: 170px;
  left: auto;
  right: 0;
  color: #FFF;
  -webkit-box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.22);
}

.header .lang-select .option {
  height: 56px;
  line-height: 56px;
  text-align: center;
}

.header .lang-select .option.selected {
  font-weight: 500;
}

.header .lang-select .option:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.header .lang-select .option:hover {
  background-color: #4E5A6C !important;
}

.header .lang-select .option.focus,
.header .lang-select .option.selected.focus {
  background-color: inherit;
}

.header .search-trigger {
  cursor: pointer;
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .search-trigger i {
  margin: auto;
  font-size: 34px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .search-trigger:hover {
  background-color: #2A2A2A;
}

.header .search-trigger:hover i {
  color: #FFF;
}

.header .menu-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  min-height: 80px;
  width: 198px;
  background-color: #2A2A2A;
  color: #FFF;
  text-align: center;
  padding-top: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .menu-trigger:hover {
  background-color: #616E83;
}

.header .menu-trigger .text {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.17;
  letter-spacing: 1px;
  margin-right: 25px;
}

.header .menu-trigger .hamburger {
  position: relative;
}

.header .menu-trigger .hamburger,
.header .menu-trigger .hamburger::before,
.header .menu-trigger .hamburger::after {
  display: inline-block;
  height: 3px;
  width: 40px;
  background-color: #FFF;
}

.header .menu-trigger .hamburger::before,
.header .menu-trigger .hamburger::after {
  content: "";
  position: absolute;
}

.header .menu-trigger .hamburger::before {
  top: -10px;
  left: 0;
}

.header .menu-trigger .hamburger::after {
  top: 10px;
  left: 0;
}

/* main nav */
.main-nav .top {
  padding: 60px 0;
  background-color: #2A2A2A;
}

.main-nav .content-holder {
  position: relative;
  width: 100%;
  max-width: 1320px;
  padding: 0 10px;
  margin: 0 auto;
}

.main-nav .wrapper {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-nav .column {
  padding: 0 10px;
}

.main-nav .top .column {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav .top .first-column {
  width: 100%;
  max-width: 650px;
}

.main-nav .title {
  color: #FFF;
  font-size: 30px;
  font-family: "PT Serif", serif;
  margin: 0;
}

.main-nav .top .title {
  margin-bottom: 38px;
}

.main-nav .menu-list {
  color: #FFF;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main-nav .content .title {
  margin-bottom: 45px;
}

.main-nav .menu-list li:not(:last-of-type) {
  margin-bottom: 19px;
}

.main-nav .menu-list li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-nav .top .menu-list li a:hover {
  color: #616E83;
}

.main-nav .menu-close {
  position: absolute;
  right: 10px;
  top: -13px;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  width: 30px;
  margin: 0;
  opacity: 1;
  background: none;
}

.main-nav .close-icon,
.main-nav .close-icon::after {
  display: inline-block;
  height: 3px;
  width: 30px;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-nav .close-icon {
  position: relative;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-nav .close:hover {
  opacity: 1;
}

.main-nav .close-icon::after {
  content: "";
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
}

.main-nav .content {
  padding: 60px 0 100px 0;
}

.main-nav .title-block .wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-nav .title-block .services-search {
  position: relative;
}

.main-nav .title-block .second-column,
.main-nav .services-search .input-search {
  width: 100%;
  max-width: 406px;
}

.main-nav .services-search .input-search {
  outline: none;
  border: none;
  background-color: transparent;
  color: #FFF;
  border-bottom: 2px solid #9d9d9d;
  padding: 0 0 24px 49px;
}

.main-nav .services-search .input-search::-webkit-input-placeholder {
  opacity: 1;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #FFF;
  text-transform: uppercase;
}

.main-nav .services-search .input-search::-moz-placeholder {
  opacity: 1;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #FFF;
  text-transform: uppercase;
}

.main-nav .services-search .input-search:-ms-input-placeholder {
  opacity: 1;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #FFF;
  text-transform: uppercase;
}

.main-nav .services-search .input-search::-ms-input-placeholder {
  opacity: 1;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #FFF;
  text-transform: uppercase;
}

.main-nav .services-search .input-search::placeholder {
  opacity: 1;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #FFF;
  text-transform: uppercase;
}

.main-nav .services-search .input-submit {
  height: 26px;
  width: 26px;
  border: none;
  background: none;
  background: url(../img/search-ic.svg) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 20px;
  cursor: pointer;
}

.main-nav .subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  line-height: 1.71;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0;
}

.main-nav .subtitle a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-nav .subtitle a:hover {
  color: #2a2a2a;
}

.main-nav .subtitle i {
  display: none;
  font-size: 20px;
  margin-left: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-nav .subtitle i.active {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.main-nav .menu-services-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-left: 20px;
  margin-top: 16px;
}

.main-nav .menu-services-list li:not(:last-of-type) {
  margin-bottom: 8px;
}

.main-nav .menu-services-list a {
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.9px;
  line-height: 1.67;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-nav .menu-services-list a:hover,
.main-nav .menu-services-list a:hover::before {
  color: #2a2a2a;
}

.main-nav .menu-services-list li a::before {
  content: "•";
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  position: absolute;
  top: -2px;
  left: -20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-nav .content-block .column {
  width: 33.333%;
}

.main-nav .content-block .column:not(:last-of-type) {
  margin-bottom: 70px;
}

.main-nav .content .menu-list a:hover {
  color: #2a2a2a;
}

.main-nav .content .menu-list li:not(:last-of-type) {
  margin-bottom: 16px;
}

/* promo */
.promo {
  min-height: 500px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.promo .overlay {
  background-color: rgba(107, 119, 131, 0.24);
}

.promo .text-holder {
  color: #FFF;
  padding: 92px 0 99px 0;
}

.promo .title {
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-weight: normal;
}

.promo .subtitle {
  font-size: 50px;
  font-family: "PT Serif", serif;
  font-weight: 700;
  line-height: 1.3;
  margin: 19px 0;
}

.promo .btn {
  margin-top: 50px;
}

/* info */
.info {
  padding: 113px 0 139px 0;
  background-color: #EFEFEF;
}

.info .section-title {
  display: inline-block;
  position: relative;
  margin: 0;
  margin-bottom: 49px;
}

.info .section-title span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -40px;
}

.info .text-holder {
  max-width: 657px;
}

.info .content .subtitle {
  font-size: 24px;
  line-height: 1.33;
  font-family: "PT Serif", serif;
  margin: 68px 0 50px 0;
}

.info .content .btn-holder {
  display: none;
}

/* work item */
.work-item .img-holder {
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.work-item .img-holder img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.work-item figcaption {
  line-height: 1.87;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-top: 25px;
}

/* services */
.index-services {
  padding: 113px 0 70px 0;
}

.index-services .heading .text-holder {
  max-width: 560px;
}

.index-services .heading .transp-btn {
  margin-top: -15px;
}

.index-services .content {
  margin-top: 66px;
}

.index-services .services-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-services .content .btn-holder {
  display: none;
}

.index-services .content .load-more {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 380px;
  margin-bottom: 22px;
  padding: 25px 15px;
  background-color: #2A2A2A;
}

.index-services .content .load-more span {
  color: #FFF;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 16px;
}

.index-services .content .load-more:hover img {
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* services item */
.services-item {
  position: relative;
/*   width: 100%; */
    max-width: 297px;
	min-width: 288px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 24px;
/*     height: 360px; */
/*   border: 1px solid rgba(97, 110, 131, 0.4); */
/*   margin-bottom: 105px; */
/* 	margin-top: 24px; */
/*   background-color: #FFF; */
}

.services-item.no-additional {
/*   height: 170px; */
}

.services-item.no-additional .img-holder,
.services-item.no-additional .list-holder {
  min-height: 130px;
}

.services-item.no-additional .transp-btn .text {
  width: 220px;
}

.services-item.no-additional .transp-btn {
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-item:hover .list-holder,
.services-item:hover .transp-btn .line {
  opacity: 1;
  visibility: visible;
}

.services-item:hover .transp-btn i {
  opacity: 0;
  visibility: hidden;
}

.services-item:hover .count {
  opacity: 1;
}

.services-item:hover .transp-btn .text {
  color: #616E83;
}

.services-item:hover .transp-btn .text a {
  border-bottom: 1px solid #616E83;
}

.services-item .count {
  font-size: 30px;
  line-height: 1;
  font-family: "PT Serif", serif;
  font-weight: 700;
  opacity: 0.4;
  margin-right: 26px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	display: none;
}

.services-item .title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 24px 20px 22px 32px;
  min-height: 122px;
	border: 1px solid rgba(97, 110, 131, 0.4);
	background-color: #fff;
	padding-bottom: 48px;
}

.services-item .transp-btn {
  border: none;
  width: 100%;
/*   max-width: 220px; */
  padding: 0;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.services-item .transp-btn .text {
  display: block;
  padding: 0px;
/*   width: 145px; */
}

.services-item .transp-btn .text a {
  border-bottom: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.services-item .transp-btn .icon {
  position: relative;
}

.services-item .transp-btn .line {
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #616e83;
  position: absolute;
  right: 0;
  bottom: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.services-item .img-holder {
  position: relative;
  min-height: 306px;
  margin-top: -36px;
  width: calc(100% - 15px);
}

.services-item .img-holder .overlay {
  background-color: rgba(113, 148, 177, 0.42);
}

.services-item .list-holder {
  position: relative;
  background-color: #616e83;
  min-height: 306px;
  z-index: 2;
  padding: 34px 42px 25px 42px;
  opacity: 0;
/*   visibility: hidden; */
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.services-item .services-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.services-item .services-list li {
  position: relative;
}

.services-item .services-list>li a:hover {
  border-bottom: 1px solid #FFF;
}

.services-item .services-list li a::before {
  content: "•";
  color: #FFF;
  font-size: 12px;
  position: absolute;
  top: -2px;
  left: -20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.services-item .services-list li:not(:last-of-type) {
  margin-bottom: 8px;
}

.services-item .wrap {
  display: inline-block;
}

.services-item .services-list a {
  border-bottom: 1px solid transparent;
  position: relative;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.67;
  letter-spacing: 0.9px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.services-item .list-holder .more {
  position: relative;
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  line-height: 2.43;
  margin-top: 1px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.services-item .list-holder .more::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #FFF;
  position: absolute;
  bottom: 8px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.services-item .more:hover {
  color: #2a2a2a;
}

.services-item .more:hover::after {
  background-color: transparent;
}

/* questions */
.questions {
  padding: 90px 0 89px 0;
  background-color: #616E83;
}

.questions .heading .column {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.questions .heading .second-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.questions .heading .section-title {
  color: #FFF;
}

.questions .heading .subtitle {
  color: #FFF;
  font-size: 12px;
  line-height: 1.17;
  text-transform: uppercase;
}

.questions .heading .third-column {
  margin-top: 44px;
}

.questions .heading .line {
  height: 1px;
  background-color: #FFF;
}

.questions .content {
  margin-top: 50px;
}

.questions .btn-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.questions .more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 38px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.questions .more i {
  font-size: 19px;
  margin-left: 24px;
}

.questions .more:hover {
  color: #2A2A2A;
}

/* question item */
.question-item {
  color: #FFF;
  padding-bottom: 24px;
  border-bottom: 1px solid #2A2A2A;
}

.question-item:not(:last-of-type) {
  margin-bottom: 32px;
}

.question-item .title:hover span {
  border-bottom: 1px solid #2a2a2a;
}

.question-item .title {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.1px;
  font-family: "AvenirNextCyr-Medium", sans-serif;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
  padding-left: 50px;
}

.question-item .title img {
  display: inline-block;
  height: 29px;
  width: 29px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.question-item .title span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}

.question-item .title img.active {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.question-item .answer-block {
  line-height: 2;
  margin-top: 24px;
  display: none;
}

.question-item .answer-block p:first-of-type {
  margin-top: 0;
}

.question-item .answer-block p:last-of-type {
  margin-bottom: 0;
}

/* index news */
.index-news {
  padding: 98px 0 120px 0;
  position: relative;
}

.index-news .heading .title {
  font-size: 15px;
  line-height: 1.87;
  font-weight: 500;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.index-news .content {
  margin-top: 91px;
}

.index-news .content .second-column {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.index-news .content .second-column .btn {
  margin-top: -31px;
}

.index-news .img .wrapper {
  position: relative;
}

.index-news .img .wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.index-news .img .overlay {
  background-color: rgba(120, 135, 148, 0.24);
}

.index-news .img-left .wrapper {
  width: 330px;
  height: 487px;
}

.index-news .img-left {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index-news .img-right .wrapper {
  height: 322px;
  width: 331px;
}

.index-news .img-right {
  position: absolute;
  right: 0;
  top: 120px;
}

.index-news .img-top .wrapper {
  height: 120px;
  width: 513px;
}

.index-news .img-top {
  position: absolute;
  top: 0;
  right: 331px;
}

.news-item .date {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.17;
  letter-spacing: 1px;
}

.news-item .title {
  font-size: 24px;
  font-family: "PT Serif", serif;
  line-height: 1.33;
  margin: 21px 0 30px 0;
}

.news-item .title a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news-item .title a:hover {
  border-bottom: 1px solid #2a2a2a;
}

.news-item p {
  line-height: 2;
}

.news-item p:last-of-type {
  margin-bottom: 0;
}

.news-item .more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 2px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 34px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news-item .more i {
  font-size: 19px;
  margin-left: 26px;
}

.news-item .more:hover {
  color: #616e83;
}

/* news slider */
.news-slider {
  margin: 0 -43px;
}

.news-slider .slider-item {
  margin: 0 43px;
  outline: none;
}

.arrows-holder {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #444444;
}

.arrows-holder .slider-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 72px;
  width: 72px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.arrows-holder .slider-arrow:hover {
  background-color: #616E83;
}

.arrows-holder .slider-arrow i {
  margin: auto;
  padding: 0;
  line-height: initial;
  font-size: 20px;
}

.arrows-holder .slider-arrow:hover i {
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.arrows-holder .next {
  border-left: 1px solid #444444;
  margin-left: -1px;
}

/* footer */
.footer {
  padding-bottom: 67px;
  background-color: #616E83;
}

.footer .scroll-top-holder .first-column {
  position: relative;
}

.footer .scroll-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  width: 65px;
  background-color: #2A2A2A;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #FFF;
  text-decoration: none;
  position: absolute;
  top: -32px;
  right: 0;
  z-index: 2;
}

.footer .scroll-top i {
  margin: auto;
  font-size: 24px;
}

.footer .callback-block {
  padding-top: 60px;
}

.footer .callback-block .title {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.1px;
  color: #FFF;
  text-transform: uppercase;
}

.footer .callback-form {
  margin-top: 47px;
  position: relative;
}

.footer .callback-form .input-tel {
  color: #FFF;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #2a2a2a;
  width: 406px;
  padding-bottom: 19px;
  padding-right: 100px;
  outline: none;
}

.footer .callback-form .input-tel:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer .callback-form .input-tel::-webkit-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #2a2a2a;
  opacity: 0.7;
}

.footer .callback-form .input-tel::-moz-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #2a2a2a;
  opacity: 0.7;
}

.footer .callback-form .input-tel:-ms-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #2a2a2a;
  opacity: 0.7;
}

.footer .callback-form .input-tel::-ms-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #2a2a2a;
  opacity: 0.7;
}

.footer .callback-form .input-tel::placeholder {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #2a2a2a;
  opacity: 0.7;
}

.footer .content-block {
  margin-top: 64px;
}

.footer .subtitle {
  display: inline-block;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .subtitle:hover {
  color: #2a2a2a;
}

.footer .subtitle a {
  text-decoration: none;
}

.footer .content-block .content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .content-block .column {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: 20px;
}

.footer .content-block .first-column {
  width: 100%;
  max-width: 562px;
}

.footer .footer-services-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  max-width: 481px;
}

.footer .footer-services-list a,
.footer .footer-contacts-list a {
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-services-list a {
  line-height: 20px;
}

.footer .footer-services-list a:hover,
.footer .footer-contacts-list a:hover {
  color: #2a2a2a;
}

.footer .footer-contacts-list li {
  color: #FFF;
  font-size: 14px;
  line-height: 2.43;
}

.footer .footer-services-list li {
  margin-bottom: 21px;
}

.footer .footer-services-list li:nth-of-type(9),
.footer .footer-services-list li:nth-of-type(10) {
  margin-bottom: 5px;
}

.footer .footer-services-list li:nth-of-type(odd) {
  width: 100%;
  max-width: 191px;
  margin-right: 40px;
  float: left;
}

.footer .footer-services-list li:nth-of-type(even) {
  width: 100%;
  max-width: 250px;
  float: right;
}

.footer .content-block .second-column {
  width: 100%;
  max-width: 356px;
}

.footer .footer-contacts-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer .third-column .subtitle {
  margin-bottom: 32px;
}

.footer .footer-contacts-list .tel-link,
.footer .footer-contacts-list .mail-link {
  text-decoration: underline;
}

.footer .footer-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer .footer-list li a {
  color: #FFF;
  line-height: 1.17;
  letter-spacind: 1px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-list li a:hover {
  color: #2a2a2a;
}

.footer .footer-list li:not(:last-of-type) {
  margin-bottom: 29px;
}

.footer .content-block .fourth-column {
  margin-top: 28px;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer .lower {
  margin-top: 38px;
}

.footer .lower-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer .lower-list li:not(:last-of-type) {
  margin-right: 45px;
  margin-bottom: 15px;
}

.footer .lower-list li a {
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.17;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .lower-list li a:hover {
  color: #2a2a2a;
}

.footer .privacy {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.17;
  margin-top: 28px;
  text-align: right;
}

.footer .logo {
  display: inline-block;
}

.footer .logo a {
  color: #FFF;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-decoration: none;
}

.footer .logo .bigger {
  font-size: 24px;
  font-weight: 700;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.footer .logo .smaller {
  font-size: 8px;
  text-transform: uppercase;
  margin-left: 5px;
}

.footer .footer-socials {
  font-size: 20px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.footer .footer-socials li:not(:last-of-type) {
  margin-right: 20px;
}

.footer .footer-socials li a,
.footer .footer-socials li a img {
  display: block;
  height: 36px;
  width: 36px;
}

.footer .footer-socials li a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-socials li a:hover {
  opacity: 0.5;
}

.footer #checkbox {
  display: block;
  position: absolute;
  left: 72px;
  top: 5px;
  height: 0px;
  width: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: -1;
}

.footer .checkbox-label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 67px;
}

.footer .checkbox-label::before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 19px;
}

.footer .checkbox-label.active:before {
  background: url(../img/checked.svg) center center no-repeat;
}

.footer .checkbox-label span {
  display: inline-block;
  width: -webkit-calc(100% - 43px);
  width: calc(100% - 43px);
}

.footer .callback-form .fieldset {
  position: relative;
  display: inline-block;
}

.footer .callback-form .submit {
  cursor: pointer;
  border: none;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .callback-form .submit i {
  margin: auto;
  font-size: 20px;
  color: #FFF;
}

.footer .callback-form .input-tel:focus+.submit {
  background-color: #2a2a2a;
}

.footer .callback-form .input-tel:focus::-webkit-input-placeholder {
  color: #FFF;
  font-size: 15px;
}

.footer .callback-form .input-tel:focus::-moz-placeholder {
  color: #FFF;
  font-size: 15px;
}

.footer .callback-form .input-tel:focus:-ms-input-placeholder {
  color: #FFF;
  font-size: 15px;
}

.footer .callback-form .input-tel:focus::-ms-input-placeholder {
  color: #FFF;
  font-size: 15px;
}

.footer .callback-form .input-tel:focus::placeholder {
  color: #FFF;
  font-size: 15px;
}

/* search modal */
.search-modal {
  padding: 0 !important;
}

.search-modal [type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-modal .modal-dialog {
  margin: 0;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.search-modal .modal-content {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  min-height: 300px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #616E83;
}

.search-modal .modal-header {
  border: none;
  padding: 60px 64px 0 0;
}

.search-modal .close {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 0;
  opacity: 1;
  background: none;
}

.search-modal .close:hover {
  opacity: 0;
}

.search-modal .close-icon,
.search-modal .close-icon::after {
  display: inline-block;
  height: 3px;
  width: 30px;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-modal .close-icon {
  position: relative;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-modal .close:hover {
  opacity: 1;
}

.search-modal .close-icon::after {
  content: "";
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
}

.search-modal .close:hover .close-icon,
.search-modal .close:hover .close-icon::after {
  background-color: #2a2a2a;
}

.search-modal .modal-body {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
}

.search-modal .search-form {
  position: relative;
  width: 100%;
  max-width: 470px;
}

.search-modal .search-form .input-search {
  width: 100%;
  max-width: 470px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 22px;
  color: #FFF;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  outline: none;
  padding-right: 47px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-modal .search-form .input-search:invalid {
  background-color: transparent;
}

.search-modal .search-form .input-search::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.9px;
  color: #FFF;
  opacity: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-modal .search-form .input-search::-moz-placeholder {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.9px;
  color: #FFF;
  opacity: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-modal .search-form .input-search:-ms-input-placeholder {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.9px;
  color: #FFF;
  opacity: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-modal .search-form .input-search::-ms-input-placeholder {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.9px;
  color: #FFF;
  opacity: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-modal .search-form .input-search::placeholder {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.9px;
  color: #FFF;
  opacity: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-modal .search-form .input-search:focus::-webkit-input-placeholder {
  color: #2a2a2a;
}

.search-modal .search-form .input-search:focus::-moz-placeholder {
  color: #2a2a2a;
}

.search-modal .search-form .input-search:focus:-ms-input-placeholder {
  color: #2a2a2a;
}

.search-modal .search-form .input-search:focus::-ms-input-placeholder {
  color: #2a2a2a;
}

.search-modal .search-form .input-search:focus::placeholder {
  color: #2a2a2a;
}

.search-modal .search-form .input-submit {
  cursor: pointer;
  border: none;
  background: none;
  height: 26px;
  width: 26px;
  background: url(../img/search-ic.svg) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 24px;
}

/* breadcrumbs */
.breadcrumbs-holder {
  padding: 40px 10px 0 90px;
}

.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.breadcrumbs li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 1px;
  background-color: #2a2a2a;
  margin: 0 9px;
  position: relative;
  top: 2px;
}

.breadcrumbs li {
  margin-bottom: 10px;
}

.breadcrumbs li,
.breadcrumbs li a {
  text-decoration: none;
  font-size: 12px;
  line-height: 1.17;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.breadcrumbs li a:hover {
  color: #616e83;
}

.breadcrumbs li:last-of-type {
  color: #616e83;
}

/* about promo */
.about-promo {
  padding: 66px 0 82px 0;
}

.about-promo .title {
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 32px;
  font-weight: 500;
}

.about-promo .subtitle {
  font-family: "PT Serif", serif;
  font-size: 50px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 40px;
}

.about-promo p {
  line-height: 2;
}

.about-promo p:last-of-type {
  margin-bottom: 0;
}

.about-promo .description {
  width: 100%;
  max-width: 529px;
}

.about-promo .read-more {
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.9px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.about-promo .read-more i {
  font-size: 18px;
  margin-left: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-promo .read-more i.active {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.about-promo .hidden-text {
  display: none;
  width: 100%;
  max-width: 529px;
}

.about-promo .hidden-text p:first-of-type {
  margin-top: 0;
}

/* values */
.values {
  background-color: #616E83;
  padding: 100px 0;
}

.values .img-left {
  height: 181px;
  width: 100%;
  max-width: 639px;
}

.values .img-right {
  height: 150px;
  width: 100%;
  max-width: 621px;
}

.values .img-right img,
.values .img-left img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.values .heading .top .first-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.values .heading .top .img-right {
  position: absolute;
  right: 10px;
  top: -150px;
}

.values .heading .top .blue-btn {
  margin-left: 56px;
  margin-top: 56px;
}

.values .heading .top .blue-btn i {
  color: #FFF;
}

.values .heading .top .blue-btn:hover i {
  color: #2a2a2a;
}

.values .heading .lower {
  margin-top: 80px;
}

.values .heading .lower .column {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.values .heading .lower .second-column {
  text-align: right;
}

.values .heading .section-title {
  color: #FFF;
}

.values .heading .subtitle {
  color: #FFF;
  font-size: 12px;
  line-height: 1.17;
  text-transform: uppercase;
}

.values .heading .line {
  height: 1px;
  background-color: #FFF;
  margin-top: 44px;
}

.values .content {
  color: #FFF;
  margin-top: 64px;
}

.values-item {
  width: 100%;
  max-width: 503px;
  padding-bottom: 32px;
  border-bottom: 1px solid #2a2a2a;
  margin-bottom: 32px;
}

.values-item .title {
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 1.1px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 15px;
}

.values-item p {
  line-height: 2;
}

.values-item p:first-of-type {
  margin-top: 0;
}

.values-item p:last-of-type {
  margin-bottom: 0;
}

.values-item:nth-of-type(even) {
  right: 0 !important;
  left: auto !important;
}

.values-item:nth-of-type(odd) {
  left: 0 !important;
  right: auto !important;
}

/* we do */
.we-do {
  padding: 88px 0 120px 0;
}

.we-do .top-text-holder {
  margin-top: 64px;
  width: 100%;
  max-width: 616px;
  line-height: 2;
}

.we-do .content .lower {
  margin-top: 62px;
}

.we-do .lower p {
  line-height: 1.87;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.we-do .lower p:first-of-type {
  margin-top: 0;
}

.we-do .lower p:last-of-type {
  margin-bottom: 0;
}

.we-do .lower p:not(:first-of-type) {
  margin-top: 32px;
}

.we-do .lower .btn-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.we-do .lower .blue-btn {
  margin-top: 48px;
  border: 1px solid #2a2a2a;
}

.we-do .lower .blue-btn .text {
  color: #FFF;
  background-color: #2A2A2A;
}

.we-do .lower .blue-btn:hover .text {
  background-color: transparent;
  color: #2a2a2a;
}

.we-do .lower .blue-btn .icon {
  background-color: transparent;
}

.we-do .lower .blue-btn:hover .icon {
  background-color: #2a2a2a;
}

.we-do .lower .blue-btn:hover .icon i {
  color: #FFF;
}

/* map */
#map {
  min-height: 500px;
  margin-top: 64px;
}

/* contacts */
.map-section .title-block {
  color: #FFF;
}

.map-section .title-block .first-column {
  position: relative;
}

.map-section .title-block .section-title {
  color: #FFF;
  font-size: 34px;
  margin-bottom: 9px;
}

.map-section .title-block .subtitle {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.map-section .title-block .title-holder {
  width: 100%;
  max-width: 640px;
  background-color: #2a2a2a;
  padding: 23px 88px 30px 49px;
  position: absolute;
  bottom: 0;
}

.contacts {
  padding-bottom: 132px;
  background-color: #D8D8D8;
}

.contacts .contacts-holder {
  color: #FFF;
  padding: 64px 49px 77px 49px;
  background-color: #616E83;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contacts .title {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.1px;
  line-height: 1.6;
  margin: 0;
}

.contacts .contacts-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 25px;
}

.contacts .contacts-list li {
  line-height: 2.67;
}

.contacts .contacts-list li a {
  text-decoration: none;
}

.contacts .contacts-list li a:hover {
  text-decoration: underline;
}

.contacts .socials-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  margin-bottom: 25px;
}

.contacts .socials-list li:not(:last-of-type) {
  margin-right: 16px;
}

.contacts .socials-list li a {
  min-height: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 0.7px;
  line-height: 1.2;
  font-weight: 700;
  padding: 5px 16px;
  width: 100%;
  min-width: 118px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contacts .socials-list li a.whatsapp {
  background-color: #6EC559;
}

.contacts .socials-list li a.whatsapp:hover {
  background-color: #56b63f;
}

.contacts .socials-list li a.viber {
  background-color: #7D3B91;
}

.contacts .socials-list li a.viber:hover {
  background-color: #642f74;
}

.contacts .socials-list li a.telegram {
  background-color: #39A9E6;
}

.contacts .socials-list li a.telegram:hover {
  background-color: #1c97db;
}

.contacts .socials-list li a img {
  margin-right: 8px;
}

.contacts .inner-block:nth-of-type(2) .title {
  margin-bottom: 27px;
}

.contacts .inner-block:nth-of-type(2) .subtitle {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1px;
  margin: 0;
}

.contacts .inner-block:nth-of-type(2) .phone-number {
  line-height: 2.67;
}

.contacts .inner-block:first-of-type {
  width: 100%;
  max-width: 300px;
  margin-right: 117px;
}

.contacts .inner-block:nth-of-type(2) {
  width: -webkit-calc(100% - 417px);
  width: calc(100% - 417px);
}

/* promo category */
.promo-category {
  margin-top: 69px;
  position: relative;
}

.promo-category .section-title {
  width: 100%;
  max-width: 573px;
  line-height: 1.1;
}

.promo-category .subtitle {
  line-height: 1.87;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-top: 77px;
  margin-bottom: 0;
}

.promo-category .categories-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 34px;
}

.promo-category .categories-holder a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 29px 10px;
  background-color: #616E83;
  color: #FFF;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.promo-category .categories-holder a span {
  margin: auto;
}

.promo-category .categories-holder a:not(:last-of-type) {
  margin-right: 2px;
}

.promo-category .categories-holder a:first-of-type,
.promo-category .categories-holder a:nth-of-type(2) {
  width: 100%;
  max-width: 290px;
}

.promo-category .categories-holder a:nth-of-type(3) {
  width: 100%;
  max-width: 463px;
}

.promo-category .categories-holder a.active,
.promo-category .categories-holder a:hover {
  background-color: #2a2a2a;
}

.promo-results {
  margin-top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #FFF;
  padding: 92px 0 158px 0;
}

.promo-results .section-title {
  width: 100%;
  max-width: 573px;
}

.promo-results .subtitle {
  margin-top: 0;
  margin-bottom: 19px;
}

.promo-results .categories-holder {
  margin-top: 90px;
}

.promo-results .searching-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 59px;
}

.promo-results .searching-name .line {
  height: 1px;
  background-color: #FFF;
  width: 100%;
  position: relative;
  top: 1px;
}

.promo-results .searching-name .name {
  min-width: 140px;
  margin-left: 32px;
  text-align: right;
}

/* news */
.news {
  background-color: #E7E7E7;
}

.news .news-promo {
  padding: 88px 0 0 0;
  position: relative;
  min-height: 322px;
}

.news .news-promo .img .wrapper {
  position: relative;
}

.news .news-promo .img .wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.news .news-promo .img .overlay {
  background-color: rgba(120, 135, 148, 0.24);
}

.news .news-promo .img-left .wrapper {
  width: 331px;
  height: 322px;
}

.news .news-promo .img-left {
  position: absolute;
  left: 0;
  top: 0;
}

.news .news-promo .img-right .wrapper {
  height: 172px;
  width: 428px;
}

.news .news-promo .img-right {
  position: absolute;
  right: 0;
  top: 0;
}

.news .news-promo .second-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.news .news-promo .btn {
  border: 1px solid #2a2a2a;
}

.news .news-promo .btn .text {
  background-color: #2a2a2a;
  color: #FFF;
}

.news .news-promo .btn .icon {
  background-color: transparent;
}

.news .news-promo .btn:hover .icon {
  background-color: #2a2a2a;
}

.news .news-promo .btn:hover .icon i {
  color: #FFF;
}

.news .news-promo .column {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.news .content {
  padding: 88px 0 114px 0;
}

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

.news .content .news-item {
  width: 100%;
  max-width: 300px;
  margin-bottom: 56px;
  margin-left: 15px;
  margin-right: 15px;
}

.news .content .pagination {
  margin-top: 16px;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.pagination li:not(last-of-type) {
  margin-right: 2px;
}

.pagination li a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 32px;
  display: inline-block;
  height: 32px;
  min-width: 32px;
  text-align: center;
  padding: 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagination li a.active,
.pagination li a:hover {
  background-color: #616E83;
  color: #FFF;
}

/* useful */
.useful {
  background-color: #E7E7E7;
  padding-bottom: 103px;
}

.useful .heading {
  padding-top: 64px;
}

.useful .heading .subtitle {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.17;
  letter-spacing: 1px;
}

.useful .heading .column {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.useful .heading .second-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.useful .heading .btn {
  border: 1px solid #2a2a2a;
}

.useful .heading .btn .text {
  background-color: #2a2a2a;
  color: #FFF;
}

.useful .heading .btn .icon {
  background-color: transparent;
}

.useful .heading .btn:hover .icon {
  background-color: #2a2a2a;
}

.useful .heading .btn:hover .icon i {
  color: #FFF;
}

.useful .content {
  margin-top: 97px;
}

.useful .pagination {
  margin-top: 71px;
}

.useful .question-item {
  color: #2a2a2a;
}

/* documents */
.documents {
  padding: 64px 0 76px 0;
  background-color: #EFEFEF;
}

.documents .select-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.documents .documents-holder {
  margin-top: 91px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.documents .pagination {
  margin-top: 44px;
}

.document-select {
  display: inline-block;
  height: 72px;
  line-height: 72px;
  border: 1px solid #2a2a2a;
  padding-left: 32px;
  padding-right: 55px;
  -webkit-border-radius: 0;
  border-radius: 0;
  min-width: 337px;
  float: none;
  background-color: #EFEFEF;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.document-select::after {
  height: 9px;
  width: 9px;
  border-color: #2a2a2a;
  right: 35px;
}

.document-select .list {
  background-color: #EFEFEF;
  min-width: 337px;
  width: 100%;
  border: 1px solid #2a2a2a;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 1px;
  border-top: none;
  left: -1px;
  padding: 8px 0;
}

.document-select .option {
  padding: 17px 31px;
  height: auto;
  line-height: 1.17;
}

.document-select .option.selected {
  font-weight: 500;
}

.document-select .option.selected.focus,
.document-select .option:hover {
  background-color: #CED3DA;
}

.document-select:hover,
.document-select:active,
.document-select:focus,
.document-select.open {
  border: 1px solid #2a2a2a;
}

.document-item {
  width: 100%;
  max-width: 301px;
  margin-bottom: 48px;
  margin-left: 15px;
  margin-right: 15px;
}

.document-item .title-block {
  background-color: #FFF;
  padding: 19px 20px 17px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.document-item .title {
  line-height: 1.87;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
}

.document-item .title-block img {
  display: inline-block;
  max-width: 32px;
  height: auto;
}

.document-item .content-block {
  background-color: #616E83;
  padding: 32px 24px 26px 24px;
  min-height: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.document-item .content-block .subtitle {
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 1.1px;
  font-weight: 500;
  width: 100%;
  max-width: 216px;
  margin: 0;
  margin-bottom: 15px;
  color: #FFF;
}

.document-item .download-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.document-item .download-link:hover .text {
  color: #2a2a2a;
}

.document-item .download-link:hover .img-wrapper {
  background-color: #FFF;
}

.document-item .download-link:hover img.dark {
  opacity: 1;
}

.document-item .img-wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 47px;
  width: 47px;
  border: 1px solid #FFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.document-item .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.document-item .img-wrapper img.dark {
  opacity: 0;
}

.document-item .download-link .text {
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.document-item .more {
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.17;
  letter-spacing: 1px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.document-item .more:hover {
  border-bottom: 1px solid #FFF;
}

/* services */
.services {
  padding-top: 63px;
}

.services .heading .subtitle {
  margin: 0;
  margin-top: 21px;
  line-height: 1.87;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 24px;
}

.services .heading {
  padding-bottom: 158px;
}

.services .heading .text-holder {
  width: 100%;
  max-width: 620px;
  line-height: 2;
  margin-top: 24px;
}

.services .heading .text-holder p:first-of-type {
  margin-top: 0;
}

.services .heading .text-holder p:last-of-type {
  margin-bottom: 0;
}

.services .content {
  background-color: #EFEFEF;
  padding-bottom: 146px;
}

.services .content .services-holder,
.inner-page-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
/*   -webkit-justify-content: space-between; */
  -ms-flex-pack: justify;
/*   justify-content: space-between; */
	justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -94px;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 24px;
}

.inner-page-services {
  margin-top: auto;
}

.services .content .pagination {
  margin-top: 14px;
}

/* news inner */
.news-inner {
  padding: 64px 0 72px 0;
}

.news-inner .top-holder .first-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-inner .back {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 0.9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: -7px;
}

.news-inner .back i {
  font-size: 16px;
  position: relative;
  top: -1px;
  margin-right: 15px;
}

.news-inner .back:hover {
  color: #616e83;
}

.news-inner .arrows-holder {
  margin-top: 24px;
}

.news-inner .arrows-holder .prev,
.news-inner .arrows-holder .next {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 72px;
  width: 72px;
}

.news-inner .next:hover,
.news-inner .prev:hover {
  background-color: #616E83;
}

.news-inner .next i,
.news-inner .prev i {
  margin: auto;
  padding: 0;
  line-height: initial;
  font-size: 20px;
}

.news-inner .arrows-holder a {
  text-decoration: none;
}

.news-inner .next:hover i,
.news-inner .prev:hover i {
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news-inner .lower {
  position: relative;
}

.news-inner .lower .first-column img {
  display: block;
  width: 100%;
  height: auto;
  margin: 48px 0;
}

.news-inner .lower .date {
  font-size: 12px;
  line-height: 1.17;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.news-inner .lower p {
  line-height: 2;
}

.news-inner .lower p:first-of-type {
  margin-top: 0;
}

.news-inner .lower p:not(:last-of-type) {
  margin-bottom: 32px;
}

.news-inner .lower p:last-of-type {
  margin-bottom: 0;
}

.news-inner .lower .title {
  font-size: 24px;
  line-height: 1.33;
  font-family: "PT Serif", serif;
  margin: 21px 0;
  width: 100%;
  max-width: 600px;
}

.news-inner .lower .img .wrapper {
  position: relative;
}

.news-inner .lower .img .wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.news-inner .lower .img .overlay {
  background-color: rgba(120, 135, 148, 0.24);
}

.news-inner .lower .img-left .wrapper {
  width: 330px;
  height: 352px;
}

.news-inner .lower .img-left {
  position: absolute;
  left: 0;
  top: 0;
}

.news-inner .lower .img-right .wrapper {
  height: 72px;
  width: 429px;
}

.news-inner .lower .img-right {
  position: absolute;
  right: 0;
  top: 0;
}

/* more news */
.more-news {
  padding-bottom: 159px;
}

.more-news .section-title {
  font-size: 24px;
  line-height: 1.33;
}

.more-news .content {
  margin-top: 56px;
}

.more-news .content .news-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.more-news .content .news-item {
  width: 100%;
  max-width: 300px;
}

/* article inner */
.article-inner {
  padding: 64px 0 0 0;
}

.article-inner .top-holder .inner-top .first-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article-inner .back {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 0.9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: -7px;
}

.article-inner .back i {
  font-size: 16px;
  position: relative;
  top: -1px;
  margin-right: 15px;
}

.article-inner .back:hover {
  color: #616e83;
}

.article-inner .arrows-holder {
  margin-top: 24px;
}

.article-inner .arrows-holder a {
  text-decoration: none;
}

.article-inner .arrows-holder .prev,
.article-inner .arrows-holder .next {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 72px;
  width: 72px;
}

.article-inner .next:hover,
.article-inner .prev:hover {
  background-color: #616E83;
}

.article-inner .next i,
.article-inner .prev i {
  margin: auto;
  padding: 0;
  line-height: initial;
  font-size: 20px;
}

.article-inner .next:hover i,
.article-inner .prev:hover i {
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.article-inner .top-holder .inner-lower {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.article-inner .img .wrapper {
  position: relative;
}

.article-inner .img .wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.article-inner .img .overlay {
  background-color: rgba(120, 135, 148, 0.24);
}

.article-inner .img-left .wrapper {
  width: 322px;
  height: 447px;
}

.article-inner .img-left {
  position: absolute;
  left: 0;
  bottom: 0;
}

.article-inner .img-right .wrapper {
  height: 72px;
  width: 429px;
}

.article-inner .img-right {
  position: absolute;
  right: 0;
  top: 0;
}

.article-inner .top-holder .subtitle {
  line-height: 1.87;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin: 0;
  margin-top: 24px;
  width: 100%;
  max-width: 727px;
}

.article-inner .top-holder .text-holder {
  width: 100%;
  max-width: 940px;
  line-height: 2;
  margin-top: 32px;
}

.article-inner .top-holder .text-holder p:first-of-type {
  margin-top: 0;
}

.article-inner .top-holder .text-holder p:last-of-type {
  margin-bottom: 0;
}

.article-inner .counter-holder {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-right: 100px;
}

.article-inner .counter-holder span {
  font-family: "PT Serif", serif;
}

.article-inner .counter-holder .line {
  height: 1px;
  width: 43px;
  background-color: #2a2a2a;
  margin: 0 14px;
}

.article-inner .counter-holder .current {
  font-size: 32px;
}

.article-inner .counter-holder .total {
  font-size: 14px;
}

.article-holder {
  background-color: #EFEFEF;
  padding-bottom: 147px;
}

.article-holder .experience {
  display: inline-block;
  padding: 27px;
  width: 100%;
  max-width: 305px;
  text-align: center;
  background-color: #616E83;
  color: #FFF;
}

.article-holder .experience span {
  color: #FFF;
  letter-spacing: 1.1px;
  line-height: 1.6;
  text-transform: uppercase;
}

.article-holder .section-title {
  font-size: 34px;
  padding-left: 50px;
}

.article-holder .heading {
  margin-top: 52px;
}

.article-holder .content {
  margin-top: 37px;
}

.article-holder .aside-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.article-holder .aside-list li {
  padding: 16px 0;
  position: relative;
}

.article-holder .aside-list li:first-of-type {
  padding-top: 0;
}

.article-holder .aside-list li a::after {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  background-color: #b9b9b9;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.article-holder .aside-list li:last-of-type a::after {
  background-color: transparent;
}

.article-holder .aside-list li a.active::after {
  width: 170px;
  background-color: #616e83;
}

.article-holder .aside-list li a.active {
  color: #616e83;
}

.article-holder .aside-list li a {
  line-height: 1.87;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.article-holder .aside-list li a:hover {
  color: #616e83;
}

.article-holder .aside-list li a:hover::after {
  width: 170px;
  background-color: #616e83;
}

.article-holder .content .second-column {
  padding: 0 60px;
}

.article-holder .content .third-column {
  display: none;
}

.article-holder .content .second-column p:first-of-type {
  margin-top: 0;
}

.article-holder .content .second-column p:last-of-type {
  margin-bottom: 0;
}

.article-holder .content .second-column p {
  line-height: 2;
}

.article-holder .content .second-column p:not(:last-of-type) {
  margin-bottom: 32px;
}

.article-holder .price-block {
  margin-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-holder .price-block .text p {
  opacity: 0.5;
  line-height: 1.33;
}

.article-holder .price-block .price p {
  text-transform: uppercase;
  line-height: 1.87;
  letter-spacing: 1.1px;
}

.article-holder .price-block .price span {
  display: inline-block;
  line-height: 1.56;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-size: 18px;
  color: #616e83;
  margin-top: 5px;
}

.article-holder .btn-holder {
  margin-top: 53px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.article-holder .blue-btn {
  border: 1px solid #2a2a2a;
}

.article-holder .blue-btn .text {
  color: #FFF;
  background-color: #2A2A2A;
}

.article-holder .blue-btn .icon {
  background-color: transparent;
}

.article-holder .blue-btn:hover .icon {
  background-color: #2a2a2a;
}

.article-holder .blue-btn:hover .icon i {
  color: #FFF;
}

.article-holder .list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 48px 0;
}

.article-holder .list-block img {
  display: inline-block;
  width: 212px;
  margin-right: 39px;
  height: auto;
}

.article-holder .list-block .article-list {
  margin: 0;
}

.article-holder .list-block .article-list li {
  line-height: 1.33;
}

.article-holder .list-block .article-list li:not(:last-of-type) {
  margin-bottom: 36px;
}

/* search results */
.search-results {
  height: 100%;
  padding: 88px 0 150px 0;
  background-color: #F1F1F1;
}

.search-results .select-holder {
  text-align: right;
  margin-bottom: 64px;
}

.search-item .heading .line {
  height: 1px;
  background-color: #2a2a2a;
  margin-top: 13px;
}

.search-item .heading .column {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.search-item .heading .count-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}

.search-item .heading .count-block span.number {
  font-size: 24px;
  font-family: "PT Serif", serif;
  font-weight: 700;
  line-height: 1.33;
}

.search-item .heading .count-block .text {
  text-transform: uppercase;
  line-height: 1.87;
  letter-spacing: 1.1px;
  color: #2a2a2a;
}

.search-item .content {
  margin-top: 88px;
}

.search-services .results-holder {
  margin: 0 -22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-services .results-holder .services-item {
  width: -webkit-calc(33.333% - 44px);
  width: calc(33.333% - 44px);
  margin: 0 22px;
  margin-bottom: 105px;
}

.search-questions {
  margin-top: 42px;
}

.search-questions .question-item {
  color: #2a2a2a;
  border-bottom: 1px solid #616e83;
}

.search-questions .question-item .answer-block {
  color: #616e83;
}

.search-documents {
  margin-top: 104px;
}

.search-documents .results-holder {
  margin: 0 -37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-documents .results-holder .document-item {
  width: -webkit-calc(33.333% - 74px);
  width: calc(33.333% - 74px);
  margin: 0 37px;
  margin-bottom: 48px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1300px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1300px),
only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 1300px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 1300px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1300px),
only screen and (min-resolution: 192dpi) and (min-width: 1300px),
only screen and (min-resolution: 2dppx) and (min-width: 1300px) {

  .news .news-promo .img-left,
  .article-inner .img-left,
  .article-inner .img-right,
  .news-inner .lower .img-left,
  .news-inner .lower .img-right,
  .index-news .img-left,
  .index-news .img-right {
    display: none;
  }

  .index-news .img-top {
    right: 0;
  }

  .index-news .img-top .wrapper {
    width: 342px;
  }
}

@media only screen and (max-width: 1800px) {

  .news .news-promo .img-left,
  .article-inner .img-left,
  .article-inner .img-right,
  .news-inner .lower .img-left,
  .news-inner .lower .img-right,
  .index-news .img-left,
  .index-news .img-right {
    display: none;
  }

  .index-news .img-top {
    right: 0;
  }

  .index-news .img-top .wrapper {
    width: 342px;
  }
}

@media only screen and (max-width: 1370px) {
  .main-nav .content-holder {
    max-width: 1100px;
  }

  .header .lang-select {
    margin-left: 30px;
  }

  .header .header-menu li:not(:last-of-type) {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1300px) {
  .index-services .services-item {
    max-width: 288px;
  }

  .index-services .services-item .img-holder {
    width: 268px;
  }

  .footer .content-block .first-column {
    max-width: 515px;
  }

  .footer .content-block .second-column {
    max-width: 315px;
  }

  .values .heading .top .img-right {
    max-width: 570px;
  }

  .values .heading .top .img-left {
    max-width: 550px;
  }

  .values .values-item {
    max-width: 450px;
  }

  .news-slider .slider-item {
    margin: 0 20px;
  }

  .news-slider {
    margin: 0 -20px;
  }

  .search-services .results-holder .services-item {
    width: -webkit-calc(33.333% - 30px);
    width: calc(33.333% - 30px);
    margin: 0 15px;
    margin-bottom: 105px;
  }

  .search-services .results-holder {
    margin: 0 -15px;
  }

  .search-documents .results-holder .document-item {
    width: -webkit-calc(33.333% - 50px);
    width: calc(33.333% - 50px);
    margin: 0 25px;
    margin-bottom: 48px;
  }

  .search-documents .results-holder {
    margin: 0 -25px;
  }

  .services-item .img-holder {
    width: 268px;
  }

  .search-results {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  .index-news .content {
    margin-top: 82px;
  }

  .index-services .content {
    margin-top: 56px;
  }

  .index-services {
    padding: 64px 0 34px 0;
  }

  .info {
    padding: 64px 0 119px 0;
  }

  .more-news {
    padding-bottom: 112px;
  }

  .article-holder .content .second-column {
    padding-left: 30px;
  }

  .article-holder .list-block img {
    width: 264px;
  }

  .article-holder .price-block .text {
    display: none;
  }

  .values .heading .top .img-right {
    max-width: 460px;
  }

  .values .heading .top .img-left {
    max-width: 480px;
  }

  .main-nav .title-block .services-search {
    display: none;
  }

  .main-nav .top .first-column {
    max-width: 513px;
  }

  .main-nav .content-block .column {
    width: 50%;
  }

  .main-nav .menu-close {
    right: -20px;
    top: -72px;
  }

  .main-nav .top {
    padding: 119px 0 78px 0;
  }

  .main-nav .content {
    padding: 64px 0 83px 0;
  }

  .main-nav .content-holder {
    max-width: 870px;
  }

  .services .services-item {
    max-width: 288px;
  }

  .services-item .img-holder {
    width: 268px;
  }

  .document-item {
    max-width: 268px;
  }

  .documents {
    padding-bottom: 93px;
  }

  .documents .pagination {
    margin-top: 16px;
  }

  .useful {
    padding-bottom: 80px;
  }

  .news .content {
    padding-top: 129px;
  }

  .news .news-promo .img-right .wrapper {
    width: 362px;
    height: 219px;
  }

  .promo-category .categories-holder {
    margin-top: 63px;
  }

  .promo-category {
    margin-top: 64px;
  }

  .breadcrumbs-holder {
    padding-left: 42px;
  }

  #map {
    min-height: 349px;
  }

  .header .header-menu {
    display: none;
  }

  .header .content-holder {
    padding-left: 42px;
  }

  .footer .content-block .first-column {
    max-width: 575px;
  }

  .footer .content-block .third-column {
    margin-top: 53px;
  }

  .footer .content-block .fourth-column {
    margin-top: 64px;
  }

  .footer .checkbox-label {
    margin-left: 44px;
  }

  .promo-results {
    margin-top: 0;
  }

  .search-documents .results-holder .document-item {
    max-width: -webkit-calc(33.333% - 50px);
    max-width: calc(33.333% - 50px);
  }
}

@media only screen and (max-width: 991px) {
  .index-news .content {
    margin-top: 60px;
  }

  .index-news .img-top {
    display: none;
  }

  .index-services .services-item {
    max-width: 320px;
  }

  .index-services .services-item .img-holder {
    width: 300px;
  }

  .more-news .content .news-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .more-news .content .news-item {
    max-width: 350px;
  }

  .more-news .content .news-item:not(:last-of-type) {
    margin-bottom: 56px;
  }

  .article-holder .content .second-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .article-holder .heading {
    display: none;
  }

  .article-holder .content {
    margin-top: 56px;
  }

  .article-holder .content .third-column {
    display: block;
    text-align: left;
  }

  .article-holder .content .third-column .section-title {
    padding-left: 0;
    margin-bottom: 32px;
    margin-top: 48px;
  }

  .values .heading .top .img-left {
    display: none;
  }

  .values .heading .top .img-right {
    right: auto;
    left: 10px;
  }

  .values .heading .top .blue-btn {
    margin-left: 0;
  }

  .values .heading .top .first-column {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .values .values-item {
    max-width: 340px;
  }

  .main-nav .menu-close {
    right: 0;
  }

  .main-nav .content-holder {
    max-width: 720px;
  }

  .main-nav .top .first-column {
    max-width: 430px;
  }

  .section-title,
  .promo .subtitle,
  .about-promo .subtitle {
    font-size: 42px;
  }

  .services .services-item {
    max-width: 320px;
  }

  .services-item .img-holder {
    width: 300px;
  }

  .services .content {
    padding-bottom: 100px;
  }

  .document-item {
    max-width: 335px;
  }

  .useful .heading .second-column {
    margin-top: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .news .news-promo .img-right {
    display: none;
  }

  .news .news-promo .second-column {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 32px;
  }

  .news .content {
    padding-top: 90px;
  }

  .news .content .news-item {
    max-width: 335px;
    margin: 0 auto;
    margin-bottom: 56px;
  }

  .promo-category .categories-holder a:first-of-type,
  .promo-category .categories-holder a:nth-of-type(2) {
    max-width: 170px;
  }

  .promo-category .section-title {
    font-size: 42px;
  }

  .promo-category .subtitle {
    margin-top: 45px;
  }

  .promo-category {
    margin-top: 50px;
  }

  .contacts .contacts-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts .inner-block:first-of-type {
    width: 100%;
    margin-right: 0;
  }

  .contacts .inner-block:nth-of-type(2) {
    margin-top: 60px;
    width: 100%;
  }

  .footer .content-block .first-column {
    max-width: 100%;
  }

  .footer .footer-services-list li:nth-of-type(2n+1) {
    max-width: 220px;
  }

  .footer .footer-services-list li:nth-of-type(2n) {
    max-width: 290px;
  }

  .footer .footer-services-list {
    max-width: 550px;
  }

  .footer .content-block .second-column {
    margin-top: 53px;
    max-width: 50%;
  }

  .footer .content-block .third-column {
    max-width: 50%;
  }

  .footer .checkbox-label {
    margin-left: 0;
    margin-top: 28px;
  }

  .promo-results {
    margin-top: 0;
    padding-top: 45px;
    padding-bottom: 100px;
  }

  .search-services .results-holder .services-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    max-width: -webkit-calc(50% - 30px);
    max-width: calc(50% - 30px);
  }

  .search-documents .results-holder .document-item {
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
    max-width: -webkit-calc(50% - 50px);
    max-width: calc(50% - 50px);
  }

  .search-services .results-holder .services-item .img-holder {
    width: 310px;
  }

  .search-results {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .search-item .heading .count-block span.number {
    font-size: 20px;
  }

  .search-item .heading .count-block .text {
    font-size: 13px;
  }

  .search-item .section-title {
    font-size: 32px;
  }

  .footer .footer-services-list li:nth-of-type(9) {
    margin-bottom: 21px;
  }

  .index-services .content .btn-holder .transp-btn {
    margin: 0 auto;
  }

  .index-news {
    padding-bottom: 72px;
    padding-top: 64px;
  }

  .index-news .content {
    margin-top: 32px;
  }

  .index-news .content .second-column {
    margin-top: 44px;
  }

  .index-news .content .second-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .index-news .content .second-column .btn {
    margin-top: 23px;
  }

  .transp-btn {
    padding-left: 10px;
  }

  .questions {
    padding: 70px 0 64px 0;
  }

  .questions .heading .second-column {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 50px;
  }

  .info .heading.with-btn .second-column,
  .index-services .heading.with-btn .second-column {
    display: none;
  }

  .info .content .btn-holder {
    display: block;
    margin-top: -20px;
  }

  .index-services .content .btn-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }

  .index-services {
    padding-bottom: 50px;
  }

  .info {
    padding-bottom: 64px;
  }

  .info .transp-btn {
    padding-left: 10px;
  }

  .info .transp-btn {
    width: 100%;
    max-width: 335px;
  }

  .info .work-item {
    margin-bottom: 55px;
  }

  .article-holder .list-block .article-list li:not(:last-of-type) {
    margin-bottom: 22px;
  }

  .article-inner .top-holder .inner-top .first-column {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .article-inner .top-holder .inner-top .first-column .inner-block {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 44px;
  }

  .article-inner .arrows-holder {
    margin-top: 0;
  }

  .article-inner .top-holder .inner-lower .section-title {
    margin-top: 44px;
  }

  .article-inner .top-holder .inner-lower {
    padding-bottom: 56px;
  }

  .we-do .content .lower .first-column {
    margin-bottom: 32px;
  }

  .values .heading .lower .second-column {
    text-align: left;
    margin-top: 32px;
  }

  .values .heading .line {
    margin-top: 32px;
  }

  .values .content {
    margin-top: 56px;
  }

  .values .values-item {
    max-width: 100%;
  }

  .search-modal .search-form {
    max-width: 400px;
  }

  .main-nav .top {
    padding: 104px 0 40px 0;
  }

  .main-nav .top .second-column {
    margin-top: 32px;
  }

  .main-nav .top .first-column::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #686868;
    margin-top: 24px;
  }

  .main-nav .top .first-column {
    max-width: 100%;
  }

  .main-nav .content-holder {
    max-width: 540px;
  }

  .header .lang-select .list {
    width: 140px;
    margin-top: 5px;
  }

  .services-item {
    margin: 0 auto;
    margin-bottom: 105px;
  }

  .document-item {
    max-width: 245px;
  }

  .promo-category .categories-holder a {
    padding: 15px 10px;
  }

  .breadcrumbs-holder {
    padding-left: 21px;
  }

  .map-section .title-block .title-holder {
    width: auto;
    max-width: auto;
  }

  body {
    padding-top: 70px;
  }

  .header .lang-select {
    padding-top: 27px;
  }

  .header .search-trigger {
    height: 70px;
    width: 69px;
  }

  .header .lang-select {
    height: 70px;
    width: 66px;
  }

  .header .menu-trigger {
    min-height: 70px;
  }

  .header .content-holder {
    min-height: 70px;
    padding-left: 21px;
  }

  .header .logo .smaller {
    display: none;
  }

  .header .menu-trigger .text {
    display: none;
  }

  .header .menu-trigger {
    width: auto;
    padding: 0 21px;
  }

  .header .logo {
    margin-top: 19px;
  }

  .footer .content-block .second-column,
  .footer .content-block .third-column {
    max-width: 100%;
  }

  .footer .footer-services-list li:nth-of-type(2n+1),
  .footer .footer-services-list li:nth-of-type(2n) {
    float: none;
    max-width: 100%;
  }

  .footer .content-block {
    margin-top: 48px;
  }

  .footer .callback-block {
    padding-top: 81px;
  }

  .footer .lower-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .lower .second-column {
    margin-top: 35px;
  }

  .footer .privacy {
    text-align: left;
    margin-top: 35px;
  }

  .footer {
    padding-bottom: 46px;
  }

  .search-documents .results-holder .document-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    max-width: -webkit-calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin: 0 15px;
    margin-bottom: 48px;
  }

  .search-documents .results-holder {
    margin: 0 -15px;
  }

  .search-services .results-holder .services-item {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 105px;
  }

  .search-services .results-holder .services-item .img-holder {
    width: 300px;
  }

  .search-questions {
    margin-top: 20px;
  }

  .search-documents {
    margin-top: 83px;
  }

  .search-services .results-holder {
    margin: 0;
  }
}

@media only screen and (max-width: 575px) {
  .promo-results {
    padding-bottom: 75px;
  }

  .promo-results .searching-name {
    margin-top: 50px;
  }

  .search-results {
    padding-left: 10px;
    padding-right: 10px;
  }

  .promo-category .text-holder {
    padding-left: 10px;
    padding-right: 10px;
  }

  .question-item .title {
    padding-left: 45px;
  }

  .index-services .content .load-more {
    max-width: 335px;
  }

  .news-slider,
  .news-slider .slider-item {
    margin: 0;
  }

  .index-services .services-item {
    margin-bottom: 90px;
  }

  .index-services {
    padding-top: 40px;
  }

  .index-services .content {
    margin-top: 40px;
  }

  .heading.with-btn .section-title {
    margin-bottom: 43px;
  }

  .index-news,
  .index-services {
    padding-left: 10px;
    padding-right: 10px;
  }

  .transp-btn {
    width: 100%;
    max-width: 335px;
  }

  .questions {
    padding-left: 10px;
    padding-right: 10px;
  }

  .promo {
    min-height: auto;
  }

  .promo .btn {
    margin-top: 42px;
  }

  .info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .promo .text-holder {
    padding: 68px 10px 82px 10px;
  }

  .promo .subtitle {
    font-size: 34px;
  }

  .news-inner .top-holder .first-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-inner {
    padding-top: 56px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .more-news {
    padding-left: 10px;
    padding-right: 10px;
  }

  .news-inner .arrows-holder {
    margin-top: 48px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .news-inner .lower {
    margin-top: 48px;
  }

  .article-holder .blue-btn .text {
    width: 261px;
  }

  .article-holder .blue-btn {
    width: 320px;
  }

  .article-holder .experience {
    display: block;
    margin: 0 auto;
  }

  .article-inner .counter-holder {
    margin-right: 30px;
  }

  .article-holder .btn-holder {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 38px;
  }

  .article-holder .aside-list li a {
    font-size: 12px;
  }

  .article-holder .aside-list li {
    padding: 12px 0;
  }

  .article-holder .content .third-column .section-title {
    font-size: 24px;
  }

  .article-holder .list-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 40px 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .article-holder .list-block .article-list {
    padding-left: 15px;
  }

  .article-holder .list-block .article-list li:not(:last-of-type) {
    margin-bottom: 16px;
  }

  .article-inner .top-holder,
  .article-inner .article-holder {
    padding-left: 10px;
    padding-right: 10px;
  }

  .article-holder .list-block img {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .article-inner {
    padding-top: 40px;
  }

  .we-do .content .lower {
    margin-top: 48px;
  }

  .about-promo {
    padding-top: 58px;
  }

  .values {
    padding-bottom: 56px;
  }

  .values .heading .top .blue-btn .text,
  .we-do .lower .blue-btn .text {
    width: 261px;
  }

  .we-do .lower p:not(:first-of-type) {
    margin-top: 24px;
  }

  .we-do .lower .blue-btn {
    margin: 0 auto;
    margin-top: 64px;
    width: 335px;
  }

  .we-do {
    padding-top: 64px;
  }

  .we-do .top-text-holder {
    margin-top: 24px;
  }

  .about-promo,
  .values,
  .we-do {
    padding-left: 10px;
    padding-right: 10px;
  }

  .values .heading .top .img-right {
    max-width: 335px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .values .heading .top .first-column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .values .heading .top .blue-btn {
    width: 335px;
    margin-top: 25px;
  }

  .search-modal .modal-content {
    min-height: 250px;
  }

  .search-modal .modal-header {
    padding-top: 50px;
  }

  .search-modal .search-form {
    max-width: 100%;
  }

  .search-modal .modal-header,
  .search-modal .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-nav .content .menu-list li {
    border-bottom: 1px solid #939393;
    padding-bottom: 16px;
  }

  .main-nav .subtitle i {
    display: inline-block;
  }

  .main-nav .subtitle {
    cursor: pointer;
  }

  .main-nav .content-block .column .menu-services-list {
    display: none;
  }

  .main-nav .menu-close {
    right: 28px;
  }

  .services .content {
    padding-bottom: 70px;
  }

  .services .heading {
    padding-bottom: 135px;
  }

  .services {
    padding-top: 48px;
  }

  .section-title,
  .about-promo .subtitle {
    font-size: 34px;
  }

  .documents .documents-holder {
    margin-top: 64px;
  }

  .document-item {
    max-width: 335px;
    margin: 0 auto;
    margin-bottom: 48px;
  }

  .documents .select-holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .useful .content {
    margin-top: 73px;
  }

  .question-item .title img {
    height: 27px;
    width: 27px;
  }

  .footer .scroll-top {
    right: 10px;
  }

  .main-nav .top,
  .main-nav .content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-nav .top .title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .main-nav .content .title {
    font-size: 24px;
  }

  .main-nav .content .title::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #939393;
    margin-top: 32px;
  }

  .main-nav .content .title {
    margin-bottom: 17px;
  }

  .main-nav .content {
    padding: 32px 0 73px 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-nav .content-block .inner-holder {
    padding-bottom: 16px;
    border-bottom: 1px solid #939393;
  }

  .main-nav .content-block .column:not(:last-of-type) {
    margin-bottom: 17px;
  }

  .main-nav .title-block .wrapper .first-column {
    width: 100%;
  }

  .main-nav .content-block .column {
    width: 100%;
  }

  .services .heading .first-column,
  .services .content .first-column,
  .documents .first-column,
  .useful .content .first-column,
  .useful .heading .column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blue-btn {
    width: 280px;
  }

  .useful .question-item {
    padding-bottom: 13px;
  }

  .useful .pagination {
    margin-top: 64px;
  }

  .news .news-promo {
    padding-top: 56px;
  }

  .news .content .pagination {
    margin-top: 8px;
  }

  .news .content {
    padding-bottom: 98px;
    padding-top: 56px;
  }

  .news .news-promo .column,
  .news .content .column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .promo-category .categories-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .promo-category .categories-holder a:nth-of-type(3),
  .promo-category .categories-holder a:first-of-type,
  .promo-category .categories-holder a:nth-of-type(2) {
    max-width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .promo-category .categories-holder {
    margin: 0 -10px;
  }

  .promo-category .categories-holder a:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 2px;
  }

  .promo-category .categories-holder {
    margin-top: 56px;
  }

  .promo-category .section-title {
    font-size: 34px;
  }

  .promo-category .subtitle {
    margin-top: 20px;
  }

  .promo-category {
    margin-top: 48px;
  }

  #map {
    margin-top: 32px;
  }

  .breadcrumbs-holder {
    display: none;
  }

  .map-section .title-block .title-holder {
    padding: 28px 16px 22px 16px;
  }

  .map-section .title-block .section-title {
    font-size: 26px;
  }

  .map-section .title-block .title-holder {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .contacts .contacts-holder {
    padding: 50px 20px 68px 20px;
  }

  .contacts .inner-block:nth-of-type(2) .title {
    margin-bottom: 36px;
  }

  .map-section .title-block .subtitle {
    opacity: 0.6;
  }

  .contacts .inner-block:nth-of-type(2) .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contacts .inner-block:nth-of-type(2) .top {
    margin-right: 46px;
  }

  #map {
    min-height: 417px;
  }

  .contacts {
    padding-bottom: 125px;
  }

  .contacts .socials-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contacts .socials-list li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .contacts .container {
    max-width: 100%;
  }

  .contacts .column {
    padding: 0;
  }

  .header .logo .bigger {
    font-size: 24px;
  }

  .header .logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 0;
  }

  .header .content-holder {
    padding-left: 18px;
  }

  .header .lang-select {
    margin-left: 0;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer .callback-form .input-tel {
    width: 335px;
    padding-right: 70px;
  }

  .promo-results {
    margin-top: 0;
  }

  .search-item .content {
    margin-top: 60px;
  }

  .search-documents .results-holder {
    margin: 0;
  }

  .search-documents .results-holder .document-item {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 48px;
  }

  .search-results {
    padding-bottom: 80px;
  }

  .search-item .section-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 480px) {
  /**/
}

@media only screen and (max-width: 374px) {

  .values .heading .top .blue-btn .text,
  .article-holder .blue-btn .text,
  .we-do .lower .blue-btn .text {
    width: 248px;
  }

  .values .heading .top .blue-btn,
  .we-do .lower .blue-btn,
  .article-holder .blue-btn {
    width: 280px;
  }

  .values .heading .top .img-right {
    max-width: 280px;
  }

  .services-item .img-holder,
  .index-services .services-item .img-holder,
  .search-services .results-holder .services-item .img-holder {
    width: 278px;
  }

  .services .services-item,
  .index-services .services-item {
    max-width: 300px;
  }

  .document-select,
  .document-select .list {
    min-width: 280px;
  }

  .news .news-promo .btn {
    width: 280px;
  }

  .contacts .inner-block:nth-of-type(2) .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body {
    padding-top: 60px;
  }

  .header .lang-select {
    width: 56px;
    height: 60px;
    padding-top: 22px;
  }

  .header .search-trigger i {
    font-size: 28px;
  }

  .header .menu-trigger {
    padding: 0 18px;
  }

  .header .search-trigger {
    height: 60px;
    width: 56px;
  }

  .header .menu-trigger,
  .header .content-holder {
    min-height: 60px;
  }

  .header .menu-trigger .hamburger,
  .header .menu-trigger .hamburger::before,
  .header .menu-trigger .hamburger::after {
    width: 32px;
    height: 2px;
  }

  .header .menu-trigger .hamburger::after {
    top: 8px;
  }

  .header .menu-trigger .hamburger::before {
    top: -8px;
  }

  .header .logo .bigger {
    font-size: 22px;
    letter-spacing: 4px;
  }

  .footer .callback-form .input-tel {
    width: 280px;
  }
}

@media only screen and (max-width: 320px) {
  /**/
}


.promo-btn{
  display:flex;
  flex-wrap:wrap;
  margin:0 -10px;
}

.promo-btn .btn{
margin:50px 10px;
cursor: pointer;
}


.promo-btn .blue-btn .text{
  background-color:transparent;
  color:#fff;
  width: 100%;
}
.promo-btn .blue-btn .text:hover{
  background-color:white;
  color:#333;
}
.promo-btn .blue-btn.white-btn .text{
    background-color:white;
  color:#333;
  width:100%;
}
.promo-btn .blue-btn.white-btn .text:hover{
  background-color:transparent;
  color:#fff;
}



/* Styles for dialog window */
#popup {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out; 



  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -ms-transform: scale(1); 
  -o-transform: scale(1); 
  transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out; 
  -moz-transition: opacity 0.3s ease-out; 
  -o-transition: opacity 0.3s ease-out; 
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.form-wrap{
  position:relative;
}

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

.form-title h3{
  margin: 15px 0 0;
  font-size:22px;
}


.form-wrap form{
  margin:15px 0;
  display:grid;
}
.form-wrap .input-tel{
width:calc(100% - 70px);
  padding:8px;
  border-radius:3px;
}

.form-wrap button{
  background-color:#333;
  border:0;
  color:#fff;
 border-radius:3px;
  padding:10px 25px;
  cursor:pointer;
  transition:0.3s;
}
.form-wrap button:hover{
  background-color:#616E83;
}

@media screen and (max-width:680px){
  .promo-btn{
display:block;
margin:0;
}

.promo-btn .btn{
margin:10px 0px 0;
width:100%;
}
}