/**
* @section bootstrap reboot
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

ol,
ul,
dl {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 10px;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/**
* @section bootstrap grid
*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

  .mobile-data {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-1 {
    margin-left: 8.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%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

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

@media (min-width:576px) and (max-width:767px) {
  .hidden-sm {
    display: none !important;
  }
}

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

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

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

/**
* @section general
*/
body {
  background-color: #fff;
  color: #28283c;
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-display: swap;
  line-height: 1.5;
}

.title {
  font-size: 25px;
  color: #28283c;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: left;
}

.bold {
  font-weight: 500;
}

.block {
  display: block;
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

.flex {
  display: flex;
  justify-content: space-between;
}

.pt-80 {
  padding-top: 80px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-80 {
  padding-bottom: 80px;
}

/**
* @section header
*/
header {
  background: #fff;
  box-shadow: 0px 10px 40px rgba(202, 202, 202, 0.2);
  padding: 10px 0;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9;
}

.header-tel {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.header-tel__link {
  margin: 0;
}

.header-tel a:nth-child(1) {
  background-color: #175cff;
  border: 2px solid #175cff;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 600 !important;
  padding: 8px 26px;
  text-decoration: none;
  margin-right: 15px;
}

.header-tel a:nth-child(2) img {
  height: 24px;
  width: 24px;
}

/* section logo */
.logo {
  position: relative;
  z-index: 9999;
}

.logo__link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #071c4d;
  font-weight: 600;
  line-height: 60px;
  text-decoration: none;
}

.logo img {
  height: 60px;
  max-width: 100%;
  margin-right: 14px;
}

/** section nav */
#nav-list {
  position: relative;
}

#nav-list ul {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

#nav-list ul li {
  display: inline-block;
  list-style: none;
  padding: 0 20px;
}

#nav-list ul li a {
  border-bottom: 1px solid #fff;
  color: #071c4d;
  padding-bottom: 2px;
  text-decoration: none;
}

#nav-list ul li a:hover {
  border-bottom: 1px solid #175cff30;
  color: #175cff;
  text-decoration: none;
  transition: all 0.5s;
}

.active span {
  color: #175cff !important;
  border-bottom: 1px solid #175cff30 !important;
}

/** section menu button */
@media (min-width: 768px) {
  .menu-button {
    display: none;
  }
}

.menu-button {
  position: absolute;
  right: 45px;
  top: 20px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  z-index: 99999;
}

.menu-button:focus {
  outline: 0;
}

.menu-button:hover {
  cursor: pointer;
}

.menu-button .icon-bar {
  background: #175cff;
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 1px;
}

.menu-button .icon-bar+.icon-bar {
  margin-top: 5px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#nav button.active {
  position: fixed !important;
  top: 25px !important;
  right: 45px;
}

#nav button.active>.icon-bar {
  background: #2C3A47 !important;
}

#nav button.active>.icon-bar:nth-child(2) {
  position: absolute;
  top: 15px;
  left: 10px;
  transform: rotatez(-135deg);
  transition: all 0.5s;
}

#nav button.active>.icon-bar:nth-child(3) {
  background: transparent !important;
}

#nav button.active>.icon-bar:nth-child(4) {
  position: absolute;
  top: 10px;
  left: 9px;
  transform: rotatez(-45deg);
  transition: all 0.5s;
}

/* section mobile navigation */
#nav.active {
  background: rgba(55, 61, 62, 0.35);
  content: "";
  display: block !important;
  font-size: 20px;
  color: #212121;
  opacity: 1;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

#nav.active ul {
  padding: 0;
  position: relative;
  margin: 0;
}

#nav.active #nav-list {
  display: block !important;
  background: #fff;
  color: #fff;
  padding: 120px 30px 0 30px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
}

#nav.active #nav-list ul li {
  display: flex;
  list-style: none;
  line-height: 1;
  padding: 0;
  margin: 0 0 25px 0;
  text-align: left;
}

#nav.active #nav-list ul li a {
  color: #212121;
  font-size: 20px;
}

.mobile-data {
  color: #212121;
}

.mobile-data a {
  border-bottom: 1px solid #fff;
  color: #071c4d;
  padding-bottom: 2px;
  text-decoration: none;
}

.mobile-data a:hover,
.mobile-data a:active {
  border-bottom: 1px solid #175cff30;
  color: #175cff;
  text-decoration: none;
  transition: all 0.5s;
}

/* @section hero */
.hero {
  position: relative;
}

.hero:before {
  content: "";
  background-image: url(../img/bg/wave.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-content {
  position: relative;
}

.hero-content h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 55px;
  margin-bottom: 15px;
}

.hero-header {
  position: relative;
  z-index: 1;
}

.hero-header span {
  content: "";
  color: #007bff;
  height: 20px;
  width: 100%;
}

.hero-content__text {
  position: relative;
}

.hero-content__text::after {
  content: "";
  background-color: #3c65f5;
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.1;
}

.hero-content__cat {
  margin-bottom: 48px;
}

.hero-content__cat {
  font-size: 25px;
  color: #74788d;
  font-weight: 500;
  margin: 0;
  margin-bottom: 48px;
}

.hero-content__cat a {
  background-color: #fff;
  border-radius: 5px;
  color: #74788d;
  padding: 2px 5px;
}

.hero-content__cat a:hover {
  background-color: #175cff20;
  border-radius: 5px;
  padding: 2px 5px;
  text-decoration: none;
}

.call-us {
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 3px 53px rgba(197, 197, 197, 0.27);
  border-radius: 10px;
  justify-content: space-evenly;
  padding: 15px;
  max-width: 94%;
}

.call-us__text {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-weight: 600;
  margin-bottom: 10px;
}

.our-address__adr {
  color: #74788d;
  font-weight: 600;
  margin-bottom: 5px;
}

.our-address {
  position: relative;
  border-right: 1px solid #f2f2f2;
  padding-left: 40px;
  padding-right: 20px;
  margin-right: 10px;
}

.call-us__text:before {
  content: "";
  background: url(../img/icons/address.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -30px;
  height: 30px;
  width: 30px;
  z-index: 1;
}

.our-phone {
  position: relative;
  padding-left: 40px;
  padding-right: 20px;
}

.our-phone__text:before {
  content: "";
  background: url(../img/icons/phone-call.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -5px;
  height: 30px;
  width: 30px;
  z-index: 1;
}

.our-phone__phone {
  margin-bottom: 5px;
}


/* @section categories */
.categories {
  padding-top: 40px;
  position: relative;
  margin-bottom: 30px;
}

.categories-item {
  margin-bottom: 30px;
}

.categories-item a {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  box-shadow: none;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 30px 20px;
  position: relative;
  text-decoration: none;
}

.categories-item a:hover {
  background: #fbf7ed20;
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

.category-image {
  display: inline-block;
  line-height: 1;
  font-size: 40px;
  color: #1f4b3f;
  position: relative;
  z-index: 1;
  width: 60px;
  flex-shrink: 0;
}

.category-image:before {
  background: #fbf7ed;
  border-radius: 50%;
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: -1;
  display: block;
  width: 40px;
  height: 40px;
}

.category-image img {
  height: 46px;
}

.categories-item .inner {
  flex-grow: 1;
  padding: 0 0 0 20px;
}

.categories-item .price {
  color: #222;
}

.categories-item h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
}

.categories-item h5 {
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
}

/* section Social-Link*/
.social__link {
  position: relative;
  margin: 0 auto;
}

.social__link-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.social__link-item {
  list-style: none;
  list-style-type: none;
  cursor: pointer;
  padding: 10px;
  font-size: 25px;
  color: blue;
  margin-right: 20px;
}

.social__link-icon {
  display: block;
  width: 40px;
  height: 40px;
}

.social__link-item:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}

.social__link--link a:focus-visible:not(:active) {
  outline-offset: 4px;
  outline: 2px solid blue;
  transition: outline 0.3s ease-in-out;
}







/* @section docs */
.docs {
  padding-top: 40px;
  position: relative;
  margin-bottom: 50px;
}

.docs-item {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  box-shadow: none;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 30px;
  min-height: 110px;
  text-decoration: none;
}

.docs-item:hover {
  background: #fbf7ed20;
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

.doc-num {
  display: inline-block;
  line-height: 1;
  font-size: 30px;
  color: #1f4b3f;
  position: relative;
  z-index: 1;
  width: 60px;
  flex-shrink: 0;
}

.doc-num:before {
  background: #fbf7ed;
  border-radius: 50%;
  content: '';
  position: absolute;
  bottom: -10px;
  right: 12px;
  z-index: -1;
  display: block;
  width: 40px;
  height: 40px;
}

.docs-item .text {
  color: #222;
}

/* @section contact form */
.wpcf7-text {
  border: 1px solid #1a3760;
  box-sizing: border-box;
  border-radius: 2px;
  color: #212121;
  padding: 12px 20px;
  position: relative;
  margin-top: 15px;
  width: 100%;
}

.wpcf7-submit {
  background: #403d3d;
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 16px 30px;
  position: relative;
  margin: 15px 0;
  width: 100%;
  text-decoration: none;
}

.wpcf7-submit:hover {
  background: #23282d;
  cursor: pointer;
}

.openerror::after {
  color: red;
  content: "Введен неверный номер телефона!";
  display: block;
  font-size: 15px;
  line-height: 1;
  left: 33px;
  position: absolute;
  top: -61px;
  z-index: 1;
}

.error,
.inpobrddiv {
  position: relative;
}

.inpobrddiv {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

input.error {
  border: 1px solid #F00 !important;
}

#errorMessage10,
#errorMessage11 {
  position: relative;
}

#ContactSend10 {
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  max-width: 900px;
  text-align: center;
}

#ContactSend11 {
  display: none;
  color: #fff;
  text-align: center;
}

/* section map */

.map-container {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.map {
  padding: 0;
}

#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ymaps-2-1-79-searchbox,
.ymaps-2-1-79-controls__toolbar_right,
.ymaps-2-1-79-gotoymaps__text,
.ymaps-2-1-79-gototaxi__container,
.ymaps-2-1-79-gototech,
.ymaps-2-1-79-map-copyrights-promo,
.ymaps-2-1-79-copyright__wrap,
.ymaps-2-1-79-controls__control {
  display: none;
}

.map-adress {
  position: relative;
  margin: 0;
  padding: 30px;
  width: 400px;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 40px 20px rgba(88, 116, 145, 0.5);
}

.map-adress .title {
  margin: 0 0 15px 0;
}

.map-adress ul {
  margin: 0;
}

.address,
.map-tel,
.map-email,
.map-text {
  padding-left: 27px;
  position: relative;
  margin-bottom: 10px;
}

.map-tel a,
.map-email a {
  color: #007bff;
  text-decoration: none;
}

.address:before {
  content: "";
  background-image: url(/content/assets/img/icons/address.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 3px;
  left: -2px;
  height: 18px;
  width: 18px;
}

.map-tel:before {
  content: "";
  background-image: url(/content/assets/img/icons/phone-call.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
}

.map-email:before {
  content: "";
  background-image: url(/content/assets/img/icons/email.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
}

/* section footer */
footer {
  padding: 20px 0;
  position: relative;
}

.copyright {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.telegram-button {
  position: fixed;
  right: 40px;
  bottom: 50px;
  display: flex;
  background: #2582d3;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
  text-align: center;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.telegram-button img {
  height: 25px;
  width: 25px;
}

.telegram-button:before,
.telegram-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #2579d3;
  /*цвет анимированных волн от кнопки*/
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.telegram-button:after {
  animation-delay: .5s;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/* Большие девайсы (большие десктопы, < 1200px) */
@media (max-width: 1199.98px) {
  #nav-list ul li {
    padding: 0 15px;
  }

  #nav-list ul li:nth-child(1) {
    display: none;
  }

  .header-tel a {
    padding: 8px 20px;
  }

  .hero-content h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .title,
  .hero-content>p:nth-child(2) {
    font-size: 20px;
  }

  .call-us {
    max-width: 98%;
  }

  .categories-item .inner {
    padding: 0;
  }

  .categories-item h4 {
    font-size: 18px;
  }

  .map-container {
    max-width: 950px;
  }
}

/* Средние девайсы (планшеты, < 1024px) */
@media (max-width: 1023.98px) {
  #nav-list ul li:nth-child(3) {
    display: none;
  }

  .call-us {
    max-width: 100%;
  }

  .categories-item h4 {
    font-size: 17px;
  }

  .map-container {
    max-width: 900px;
  }
}

/* Средние девайсы (планшеты, < 992px) */
@media (max-width: 991.98px) {
  .header-tel a {
    padding: 8px 15px;
  }

  #nav-list ul li:nth-child(4) {
    display: none;
  }

  .hero-content h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .title,
  .hero-content>p:nth-child(2) {
    font-size: 25px;
  }

  .call-us {
    margin-top: 40px;
    max-width: 80%;
  }

  .hero-image {
    margin-top: 40px;
  }

  .categories-item .inner {
    padding: 0 0 0 20px;
  }

  .categories-item h4 {
    font-size: 20px;
  }

  .map-container {
    max-width: 700px;
  }
}

/* Малые девайсы (горизонтальные телефоны, < 768px) */
@media (max-width: 767.98px) {
  #nav-list {
    display: none !important;
  }

  #nav-list ul {
    display: block;
  }

  .header-tel {
    margin-right: 55px;
  }

  .hero-content h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .title,
  .hero-content>p:nth-child(2) {
    font-size: 20px;
  }

  .call-us {
    max-width: 100%;
  }

  .our-address {
    padding-left: 25px;
    width: 270px;
  }

  .our-phone {
    padding-left: 30px;
  }

  .our-address:before,
  .our-phone:before {
    left: -10px;
  }

  .map-container {
    max-width: 520px;
  }

  .map-adress {
    margin: 120px auto 0 auto;
    width: 400px;
  }
}

/* Экстрамалые девайсы (телефоны, < 576px) */
@media (max-width: 575.98px) {
  .flex {
    flex-wrap: wrap;
  }

  header .header-tel a:nth-child(1) {
    display: none;
  }

  header .header-tel a:nth-child(2) {
    padding: 0;
  }

  .header-tel {
    margin: 0;
  }

  .header-tel a {
    padding: 12px 20px;
    width: 100%;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .title,
  .hero-content>p:nth-child(2),
  .categories-item h4 {
    font-size: 25px;
  }

  .call-us {
    padding: 0;
  }

  .our-address,
  .our-phone {
    padding: 25px 25px 25px 65px;
    width: 100%;
  }

  .our-address {
    border-right: 0;
    border-bottom: 1px solid #f2f2f2;
  }

  .our-phone {
    margin-left: 0;
  }

  .our-address:before,
  .our-phone:before {
    top: 30px;
    left: 25px;
  }

  .category-image img {
    height: 60px;
  }

  .categories-item h4 {
    line-height: 1;
  }


  #map {
    height: 700px;
  }

  .map-adress {
    margin: 383px auto 0 auto;
    width: 100%;
  }
}

/* Экстрамалые девайсы (телефоны, < 370px) */
@media (max-width: 369.98px) {
  .hero-content h1 {
    font-size: 28px;
    line-height: 35px;
  }

  .title,
  .hero-content>p:nth-child(2),
  .categories-item h4 {
    font-size: 23px;
  }

  .categories-item .price {
    margin-bottom: 10px;
  }
}
