@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: 100%;
    }
}

/*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: 'Grtskexa';
    src: url("../fonts/grtskexa-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grtskexa';
    src: url("../fonts/grtskexa-italic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Grtskexa';
    src: url("../fonts/grtskexa-bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grtskexa';
    src: url("../fonts/grtskexa-bold-italic.woff2") format("woff2");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Grtskexa';
    src: url("../fonts/grtskexa-light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grtskexa';
    src: url("../fonts/grtskexa-light-italic.woff2") format("woff2");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Grtskexa';
    src: url("../fonts/grtskexa-medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grtskexa';
    src: url("../fonts/grtskexa-medium-italic.woff2") format("woff2");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Grtskexa';
    src: url("../fonts/grtskexa-semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grtskexa';
    src: url("../fonts/grtskexa-semibold-italic.woff2") format("woff2");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url("../fonts/bebas-neue-bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/*Scaffolding*/

body {
    font-family: 'Grtskexa', sans-serif;
    font-size: 16px;
    color: #17181d;
    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: 768px) {
    .inner-page-content-section {
        padding-bottom: 65px;
    }
}

@media (max-width: 767px) {
    .inner-page-content-section {
        padding-bottom: 30px;
    }
}

a {
    color: #de6729;
    transition: color 0.3s ease;
}

a:hover,
a:focus {
    color: #17181d;
}

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: 600;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background: #d3d94f;
    color: #17181d;
    border: 0;
    min-height: 50px;
}

@media (max-width: 767px) {
    .typical-btn {
        font-size: 16px;
    }
}

.typical-btn:hover,
.typical-btn:focus {
    background: #dee367;
    text-decoration: none;
}

.typical-btn:active {
    background: #cdd236;
    box-shadow: inset 0 0 4px 4px rgba(0, 0, 0, 0.15);
}

.typical-btn_orange {
    background: #de6729;
}

.typical-btn_orange:hover,
.typical-btn_orange:focus {
    background: #f47e40;
}

.typical-btn_orange:active {
    background: #df7034;
}

.form-field {
    width: 100%;
    font-weight: 400;
    background: #e8ecf5;
    color: #121b24;
    height: 47px;
    border: 0;
    border: 0;
    padding: 10px 23px;
    box-shadow: none;
    transition: all ease 0.3s;
    margin: 0;
}

@media (max-width: 991px) {
    .form-field {
        padding: 15px;
    }
}

textarea.form-field {
    height: 90px;
}

.form-field::placeholder {
    opacity: 1;
}

.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 17px;
    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: 991px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        text-align: center;
    }
}

.section-title {
    font-weight: 700;
    margin: 0;
    line-height: 1.25;
    text-align: center;
    font-family: 'Bebas Neue';
}

@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: 1500px) {
    .section-title {
        font-size: 70px;
    }
    .section-subtitle {
        font-size: 44px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .section-title {
        font-size: 45px;
    }
    .section-subtitle {
        font-size: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1329px) {
    .section-title {
        font-size: 38px;
    }
    .section-subtitle {
        font-size: 28px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-title {
        font-size: 35px;
    }
    .section-subtitle {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 25px;
    }
    .section-subtitle {
        font-size: 20px;
    }
}


/*Mobile menu toggler*/

@media (min-width: 992px) {
    .mobile-menu-toggler {
        display: none;
    }
}

@media (max-width: 991px) {
    .mobile-menu-toggler {
        margin-left: 15px;
    }
}

@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;
    }
    .mobile-menu-toggler:active {
        opacity: 0.55;
    }
    .mobile-menu-toggler.active {
        margin-left: 0;
    }
    .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);
    }
}

.site-header_slidered .mobile-menu-toggler__bar {
    background: #fff;
}

.mobile-menu-toggler__bar {
    width: 25px;
    height: 2px;
    background: #1a1a1a;
    transition: transform 0.3s ease;
}

@media (max-width: 767px) {
    .mobile-menu-toggler {
        margin-right: 0;
        width: 40px;
    }
    .mobile-menu-toggler__bar {
        width: 20px;
    }
}

.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: #1f2024;
    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.site-header__navigation-active>a {
    background: #d3d94f;
    color: #17181d;
}

.mobile-menu__holder ul a:active {
    background: #d3d94f;
    color: #17181d;
}

.mobile-menu__holder ul a.mobile-menu__parent-link {
    position: relative;
    padding-right: 50px;
}

.mobile-menu__holder>ul ul {
    display: none;
    position: absolute;
    top: 0;
}

.mobile-menu__arrow{
    position: absolute;
    right:0;
    z-index:1;
    width:50px;
    height:40px;
}
.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);
}


/*Modals*/

.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.62);
}

.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: 655px;
    width: 100%;
    background: #f2f2f2;
    padding: 75px 15px 100px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    max-height: 100%;
    box-shadow: 25px 25px 0 0 #101c2f;
    overflow: auto;
}

@media (min-width: 576px) {
    .modal__wrapper:after {
        position: absolute;
        top: 85px;
        left: 0;
        content: '';
        width: 165px;
        height: 17px;
        background: url(../img/i/black-decor-line-short-h.png) no-repeat 100% 0;
    }
}

@media (max-width: 1599px) {
    .modal__wrapper {
        max-width: 520px;
    }
    .modal__wrapper:after {
        top: 45px;
        width: 100px;
    }
}

@media (max-width: 1329px) {
    .modal__wrapper {
        max-width: 480px;
    }
    .modal__wrapper:after {
        width: 80px;
    }
}

@media (max-width: 991px) {
    .modal__wrapper {
        max-width: 450px;
    }
    .modal__wrapper:after {
        width: 70px;
    }
}

@media (max-width: 1599px) {
    .modal__wrapper {
        padding: 35px 15px 35px;
    }
}

@media (max-width: 767px) {
    .modal__wrapper {
        box-shadow: 10px 10px 0 0 #101c2f;
    }
}

@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 {
    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;
    cursor: pointer;
}

@media (min-width: 576px) {
    .modal__close {
        top: 20px;
        right: 20px;
        height: 28px;
        width: 28px;
    }
}

@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: 36px;
    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 {
    max-width: 266px;
    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 .modal__outer-box{
padding:15px;
}
.modal_content  .modal__wrapper{
max-width: 1500px;
padding: 15px 30px;
}
.modal_content .modal__close-line{
    stroke:#17181d;
}
.modal_content .modal__content{
max-width: inherit;
font-size: 18px;
}

/*404*/

.not-found-section__row {
    align-items: center;
    margin-bottom: 50px;
}

.not-found-section {
    margin-bottom: 40px;
}

.not-found-section__404 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
}

.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: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

.not-found-section__text {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}
@media(max-width:1199px){
    .not-found-section__text {
        margin-bottom: 30px;
    }
}
@media(max-width:991px){
    .not-found-section__text {
        text-align: center;
        margin-bottom: 25px;
    }
}
@media(max-width:767px){
    .not-found-section__text {
        font-size: 19px;
    }
}

@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: 20px;
    }
    .not-found-section__404 {
        font-size: 45px;
    }
    .not-found-section__text-col {
        font-size: 25px;
    }
}
@media (max-width: 991px) {
    .not-found-section__404 {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .not-found-section__404 {
        font-size: 35px;
    }
    .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: 138px;
}

@media (max-width: 1699px) {
    .site-header {
        height: 95px;
    }
}

@media (max-width: 1199px) {
    .site-header {
        height: 60px;
    }
}

@media (max-width: 767px) {
    .site-header {
        height: 55px;
    }
}

.site-header_slidered {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.site-header_slidered .site-header__phone {
    color: #fff;
}

.site-header_slidered .site-header__navigation>ul>li>a {
    color: #fff;
}

.site-header_inner {
    border-bottom: 7px solid #d3d94f;
    margin-bottom: 50px;
}

@media (max-width: 1499px) {
    .site-header_inner {
        margin-bottom: 25px;
    }
}

@media (max-width: 1199px) {
    .site-header_inner {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .site-header_inner {
        margin-bottom: 15px;
    }
}

.site-header_inner.site-header_fixed .site-header__logo_fixed {
    display: block;
}

.site-header_inner .big-menu-toggler__bar {
    background: #000;
}

.site-header_inner .site-header__navigation>ul>li>a {
    color: #000;
}

.site-header_inner .site-header__search-toggle {
    background: url(../img/black-magnifier.webp) no-repeat 0 0;
    background-size: cover;
}

.site-header_fixed .site-header__search-toggle {
    background: url(../img/i/white-magnifier.webp) no-repeat 0 0;
    background-size: cover;
}

.site-header_inner .site-header__email {
    color: #000;
}

.site-header_inner .site-header__phone {
    color: #000;
}

.site-header__fixed-wrapper {
    height: 100%;
}

.site-header__container {
    height: 100%;
}

.site-header__row {
    align-items: center;
    height: 100%;
}

.site-header__logo-col {
    margin-right: 92px;
}

.site-header__fixed-wrapper .site-header__logo-col {
margin-right:auto;
}
@media (max-width: 1789px) {
    .site-header__logo-col {
        max-width:450px;
    }
}
@media (max-width: 1699px) {
    .site-header__logo-col {
        margin-right: 30px;
        max-width: 320px;
    }
}

@media (max-width: 1499px) {
    .site-header__logo-col {
        margin-right: 15px;
        max-width: 300px;
    }
}

@media (max-width: 1329px) {
    .site-header__logo-col {
        max-width: 290px;
        margin-right: 0;
    }
}
@media (max-width: 1199px) {
    .site-header__logo-col {
        max-width: 200px;
    }
}
@media (max-width: 767px) {
    .site-header__logo-col {
        max-width: 70px;
        margin-right: 0;
    }
}

a.site-header__logo {
    transition: opacity 0.3s ease;
}

a.site-header__logo:hover,
a.site-header__logo:focus {
    opacity: 0.6;
}

@media (min-width: 768px) {
    .site-header__logo-img-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .site-header__logo-img {
        display: none;
    }
}

.site-header__big-menu-toggler {
    margin-right: 17px;
}

@media (max-width: 1499px) {
    .site-header__big-menu-toggler {
        margin-right: 25px;
    }
}

@media (max-width: 1329px) {
    .site-header__big-menu-toggler {
        margin-right: 15px;
    }
}

.site-header__navigation-col {
    display: flex;
    align-items: center;
    margin-right: 47px;
}

@media (max-width: 1789px) {
    .site-header__navigation-col {
        margin: 0 15px;
    }
}


@media (max-width: 991px) {
    .site-header__navigation-col {
        display: none;
    }
}

.site-header__search-col {
    display: flex;
    margin-left: 38px;
}

@media (max-width: 1789px) {
    .site-header__search-col {
        margin:0 0 0 auto;
    }
}

@media (max-width: 1199px) {
    .site-header__search-col {
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .site-header__search-col {
        margin: 0 0 0 auto;
        padding-right: 15px;
    }
}

@media (max-width: 399px) {
    .site-header__search-col {
        padding:0;
    }
}

.big-menu-toggler {
    padding: 0;
    background: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s ease;
}

.big-menu-toggler:hover {
    opacity: 0.6;
}

.big-menu-toggler__bar {
    width: 24px;
    height: 4px;
    background: #fff;
}

@media(max-width:1699px){
    .big-menu-toggler__bar {
        width: 20px;
        height: 3px;
    }
}

@media(max-width:1199px){
    .big-menu-toggler__bar {
        width: 16px;
        height: 2px;
    }
}

.big-menu-toggler__bar:not(:last-child) {
    margin-bottom: 3px;
}

.site-header__navigation>ul {
    display: flex;
}

.site-header__navigation>ul>li:not(:last-child) {
    margin-right: 42px;
}

@media (max-width: 1499px) {
    .site-header__navigation>ul>li:not(:last-child) {
        margin-right: 22px;
    }
}

@media (max-width: 1329px) {
    .site-header__navigation>ul>li:not(:last-child) {
        margin-right: 19px;
    }
}

@media (max-width: 1199px) {
    .site-header__navigation>ul>li:not(:last-child) {
        margin-right: 12px;
    }
}

.site-header__navigation>ul>li {
    position: relative;
}

.site-header__navigation>ul>li>a {
    font-size: 30px;
    font-weight: 600;
}
@media (max-width: 1789px) {
    .site-header__navigation>ul>li>a {
        font-size: 26px;
    }
}
@media (max-width: 1699px) {
    .site-header__navigation>ul>li>a {
        font-size: 24px;
    }
}

@media (max-width: 1499px) {
    .site-header__navigation>ul>li>a {
        font-size: 21px;
    }
}

@media (max-width: 1329px) {
    .site-header__navigation>ul>li>a {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .site-header__navigation>ul>li>a {
        font-size: 17px;
    }
}

.site-header__navigation>ul>li>a:hover,
.site-header__navigation>ul>li>a:focus {
    color: #de6729;
    text-decoration: none;
}

.site-header__navigation>ul>li:hover>ul {
    display: block;
}

.site-header__navigation>ul>li.site-header__navigation-active>a {
    color: #de6729;
}

.site-header__navigation ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.site-header__navigation>ul>li>ul {
    display: none;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    padding-top: 24px;
    width: 270px;
}

.site-header__navigation>ul>li>ul:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    border: solid 7px transparent;
    border-bottom-color: #2a2c33;
}

.site-header__navigation>ul>li>ul a {
    color: #fff;
}

.site-header__navigation>ul>li>ul>li {
    background: #2a2c33;
}

.site-header__navigation>ul>li>ul>li:first-child {
    padding-top: 25px;
}

.site-header__navigation>ul>li>ul>li:last-child {
    padding-bottom: 30px;
}

.site-header__navigation>ul>li>ul a {
    text-align: center;
    display: block;
    padding: 8px 15px;
}

.site-header__navigation>ul>li>ul a:hover,
.site-header__navigation>ul>li>ul a:focus {
    color: #de6729;
    text-decoration: none;
}

.site-header__navigation .site-header__navigation-active>a {
    color: #de6729;
}

.site-header__search-toggle {
    padding: 0;
    border: 0;
    background: transparent;
    width: 43px;
    height: 44px;
    background: url(../img/i/white-magnifier.webp) no-repeat 0 0;
    background-size: contain;
    transition: opacity 0.3s ease;
}

.site-header_fixed .site-header__search-toggle {
    width:35px;
    height:35px;
}
@media (max-width: 1789px) {
    .site-header__search-toggle {
        width: 38px;
        height: 38px;
    }
}
@media (max-width: 1699px) {
    .site-header__search-toggle {
        width: 30px;
        height: 30px;
    }
    .site-header_fixed .site-header__search-toggle{
        width:25px;
        height:25px;
    }
}
@media(max-width:1199px){
    .site-header_fixed .site-header__search-toggle{
        width:20px;
        height:20px;
    }
}
@media (max-width: 1329px) {
    .site-header__search-toggle {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 1199px) {
    .site-header__search-toggle {
        width: 20px;
        height: 20px;
    }
}

.site-header__search-toggle:hover {
    opacity: 0.6;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-header__email-col {
        display: none;
    }
}

@media (max-width: 767px) {
    .site-header__email-col {
        display: none;
    }
}

.site-header__email {
    font-size: 24px;
    font-weight: 600;
    color: #ffff;
}

@media (max-width: 1499px) {
    .site-header__email {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .site-header__email {
        font-size:17px;
    }
}


.site-header__email:hover,
.site-header__email:focus {
    color: #de6729;
    text-decoration: none;
}
.site-header__phone-col {
    display: flex;
    flex-direction: column;
    text-align: right;
}
@media (min-width: 992px) {
    .site-header__phone-col {
        margin-left: auto;
    }
}

.site-header__phone {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

@media (max-width: 1789px) {
    .site-header__phone {
        font-size: 26px;
    }
}

@media (max-width: 1499px) {
    .site-header__phone {
        font-size: 23px;
    }
}

@media (max-width: 1199px) {
    .site-header__phone {
        font-size: 20px;
    }
}

@media (max-width: 399px) {
    .site-header__email {
        font-size: 15px;
      }
    .site-header__phone {
        font-size: 17px;
    }
}

.site-header__phone:hover,
.site-header__phone:focus {
    color: #de6729;
    text-decoration: none;
}


/*Fixed header*/

.site-header_fixed {
    z-index: 9;
}

.site-header_fixed .mobile-menu-toggler__bar {
    background: #fff;
}

.site-header_fixed .site-header__navigation ul a {
    color: #fff;
}

.site-header_fixed .site-header__phone {
    color: #fff;
    font-size: 26px;
}
@media(max-width:1699px){
    .site-header_fixed .site-header__phone {
        font-size: 23px;
    }
}
@media(max-width:1199px){
    .site-header_fixed .site-header__phone {
        font-size: 20px;
    }
}
@media(max-width:399px){
    .site-header_fixed .site-header__phone {
        font-size: 17px;
    }
}
.site-header_fixed .site-header__phone:hover,
.site-header_fixed .site-header__phone:focus {
    color: #5bb02e;
}

.site-header_fixed .site-header__row:before,
.site-header_fixed .site-header__row:after {
    display: none;
}

.site-header_fixed .site-header__container:after {
    display: none;
}

.site-header__fixed-wrapper {
    top: -100%;
    transition: top 0.3s ease;
}

.site-header_fixed .site-header__fixed-wrapper {
    top: 0;
    position: fixed;
    width: 100%;
    height: 90px;
    background: #1f2024;
}

@media (max-width: 1767px) {
    .site-header_fixed .site-header__fixed-wrapper {
        height: 80px;
    }
}

@media (max-width: 1499px) {
    .site-header_fixed .site-header__fixed-wrapper {
        height: 70px;
    }
}

@media (max-width: 767px) {
    .site-header_fixed .site-header__fixed-wrapper {
        height: 55px;
    }
}

.site-header__logo-img-white{
    display:none;
}

.site-header_fixed .site-header__navigation > ul > li > a{
    color:#fff;
    font-size: 26px;
}
@media(max-width:1699px){
    .site-header_fixed .site-header__navigation > ul > li > a{
        font-size: 22px;
    }
}
@media(max-width:1329px){
    .site-header_fixed .site-header__navigation > ul > li > a{
        font-size: 18px;
    }
}
@media(max-width:1199px){
    .site-header_fixed .site-header__navigation > ul > li > a{
        font-size: 17px;
    }
}
.site-header_fixed .site-header__email{
    color:#fff;
}
@media(max-width:1699px){
    .site-header_fixed .site-header__email{
        font-size: 20px;
    }
}
@media(max-width:1199px){
    .site-header_fixed .site-header__email{
        font-size: 17px;
    }
}
@media(max-width:399px){
    .site-header_fixed .site-header__email{
        font-size: 15px;
    }
}
@media(max-width:767px){
    .site-header_slidered.site-header_fixed .site-header__logo-img{
        display:none;
    }
}
.site-header_fixed .site-header__logo-col{
    max-width: 350px;
}
@media(max-width:1699px){
.site-header_fixed .site-header__logo-col{
        max-width: 320px;
    }
}
@media(max-width:1329px){
.site-header_fixed .site-header__logo-col{
        max-width: 290px;
    }
}
@media(max-width:1199px){
.site-header_fixed .site-header__logo-col{
        max-width: 200px;
    }
}
.site-header_fixed .site-header__logo-img-white{
    display:block;
}
.site-header_fixed .big-menu-toggler__bar{
    background:#fff;
}
.site-header__navigation > ul > li ul {
    display: none;
}

/*Big slider*/

.big-slider-section {
    display: flex;
    align-items: flex-end;
    position: relative;
    height:995px;
    overflow: hidden;
}
@media(min-width:1921px){
    .big-slider-section {
        height: 1015px;
    }
}
@media(max-width:1789px){
    .big-slider-section {
        height:800px;
    }
}
@media(max-width:1699px){
    .big-slider-section {
        height:780px;
    }
}
@media(max-width:1499px){
    .big-slider-section {
        height:660px;
    }
}
@media(max-width:1199px){
    .big-slider-section {
        height:300px;
    }
}
@media(max-width:991px){
    .big-slider-section {
        height:200px;
    }
}
@media(max-width:575px){
    .big-slider-section {
        height:205px;
    }
}
.big-slider-section__bg{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    max-width: inherit;
}

@media(min-width:1200px){
    .big-slider-section__bg{
display: none;
    }
}

.dottet-map__bg{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-51%);
    max-width: inherit;
    filter: brightness(0.80);
}

@media(max-width:1699px){
    .big-slider-section__bg{
        max-width:115%;
        transform: translate(-50%,-50%);
    }
    .dottet-map__bg{
        max-width:115%;
    }
}

@media(max-width:575px){
    .big-slider-section__bg{
        max-width:300%;
    }
    .intro-preims__col:not(:last-child):not(:nth-last-child(2)){
        margin-bottom: 15px;
    }
}

.big-slider-section__content{
    position:relative;
    max-width: 1700px;
}

@media(max-width:1199px){
    .big-slider-section__content{
        z-index: 1;
    }
}

.intro-preims{
    color:#fff;
    margin-bottom: 75px;
}
@media(max-width:1699px){
    .intro-preims{
        margin-bottom: 85px;
    }
}
@media(max-width:1499px){
    .intro-preims{
        margin-bottom: 110px;
    }
}
@media(max-width:1329px){
    .intro-preims{
        margin-bottom: 65px;
    }
}
@media(max-width:1199px){
    .intro-preims{
        margin-bottom: 25px;
    }
}
@media(max-width:767px){
    .intro-preims{
        margin-bottom:15px;
    }
}
.intro-preim{
    text-align: center;
}

.intro-preim__numb{
    font-size: 130px;
    font-family:'Bebas Neue';
    line-height: 0.8;
    margin-bottom: 15px;
}
@media(max-width:1699px){
    .big-slider-section__content{
        max-width: 1400px;
    }
    .intro-preim__numb{
        font-size: 110px;
    }
}
@media(max-width:1499px){
    /*.big-slider-section__content{
        max-width: 1200px;
    }
    .intro-preim__numb{
        font-size: 90px;
    }*/
}
@media(max-width:1329px){
    /*.big-slider-section__content{
        max-width: 1100px;
    }
    .intro-preim__numb{
        font-size: 70px;
    }*/
}
@media(max-width:1199px){
    .intro-preim__numb{
        font-size: 70px;
    }
}
@media(max-width:767px){
    .big-slider-section__content{
        max-width:540px;
    }
}
.intro-preim__text{
    font-size: 24px;
    font-family:'Bebas Neue';
    line-height: 0.8;
}
@media(max-width:1499px){
    /*.intro-preim__text{
        font-size: 22px;

}*/
}
@media(max-width:1199px){
    .intro-preim__text{
        font-size: 18px;
}
}
@media(max-width:991px){
    .intro-preim__text{
        font-size: 16px;
}
}
@media(max-width:991px){
    .intro-preim__numb{
        font-size: 50px;
    }
}
@media(max-width:767px){
    .intro-preim__numb{
        font-size: 35px;
        margin-bottom: 5px;
    }
    .intro-preim__text{
        font-size: 15px;
        line-height: 1.1;
}
}
@media(max-width:767px){
    .intro-preim__numb{
        font-size: 30px;
    }
}
/* @media (min-width: 1500px) and (max-width: 1767px) {
    .big-slider-section {
        height: 750px;
    }
}

@media (min-width: 1330px) and (max-width: 1499px) {
    .big-slider-section {
        height: 570px;
    }
}

@media (max-width: 1329px) {
    .big-slider-section {
        height: 550px;
    }
} */


@media (max-width: 991px) {
    .big-slider-section {
        padding-bottom: 0;
    }
}

.big-slider-section_home {
    margin-bottom: 64px;
}

@media (max-width: 1767px) {
    .big-slider-section_home {
        margin-bottom: 40px;
    }
}

@media (max-width: 1199px) {
    .big-slider-section_home {
        margin-bottom:30px;
    }
}

@media (max-width: 575px) {
    .big-slider-section_home {
        margin-bottom:20px;
    }
}

.slider-intro_big-slider {
    padding-top: 251px;
}

@media (max-width: 1499px) {
    .slider-intro_big-slider {
        padding-top: 210px;
    }
}

@media (max-width: 1329px) {
    .slider-intro_big-slider {
        padding-top: 170px;
    }
}

@media (max-width: 1199px) {
    .slider-intro_big-slider {
        padding-top: 110px;
    }
}

@media (max-width: 991px) {
    .slider-intro_big-slider {
        padding-top: 60px;
    }
}

.slider-intro {
    position: relative;
    z-index: 1;
    color: #fff;
}


.slider-intro__main {
    flex: 0 0 670px;
    position: relative;
}

@media (max-width: 1767px) {
    .slider-intro__main {
        flex: 0 0 640px;
    }
}

@media (max-width: 1499px) {
    .slider-intro__main {
        flex: 0 0 550px;
    }
}

@media (max-width: 1329px) {
    .slider-intro__main {
        flex: 0 0 460px;
    }
}

@media (max-width: 991px) {
    .slider-intro__main {
        flex: 0 0 100%;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .slider-intro__main:after {
        content: '';
        position: absolute;
        left: 100%;
        top: 65px;
        width: 247px;
        height: 17px;
        background: url(../img/i/white-decor-line-h.png) no-repeat 0 0;
    }
}

@media (min-width: 1200px) and (max-width: 1329px) {
    .slider-intro__main:after {
        top: 52px;
    }
}

@media (min-width: 1200px) and (min-width: 1500px) and (max-width: 1767px) {
    .slider-intro__main:after {
        margin-left: -30px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .slider-intro__main:after {
        width: 170px;
        background-position: 100% 0;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .slider-intro__main:before {
        content: '';
        position: absolute;
        left: 100%;
        top: 70px;
        width: 7px;
        height: 7px;
        border-radius: 100%;
        background: #fff;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) and (max-width: 1329px) {
    .slider-intro__main:before {
        top: 57px;
    }
}

.slider-intro__title {
    font-size: 72px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 1767px) {
    .slider-intro_big-slider{
        padding-top:150px;
    }
    .slider-intro__title {
        font-size: 58px;
        margin-bottom: 25px;
    }
}

@media (max-width: 1499px) {
    .slider-intro_big-slider{
        padding-top:95px;
    }
    .slider-intro__title {
        font-size: 45px;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .slider-intro_big-slider{
        padding-top:65px;
    }
}

@media (max-width:767px) {
    .slider-intro_big-slider{
        padding-top:55px;
    }
}

@media (max-width:575px) {
    .slider-intro_big-slider{
        padding-top:50px;
    }
}

@media (max-width: 1329px) {
    .slider-intro__title {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .slider-intro__title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .slider-intro__title {
        font-size: 30px;
        margin-bottom: 5px;
    }
}

@media (max-width: 575px) {
    .slider-intro__title {
        font-size: 25px;
    }
}

.slider-intro__subtitle {
    font-weight: 300;
    font-size: 24px;
    text-align: center;
}

.slider-intro__info {
    display: flex;
}

@media (max-width: 991px) {
    .slider-intro__info {
        justify-content: center;
    }
}

.slider-intro__info-col:not(:last-child) {
    margin-right: 88px;
}

@media (max-width: 1767px) {
    .slider-intro__info-col:not(:last-child) {
        margin-right: 50px;
    }
}

@media (max-width: 1329px) {
    .slider-intro__info-col:not(:last-child) {
        margin-right: 45px;
    }
}

.slider-intro__info-title {
    color: #5bb02e;
    font-weight: 900;
    font-size: 48px;
}

@media (max-width: 1753px) {
    .slider-intro__info-title {
        font-size: 40px;
    }
}

@media (max-width: 1329px) {
    .slider-intro__info-title {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .slider-intro__info-title {
        font-size: 22px;
    }
}

@media (min-width: 1330px) {
    .slider-intro__info-text {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .slider-intro__info-text {
        font-size: 15px;
    }
}

@media (min-width: 576px) {
    .slider-intro__info-text br {
        display: none;
    }
}




@media (max-width: 991px) {
    .big-slider-section__container {
        max-width: inherit;
        padding: 0;
    }
}




.big-slider__item-descr {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.34;
    margin: 0 0 30px;
}

@media (max-width: 1767px) {
    .big-slider__item-descr {
        font-size: 30px;
    }
}

@media (max-width: 1339px) {
    .big-slider__item-descr {
        font-size: 25px;
    }
}

@media (max-width: 1199px) {
    .big-slider__item-descr {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .big-slider__item-descr {
        font-size: 16px;
    }
}

.big-slider__more-btn {
    width: 203px;
}

@media (max-width: 575px) {
    .big-slider__more-btn {
        width: 175px;
    }
}

.big-slider.slick-initialized {
    margin-bottom: 0;
}
.big-slider:not(.slick-initialized) .big-slider__item:not(:first-child){
    display: none;
}
.big-slider {
    /* height:100%; */
}
.big-slider .slick-list{
    /* height:100% !important; */
    /* overflow:visible; */
}
.big-slider .slick-track{
    /* height:100%  !important; */
    /* overflow:visible; */
}
/* @media (min-width: 992px) {
    .big-slider {
        position: absolute;
        width: 100%;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
} */
.big-slider__item-bg{
    position:absolute;
    top:0;
    left:50%;
    transform:translate(-50%,0);
    max-width:inherit;
    min-height:100%;
    overflow:hidden;
    min-width:100%;
}
.big-slider__item-container {
    position: relative;
}

@media (max-width: 991px) {
    .big-slider__item-container {
        padding-top: 240px;
    }
}

@media (max-width: 767px) {
    .big-slider__item-container {
        padding-top: 215px;
    }
}

@media (max-width: 575px) {
    .big-slider__item-container {
        padding-top: 195px;
    }
}

.big-slider__item {
    padding-top:650px;
    position:relative;
    overflow: hidden;
}
@media (max-width: 1767px) {
    .big-slider__item {
        padding-top:500px;
    }
}
@media (max-width: 1499px) {
    .big-slider__item {
        padding-top:350px;
    }
}
@media (max-width: 1329px) {
    .big-slider__item {
        padding-top:330px;
    }
}
@media (max-width: 991px) {
    .big-slider__item {
        position: relative;
        padding-bottom:30px;
        padding-top:360px;
    }
}
@media (max-width: 767px) {
    .big-slider__item {
        padding-top:290px;
        padding-bottom:15px;
    }
}
@media (max-width: 575px) {
    .big-slider__item {
        padding-top:250px;
    }
}
@media (max-width: 991px) {
    .big-slider__item-bg {
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        position: absolute;
        min-height: 100%;
        max-width: inherit;
        z-index: -1;
    }
}

.big-slider-section__navs {
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%, 0);
}

@media (max-width: 1199px) {
    .big-slider-section__navs {
        bottom: 15px;
    }
}


/*Home*/

.section-header {
    display: flex;
}

@media (max-width: 767px) {
    .section-header {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .section-title br:not(.display-all) {
        display: none;
    }
}

.section-header__descr {
    line-height: 1.85;
}

.section-header__descr a {
    text-decoration: underline;
}

@media (max-width: 1329px) {
    .section-header__descr br:not(.display-all) {
        display: none;
    }
}

.wedo-section_home {
    margin-bottom: 76px;
}

@media (max-width: 1699px) {
    .wedo-section_home {
        margin-bottom: 40px;
    }
}

@media (max-width: 1499px) {
    .wedo-section_home {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .wedo-section_home {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .wedo-section_home {
        margin-bottom: 20px;
    }
}

.wedo-section__section-header {
    margin-bottom: 75px;
}

@media (max-width: 1767px) {
    .wedo-section__section-header {
        margin-bottom: 50px;
    }
}

@media (max-width: 1499px) {
    .wedo-section__section-header {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .wedo-section__section-header {
        margin-bottom: 20px;
    }
}

.wedo-section__title {
    margin-bottom: 53px;
}

@media (max-width: 1699px) {
    .wedo-section__title {
        margin-bottom: 10px;
    }
}

@media (max-width: 1329px) {
    .wedo-section__title {
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .wedo-section__title {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .wedo-section__title {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .wedo-section__title {
        margin-bottom: 18px;
    }
}

@media (max-width: 575px) {
    .wedo-section__title {
        margin-bottom: 5px;
    }
}

.wedo-section__section-header-descr {
    margin-left: 410px;
}

@media (min-width: 1500px) {
    .wedo-section__section-header-descr {
        margin-top: 32px;
    }
}

@media (max-width: 1499px) {
    .wedo-section__section-header-descr {
        margin-left: 300px;
    }
}

@media (max-width: 1199px) {
    .wedo-section__section-header-descr {
        margin-left: 100px;
    }
}

@media (max-width: 991px) {
    .wedo-section__section-header-descr {
        margin-left: 50px;
    }
}

@media (max-width: 767px) {
    .wedo-section__section-header-descr {
        margin: 0;
    }
}
@media(min-width:576px){
    .wedo-section__row {
        margin-bottom: -60px;
    }
}

@media(max-width:575px){
    .wedo-section__row {
        margin-bottom: -15px;
    }
}

.wedo-section__col {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .wedo-section__row {
        margin-bottom: -20px;
    }
    .wedo-section__col {
        margin-bottom:20px;
    }
}

@media (max-width: 575px) {
    .wedo-section__col:not(:last-child) {
        margin-bottom: 15px;
    }
}

.work-type-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.work-type-item:hover,
.work-type-item:focus {
    text-decoration: none;
}

.work-type-item:hover .work-type-item__title,
.work-type-item:focus .work-type-item__title {
    color: #de6729;
}
@media(min-width:992px){
    .work-type-item:hover .work-type-item__thumb,
    .work-type-item:focus .work-type-item__thumb {
        height:0;
    }
}
@media(max-width:991px){
    .work-type-item:hover .work-type-item__thumb,
    .work-type-item:focus .work-type-item__thumb {
        opacity: 0.6;
    }
}
.work-type-item__thumb-wrapper{
    position: relative;
    height: 240px;
    width:100%;
    margin-bottom: 80px;    
}
.work-type-item__thumb-wrapper:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    height:1px;
    width:100%;
    background: #fff;
    z-index: 1;
}
@media(max-width:1739px){
    .work-type-item__thumb-wrapper{
        margin-bottom:40px;    
    }
}
@media(max-width:1499px){
    .work-type-item__thumb-wrapper{
        margin-bottom:15px;    
    }
}
.work-type-item__sublayer{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow: hidden;
}
.work-type-item__sublayer img{
    position: absolute;
    top:0;
    left:50%;
    transform: translate(-50%,0);
    max-width:inherit;
}
@media(max-width:991px){
    .work-type-item__sublayer{
        display: none;
    }
}
.work-type-item__thumb {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;

    transition: all 0.5s ease-in;
    overflow: hidden;

}

.work-type-item__thumb img{
    position: absolute;
    top:-240px;
    left:50%;
    transform: translate(-50%,0);
    max-width:inherit;
}
@media(max-width:1739px){
    .work-type-item__thumb-wrapper{
        height: 210px;  
    }
    .work-type-item__thumb img{
        height: 420px;
        top:-210px;
    }
    .work-type-item__sublayer img{
        height:420px;
    }
}
@media(max-width:1539px){
    .work-type-item__thumb-wrapper{
        height: 160px;  
    }
    .work-type-item__thumb img{
        height: 320px;
        top:-160px;
    }
    .work-type-item__sublayer img{
        height:320px;
    }
}
@media(max-width:1199px){
    .work-type-item__thumb-wrapper{
        height: 120px;  
    }
    .work-type-item__thumb img{
        height: 240px;
        top:-120px;
    }
    .work-type-item__sublayer img{
        height:240px;
    }
}
@media(max-width:991px){
    .work-type-item__thumb-wrapper{
        height: 80px;  
    }
    .work-type-item__thumb img{
        height: 160px;
        top:-80px;
    }
    .work-type-item__sublayer img{
        height:160px;
    }
}
@media (max-width: 1699px) {
    .work-type-item__thumb {
        margin-bottom: 25px;
    }
}
@media (max-width: 1329px) {
    .work-type-item__thumb {
        margin-bottom: 25px;
    }
}
@media (max-width: 1199px) {
    .work-type-item__thumb {

    }
}
@media (max-width: 991px) {
    .work-type-item__thumb {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .work-type-item__thumb {
        height: 90px;
        margin-bottom: 15px;
    }
    .work-type-item__thumb img{
        max-width: 160px;
    }
}

@media (max-width: 575px) {
    .work-type-item__thumb {
        max-width: 250px;
        margin-bottom: 15px;
        height: 100px;
    }
    .work-type-item__thumb img{
        max-width: 130px;
    }
}

.work-type-item__title {
    font-size: 30px;
    font-family:'Bebas Neue';
    color: #17181d;
    text-align: center;
    transition: all 0.4s ease-in;
}

@media(max-width:1499px){
    .work-type-item__title {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .work-type-item__title {
        font-size: 18px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .work-type-item__title {
        font-size: 18px;
    }
}

.about-section {
    overflow: hidden;
    position: relative;
}



.about-section_home {
    margin-bottom: 81px;
}

@media (max-width: 1699px) {
    .about-section_home {
        margin-bottom: 65px;
    }
}

@media (max-width: 1499px) {
    .about-section_home {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .about-section_home {
        margin-bottom: 30px;
    }
}

.about-section__title {
    margin-bottom: 15px;
    line-height: 1;
}
@media(min-width:1500px){
    .about-section__title {
        font-size: 60px;
    }
}
@media(min-width:1200px){
    .about-section__title-text-2{
        display: block;
        text-align: right;
    }
}


@media (max-width: 767px) {
    .about-section__title {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .about-section__title {
        text-align: left;
    }
}

@media (min-width: 1921px) {
    .about-section__title {
        max-width:890px;
    }
}

.about-section__intro {
    line-height: 1.47;
    margin-bottom:45px;
    text-align: justify;
}

@media (max-width: 767px) {
    .about-section__intro {
        margin-bottom: 20px;
    }
}

.about-section__subtitle {
    font-family:"Bebas Neue";
    line-height: 0.8;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .about-section__subtitle {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .about-section__subtitle {
        margin-bottom: 15px;
    }
}

.preims__item {
    position: relative;
    display: flex;
    padding-left: 78px;
    align-items: center;
    min-height: 57px;
}



@media (max-width: 1199px) {
    .preims__item {
        margin-left: 0;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .preims__item {
        padding-left:50px;
    }
}

.preims__item:not(:last-child) {
    margin-bottom: 10px;
}


.preims__item-i {
    flex-shrink: 0;
    position: absolute;
    top:0;
    left:0;
}

@media (max-width: 1199px) {
    .preims__item-i {
        margin-right: 15px;
        max-width: 50px;
    }
}

@media (max-width: 767px) {
    .preims__item-i {
        margin-top: 7px;
    }
}

@media (max-width: 575px) {
    .preims__item-i {
        max-width: 35px;
    }
}

.preims__item-content {
    line-height: 1.45;
}

@media (max-width: 1499px) {
    .preims__item-content br {
        display: none;
    }
}
.about-section__content-col {
    padding-top:65px;
    padding-bottom:47px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#868e36+0,bebe32+100 */
background: linear-gradient(to bottom,  rgba(134,142,54,1) 0%,rgba(190,190,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
color:#fff;
}
@media (min-width: 1500px) {
    .about-section__content-col {
        padding-left: 54px;
    }
}

@media (max-width: 1699px) {
    .about-section__content-col {
        padding:35px 15px 35px 35px;
    }
}

@media (max-width: 767px) {
    .about-section__content-col {
        padding:15px;
    }
}

.about-section__bg-col {
    background: url(../img/partner-intro.webp) no-repeat 0 0;
    background-size: cover;
}

@media (min-width: 992px) {
    .about-section__bg-col {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .about-section__bg-col {
        height: 200px;
        background-size: 100% auto;
    }
}

@media (max-width: 767px) {
    .about-section__bg-col {
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.about-section__15-years {
    background: #d3d94f;
    width: 420px;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 30px;
}

@media (max-width: 1199px) {
    .about-section__15-years {
        width: 350px;
        height: 200px;
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .about-section__15-years {
        width: 100%;
        padding: 30px;
        height: auto;
        font-size: 18px;
        background: rgba(211, 217, 79, 0.8);
    }
}

.about-section__15-years-big {
    font-size: 48px;
    line-height: 1;
}

@media (max-width: 1199px) {
    .about-section__15-years-big {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .about-section__15-years-big {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .about-section__consult-btn {
        display: flex;
        margin: 0 auto;
        width: 230px;
    }
}

.solutions-section_home {
    margin-bottom: 83px;
}

@media (max-width: 1699px) {
    .solutions-section_home {
        margin-bottom: 50px;
    }
}

@media (max-width: 1499px) {
    .solutions-section_home {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .solutions-section_home {
        margin-bottom: 30px;
    }
}

.solutions-section__section-header {
    margin-bottom: 26px;
}

.solutions-section__section-header-descr {
    margin: 5px 0 0 447px;
}

@media (max-width: 1499px) {
    .solutions-section__section-header-descr {
        margin-left: 300px;
    }
}

@media (max-width: 1199px) {
    .solutions-section__section-header-descr {
        margin-left: 100px;
    }
}

@media (max-width: 767px) {
    .solutions-section__section-header-descr {
        margin: 0;
    }
}

.solutions-section__title {
    margin-bottom: 43px;
  line-height: 0.8;
}

@media (max-width: 1699px) {
    .solutions-section__title {
        margin-bottom: 30px;
    }
}


.solutions-section__row {
    margin: 0 -7px -14px;
}

@media (max-width: 991px) {
    .solutions-section__row {
        margin: 0 -15px -30px;
    }
}

.solutions-section__col {
    padding: 0 9px;
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .solutions-section__col {
        padding: 0 15px;
        margin-bottom: 30px;
    }
}

.solution-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(max-width:575px){
    .solution-item {
        max-width: 400px;
        margin:0 auto;
    }
}

.solution-item:hover,
.solution-item:focus {
    text-decoration: none;
}

.solution-item:hover .bracket-btn:before,
.solution-item:hover .bracket-btn:after,
.solution-item:hover .bracket-btn__inner:before,
.solution-item:hover .bracket-btn__inner:after,
.solution-item:focus .bracket-btn:before,
.solution-item:focus .bracket-btn:after,
.solution-item:focus .bracket-btn__inner:before,
.solution-item:focus .bracket-btn__inner:after
{
    text-decoration: none;
    width: calc(50% - 5px);
    height: calc(50% - 5px);
}

.solution-item:hover .solution-item__title,
.solution-item:focus .solution-item__title {
    color: #b23a20;
}

.solution-item:hover .solution-item__thumb img,
.solution-item:focus .solution-item__thumb img {
    transform-origin: 50%;
    transform: translate(-50%, -50%) scale(1.3);
}

.solution-item__thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 13px;
    height: 390px;
    width: 100%;
}

@media (max-width: 1699px) {
    .solution-item__thumb {
        height: 290px;
    }
}

@media (max-width: 991px) {
    .solution-item__thumb {
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) {
    .solution-item__thumb {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .solution-item__thumb {
        height: 160px;
    }
}

.solution-item__thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 140%;
    min-width:100%;
    transition: transform 0.3s ease;
}

.solution-item__title {
    font-size:30px;
    color: #17181d;
    width:100%;
    min-height: 76px;
}
@media(max-width:991px){
    .solution-item__title {
        min-height: 50px;
    }
}
@media(max-width:1329px){
    .solution-item__title {
        font-size:27px;
    }
}
@media(max-width:1199px){
    .solution-item__title {
        font-size:20px;
    }
}
@media (max-width: 767px) {
    .solution-item__title {
        font-size: 17px;
    }
}

.customers-section_home {
    margin-bottom: 81px;
}

@media (max-width: 1699px) {
    .customers-section_home {
        margin-bottom: 50px;
    }
}

@media (max-width: 1329px) {
    .customers-section_home {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .customers-section_home {
        margin-bottom:60px;
    }
}

.customers-section__section-header {
    margin-bottom: 52px;
}

@media (max-width: 1499px) {
    .customers-section__section-header {
        margin-bottom: 25px;
    }
}

.customers-section__section-header-descr {
    margin: 7px 0 0 492px;
}

@media (max-width: 1499px) {
    .customers-section__section-header-descr {
        margin-left: 300px;
    }
}

@media (max-width: 1199px) {
    .customers-section__section-header-descr {
        margin-left: 100px;
    }
}

@media (max-width: 767px) {
    .customers-section__section-header-descr {
        margin: 0;
    }
}

.customers-section__title {
    margin-bottom:28px;
}

@media (max-width: 1699px) {
    .customers-section__title {
        margin-bottom: 20px;
    }
}

@media (max-width: 1329px) {
    .customers-section__title {
        margin-bottom: 40px;
    }
}

@media (max-width: 1199px) {
    .customers-section__title {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .customers-section__title {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .customers-section__title {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .customers-logos-car {
        padding: 0 52px;
    }
}

.customers-logos-car .slick-list {
    margin: 0 -5px;
}

@media(max-width:575px){
    .customers-logos-car .slick-dots {
        top: 100%;
    margin-top: 10px;
    line-height: 0.8;
    }
}

.customers-logos-car .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #e07137;
    border-radius: 100%;
    transition: all 0.3s ease;
}

.customers-logos-car .slick-arrow:before {
    display: none;
}

.customers-logos-car .slick-arrow:hover,
.customers-logos-car .slick-arrow:focus {
    opacity: 0.6;
}

.customers-logos-car .slick-arrow:active {
    margin-top: 5px;
}

.customers-logos-car .slick-prev {
    background: url(../img/i/orange-arrow-left.png) no-repeat 50%;
    left: 0;
}

.customers-logos-car .slick-next {
    background: url(../img/i/orange-arrow-right.png) no-repeat 50%;
    right: 0;
}

.customers-logos-car .slick-dots li {
    width: auto;
    height: auto;
}

.customers-logos-car .slick-dots li.slick-active button {
    background: #17181d;
}

.customers-logos-car .slick-dots button {
    width: 5px;
    height: 5px;
    padding: 0;
    border-radius: 100%;
    background: #9f9f9f;
}

.customers-logos-car .slick-dots button:before {
    display: none;
}

.customers-logos-car__item {
    padding: 0 3px;
}

.customers-logos-car__item-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3ef;
    height: 162px;
}

@media (max-width: 991px) {
    .customers-logos-car__item-wrap {
        padding: 15px;
        height: 120px;
    }
}

.done-projects-section_home {
    margin-bottom: 65px;
}

@media (max-width: 1699px) {
    .done-projects-section_home {
        margin-bottom: 50px;
    }
}

@media (max-width: 1329px) {
    .done-projects-section_home {
        margin-bottom: 40px;
    }
}

@media (max-width: 1199px) {
    .done-projects-section_home {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .done-projects-section_home {
        margin-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .done-projects-section_home {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .done-projects-section__content-col {
        padding-right: 0;
    }
}
@media (max-width: 575px) {
    .done-projects-section__content-col {
        margin-bottom:15px;
    }
}
.done-projects-section__content-col {
background: linear-gradient(to bottom,  rgba(134,142,54,1) 0%,rgba(190,190,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.done-projects-content {
    padding: 57px 40px 34px 0;
    color:#fff;
    height: 100%;
}
@media (max-width: 1699px) {
    .done-projects-content {
        padding: 20px 20px 30px 0;
    }
}
@media (max-width: 1499px) {
    .done-projects-content {
        padding: 20px 15px 20px 0;
    }
}
@media (max-width: 575px) {
    .done-projects-content {
        padding:15px 0;
    }
}
.done-projects-section__title {
    margin-bottom:5px;
}
@media(min-width:1500px){
    .done-projects-section__title {
        font-size: 60px;
    }
}
@media(max-width:1699px){
    .done-projects-section__title {
        line-height: 0.9;
    }
}

@media (max-width: 1329px) {
    .done-projects-section__title {
        margin-bottom: 15px;
    }
}


@media (max-width: 767px) {
    .done-projects-section__title {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .done-projects-section__title {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .done-projects-section__title {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .done-projects-section__title {
        margin-bottom: 5px;
    }
}

.done-projects-content__text {
    line-height: 1.5;
    margin-bottom: 32px;
    text-align: justify;
}

@media (max-width: 1499px) {
    .done-projects-content__text {
        margin-bottom: 30px;
    }
}

@media (max-width: 1329px) {
    .done-projects-content__text {
        margin-bottom: 20px;
    }
}


@media (max-width: 575px) {
    .done-projects-content__text {
        margin-bottom: 10px;
    }
}

.done-projects-content__footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .done-projects-content__footer {
        justify-content: center;
    }
}

.done-projects-content__figures {
    font-weight: 700;
    font-size: 30px;
    margin-right: 30px;
}

@media (max-width: 1499px) {
    .done-projects-content__figures {
        font-size: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1329px) {
    .done-projects-content__figures {
        font-size: 18px;
    }
}

.done-projects-content__figures span {
    font-size: 48px;
}

@media (max-width: 1499px) {
    .done-projects-content__figures span {
        font-size: 38px;
    }
}

@media (min-width: 1200px) and (max-width: 1329px) {
    .done-projects-content__figures span {
        font-size: 26px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .done-projects-content__figures {
        width: 100%;
        margin: 0 0 15px;
    }
}

@media (max-width: 767px) {
    .done-projects-content__figures {
        width: 100%;
        margin: 0 0 15px;
        text-align: center;
    }
}

.done-projects-content__arrowed-link {
    display: flex;
    align-items: center;
    min-height: 76px;
    padding: 10px 40px;
    font-size: 30px;
    color:#b23a20;
}

@media(max-width:1499px){
    .done-projects-content__arrowed-link {
        min-height: 50px;
        padding: 10px 20px;
        font-size: 25px;
    }
    .done-projects-content__arrowed-link.bracket-btn:before,
    .done-projects-content__arrowed-link.bracket-btn:after,
    .done-projects-content__arrowed-link .bracket-btn__inner:before,
    .done-projects-content__arrowed-link .bracket-btn__inner:after {
        width:15px;
        height:15px;
    }
}
@media(max-width:575px){
    .done-projects-content__arrowed-link {
        min-height: 35px;
        padding: 10px 13px;
        font-size: 18px;
    }
}
@media (min-width: 1500px) {
    .done-projects-content__arrowed-link {
        margin-top: 11px;
    }
}

.done-projects-content__arrowed-link:not(:last-child) {
    margin-right: 30px;
}



.done-projects-content__arrowed-link a:hover,
.done-projects-content__arrowed-link a:focus {
    color: #de6729;
}

.done-projects-content__arrowed-link img {
    flex-shrink: 0;
    margin-right: 15px;
}

@media (max-width: 575px) {
    .done-projects-content__arrowed-link img {
        display: none;
    }
}

@media (min-width: 992px) {
    .done-projects-section__projects-col {
        padding-left: 2px;
    }
}

@media (max-width: 575px) {
    .done-projects-section__projects-col {
        margin-bottom:15px;
    }
}

.done-projects-section__projects-col .done-projects-row__col{
    margin-bottom:0;
}

@media(max-width:575px){
    .done-projects-section__projects-col .done-projects-row__col:not(:last-child){
        margin-bottom:15px;
    }
}

.done-projects-row {
    margin-bottom:-33px;
}
@media (min-width: 768px) {
    .done-projects-section__projects-col .done-projects-row {
        height: 100%;
    }
    .done-projects-row {
        margin: 0 -1px;
    }
}
@media (min-width: 768px) and (max-width:991px){
    .done-projects-row {
        margin: 0 -15px;
    }
}
.done-projects-row__col {
    margin-bottom:33px;
}
/*@media (min-width: 992px) and (max-width:1499px){
    .done-projects-row__col:last-child {
        display: none;
    }
}
@media (min-width: 576px) and (max-width:767px){
    .done-projects-row__col:last-child {
        display: none;
    }
}*/
@media (min-width: 576px) {
    .done-projects-row__col {
        padding: 0 1px;
    }
}

@media (min-width: 1500px) {
    .done-projects-row__col {
        flex:0 0 33.333333%;
        max-width:0 0 33.333333%;
    }
}

@media (min-width: 768px) and (max-width:991px){
    .done-projects-row__col {
        flex:0 0 33.333333%;
        max-width:0 0 33.333333%;
    }
}

.done-project-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.done-project-item:hover,
.done-project-item:focus {
    text-decoration: none;
}

.done-project-item:hover .done-project-item__title,
.done-project-item:focus .done-project-item__title {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .done-project-item:hover .done-project-item__thumb img,
    .done-project-item:focus .done-project-item__thumb img {
        transform-origin: 50%;
        transform: translate(-50%, -50%) scale(1.3);
    }
}

.done-project-item__thumb {
    height: 234px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1499px) {
    .done-project-item__thumb {
        height: 250px;
    }
}

@media (max-width: 575px) {
    .done-project-item__thumb {
        height: auto;
    }
}

@media (min-width: 576px) {
    .done-project-item__thumb img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 140%;
        min-width:100%;
        min-height:100%;
        transition: transform 0.3s ease;
    }
}

@media (max-width: 575px) {
    .done-project-item__thumb img {
        width: 100%;
    }
}

.done-project-item__title {
    flex-grow: 1;
    background: #f3f3ef;
    color: #17181d;
    padding: 35px 20px;
    line-height: 1.5;
}
@media (max-width: 1699px) {
    .done-project-item__title {
        padding: 15px;
    }
}


.pribor-park-section_home {
    margin-bottom: 82px;
}

@media (max-width: 1767px) {
    .pribor-park-section_home {
        margin-bottom: 60px;
    }
}

@media (max-width: 1199px) {
    .pribor-park-section_home {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .pribor-park-section_home {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .pribor-park-section_home {
        margin-bottom: 30px;
    }
}

.pribor-park-section__thumb-col{
    overflow: hidden;
}

@media (min-width: 992px) {
    .pribor-park-section__thumb-col {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pribor-park-section__thumb-col {
        overflow: hidden;
    }
}

@media(max-width:991px){
    .pribor-park-section__thumb-col{
        padding:0;
    }
}

@media (min-width: 992px) {
    .pribor-park-section__thumb {
        position: absolute;
        max-width: 1900px;
        height: 100%;
        left: 50%;
    transform: translate(-50%,0);
    }
}

@media (min-width: 1921px) {
    .pribor-park-section__thumb {
        max-width: inherit;
        min-width:100%;
        min-height: 100%;
        height: auto;
    }
}

@media(max-width:991px){
    .pribor-park-section__thumb{
        width:100%;
    }
}
.pribor-park-section__content-col {
    background: linear-gradient(to bottom,  rgba(134,142,54,1) 0%,rgba(190,190,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.pribor-park-section__content {

    color:#fff;
    padding:71px 15px 49px 53px;
    min-height: 100%;
}

@media (max-width: 1699px) {
    .pribor-park-section__content {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .pribor-park-section__content {
        padding-top: 20px;
    }
}

@media (max-width: 575px) {
    .pribor-park-section__content {
        padding:15px 0;
    }
}

@media (min-width: 992px) {
    .pribor-park-section__content-col {
        padding-left: 0;
    }
}

.pribor-park-section__title {
    margin-bottom:15px;
    line-height: 0.8;
}
@media(min-width:1500px){
.pribor-park-section__title {
    font-size: 60px;
}
}
@media (max-width: 1699px) {
    .pribor-park-section__title {
        line-height: 0.9;
    }
}
.pribor-park-section__thumb{
    min-height:100%;
}

@media (max-width: 1499px) {
    .pribor-park-section__title {
        margin-bottom: 20px;
    }
}


@media (max-width: 767px) {
    .pribor-park-section__title {
        margin-bottom: 12px;
    }
}

@media (min-width: 992px) {
    .pribor-park-section__title {
        text-align: left;
    }
}

.pribor-park-section__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 32px;
}

@media (max-width: 1699px) {
    .pribor-park-section__list {
        margin-bottom: 0;
    }
}

.pribor-park-section__list li {
    position: relative;
    padding-left: 80px;
    line-height: 1.6;
}

@media (max-width: 1699px) {
    .pribor-park-section__list li {
        padding-left: 60px;
    }
}

@media (max-width: 575px) {
    .pribor-park-section__list li {
        padding-left: 15px;
    }
}

.pribor-park-section__list li:before {
    content: '';
    position: absolute;
    left: 0;
    top:7px;
    width:43px;
    height:30px;
    background:url(../img/i/red-check.webp) no-repeat 0 0;
}
@media (max-width: 1499px) {
    .pribor-park-section__list li {
        padding-left: 35px;
    }
    .pribor-park-section__list li:before {
        width: 28px;
        height:28px;
        background-size: contain;
    }
}
@media (max-width: 575px) {
    .pribor-park-section__list li {
        padding-left: 25px;
    }
    .pribor-park-section__list li:before {
        width: 18px;
        height: 18px;
    }
}

.pribor-park-section__list li:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 1499px) {
    .pribor-park-section__list li:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media (max-width: 1329px) {
    .pribor-park-section__list li:not(:last-child) {
        margin-bottom: 10px;
    }
}

.pribor-park-section__figures {
    font-weight: 700;
    font-size: 30px;
}

@media (max-width: 1329px) {
    .pribor-park-section__figures {
        font-size: 16px;
    }
}

.pribor-park-section__figures span {
    font-size: 48px;
}

@media (max-width: 1329px) {
    .pribor-park-section__figures span {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .pribor-park-section__figures {
        text-align: center;
    }
}

.news-section_home {
    margin-bottom: 83px;
}
@media (max-width: 1699px) {
    .news-section_home {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .news-section_home {
        margin-bottom: 30px;
    }
}

@media (min-width: 1500px) {
    .news-section__title-col {
        flex: 0 0 360px;
        max-width: 360px;
    }
}

.news-section__title-col a {
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .news-section__title-col {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .news-section__title-col {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
}

.news-section__title {
    margin-bottom: 27px;
}

@media (max-width: 1699px) {
    .news-section__title {
        margin-bottom: 15px;
    }
}

@media (min-width: 1500px) {
    .news-section__title {
        margin-top: -17px;
    }
}

@media (max-width: 1199px) {
    .news-section__title br {
        display: none;
    }
}

@media (max-width: 575px) {
    .news-section__title {
        margin-bottom: 10px;
    }
}

@media (min-width: 1500px) {
    .news-section__items-col {
        flex-grow: 1;
        max-width: inherit;
    }
}

.news-section__prevs-row {
    margin: 0 -12px;
}

.news-section__prevs-col {
    padding: 0 12px;
}



@media(max-width:1699px){
    .news-section__prevs-row {
        margin: 0 -7px;
    }
    
    .news-section__prevs-col {
        padding: 0 7px;
    }
}

@media(max-width:991px){
    .news-section__prevs-row {
        margin-bottom:-14px;
    }
    
    .news-section__prevs-col {
        margin-bottom: 14px;
    }
}

@media (min-width:1200px) and (max-width:1499px){
    .news-section__prevs-col{
        flex:0 0 33.33333333%;
        max-width:33.33333333%;
    }
    .news-section__prevs-col:last-child {
        display: none;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .news-section__prevs-col{
        flex:0 0 33.33333333%;
        max-width:33.33333333%;
    }
    .news-section__prevs-col:last-child {
        display: none;
    }
}
.news-prev-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #17181d;
}

.news-prev-item__thumb{
height:390px;
position: relative;
overflow: hidden;
}
@media (max-width: 1699px) {
    .news-prev-item__thumb{
        height:270px;
        }
}
@media (max-width: 1199px) {
    .news-prev-item__thumb{
        height:200px;
        }
}
.news-prev-item__thumb img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    max-width: inherit;
    min-width:100%;
    min-height: 100%;
}
@media(max-width:575px){
    .news-prev-item__thumb img{
        min-width:100%;
    }
}
.news-prev-item__date{
    flex:0 0 105px;
    max-width: 105px;
}
@media (max-width: 1699px) {
    .news-prev-item__date{
        flex:0 0 80px;
        max-width: 80px;
    }
}
@media (max-width: 767px) {
    .news-prev-item__date{
        flex:0 0 auto;
        max-width:80px;
    }
}
.news-prev-item:hover,
.news-prev-item:focus {
    text-decoration: none;
}

.news-prev-item:hover .news-prev-item__content,
.news-prev-item:focus .news-prev-item__content {
    color: #de6729;
    text-decoration: underline;
}

.news-prev-item__date {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Bebas Neue';
}

.news-prev-item__day{
    font-size: 60px;
    line-height: 0.8;
}

@media (max-width: 991px) {
    .news-prev-item__date {
        margin-bottom: 15px;
    }
}
.news-prev-item__meta {
display: flex;
background: #f3f3ef;
padding: 25px 25px 25px 0;
flex-grow: 1;
}
@media(max-width:767px){
    .news-prev-item__meta {
        flex-direction: column;
        padding: 15px;
        }
        .news-prev-item__date {
        flex-direction: row;
        margin-bottom: 5px;
        }
        .news-prev-item__day{
            font-size: 16px;
            margin:0 5px 0 0;
        }
        .news-prev-item__month{
            margin-right:5px;
        }
}
.news-prev-item__content {
    line-height: 1.5;
}


/*Inner Pages*/

.page-meta_inner {
    margin-bottom: 55px;
}

@media (max-width: 1499px) {
    .page-meta_inner {
        margin-bottom: 25px;
    }
}

@media (max-width: 1199px) {
    .page-meta_inner {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .page-meta_inner {
        margin-bottom: 15px;
    }
}

.breadcrumbs {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .breadcrumbs {
        justify-content: center;
    }
}

.page-meta__breadcrumbs {
    margin-bottom: 20px;
}

@media (max-width: 1499px) {
    .page-meta__breadcrumbs {
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .page-meta__breadcrumbs {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .page-meta__breadcrumbs {
        margin-bottom: 5px;
    }
}

.breadcrumbs__link {
    font-size: 14px;
}

.breadcrumbs__sep {
    width: 5px;
    height: 9px;
    background: url(../img/i/bread-sep.png) no-repeat 0 0;
    align-self: center;
    margin: 0 10px;
}

.breadcrumbs__sep:last-child {
    margin-right: 0;
}

.page-meta__title {
    font-size: 52px;
}

@media (max-width: 1499px) {
    .page-meta__title {
        font-size: 45px;
    }
}

@media (max-width: 1199px) {
    .page-meta__title {
        font-size: 35px;
    }
}

@media (max-width: 991px) {
    .page-meta__title {
        font-size: 28px;
    }
}


/*Footer*/

.site-footer {
    position: relative;
    background: #2a2c33;
    color: #fff;
    padding:20px 0 25px;
}

@media (max-width: 1499px) {
    .site-footer {
        padding: 30px 0;
    }
}

@media (max-width: 575px) {
    .site-footer {
        text-align: center;
    }
}
@media(min-width:992px){
    .site-footer__menu-col {
        flex: 0 0 56%;
        max-width: 56%;
    }
}


@media(min-width:1200px) and (max-width:1499px){
    .site-footer__menu-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(min-width:992px) and (max-width:1199px){
    .site-footer__menu-col {
        flex: 0 0 55%;
        max-width: 55%;
    }
}

@media (max-width: 767px) {
    .site-footer__menu-col {
        margin-bottom: 30px;
    }
}

.site-footer__list-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
  color: #fff;
}

.site-footer__list-title:hover,
.site-footer__list-title:focus {
  color: #fff;
}

@media (max-width: 1699px) {
    .site-footer__list-title {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .site-footer__list-title {
        font-size: 18px;
    }
}

.site-footer__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.site-footer__list:not(:last-child) {
    margin-bottom: 28px;
}

@media (min-width: 576px) {
    .site-footer__list li {
        position: relative;
        padding-left: 9px;
    }
    .site-footer__list li:before {
        content: '';
        left: 0;
        top: 11px;
        position: absolute;
        width: 5px;
        height: 1px;
        background: #d3d94f;
    }
}

.site-footer__list li a {
    font-size: 20px;
    color: #d3d94f;
    font-weight: 500;
}
@media (max-width: 1699px) {
    .site-footer__list li a {
        font-size: 16px;
    }
}
.site-footer__list li:not(:last-child) {
    margin-bottom: 4px;
}

@media (max-width: 767px) {
    .site-footer__list li:not(:last-child) {
        margin-bottom: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-footer__contacts-col {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1329px) {
    .site-footer__contacts-col {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-footer__contacts-col {
        flex: 0 0 45%;
        max-width: 45%;
    }
}


@media (min-width: 1330px) {
    .site-footer__contacts-col {
        padding-left: 30px;
        max-width: 44%;
        flex:0 0 44%;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .site-footer__contacts-col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .site-footer__contacts-col {
        text-align: center;
    }
}

.site-footer__phone-email-item {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}


@media (max-width: 991px) {
    .site-footer__phone-email-item {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .site-footer__phone-email-item {
        flex-direction: column;
        align-items: center;
    }
}

.site-footer__phone {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-right: 100px;
}

@media(max-width:1699px){
    .site-footer__phone {
        font-size: 26px;
        margin-right: 70px;
    }
}

@media(max-width:1199px){
    .site-footer__phone {
        font-size: 23px;
        margin-right:30px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .site-footer__phone {
        margin-right: 15px;
    }
}

@media (max-width: 575px) {
    .site-footer__phone {
        margin:0 0 15px;
    }
}

.site-footer__phone:hover,
.site-footer__phone:focus {
    color: #fff;
}

.site-footer__email {
    color: #d3d94f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

@media(max-width:1699px){
    .site-footer__email {
        font-size: 18px;
    }
}

@media(max-width:1199px){
    .site-footer__email {
        font-size: 16px;
    }
}

.site-footer__email:hover,
.site-footer__email:focus {
    color: #fff;
}

.site-footer__contacts-item {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1699px) {
    .site-footer__contacts-item {
        font-size: 16px;
    }
}

.site-footer__copy-item {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
}

@media(max-width:1699px){
    .site-footer__copy-item {
        font-size: 16px;
    }
}

@media(max-width:1199px){
    .site-footer__copy-item {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-footer__copy-item {
        max-width: 500px;
        margin: 0 auto 20px;
    }
}
@media(max-width:575px){
    .site-footer__list-col:not(:last-child){
        margin-bottom: 20px;
    }
}

.site-footer__policy-dev{
display: flex;
}

@media(max-width:1199px){
    .site-footer__policy-dev{
        flex-direction: column;
    }
}

.site-footer__policy-link {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-right: 65px;
}

@media(max-width:1699px){
    .site-footer__policy-link {
        font-size: 16px;
    }
}

@media(max-width:1199px){
    .site-footer__policy-link {
        font-size: 16px;
        margin:0 0 10px;
    }
}

.site-footer__policy-link:hover,
.site-footer__policy-link:focus {
    color: #d3d94f;
    text-decoration: underline;
}

.sm-logo {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
}

@media(max-width:1699px){
    .sm-logo {
        font-size: 16px;
    }
}

@media(max-width:1199px){
    .sm-logo {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .sm-logo {
        justify-content: center;
    }
}

.sm-logo__img-wrap {
    flex-shrink: 0;
    margin-right: 6px;
}

.sm-logo__text a {
    font-weight: 500;
    color: #fff;
}

.customers-logo-full-row{
margin-bottom:-30px;
}

.customers-logo-full-col{
margin-bottom:30px;
}

.gallery-full-row{

}



.gallery-full-row .gallery__link{
    flex:0 0 14.2857142857%;
    max-width:14.2857142857%;
    padding:0 15px;
    margin-bottom:30px;
    transition:opacity 0.3s ease;
}



.gallery-full-row .gallery__link:hover,
.gallery-full-row .gallery__link:focus{
    opacity:0.6;
}

@media(max-width:1199px){
    .gallery-full-row .gallery__link{
        flex:0 0 16.6666666667%;
        max-width:16.6666666667%;
    }
}

@media(max-width:991px){
    .gallery-full-row .gallery__link{
        flex:0 0 20%;
        max-width:20%;
    }
}

@media(max-width:767px){
    .gallery-full-row .gallery__link{
        flex:0 0 25%;
        max-width:25%;
    }
}

@media(max-width:575px){
    .gallery-full-row .gallery__link{
        flex:0 0 33.33333333%;
        max-width:33.33333333%;
    }
}
.contacts-map-page .inner-page-content-section{
    position:relative;
    padding-top:50px;
}
@media (max-width: 1499px) {
    .contacts-map-page .inner-page-content-section{
        padding-top: 25px;
    }
}

@media (max-width: 1199px) {
    .contacts-map-page .inner-page-content-section{
        padding-top: 20px;
    }
}

@media (max-width: 991px) {
    .contacts-map-page .inner-page-content-section{
        padding-top: 15px;
    }
    .contacts-content-col{
        margin-bottom:40px;
    }
}
.contacts-map-page .site-header_inner{
margin-bottom:0;
}
@media(min-width:992px){
    .contacts-map{
        position:absolute;
        top:0;
        right:0;
        left:50%;
        bottom:0;
    }
}
@media(max-width:991px){
    .contacts-map{
        height:400px;
    }
}
.contacts-wrap__item{
    display:flex;
}
.contacts-wrap__item-content{
    font-weight:700;
    font-size:30px;
    line-height:1.5;
}
@media(max-width:1329px){
    .contacts-wrap__item-content{
        font-size:22px;
    }
}

.contacts-wrap__item-title{
    font-size:16px;
    font-weight:400;
    margin-bottom:5px;
}
.contacts-wrap__item:not(:last-child){
    margin-bottom:48px;
}
@media(max-width:1329px){
    .contacts-wrap__item:not(:last-child){
        margin-bottom:30px;
    }
}
.contacts-wrap__item-i{
    display:flex;
    justify-content:center;
    align-items:center;
    flex:0 0 68px;
    max-width:68px;
    height:68px;
    border-radius:100%;
    background:#d3d94f;
    margin-right:25px;
    margin-top:5px;
}
.contacts-wrap__item-phone{
    color:#17181d;
}
.contacts-wrap__item-email{
    color:#17181d;
}
.contacts-wrap__feedback{
    width:185px;
}
@media(max-width:991px){
    .contacts-wrap__item{
        justify-content:center;
    }
    .contacts-wrap__item-i{
        display:none;
    }
    .contacts-wrap__item-content{
        text-align:center;
    }
    .contacts-wrap__feedback{
        display:flex;
        margin:0 auto;
    }
}
.aside{
    margin-top:-50px;
}
@media (max-width: 1499px) {
    .aside {
        margin-top: -25px;
    }
}

@media (max-width: 1199px) {
    .aside {
        margin-top: -20px;
    }
}

@media (max-width: 991px) {
    .aside {
        margin-top: -15px;
    }
}
.aside_bg-item{
    background:#d3d94f;
    padding:45px 40px;
}
.aside__list-title{
    font-size:30px;
    font-weight:700;
    margin-bottom:25px;
}
.aside__list{
list-style:none;
padding-left:0;
margin-bottom:0;
}
.aside__list li:not(:last-child){
    margin-bottom:12px;
    }
.aside__list li{
    padding-left:25px;
    position:relative;
    }
    .aside__list li:before{
        content:'';
        position:absolute;
        left:0;
        top:10px;
        width:11px;
        height:2px;
        background:#17181d;
        }
    .aside__list li a{
        color:#17181d;
        }
        .aside__list li.active>a,
        .aside__list li a:hover,
        .aside__list li a:focus{
            color:#de6729;
        }
        
    .news-prev-item__pic{
        position:relative;
        display:block;
        overflow:hidden;
        margin:-20px -20px 20px -20px;
        height:220px;
        border:1px solid #e1e1e1;
    }
    .news-prev-item__pic:hover img,
    .news-prev-item__pic:focus img{
        opacity:0.6;
    }
    .news-prev-item__pic img{
        position:absolute;
        top:0;
        left:50%;
        transform:translate(-50%,0);
        max-width:100%;
        min-width:100%;
        transition:opacity 0.3s ease; 
    }
@media(min-width:1500px){
    .content-col{
        flex:0 0 1110px;
        max-width:1110px;
    }
    .aside-col{
        flex:0 0 360px;
        max-width:360px;       
    }
}
@media(max-width:1199px){
    .aside-col{
        display:none;      
    }
}
.news-section__row{
    margin:0 -2px -33px;
}
.news-section__row .news-section__prevs-col{
margin-bottom:33px;
}
.testims__item{
display:block;
border:1px solid #a8a8a8;
}
hr{
    border-bottom:1px solid #d3d94f;
    border-top:0;
}
/*modal-form start*/
.modal-form{
    background:#d3d94f;
    padding:70px 15px 70px;
}
.sm-form-title{
    font-size:50px;
    margin-bottom:10px;
}
.modal-form .smFormContent{
max-width:346px;
margin:0 auto;
}
.big-modal__wrapper .fancybox-button{
    width:60px;
    height:60px;
    padding:0;
    top:0;
    right:0;
    transition: opacity 0.3s ease;
    opacity:1;
}
.big-modal__wrapper .fancybox-close-small{
    color:#17181d;
}
.big-modal__wrapper .fancybox-button:hover{
    opacity:0.6;
    color:#17181d;
}
body .smFormContent .validateForm{
width:auto;
}
.modal-form .smFormContent .input input,
.modal-form .smFormContent .input textarea{
    font-size:16px;
    color:#17181d;
    margin:0;
    height:50px;
    background:#fff;
    border-radius:0;
    padding:10px 30px;
}
.modal-form .smFormContent .input input::placeholder,
.modal-form .smFormContent .input textarea::placeholder{
    font-size:16px;
    color:#17181d;
    opacity:1;
}
.modal-form .smFormContent .input textarea{
    height:auto;
    min-height:170px;
}
.modal-form .smFormContent .input:not(:last-child){
    margin-bottom:12px;
}
.modal-form .smFormContent .smFormContentIn{
    margin-bottom:14px;
}
.modal-form .smFormContent .buttonOut button{
    display: flex;
align-items: center;
justify-content: center;
    width:100%;
    height:50px;
    background:#de6729;
    border-radius:0;
    font-size:20px;
    font-weight:500;
    color:#17181d;
}
.modal-form .smFormContent .buttonOut button:hover{
background:#f47e40;
}
.modal-form .smFormContent .buttonOut button:active{
    background:#df7034;
    box-shadow: inset 0 0 4px 4px rgba(0, 0, 0, 0.15);
}
.form-agreement{
    margin-top:14px;
    font-size:14px;
    text-align:center;
}
.form-agreement a{
    color:#17181d;
    text-decoration:underline;
}
@media(max-width:1699px){
    .modal-form {
        background: #d3d94f;
        padding: 40px 15px;
      }
      .sm-form-title {
        font-size: 40px;
      }
      .modal-form .smFormContent .input textarea{
        min-height:100px;
      }
}
@media(max-width:1199px){
    .modal-form .smFormContent .input input{
    height:45px;
}
    .modal-form {
        background: #d3d94f;
        padding: 30px 15px;
      }
      .sm-form-title {
        font-size: 30px;
        margin-bottom:0;
      }
      .modal-form .smFormContent .input textarea{
        min-height:80px;
      }
      .modal-form .smFormContent .buttonOut button{
        height:45px;
    }
}
@media(max-width:719px){
    .big-modal__wrapper .fancybox-button{
        width:40px;
        height:40px;
    }
    .sm-form-title {
        font-size: 25px;
      }
}
.smFormAftersubmit{
    text-align:center;
    font-size: 18px;
}
/*modal-form ends*/
.portfolio_folder{
margin-bottom:24px;
}
.done-projects-links{
    list-style:none;
    padding-left:0;
    display:flex;
    flex-wrap:wrap;
    margin-bottom:-5px;
}
@media(max-width:991px){
    .done-projects-links{
        justify-content:center;
    }
}
.done-projects-links li{
    margin-bottom:5px;
}
.done-projects-links li:not(:last-child){
    margin-right:5px;
}
.done-projects-links li a{
display:block;
font-size:15px;
padding:15px 15px;
color:#17181d;
background:#f3f3ef;
}
.done-projects-links li a:hover,
.done-projects-links li a.act{
  background:#d3d94f;
  text-decoration:none;
}
.search.search_page{
border:14px solid #f3f3ef;
display:flex;
}
.search.search_page input.text{
    border:0;
    height:50px;
    padding:10px 20px;
    font-size:16px;
    color:#17181d;
    flex-grow:1;
}
.search.search_page input.text:focus{
    box-shadow:inset 0 0 5px 3px rgba(0,0,0,0.1);
}
.search.search_page input.text::placeholder{
    opacity:1;
    font-size:16px;
    color:#17181d;
}
.search.search_page .pay_form input{
font-size:20px;
color:#17181d;
width:260px;
height:50px;
background:#d3d94f;
border:0;
}
@media(max-width:991px){
    .search.search_page .pay_form input{
            width:100px;
        }
}
.search.search_page .pay_form input:hover{
    background:#f0f76f;
}
.search.search_page .pay_form input:active{
    box-shadow:inset 0 0 5px 3px rgba(0,0,0,0.1);
}
.bigSearchResults .wrapper-search-row{
    margin-top:30px;
}
.bigSearchResults .wrapper-search-row>p{
    font-size:30px;
    font-weight:700;
    margin-bottom:35px;
}
@media(max-width:991px){
    .bigSearchResults .wrapper-search-row>p{
        font-size:23px;
    }
}
.bigSearchResults .spec .left.nop{
padding:0 0 18px;
border:0;
}
.bigSearchResults .spec .left.nop a{
    text-decoration:underline;
}

.slider-intro__consult-btn{
position:absolute;
z-index:1;
width:262px;
bottom:-185px;
right:63px;
}
@media (max-width: 1767px){
    .slider-intro__consult-btn{
        bottom:-195px;
    }
}
@media(max-width:1499px){
    .slider-intro__consult-btn{
        bottom:-150px;
        right:15px;
    }
}
@media(max-width:1329px){
    .slider-intro__consult-btn{
        width:auto;
        font-size:18px;
        bottom:-140px;
    }
}
@media(max-width:1199px){
    .slider-intro__consult-btn{
        bottom:90px;
    }
}
@media(max-width:991px){
    .slider-intro__consult-btn{
        left:50%;
        right:auto;
        transform:translate(-50%,0);
        bottom:-80px;
    }
}
@media (max-width: 767px) {
    .slider-intro__consult-btn{
        bottom:-70px;
    }
}
@media (max-width: 575px) {
    .slider-intro__consult-btn{
        bottom:-60px;
        font-size:17px;
        width:230px;
        padding:10px;
    }
}
.big-slider__item-bottom{
    position:relative;
    border-bottom:57px solid #d3d94f;
}
.big-slider__item-bottom>.container{
    display:flex;
    position:relative;
}
@media(min-width:992px){
.big-slider__item-bottom>.container:after{
    content:'';
    position:absolute;
    left:100%;
    width:30%;
    height:1px;
    margin-left:-15px;
    background:rgba(255,255,255,0.34);
}
.big-slider__item-bottom>.container:before{
    content:'';
    position:absolute;
    right:100%;
    margin-right:-20px;
    width:20%;
    height:100%;
    background:#d3d94f;
}
}
.big-slider__item-content{
    display:flex;
    flex-grow:1;
    color:#fff;
    padding:45px 0 0 57px;
    border-top:1px solid rgba(255,255,255,0.34);
}
@media (max-width: 1329px) {
    .big-slider__item-content{
        padding:30px 0 0 20px;
    }
}
@media (max-width: 575px) {
    .big-slider__item-content{
        flex-direction: column;
        align-items: center;
    }
}
.big-slider__item-title{
    background:#d3d94f;
    position:relative;
    z-index:1;
    flex:0 0 360px;
    font-weight:700;
    font-size:22px;
    line-height:1.5;
    max-width:360px;
    height:228px;
    padding:50px 15px 30px 0;
}
@media (max-width: 1499px) {
    .big-slider__item-title{
        padding:15px 15px 30px 0;
        height:170px;
    }
    .big-slider__item-title br{
        display:none;
    }
}
@media (max-width: 1329px) {
    .big-slider__item-title{
        font-size:18px;
        flex:0 0 295px;
        max-width:295px;
        height:160px;
    }
}
@media (max-width: 1199px) {
    .big-slider__item-title{
        height:150px;
    }
}
@media(max-width:991px){
    .big-slider__item-bottom{
        border:0;
    }
    .big-slider__item-bottom>.container{
        flex-direction:column;
        align-items:center;
    }
    .big-slider__item-title{
        flex:0 0 auto;
        max-width:inherit;
        width:100%;
        height:auto;
        padding:15px;
        text-align:center;
    }
    .big-slider__item-content{
        padding:30px 0 0 0;
        border:0;
    }
}
@media(max-width:767px){
    .big-slider__item-content{
        padding:15px 0 0 0;
    }
}
.big-slider__item-content-item{
    text-align:center;
}
.big-slider__item-content-item:not(:last-child){
    margin-right:105px;
}
@media (max-width: 1499px) {
    .big-slider__item-content-item:not(:last-child){
        margin-right:50px;
    }
}
@media (max-width: 1329px) {
    .big-slider__item-content-item:not(:last-child){
        margin-right:40px;
    }
}
@media (max-width: 575px) {
    .big-slider__item-content-item:not(:last-child){
        margin:0 0 15px;
    }
}
.big-slider__item-content-title{
    font-size:18px;
    font-weight:300;
}
.big-slider__item-content-text{
    font-size:48px;
    font-weight:500;
}
@media (max-width: 1499px) {
    .big-slider__item-content-text{
        font-size:40px;
    }
}
@media (max-width: 767px) {
    .big-slider__item-content-text{
        font-size:30px;
    }
}
.big-slider .slick-dots{
    width:auto;
    bottom:50px;
    left:50%;
    transform: translate(-720px,0);
    z-index:1;
}
@media(min-width:1330px) and (max-width:1499px){
    .big-slider .slick-dots{
    transform: translate(-635px,0);
    }
}
@media(max-width:1329px){
    .big-slider .slick-dots{
    transform: translate(-555px,0);
    }
}
@media(max-width:1199px){
    .big-slider .slick-dots{
    transform: translate(-465px,0);
    }
}
@media(max-width:991px){
    .big-slider .slick-dots{
    transform: translate(-50%,0);
    bottom:-40px;
    }
}
.big-slider .slick-dots li{
    width:auto;
    height:auto;
    margin:0;
}
.big-slider .slick-dots li button{
    display:flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    padding:0;
    border:0;
    border-radius:100%;
}
.big-slider .slick-dots li:hover button,
.big-slider .slick-dots li.slick-active button{
    background:rgba(129,129,129,0.3);
}
.big-slider .slick-dots li button:before{
    opacity:1;
    content:'';
    position:static;
    width:6px;
    height:6px;
    border-radius:100%;
    background:#da6729;
}
.project-item-tech{
    margin-bottom: 40px;
}
@media(max-width:575px){
    .project-item-tech{
        margin-bottom: 30px;
    }
}
.project-item-row{
    margin-bottom:35px;
}
@media(min-width:992px){
    .project-item-row{
        flex-wrap:nowrap;
    }
}
@media(max-width:991px){
    .project-item-row{
        flex-direction:column;
    }
}
@media(min-width:992px){
.project-item-img-col{
    flex:0 0 390px;
    max-width: 390px;
}
}
@media(max-width:991px){
    .project-item-img-col{
        text-align: center;
        margin-bottom:30px;
    }
}
.project-item-content-col{
flex-grow:1;
flex-shrink:1;
}
@media(min-width:992px){
    .project-item-content-col{
        margin-top:-10px;
        }
}
.project-item-subtitle{
    margin-top:0;
}

.project-item-tech__item:not(:last-child){
margin-bottom:10px;
}

.project-item-tech__item-title{
    font-weight: 700;
    margin-right:10px;
}
.open-content-form{
padding:35px 15px;
}
@media(min-width:1200px){
    .open-content-form{
        padding:35px 30px;
    }
    .row-content-form .smFormContent form{
        display:flex;
    }
    .row-content-form .leftColumn{
        display:flex;
    }
}
@media(min-width:1200px){
.modal-form .smFormContent{
    max-width:1150px;
}
}
.open-content-form .sm-form-title{
    font-size:36px;
    margin:0 0 15px;
    text-align: center;
}
.row-content-form .smFormContent .input textarea{
    height:50px;
    min-height: inherit;
}
@media(min-width:1200px){
.row-content-form .form-agreement{
margin-top:0;
}
.row-content-form .leftColumn .input:not(:last-child){
margin-right:10px;
}
.row-content-form .smFormContentIn{
    margin-right:10px;
}
}
.project-form .sm-form-title br{
    display:none;
}
@media(min-width:992px) and (max-width:1329px){
    .project-form .sm-form-title br{
        display:block;
    }
}
.collapse-list__item-content:not(.collapse-shown){
    display: none;
}
.career-vacancy-title span{
cursor: pointer;
line-height: 1.6;
border-bottom:2px dotted;
padding-bottom: 5px;
}
.career-vacancy-title span:hover,
.career-vacancy-title.link_collapse_shown span{
color:#de6729;
}
.services-item__title{
position: relative;
padding-left: 44px;
font-size: 18px;
}
.services-item__title a{
    color:#17181d;
}
.services-item__title:not(:last-child){
    margin-bottom: 20px;
}
.services-item__title:before{
    position: absolute;
    top:-5px;
    left:0;
    content:'';
    background: url(/f/i/check-ico.png) no-repeat 0 0;
    background-size: contain;
    width:34px;
    height:34px;
}
.project-form_margin-top{
margin-top:40px;
}
.content-done-projects-prev{
    margin-top:50px;
}
@media(max-width:991px){
    .content-done-projects-prev{
        margin-top:30px;
    }
}
.bracket-btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Bebas neue';
}
.bracket-btn:hover{
    text-decoration: none;
    color: #b23a20;
}
.bracket-btn:before,
.bracket-btn:after,
.bracket-btn__inner:before,
.bracket-btn__inner:after{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border:4px solid #b23a20;
    transition: 1s;
}

@media(max-width:767px){
    .bracket-btn:before,
    .bracket-btn:after,
    .bracket-btn__inner:before,
    .bracket-btn__inner:after{
        width: 15px;
        height: 15px;
    }
}

.bracket-btn:before{
    top: 0;
    left: 0;
    border-width: 4px 0 0 4px;
}
.bracket-btn:after{
    top: 0;
    right: 0;
    border-width: 4px 4px 0 0;
}
.bracket-btn__inner:before{
    bottom: 0;
    left: 0;
    border-width: 0 0 4px 4px;
}
.bracket-btn__inner:after{
    bottom: 0;
    right: 0;
    border-width: 0 4px 4px 0;
}

.bracket-btn:hover:before,
.bracket-btn:hover:after,
.bracket-btn:hover .bracket-btn__inner:before,
.bracket-btn:hover .bracket-btn__inner:after
{
    text-decoration: none;
    width: calc(50% - 5px);
    height: calc(50% - 5px);
}
.map-dot{
    position: absolute;
    cursor: pointer;
}
/*.map-dot:before*/.map-dot__glow{
    content:'';
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: -44px;
    left: -205px;
    width:310px;
    height:174px;
    background:url(../img/glow.webp) no-repeat 0 0;
    transition: opacity 0.3s ease;
}
.map-dot__content:hover .map-dot__descr,
.map-dot__descr:hover{
    z-index: 1;
    opacity: 1;
}
.map-dot__content:hover+.map-dot__glow{
    z-index: 0;
    opacity: 1;
}
.map-dot__point{
    position: absolute;
    top:-15px;
    left:-15px;
    width:40px;
    height: 40px;
    border-radius: 100%;
}
.map-dot__point:before{
    content:'';
    position: absolute;
    left:-5px;
    right:-5px;
    top:-5px;
    bottom:-5px;
    border-radius: 100%;
    z-index: 1;
}
.map-dot__descr{
    opacity: 0;
    z-index: -1;
    position: absolute;
    font-size: 14px;
    top:0;
    left:15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#202400+0,858b33+100 */
background: linear-gradient(to bottom,  rgba(32,36,0,1) 35%,rgb(81, 85, 22) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    color:#fff;
    border-radius: 5px;
    padding:7px 10px;
    transition: opacity 0.3s ease;
    white-space:nowrap;
    line-height: 1.2;
}
.map-dot__descr:after{
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    left:-15px;
    padding-left: 15px;
}
.map-dot__descr:before{
    content:'';
    position: absolute;
    top:-3px;
    bottom:-3px;
    left:-3px;
    right:-3px;
    border: 1px solid #f7fca3;
    border-radius: 5px;
}
.map-dot_1{
    top: 368px;
    left: 543px;
}
.map-dot_2{
    top: 459px;
    left: 447px;
}
.map-dot_3{
left: 357px;
  top: 550px;
}
.map-dot_4{
    left: 472px;
    top: 265px;
}
.map-dot_5{
    left: 485px;
    top: 426px;
}
.map-dot_6{
    left: 534px;
    top: 660px;
}
.map-dot_7{
    left: 527px;
    top: 706px;
}
.map-dot_8{
    left: 529px;
    top: 597px;
}
.map-dot_9{
    left: 568px;
    top: 687px;
}
.map-dot_10{
    left: 515px;
    top: 532px;
}
.map-dot_11{
    left: 528px;
    top: 691px;
}
.map-dot_12{
    left: 571px;
    top: 706px;
}
.map-dot_13{
    left: 578px;
    top: 639px;
}
.map-dot_14{
    left: 351px;
    top: 719px;
}
.map-dot_15{
    left: 630px;
    top: 574px;
}
.map-dot_16{
    left: 621px;
    top: 532px;
}
.map-dot_17{
    left: 636px;
    top: 428px;
}
.map-dot_18{
    left: 651px;
    top: 387px;
}
.map-dot_19{
    left: 687px;
    top: 495px;
}
.map-dot_20{
    left: 684px;
    top: 550px;
}
.map-dot_21{
    left: 728px;
    top: 514px;
}
.map-dot_22{
    left: 735px;
    top: 542px;
}
.map-dot_23{
    left: 759px;
    top: 302px;
}
.map-dot_24{
    left: 752px;
    top: 679px;
}
.map-dot_25{
    left: 790px;
    top: 441px;
}
.map-dot_26{
    left: 801px;
    top: 488px;
}
.map-dot_27{
    left: 788px;
    top: 508px;
}
.map-dot_28{
    left: 873px;
    top: 343px;
}
.map-dot_29{
    left: 898px;
    top: 394px;
}
.map-dot_30{
    left: 856px;
    top: 434px;
}
.map-dot_31{
    left: 1332px;
    top: 491px;
}
.map-dot_32{
    left: 932px;
    top: 545px;
}
.map-dot_33{
    left: 982px;
    top: 255px;
}
.map-dot_34{
    left: 960px;
    top: 521px;
}
.map-dot_35{
    left: 962px;
    top: 577px;
}
.map-dot_36{
    left: 1025px;
    top: 528px;
}
.map-dot_37{
    left: 1128px;
    top: 586px;
}
.map-dot_38{
    left: 1161px;
    top: 594px;
}
.map-dot_39{
    left: 1214px;
    top: 591px;
}
.map-dot_40{
    left: 1226px;
    top: 426px;
}
.map-dot_41{
    top: 470px;
    left: 1251px;
}
.map-dot_42{
    top: 420px;
    left: 1364px;
}
.map-dot_43{
    left: 1345px;
    top: 616px;
}
.map-dot_44{
    left: 1414px;
    top: 642px;
}
.map-dot_45{
    left: 1386px;
    top: 714px;
}
.map-dot_46{
    left: 1484px;
    top: 659px;
}
.map-dot_47{
    left: 1558px;
    top: 467px;
}
.map-dot_48{
    left: 1633px;
    top: 576px;
}
.map-dot_49{
    left: 1805px;
    top: 365px;
}
.map-dot_50{
    left: 1832px;
    top: 328px;
}
.map-dot_51{
    left: 846px;
    top: 547px;
}
.map-dot_52{
    left: 1456px;
    top: 265px;
}
.map-dot_53{
    left: 1739px;
    top: 248px;
}
.map-dot_49 .map-dot__descr,
.map-dot_50 .map-dot__descr,
.map-dot_53 .map-dot__descr{
left:auto;
right:5px;
}
.map-dot_35 .map-dot__point{
    width:83px;
}
.map-dot_48 .map-dot__point{
    top: -47px;
  left: -40px;
  width: 75px;
  height: 75px;
}
.map-dot_28 .map-dot__point{
    top: -24px;
    left: -38px;
    width: 85px;
}
.map-dot_25 .map-dot__point{
    top: -23px;
    left: -51px;
    width: 88px;
}
.map-dot_10 .map-dot__point{
    left: -47px;
    width: 60px;
}
.map-dot_2 .map-dot__point{
    top: -6px;
    left: -39px;
    width: 90px;
}
.map-dot_3 .map-dot__point{
    top: -20px;
  left: -35px;
  width: 75px;
}
.map-dot_5 .map-dot__point{
    top: -21px;
    left: -34px;
    width: 72px;
}
.map-dot_4 .map-dot__point{
    top: -22px;
    left: -18px;
    width: 53px;
}
.map-dot_1 .map-dot__point{
    top: -19px;
    left: -27px;
    width: 65px
}
.map-dot_43 .map-dot__point{
    top: -22px;
    left: -39px;
    width: 75px;
}
.map-dot_44 .map-dot__point{
    top: -20px;
    left: -20px;
    width: 56px;
}
.map-dot_45 .map-dot__point{
    top: -23px;
    left: -33px;
    width: 68px;
}
.map-dot_46 .map-dot__point{
    top: -26px;
    left: -31px;
    width: 88px;
}
.map-dot_13 .map-dot__point{
    top: -17px;
    left: -20px;
    width: 55px;
    height: 30px;
}
.map-dot_6 .map-dot__point{
    top: -17px;
    left: -50px;
    width: 83px;
    height: 30px;
}
.map-dot_9 .map-dot__point{
    top: -25px;
    left: -20px;
    width: 62px;
}
.map-dot_11 .map-dot__point{
    top: -17px;
    left: -35px;
    width: 55px;
    height: 30px;
}
.map-dot_12 .map-dot__point{
    top: -9px;
    left: -22px;
    width: 44px;
    height: 25px;
}
.map-dot_7 .map-dot__point{
    top: -6px;
    left: -28px;
    width: 42px;
    height: 22px;
}
.map-dot_50 .map-dot__point{
    top: -25px;
    left: -23px;
    width: 54px;
}
.map-dot_52 .map-dot__point{
    top: -21px;
    left: -24px;
    width: 65px;
    height: 34px;
}
.map-dot_31 .map-dot__point{
    top: -22px;
    left: -24px;
    width: 56px;
}
.map-dot_37 .map-dot__point{
    top: -20px;
    left: -20px;
    width: 45px;
    height: 34px;
}
.map-dot_38 .map-dot__point{
    top: -1px;
    left: -17px;
    width: 45px;
    height: 34px;
}
.map-dot_17 .map-dot__point{
    top: -22px;
    left: -20px;
    width: 58px;
    height: 40px;
}
.map-dot_26 .map-dot__point{
    top: -16px;
    left: -15px;
    width: 53px;
    height: 30px;
}
.map-dot_27 .map-dot__point{
    top: -14px;
    left: -15px;
    width: 47px;
    height: 27px;
}
.map-dot_36 .map-dot__point{
    top: -15px;
    left: -25px;
    width: 65px;
    height: 30px;
}
.map-dot_21 .map-dot__point{
    top: -14px;
    left: -26px;
    width: 69px;
    height: 30px;
}
.map-dot_22 .map-dot__point{
    left: -23px;
    width: 59px;
    height: 27px
}
.dotted-map-wrapper{
    display: flex;
    align-items: flex-end;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-51%);
    width:1920px;
    height:994px;
    z-index: 1;
}
@media(min-width:1921px){
    .dotted-map-wrapper{
        transform: translate(-50%,-50%) scale(1.35);
        margin-top: -100px;
    }
    .dottet-map__bg{
        transform: translate(-50%,-50%) scale(1.35);
        margin-top: -100px;
    }
}
@media(max-width:1799px){
    .dotted-map-wrapper{
        transform: translate(-50%,-53%) scale(0.95);
    }
    .dottet-map__bg{
        transform: translate(-50%,-53%) scale(0.95);
    }
}

@media(max-width:1729px){
    .dotted-map-wrapper{
        transform: translate(-50%,-50%) scale(0.9);
    }
    .dottet-map__bg{
        transform: translate(-50%,-50%) scale(0.9);
    }
}
@media(min-width:1630px) and (max-width:1699px){
    .dottet-map__bg{
        max-width: 120%;
    }
}
@media(max-width:1629px){
    .dotted-map-wrapper{
        transform: translate(-50%,-50%) scale(0.85);
    }
    .dottet-map__bg{
        transform: translate(-50%,-50%) scale(0.85);
        max-width: 1920px;
    }
}
@media(max-width:1549px){
    .dotted-map-wrapper{
        transform: translate(-50%,-50%) scale(0.81);
    }
    .dottet-map__bg{
        transform: translate(-50%,-50%) scale(0.81);
    }
}
@media(max-width:1479px){
    .dotted-map-wrapper{
        transform: translate(-50%,-50%) scale(0.77);
    }
    .dottet-map__bg{
        transform: translate(-50%,-50%) scale(0.77);
    }
}
@media(max-width:1399px){
    .dotted-map-wrapper{
        transform: translate(-50%,-50%) scale(0.73);
    }
    .dottet-map__bg{
        transform: translate(-50%,-50%) scale(0.73);
    }
}
@media(max-width:1339px){
    .dotted-map-wrapper{
        transform: translate(-50%,-50%) scale(0.7);
    }
    .dottet-map__bg{
        transform: translate(-50%,-50%) scale(0.7);
    }
}
@media(max-width:1279px){
    .dotted-map-wrapper{
        transform: translate(-50%,-50%) scale(0.68);
    }
    .dottet-map__bg{
        transform: translate(-50%,-50%) scale(0.68);
    }
}
@media(max-width:1239px){
    .dotted-map-wrapper{
        transform: translate(-50%,-51%) scale(0.66);
    }
    .dottet-map__bg{
        transform: translate(-50%,-51%) scale(0.66);
    }
}
@media(max-width:1199px){
    .dottet-map__bg{
        display: none;
    }
    .dotted-map-wrapper{
        transform: translate(-50%,-50%);
        width:100%;
        height:100%;
    }
    .dotted-map-wrapper:before{
        content:'';
        position: absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .big-slider-section__bg{
        max-width: 100%;
    }
    .map-dot{
        display: none;
    }
}
@media(max-width:767px){
    .big-slider-section__bg{
        max-width: 1200px;
    }
}
@media(min-width:1200px){
    .big-slider-section_home:before {
        content:'';
        position: absolute;
        background: radial-gradient(600px circle at var(--mouse-x) var(--mouse-y), rgba(249, 244, 7,0.4), transparent 50%);
        width:100%;
        height:100%;
        z-index: 1;
        mix-blend-mode:plus-lighter;
    }
}
@media(min-width:1340px) and (max-width:1699px){
    .big-slider-section_home:before {
        background: radial-gradient(400px circle at var(--mouse-x) var(--mouse-y), rgba(249, 244, 7,0.4), transparent 50%);
    }
}
@media(min-width:1200px) and (max-width:1339px){
    .big-slider-section_home:before {
        background: radial-gradient(300px circle at var(--mouse-x) var(--mouse-y), rgba(249, 244, 7,0.4), transparent 50%);
    }
}
.map-dot__city-title{
margin-bottom: 5px;
}
.map-dot__project-item{
display: flex;
align-items: center;
}
.map-dot__project-item:not(:last-child){
    margin-bottom: 5px;
}
.map-dot__project-pic{
    max-width: 20px;
    margin-right:7px;
}
.about-page .inner-page-content-section{
padding-bottom: 0;
}
@media(max-width:1699px){
    .about-page .page-meta_inner{
        margin-bottom: 30px;
    }
}

.about-page .site-header{
    margin-bottom: 0;
}
.about-page__intro-text-col{
    padding-top: 35px;
    padding-bottom: 30px;
}
@media(max-width:1699px){
    .about-page__intro-text-col{
        padding-top: 25px;
        padding-bottom: 20px;
    }
}
@media(max-width:991px){
    .about-page__intro-text-col{
        padding-top: 15px;
    }
}
.about-page__intro-text-col{
    color:#fff;
    background: linear-gradient(to bottom,  rgba(134,142,54,1) 0%,rgba(190,190,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.about-page__intro-pic-col{
    padding: 0;
    overflow:hidden;
}
@media(max-width:1199px){
    .about-page__intro-pic-col{
        height: 200px;
    }
}
@media(max-width:767px){
    .about-page__intro-pic-col{
        height: 160px;
    }
}
@media(max-width:575px){
    .about-page__intro-pic-col{
        height: 60px;
    }
}
.about-page__intro-pic-col img{
   position: absolute;
   min-height: 100%;
   left:0;
   top:50%;
   transform: translate(0,-50%);
   max-width: 960px;
}
@media(min-width:1921px){
    .about-page__intro-pic-col img{
        min-width:100%;
        max-width: inherit;
     }
}
.about-page__intro-text-col .breadcrumbs__link{
color:#fff;
}
.about-page__intro-text-col .breadcrumbs__sep{
filter: brightness(10);
}
.about-page__intro-text-col .page-meta__title{
    font-family: 'Bebas Neue';
    line-height: 0.95;
    margin-bottom: 30px;
}
@media(min-width:1500px){
    .about-page__intro-text-col .page-meta__title{
        font-size: 60px;
    }
}
@media(max-width:1699px){
    .about-page__intro-text-col .page-meta__title{
        margin-bottom: 10px;
    }
}
@media(max-width:767px){
    .about-page__intro-text-col .page-meta__title{
        margin-bottom:5px;
    }
}
.about-page__intro-text-col .page-meta__breadcrumbs{
margin-bottom: 15px;
}
.about-intro-text{
    line-height: 1.6;
}
.about-page__preims{
    margin-bottom: 100px;
}
@media(max-width:991px){
    .about-intro-text{
        text-align: center;
    }
}
@media(max-width:1699px){
    .about-page__preims{
        margin-bottom: 50px;
    }
}
@media(max-width:1499px){
    .about-page__preims{
        margin-bottom: 30px;
    }
}
.about-preim-item{
    display: flex;
    align-items: flex-start;
}
@media(max-width:1199px){
    .about-preim-item{
        flex-direction: column;
    }
}
.about-preim-item__numb-col{
    display: flex;
    flex:0 0 294px;
    max-width: 294px;
}
@media(max-width:1699px){
    .about-preim-item__numb-col{
        flex: 0 0 200px;
        max-width: 200px;
    }
}
@media(max-width:1499px){
    .about-preim-item__numb-col{
        flex: 0 0 160px;
        max-width: 160px;
    }
}
@media(max-width:1199px){
    .about-preim-item__numb-col{
        flex: 0 0 auto;
        max-width:inherit;
        width:100%;
    }
}
@media(max-width:991px){
    .about-preim-item__numb-col{
        justify-content: center;
    }
}
@media(min-width:1700px){
    .about-preim-item__numb-col{
        align-items: center;
    }
}
.about-preim-item__number{
    font-size: 130px;
    font-family: 'Bebas Neue';
    line-height: 0.95;
}
@media(max-width:1699px){
    .about-preim-item__number{
        font-size: 95px;
    }
}
@media(max-width:1499px){
    .about-preim-item__number{
        font-size: 75px;
    }
}
@media(max-width:991px){
    .about-preim-item__number{
        font-size: 55px;
    }
}
@media(max-width:767px){
    .about-preim-item__number{
        font-size: 45px;
    }
}
.about-preim-item__title{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}
.about-preim-item__text{
    line-height: 1.6;
}
@media(max-width:991px){
    .about-preim-item__title{
        text-align: center;
    }
    .about-preim-item__text{
    text-align: center;
    }
}
@media(max-width:767px){
    .about-preim-item__title{
        font-size: 20px;
    }
}
.about-preim-item__number-text{
    font-size: 72px;
    font-family: 'Bebas Neue';
    margin-left:20px;
}
@media(max-width:1699px){
    .about-preim-item__number-text{
        font-size: 45px;
        margin-left:10px;
        align-self: center;
    }
}
@media(max-width:1499px){
    .about-preim-item__number-text{
        font-size: 40px;
    }
}
@media(max-width:991px){
    .about-preim-item__number-text{
        font-size: 30px;
    }
}
@media(max-width:767px){
    .about-preim-item__number-text{
        font-size: 23px;
    }
}
.about-preims__row{
    margin-bottom: -80px;
}
.about-preims__col{
    margin-bottom:80px;
}
@media(max-width:1699px){
    .about-preims__row{
        margin-bottom: -50px;
    }
    .about-preims__col{
        margin-bottom:50px;
    }
}
@media(max-width:1199px){
    .about-preims__row{
        margin-bottom: -30px;
    }
    .about-preims__col{
        margin-bottom:30px;
    }
}
@media(min-width:1500px){
    .about-licens__title{
        font-size: 60px;
        }
}
.section-subtitle{
    font-size: 16px;
}
@media(min-width:1700px){
    .about-preim-item__text-col{
        padding-right: 120px;
    }
}
.about-page__licens{
margin-bottom: 85px;
}
@media(max-width:1699px){
    .about-page__licens{
        margin-bottom: 40px;
        }
}
.about-licens{
border-top:9px solid #b8b93a;
color:#fff;
background: url(../img/license-bg.webp) no-repeat 50% 0;
background-size: cover;
padding: 60px 0 88px;
}
@media(max-width:1699px){
    .about-licens{
        padding: 30px 0 40px;
        }
}
.about-licens__subtitle{
    max-width: 800px;
    margin:0 auto 50px;
    line-height: 1.5;
}
@media(max-width:1699px){
    .about-licens__subtitle{
        margin-bottom:30px;
    }
}
@media(max-width:767px){
    .about-licens__subtitle{
        margin-bottom:20px;
    }
}
.multi-items-row{
    margin-bottom:-30px;
    justify-content: center;
}
.multi-items-col{
    flex:0 0 185px;
    max-width: 185px;
    margin-bottom:30px;
}
@media(max-width:991px){
    .multi-items-col{
        flex:0 0 25%;
        max-width: 25%;
    }
}
@media(max-width:767px){
    .multi-items-col{
        flex:0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media(max-width:575px){
    .multi-items-col{
        flex:0 0 50%;
        max-width: 50%;
    }
}
.multi-items-thumb{
    display: flex;
    justify-content: center;
    transition: opacity 0.3s ease;
}
.multi-items-thumb:hover{
    opacity: 0.6;
}
.about-testims{
    background: linear-gradient(to bottom,  rgba(134,142,54,1) 0%,rgba(190,190,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color:#fff;
    padding: 65px 0 80px;
}
@media(max-width:1699px){
    .about-testims{
        padding: 30px 0 40px;
    }
}
@media(min-width:1500px){
    .about-testims__title{
        font-size: 60px;
        }
}
.about-testims__subtitle{
    max-width: 1280px;
    margin:0 auto 50px;
    line-height: 1.5;
}
@media(max-width:1699px){
    .about-testims__subtitle{
        margin-bottom: 30px;
    }
}
@media(max-width:767px){
    .about-testims__subtitle{
        margin-bottom: 20px;
    }
}
.page-meta_imaged{
    position: relative;
    height: 685px;
    margin-bottom: 32px;
    overflow: hidden;
}
.page-meta_inner-bg img{
    max-width: inherit;
    min-width: 100%;
}
@media(max-width:1699px){
    .page-meta_imaged{
        height: 480px;
    }
    .page-meta_inner-bg img{
max-width: 1800px;
    }
}
@media(max-width:1499px){
    .page-meta_imaged{
        height: 420px;
    }
    .page-meta_inner-bg img{
        max-width: 1600px;
            }
}
@media(max-width:1199px){
    .page-meta_imaged{
        height: 380px;
    }
    .page-meta_inner-bg img{
        max-width: 1300px;
            }
}
@media(max-width:991px){
    .page-meta_imaged{
        height: 310px;
    }
    .page-meta_inner-bg img{
        max-width: 1100px;
            }
}
@media(max-width:767px){
    .page-meta_imaged{
        height: 200px;
    }
    .page-meta_inner-bg img{
        max-width: 900px;
            }
}
@media(max-width:575px){
    .page-meta_imaged{
        height: auto;
    }
    .page-meta_inner-bg{
        display: none;
    }
}
.page-meta_inner-bg{
    position: absolute;
    top:0;
    left:50%;
    transform: translate(-50%,0);
    width:100%;
}

.page-meta_imaged .about-page__intro-row{
position: relative;
z-index: 1;
}
.departments-row{
    margin-bottom: -35px;
    padding-bottom:35px;
}
.departments-pic-col{
    margin-bottom: 35px;
}
@media(min-width:1200px){
    .departments-pic-col{
        padding-left: 0;
    }
}
@media(max-width:767px){
    .departments-pic-col{
        margin-bottom: 20px;
    }
}
.department-intro{
    position: relative;
}
.department-intro__pic img{
min-width:100%;
}
.department-intro__content{
    display: flex;
    color:#fff;
    align-items: center;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:15px 15px 15px 60px;
    background:rgba(161,165,52,0.86);
}
@media(max-width:1499px){
    .department-intro__content{
        padding:15px;
    }
}
@media(max-width:767px){
    .department-intro__content{
        position: static;
        flex-wrap: wrap;
    }
}
.departments-content-col{
    margin-bottom: 35px;
}
@media(min-width:1500px){
    .departments-content-col{
        padding-left: 30px;
    }
}
.department-descr__title{
    margin-bottom: 15px;
    font-size: 60px;
    font-family: 'Bebas Neue';
  line-height: 0.95;
    color:#17181d;
}
@media(max-width:1499px){
    .department-descr__title{
        font-size: 50px;
        margin-bottom:10px;
    }
}
@media(max-width:1199px){
    .department-descr__title{
        font-size: 40px;
    }
}
.department-descr__title a{
    color:#17181d;
}
.department-descr__content{
    line-height: 1.6;
    margin-bottom: 45px;
}
@media(max-width:1499px){
    .department-descr__content{
        margin-bottom: 20px;
    }
}
.department-intro__logo{
    width:83px;
    height:83px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin-right:25px;
}
.department-intro__logo img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    max-width: inherit;
}
@media(max-width:767px){
    .department-intro__logo{
        margin-right:15px;
    }
}
@media(max-width:575px){
    .department-intro__logo{
        width:50px;
        height:50px;
    }
    .department-intro__logo img{
        max-width: 110%;
    }
}
.department-intro__post{
    padding-right:15px;
    font-size: 36px;
    font-family: 'Bebas Neue';
    line-height: 0.95;
}
@media(min-width:768px){
    .department-intro__post{
        flex:0 0 235px;
        max-width: 235px;
    }
}
@media(max-width:575px){
    .department-intro__post{
        font-size: 27px;
    }
}
@media(max-width:767px){
    .department-intro__contacts{
margin-top:15px;
flex: 0 0 100%;
    }
}
.department-intro__contact-item:not(:last-child){
margin-bottom: 8px;
}
.department-intro__email{
    color:#fff;
    text-decoration: underline;
}
.department-intro__email:hover,
.department-intro__email:focus{
    color:#de6729;
}
.department-intro__phone{
    color:#fff;
}
.department-intro__phone:hover,
.department-intro__phone:focus{
    color:#de6729;
}
.department-descr__more{
    display: inline-flex;
    min-height: 76px;
  padding: 10px 40px;
  font-size: 30px;
  color: #b23a20;
}
@media(max-width:1499px){
    .department-descr__more{
        min-height: 40px;
      padding: 10px 20px;
      font-size: 24px;
    }
    .department-descr__more:before,
    .department-descr__more:after,
    .department-descr__more .bracket-btn__inner:before,
    .department-descr__more .bracket-btn__inner:after{
       width:15px;
       height:15px;
    }
}
@media(max-width:767px){
    .department-descr__more{
    min-height: 35px;
    padding: 7px 20px;
    font-size: 18px;
    }
}
.feedback-section{
    background: url(../img/license-bg.webp) no-repeat 50% 0;
    background-size: cover;
    color:#fff;
    padding: 57px 0;
}
@media(max-width:1199px){
    .feedback-section{
        padding: 30px 0;
    }
}
.feedback-section_row{
    align-items: center;
}
@media(max-width:991px){
    .feedback-section_content-col{
        margin-bottom: 30px;
    }
}

@media(min-width:992px){
    .feedback-contacts{
        padding-left: 100px;
    }
}
@media(min-width:1200px){
    .feedback-contacts{
        padding-left: 150px;
    }
}
@media(min-width:1340px){
    .feedback-contacts{
        padding-left: 200px;
    }
}
@media(min-width:1700px){
    .feedback-contacts{
        padding-left: 365px;
    }
}
.feedback-contacts__item{
    display: flex;
    align-items: flex-start;
}
.feedback-contacts__item:not(:last-child){
    margin-bottom: 40px;
}
@media(max-width:767px){
    .feedback-contacts__item:not(:last-child){
        margin-bottom: 30px;
    }
}
@media(max-width:575px){
    .feedback-contacts__item:not(:last-child){
        margin-bottom: 20px;
    }
}
.feedback-contacts__item-i{
    max-width: 37px;
    margin-right:22px;
    flex-shrink: 0;
}
@media(max-width:575px){
    .feedback-contacts__item-i{
        max-width: 25px;
        margin-right:10px;
    }
}
.feedback-contacts__item-title{
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 0.8;
}
@media(max-width:767px){
    .feedback-contacts__item-title{
        font-size: 25px;
    }
}
@media(max-width:575px){
    .feedback-contacts__item-title{
        font-size: 22px;
    }
}
.feedback-contacts__item-text{
    line-height: 1.7;
}
@media(max-width:991px){
    .feedback-contacts__item-text br{
        display: none;
    }
}
.feedback-contacts__phone{
    color:#fff;
}
.feedback-contacts__phone:hover,
.feedback-contacts__phone:focus{
    color:#de6729;
}
@media(min-width:1200px){
    .feedback-section_form-col{
        padding-left: 30px;
    }
}
.white-feedback-form{
    background: #fff;
    border-radius: 30px;
    padding:50px 115px;
    color:#17181d;
}
@media(min-width:1200px){
    .white-feedback-form{
        max-width:595px;
    }
}
@media(max-width:1499px){
    .white-feedback-form{
        padding:50px 75px;
    }
}
@media(max-width:1199px){
    .white-feedback-form{
        padding:30px;
    }
}
.white-feedback-form__title{
    font-size: 60px;
  font-family: 'Bebas Neue';
  line-height: 0.8;
  margin-bottom: 5px;
}
@media(max-width:1199px){
    .white-feedback-form__title{
        font-size: 50px;
    }
}
@media(max-width:767px){
    .white-feedback-form__title{
        font-size: 40px;
    }
}
@media(max-width:575px){
    .white-feedback-form__title{
        font-size: 35px;
    }
}
.white-feedback-form .smFormContent .input input,
.white-feedback-form .smFormContent .input textarea{
margin:0;
height: 60px;
border-radius: 5px;
background:#f3f3ef;
padding: 20px 30px;
border:0;
}
.white-feedback-form .smFormContent .input input::placeholder,
.white-feedback-form .smFormContent .input textarea::placeholder{
font-size: 16px;
color:#17181d;
opacity: 1;
}
.white-feedback-form .smFormContent .input.field{
margin-bottom: 10px;
}
.white-feedback-form .smFormContent .input textarea{
    height: 130px;
}

.white-feedback-form__agreement{
    font-size:12px;
    margin-top:15px;
    font-weight: 500;
    line-height: 1.5;
}
@media(max-width:1199px){
    .white-feedback-form__agreement{
        margin-top:7px;
    }
}
.white-feedback-form .smFormContent .validateForm > .buttonOut>.button{
    text-align: left;
}
.white-feedback-form .smFormContent .validateForm > .buttonOut>.button button{
    width:170px;
    height:60px;
    border-radius: 5px;
    min-width:inherit;
    font-weight: 400;
    background:#fc5e31;
}
.white-feedback-form .smFormContent .validateForm > .buttonOut>.button button:hover{
    background:#ff3900
}
.white-feedback-form .smFormContent .validateForm > .buttonOut>.button button:active{
    background:#c95536;
}
@media(min-width:1700px){
    .page-meta_imaged-short {
        height: 350px;
    }
}
@media (max-width: 1699px) {
    .page-meta_imaged-short {
      height: 328px;
    }
}
@media (max-width: 1499px) {
    .page-meta_imaged-short {
      height: 290px;
    }
}
@media (max-width: 1199px) {
    .page-meta_imaged-short {
      height: 236px;
    }
  }
  @media (max-width: 991px) {
    .page-meta_imaged-short {
      height: 200px;
    }
  }
  @media (max-width: 767px) {
    .page-meta_imaged-short {
      height:164px;
    }
  }
  @media (max-width: 575px) {
    .page-meta_imaged-short {
      height:auto;
    }
  }
@media(min-width:768px){
  .news-prev-item__year{
    font-size: 22px;
  }
}
.full-news-section{
    margin-bottom: -24px;
}
.full-news-section .news-section__prevs-col{
    margin-bottom: 24px;
}
@media(min-width:768px){
.full-news-section .news-section__prevs-col:first-child{
    flex:0 0 100%;
    max-width: 100%;
    margin-bottom: 33px;
}
.full-news-section .news-section__prevs-col:first-child .news-prev-item{
    flex-direction: row;
}
.full-news-section .news-section__prevs-col:first-child .news-prev-item__thumb{
    flex:0 0 50%;
    max-width: 50%;
    min-height: 605px;
}
.full-news-section .news-section__prevs-col:first-child .news-prev-item__thumb img{
    max-width: 1920px;
    min-width:100%;
    min-height: 100%;
}
.full-news-section .news-section__prevs-col:first-child .news-prev-item__meta{
    flex:0 0 50%;
    max-width: 50%;
    flex-direction: column;
    padding:145px 30px 30px 55px;
}
.full-news-section .news-section__prevs-col:first-child .news-prev-item__date{
    flex-direction: row;
    flex:0 0 auto;
    margin-bottom: 25px;
}
.full-news-section .news-section__prevs-col:first-child .news-prev-item__day{
    font-family: 'Grtskexa', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-right:7px;
}
.full-news-section .news-section__prevs-col:first-child .news-prev-item__month{
    font-family: 'Grtskexa', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-right:7px;
}
.full-news-section .news-section__prevs-col:first-child .news-prev-item__year{
    font-family: 'Grtskexa', sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.full-news-section .news-section__prevs-col:first-child .news-prev-item__content{
font-size: 20px;
}
}
@media(min-width:768px) and (max-width:1699px){
    .full-news-section .news-section__prevs-col:first-child .news-prev-item__meta{
        padding:125px 30px 30px 35px;
    }
    .full-news-section .news-section__prevs-col:first-child{
        margin-bottom:14px;
    }
    .full-news-section .news-section__prevs-col:first-child .news-prev-item__day{
        font-size: 18px;
    }
    .full-news-section .news-section__prevs-col:first-child .news-prev-item__month{
        font-size: 18px;
    }
    .full-news-section .news-section__prevs-col:first-child .news-prev-item__year{
        font-size: 18px;
    }
    .full-news-section .news-section__prevs-col:first-child .news-prev-item__content{
        font-size: 18px;
    }
}
@media(min-width:768px) and (max-width:1699px){
    .full-news-section .news-section__prevs-col:first-child .news-prev-item__thumb{
        min-height: 500px;
    }
}
@media(min-width:768px) and (max-width:1499px){
    .full-news-section .news-section__prevs-col:first-child .news-prev-item__meta{
        padding:100px 30px 30px 30px;
    }
    .full-news-section .news-section__prevs-col:first-child .news-prev-item__date{
        margin-bottom: 15px;
    }
    .full-news-section .news-section__prevs-col:first-child .news-prev-item__thumb{
        min-height: 450px;
    }
}
@media(min-width:768px) and (max-width:1339px){
    .full-news-section .news-section__prevs-col:first-child .news-prev-item__meta{
        padding:90px 30px 30px 30px;
    }
    .full-news-section .news-section__prevs-col:first-child .news-prev-item__thumb{
        min-height: 370px;
    }
}
@media(min-width:768px) and (max-width:1199px){
    .full-news-section .news-section__prevs-col:first-child .news-prev-item__meta{
        padding:70px 30px 30px 30px;
    }
    .full-news-section .news-section__prevs-col:first-child .news-prev-item__thumb{
        min-height: 310px;
    }
    .full-news-section .news-section__prevs-col:first-child .news-prev-item__day{
        font-size: 16px;
    }
    .full-news-section .news-section__prevs-col:first-child .news-prev-item__month{
        font-size: 16px;
    }
    .full-news-section .news-section__prevs-col:first-child .news-prev-item__year{
        font-size: 16px;
    }
    .full-news-section .news-section__prevs-col:first-child .news-prev-item__content{
        font-size: 16px;
    }
}
@media(min-width:768px) and (max-width:991px){
    .full-news-section .news-section__prevs-col:first-child .news-prev-item__meta{
        padding:50px 30px 30px 30px;
    }
    .full-news-section .news-section__prevs-col:first-child .news-prev-item__thumb{
        min-height: 270px;
    }
}
.news-page-news__pagination{
    margin:32px 0;
}
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination span,
.pagination a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    width:60px;
    height:60px;
    border-radius: 5px;
}
.pagination span:not(:last-child),
.pagination a:not(:last-child){
margin-right:12px;
}
@media(max-width:1399px){
    .pagination span,
    .pagination a{
        font-size: 16px;
        width:40px;
        height:40px;
    }
    .pagination span:not(:last-child),
.pagination a:not(:last-child){
margin-right:10px;
}
}
@media(max-width:767px){
    .pagination span,
    .pagination a{
        font-size: 16px;
        width:30px;
        height:30px;
    }
    .pagination span:not(:last-child),
.pagination a:not(:last-child){
margin-right:7px;
}
}
.pagination a:hover,
.pagination a:focus{
    background:#b3b633;
    color:#fff;
    text-decoration: none;
}
.pagination span.nav_active{
    color:#fff;
    background: linear-gradient(to bottom,  rgba(134,142,54,1) 0%,rgba(188,189,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.pagination a{
    color:#17181d;
    background:#f3f3ef;
}
.gallery-big{
    max-width: 950px;
    margin:0 auto 33px;
}
@media(max-width:1199px){
    .gallery-big{
        margin-bottom: 45px;
    }
}
.gallery-tabs{
    display: flex;
}
@media(min-width:768px){
    .gallery-tabs{
        justify-content:center;
    }
    .gallery-tabs__col:not(:last-child){
        margin-right:9px;
    }
}
.gallery-big__btns{
    margin-bottom: 14px;
}
.gallery-tabs__btn{
    display: flex;
    align-items: center;
    min-height: 60px;
    padding: 10px 25px;
    color:#fff;
    background: linear-gradient(to bottom,  rgba(134,142,54,1) 0%,rgba(188,189,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-size:20px;
    font-weight:700;
    border-radius: 5px;
}
.gallery-tabs__btn:focus{
    color:#fff;
    background: linear-gradient(to bottom,  rgba(134,142,54,1) 0%,rgba(188,189,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media(max-width:1199px){
    .gallery-tabs__btn{
        font-size:16px;
        min-height: 100%;
    }
}
@media(max-width:767px){
    .gallery-tabs__btn{
        font-size:15px;
        padding:10px 15px;
    }
}
@media(max-width:767px){
    .gallery-tabs{
        flex-wrap:wrap;
        margin-left:-5px;
        margin-right:-5px;
    }
    .gallery-tabs__col{
        flex:0 0 50%;
        max-width: 50%;
        padding:0 5px;
    }
    .gallery-tabs__col:not(:last-child):not(:nth-last-child(2)){
        margin-bottom:10px;
    }
    .gallery-tabs__btn{
        font-size:15px;
        padding:10px 15px;
    }
}
.gallery-tabs__btn:hover,
.gallery-tabs__btn.active{
    background:#fc5e31;
    color:#fff;
    text-decoration: none;
}
.gallery-row-section{
    background:#f3f3ef;
    padding-top:47px;
    padding-bottom: 47px;
}
@media(max-width:1339px){
    .gallery-row-section{
        padding-top:40px;
        padding-bottom: 40px;
    }
}
@media(max-width:1199px){
    .gallery-row-section{
        padding-top:35px;
        padding-bottom:35px;
    }
}
@media(max-width:991px){
    .gallery-row-section{
        padding-bottom:15px;
    }
}
@media(max-width:767px){
    .gallery-row-section{
        padding-top:30px;
        padding-bottom:15px;
    }
}
.gallery-big__pics:not(.slick-initialized) .gallery-big__pics-item:not(:first-child){
display: none;
}
/*.gallery-full-row:not(.slick-initialized) div{
    display: none;
}*/
.gallery-big__pics-item{
position: relative;
overflow: hidden;
height: 650px;
}
@media(max-width:1699px){
    .gallery-big__pics-item{
        height: 575px;
        }
}
@media(max-width:1499px){
    .gallery-big__pics-item{
        height: 525px;
        }
}
@media(max-width:1339px){
    .gallery-big__pics-item{
        height: 475px;
        }
}
@media(max-width:1199px){
    .gallery-big__pics-item{
        height: 425px;
        }
}
@media(max-width:991px){
    .gallery-big__pics-item{
        height: 350px;
        }
}
@media(max-width:767px){
    .gallery-big__pics-item{
        height: 300px;
        }
}
@media(max-width:575px){
    .gallery-big__pics-item{
        height: 250px;
        }
}
.gallery-big__pics-item-pic{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}
.gallery-big__pics .slick-arrow:before{
    display: none;
}
.gallery-big__pics .slick-arrow{
    width:40px;
    height:40px;
    padding:0;
    border:0;
    background: url(../img/i/orange-arrows.png) no-repeat 0 0;
    transition: all 0.3s ease;
}
.gallery-big__pics .slick-arrow:hover{
    opacity: 0.6;
}
.gallery-big__pics .slick-arrow:active{
    margin-top:5px;
}
.gallery-big__pics .slick-prev{
    left:-70px;
}
.gallery-big__pics .slick-next{
    background-position: -40px 0;
    right:-70px;
}
.gallery-full-content{
margin:0 95px;
}
@media(max-width:1699px){
    .gallery-full-content{
        margin:0 75px;
        }
}
@media(max-width:1499px){
    .gallery-full-content{
        margin:0 55px;
        }
}
@media(max-width:1199px){
    .gallery-full-content{
        margin:0 50px;
        }
}
@media(max-width:991px){
    .gallery-full-content{
        margin:0;
        }
}
.gallery-full-content .slick-arrow:before{
    display: none;
}
.gallery-full-content .slick-arrow{
    width:40px;
    height:40px;
    padding:0;
    border:0;
    background: url(../img/i/orange-arrows.png) no-repeat 0 0;
    transition: all 0.3s ease;
}
.gallery-full-content .slick-arrow:hover{
    opacity: 0.6;
}
.gallery-full-content .slick-arrow:active{
    margin-top:5px;
}
.gallery-full-content .slick-prev{
    left:-70px;
}
.gallery-full-content .slick-next{
    background-position: -40px 0;
    right:-70px;
}
@media(max-width:1699px){
    .gallery-full-content .slick-prev{
        left:-60px;
    }
    .gallery-full-content .slick-next{
        right:-60px;
    }
}
@media(max-width:1499px){
    .gallery-full-content .slick-prev{
        left:-50px;
    }
    .gallery-full-content .slick-next{
        right:-50px;
    }
}
.gallery-full-row .slick-slide>div:not(:last-child){
    margin-bottom: 45px;
}
@media(max-width:1699px){
    .gallery-full-row .slick-slide>div:not(:last-child){
        margin-bottom: 25px;
    }
}
@media(max-width:1499px){
    .gallery-full-row .slick-slide>div:not(:last-child){
        margin-bottom: 17px;
    }
}
@media(max-width:1339px){
    .gallery-full-row .slick-slide>div:not(:last-child){
        margin-bottom: 14px;
    }
}
@media(max-width:991px){
    .gallery-full-row .slick-slide>div:not(:last-child){
        margin-bottom: 9px;
    }
}
.gallery-full-row__item{
    cursor: pointer;
    position: relative;
    width:90%;
    padding-top:85%;
    overflow:hidden;
    margin:0 auto;
}
.gallery-full-row__item:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 1;
}
.gallery-full-row__item.active:before{
    border:6px solid #fc5e31;
}
.gallery-full-row__img{
    position: absolute;
    top:0;
    left:50%;
    transform:translate(-50%,0);
    max-width: 150%;
    min-width: 100%;
    min-height:100%;
    transition: opacity 0.3s ease;
}
.gallery-full-row__item:not(:last-child){
    margin-right:50px;
}

.gallery-full-row__item.active .gallery-full-row__img{
    opacity: 0.8;
}
.gallery-full-row__item:hover .gallery-full-row__img{
    opacity: 0.8;
}
.standart-dotted .slick-dots li {
    width: auto;
    height: auto;
  }
  .standart-dotted .slick-dots li:first-child:last-child{
    display: none;
  }
  @media(max-width:767px){
    .standart-dotted .slick-dots li {
margin:0 3px;
      }
  }
.standart-dotted  .slick-dots li button {
    padding: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #888888;
}
  
.standart-dotted .slick-dots li button:before {
    display: none;
}
  
.standart-dotted .slick-dots li.slick-active button {
    background: #383838;
}
@media(max-width:767px){
    .gallery-page .page-meta_gallery{
        margin-bottom: 15px;
    }
}

/*  Contacts page  */

.contacts-container-wrapper {
    width: 100%;
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.contacts-container {
    width: 100%;
    position: relative;
    flex-grow: 1;
    display: flex;
}
.contacts-green-container {
    background: linear-gradient(to bottom, rgba(134,142,54,0.8) 0%,rgba(190,190,50,0.8) 100%);
    width: 50%;
    position: relative;
    display: flex;
    padding: 34px 15px 110px;
    z-index: 1;
    flex-direction: column;
}
.contacts-map {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
}
.contacts-contacts,
.contacts-requisites {
    width: 50%;
    position: relative;
}
.contacts__h2 {
    margin: 0;
}
.contacts__h1,
.contacts__h2 {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 500;
}
.contacts-contacts__item-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: left;
}
.contacts-contacts__item-subtitle {
    font-size: 18px;
    font-weight: 600;
}
.contacts-contscts__text {
    width: 100%;
    position: relative;
    margin-bottom: 58px;
    padding-right: 14px;
}
.contacts-e-mail {
    text-decoration: underline;
    color: #000000;
}
.contacts-e-mail:hover {
    text-decoration: none;
}
.contacts-requisites__text {
    width: 100%;
    position: relative;
    margin-bottom: 32px;
}
.contacts-requisites__text p {
    margin-bottom: 30px;
}
.contacts-requisites__text a {
    color: #000000;

}
.contacts-requisites__docs {
    display: flex;
    width: 100%;
    position: relative;
}
.contacts-requisites__docs-txt,
.contacts-requisites__docs-pdf {
    position: relative;
    width: 50%;
    display: flex;
}
.contacts-requisites__docs-txt img,
.contacts-requisites__docs-pdf img {
    width: 54px;
    height: 51px;
}
.contact-txt-link {
    text-decoration: underline;
    padding-left: 12px;
    color: #000000;
}
.contact-txt-link:hover {
    text-decoration: none;
}
.contacts-under-bread {
    width: 100%;
    display: flex;
}
.contacts-green-container__breadcrumbs a {
    color: #ffffff;
}
.contacts-green-container__breadcrumbs span {
    filter: brightness(0) invert(1);
}

@media (max-width: 1520px) {
    .contacts-requisites__docs {
        flex-direction: column;
        gap: 2rem;
    }
    .contacts__h1, .contacts__h2 {
        font-size: 40px;
    }
    .contacts-requisites__text p {
        margin-bottom: 26px;
    }
    .contacts-requisites__docs-txt,
    .contacts-requisites__docs-pdf {
        width: 100%;
      }
    .contacts-wrap__item-i {
        max-width: 48px;
        height: 48px;
    }
    .contacts-requisites__text,
    .contact-txt-link,
    .contacts-contacts__item-subtitle {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .contacts__h1, .contacts__h2 {
      font-size: 28px;
      margin-bottom: 20px;
    }
  }

@media (max-width: 991px) {
    .contacts-container {
        flex-direction: column;
        display: flex;
        max-width: 720px;
        margin: 0 auto;
    }
    .contacts-green-container {
        width: 100%;
    }
    .contacts-map {
        position: relative;
        display: flex;
        width: 100%;
        padding: 30px 0;
    }
    .contacts__h1, .contacts__h2 {
        font-size: 28px;
        margin-bottom: 20px;
        text-align: left;
    }
    .contacts-contacts__item--new-align {
        text-align: left;
        justify-content: left;
    }
    .contacts-wrap__feedback {
        margin: unset;
    }
}

@media (max-width: 767px) {
    .contacts-container {
        max-width: 540px;
    }
}

@media (max-width: 450px) {
    .contacts-container {
        max-width: 100%;
        width: 100%;
    }
    .contacts-under-bread {
        flex-direction: column;
    }
    .contacts-contacts,
    .contacts-requisites {
        width: 100%;
    }
    .contacts-contacts {
        margin-bottom: 3rem;
    }
    .contacts-green-container {
        padding: 34px 15px 52px;
    }
    .contacts-wrap__item-i {
        display: flex;
    }
    .contacts__h1,
    .contacts__h2 {
        margin-bottom: 30px;
    }
}

/*  Contacts page end */

/*  Otzivi page */

.rewievs-page .site-header_inner {
    margin-bottom: unset;
}
.rewievs-page__intro-text-col {
    color: #fff;
    background: linear-gradient(to bottom, rgba(134,142,54,1) 0%,rgba(190,190,50,1) 100%);
    padding-top: 35px;
    padding-bottom: 30px;
}
.rewievs-page__title {
    font-size: 60px;
    font-family: 'Bebas Neue';
    line-height: 0.95;
    margin-bottom: 30px;
}
.rewievs-page__text {
    line-height: 1.6;
    text-align: justify;
}
.rewievs-page__intro-pic-col {
    padding: 0px;
}
.rewievs-page__intro-pic-col img {
    max-width: 960px;
}
.rewievs-page__intro-text-col .breadcrumbs__link {
    color: #ffffff;
}
.rewievs-page__intro-text-col span {
    filter: brightness(10);
}
.rewievs-page .inner-page-content-section {
    padding-bottom: 0px;
}
.rewievs-page__items .multi-items-row {
    margin-bottom: 30px;
}
@media (max-width: 1699px) {
    .rewievs-page__intro-text-col {
      padding-top: 25px;
      padding-bottom: 20px;
    }
    .rewievs-page__title {
        margin-bottom: 10px;
    }
}

@media (max-width: 1499px) {
    .rewievs-page__title {
      font-size: 45px;
    }
}

@media (max-width: 1199px) {
    .rewievs-page__title {
      font-size: 35px;
    }
}

@media (max-width: 991px) {
    .rewievs-page__intro-text-col {
      padding-top: 15px;
    }
    .rewievs-page__title {
      font-size: 28px;
    }
    .rewievs-page__intro-pic-col img {
      max-width: 100%;
    }
}

@media (max-width: 767px) {
    .rewievs-page__title {
        margin-bottom: 5px;
    }
}

/*  Otzivi page end */
@media(min-width:1600px){
    .container_thin{
        padding:0 100px;
    }
}

.col-title{
    font-size: 60px;
    font-weight: 700;
    font-family: 'Bebas Neue';
  line-height: 0.95;
}

@media(max-width:1599px){
    .col-title{
        font-size: 50px;
    }
}

@media(max-width:1199px){
    .col-title{
        font-size: 40px;
    }
}

@media(max-width:991px){
    .col-title{
        font-size: 28px;
    }
}
@media(min-width:992px){
    .scrolled-checked-list{
        position: relative;
        flex-grow: 1;
        }
}
@media(max-width:991px){
    .scrolled-checked-list{
        padding-bottom: 25px;
        }
}
.career-page__vacancy-list-title{
    margin-bottom: 40px;
}

@media(max-width:991px){
    .career-page__vacancy-list-title{
        margin-bottom: 30px;
    }
}

@media(max-width:767px){
    .career-page__vacancy-list-title{
        margin-bottom: 25px;
    }
}

.bracket-btns-horizontal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .bracket-btns-horizontal {
        justify-content: center;
    }
}

.bracket-inline-btn {
    display: flex;
    align-items: center;
    min-height: 76px;
    padding: 10px 40px;
    font-size: 30px;
    color:#b23a20;
}

@media(max-width:1499px){
    .bracket-inline-btn {
        min-height: 50px;
        padding: 10px 20px;
        font-size: 25px;
    }
    .bracket-inline-btn.bracket-btn:before,
    .bracket-inline-btn.bracket-btn:after,
    .bracket-inline-btn .bracket-btn__inner:before,
    .bracket-inline-btn .bracket-btn__inner:after {
        width:15px;
        height:15px;
    }
}
@media(max-width:575px){
    .bracket-inline-btn {
        min-height: 35px;
        padding: 10px 13px;
        font-size: 18px;
    }
}
@media (min-width: 1500px) {
    .bracket-inline-btn {
        margin-top: 11px;
    }
}

.bracket-inline-btn:not(:last-child) {
    margin-right: 30px;
}

.bracket-inline-btn a:hover,
.bracket-inline-btn a:focus {
    color: #de6729;
}

.bracket-inline-btn img {
    flex-shrink: 0;
    margin-right: 15px;
}

@media (max-width: 575px) {
    .bracket-inline-btn img {
        display: none;
    }
}

.career-page__vacancy-row{
margin-bottom: 64px;
}

@media(max-width:1199px){
    .career-page__vacancy-present-col{
        margin-bottom: 40px;
    }
}

@media(max-width:575px){
    .career-page__vacancy-present-col{
        margin-bottom:30px;
    }
}

@media(min-width:1200px) and (max-width:1599px){
    .career-page__vacancy-present-col{
        flex:0 0 55%;
        max-width: 55%;
    }
}

.vacancy-present{
    max-width: 780px;
}

@media(max-width:1799px){
    .vacancy-present{
        max-width: 680px;
        margin:0 auto;
    }
}
@media(max-width:1599px){
    .vacancy-present{
        max-width: 670px;
    }
}
@media(max-width:1499px){
    .vacancy-present{
        max-width: 520px;
    }
}

@media(max-width:1199px){
    .vacancy-present{
        max-width: 680px;
    }
}

@media(max-width:767px){
    .vacancy-present{
        max-width: 510px;
    }
}

.vacancy-present .slick-prev{
left:-80px;
}
.vacancy-present .slick-next{
left:auto;
right:-80px;
}
@media(max-width:1849px){
    .vacancy-present .slick-prev{
        left:-60px;
        }
        .vacancy-present .slick-next{
        left:auto;
        right:-60px;
        }
}
@media(max-width:1499px){
    .vacancy-present .slick-prev{
        left:-55px;
        }
        .vacancy-present .slick-next{
        left:auto;
        right:-55px;
        }
}
.vacancy-present__item{
    position: relative;
    overflow:hidden;
    height:530px;
}

@media(max-width:1599px){
    .vacancy-present__item{
        height:450px;
    }
}

@media(max-width:1499px){
    .vacancy-present__item{
        height:400px;
    }
}

@media(max-width:1199px){
    .vacancy-present__item{
        height:500px;
    }
}

@media(max-width:991px){
    .vacancy-present__item{
        height:425px;
    }
}

@media(max-width:575px){
    .vacancy-present__item{
        height:240px;
    }
}

.vacancy-present__item-pic{
    position: absolute;
    top:0;
    left:50%;
    transform: translate(-50%,0);
    max-width: 150%;
}

@media(max-width:575px){
    .arrowed-car .slick-dots {
        top: 100%;
    margin-top: 10px;
    line-height: 0.8;
    }
}

.arrowed-car .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #e07137;
    border-radius: 100%;
    transition: all 0.3s ease;
}

.arrowed-car .slick-arrow:before {
    display: none;
}

.arrowed-car .slick-arrow:hover,
.arrowed-car .slick-arrow:focus {
    opacity: 0.6;
}

.arrowed-car .slick-arrow:active {
    margin-top: 5px;
}

.arrowed-car .slick-prev {
    background: url(../img/i/orange-arrow-left.png) no-repeat 50%;
}

.arrowed-car .slick-next {
    background: url(../img/i/orange-arrow-right.png) no-repeat 50%;
}

.arrowed-car .slick-dots li {
    width: auto;
    height: auto;
}

.arrowed-car .slick-dots li.slick-active button {
    background: #17181d;
}

.arrowed-car .slick-dots button {
    width: 5px;
    height: 5px;
    padding: 0;
    border-radius: 100%;
    background: #9f9f9f;
}

.arrowed-car .slick-dots button:before {
    display: none;
}

.vacancy-present-thumbs{
    margin-top:38px;
    max-width: 780px;
}

@media(max-width:1799px){
    .vacancy-present-thumbs{
        margin-top:25px;
        max-width: 680px;
        margin-left:auto;
        margin-right:auto;
    }
}

@media(max-width:1599px){
    .vacancy-present-thumbs{
        max-width: 670px;
        margin:0 auto;
        margin-top:15px;
    }
}

@media(max-width:1499px){
    .vacancy-present-thumbs{
        max-width: 520px;
        margin:0 auto;
        margin-top:15px;
    }
}

@media(max-width:1199px){
    .vacancy-present-thumbs{
        max-width: 680px;
    }
}

@media(max-width:767px){
    .vacancy-present-thumbs{
        max-width: 510px;
    }
}

.vacancy-present-thumbs .slick-list{
    margin:0 -22px;
}

.vacancy-present-thumbs__item{
    padding: 0 22px;
}

@media(max-width:767px){
    .vacancy-present-thumbs .slick-list{
        margin:0 -10px;
    }
    
    .vacancy-present-thumbs__item{
        padding: 0 10px;
    }
}

@media(max-width:575px){
    .vacancy-present-thumbs .slick-list{
        margin:0 -5px;
    }
    
    .vacancy-present-thumbs__item{
        padding: 0 5px;
    }
}

.vacancy-present-thumbs__item-wrap{
    position: relative;
    width:163px;
    height:163px;
    overflow: hidden;
    transition: opacity 0.3s ease;
    cursor:pointer;
}
@media(max-width:1799px){
    .vacancy-present-thumbs__item-wrap{
        width:137px;
        height:137px;
    }
}

@media(max-width:1599px){
    .vacancy-present-thumbs__item-wrap{
        width:133px;
        height:133px;
    }
}

@media(max-width:1499px){
    .vacancy-present-thumbs__item-wrap{
        width:97px;
        height:97px;
    }
}

@media(max-width:1199px){
    .vacancy-present-thumbs__item-wrap{
        width:137px;
        height:137px;
    }
}

@media(max-width:767px){
    .vacancy-present-thumbs__item-wrap{
        width:111px;
        height:111px;
    }
}

@media(max-width:575px){
    .vacancy-present-thumbs__item-wrap{
        width:65px;
        height:65px;
        margin:0 auto;
    }
}

.vacancy-present-thumbs__item-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: 6px solid transparent;
    transition: background-color 0.3s ease;
}

@media(max-width:575px){
    .vacancy-present-thumbs__item-wrap:before {
        border-width:4px;
    }
}

.vacancy-present-thumbs__item.slick-current .vacancy-present-thumbs__item-wrap:before {
    border-color:#fc5e31;
}

.vacancy-present-thumbs__item-wrap:hover{
    opacity: 0.7;
}

@media(min-width:1500px){
    .career-page__vacancy-list-col{
        padding-left:60px;
    }
}

@media(min-width:1600px) and (max-width:1799px){
    .career-page__vacancy-list-col{
        padding-left:90px;
    }
}
@media(min-width:1200px) and (max-width:1599px){
    .career-page__vacancy-list-col{
        max-width: 45%;
    }
}
.flex-column-col{
    display: flex;
    flex-direction: column;
}
@media(min-width:992px){
    .big-checked-list:not(.big-checked-list_static){
        position: absolute;
        height: 100%;
        overflow: auto;
    }
}
.big-checked-list__item{
    position: relative;
    font-size: 20px;
    padding-left:80px;
}

@media(max-width:1699px){
    .big-checked-list__item{
        font-size: 18px;
        padding-left:50px;
    }
}

.big-checked-list__item:before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:43px;
    height:30px;
    background:url(../img/i/red-check.webp) no-repeat 0 0;
}

@media(max-width:1699px){
    .big-checked-list__item:before{
        width:30px;
        height:25px;
        background-size:contain;
    }
}

@media(max-width:991px){
    .big-checked-list__item{
        padding-left:35px;
    }
    .big-checked-list__item:before{
        top:5px;
        width:21px;
        height:16px;
        background-size:contain;
    }
}

.big-checked-list__item:not(:last-child){
margin-bottom: 30px;
}

.career-page__send-resume-btn{
    margin-top:55px;
}
@media(max-width:991px){
    .career-page__send-resume-btn{
        margin-top:35px;
    }
}

.big-checked-list__item-link{
    color:#17181d;
}
@media(min-width:1600px){
    .career-page__stidents-col{
        padding-left:100px;
    }
}
.career-page__stidents-col{
background:#f3f3ef;
padding-top:60px;
padding-bottom: 68px;
}

@media(max-width:1599px){
    .career-page__stidents-col{
        padding-top:40px;
        padding-bottom:40px;
        }
}

.career-page__stidents-col-title{
    margin-bottom: 50px;
}

@media(max-width:1599px){
    .career-page__stidents-col-title{
        margin-bottom: 30px;
    }
}

@media(max-width:1199px){
    .career-page__stidents-col-title{
        margin-bottom:25px;
    }
}

.for-students-col__subtitle{
    font-size: 36px;
    font-family: 'Bebas Neue';
    line-height: 0.95;
    font-weight: 700;
    margin:45px 0 25px;
}

@media(max-width:1199px){
    .for-students-col__subtitle{
        font-size: 30px;
        margin:30px 0 20px;
    }
}

@media(max-width:991px){
    .for-students-col__subtitle{
        font-size: 22px;
        margin:25px 0 15px;
    }
}

.lined-list{
list-style: none;
padding-left: 25px;
margin-bottom: 25px;
}

.lined-list li{
    position: relative;
}

.lined-list li:before{
    content:'';
    position: absolute;
    top:10px;
    left:-18px;
    width:10px;
    height:3px;
    background:#b5b633;
}

.lined-list li:not(:last-child){
    margin-bottom: 15px;
}

.for-students__send-resume-btn{
    margin-top:15px;
}
@media(min-width:1200px){
    .career-page__reasons-col{
        padding-left: 45px;
}
}
@media(min-width:1600px){
    .career-page__reasons-col{
        padding-right:90px;
}
}
.career-page__reasons-col{
    color:#fff;
    background: linear-gradient(to bottom,  rgba(134,142,54,1) 0%,rgba(190,190,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding-top:60px;
    padding-bottom:60px;
}

.career-page__reasons-col-title{
    margin-bottom: 65px;
}

@media(max-width:1599px){
    .career-page__reasons-col{
        padding-top:40px;
        padding-bottom: 40px;
    }
    .career-page__reasons-col-title{
        margin-bottom: 35px;
    }
}

@media(max-width:1199px){
    .career-page__reasons-col-title{
        margin-bottom:25px;
    }
}

.career-reasons-item{
    display: flex;
    align-items: center;
}

@media(min-width:1200px) and (max-width:1449px){
    .career-reasons-item{
        flex:0 0 100%;
        max-width: 100%;
    }
}

.career-reasons-item:not(:last-child){
    margin-bottom: 30px;
}

@media(max-width:1449px){
    .career-reasons-item:not(:last-child){
        margin-bottom: 15px;
    }
}

.career-reasons-item__pic{
    flex-shrink: 0;
    margin-right:28px;
}
@media(max-width:1699px){
    .career-reasons-item__pic{
        max-width: 75px;
        margin-right:15px;
    }
}
@media(max-width:991px){
    .career-reasons-item__pic{
        max-width: 45px;
    }
}

.imaged-hat-page .site-header{
    margin-bottom: 0;
}

.nomargin-footer .inner-page-content-section{
    padding-bottom: 0;
}

.double-col-header-page .about-page__intro-row{
min-height: 385px;
}

.double-col-header-page .page-meta_inner{
margin-bottom: 15px;
}

.double-col-header-page__content{
margin-bottom:15px;
}

.service-page-projects-row{
    margin-bottom: -33px;
}

@media(max-width:991px){
    .service-page-projects-col{
        margin-bottom: 30px;
    }
}

@media(min-width:1200px){
    .service-page-projects-col{
        padding-right:0;
    }
}

@media(min-width:1500px){
    .service-page-content-col{
        padding-top:40px;
        padding-left:45px;
    }
}

@media(min-width:1200px) and (max-width:1499px){
    .service-page-content-col{
        padding-left:30px;
    }
}

@media(min-width:992px) and (max-width:1199px){
    .service-page-projects-col{
        padding-left:0;
    }
}

.otdel-equip-section{
    padding: 60px 0;
}

/*.otdel-equip__pic-col{
display: flex;
justify-content: center;
align-items: center;
}*/

@media(max-width:1699px){
    .otdel-equip-section{
        padding: 40px 0;
    }
}

@media(max-width:1339px){
    .otdel-equip-section{
        padding: 30px 0;
    }
}

@media(max-width:1199px){
    .otdel-equip__pic-col{
        margin-bottom: 30px;
    }
}

.otdel-equip__text-col-title{
    margin-bottom: 30px;
}

@media(max-width:1499px){
    .otdel-equip__text-col-title{
        margin-bottom: 20px;
    }
}

@media(max-width:1199px){
    .otdel-equip__text-col-title{
        margin-bottom:15px;
    }
}

.otdel-equip__text-col-text{
    margin-bottom: 30px;
}

.otdel-equip__text-col-text p{
    line-height: 1.5;
}

.otdel-equip-car{
    max-width: 852px;
}

@media(min-width:1700px){
    .otdel-equip-car{
        padding:0 55px;
    }
}

@media(max-width:1199px){
    .otdel-equip-car{
        margin:0 auto;
    }
}
.otdel-equip-car:not(.slick-initialized) .otdel-equip-car__item:not(:first-child){
    display: none;
}
.otdel-equip-car .equip-item-active .otdel-equip-car__item-wrap{
    border:0;
}

.otdel-equip-car .equip-item-active .otdel-equip-car__item-wrap:before{
    border-color: #fc5e31;
}

.otdel-equip-car .slick-prev{
    left:0;
    z-index: 1;
}

.otdel-equip-car .slick-next{
    right:0;
}

.otdel-equip-car .slick-list{
    margin:0 -15px;
}

.otdel-equip-car__item.slick-slide{
    padding: 0 15px;
    display: flex;
    justify-content: center;
}

@media(max-width:991px){
    .otdel-equip-car .slick-list{
        margin:0 -10px;
    }
    
    .otdel-equip-car__item.slick-slide{
        padding: 0 10px;
    }
}

@media(max-width:767px){
    .otdel-equip-car .slick-list{
        margin:0 -7px;
    }
    
    .otdel-equip-car__item.slick-slide{
        padding: 0 7px;
    }
}

.otdel-equip-car__item-wrap{
    display: block;
    position: relative;
    width:163px;
    height:163px;
    overflow: hidden;
    border:1px solid #cacaca;
    transition: opacity 0.3s ease;
    cursor: pointer;
}
.otdel-equip-car__item-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: 6px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
    transition: background-color 0.3s ease;
}
@media(max-width:1799px){
    .otdel-equip-car__item-wrap{
        width:140px;
        height:140px;
    }
}
@media(max-width:1499px){
    .otdel-equip-car__item-wrap{
        width:110px;
        height:110px;
    }
}
@media(max-width:1199px){
    .otdel-equip-car__item-wrap{
        width:163px;
        height:163px;
    }
}
@media(max-width:991px){
    .otdel-equip-car__item-wrap{
        width:140px;
        height:140px;
    }
}
@media(max-width:767px){
    .otdel-equip-car__item-wrap{
        width:110px;
        height:110px;
    }
}
@media(max-width:575px){
    .otdel-equip-car__item-wrap{
        width:75px;
        height:75px;
    }
}
.otdel-equip-car__item-wrap:hover{
    opacity: 0.6;
}
.otdel-equip-descr:not(.slick-initialized) .otdel-equip-descr__item:not(:first-child){
    display: none;
}
.otdel-equip-big-wrapper{
    max-width: 600px;
    margin:0 auto;
}
@media(max-width:767px){
    .otdel-equip-big-wrapper{
        max-width: 100%;
    }
}
.otdel-equip-big:not(.slick-initialized) .otdel-equip-big__item:not(:first-child){
display: none;
}
.otdel-equip-big{
    max-width:600px;
}
.otdel-equip-big__item-wrap{
    display: flex;
    justify-content: center;
    height:450px;
}
@media(max-width:991px){
    .otdel-equip-big__item-wrap{
        height:350px;
    }
}
@media(max-width:767px){
    .otdel-equip-big__item-wrap{
        height:300px;
    }
}
.otdel-equip-big__item-pic{
    max-height: 100%;
}
.no-padding-footer .inner-page-content-section{
padding-bottom: 0;
}
.no-margin-header .site-header{
    margin-bottom: 0;
}
.no-margin-header .page-meta_inner{
    margin-bottom: 0;
}
.filters-map-container{
    padding: 0;
}
.filters-map-container #ymap{
margin-top:0;
box-shadow:none;
height:1015px;
}
@media(max-width:1339px){
    .filters-map-container #ymap{
        height:700px;
}
}
@media(max-width:1199px){
    .filters-map-container #ymap{
        height:600px;
}
}
@media(max-width:991px){
    .filters-map-container #ymap{
        height:500px;
}
}

.geography-page__filters-col{
color:#000;
display: flex;
justify-content: flex-end;
}
.map-filters-wrap .map-filters-item{
flex:0 0 295px;
max-width:295px;
padding:0;
}
.map-filters-wrap .map-filters-item:not(:last-child){
    margin-right:20px;
}
.map-filters-item__title{
    color:#fff;
    font-weight: 700;
    background:#b22620;
    padding: 20px 30px;
}
.map-filters-item .multi-select-button{
    padding: 20px 30px;
    border:0;
}
.map-filters-item .multi-select-button:after{
    content:'';
    top:50%;
    transform: translate(0,-50%);
}
.map-filters-item .multi-select-menu{
top:100%;
margin:0;
}
.clear-map-filters .clear-map-filters-button{
    background: transparent;
    padding:0 0 2px;
    color:#fff;
    border-bottom: 2px dotted;
    border-radius: 0;
    font-weight:500;
}
.clear-map-filters .clear-map-filters-button:hover{
    border-bottom-color:transparent;
}
.map-filters .map-filters-wrap{
width:auto;
justify-content: flex-end;
}
.filters-map-container .ymaps-2-1-79-cluster-night-content {
    color:#000 !important;
    font-size:16px;
}
@media(max-width:1339px){
    .map-filters-wrap .map-filters-item {
        flex: 0 0 270px;
        max-width: 270px;
      }
}
@media(max-width:1199px){
    .geography-page__filters-col{
        justify-content: center;
    }
    .map-filters .map-filters-wrap{
        margin:0 -10px;
    }
    .map-filters .map-filters-wrap .map-filters-item {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        padding:0 10px;
        margin:0;
      }
    .map-filters-item__title{
        padding:20px;
    }
    .map-filters-item .multi-select-button {
        padding:20px;
    }
    .clear-map-filters{
        margin-top:15px;
    }
}
.map-filters-big-wrapper{
width:100%;
}
@media(max-width:991px){
    .map-filters-big-wrapper{
        flex:0 0 100%;
        max-width: 100%;
    }
    .map-filters-item__title {
        padding:15px;
    }
    .map-filters-item .multi-select-button {
        padding: 15px;
    }
}
@media(max-width:767px){
    .map-filters .map-filters-wrap{
        flex-direction:column;
    }
    .map-filters .map-filters-wrap .map-filters-item {
        flex: 0 0 auto;
        width:100%;
        max-width:inherit;
    }
    .map-filters .map-filters-wrap .map-filters-item:not(:last-child) {
        margin-bottom:15px;
    }
    .map-filters .multi-select-button{
        max-width: inherit;
    }
}
.done-projects__intro-text-col .map-filters-big-wrapper{
color:#000;
}
@media(max-width:991px){
    .done-projects__intro-text-col .map-filters-big-wrapper{
        text-align: left;
    }
}
.done-projects .done-projects__page-meta{
    margin-bottom: 35px;
}

@media(min-width:1200px){
    .done-projects__intro-row .map-filters-wrap{
        margin-left:-7px;
        margin-right:-7px;
    }
    .done-projects__intro-row .map-filters-wrap .map-filters-item{
        margin: 0;
        padding:0 7px;
        flex:0 0 33.3333333%;
        max-width:33.3333333%;
    }
}
@media(min-width:1200px) and (max-width:1339px){
    .done-projects__intro-row .map-filters-wrap{
        margin-left:-3px;
        margin-right:-3px;
    }
    .done-projects__intro-row .map-filters-wrap .map-filters-item{
        margin: 0;
        padding:0 3px;
    }
    .done-projects__intro-row .map-filters-item__title{
        padding: 15px;
    }
    .map-filters-item .multi-select-button{
        padding: 15px;
    }
}
@media(max-width:1599px){
    .done-projects__intro-row .map-filters-item__title{
        padding: 20px;
    }
    .map-filters-item .multi-select-button{
        padding: 20px;
    }
}

@media(max-width:767px){
    .map-filters-big-wrapper .multi-select-menuitem{
        white-space: normal;
    }
}
.map-filters-big-wrapper .multi-select-button::after {
    width: 15px;
    height: 9px;
    background-image:url(/f/img/i/dark-shevron-down.webp);
      background-repeat: repeat;
    background-repeat: no-repeat, repeat;
    background-size: 15px auto, 100%;
}

.map-baloon-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
    color:#000;
    padding-bottom: 15px;
}
@media(max-width:767px){
    .map-baloon-content{
        font-size: 15px !important;
    }
}
.map-baloon-content__kontragent{
font-size: 30px;
margin-bottom: 25px;
line-height: 1;
}
.map-baloon-content__workdate{
    margin-bottom: 25px;
}
.map-baloon-content__title{
    margin-bottom: 45px;
    color:#000;
}
.map-baloon-content__pic-wrap{
    margin-bottom: 35px;
    transition: opacity 0.3s ease;
}
.map-baloon-content__ortasl{
    margin-bottom: 25px;
}
@media(max-width:1199px){
    .map-baloon-content__kontragent{
        font-size: 25px;
        margin-bottom: 20px;
        }
        .map-baloon-content__workdate{
            margin-bottom: 20px;
        }
        .map-baloon-content__title{
            margin-bottom: 20px;
        }
        .map-baloon-content__pic-wrap{
            margin-bottom: 20px;
        }
        .map-baloon-content__ortasl{
            margin-bottom: 20px;
        }
}
@media(max-width:991px){
    .map-baloon-content__kontragent{
        font-size: 22px;
        margin-bottom: 15px;
        }
        .map-baloon-content__workdate{
            margin-bottom: 15px;
        }
        .map-baloon-content__title{
            margin-bottom: 15px;
        }
        .map-baloon-content__pic-wrap{
            margin-bottom: 15px;
        }
        .map-baloon-content__ortasl{
            margin-bottom: 15px;
        }
}
.filters-map-container .ymaps-2-1-79-balloon-pane,
.filters-map-container .ymaps-2-1-79-balloon-overlay{
    position:static !important;
}
.filters-map-container .ymaps-2-1-79-balloon{
    width:100%;
    max-width:635px;
    top:215px !important;
    right:0;
    left:auto !important;
    height:100% !important;
    background: rgba(162,166,53,0.8);
    z-index: 10000000000 !important;
    box-shadow: none !important;
}
@media(max-width:1499px){
    .filters-map-container .ymaps-2-1-79-balloon{
        max-width:550px;
    }
}
@media(max-width:1199px){
    .filters-map-container .ymaps-2-1-79-balloon{
        max-width:450px;
    }
}
@media(max-width:991px){
    .filters-map-container .ymaps-2-1-79-balloon{
        max-width:400px;
    }
}
@media(max-width:767px){
    .filters-map-container .ymaps-2-1-79-balloon{
        max-width:100%;
    }
}
.filters-map-container .ymaps-2-1-79-balloon__layout,
.filters-map-container .ymaps-2-1-79-balloon__content{
    background: transparent !important;
}
.filters-map-container .ymaps-2-1-79-balloon__layout{
    height: 100%;
}
.filters-map-container .ymaps-2-1-79-balloon__tail{
display: none !important;
}
.filters-map-container .ymaps-2-1-79-b-cluster-carousel{
    border-bottom-color:transparent !important;
}
.filters-map-container .ymaps-2-1-79-b-cluster-carousel_pager_numeric .ymaps-2-1-79-b-cluster-carousel__pager-item{
color:#000 !important;
}
.filters-map-container .ymaps-2-1-79-balloon__close{
    margin-right:15px;
}
.filters-map-container .ymaps-2-1-79-balloon__close-button{
    opacity: 1 !important;
}
.filters-map-container .ymaps-2-1-79-b-cluster-carousel__separator,
.filters-map-container .ymaps-2-1-79-b-cluster-carousel__separator:before,
.filters-map-container .ymaps-2-1-79-b-cluster-carousel__separator:after{
background: #000 !important;
}
.filters-map-container .ymaps-2-1-79-balloon__content>ymaps{
width:auto !important;
max-width: 400px;
height:100% !important;
margin:0 auto;
padding-top:55px;
max-height:100%;
box-sizing:border-box;
padding-left:15px;
padding-right:15px;
}
@media(max-width:1599px){
    .filters-map-container .ymaps-2-1-79-balloon__content>ymaps{
        padding-top:30px;
}
}
@media(max-width:1199px){
    .filters-map-container .ymaps-2-1-79-balloon__content>ymaps{
        padding-top:15px;
}
}
.filters-map-container .ymaps-2-1-79-b-cluster-carousel{
    width:auto !important;
}
.filters-map-container .ymaps-2-1-79-b-cluster-carousel__content{
height:100% !important;
}
.filters-map-container .ymaps-2-1-79-map,
.filters-map-container .ymaps-2-1-79-b-cluster-content{
    text-align: center !important;
}
.filters-map-container .ymaps-2-1-79-b-cluster-carousel__header{
    display: none !important;
}
.filters-map-container .ymaps-2-1-79-b-cluster-carousel{
height: 90% !important;
}
.filters-map-container .ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content{
    margin-right:0 !important;
    padding: 0 !important;
}
.filters-map-container .ymaps-2-1-79-b-cluster-carousel__layout{
height: 100%;
}
.filters-map-container .ymaps-2-1-79-b-cluster-carousel__body{
padding:0 15px !important;
}
.filters-map-container .ymaps-2-1-79-b-cluster-carousel__body .map-baloon-content{
padding-bottom: 0;
}
.filters-map-container .ymaps-2-1-79-b-cluster-carousel__nav_type_next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNyI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTYuNSA4LjVMLjUgMiAyIC41bDcuNSA4LTcuNSA4TC41IDE1bDYtNi41eiIvPjwvc3ZnPg==) !important;
}
.filters-map-container .ymaps-2-1-79-b-cluster-carousel__nav_type_prev {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNyI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTMuNSA4LjVsNi02LjVMOCAuNWwtNy41IDggNy41IDhMOS41IDE1bC02LTYuNXoiLz48L3N2Zz4=) !important;
}

/* 04.07.2024 */
.ymaps-2-1-79-b-cluster-carousel__pager {
    bottom: 0 !important;
    top: 0 !important;
}

.ymaps-2-1-79-b-cluster-carousel__separator {
    top: 0 !important;
}

.map-baloon-content {
    padding-top: 60px;
}

.geography-page .about-page__intro-text-col {
    position: relative;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(134,142,54,0.8) 0%,rgba(190,190,50,0.8) 100%);
}

.filters-map-container #ymap {
    position: relative;
    z-index: 0;
    margin-top: -215px;
}

@media (max-width: 1699px) {
    .filters-map-container #ymap {
        margin-top: -195px;
    }

    .filters-map-container .ymaps-2-1-79-balloon {
        top: 195px !important;
    }
}

@media (max-width: 1199px) {
    .filters-map-container #ymap {
        margin-top: 0;
    }

    .filters-map-container .ymaps-2-1-79-balloon {
        top: 0 !important;
    }
}

@media(min-width:1200px){
    .filters-map-container .ymaps-2-1-79-controls__control{
        top:240px !important;
    }
}

.sitemap-list-wrap{
    margin-bottom: 40px;
}
.sitemap-list,
.sitemap-list ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.sitemap-list ul{
    margin-top:15px;
    padding-left: 20px;
}
@media(max-width:575px){
    .sitemap-list ul{
        padding-left: 12px;
    }
}
.sitemap-list li{
    position: relative;
    margin-bottom: 15px;
}
.sitemap-list li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -18px;
    width: 10px;
    height: 2px;
    background: #b5b633;
  }
.sitemap-list li a{
    color:#b23a20;
}

body.fancybox-active{
height:100%;
}
@media(max-width:575px){
    .fancybox-slide--iframe{
        padding: 5px !important;
    }
    .project-frame-title{
        font-size: 24px;
    }
    .project-frame-subtitle{
        font-size: 22px;
    }
}
.project-frame-page{
padding-bottom:0;
}