@charset "UTF-8";
/*Reboot*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .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;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

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;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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;
}

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-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;
}

/*Grid*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
::before,
::after {
  box-sizing: inherit;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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%;
  }
}

/*Fork*/
@media (min-width: 1500px) {
  .row_sided {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1500px) {
  .col_left {
    padding-left: 0;
    padding-right: 30px;
  }
}

@media (min-width: 1500px) {
  .col_right {
    padding-left: 30px;
    padding-right: 0;
  }
}

table td,
table th {
  border: 1px solid #a8a8a8;
  padding: 13px;
}

.table-responsive {
  max-width: 100%;
  overflow: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1470px;
  }
}

/*Slick-slider*/
.slick-slider {
  position: relative;
  display: block;
  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;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.slick-loading .slick-list {
  background: #fff url(../img/i/ajax-loader.gif) center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  /* bottom: -25px; */
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

/*Fonts*/
@font-face {
  font-family: 'Franklin Gothic';
  src: url("../fonts/franklin-gothic-book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Franklin Gothic';
  src: url("../fonts/franklin-gothic-book-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Franklin Gothic';
  src: url("../fonts/franklin-gothic-demi.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Franklin Gothic';
  src: url("../fonts/franklin-gothic-demi-italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/*Scaffolding*/
body {
  font-family: 'Franklin Gothic', sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

/* body,
html {
  height: 100%;
} */

.page-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  width: 100%;
}

.site-header {
  order: -1;
  position: relative;
  z-index: 2;
}

.overflow-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: flex;
}

.home-page-content-section,
.inner-page-content-section {
  flex-grow: 1;
}

.inner-page-content-section_relative {
  position: relative;
}

@media (min-width: 992px) {
  .inner-page-content-section {
    padding-bottom: 65px;
  }
}

@media (max-width: 991px) {
  .inner-page-content-section {
    padding-bottom: 30px;
  }
}

a {
  color: #055b99;
  transition: color 0.3s ease;
}

a:hover,
a:focus {
  color: #ff3a3a;
}

p {
  line-height: 1.6;
}

b,
strong {
  font-weight: 700;
}

img {
  max-width: 100%;
}

input:focus,
input:active,
button:active,
button:focus,
textarea:active,
textarea:focus {
  outline: none;
}

.typical-btn {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 27px;
  background-color: #055b99;
  color: #fff;
  border: 0;
  border-radius: 30px;
  min-height: 46px;
}

@media (max-width: 767px) {
  .typical-btn {
    font-size: 16px;
  }
}

.typical-btn:hover,
.typical-btn:focus {
  background-color: #369bea;
  text-decoration: none;
  color: #fff;
}

.typical-btn:active {
  box-shadow: inset 0 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #164a70;
}

.typical-btn_red {
  background-color: #ff2e2e;
}

.typical-btn_red:hover, .typical-btn_red:focus {
  background-color: #f15858;
}

.typical-btn_red:active {
  background-color: #c92727;
}

.form-field {
  width: 100%;
  font-weight: 400;
  background: #fff;
  color: #121b24;
  height: 74px;
  border: 1px solid #c2c3c5;
  padding: 10px 30px;
  border-radius: 10px;
  box-shadow: none;
  transition: all ease 0.3s;
  margin: 0;
}

@media (max-width: 991px) {
  .form-field {
    padding: 15px;
  }
}

textarea.form-field {
  height: 110px;
  padding: 15px 30px;
}

@media (max-width: 991px) {
  textarea.form-field {
    padding: 15px;
  }
}

.form-field::placeholder {
  opacity: 1;
  font-size: 20px;
  font-weight: 300;
  color: #707070;
}

.form-field:focus {
  box-shadow: inset 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.policy-label {
  display: flex;
  margin-bottom: 0;
}

.policy-label input[type="checkbox"] {
  display: none;
}

.policy-label a {
  text-decoration: underline;
}

.policy-decor-checkbox {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #fff;
  margin-right: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s ease;
}

.policy-decor-checkbox:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #6a6767;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.policy-label input[type="checkbox"]:checked + .policy-decor-checkbox {
  border-color: #6a6767;
}

.policy-label input[type="checkbox"]:checked + .policy-decor-checkbox:before {
  opacity: 1;
}

.policy-text {
  margin-top: -4px;
}

.centered-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

body .page-wrapper p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 30px 0 15px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 20px;
  }
}

.inner-content-area h1,
.inner-content-area h2,
.inner-content-area h3,
.inner-content-area h4,
.inner-content-area h5,
.inner-content-area h6 {
  line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #111111;
}

h1 {
  margin: 0;
}

@media (min-width: 1340px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: center;
  }
}

.section-title {
  font-weight: 900;
  margin: 0;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1499px) {
  .section-title {
    line-height: 1.2;
  }
}

.section-subtitle {
  line-height: 1.2;
  font-weight: 200;
  text-align: center;
}

@media (min-width: 1200px) {
  .section-title {
    font-size: 48px;
  }
  .section-subtitle {
    font-size: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .section-title {
    font-size: 36px;
  }
  .section-subtitle {
    font-size: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1329px) {
  .section-title {
    font-size: 36px;
  }
  .section-subtitle {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .section-title {
    text-align: center;
  }
  .section-subtitle {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section-title {
    font-size: 30px;
  }
  .section-subtitle {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 23px;
    text-align: center;
  }
  .section-subtitle {
    font-size: 20px;
  }
}

/*Mobile menu toggler*/
@media (min-width: 992px) {
  .mobile-menu-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .mobile-menu-toggler {
    position: relative;
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    transition: all 0.3s ease;
    margin: 30px 10px 0 15px;
  }
  .mobile-menu-toggler:active {
    opacity: 0.55;
  }
  .mobile-menu-toggler.active .mobile-menu-toggler__bar {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
  }
  .mobile-menu-toggler.active .mobile-menu-toggler__bar:first-child {
    display: none;
  }
  .mobile-menu-toggler.active .mobile-menu-toggler__bar:nth-child(2) {
    transform: rotate(45deg);
  }
  .mobile-menu-toggler.active .mobile-menu-toggler__bar:nth-child(3) {
    transform: rotate(-45deg);
  }
}

@media (max-width: 399px) {
  .mobile-menu-toggler {
    margin-top: 23px;
  }
}

@media (max-width: 339px) {
  .mobile-menu-toggler {
    margin-top: 19px;
  }
}

.mobile-menu-toggler__bar {
  width: 25px;
  height: 2px;
  background: #202020;
  transition: transform 0.3s ease;
}

@media (max-width: 767px) {
  .mobile-menu-toggler {
    width: 40px;
    margin-right: 5px;
  }
  .mobile-menu-toggler__bar {
    width: 20px;
  }
}

@media (max-width: 389px) {
  .mobile-menu-toggler {
    margin-right: 10px;
  }
}

.mobile-menu-toggler__bar:not(:last-child) {
  margin-bottom: 5px;
}

/*Mobile menu*/
.mobile-menu .mobile-menu__inner-wrap {
  transition: transform 0.4s ease;
}

@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu {
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 110;
  display: block;
  width: 270px;
  height: 100%;
  min-height: 100%;
  background: #000;
  padding-bottom: 20px;
  transform: translateX(-270px);
  transition: transform .3s;
}

.mobile-menu.active {
  box-shadow: 5px 0 25px rgba(0, 0, 0, 0.3);
}

.mobile-menu__holder ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.mobile-menu__holder ul a {
  display: block;
  padding: 10px;
  color: #fff;
  transition: background 0.2s ease;
}

.mobile-menu__holder ul a:hover,
.mobile-menu__holder ul a:focus {
  text-decoration: none;
}

.mobile-menu__holder li.active > a,
.mobile-menu__holder li.active > a,
.mobile-menu__holder li.active > a {
  background: #055b99;
  color: #fff;
}

.mobile-menu__holder ul a:active {
  background: #055b99;
  color: #fff;
}

.mobile-menu__parent-link {
  position: relative;
  padding-right: 30px;
}

.mobile-menu__holder > ul ul {
  display: none;
  position: absolute;
  top: 0;
}

.mobile-menu__parent-link:before {
  position: absolute;
  top: 50%;
  right: 15px;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
}

.mobile-menu .mobile-menu__list-shown {
  display: block;
  width: 100%;
  padding-left: 0;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.mobile-menu__back {
  position: relative;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  padding-left: 25px;
  margin: 10px 0;
  text-decoration: none;
}

.mobile-menu__back:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 8px;
  height: 8px;
  background: 0;
  margin: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0);
}

/*custom-collapse*/
body .collapse_shown {
  display: block;
}

/*custom-tabs*/
.tab-pane {
  opacity: 0;
  display: none;
}

.tab-pane_active {
  display: block;
  opacity: 1;
}

/*Modals*/
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
}

.modal_z-closesd {
  z-index: 11;
}

.modal_wide .modal__wrapper {
  max-width: 1000px;
}

.modal__outer-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
}

.modal__wrapper {
  position: relative;
  max-width: 600px;
  width: 100%;
  background: #fff;
  padding: 40px 15px 45px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  max-height: 100%;
  border-radius: 5px;
  box-shadow: 0 0 50px 12px rgba(255, 255, 255, 0.1);
}

@media (min-width: 576px) {
  .modal__wrapper:before {
    position: absolute;
    top: -170px;
    left: -157px;
    content: '';
    width: 381px;
    height: 489px;
    background: url(../img/serpent-gradient.png) no-repeat 100% 0;
    background-size: contain;
    z-index: -1;
  }
}

@media (max-width: 1199px) {
  .modal__wrapper:before {
    width: 250px;
    height: 350px;
    top: -120px;
    left: -120px;
  }
}

@media (max-width: 767px) {
  .modal__wrapper:before {
    width: 150px;
    height: 250px;
    top: -70px;
    left: -70px;
  }
}

@media (max-width: 1599px) {
  .modal__wrapper {
    padding: 35px 15px 35px;
  }
}

@media (max-width: 575px) {
  .modal__wrapper {
    padding: 20px 15px 15px;
  }
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.modal__header {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 15px;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 30px;
}

@media (max-width: 1599px) {
  .modal__header {
    margin-bottom: 25px;
  }
}

@media (max-width: 1329px) {
  .modal__header {
    margin-bottom: 15px;
  }
}

.modal__close {
  display: block;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

@media (min-width: 576px) {
  .modal__close {
    top: 10px;
    right: 10px;
    height: 22px;
    width: 22px;
  }
}

@media (max-width: 575px) {
  .modal__close {
    top: 10px;
    right: 10px;
    height: 15px;
    width: 15px;
  }
}

.modal__close svg {
  display: block;
}

.modal__close:hover,
.modal__close:focus {
  opacity: 0.5;
}

.modal__title {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 1599px) {
  .modal__title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .modal__title {
    font-size: 26px;
  }
}

.modal__subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 26px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .modal__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 1599px) {
  .modal__subtitle {
    margin-bottom: 15px;
  }
}

.modal__content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.modal__content form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal__form-group {
  width: 100%;
  margin-bottom: 9px;
}

.modal__wrapper .form-field:focus {
  box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

.modal__send-btn {
  width: 100%;
}

.modal__send-btn:active {
  top: 0;
  box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

.modal__agreement {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin: 15px 0 10px;
}

.modal__agreement a {
  color: #1a1a1a;
  text-decoration: underline;
}

.modal__agreement a:hover,
.modal__agreement a:focus {
  text-decoration: none;
}

.modal__agreement input {
  margin-right: 3px;
}

.modal__agreement input[type="checkbox"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #fff;
  margin: 0 8px 0 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.modal__agreement input[type="checkbox"]:checked:before {
  opacity: 1;
}

.modal__agreement input[type="checkbox"]:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #073f67;
  opacity: 0;
}

.modal__content .simple-checkbox {
  display: flex;
  align-items: flex-start;
  font-size: 11px;
  margin: 0 0 10px;
  max-width: 260px;
}

.modal__content .simple-checkbox a {
  color: #fff;
}

.modal__content .simple-checkbox a:hover,
.modal__content .simple-checkbox a:focus {
  color: #cfa80e;
}

@media (min-width: 768px) {
  .modal__formgroup {
    margin-bottom: 10px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .modal__formgroup {
    margin-bottom: 15px;
    width: 100%;
  }
}

.modal__content .smFormContent {
  margin-bottom: 35px;
}

@media (max-width: 1559px) {
  .modal__content .smFormContent {
    margin-bottom: 15px;
  }
}

.modal__content .input input {
  font-size: 18px;
  width: 100%;
  padding: 15px 45px;
  border-radius: 30px;
  border: 0;
  height: 55px;
  background: #e9f1f7;
}

.modal__content .input input::placeholder {
  opacity: 1;
  color: #000;
}

.modal__content .input input:focus {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.35) inset;
}

.modal__content .input:not(:last-child) {
  margin-bottom: 10px;
}

.modal__content .smFormContentIn {
  margin-bottom: 15px;
  width: 100%;
  max-width: 324px;
}

.modal__content .buttonOut button {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 252px;
  height: 54px;
  border-radius: 30px;
  background: #0d6bb4;
  border: 0;
}

.modal__content .buttonOut button:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35) inset;
}

.modal__policy-text {
  font-size: 14px;
  color: #000;
  text-align: center;
}

.modal__policy-text a {
  color: #000;
}

@media (max-width: 575px) {
  .modal__policy-text br {
    display: none;
  }
}

/*404*/
.not-found-section__row {
  align-items: center;
  margin-bottom: 50px;
}

.not-found-section {
  margin-bottom: 40px;
}

.not-found-section__404 {
  font-size: 240px;
  font-weight: 700;
  color: #135cb0;
  line-height: 0.8;
}

.not-found-section__404-col {
  flex: 0 0 auto;
  width: auto;
}

.not-found-section__text-col {
  flex: 0 0 auto;
  width: auto;
  font-size: 30px;
  line-height: 1.2;
}

.not-found-section__subtitle {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .not-found-section {
    margin-bottom: 15px;
  }
  .not-found-section__subtitle {
    text-align: center;
  }
  .not-found-section__row {
    justify-content: center;
    margin-bottom: 15px;
  }
  .not-found-section__text-col {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .not-found-section {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .not-found-section__subtitle {
    font-size: 24px;
  }
  .not-found-section__404 {
    font-size: 170px;
  }
  .not-found-section__text-col {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .not-found-section__404 {
    font-size: 80px;
  }
  .not-found-section__404-col {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .not-found-section__text-col {
    font-size: 18px;
    width: 100%;
  }
  .not-found-section__subtitle {
    font-size: 19px;
  }
}

/*Button-up*/
#button-up {
  opacity: 0.95;
  display: none;
  position: fixed;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.button-up__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

#button-up svg {
  flex: 0 0 40px;
  fill: #fff;
}

#button-up:hover svg,
#button-up:focus svg {
  fill: #685145;
}

@media (min-width: 768px) {
  #button-up {
    bottom: 50px;
    right: 50px;
  }
  .button-up__inner {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767px) {
  #button-up {
    bottom: 20px;
    right: 20px;
  }
  .button-up__inner {
    width: 40px;
    height: 40px;
  }
  #button-up svg {
    flex: 0 0 20px;
  }
}

/*Header*/
.site-header {
  height: 140px;
}

.site-header__logo-col {
  padding-top: 10px;
  margin-right: 44px;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .site-header__logo-col {
    max-width: 250px;
    margin-right: 25px;
  }
}

@media (max-width: 1199px) {
  .site-header__logo-col {
    max-width: 190px;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .site-header__logo-col {
    padding-left: 10px;
  }
}

@media (max-width: 399px) {
  .site-header__logo-col {
    max-width: 140px;
    padding-left: 0;
  }
}

@media (max-width: 339px) {
  .site-header__logo-col {
    max-width: 125px;
    padding-left: 0;
  }
}

a.site-header__logo {
  transition: opacity 0.3s ease;
}

a.site-header__logo:hover, a.site-header__logo:focus {
  opacity: 0.6;
}

@media (max-width: 991px) {
  .site-header__container {
    position: relative;
  }
}

.site-header__content-col {
  padding-top: 32px;
}

@media (min-width: 1550px) {
  .site-header__content-col {
    flex: 0 0 1108px;
    max-width: 1108px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .site-header__content-col {
    flex: 0 0 895px;
    max-width: 895px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header__content-col {
    max-width: 770px;
  }
}

@media (max-width: 991px) {
  .site-header__content-col {
    position: static;
  }
}

@media (max-width: 991px) {
  .site-header__content-col {
    width: 100%;
    padding-top: 15px;
  }
}

@media (min-width: 992px) {
  .site-header__top-section {
    margin-bottom: 37px;
  }
}

@media (max-width: 991px) {
  .site-header__menu-wrap {
    display: none;
  }
}

.site-header__menu-wrap ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.site-header__menu-wrap > ul {
  display: flex;
}

.site-header__menu-wrap > ul > li {
  position: relative;
}

.site-header__menu-wrap > ul > li > a {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .site-header__menu-wrap > ul > li > a {
    font-size: 16px;
  }
}

.site-header__menu-wrap > ul > li:not(:last-child) {
  margin-right: 30px;
}

.site-header__menu-wrap > ul > li:hover > ul {
  display: block;
}

.site-header__menu-wrap > ul ul {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  padding-top: 12px;
  min-width: 280px;
}

.site-header__menu-wrap > ul ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  display: block;
  border: 6px solid transparent;
  border-bottom-color: #055b99;
}

.site-header__menu-wrap > ul ul li:first-child {
  padding-top: 5px;
  background: #055b99;
  border-radius: 5px 5px 0 0;
}

.site-header__menu-wrap > ul ul li:last-child {
  padding-bottom: 5px;
  background: #055b99;
  border-radius: 0 0 5px 5px;
}

.site-header__menu-wrap > ul ul a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  background: #055b99;
}

.site-header__menu-wrap > ul ul a:hover, .site-header__menu-wrap > ul ul a:focus {
  color: #fff;
  text-decoration: none;
  background: #ff3a3a;
}

.site-header__bottom-content-row {
  flex-wrap: nowrap;
  align-items: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header__bottom-content-row {
    margin-left: -205px;
  }
}

@media (max-width: 991px) {
  .site-header__bottom-content-row {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .site-header__bottom-content-row {
    flex-direction: column;
  }
}

@media (min-width: 1500px) {
  .site-header__search-col {
    flex: 0 0 470px;
    max-width: 470px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header__search-col {
    position: absolute;
    top: 25px;
    right: 0;
    width: 470px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .site-header__search-col {
    position: absolute;
    top: 25px;
    right: 0;
    width: 300px;
  }
}

@media (max-width: 575px) {
  .site-header__search-col {
    display: none;
    width: 300px;
    margin-bottom: 15px;
  }
}

.site-header__search-form {
  position: relative;
}

.modal__content .site-header__search-form {
  padding: 0 10px;
}

.site-header__search-form input[type="text"] {
  height: 46px;
  border-radius: 30px;
  border-color: #d0d0d0;
  font-size: 20px;
  padding: 10px 25px;
}

.site-header__search-form input[type="text"]::placeholder {
  opacity: 1;
  color: #000;
}

.site-header__search-form-submit {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
  width: 18px;
  height: 19px;
  background: url(../img/i/magnifier.png) no-repeat 0 0;
  border: 0;
  padding: 0;
  transition: opacity 0.3s ease;
}

.site-header__search-form-submit:hover, .site-header__search-form-submit:focus {
  opacity: 0.6;
}

@media (min-width: 992px) {
  .site-header__phone-col {
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  .site-header__phone-col {
    position: absolute;
    top: 30px;
    right: 0;
  }
}

.site-header__phone {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.site-header__phone a{
  color: #000;
}

.site-header__phone a:hover,
.site-header__phone a:focus{
  color:#ff3a3a;
}

@media (max-width: 1499px) {
  .site-header__phone {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header__phone {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .site-header__phone {
    font-size: 24px;
  }
}

@media (max-width: 429px) {
  .site-header__phone {
    font-size: 20px;
  }
}

@media (max-width: 399px) {
  .site-header__phone {
    font-size: 17px;
  }
}

.site-header__phone_fixed {
  font-size: 20px;
  display: none;
}

.site-header__soc-col {
  display: flex;
  align-items: center;
}

@media (min-width: 1500px) {
  .site-header__soc-col {
    padding:0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header__soc-col {
    margin: 0 auto;
  }
}

.site-header__soc-link {
  transition: opacity 0.3s ease;
}

.site-header__soc-link:hover, .site-header__soc-link:focus {
  opacity: 0.6;
}

.site-header__soc-link:not(:last-child) {
  margin-right: 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header__soc-link:not(:last-child) {
    margin-right: 25px;
  }
}

@media (min-width: 1500px) {
  .site-header__backcall-col {
    padding-left:7px;
  }
}

@media (max-width: 767px) {
  .site-header__backcall-col {
    display: none;
  }
}

.inner-page-content-section {
  padding-top: 75px;
}

@media (max-width: 1499px) {
  .inner-page-content-section {
    padding-top: 55px;
  }
}

@media (max-width: 1199px) {
  .inner-page-content-section {
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  .inner-page-content-section {
    padding-top: 15px;
  }
}

@media (min-width: 576px) {
  .site-header__mobile-search-toggle {
    display: none;
  }
}

@media (max-width: 575px) {
  .site-header__mobile-search-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #d0d0d0;
    border-radius: 100%;
    margin-right: 8px;
  }
}

.site-header__fixed-wrapper {
  top: -100%;
  transition: top 0.3s ease;
}

.site-header_fixed .site-header__fixed-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.2);
}

.site-header_fixed .site-header__bottom-content-row {
  display: none;
}

@media (max-width: 1499px) {
  .site-header_fixed .site-header__menu-wrap > ul > li > a {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .site-header_fixed .site-header__menu-wrap > ul > li > a {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .site-header_fixed .site-header__menu-wrap > ul > li:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .site-header_fixed .site-header__logo-col {
    max-width: 190px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .site-header_fixed .site-header__logo-col {
    max-width: 170px;
  }
}

.site-header_fixed .site-header__logo-col {
  padding-bottom: 10px;
}

@media (min-width: 576px) {
  .site-header_fixed .site-header__logo-col {
    padding: 10px 15px;
    margin-right: 0;
    padding-right: 0;
  }
}

.site-header_fixed .site-header__menu-wrap {
  margin: 0 auto;
}

.site-header_fixed .site-header__phone_fixed {
  display: block;
}

@media (max-width: 575px) {
  .site-header_fixed .site-header__phone_fixed {
    position: absolute;
    top: 30px;
    right: 15px;
  }
}

@media (max-width: 1199px) {
  .site-header_fixed .site-header__phone_fixed {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .site-header_fixed .site-header__phone_fixed {
    font-size: 24px;
    margin-left: auto;
  }
}

@media (max-width: 429px) {
  .site-header_fixed .site-header__phone_fixed {
    font-size: 20px;
  }
}

@media (max-width: 399px) {
  .site-header_fixed .site-header__phone_fixed {
    font-size: 17px;
  }
}

.site-header_fixed .site-header__top-section {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.site-header_fixed .site-header__content-col {
  padding: 5px 15px 5px 0;
  display: flex;
  align-items: center;
  flex-grow: 1;
  max-width: inherit;
}

@media (max-width: 991px) {
  .site-header_fixed .site-header__content-col {
    width: auto;
  }
}

@media (max-width: 1199px) {
  .inner-page__sidebar {
    display: none;
  }
}

@media (min-width: 1200px) {
  .inner-page__sidebar {
    order: -1;
    flex: 0 0 330px;
    max-width: 330px;
  }
}

.sidebar-item {
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  padding: 27px 30px 45px;
}

.sidebar-item__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 13px;
}

.sidebar__list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.sidebar__list ul ul{
  margin-top:15px;
}

.sidebar__list ul ul li:before{
  display: none;
}

.sidebar__list ul li {
  line-height: 1.1;
  position: relative;
  padding-left: 18px;
}

.sidebar__list ul li.active>a {
  color:#ff3a3a;
}

.sidebar__list ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #055b99;
  border-radius: 100%;
}

.sidebar__list ul li a {
  font-size: 16px;
  text-decoration: underline;
}

.sidebar__list ul li:not(:last-child) {
  margin-bottom: 15px;
}

@media (min-width: 1500px) {
  .inner-page__content {
    padding-left: 48px;
    flex: 0 0 1140px;
    max-width: 1140px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .inner-page__content {
    padding-left: 30px;
    flex: 0 0 840px;
    max-width: 840px;
  }
}

.inner-page__page-meta {
  margin-bottom: 17px;
}

.beadcrumbs {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .beadcrumbs {
    justify-content: center;
  }
}

.beadcrumbs__item:not(:last-child) {
  margin-right: 10px;
}

.beadcrumbs__item:after {
  content: '-';
  margin-left: 10px;
}

.page-meta__beadcrumbs {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .page-meta__beadcrumbs {
    margin-bottom: 5px;
  }
}

.page-title {
  font-size: 48px;
}

@media (max-width: 1599px) {
  .page-title {
    font-size: 42px;
  }
}

@media (max-width: 1499px) {
  .page-title {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .page-title {
    font-size: 37px;
  }
}

@media (max-width: 991px) {
  .page-title {
    text-align: center;
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .page-title {
    font-size: 28px;
  }
}

.inner-content-area p {
  line-height: 1.7;
}

.inner-content-area p:not(:last-child) {
  margin-bottom: 28px;
}

.search-modal .modal__outer-box {
  align-items: top;
  height: auto;
}

.cat-catalog__top-btns{
display: flex;
margin-bottom: 20px;
}

@media(max-width:991px){
.cat-catalog__top-btns{
  justify-content: center;
}
}

@media(max-width:767px){
  .cat-catalog__top-btns{
    flex-direction: column;
    align-items: center;
  }
  }

.cat-category__top-consult-btn{
  width:353px;
  padding: 10px 15px;
  margin-right:6px;
}

@media(max-width:767px){
  .cat-category__top-consult-btn{
    margin:0 0 10px;
  }
  }

.cat-category__top-opros-btn{
  width:283px;
}

@media(max-width:991px){
  .cat-category__top-consult-btn,
  .cat-category__top-opros-btn{
    font-size: 17px;
    width:auto;
    padding: 10px 20px;
  }
  }
  @media(max-width:499px){
    .cat-category__top-consult-btn,
    .cat-category__top-opros-btn{
      font-size: 16px;
      padding: 10px 15px;
    }
    }

.cat-catalog__section:not(:last-child){
  margin-bottom: 50px;
}

@media(max-width:991px){
  .cat-catalog__section:not(:last-child){
    margin-bottom: 30px;
  }
}

.cat-catalog__section-title{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

@media(max-width:767px){
  .cat-catalog__section-title{
    font-size: 20px;
    text-align: center;
  }
}

.cat-catalog__cats-wrap{
  display: flex;
  flex-wrap: wrap;
  /* margin:0 0 -30px; */
}

.cat-catalog__cats-item{
  flex:0 0 33.33333333%;
  max-width: 33.33333333%;
  display: flex;
  align-items: flex-start;
  padding-right: 30px;
  margin-bottom: 30px;
}

@media(max-width:767px){
  .cat-catalog__cats-item{
    flex:0 0 50%;
    max-width: 50%;
  }
}

@media(max-width:499px){
  .cat-catalog__cats-item{
    flex:0 0 100%;
    max-width: 100%;
  }
}

.cat-catalog__cats-item:hover .cat-catalog__cats-item-img,
.cat-catalog__cats-item:focus .cat-catalog__cats-item-img{
  opacity: 0.6;
}

.cat-catalog__cats-item-img{
  flex-shrink: 0;
  margin-right:16px;
  transition: opacity 0.3s ease;
}

@media(min-width:1200px) and (max-width:1499px){
  .cat-catalog__cats-item-img{
  max-width: 55px;
  }
}

@media(max-width:991px){
  .cat-catalog__cats-item-img{
  max-width: 45px;
  }
}

.cat-catalog__cats-item-title{
  font-size: 20px;
  text-decoration: underline;
}

@media(min-width:1200px) and (max-width:1499px){
  .cat-catalog__cats-item-title{
  font-size: 18px;
  }
}

@media(max-width:991px){
  .cat-catalog__cats-item-title{
    font-size: 17px;
    }
}

.cat-catalog__aftercats-info{
 margin-bottom: 40px; 
}

@media(max-width:767px){
  .cat-catalog__aftercats-info{
    margin-bottom: 30px; 
   }
}

.content-info{
  display: flex;
  flex-direction: column;
  align-items: center;
  background:#f0f5f5;
  border-radius: 25px;
  padding:40px;
  text-align: center;
}

@media(max-width:767px){
  .content-info{
    padding:20px;
  }
}

.content-info__title{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media(max-width:767px){
  .content-info__title{
    margin-bottom:15px;
  }
}

@media(min-width:1200px) and (max-width:1499px){
  .content-info__title{
  font-size: 25px;
  }
  .content-info__title br{
    display: none;
    }
}

@media(max-width:991px){
  .content-info__title{
    font-size: 23px;
    }
    .content-info__title br{
      display: none;
      }
}

@media(max-width:499px){
  .content-info__title{
    font-size: 20px;
    }
}

.content-info__content{
  display: flex;
  align-items: center;
}

@media(max-width:991px){
  .content-info__content{
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media(max-width:575px){
  .content-info__content{
    flex-direction: column;
    align-items: center;
  }
}

.content-info__phone{
  margin-right:20px;
}

.content-info__mail{
  margin-right:35px;
}

@media(max-width:1499px){
  .content-info__phone,
  .content-info__mail{
    margin-right:15px;
  }
}

.content-info__mail a{
  text-decoration: underline;
}

.content-info__soc{
  margin-right:10px;
  display: flex;
align-items: center;
}

@media(max-width:767px){
  .content-info__soc{
    margin-top:15px;
  }
}

.content-info__soc-link:not(:last-child){
  margin-right: 8px;
}

.content-info__soc-link{
  transition: opacity 0.3s ease;
}

.content-info__soc-link:hover,
.content-info__soc-link:focus{
  opacity: 0.6;
}

.content-info__backcall{
  width:194px;
  padding:10px 15px;
}

@media(max-width:991px){
  .content-info__backcall{
    margin-top: 15px;
  }
}

.content-gallery{
  margin:0 -7px -14px;
  padding-bottom: 45px;
}

.content-gallery__col{
  padding:0 7px;
}

.inner-content-area h2,
.inner-content-area h3,
.inner-content-area h4,
.inner-content-area h5,
.inner-content-area h6{
  margin:0 0 20px; 
}

@media(max-width:991px){
  .inner-content-area h2,
  .inner-content-area h3,
  .inner-content-area h4,
  .inner-content-area h5,
  .inner-content-area h6{
    margin:0 0 15px; 
  }
}

.inner-content-area h2{
  margin-bottom: 30px;
  font-size: 40px;
}

@media(max-width:991px){
  .inner-content-area h2{
    margin-bottom: 15px;
  }
}

.inner-content-area h3{
  font-size: 30px;
}

.inner-content-area h4{
  font-size: 26px;
}

.inner-content-area h5{
  font-size: 22px;
}

.inner-content-area h6{
  font-size: 20px;
}

@media(max-width:1499px){
  .inner-content-area h2{
    font-size: 36px;
  }
  .inner-content-area h3{
    font-size: 26px;
  }
  .inner-content-area h4{
    font-size: 24px;
  }
  .inner-content-area h5{
    font-size: 22px;
  }
  .inner-content-area h6{
    font-size: 20px;
  }
}

@media(max-width:1199px){
  .inner-content-area h2{
    font-size: 32px;
  }
  .inner-content-area h3{
    font-size: 24px;
  }
  .inner-content-area h4{
    font-size: 22px;
  }
  .inner-content-area h5{
    font-size: 20px;
  }
  .inner-content-area h6{
    font-size: 18px;
  }
}

@media(max-width:991px){
  .inner-content-area h2{
    font-size: 30px;
  }
  .inner-content-area h3{
    font-size: 22px;
  }
  .inner-content-area h4{
    font-size: 20px;
  }
  .inner-content-area h5{
    font-size: 18px;
  }
  .inner-content-area h6{
    font-size: 16px;
  }
}

@media(max-width:767px){
  .inner-content-area h2{
    font-size: 24px;
  }
  .inner-content-area h3{
    font-size: 20px;
  }
  .inner-content-area h4{
    font-size: 18px;
  }
  .inner-content-area h5{
    font-size: 16px;
  }
  .inner-content-area h6{
    font-size: 15px;
  }
}

.inner-content-area ul:not(.uniq){
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
}

.inner-content-area ul:not(.uniq) li{
  position: relative;
  padding-left:55px;
}

@media(max-width:767px){
  .inner-content-area ul:not(.uniq) li {
    padding-left:25px;
  }
}

.inner-content-area ul:not(.uniq) li:not(:last-child){
  margin-bottom: 15px;
}

.inner-content-area ul:not(.uniq) li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 20px;
  width: 6px;
  height: 6px;
  background: #055b99;
  border-radius: 100%;
}

@media(max-width:767px){
  .inner-content-area ul:not(.uniq) li:before {
    left: 10px;
  }
}

.home-page__home-intro-section{
margin-bottom: 115px;
}

.home-intro-section__pic{
position: absolute;
top:-135px;
right:0;
}

.home-intro-section__container{
  position: relative;
  padding-top: 75px;
}

.home-intro-section__title{
  font-size: 48px;
  margin-bottom: 30px;
}

.home-intro-section__list{
  list-style: none;
  padding-left: 0;
}
.home-intro-section__list li:not(:last-child){
margin-bottom: 20px;
}
.home-intro-section__list a{
  font-size: 20px;
  text-decoration: underline;
}
.home-intro-section__list li {
  position: relative;
  padding-left:20px;
}
.home-intro-section__list li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #055b99;
  border-radius: 100%;
}

.home-intro-section__content{
  margin-bottom: 55px;
}

.home-intro-section__btn-block{
  position: relative;
  display: flex;
  align-items: center;
  padding:30px 35px;
  border-radius: 25px;
  box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.05);
  background: #fff;
  width:950px;
}

.btn-block__item{
  display: flex;
  align-items: center;
  margin-right:25px;
}

.btn-block__item-i{
  flex-shrink: 0;
  margin-right:18px;
}

.btn-block__item-text{
  font-size: 20px;
  font-weight: 700;
}

.btn-block__main-btn{
width:333px;
height:63px;

}

.btn-block__main-btn-i{
  flex-shrink: 0;
  margin-right:15px;
}

.home-page__preims-section{
  margin-bottom: 40px;
}

.preims-item__title{
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 25px;
}

.preims-item__text{
  line-height:1.6;
}

.home-page__projects-section{
margin-bottom: 70px;
}

.projects{
margin:0 -43px;
}
.projects__col{
  padding:0 43px;
}

.home-page__directions-section{
  margin-bottom: 55px;
}

.directions-section__title{
  margin-bottom: 70px;
}

.directions-section__row{
  margin-bottom: 40px;
}

.direction{
  display: flex;
  align-items: center;
  text-decoration: underline;
}

.direction:hover .direction__i,
.direction:focus .direction__i{
 opacity: 0.6;
}

.direction__i{
flex-shrink: 0;
margin-right:35px;
transition: opacity 0.3s ease;
}

.direction__title{
  font-size: 24px;
  font-weight: 700;
  
}

.centered-block{
display: flex;
align-items: center;
justify-content: center;
}

.directions-section__all-btn{
  width:273px;
}

.product-intro{
  background:#f0f5f5;
  border-radius: 25px;
  overflow: hidden;
}

.product-page__product-intro{
margin-bottom: 40px;
}

@media(max-width:575px){
  .product-page__product-intro{
    margin-bottom: 25px;
    }
}

.product-intro__pic-col{
  flex:0 0 557px;
  max-width:557px;
}

@media(min-width:1200px) and (max-width:1499px){
  .product-intro__pic-col{
    flex:0 0 360px;
    max-width:360px;
    padding: 30px 15px 15px 30px;
  }
}

@media(min-width:992px) and (max-width:1199px){
  .product-intro__pic-col{
    flex:0 0 420px;
    max-width:420px;
    padding: 30px 15px 15px 30px;
  }
}

@media(max-width:991px){
  .product-intro__pic-col{
    padding-top:25px;
    margin:0 auto;
  }
}

@media(max-width:767px){
  .product-intro__pic-col{
    flex:0 0 auto;
    max-width:inherit;
    padding: 15px 30px 0;
  }
}

.product-intro__content-col{
  flex:0 0 540px;
  max-width:540px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 50px;
}

@media(min-width:1200px) and (max-width:1499px){
  .product-intro__content-col{
    flex:0 0 465px;
    max-width:465px;
  }
}

@media(max-width:991px){
  .product-intro__content-col{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex:0 0 100%;
    text-align: center;
    max-width: inherit;
    padding:30px;
  }
}

@media(max-width:575px){
  .product-intro__content-col{
padding-top:15px;
  }
}

.product-intro__pic-presentation{
  border-radius: 25px;
  overflow: hidden;
}

.product-intro__pic-wrap{
  position: relative;
  display: block;
  height: 460px;
  overflow: hidden;
}

@media(max-width:1499px){
  .product-intro__pic-wrap{
    height: 300px;
  }
}

@media(max-width:1199px){
  .product-intro__pic-wrap{
    height: 320px;
  }
}

@media(max-width:991px){
  .product-intro__pic-presentation{
    width:350px;
    margin:0 auto;
  }
  .product-intro__pic-wrap{
    height: 350px;
    width:350px;
  }
}

@media(max-width:767px){
  .product-intro__pic-presentation{
    width:300px;
    margin:0 auto;
  }
  .product-intro__pic-wrap{
    height: 300px;
  }
}

@media(max-width:575px){
  .product-intro__pic-presentation{
    width:250px;
    margin:0 auto;
  }
  .product-intro__pic-wrap{
    height: 250px;
  }
}

.product-intro__pic{
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
max-width:inherit;
height:100%;
}

.product-intro__price-block{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:20px;
}

@media(max-width:991px){
  .product-intro__price-block{
    justify-content: center;
  }
}

@media(max-width:575px){
  .product-intro__price-block{
    flex-direction: column;
    align-items: center;
  }
}

.product-intro__price{
  font-size: 30px;
  font-weight: 700;
}

@media(max-width:1499px){
  .product-intro__price{
    font-size: 22px;
  }
}
@media(max-width:991px){
  .product-intro__price{
    margin-right:15px;
  }
  .product-intro__order-btn{
    margin-right:15px;
  }
}

@media(max-width:575px){
  .product-intro__price{
    margin:0 0 15px;
  }
  .product-intro__order-btn{
    margin:0 0 15px;
  }
}


.product-intro__soc{
  display: flex;
  align-items: center;
}

.product-intro__soc-link {
  transition: opacity 0.3s ease;
}

@media(min-width:1200px) and (max-width:1499px){
  .product-intro__content-col{
    padding-right:40px;
  }
  .product-intro__price{
    font-size: 20px;
  }
  .product-intro__soc-link {
    max-width:36px;
  }
  .product-intro__order-btn{
    font-size: 17px;
    padding:5px 20px;
  } 
}

@media(max-width:767px){
  .product-intro__price{
    font-size: 22px;
  }
  .product-intro__soc-link {
    max-width:36px;
  }
  .product-intro__order-btn{
    padding:5px 20px;
  }
}

@media(max-width:575px){
  .product-intro__order-btn{
    width:180px;
  }
}

.product-intro__soc-link:hover,
.product-intro__soc-link:focus {
  opacity: 0.6;
}

.product-intro__soc-link:not(:last-child) {
  margin-right: 8px;
}

.product-intro__content-block{
  line-height: 1.5;
  margin-bottom: 35px;
}

@media(max-width:1499px){
  .product-intro__content-block{
    margin-bottom: 15px;
  }
}

.product-intro__opros-btn{
  font-size: 20px;
  display: flex;
  align-items: center;
  text-decoration: underline;
}

.product-intro__opros-btn:before{
  content:'';
  width:11px;
  height:14px;
  margin-right:12px;
  background: url(../i/load.png) no-repeat 0 0;
}

.product-page__chars{
  margin-bottom: 44px;
}

table td{
  border:1px solid #bbc8c8;
}

.product-chars-table table{
  width:100%;
}

.product-chars-table td,
.product-chars-table th{
  padding:5px 5px 5px 50px;
}

@media(max-width:1499px){
  .product-chars-table td,
.product-chars-table th{
  padding-left:15px;
}
} 

.product-page__info-block{
  margin-bottom: 65px;
}

@media(max-width:1199px){
  .product-page__info-block{
    margin-bottom:40px;
  }
}

.product-page__delivery{
margin-bottom: 20px;
padding-bottom: 50px;
border-bottom:3px solid #f0f5f5;
}

@media(max-width:991px){
  .product-page__delivery{
    margin-bottom:30px;
    padding-bottom:20px;
    }
}

.delivery-logos{
  margin:0 -10px -20px;
  padding-bottom: 25px;
}

.delivery-logos__col{
padding:0 10px;
margin-bottom: 20px;
}

.logo-block-item{
  height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 25px;
}

.logo-block-item img{
 max-width: 80%;
}

.logo-block-item_row{
  border:1px solid #bbc8c8;
}

.product-page__delivery-link-more{
font-size: 20px;
text-decoration: underline;
}

.product-page__related{
  margin-bottom: 40px;
}
@media(max-width:991px){
  .product-page__related{
    margin-bottom: 20px;
  }
}


.related-row{
  margin:0 -10px -20px;
  padding-bottom: 25px;
}

.related-row__col{
  padding:0 10px;
  margin-bottom: 20px;
}

@media(min-width:1200px) and (max-width:1499px){
  .related-row__col{
    flex:0 0 50%;
    max-width: 50%;
  }
}

.related-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  border:1px solid #bbc8c8;
  border-radius: 25px;
  padding:0 20px 20px 20px;
}

@media(max-width:575px){
  .related-item{
    max-width:388px;
    margin:0 auto;
  }
}

.related-item:hover,
.related-item:focus{
  text-decoration: none;
}

.related-item:hover .related-item__pic,
.related-item:focus .related-item__pic{
  opacity:0.6;
}

.related-item__pic{
  border-radius: 25px 25px 0 0;
  overflow: hidden;
  margin:0 -20px 25px;
  transition: opacity 0.3s ease;
  height: 233px;
}

@media(max-width:1199px){
  .related-item__pic{
    height: 199px;
    margin-bottom: 15px;
  }
}

@media(max-width:575px){
  .related-item__pic{
    height:auto;
  }
}

.related-item__title{
  width: 100%;
  margin-bottom: 20px;
  text-decoration: underline;
}

@media(min-width:1200px){
  .related-item__title{
    font-size: 20px;
  }
}

.related-item__price{
  width: 100%;
  margin-bottom: 20px;

  font-weight: 700;
  color:#000;
}

@media(min-width:1200px){
  .related-item__price{
    font-size: 20px;
  }
}

.related-item__order-btn{
  width:100%;
}

.projects_content{
  margin:0 -12px;
}

.projects__col_content{
  padding:0 12px;
}

@media(max-width:991px){
  .projects__col_content:not(:last-child){
    margin-bottom: 30px;
  }
}

.indiv-project{
height:298px;
background: url(../img/individual-projects.jpg) no-repeat 0 0 #055b99;
color:#fff;
border-radius: 25px;
padding:35px 35px 35px 210px;
}

.indiv-project_content{
  padding-left: 60px;
  background-position: -140px 0;
  }
  @media(min-width:1200px) and (max-width:1499px){
    .indiv-project_content{
      padding:20px;
      }
  }
  @media(max-width:1199px){
    .indiv-project_content{
      padding:30px;
      }
  }
  @media(max-width:991px){
    .indiv-project_content{
      height: auto;
      }
  }
  @media(max-width:575px){
    .indiv-project_content{
      padding:15px;
      }
  }
  .indiv-project__title{
font-weight: 700;
font-size: 30px;
margin-bottom: 20px;
  }
  @media(max-width:1499px){
    .indiv-project__title{
      font-size: 24px;
      margin-bottom: 15px;
        }
  }
  .indiv-project__text{
line-height: 1.5;
margin-bottom: 25px;
  }
  @media(max-width:1499px){
    .indiv-project__consult-btn{
      font-size: 18px;
    }
  }

.dop-project{
  height:298px;
  background: url(../img/dop-uslugi.jpg) no-repeat 0 0 #f0f5f5;
  border-radius: 25px;
  padding:35px 35px 35px 210px;
}
.dop-project_content{
  padding-left: 60px;
  background-position: -140px 0;
}
@media(min-width:1200px) and (max-width:1499px){
  .dop-project_content{
    padding:20px;
    }
}
@media(max-width:1199px){
  .dop-project_content{
    padding:30px;
    }
}
@media(max-width:991px){
  .dop-project_content{
    height: auto;
    }
}
@media(max-width:575px){
  .dop-project_content{
    padding:15px;
    }
}
.dop-project__title{
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}
@media(max-width:1499px){
  .dop-project__title{
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.dop-project__list{
list-style: none;
padding-left:0;
margin-bottom: 0;
}
.dop-project__list li{
position: relative;
padding-left:30px;
}
.dop-project__list li:not(:last-child){
  margin-bottom: 20px;
  }
.dop-project__list li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 9px;
  width: 6px;
  height: 6px;
  background: #055b99;
  border-radius: 100%;
}
.product-intro__pic-presentation .slick-arrow{
  width:47px;
  height: 47px;
  top:auto;
  background:url(../i/circlearrows-blue.png) no-repeat 0 0;
  z-index: 1;
  bottom:14px;
  transition: opacity 0.3s ease;
}
.product-intro__pic-presentation .slick-arrow:hover,
.product-intro__pic-presentation .slick-arrow:focus{
  opacity:0.6;
}
.product-intro__pic-presentation .slick-prev{
  right:50%;
  left:auto;
  transform: translate(-3px,0);
  background-position:  0 0;
}
.product-intro__pic-presentation .slick-next{
  left:50%;
  right:auto;
  background-position:  -47px 0;
  transform: translate(3px,0);
}
.product-intro__pic-presentation .slick-arrow:before{
  display: none;
}
/*Site Footer*/
.site-footer {
  background: #055b99;
  color: #fff;
  padding: 40px 0 45px;
}

@media (max-width: 991px) {
  .site-footer {
    padding: 30px 0;
  }
}

@media (min-width: 1500px) {
  .site-footer__container {
    padding-left: 110px;
  }
}

.site-footer__top-row {
  margin-bottom: 25px;
  align-items: center;
}

@media (max-width: 1499px) {
  .site-footer__top-row {
    margin-bottom: 35px;
  }
}

@media (max-width: 1499px) {
  .site-footer__top-row {
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .site-footer__top-row {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .site-footer__top-row {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .site-footer__phone-col {
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .site-footer__phone-col {
    margin-bottom: 15px;
  }
}

.site-footer__phone a{
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 1499px) {
  .site-footer__phone a{
    font-size: 25px;
  }
}

.site-footer__phone a:hover, .site-footer__phone a:focus {
  color: #fff;
}

.site-footer__soc-col {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .site-footer__soc-col {
    padding-right: 7px;
  }
}

.site-footer__soc-link {
  transition: opacity 0.3s ease;
}

.site-footer__soc-link:hover, .site-footer__soc-link:focus {
  opacity: 0.6;
}

.site-footer__soc-link:not(:last-child) {
  margin-right: 8px;
}

@media (min-width: 1500px) {
  .site-footer__backcall-col {
    padding-left: 0;
    margin-right: 7px;
  }
}

@media (max-width: 767px) {
  .site-footer__backcall-col {
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .site-footer__backcall-col {
    margin-top: 25px;
  }
}

@media (min-width: 768px) {
  .site-footer__mail-col {
    margin-right: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .site-footer__mail-col {
    margin: 0 15px;
  }
}

@media (max-width: 991px) {
  .site-footer__mail-col {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .site-footer__mail-col {
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .site-footer__mail-col {
    margin-top: 25px;
  }
}

.site-footer__mail a{
  color: #fff;
  text-decoration: underline;
}

.site-footer__mail a:hover, .site-footer__mail a:focus {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .site-footer__worktime-col {
    max-width: 300px;
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-footer__worktime-col {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .site-footer__worktime-col {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .site-footer__worktime-col {
    margin-top: 25px;
    text-align: center;
  }
}

@media (max-width: 1499px) {
  .site-footer__bottom-row {
    justify-content: center;
    align-items: center;
  }
}

.site-footer__copy-col {
  line-height: 1.7;
  margin-right: 78px;
}

@media (max-width: 1499px) {
  .site-footer__copy-col {
    margin-right: 0;
  }
  .site-footer__copy-col br {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .site-footer__copy-col {
    max-width: 450px;
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-footer__copy-col {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-footer__copy-col {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-footer__copy-col .br-md {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .site-footer__copy-col {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .site-footer__copy-col {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .br-md {
    display: none;
  }
}

@media (max-width: 767px) {
  .br-md {
    display: none;
  }
}

.site-footer__policy-col {
  line-height: 1.7;
}

@media (min-width: 768px) {
  .site-footer__policy-col {
    margin-right: 84px;
  }
}

@media (min-width: 768px) and (max-width: 1499px) {
  .site-footer__policy-col {
    margin-right: 40px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .site-footer__policy-col {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .site-footer__policy-col {
    margin-bottom: 25px;
  }
}

.site-footer__policy-link {
  color: #fff;
}

.site-footer__policy-link:hover, .site-footer__policy-link:focus {
  color: #fff;
  text-decoration: underline;
}

.sm {
  display: flex;
}

.sm__logo-wrap {
  flex-shrink: 0;
  margin-right: 15px;
}

.sm__text {
  margin-top: -9px;
}

.sm__text a {
  color: #fff;
  line-height: 1.7;
}

.sm__text a:focus {
  color: #fff;
  text-decoration: underline;
}


/* 26.09.2022 */
    .catalogue .row.related-row {margin: 50px -10px;}
    .completed-projects-row {display: grid;grid-template-columns: 49% 49%;grid-row-gap: 30px;justify-content: space-between;}
    .completed-projects-item {align-items: center;background: #f0f5f5;border-radius: 30px;box-sizing: border-box;display: flex;gap: 30px;padding-right: 30px;position: relative;}
    .completed-projects-item__name {font-size: 24px;line-height: 30px;}
    .completed-projects-item__name::before {content: '';left: 0;top: 0;height: 100%;position: absolute;width: 100%;}
    .completed-projects-item__img img {border-top-left-radius: 30px;border-bottom-left-radius: 30px;}
    .completed-projects-item__img {min-width: 340px;width: 340px;}
    .second .completed-projects-item__img {min-width: 200px;width: 200px;}
    .second .completed-projects-item__name {font-size: 20px;line-height: 24px;}
    .completed-project-gallery {margin: 50px 0;}
    .completed-project-gallery {display: grid;grid-template-columns: 24% 24% 24% 24%;grid-row-gap: 15px;justify-content: space-between;}
    .completed-project-gallery__item img {border-radius: 30px;}
    .completed-projects-slider .completed-projects-item {display: flex !important;}
    .completed-projects-slider .slick-slide {margin:0 14px;}
    .completed-projects-slider .slick-list {margin: 0 66px;}
    .slick-arrow {border: 5px solid #f0f5f5;border-radius: 100%;height: 55px;position: absolute;top: 50%;transition: .2s;width: 55px;z-index: 1;}
    .slick-arrow:hover {background: #f0f5f5;}
    .slick-arrow::before {border-left: 3px solid #055b99;border-top: 3px solid #055b99;content: '';left: 55%;height: 15px;opacity: 1 !important;position: absolute;top: 50%;transform: translate3d(-50%,-50%,0) rotate(-45deg);width: 15px;z-index: 1;}
    .slick-next {transform: translateY(-50%) matrix(-1,0,0,1,0,0);}
    .gray-block {background: #f0f5f5;}
    .gray-block .container {padding: 76px 0 81px;}
    .gray-block h2 {margin-bottom: 48px;}
    .delivery-section__row {display: grid;grid-template-columns: 60% 40%;justify-content: space-between;}
    .delivery-section__item--title, .company-section__item--title {font-size: 30px;font-weight: 900;line-height: 30px;margin-bottom: 34px;}
    .list-icon-tick {list-style: none;margin: 0;padding: 0;}
    .list-icon-tick li {padding-bottom: 36px;padding-left: 56px;position: relative;}
    .list-icon-tick li::before {content: '';background: url('/f/i/icon-tick.png');height: 36px;left: 0;position: absolute;top: 0;width: 36px;}
    .gray-block .delivery-logos .delivery-logos__col {max-width: none;padding: 0;}
    .gray-block .delivery-logos {display: grid;grid-template-columns: 49% 49%;justify-content: space-between;}
    .gray-block .delivery-logos .logo-block-item {border: none;max-width: 276px;}
    .questions-section__row {background: #055b99 url('/f/i/uzor.png') no-repeat right bottom/contain;border-radius: 30px;box-sizing: border-box;padding: 52px 160px 47px;}
    .questions-section__row {display: grid;grid-template-columns: 49% 49%;grid-column-gap: 104px;justify-content: center;}
    .questions-section__item p {color: #fff;}
    .questions-section__item--title {font-size: 30px;font-weight: 900;line-height: 30px;}
    .questions-section__item .tel {color: #fff;font-size: 46px;font-weight: 900;line-height: 36px;margin: 32px 0;}
    .questions-section__item:last-child {display: flex;flex-direction: column;}
    .company-section__row {display: grid;grid-template-columns: 49% 49%;justify-content: space-between;}
    .company-section__item .delivery-logos {max-width: 577px;}
    .list-icon-tick ~ a {margin-top: 34px;}
    .geography-section__map {position: relative;top: -110px;z-index: -1;}
    .reviews-slider__item > a {border: 5px solid #f0f5f5;display: inline-block;}
    .reviews-slider-row .slick-slide {margin:0 15px;}
    .reviews-slider-row .slick-list {margin: 0 40px;}
    .reviews-slider-row {display: grid;grid-template-columns: 24% 24% 24% 24%;grid-row-gap: 20px;justify-content: space-between;margin-top: 30px;}
    .map {width: 100%;height: 580px;}
    .contacts-row {display: grid;grid-template-columns: 49% 49%;justify-content: space-between;}
    .product-intro__pic-presentation .slick-arrow {border: none;}
    .wrapper-search-row {display: flex;margin-top: 40px;}
    .wrapper-search-row .inner-page__sidebar.sidebar {margin-right: 48px;padding: 0;}
    .right-col-search h2 {margin-top: 0;}
    .search.search_page {height: 44px;position: relative;}
    .search.search_page .text {
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      border: 1px solid #bbc8c8;
      border-radius: 7px;
      padding-left: 15px;
      color: #353535;
      font-size: 18px;
    }
    .search.search_page .pay_form input {
      position: absolute;
      background: url(/f/i/search_icon.png) center no-repeat #ff2e2e;
      width: 48px;
      height: 100%;
      border: 0;
      border-bottom-right-radius: 7px;
      border-top-right-radius: 7px;
      top: 0;
      right: 0;
      cursor: pointer;
      font-size: 0;
    }
    .search.search_page .pay_form input:hover {
      background: url(/f/i/search_icon.png) center no-repeat #f15858;
    }

    @media (max-width: 1500px) {
      .completed-projects-slider .completed-projects-item__img {min-width: 200px;width: 200px;}
      .completed-projects-slider .completed-projects-item__name {font-size: 20px;line-height: 24px;}
      .delivery-section__row {grid-template-columns: 49% 49%;}
    }
    @media (max-width: 1440px) {
      .gray-block .container {padding: 36px 0 56px;}
      .gray-block h2 {margin-bottom: 36px;}
      .delivery-section__item--title, .company-section__item--title {font-size: 24px;line-height: 24px;}
    }
    @media (max-width: 1200px) {
      .delivery-section__item--title, .company-section__item--title {font-size: 20px;line-height: 24px;margin-bottom: revert;}
      .questions-section__row {grid-template-columns: 100%;padding: 52px 30px 47px;}
      .questions-section__item p {text-align: center;}
      .questions-section__item:last-child {align-items: center;}
      .company-section__item .delivery-logos {margin: 0;max-width: none;}
    }
    @media (max-width: 992px) {
        .catalogue .row.related-row {margin: 50px -10px 0;}
        .completed-projects-row {grid-template-columns: 100%;}
        .second .completed-projects-item__img {min-width: 150px;width: 150px;}
        .completed-project-gallery {margin: 30px 0;}
        .completed-project-gallery {grid-template-columns: 32% 32% 32%;}
        .completed-projects-slider .slick-list {margin: 0;}
        .reviews-slider-row {grid-template-columns: 32% 32% 32%;}
    }
    @media (max-width: 768px) {
      .gray-block .container {padding: 30px 15px;}
      .gray-block h2 {margin-bottom: 23px;}
      .delivery-section__row {display: block;}
      .questions-section__row {padding: 30px 15px;}
      .questions-section__item--title {font-size: 23px;line-height: 24px;}
      .questions-section__item .tel {font-size: 30px;line-height: 30px;margin: 10px 0 20px;}
      .company-section__row {grid-template-columns: 100%;}
      .company-section__item .delivery-logos {padding-bottom: 10px;}
      .company-section__item--title {text-align: center;}
      .company-section__item p {text-align: center;}
      .geography-section__map {top: -60px;}
      .reviews-slider-row .slick-slide {margin: 0;}
      .reviews-slider-row .slick-list {margin: 0;}
      .reviews-slider__item {text-align: center;}
      .contacts-row {grid-template-columns: 100%;grid-row-gap: 20px;}
      .map {height: 300px;}
    }
    @media (max-width: 575px) {
        .completed-projects-row {grid-row-gap: 15px;}
        .second .completed-projects-item__img {min-width: 100px;width: 100px;}
        .second .completed-projects-item__name {font-size: 14px;line-height: 18px;}
        .completed-project-gallery {grid-template-columns: 49% 49%;}
        .completed-projects-slider .completed-projects-item__img {min-width: 140px;width: 140px;}
        .completed-projects-slider .completed-projects-item__name {font-size: 18px;line-height: 18px;}
        .questions-section__feedback {display: flex;gap: 10px 0;flex-wrap: wrap;justify-content: center;}
        .reviews-slider-row {grid-template-columns: 49% 49%;grid-row-gap: 10px;}
    }
/* end 26.09.2022 */