/*
Theme Name: Lukvis
Author: Evgeniy Gurin
Description: Wordpress Theme
Version: 1.0.0
*/
/*========================================
    Library
========================================*/
/*=== Bootstrap ===*/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #0d6efd;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #d63384;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0d6efd;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: none;
}
a:hover {
  color: #024dbc;
  text-decoration: underline;
}

a:not([href]), a:not([href]):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 {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

progress {
  vertical-align: baseline;
}

::-webkit-datetime-edit {
  overflow: visible;
  line-height: 0;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

main {
  display: block;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1920px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1920px;
  }
}
.row {
  display: flex;
  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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/*=== Fancybox ===*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*=== Tiny Slider ===*/
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/*========================================
    Theme
========================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f9f9f9;
  font-family: "Cuprum", sans-serif;
}

a, button, input[type=submit] {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
a:hover, a:focus, button:hover, button:focus, input[type=submit]:hover, input[type=submit]:focus {
  outline: none;
  text-decoration: none;
}

img {
  display: inline-block;
  width: 100%;
  height: auto;
}

/*=== Common ===*/
.nav-burger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 40px;
  background-color: transparent;
  border: none;
}
.nav-burger.-active span {
  background-color: transparent;
}
.nav-burger.-active span::before {
  transform: translate3d(0, 16px, 0) rotate(-45deg);
}
.nav-burger.-active span::after {
  transform: translate3d(0, -16px, 0) rotate(45deg);
}
.nav-burger span {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background-color: #1a426e;
  transition: all 0.3s ease-in-out;
}
.nav-burger span::before, .nav-burger span::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #1a426e;
  transition: all 0.3s ease-in-out;
}
.nav-burger span::before {
  top: -16px;
}
.nav-burger span::after {
  top: 16px;
}

.page-header {
  height: 120px;
}
.page-header.-page {
  display: flex;
  align-items: center;
}
.page-header.-page .page-header__list {
  margin: 0 0 0 30px;
}
.page-header .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.page-header__list {
  display: flex;
  margin: 0 0 0 62px;
  padding: 0;
  list-style: none;
}
.page-header__list > li {
  display: inline-flex;
  align-items: center;
  padding-right: 30px;
  padding-left: 30px;
}
.page-header__list > li.current-menu-item, .page-header__list > li.current-category-ancestor {
  position: relative;
}
.page-header__list > li.current-menu-item::before, .page-header__list > li.current-category-ancestor::before {
  position: absolute;
  top: -36px;
  left: 0;
  width: 7px;
  height: 83px;
  background-color: #ffae00;
  content: "";
}
.page-header__list > li:first-child > a {
  max-width: 100px;
}
.page-header__list > li:nth-child(2) > a {
  max-width: 96px;
}
.page-header__list > li:nth-child(3) > a {
  max-width: 150px;
}
.page-header__list > li:nth-child(4) > a {
  max-width: 160px;
}
.page-header__list > li > a {
  font-size: 24px;
  line-height: 1;
  color: #9091a5;
}
.page-header__list > li > a:hover {
  color: #024dbc;
}
.page-header__phone {
  margin-right: 28px;
  margin-left: auto;
  font-size: 36px;
  line-height: 0.667;
  text-transform: uppercase;
  color: #9091a5;
}
.page-header__btn-form {
  margin-right: 65px;
  display: inline-flex;
  gap: 18px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: #9091a5;
  text-transform: uppercase;
}
.page-header__btn-form::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 44px;
  background: url("./img/icon-geo.png") no-repeat left top;
}
.page-header__btn-form span {
  padding-top: 10px;
}

/*=== Left Sidebar ===*/
.left-sidebar {
  flex: 0 0 0%;
  width: 100%;
  max-width: 0%;
  min-height: 100vh;
  background: #092748 url("./img/sidebar-bg.jpg") no-repeat left top;
  background-attachment: fixed;
  transition: all 0.4s ease;
}
.left-sidebar:not(.-active) {
  padding: 0;
}
.left-sidebar.-active {
  flex: 0 0 305px;
  max-width: 305px;
}
.left-sidebar__fixed {
  position: fixed;
  top: 0;
  left: 15px;
  padding: 30px 0;
}
.left-sidebar__fixed .logo {
  display: flex;
  justify-content: center;
  margin-bottom: 21px;
}

.nav-page__mobile {
  display: none;
}
.nav-page__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-page__list li {
  padding: 21px 0;
}
.nav-page__list li a {
  position: relative;
  padding-right: 15px;
  padding-left: 41px;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
}
.nav-page__list li.current-menu-item a::before, .nav-page__list li.current-post-parent a::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -15px;
  width: 40px;
  height: 7px;
  background-color: #ffae00;
}

/*=== Content ===*/
.content {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
  background: #f9f9f9;
  transition: all 0.4s ease;
}
.content:not(.-active) {
  padding: 0;
}
.content.-active {
  flex-basis: calc(100% - 305px);
  max-width: calc(100% - 305px);
}
.content__inner.-page {
  padding: 60px 60px 100px 60px;
}
.content__inner.-page h1.title-page {
  margin-bottom: 40px;
}

.content-page {
  margin-bottom: 150px;
}

/*=== Title ===*/
.title-primary {
  position: relative;
  display: flex;
  min-height: 90px;
  margin: 0;
  padding-top: 10px;
  padding-left: 92px;
  font-family: "Jost", sans-serif;
  font-size: 60px;
  line-height: 1.2;
  color: #1a426e;
}
.title-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 90px;
  background-color: #ffae00;
}

.title-page {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  font-family: "Jost", sans-serif;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 400;
  color: #1a426e;
}

.title-block {
  font-size: 30px;
  line-height: 1;
  color: #1a426e;
}

.description-page {
  font-family: "Gill Sans", "sans-serif";
  font-size: 20px;
  line-height: 1.5;
  color: #9091a5;
}
.description-page p {
  margin: 0 0 36px 0;
}
.description-page p:last-child {
  margin: 0;
}
.description-page strong {
  font-weight: 600;
  color: #000000;
}

/*=== Buttons ===*/
.btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 290px;
  height: 58px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 7px solid #1a426e;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #9091a5;
}

.btn-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 290px;
  height: 58px;
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #003b80;
  border: none;
  box-shadow: 6.691px 7.431px 15px 0px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}

.btn-tertiary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 290px;
  height: 58px;
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #ffae00;
  border: none;
  box-shadow: 6.691px 7.431px 15px 0px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}

/*=== Input ===*/
.input-primary {
  width: 100%;
  max-height: 58px;
  padding: 17px 18px;
  background-color: #ffffff;
  border: none;
  font-size: 20px;
  line-height: 1.5;
  color: #9091a5;
}

/*=== Breadcrumbs ===*/
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 60px;
  padding: 10px 60px;
  background-color: #ffae00;
}
.breadcrumbs span, .breadcrumbs a {
  font-size: 16px;
  color: #1a426e;
}

/*=== Actual news (common) ===*/
.b-actual-news .row:first-child {
  margin-bottom: 60px;
}
.b-actual-news .row > .col-xl-6:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*=== Partners (common) ===*/
.partners.-page .partners__title {
  margin-bottom: 60px;
}
.partners.-page .row.no-gutters {
  position: relative;
  padding-right: 68px;
  padding-left: 68px;
}
.partners .tns-controls button[data-controls=prev], .partners .tns-controls button[data-controls=next] {
  position: absolute;
  top: calc(50% - 58px);
  right: -66px;
  z-index: 100;
  width: 38px;
  height: 71px;
  background: url("./assets/img/solutions-slider-arrow.png") no-repeat left top;
  border: initial;
  overflow: hidden;
  text-indent: -9999px;
}
.partners .tns-controls button[data-controls=prev] {
  left: -66px;
  transform: scaleX(-1);
}
.partners .tns-ovh {
  margin-right: -15px;
  margin-left: -15px;
}
.partners .tns-inner {
  padding-right: 15px;
  padding-left: 15px;
}
.partners .tns-liveregion {
  display: none;
}
.partners.-home .container {
  position: relative;
  padding-top: 92px;
  padding-bottom: 130px;
}
.partners.-home .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 175px;
  width: 100%;
  max-width: 610px;
  height: 100%;
  background-color: #ececec;
  pointer-events: none;
}
.partners.-home .partners__title {
  margin-bottom: 90px;
}
.partners__list {
  display: flex;
  gap: 30px;
}
.partners__item {
  width: 25%;
}
.partners__item-title {
  display: block;
  padding-top: 25px;
  font-size: 24px;
  line-height: 1.2;
  color: #9091a5;
  text-align: center;
}
.partners__link {
  color: #ffffff;
}
.partners__img {
  box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.15);
}

/*=== Contact form (common) ===*/
.contact-form__title {
  margin-bottom: 60px;
}
.contact-form__condition {
  margin: 0;
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.2;
  color: #9091a5;
}
.contact-form__condition a {
  color: #9091a5;
  text-decoration: underline;
}
.contact-form__condition a:hover {
  text-decoration: none;
}

/*=== Client Info (common) ===*/
.b-client-info__title {
  margin-bottom: 60px;
}
.b-client-info__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 450px));
  column-gap: 30px;
  row-gap: 100px;
}

.ext-block {
  margin-bottom: 150px;
}
.ext-block:last-child {
  margin-bottom: 50px;
}

/*=== Footer ===*/
.footer {
  background-color: #1a426e;
}
.footer.-page .container-fluid > .row > div[class*=col-xl-], .footer.-page .container-sm > .row > div[class*=col-xl-], .footer.-page .container-md > .row > div[class*=col-xl-], .footer.-page .container-lg > .row > div[class*=col-xl-], .footer.-page .container-xl > .row > div[class*=col-xl-] {
  padding-top: 70px;
  padding-bottom: 110px;
}
.footer.-page .container-fluid > .row > div[class*=col-xl-]:first-child, .footer.-page .container-sm > .row > div[class*=col-xl-]:first-child, .footer.-page .container-md > .row > div[class*=col-xl-]:first-child, .footer.-page .container-lg > .row > div[class*=col-xl-]:first-child, .footer.-page .container-xl > .row > div[class*=col-xl-]:first-child {
  position: relative;
}
.footer.-page .container-fluid > .row > div[class*=col-xl-]:first-child::before, .footer.-page .container-sm > .row > div[class*=col-xl-]:first-child::before, .footer.-page .container-md > .row > div[class*=col-xl-]:first-child::before, .footer.-page .container-lg > .row > div[class*=col-xl-]:first-child::before, .footer.-page .container-xl > .row > div[class*=col-xl-]:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 610px;
  height: 100%;
  background-color: #092748;
  pointer-events: none;
}
.footer.-page .col-xl-4:first-child .footer-menu {
  padding-left: 30px;
}
.footer .container {
  position: relative;
  padding-top: 70px;
  padding-bottom: 115px;
}
.footer .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 175px;
  width: 100%;
  max-width: 610px;
  height: 100%;
  background-color: #092748;
  pointer-events: none;
}
.footer__info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__logo {
  width: 100%;
  max-width: 267px;
  height: auto;
  margin-bottom: 25px;
}
.footer__org {
  display: inline-flex;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.2;
  color: #9091a5;
}
.footer__phone {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.2;
  color: #9091a5;
}
.footer__address {
  margin-bottom: 65px;
  font-size: 20px;
  line-height: 1.2;
  color: #9091a5;
}
.footer__contact {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  line-height: 1.2;
  color: #9091a5;
  font-weight: bold;
  text-transform: uppercase;
}
.footer__contact img {
  width: 30px;
  height: 44px;
}
.footer__contact span {
  position: relative;
  top: 2px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu > li {
  margin: 0;
}
.footer-menu > li.current-menu-item > a {
  position: relative;
}
.footer-menu > li.current-menu-item > a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffae00;
  content: "";
}
.footer-menu > li > a {
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
}
.footer-menu > li > ul.sub-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px 0 0 0;
  list-style: none;
}
.footer-menu > li > ul.sub-menu > li > a {
  font-size: 18px;
  line-height: 1.2;
  color: #d4d4d4;
}

/*========================================
    Page
========================================*/
/*=== Intro slider ===*/
.intro-slider {
  position: relative;
}
.intro-slider__static {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.intro-slider__static .container {
  height: 100%;
}
.intro-slider__box {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 610px;
  height: 100%;
  margin-left: 160px;
  padding: 80px 90px;
  background-color: rgba(0, 0, 0, 0.55);
}
.intro-slider__logo {
  align-self: center;
  margin-bottom: 70px;
}
.intro-slider__title {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 1.2;
  color: white;
}
.intro-slider__description {
  font-size: 36px;
  line-height: 1.2;
  color: white;
}

/*=== UTP ===*/
.utp .container {
  position: relative;
  padding-top: 75px;
  padding-bottom: 62px;
}
.utp .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 175px;
  width: 100%;
  max-width: 610px;
  height: 100%;
  background-color: #ececec;
  pointer-events: none;
}
.utp__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.utp__item-title {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 1;
  color: #1a426e;
}
.utp__item-img {
  margin-bottom: 50px;
}
.utp__item-description {
  margin-bottom: 55px;
  font-size: 20px;
  line-height: 1.5;
  color: #9091a5;
}
.utp__item-description p {
  margin: 0;
}
.utp__item-link {
  margin-top: auto;
}

/*=== Solutions ===*/
.solutions .container > .row > div {
  display: flex;
  align-items: center;
}
.solutions-slider__header {
  margin-bottom: 75px;
}
.solutions-slider .tns-controls button[data-controls=prev], .solutions-slider .tns-controls button[data-controls=next] {
  position: absolute;
  top: calc(50% - 35px);
  right: -66px;
  z-index: 100;
  width: 38px;
  height: 71px;
  background: url("./assets/img/solutions-slider-arrow.png") no-repeat left top;
  border: initial;
  overflow: hidden;
  text-indent: -9999px;
}
.solutions-slider .tns-controls button[data-controls=prev] {
  left: -66px;
  transform: scaleX(-1);
}
.solutions-slider .tns-liveregion {
  display: none;
}
.solutions-slider__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  width: 100%;
}
.solutions-slider__dots-item.tns-nav-active .solutions-slider__dots-btn span {
  color: #1a426e;
}
.solutions-slider__dots-item.tns-nav-active .solutions-slider__dots-btn::before {
  background-color: #ffffff;
  border: 4px solid #1a426e;
}
.solutions-slider__dots-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: transparent;
  border: none;
}
.solutions-slider__dots-btn::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: none;
  background-color: #9091a5;
}
.solutions-slider__dots-btn span {
  font-size: 20px;
  line-height: 1.2;
  color: #9091a5;
}
.solutions-slider__list {
  position: relative;
}
.solutions-slider__list::before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 323px);
  display: block;
  width: 646px;
  height: 97px;
  background: url("./img/shadow-slider.png") no-repeat left top;
}
.solutions-slider__list-item > div.no-gutters {
  padding-right: 68px;
  padding-left: 68px;
}
.solutions-slider__list-item .col-xl-6:first-child::before, .solutions-slider__list-item .col-xl-6:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 15px);
  height: 100%;
  background-color: #ffffff;
}
.solutions-slider__list-item .col-xl-6:first-child::before {
  left: 15px;
}
.solutions-slider__list-item .col-xl-6:last-child::before {
  left: 0;
}
.solutions-slider__list-item .col-xl-6 > * {
  position: relative;
}
.solutions-slider__list-item-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 65px 80px 0 80px;
}
.solutions-slider__list-item-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 55px;
  height: 110px;
  background-color: #ffae00;
}
.solutions-slider__list-item-title {
  width: 100%;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.333;
  color: #1a426e;
}
.solutions-slider__list-item-description {
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 1.5;
  color: #9091a5;
}
.solutions-slider__list-item-description p {
  margin-bottom: 0;
}
.solutions.-home .container {
  position: relative;
  padding-top: 62px;
  padding-bottom: 93px;
}
.solutions.-home .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 175px;
  width: 100%;
  max-width: 610px;
  height: 100%;
  background-color: #ececec;
  pointer-events: none;
}
.solutions.-page .solutions-slider__list-item-box::before {
  left: 0;
}
.solutions.-page .tns-controls button[data-controls=prev] {
  left: 0;
}
.solutions.-page .tns-controls button[data-controls=next] {
  right: 0;
}

/*=== Company capabilities ===*/
.company-capabilities .container {
  position: relative;
  padding-top: 93px;
  padding-bottom: 0;
}
.company-capabilities .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 175px;
  width: 100%;
  max-width: 610px;
  height: 100%;
  background-color: #ececec;
  pointer-events: none;
}
.company-capabilities .container > .row:first-child {
  margin-bottom: 80px;
}
.company-capabilities .container > .row > .col-xl-5 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-capabilities .container > .row:last-child .col-xl-4:nth-child(1) .company-capabilities__item {
  background-image: url("./img/company-capabilities-item-1.jpg");
}
.company-capabilities .container > .row:last-child .col-xl-4:nth-child(2) .company-capabilities__item {
  background-image: url("./img/company-capabilities-item-2.jpg");
}
.company-capabilities .container > .row:last-child .col-xl-4:nth-child(3) .company-capabilities__item {
  background-image: url("./img/company-capabilities-item-3.jpg");
}
.company-capabilities__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  height: 100%;
  padding: 65px 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
.company-capabilities__item-title {
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}
.company-capabilities__item-description {
  font-size: 20px;
  line-height: 1.5;
  color: rgb(212, 212, 212);
  text-align: center;
}

/*=== Custom solution ===*/
.custom-solution .container {
  position: relative;
  padding-top: 130px;
  padding-bottom: 65px;
}
.custom-solution .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 175px;
  width: 100%;
  max-width: 610px;
  height: 100%;
  background: #ececec url("./img/custom-solution-bg.jpg") no-repeat left top;
  background-size: cover;
  pointer-events: none;
}
.custom-solution .container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10.677%;
  display: block;
  width: 100px;
  height: 291px;
  background: url("./img/custom-solution-arrow.png") no-repeat left top;
}
.custom-solution .container > .row .col-xl-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-solution__title {
  margin-bottom: 100px;
}
.custom-solution__btn:last-child {
  margin-top: 15px;
}
.custom-solution__list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  counter-reset: counter-num;
}
.custom-solution__list-item {
  position: relative;
  counter-increment: counter-num;
}
.custom-solution__list-item::before {
  position: absolute;
  top: -13px;
  left: -90px;
  display: block;
  width: 60px;
  content: counter(counter-num);
  font-family: "Jost", sans-serif;
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  color: rgb(26, 66, 110);
}
.custom-solution__list-item-title {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 0.833;
  font-weight: bold;
  color: #1a426e;
}
.custom-solution__list-item-description {
  font-size: 20px;
  line-height: 1.5;
  color: #9091a5;
}
.custom-solution__list-item-description p {
  margin: 0;
}

/*=== Actual news ===*/
.actual-news.-home .container {
  position: relative;
  padding-top: 65px;
  padding-bottom: 92px;
}
.actual-news.-home .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 175px;
  width: 100%;
  max-width: 610px;
  height: 100%;
  background-color: #ececec;
  pointer-events: none;
}
.actual-news.-home .container > .row:first-child {
  margin-bottom: 40px;
}
.actual-news.-home .container > .row > .col-xl-5 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.actual-news.-page .container > .row:first-child {
  margin-bottom: 60px;
}
.actual-news__list {
  position: relative;
}
.actual-news__list::before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 323px);
  display: block;
  width: 646px;
  height: 97px;
  background: url("./img/shadow-slider.png") no-repeat left top;
}
.actual-news__item {
  display: flex;
  height: 100%;
  background-color: #ffffff;
}
.actual-news__item-left {
  position: relative;
  flex: 0 0 290px;
}
.actual-news__item-date {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 60px;
  font-size: 24px;
  line-height: 1.25;
  color: #ffffff;
}
.actual-news__item-date span {
  display: flex;
  align-items: center;
  padding: 5px 20px;
}
.actual-news__item-date-month {
  flex: 1 1 0;
  background-color: #1a426e;
}
.actual-news__item-date-year {
  flex: 0 0 100px;
  justify-content: center;
  background-color: #ffae00;
}
.actual-news__item-right {
  flex: 1 1 0;
  padding: 35px 28px;
}
.actual-news__item-title {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 1.2;
  color: #1a426e;
}
.actual-news__item-description {
  font-size: 20px;
  line-height: 1.5;
  color: #9091a5;
}

.contact__list {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.contact-block__title {
  margin-bottom: 25px;
}
.contact-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
.contact-card:last-child {
  margin-bottom: 0;
}
.contact-card__fio {
  display: inline-flex;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 4px solid #9091a5;
  font-size: 20px;
  line-height: 1.5;
  color: #9091a5;
}
.contact-card__position, .contact-card__phone, .contact-card__email {
  font-size: 20px;
  line-height: 1.5;
  color: #9091a5;
}
.contact-card__position {
  margin-bottom: 10px;
}
.contact-info {
  padding: 50px;
  background-color: #ececec;
}
.contact-info .col-xl-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-info__address, .contact-info__phone, .contact-info__email {
  margin: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  color: #1a426e;
}
.contact-info__address a, .contact-info__phone a, .contact-info__email a {
  color: #1a426e;
}

.vakansii__title-block {
  margin-bottom: 70px;
}
.vakansii-form {
  width: 100%;
  max-width: 1020px;
  padding: 60px 13% 90px 13%;
  background-color: #ececec;
}
.vakansii-form .col-xl-6:first-child {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vakansii-form__title {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  color: #9091a5;
}
.vakansii-form__label {
  margin-bottom: 24px;
  font-size: 21px;
  line-height: 1.2;
  color: #9091a5;
}
.vakansii-form__btn {
  position: relative;
  margin-bottom: 16px;
  background: transparent;
  border-right: none;
  border-bottom: none;
  border-left: none;
  overflow: hidden;
}
.vakansii-form__input-file {
  position: absolute;
  top: 0;
  left: -200px;
  width: calc(100% + 200px);
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.vakansii-form__condition {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  height: 58px;
  font-size: 16px;
  line-height: 1.2;
  color: #9091a5;
}
.vakansii-form__condition a {
  color: #9091a5;
  text-decoration: underline;
}
.vakansii-form__condition a:hover {
  text-decoration: none;
}
.vakansii-article {
  position: relative;
  height: 100%;
  padding: 60px 13% 90px 13%;
  background-color: #ffffff;
}
.vakansii-article::before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 323px);
  display: block;
  width: 646px;
  height: 97px;
  background: url("./img/shadow-slider.png") no-repeat left top;
}
.vakansii-article__title {
  margin-bottom: 35px;
  font-size: 30px;
  line-height: 1;
  color: #1a426e;
}
.vakansii-article__description {
  font-size: 20px;
  line-height: 1.5;
  color: #9091a5;
}
.vakansii-article__description p {
  margin: 0;
}

.about__description {
  font-style: italic;
}
.about__img {
  width: 100%;
  max-width: 450px;
  height: auto;
}
.about .b-actual-news {
  margin-bottom: 70px;
}
.about .row .col-xl-3 {
  display: flex;
  justify-content: flex-end;
}

.statistics {
  padding-top: 90px;
  padding-bottom: 130px;
}
.statistics .col-xl-4 {
  display: flex;
  justify-content: center;
}
.statistics__item {
  display: flex;
}
.statistics__item-right {
  flex: 1 0 0;
}
.statistics__item-number {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 90px;
  line-height: 1.2;
  font-weight: bold;
  color: #1a426e;
}
.statistics__item-bottom {
  display: flex;
}
.statistics__item-unit {
  font-family: "Jost", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  color: #1a426e;
}
.statistics__item-description {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  color: #9091a5;
}
.statistics__item-unit + .statistics__item-description {
  padding-left: 30px;
}

.client-info__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 450px));
  column-gap: 30px;
  row-gap: 100px;
}
.client-info__item {
  height: 100%;
  padding-bottom: 40px;
  border-bottom: 7px solid #1a426e;
}
.client-info__item-link {
  margin-bottom: 25px;
}
.client-info__item-title {
  font-family: "Gill Sans", "sans-serif";
  font-size: 24px;
  line-height: 1.2;
  color: #1a426e;
  font-style: italic;
}
.client-info .b-actual-news {
  margin-bottom: 70px;
}

.found__grid {
  display: grid;
  grid-template-columns: 1fr minmax(10px, 450px);
  gap: 30px;
}
.found__sidebar {
  padding: 50px 40px 50px 50px;
  background-color: #ececec;
}
.found__text {
  margin-bottom: 50px;
  font-family: "Gill Sans", "sans-serif";
  font-size: 24px;
  line-height: 1.25;
  color: #1a426e;
  font-style: italic;
}
.found__text a {
  color: #1a426e;
  text-decoration: none;
}
.found__text a:hover {
  text-decoration: underline;
}
.found__link {
  margin: 0 auto;
}

.news__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 55px;
  padding: 0 15px;
}

.category-31 .content__inner.-page h1.title-page {
  margin-bottom: 0;
}

.products__header {
  margin-top: -60px;
  margin-right: -60px;
  margin-left: -60px;
  padding: 60px;
  background: #ececec url("./img/products-bg.jpg") no-repeat right 90px top;
}
.products .row .col-xl-6:last-child {
  display: flex;
  justify-content: flex-end;
}
.products__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  padding-top: 60px;
}
.products__list > .row {
  row-gap: 38px;
}

.products-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 24px;
  background-color: #ffffff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
.products-card__photo {
  margin-bottom: 21px;
}
.products-card__photo a {
  width: 100%;
  height: 100%;
}
.products-card__info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products-card__title {
  margin-bottom: 21px;
  font-size: 24px;
  line-height: 1.4;
  color: #1a426e;
}
.products-card__description {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.2;
  color: #9091a5;
}
.products-card__more {
  align-self: flex-end;
  margin-top: auto;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #9091a5;
}

.sub-products__header {
  margin-top: -60px;
  margin-right: -60px;
  margin-left: -60px;
  padding: 60px;
  background-color: #ececec;
}
.sub-products__description {
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 1.2;
  color: #9091a5;
}
.sub-products__description p {
  margin: 0;
}
.sub-products__btns {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sub-products__list {
  margin-bottom: 150px;
  padding-top: 60px;
}
.sub-products__list > .row {
  row-gap: 40px;
}

.sub-products-card {
  display: grid;
  grid-template-columns: minmax(180px, 240px) 1fr;
  column-gap: 50px;
  padding: 0 30px 0 0;
}
.sub-products-card__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sub-products-card__title {
  font-size: 20px;
  line-height: 1.2;
  color: #1a426e;
}
.sub-products-card__description {
  padding-top: 20px;
  font-size: 20px;
  line-height: 1.2;
  color: #9091a5;
}
.sub-products-card__description p {
  margin: 0;
}

.page-id-1318 .content__inner.-page h1.title-page, page-id-1456 .content__inner.-page h1.title-page {
  margin-bottom: 0;
}

.design-and-development__header, .services__header, .repair__header {
  margin-top: -60px;
  margin-right: -60px;
  margin-left: -60px;
  padding: 60px;
  background: #ececec url("./img/proektirovanie-i-razrabotka-bg.jpg") no-repeat center top/auto 100%;
}
.design-and-development .row .col-xl-5:last-child, .services .row .col-xl-5:last-child, .repair .row .col-xl-5:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.design-and-development__list, .services__list, .repair__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 60px;
}
.design-and-development__item, .services__item, .repair__item {
  position: relative;
}
.design-and-development__item::before, .services__item::before, .repair__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.design-and-development__item-box, .services__item-box, .repair__item-box {
  max-height: 120px;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.design-and-development__item-box.-active, .services__item-box.-active, .repair__item-box.-active {
  max-height: 10000px;
  transition: all 0.5s ease-in;
}
.design-and-development__item-box.-active .design-and-development__item-num, .design-and-development__item-box.-active .services__item-num, .design-and-development__item-box.-active .repair__item-num, .services__item-box.-active .design-and-development__item-num, .services__item-box.-active .services__item-num, .services__item-box.-active .repair__item-num, .repair__item-box.-active .design-and-development__item-num, .repair__item-box.-active .services__item-num, .repair__item-box.-active .repair__item-num {
  color: #ffae00;
}
.design-and-development__item-header, .services__item-header, .repair__item-header {
  display: flex;
  align-items: center;
  height: 120px;
  padding: 10px 40px;
  background-color: #ffffff;
}
.design-and-development__item-num, .services__item-num, .repair__item-num {
  flex: 0 0 120px;
  font-family: "Jost", sans-serif;
  font-size: 100px;
  line-height: 1;
  color: #1a426e;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.design-and-development__item-title, .services__item-title, .repair__item-title {
  margin: 0;
  font-size: 36px;
  line-height: 1.333;
  font-weight: bold;
  color: #1a426e;
}
.design-and-development__item-btn, .services__item-btn, .repair__item-btn {
  margin-left: auto;
  background-color: transparent;
  border: none;
  font-size: 20px;
  line-height: 1.2;
  color: #9091a5;
  text-transform: uppercase;
}
.design-and-development__item-body, .services__item-body, .repair__item-body {
  display: flex;
  gap: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.design-and-development__item-body::before, .services__item-body::before, .repair__item-body::before {
  content: "";
  flex: 0 0 100px;
  display: block;
  width: 100px;
  height: 291px;
  margin-left: 10px;
  background: url("./img/chevron-down.png") no-repeat left top;
}
.design-and-development__item-text, .services__item-text, .repair__item-text {
  font-size: 20px;
  line-height: 1.5;
  color: #9091a5;
}
.design-and-development__item-text p, .services__item-text p, .repair__item-text p {
  margin-top: 1rem;
  margin-bottom: 0;
}
.design-and-development__item-text p:first-child, .services__item-text p:first-child, .repair__item-text p:first-child {
  margin-top: 0;
}
.design-and-development__item-text strong, .services__item-text strong, .repair__item-text strong {
  color: #1a426e;
}
.design-and-development__item-link, .services__item-link, .repair__item-link {
  margin-top: 50px;
}

.services__item-body::before {
  display: none;
}
.services__item-photo {
  flex: 0 0 290px;
  max-width: 290px;
  height: auto;
}

/*========================================
    Posts
========================================*/
.client-info-post__img {
  max-width: 450px;
  height: auto;
}

.news-post__date {
  display: flex;
  max-width: 290px;
  width: 100%;
  height: 60px;
  margin-bottom: 60px;
  font-size: 24px;
  line-height: 1.25;
  color: #ffffff;
}
.news-post__date span {
  display: flex;
  align-items: center;
  padding: 5px 20px;
}
.news-post__date-month {
  flex: 1 1 0;
  background-color: #1a426e;
}
.news-post__date-year {
  flex: 0 0 100px;
  justify-content: center;
  background-color: #ffae00;
}

/*# sourceMappingURL=style.css.map */
