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

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

.errorr {
  border-bottom: solid 2px red !important;
}

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

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

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

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (min-width:1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width:1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  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: .875em;
}

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

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

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}

@media (min-width:1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

::file-selector-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: orange;
  color: #fff;
}

::selection {
  background-color: orange;
  color: #fff;
}

input,
textarea {
  outline: 0;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}

input:required:valid,
textarea:required:valid {
  border-color: green;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  line-height: 1.65;
}

html {
  overflow-x: hidden;
  height: 100%;
  margin-right: 0 !important;
}

body {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #262e40;
  min-width: 360px;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

.is-content-hidden {
  opacity: 0;
  -webkit-transition: .9s opacity ease-in-out;
  -o-transition: .9s opacity ease-in-out;
  transition: .9s opacity ease-in-out;
}

.is-content-hidden.__visible {
  opacity: 1;
}

.wrapper {
  width: 100%;
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.button_yellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffb726;
  color: #242a38;
  font-size: 24px;
  letter-spacing: .6px;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  height: 80px;
}

.button_yellow .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
}

.button_yellow .arrow:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  right: 4px;
  top: 8px;
  width: 0;
  height: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  z-index: 0;
}

.button_yellow .arrow .line {
  width: 15px;
  height: 2px;
  background: #242a38;
  margin-right: -6px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 1;
}

.button_yellow .arrow svg {
  z-index: 1;
}

.button_yellow .arrow svg path {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.button_yellow:hover {
  color: #242a38;
}

.button_yellow:hover .arrow:before {
  width: 30px;
  height: 30px;
  background: #fff;
  right: -10px;
  top: -8px;
}

.button_yellow:hover .arrow .line {
  width: 40px;
}

main {
  position: relative;
}

main:hover .home_page .bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  left: -5%;
}

.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px 0;
  z-index: 1001;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.header:hover~.main .home_page .bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  left: -5%;
}

.header .wrap_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1800px;
  padding: 0 15px;
  margin: 0 auto;
  align-items: flex-start;
}

.header .wrap_head .logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  outline: 0;
}

.header .wrap_head .logo_wrap .logo {
  width: 77px;
  height: 77px;
  margin-right: 5px;
}

.header .wrap_head .logo_wrap .logo img {
  width: 100%;
  height: 100%;
}

.header .wrap_head .logo_wrap .title_logo {
  text-transform: uppercase;
  color: #fff;
   border-right: 2px solid #fff;
   padding-right:10px;
}

.header .wrap_head .logo_wrap .title_logo .title {
  font-size: 32px;
  letter-spacing: .8px;
  line-height: 1;
  margin-top: 12px;
  margin-bottom: 5px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.header .wrap_head .logo_wrap .title_logo .sub_title {
  font-size: 20px;
  opacity: .5;
  letter-spacing: .5px;
  line-height: 1;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.header .wrap_head .right_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header .wrap_head .right_block .phone_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.header .wrap_head .right_block .phone_order .phone_number {
  font-size: 24px;
  font-family: Oswald;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  margin-right: 20px;
}

.header .wrap_head .right_block .phone_order .name,
.header .wrap_head .right_block .phone_order .phone_number {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.header .wrap_head .right_block .phone_order .callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 23px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  height: 45px;
  margin-right: 10px;
}

.header .wrap_head .right_block .phone_order .callback .name {
  margin-right: 10px;
  margin-left: 20px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  text-decoration: underline;
  color: #242a38;
}

.header .wrap_head .right_block .phone_order .callback .phone_icon {
  position: relative;
  height: 100%;
}

.header .wrap_head .right_block .phone_order .callback .phone_icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #fff;
  opacity: .3;
  width: 45px;
  height: 45px;
  z-index: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.header .wrap_head .right_block .phone_order .callback .phone_icon svg {
  width: 45px;
  height: 45px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  z-index: 2;
}

.header .wrap_head .right_block .phone_order:hover .callback {
  background: #fff;
}

.header .wrap_head .right_block .phone_order:hover .name,
.header .wrap_head .right_block .phone_order:hover .phone_number {
  opacity: 1;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.header .wrap_head .right_block .phone_order:hover .callback .phone_icon svg path {
  stroke: #242a38;
}

.header .wrap_head .right_block .toggle_mnu {
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, .3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.header .wrap_head .right_block .toggle_mnu .sandwich {
  width: 22px;
  height: 14px;
  position: relative;
}

.header .wrap_head .right_block .toggle_mnu .sandwich .sw-topper {
  width: 22px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}

.header .wrap_head .right_block .toggle_mnu .sandwich .sw-bottom {
  width: 22px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  background: #fff;
}

.header .wrap_head .right_block .toggle_mnu .sandwich .sw-footer {
  width: 22px;
  height: 2px;
  position: absolute;
  top: 14px;
  left: 0;
  background: #fff;
}

.header .wrap_head .right_block .toggle_mnu:hover {
  background: #ffb726;
  border-color: #ffb726;
}

.header .wrap_head .right_block .toggle_mnu:hover .sw-bottom,
.header .wrap_head .right_block .toggle_mnu:hover .sw-footer,
.header .wrap_head .right_block .toggle_mnu:hover .sw-topper {
  background: #242a38;
}

.light_color .header .wrap_head .logo_wrap .title_logo .title {
  color: #242a38;
}

.light_color .header .wrap_head .logo_wrap .title_logo .sub_title {
  color: #242a38;
}

.light_color .header .wrap_head .right_block .phone_order .phone_number {
  color: #262e40;
}

.light_color .header .wrap_head .right_block .phone_order .callback .phone_icon:before {
  background: #242a38;
  opacity: 1;
}

.light_color .header .wrap_head .right_block .phone_order .callback .phone_icon svg path {
  stroke: #fff;
}

.light_color .header .wrap_head .right_block .phone_order .callback .phone_icon:hover:before {
  background: #242a38;
  opacity: 1;
}

.light_color .header .wrap_head .right_block .phone_order .callback .phone_icon:hover svg path {
  stroke: #fff;
}

.light_color .header .wrap_head .right_block .phone_order:hover .callback {
  background: #242a38;
}

.light_color .header .wrap_head .right_block .phone_order:hover .callback .name {
  color: #fff;
}

.light_color .header .wrap_head .right_block .toggle_mnu {
  border-color: #ffb726;
}

.light_color .header .wrap_head .right_block .toggle_mnu .sw-bottom,
.light_color .header .wrap_head .right_block .toggle_mnu .sw-footer,
.light_color .header .wrap_head .right_block .toggle_mnu .sw-topper {
  background: #242a38;
}

.light_color .about_page .navigation_slider .tabs-number .pagination-current {
  color: #242a38;
}

.light_color .about_page .navigation_slider .tabs-number .pagination-count {
  background-color: #222c50;
  opacity: 1;
  color: #fff;
}

.light_color .about_page .navigation_slider .arrows_slider .arrow .line {
  background: #222c50;
}

.light_color .about_page .navigation_slider .arrows_slider .arrow svg path {
  stroke: #222c50;
}

.light_color .footer .footer_items .contact_us {
  background: #242a38;
  margin-right: 0;
  border: none;
}

.light_color .footer .footer_items .contact_us:hover {
  color: #fff;
}

.light_color .footer .footer_items .contact_us:hover .arrow .line {
  background: #fff;
}

.light_color .footer .footer_items .contact_us:hover .arrow svg path {
  stroke: #fff;
}

.light_color .footer .footer_items .contact_us:before {
  display: none;
}

.light_color .footer .footer_items .our_team {
  background: #ffb726;
  color: #242a38;
  border: none;
}

.light_color .footer .footer_items .our_team .arrow .line {
  background: #242a38;
}

.light_color .footer .footer_items .our_team .arrow svg path {
  stroke: #242a38;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  width: 50%;
  height: 100vh;
  padding: 52px 150px 80px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 9999;
  overflow: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.navigation::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.navigation.open {
  left: 50%;
  -webkit-box-shadow: 0 30px 99px rgba(0, 0, 0, .3);
  box-shadow: 0 30px 99px rgba(0, 0, 0, .3);
}

.navigation .title_mnu {
  color: #242a38;
  font-size: 60px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.navigation .nav_menu {
  width: 100%;
}

.navigation .nav_menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navigation .nav_menu ul li {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  background: #fff;
  overflow: visible;
}

.navigation .nav_menu ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background: #fff;
}

.navigation .nav_menu ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background: #fff;
}

.navigation .nav_menu ul li a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 26px;
  color: #262e40;
  padding: 23px 0;
  width: 100%;
  border-bottom: 2px solid rgba(38, 46, 64, .3);
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 9;
}

.navigation .nav_menu ul li a .icon_arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  top: 35px;
  z-index: 9;
}

.navigation .nav_menu ul li a .icon_arrow:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  right: 2px;
  top: 6px;
  background: #262e40;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.navigation .nav_menu ul li a .icon_arrow:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 5px;
  right: 5px;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
}

.navigation .nav_menu ul li:hover {
  background: #ffb726;
}

.navigation .nav_menu ul li:hover:before {
  background: #ffb726;
  left: -60px;
  width: 60px;
}

.navigation .nav_menu ul li:hover:after {
  background: #ffb726;
  right: -60px;
  width: 60px;
}

.navigation .nav_menu ul li:hover a {
  border-color: #ffb726;
}

.navigation .nav_menu ul li:hover a .icon_arrow:before {
  width: 40px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.navigation .nav_menu ul li:hover a .icon_arrow:after {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -8px;
  right: -10px;
  z-index: -1;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.navigation .bottom_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation .bottom_nav .item {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 60px;
}

.navigation .bottom_nav .item:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 0;
}

.navigation .bottom_nav .item .phone {
  color: #242a38;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}

.navigation .bottom_nav .item .mail {
  color: #919397;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

.navigation .bottom_nav .item .address {
  color: #242a38;
  font-size: 18px;
  text-transform: uppercase;
}

.navigation .bottom_nav .item .privacy {
  color: #919397;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.navigation .bottom_nav .item .social_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ffb726;
  background-color: #fff;
  margin-right: 10px;
}

.navigation .close_mnu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 50px;
  top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border: 3px solid #f2f2f2;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.navigation .close_mnu svg {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.navigation .close_mnu:hover {
  border: 3px solid #ffb726;
  background: #ffb726;
}

.navigation .close_mnu:hover svg path {
  stroke: #fff;
}

.home_page {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.home_page .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  z-index: -1;
}

.home_page .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home_page:hover .bg {
  left: -5%;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.home_page .wrapper {
  position: relative;
  z-index: 2;
}

.home_page .content {
  padding: 225px 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home_page .content .links_block {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 150px;
}

.home_page .content .links_block .link_item {
  width: 150px;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  letter-spacing: .6px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
}

.home_page .content .links_block .link_item .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  height: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
}

.home_page .content .links_block .link_item .arrow:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  right: 4px;
  top: 8px;
  width: 0;
  height: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  z-index: 0;
}

.home_page .content .links_block .link_item .arrow .line {
  height: 2px;
  background: #fff;
  width: 15px;
  margin-right: -6px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 1;
}

.home_page .content .links_block .link_item .arrow svg {
  z-index: 1;
}

.home_page .content .links_block .link_item .arrow svg path {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.home_page .content .links_block .link_item .more {
  color: rgba(34, 38, 47, .5);
  letter-spacing: .4px;
  font-size: 16px;
  margin-top: auto;
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.home_page .content .links_block .link_item:hover .arrow .line {
  width: 40px;
}

.home_page .content .links_block .link_item:hover .more {
  opacity: 1;
}

.home_page .content .links_block .link_item:first-child {
  height: 150px;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, .15);
  padding-top: 13px;
  padding-right: 19px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
}

.home_page .content .links_block .link_item:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 0;
  height: calc(100% + 4px);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.home_page .content .links_block .link_item:first-child:hover {
  background: #fff;
  color: #242a38;
}

.home_page .content .links_block .link_item:first-child:hover .arrow:before {
  width: 30px;
  height: 30px;
  background: #ffb726;
  right: -10px;
  top: -7px;
}

.home_page .content .links_block .link_item:first-child:hover .arrow .line {
  background: #242a38;
}

.home_page .content .links_block .link_item:first-child:hover .arrow svg path {
  stroke: #242a38;
}

.home_page .content .links_block .link_item:first-child:hover:before {
  width: 30px;
  background: #fff;
  left: -30px;
}

.home_page .content .links_block .link_item:last-child {
  margin-top: 150px;
  height: 285px;
  border: 2px solid #ffb726;
  background-color: rgba(255, 255, 255, .05);
  padding-top: 17px;
  padding-left: 19px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
}

.home_page .content .links_block .link_item:last-child:before {
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  width: 0;
  height: calc(100% + 4px);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.home_page .content .links_block .link_item:last-child:hover {
  background: #ffb726;
  color: #242a38;
  height: 300px;
}

.home_page .content .links_block .link_item:last-child:hover .arrow:before {
  width: 30px;
  height: 30px;
  background: #fff;
  right: -10px;
  top: -7px;
}

.home_page .content .links_block .link_item:last-child:hover .arrow .line {
  background: #242a38;
}

.home_page .content .links_block .link_item:last-child:hover .arrow svg path {
  stroke: #242a38;
}

.home_page .content .links_block .link_item:last-child:hover:before {
  width: 15px;
  background: #ffb726;
  right: -15px;
}

.home_page .content .title {
  font-family: Oswald, sans-serif;
  font-size: 80px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 90px;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}

.home_page .content .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: rgba(34, 44, 80, .64);
  z-index: -1;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 100px 100px rgba(34, 44, 80, .64);
  box-shadow: 0 0 100px 100px rgba(34, 44, 80, .64);
}

.home_page .content .title svg {
  margin-top: 25px;
  margin-bottom: 10px;
}

.home_page .content .slider_home {
  margin-top: 100px;
  width: 220px;
  margin-left: auto;
}

.home_page .content .slider_home .tabs-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.home_page .content .slider_home .tabs-number .pagination-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 52px;
  height: 52px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .5px;
  position: relative;
  margin-right: 5px;
  z-index: 1000;
}

.home_page .content .slider_home .tabs-number .pagination-current img {
  position: absolute;
  left: -24px;
  top: -24px;
  width: 100px;
  height: 100px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.home_page .content .slider_home .tabs-number .pagination-count {
  background: #fff;
  opacity: .3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  z-index: 1000;
}

.home_page .content .slider_home .slides_wrap {
  position: relative;
}

.home_page .content .slider_home .slides_wrap .slide {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.home_page .content .slider_home .slides_wrap .slide.active {
  opacity: 1;
}

.home_page .content .slider_home .slides_wrap .slide .title_slide {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.home_page .content .slider_home .slides_wrap .slide .sub_title {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #fff;
}

.home_page .content .slider_home .slides_wrap .slide .sub_title span {
  color: #ffb726;
}

.about_page {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.about_page .navigation_slider {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  left: 100px;
  z-index: 999;
  color: #fff;
  padding-top: 210px;
}

.about_page .navigation_slider .tabs-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_page .navigation_slider .tabs-number .pagination-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border: 2px solid #ffb726;
  background-color: rgba(255, 178, 31, .2);
  margin-right: 5px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.about_page .navigation_slider .tabs-number .pagination-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #222731;
  border-radius: 50%;
  background: #fff;
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  opacity: .3;
}

.about_page .navigation_slider .arrows_slider {
  margin-bottom: 80px;
}

.about_page .navigation_slider .arrows_slider .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 40px;
  height: 65px;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
}

.about_page .navigation_slider .arrows_slider .arrow:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 3px;
  right: 20px;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  border-radius: 50%;
  z-index: -1;
}

.about_page .navigation_slider .arrows_slider .arrow .line {
  width: 2px;
  height: 60px;
  background: #fff;
  margin-bottom: -6px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.about_page .navigation_slider .arrows_slider .arrow:hover .line {
  height: 40px;
}

.about_page .navigation_slider .arrows_slider .arrow:hover:before {
  width: 30px;
  height: 30px;
  background: #ffb726;
  right: 5px;
  bottom: -10px;
}

.about_page .navigation_slider .arrows_slider .disabled {
  opacity: .3;
  height: 25px;
}

.about_page .navigation_slider .arrows_slider .disabled:before {
  display: none;
}

.about_page .navigation_slider .arrows_slider .disabled:hover .line {
  height: 0;
}

.about_page .navigation_slider .arrows_slider .disabled .line {
  height: 20px;
}

.about_page .navigation_slider .arrows_slider .prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.about_page .navigation_slider .arrows_slider .next {
  margin-top: 20px;
  margin-left: -1px;
}

.about_slider {
  width: 100%;
  height: 100%;
  background: #22262f;
}

.about_slider .slide {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
  transition: transform 2s cubic-bezier(.575, .005, .285, 1.005), opacity 2s cubic-bezier(.575, .005, .285, 1.005), -webkit-transform 2s cubic-bezier(.575, .005, .285, 1.005);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  background: #fff;
  overflow: hidden;
}

.about_slider .slide.down_hidden {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.about_slider .slide.up_hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.about_slider .slide:first-child {
  z-index: 1;
}

.about_slider .slide.no_transition {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.about_slider .slide .map {
  position: absolute;
  left: 40%;
  top: 0;
  width: 60%;
  height: 100%;
  max-height: 960px;
  z-index: 1;
}

.about_slider .slide .map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide.mapping_slide .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide.mapping_slide .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-radial-gradient(52.7% 55.8%, 47.3% 66.5%, rgba(34, 44, 80, 0) 0, #22262f 100%);
  background: radial-gradient(47.3% 66.5% at 52.7% 55.8%, rgba(34, 44, 80, 0) 0, #22262f 100%);
  z-index: 3;
}

.slide.mapping_slide .wrapper {
  padding: 0 140px 0 100px;
  z-index: 9;
}

.slide.mapping_slide .title {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 100px;
  margin-left: 60px;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.slide.mapping_slide .content_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide.mapping_slide .content_slide .sub_title {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 35px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.slide.mapping_slide .content_slide .text {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .9px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.slide.mapping_slide .content_slide .description_block {
  padding: 60px;
  background: #ffbc36;
  color: #262e40;
  max-width: 780px;
  margin-right: 60px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
}

.slide.mapping_slide .content_slide .description_block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #ffbc36;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.slide.mapping_slide .content_slide .description_block:hover {
  padding-top: 40px;
}

.slide.mapping_slide .content_slide .description_block:hover:before {
  top: -15px;
  height: 15px;
}

.slide.mapping_slide .content_slide .description_block:hover .sub_title {
  margin-bottom: 30px;
}

.slide.mapping_slide .content_slide .description_block:hover .text {
  margin-bottom: 25px;
}

.slide.mapping_slide .content_slide .districts_block {
  padding: 60px 0;
}

.slide.mapping_slide .content_slide .districts_block .sub_title {
  color: #fff;
}

.slide.mapping_slide .content_slide .districts_block .text {
  color: #ffb726;
}

.slide.development_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 200px;
}

.slide.development_slide .wrapper {
  padding: 0 15px 0 100px;
  position: relative;
}

.slide.development_slide .wrapper .title {
  color: #242a38;
  letter-spacing: 1.6px;
  font-weight: 700;
  font-size: 80px;
  margin-left: 60px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.slide.development_slide .wrapper .label {
  position: absolute;
  right: 30px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 310px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ffbc36;
  padding: 10px 28px 11px 30px;
}

.slide.development_slide .wrapper .label:after {
  content: "";
  position: absolute;
  bottom: -11px;
  right: -11px;
  width: 16px;
  height: 16px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffbc36;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slide.development_slide .wrapper .label .year {
  font-size: 80px;
  color: #262e40;
  font-weight: 700;
  margin-right: 10px;
  line-height: 1;
}

.slide.development_slide .wrapper .label .desc {
  text-transform: uppercase;
  color: #262e40;
  letter-spacing: .4px;
  font-weight: 700;
  line-height: 1.25;
}

.slide.development_slide .wrapper .content_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: visible;
}

.slide.development_slide .wrapper .content_slide:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 120px;
  height: 3px;
  width: 200%;
  background: url(../images/dist/line_yellow.svg) repeat center;
  z-index: 3;
}

.slide.development_slide .wrapper .content_slide:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 60px;
  height: 50px;
  width: 50px;
  background: url(../images/dist/calendar.svg) no-repeat center;
  z-index: 4;
}

.slide.development_slide .wrapper .content_slide .description_block {
  background: #f7f7f7;
  padding: 179px 0 80px 60px;
  position: relative;
  margin-top: -40px;
  max-width: 490px;
}

.slide.development_slide .wrapper .content_slide .description_block:before {
  content: "";
  position: absolute;
  right: -160px;
  top: 0;
  width: 160px;
  height: 100%;
  background: #f7f7f7;
}

.slide.development_slide .wrapper .content_slide .description_block:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1000px;
  width: calc(100% + 160px);
  height: 1000px;
  background: #f7f7f7;
}

.slide.development_slide .wrapper .content_slide .description_block .sub_title {
  font-size: 80px;
  font-weight: 700;
  color: #242a38;
  text-transform: uppercase;
}

.slide.development_slide .wrapper .content_slide .description_block .sub_title span {
  color: #ffb726;
}

.slide.development_slide .wrapper .content_slide .description_block .text {
  font-size: 40px;
  color: #22262f;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .4px;
  line-height: 1.25;
}

.slide.development_slide .wrapper .content_slide .districts_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 3;
}

.slide.development_slide .wrapper .content_slide .districts_block .item {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 15px;
  position: relative;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1) {
  width: 320px;
  height: 320px;
  padding: 40px 55px 0 60px;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #122856;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1) .number {
  font-size: 80px;
  letter-spacing: .6px;
  line-height: 1.3;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1) .number span {
  font-size: 24px;
  letter-spacing: normal;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1) .sub_desc {
  background: #ffb726;
  font-size: 24px;
  color: #1e1c1d;
  padding: 3px 0 3px 10px;
  margin-bottom: 9px;
  letter-spacing: .6px;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1) .description {
  font-size: 20px;
  letter-spacing: .5px;
  line-height: 1.5;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1):hover:before {
  left: 3%;
  top: 3%;
  width: 94%;
  height: 94%;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:first-child {
  margin-left: 0;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:first-child:after {
  content: "";
  position: absolute;
  bottom: -105px;
  left: 50%;
  height: 50px;
  width: 50px;
  background: url(../images/dist/time.svg) no-repeat center;
  z-index: 4;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2) {
  width: 200px;
  height: 200px;
  padding: 25px 40px;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #242a38;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2):after {
  content: "";
  position: absolute;
  bottom: -105px;
  left: 50%;
  height: 50px;
  width: 50px;
  background: url(../images/dist/box.svg) no-repeat center;
  z-index: 4;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2) .number {
  font-size: 40px;
  letter-spacing: .6px;
  line-height: 1.3;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2) .number span {
  font-size: 24px;
  letter-spacing: normal;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2) .sub_desc {
  background: #ffb726;
  font-size: 14px;
  color: #1e1c1d;
  padding: 3px 0 3px 10px;
  margin-bottom: 5px;
  letter-spacing: .6px;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2) .description {
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 1.5;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2):hover:before {
  left: 3%;
  top: 3%;
  width: 94%;
  height: 94%;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(3):after {
  content: "";
  position: absolute;
  bottom: -105px;
  left: 50%;
  height: 50px;
  width: 50px;
  background: url(../images/dist/bus.svg) no-repeat center;
  z-index: 4;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.slide.development_slide .wrapper .content_slide .districts_block .item:last-child {
  width: 220px;
  height: 220px;
  padding: 38px 54px 0;
  margin-right: 0;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:last-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #242a38;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:last-child:after {
  content: "";
  position: absolute;
  bottom: -105px;
  left: 50%;
  height: 50px;
  width: 50px;
  background: url(../images/dist/personal.svg) no-repeat center;
  z-index: 4;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.slide.development_slide .wrapper .content_slide .districts_block .item:last-child .number {
  font-size: 40px;
  letter-spacing: .6px;
  line-height: 1.3;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:last-child .number span {
  font-size: 24px;
  letter-spacing: normal;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:last-child .sub_desc {
  background: #ffb726;
  font-size: 14px;
  color: #1e1c1d;
  padding: 3px 0 3px 10px;
  margin-bottom: 5px;
  letter-spacing: .6px;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:last-child .description {
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 1.5;
}

.slide.development_slide .wrapper .content_slide .districts_block .item:last-child:hover:before {
  left: 3%;
  top: 3%;
  width: 94%;
  height: 94%;
}

.slide.clients_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 200px;
}

.slide.clients_slide .wrapper {
  padding: 0 15px 0 100px;
  position: relative;
}

.slide.clients_slide .wrapper .title {
  color: #242a38;
  letter-spacing: 1.6px;
  font-weight: 700;
  font-size: 80px;
  margin-left: 60px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 7px;
}

.slide.clients_slide .wrapper .subtitle {
  margin-bottom: 60px;
  margin-left: 60px;
  text-transform: uppercase;
  color: #919397;
  font-size: 20px;
  letter-spacing: .5px;
}

.slide.clients_slide .wrapper .label {
  position: absolute;
  right: 15px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ffbc36;
  padding: 10px 28px 11px 30px;
}

.slide.clients_slide .wrapper .label:after {
  content: "";
  position: absolute;
  bottom: -11px;
  right: -11px;
  width: 16px;
  height: 16px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffbc36;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slide.clients_slide .wrapper .label .desc {
  text-transform: uppercase;
  color: #262e40;
  letter-spacing: .4px;
  font-weight: 700;
  line-height: 1.25;
}

.slide.clients_slide .wrapper .content_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slide.clients_slide .wrapper .content_slide .client_item {
  width: 20%;
  height: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide.clients_slide .wrapper .content_slide .client_item:hover .icon_company {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.slide.clients_slide .wrapper .content_slide .client_item:nth-child(2n-1) {
  background: #f7f7f7;
}

.slide.clients_slide .wrapper .content_slide .client_item .icon_company {
  max-height: 120px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.slide.clients_slide .wrapper .content_slide .client_item .icon_company img {
  max-height: 120px;
  max-width: 240px;
}

.slide.about_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 200px;
}

.slide.about_end .wrapper {
  padding: 0 0 0 100px;
  z-index: 9;
}

.slide.about_end .title {
  color: #fff;
  letter-spacing: 1.6px;
  font-weight: 700;
  font-size: 80px;
  margin-left: 60px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.slide.about_end .content_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide.about_end .content_slide .description_block {
  padding: 60px 60px 80px;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  max-width: 640px;
  margin-right: 60px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
}

.slide.about_end .content_slide .description_block:before {
  content: "";
  position: absolute;
  left: 0;
  top: -68px;
  width: 100%;
  height: 68px;
  background: rgba(255, 255, 255, .07);
}

.slide.about_end .content_slide .description_block .text {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .9px;
  margin-bottom: 160px;
}

.navigation_about {
  width: 50%;
  max-width: 600px;
  margin-top: -80px;
}

.navigation_about .nav_menu {
  width: 100%;
}

.navigation_about .nav_menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navigation_about .nav_menu ul li {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  overflow: visible;
}

.navigation_about .nav_menu ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background: #262e40;
}

.navigation_about .nav_menu ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background: #262e40;
}

.navigation_about .nav_menu ul li a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 26px;
  color: #fff;
  padding: 23px 0;
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, .3);
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 9;
}

.navigation_about .nav_menu ul li a .icon_arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  top: 35px;
  z-index: 9;
}

.navigation_about .nav_menu ul li a .icon_arrow:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  right: 2px;
  top: 6px;
  background: #fff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.navigation_about .nav_menu ul li a .icon_arrow:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 7px;
  right: 5px;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
}

.navigation_about .nav_menu ul li:hover {
  background: #ffb726;
}

.navigation_about .nav_menu ul li:hover:before {
  background: #ffb726;
  left: -60px;
  width: 60px;
}

.navigation_about .nav_menu ul li:hover:after {
  background: #ffb726;
  right: -60px;
  width: 60px;
}

.navigation_about .nav_menu ul li:hover a {
  color: #242a38;
  border-color: #ffb726;
}

.navigation_about .nav_menu ul li:hover a .icon_arrow:before {
  background: #242a38;
  width: 40px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.navigation_about .nav_menu ul li:hover a .icon_arrow:after {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -8px;
  right: -10px;
  z-index: -1;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}

.navigation_about .nav_menu ul li:hover a .icon_arrow svg path {
  stroke: #242a38;
}

.services_page {
  height: 100vh;
  padding-top: 200px;
}

.services_page .title {
  color: #242a38;
  letter-spacing: 1.6px;
  font-weight: 700;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  margin-bottom: 60px;
}

.services_page .buttons_slider {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services_page .buttons_slider .swiper-button-next,
.services_page .buttons_slider .swiper-button-prev {
  position: relative;
  margin-top: 0;
  left: auto;
  right: 20px;
  top: auto;
  bottom: auto;
  width: 60px;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.services_page .buttons_slider .swiper-button-next svg,
.services_page .buttons_slider .swiper-button-prev svg {
  z-index: 1;
}

.services_page .buttons_slider .swiper-button-next:after,
.services_page .buttons_slider .swiper-button-prev:after {
  display: none;
}

.services_page .buttons_slider .swiper-button-next {
  margin-left: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.services_page .buttons_slider .swiper-button-next .line {
  margin-right: -6px;
}

.services_page .buttons_slider .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.services_page .buttons_slider .swiper-button-prev {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.services_page .buttons_slider .swiper-button-prev .line {
  margin-left: -6px;
}

.services_page .buttons_slider .arrow {
  position: relative;
}

.services_page .buttons_slider .arrow .line {
  width: 60px;
  height: 2px;
  background: #242a38;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 1;
}

.services_page .buttons_slider .arrow .line .line {
  width: 40px;
}

.services_page .buttons_slider .arrow.swiper-button-disabled {
  pointer-events: auto;
  width: 20px;
}

.services_page .buttons_slider .arrow.swiper-button-disabled:before {
  display: none;
}

.services_page .buttons_slider .arrow.swiper-button-disabled .line {
  width: 20px;
}

.services_page .buttons_slider .arrow.swiper-button-disabled:hover .line {
  width: 0;
}

.services_page .buttons_slider .swiper-button-prev:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 20px;
  width: 0;
  height: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  z-index: 0;
}

.services_page .buttons_slider .swiper-button-prev:hover:before {
  background: #ffb726;
  width: 30px;
  height: 30px;
  left: -10px;
  top: 4px;
}

.services_page .buttons_slider .swiper-button-next:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  right: 3px;
  top: 20px;
  width: 0;
  height: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  z-index: 0;
}

.services_page .buttons_slider .swiper-button-next:hover:before {
  background: #ffb726;
  width: 30px;
  height: 30px;
  right: -10px;
  top: 4px;
}

.services_page .swiper-container {
  overflow: visible;
}

.services_page .services_slider .swiper-slide {
  background: #242a38;
  color: #fff;
  height: 455px;
  padding: 55px 0 60px 60px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services_page .services_slider .swiper-slide .content_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.services_page .services_slider .swiper-slide .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services_page .services_slider .swiper-slide .more .name {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: .6px;
  margin-right: 8px;
}

.services_page .services_slider .swiper-slide .more .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.services_page .services_slider .swiper-slide .more .arrow:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  right: 4px;
  top: 15px;
  width: 0;
  height: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  z-index: 0;
}

.services_page .services_slider .swiper-slide .more .arrow .line {
  width: 15px;
  height: 2px;
  background: #ffb726;
  margin-right: -6px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 2;
}

.services_page .services_slider .swiper-slide .more .arrow svg {
  z-index: 2;
}

.services_page .services_slider .swiper-slide .name_service .title_service {
  font-size: 37px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 18px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.services_page .services_slider .swiper-slide .name_service .description_service {
  color: #ffb726;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.services_page .services_slider .swiper-slide .image_slide {
  position: absolute;
  top: 0;
  right: -5%;
  max-width: 600px;
  height: 100%;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.services_page .services_slider .swiper-slide .image_slide img {
  width: 100%;
  height: 100%;
}

.services_page .services_slider .swiper-slide:hover .more .arrow:before {
  background: #ffb726;
  width: 30px;
  height: 30px;
  right: -10px;
  top: 0;
}

.services_page .services_slider .swiper-slide:hover .more .arrow .line {
  background: #fff;
  width: 40px;
}

.services_page .services_slider .swiper-slide:hover .more .arrow svg path {
  stroke: #fff;
}

.services_page .services_slider .swiper-slide:hover .name_service .title_service {
  margin-bottom: 34px;
}

.services_page .services_slider .swiper-slide:hover .image_slide {
  right: 0;
}

.single_service_page {
  height: 100vh;
  padding-top: 200px;
}

.single_service_page .wrapper {
  height: 100%;
}

.single_service_page .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single_service_page .content .title_block .title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.05;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.single_service_page .content .title_block .button_yellow {
  margin-bottom: 80px;
  max-width: 520px;
}

.single_service_page .content .main_service {
  background: #fff;
  max-width: 910px;
  margin-right: 60px;
  padding: 50px 100px 0;
  width: 60%;
  max-height: 790px;
  position: relative;
}

.single_service_page .content .main_service .wrap {
  overflow: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  max-height: 740px;
  padding: 50px 0 100px;
}

.single_service_page .content .main_service .wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.single_service_page .content .main_service .line {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}

.single_service_page .content .main_service .title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 60px;
  letter-spacing: .2px;
  line-height: 1.35;
}

.single_service_page .content .main_service .text {
  font-size: 18px;
  letter-spacing: .6px;
}

.team_page {
  height: 100vh;
  padding-top: 200px;
}

.team_page .title {
  color: #242a38;
  letter-spacing: 1.6px;
  font-weight: 700;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  margin-bottom: 60px;
}

.team_page .label {
  width: 400px;
  position: absolute;
  right: 15px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ffbc36;
  padding: 10px 28px 11px 30px;
}

.team_page .label:after {
  content: "";
  position: absolute;
  bottom: -11px;
  right: -11px;
  width: 16px;
  height: 16px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffbc36;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.team_page .label .desc {
  text-transform: uppercase;
  color: #262e40;
  letter-spacing: .4px;
  font-weight: 700;
  line-height: 1.25;
  font-size: 18px;
}

.team_page .buttons_slider {
  position: absolute;
  right: 440px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team_page .buttons_slider .swiper-button-next,
.team_page .buttons_slider .swiper-button-prev {
  position: relative;
  margin-top: 0;
  left: auto;
  right: 20px;
  top: auto;
  bottom: auto;
  width: 60px;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.team_page .buttons_slider .swiper-button-next svg,
.team_page .buttons_slider .swiper-button-prev svg {
  z-index: 1;
}

.team_page .buttons_slider .swiper-button-next:after,
.team_page .buttons_slider .swiper-button-prev:after {
  display: none;
}

.team_page .buttons_slider .swiper-button-next {
  margin-left: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.team_page .buttons_slider .swiper-button-next .line {
  margin-right: -6px;
}

.team_page .buttons_slider .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.team_page .buttons_slider .swiper-button-prev {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.team_page .buttons_slider .swiper-button-prev .line {
  margin-left: -6px;
}

.team_page .buttons_slider .arrow {
  position: relative;
}

.team_page .buttons_slider .arrow .line {
  width: 60px;
  height: 2px;
  background: #242a38;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 1;
}

.team_page .buttons_slider .arrow .line .line {
  width: 40px;
}

.team_page .buttons_slider .arrow.swiper-button-disabled {
  pointer-events: auto;
  width: 20px;
}

.team_page .buttons_slider .arrow.swiper-button-disabled:before {
  display: none;
}

.team_page .buttons_slider .arrow.swiper-button-disabled .line {
  width: 20px;
}

.team_page .buttons_slider .arrow.swiper-button-disabled:hover .line {
  width: 0;
}

.team_page .buttons_slider .swiper-button-prev:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 20px;
  width: 0;
  height: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  z-index: 0;
}

.team_page .buttons_slider .swiper-button-prev:hover:before {
  background: #ffb726;
  width: 30px;
  height: 30px;
  left: -10px;
  top: 4px;
}

.team_page .buttons_slider .swiper-button-next:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  right: 3px;
  top: 20px;
  width: 0;
  height: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  z-index: 0;
}

.team_page .buttons_slider .swiper-button-next:hover:before {
  background: #ffb726;
  width: 30px;
  height: 30px;
  right: -10px;
  top: 4px;
}

.team_page .team_slider {
  padding-left: 4px;
  margin-left: -4px;
  width: calc(100% + 4px);
}

.team_page .team_slider .swiper-slide .photo {
  width: 100%;
  height: 372px;
  position: relative;
  margin-bottom: 17px;
}

.team_page .team_slider .swiper-slide .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team_page .team_slider .swiper-slide .photo .position {
  position: absolute;
  bottom: 32px;
  left: 0;
  z-index: 3;
  background: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .6px;
  padding: 9px 15px;
}

.team_page .team_slider .swiper-slide .photo .position:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #ffb726;
}

.team_page .team_slider .swiper-slide .name {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1.25;
}

.contacts_page {
  height: 100vh;
  padding-top: 200px;
}

.contacts_page .title {
  color: #242a38;
  letter-spacing: 1.6px;
  font-weight: 700;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  margin-bottom: 7px;
}

.contacts_page .subtitle {
  margin-bottom: 135px;
  text-transform: uppercase;
  color: #919397;
  font-size: 20px;
  letter-spacing: .5px;
}

.contacts_page .contacts_items {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
  z-index: 100;
}

.contacts_page .contacts_items .item {
  width: 50%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts_page .contacts_items .item .title_item {
  height: 32px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts_page .contacts_items .item .title_item .name {
  font-size: 26px;
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.contacts_page .contacts_items .item .address,
.contacts_page .contacts_items .item .phone_item {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.2px;
  font-weight: 700;
  line-height: 1.7;
}

.contacts_page .contacts_items .item .address span,
.contacts_page .contacts_items .item .phone_item span {
  text-transform: none;
}

.contacts_page .contacts_items .item:first-child {
  background: #242a38;
}

.contacts_page .contacts_items .item:first-child .name,
.contacts_page .contacts_items .item:first-child a {
  color: #fff;
}

.contacts_page .contacts_items .item:first-child .phone_item span {
  color: #919397;
}

.contacts_page .contacts_items .item:nth-child(2) {
  background: #fff;
}

.contacts_page .contacts_items .item:nth-child(2) .name,
.contacts_page .contacts_items .item:nth-child(2) a {
  color: #242a38;
}

.contacts_page .contacts_items .item:nth-child(2) .phone_item span {
  color: #919397;
}

.contacts_page .contacts_items .item:nth-child(3) {
  background: #ffb726;
}

.contacts_page .contacts_items .item:nth-child(3) .name {
  color: #242a38;
}

.contacts_page .contacts_items .item:nth-child(3) .address {
  color: #242a38;
}

.contacts_page .map {
  width: 100%;
}

.contacts_page .map img {
  width: 100%;
}

.news_page {
  padding-top: 200px;
}

.news_page .title {
  color: #242a38;
  letter-spacing: 1.6px;
  font-weight: 700;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  margin-bottom: 60px;
}

.news_page .news_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.news_page .news_items .item {
  width: calc(33.33% - 40px);
  margin: 0 20px 60px;
  text-decoration: none;
}

.news_page .news_items .item .image {
  width: 100%;
  height: 400px;
  margin-bottom: 18px;
  overflow: hidden;
}

.news_page .news_items .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.news_page .news_items .item .date {
  color: #919397;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}

.news_page .news_items .item .title {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  line-height: 1.2;
}

.news_page .news_items .item:hover .image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news_page .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 180px;
}

.news_page .pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_page .pagination ul li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
  color: #242a38;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border: 2px solid #fff;
}

.news_page .pagination ul li a.active {
  border: 2px solid #ffb726;
}

.news_page .pagination ul li a:hover {
  border: 2px solid #ffb726;
}

.single_news_page {
  padding-top: 200px;
}

.single_news_page .head_article {
  margin-bottom: 58px;
}

.single_news_page .head_article .wrapper {
  max-width: 960px;
}

.single_news_page .head_article .wrapper .title {
  color: #242a38;
  letter-spacing: 1.6px;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  margin-bottom: 18px;
}

.single_news_page .head_article .wrapper .date {
  color: #919397;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 40px;
}

.single_news_page .head_article .wrapper .desc {
  font-size: 18px;
  letter-spacing: .6px;
  line-height: 2;
}

.single_news_page .image {
  height: 500px;
  width: 100%;
  margin-bottom: 60px;
}

.single_news_page .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single_news_page .content_article .wrapper {
  max-width: 960px;
}

.single_news_page .content_article .wrapper p {
  font-size: 18px;
  margin-bottom: 55px;
  line-height: 2;
}

.single_news_page .content_article .wrapper q {
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .6px;
  margin-bottom: 60px;
  display: inline-block;
  padding: 40px 0 40px 35px;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  position: relative;
}

.single_news_page .content_article .wrapper q:before {
  content: "";
  position: absolute;
  left: 0;
  top: 43px;
  width: 17px;
  height: 17px;
  background: url(../images/dist/quote.svg) no-repeat center;
}

.single_news_page .content_article .wrapper h1,
.single_news_page .content_article .wrapper h2,
.single_news_page .content_article .wrapper h3,
.single_news_page .content_article .wrapper h4,
.single_news_page .content_article .wrapper h5,
.single_news_page .content_article .wrapper h6 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .6px;
  margin-bottom: 40px;
}

.single_news_page .content_article .wrapper ol {
  list-style-type: none;
  counter-reset: my-awesome-counter;
  padding: 0;
  margin-bottom: 57px;
}

.single_news_page .content_article .wrapper ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 70px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .6px;
}

.single_news_page .content_article .wrapper ol li:before {
  content: counter(my-awesome-counter);
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ffb726;
  border-left: 4px solid #ffb726;
}

.single_news_page .content_article .wrapper ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 57px;
}

.single_news_page .content_article .wrapper ul li {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .6px;
  padding-left: 18px;
  margin-bottom: 18px;
  position: relative;
}

.single_news_page .content_article .wrapper ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #ffb726;
}

.single_news_page .bottom_article {
  margin-bottom: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 960px;
}

.single_news_page .bottom_article .button_transparent {
  height: 60px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: .6px;
  border: 2px solid #dcdfe6;
}

.single_news_page .bottom_article .button_transparent a {
  color: #262e40;
  text-decoration: none;
}

.single_news_page .bottom_article .button_transparent svg {
  margin-right: 7px;
}

.single_news_page .bottom_article .social_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single_news_page .bottom_article .social_buttons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #dcdfe6;
  margin: 0 5px;
}

.single_news_page .bottom_article .social_buttons .icon img {
  max-width: 25px;
}

.privacy_page {
  padding-top: 200px;
  margin-bottom: 180px;
}

.privacy_page .title {
  color: #242a38;
  letter-spacing: 1.6px;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  margin-bottom: 60px;
}

.privacy_page h1,
.privacy_page h2,
.privacy_page h3,
.privacy_page h4,
.privacy_page h5,
.privacy_page h6 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .6px;
  margin-bottom: 30px;
}

.privacy_page p {
  font-size: 18px;
  letter-spacing: .6px;
  margin-bottom: 55px;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.footer .footer_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer .footer_items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 2px solid #fff;
  width: 50%;
  line-height: 78px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .6px;
  text-decoration: none;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 2;
}

.footer .footer_items a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  z-index: 0;
}

.footer .footer_items a:hover {
  color: #242a38;
  line-height: 95px;
}

.footer .footer_items a:hover .arrow .line {
  background: #242a38;
  width: 40px;
}

.footer .footer_items a:hover .arrow svg path {
  stroke: #242a38;
}

.footer .footer_items a .name {
  z-index: 2;
}

.footer .footer_items a .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 15px;
  margin-left: 10px;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 2;
}

.footer .footer_items a .arrow:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  right: 4px;
  top: 8px;
  width: 0;
  height: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  z-index: 0;
}

.footer .footer_items a .arrow .line {
  height: 2px;
  background: #fff;
  width: 15px;
  margin-right: -6px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 1;
}

.footer .footer_items a .arrow svg {
  z-index: 1;
}

.footer .footer_items a .arrow svg path {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.footer .footer_items a:first-child {
  margin-right: 20px;
}

.footer .footer_items a:first-child:before {
  background: #fff;
}

.footer .footer_items a:first-child:hover:before {
  width: 100%;
}

.footer .footer_items a:first-child:hover .arrow:before {
  width: 30px;
  height: 30px;
  background: #ffb726;
  right: -10px;
  top: -7px;
}

.footer .footer_items a:last-child:before {
  background: #ffb726;
}

.footer .footer_items a:last-child:hover {
  border-color: #ffb726;
}

.footer .footer_items a:last-child:hover:before {
  width: 100%;
}

.footer .footer_items a:last-child:hover .arrow:before {
  width: 30px;
  height: 30px;
  background: #fff;
  right: -10px;
  top: -7px;
}

.order_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  left: -100%;
  top: 0;
  background: #fff;
  width: 50%;
  height: 100vh;
  padding: 40px 50px 80px 50px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 9999;
  overflow: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.order_form::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.order_form.open {
  left: 0;
  -webkit-box-shadow: 0 30px 99px rgba(0, 0, 0, .3);
  box-shadow: 0 30px 99px rgba(0, 0, 0, .3);
}

.order_form .logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  outline: 0;
}

.order_form .logo_wrap .logo {
  width: 77px;
  height: 77px;
  margin-right: 5px;
}

.order_form .logo_wrap .logo img {
  width: 100%;
  height: 100%;
}

.order_form .logo_wrap .title_logo {
  text-transform: uppercase;
  color: #fff;
}

.order_form .logo_wrap .title_logo .title {
  color: #242a38;
  font-size: 32px;
  letter-spacing: .8px;
  line-height: 1;
  margin-top: 12px;
  margin-bottom: 5px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.order_form .logo_wrap .title_logo .sub_title {
  color: #242a38;
  font-size: 20px;
  opacity: .5;
  letter-spacing: .5px;
  line-height: 1;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.order_form .title_form {
  color: #242a38;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  padding-left: 50px;
  margin-top: 85px;
  margin-bottom: 50px;
}

.order_form form {
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order_form form .input-wrapper {
  position: relative;
  border-bottom: 2px solid #dcdfe6;
  padding-bottom: 18px;
  margin-bottom: 30px;
  width: calc(50% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}

.order_form form .input-wrapper.name,
.order_form form .input-wrapper.textarea {
  width: 100%;
}

.order_form form .input-wrapper label {
  position: absolute;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  top: 0;
  left: 2px;
  text-transform: uppercase;
  font-size: 20px;
}

.order_form form .input-wrapper label span {
  color: #919397;
}

.order_form form .input-wrapper textarea {
  height: 130px;
}

.order_form form .input-wrapper input,
.order_form form .input-wrapper textarea {
  border: none;
  width: 100%;
  resize: none;
}

.order_form form .input-wrapper input:focus~label,
.order_form form .input-wrapper textarea:focus~label {
  top: -20px;
  font-size: 14px;
}

.order_form form .input-wrapper.active label {
  top: -20px;
  font-size: 14px;
}

.order_form .privacy {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.order_form .privacy a {
  color: #ffb726;
}

.order_form .button_yellow {
  border: none;
  margin: 0 20px;
  width: calc(50% - 40px);
}

.order_form .close_mnu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 100px;
  top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border: 3px solid #f2f2f2;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.order_form .close_mnu svg {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.order_form .close_mnu:hover {
  border: 3px solid #ffb726;
  background: #ffb726;
}

.order_form .close_mnu:hover svg path {
  stroke: #fff;
}

.not_found_page {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.not_found_page .wrap_not_found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 100px;
}

.not_found_page .wrap_not_found .image {
  margin-left: -8%;
  margin-right: -8%;
  width: 100%;
  max-width: 487px;
}

.not_found_page .wrap_not_found .number {
  margin-top: -20px;
  line-height: 1;
  font-size: 360px;
  font-weight: 700;
}

.not_found_page img {
  width: 100%;
}

.not_found_page .title {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  color: #919397;
  letter-spacing: .4px;
  margin-bottom: 60px;
}

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

.not_found_page .menu .item {
  margin: 0 17px;
  padding: 13px 7px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
}

.not_found_page .menu .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  height: 2px;
  background: #ffb726;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 0;
}

.not_found_page .menu .item a {
  position: relative;
  font-size: 24px;
  color: #242a38;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .6px;
  z-index: 2;
}

.not_found_page .menu .item:hover:before {
  left: 0;
  width: 100%;
  height: 100%;
}

#thanks .title {
  margin-bottom: 17px;
}

.white-popup-block {
  position: relative;
  background: #fff;
  padding: 75px 100px 80px;
  width: auto;
  max-width: 700px;
  margin: 0 auto;
  -webkit-box-shadow: 0 30px 99px rgba(0, 0, 0, .3);
  box-shadow: 0 30px 99px rgba(0, 0, 0, .3);
}

.white-popup-block.show {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -250px;
}

.white-popup-block .title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 54px;
}

.white-popup-block .sub_title {
  color: #919397;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 60px;
  letter-spacing: 1.2px;
}

.white-popup-block form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.white-popup-block form .input-wrapper {
  position: relative;
  border-bottom: 2px solid #dcdfe6;
  padding-bottom: 18px;
  margin-bottom: 30px;
  width: 100%;
}

.white-popup-block form .input-wrapper label {
  position: absolute;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  top: 0;
  left: 2px;
  text-transform: uppercase;
  font-size: 20px;
}

.white-popup-block form .input-wrapper label span {
  color: #919397;
}

.white-popup-block form .input-wrapper input {
  border: none;
  width: 100%;
  resize: none;
}

.white-popup-block form .input-wrapper input:focus~label {
  top: -20px;
  font-size: 14px;
}

.white-popup-block form .input-wrapper.active label {
  top: -20px;
  font-size: 14px;
}

.white-popup-block .privacy {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.white-popup-block .privacy a {
  color: #ffb726;
}

.white-popup-block .button_yellow {
  border: none;
  width: 100%;
}

.white-popup-block .close_thanks {
  font-family: "PT Sans Narrow", sans-serif;
  width: 100%;
  height: 80px;
  border: 2px solid #f2f2f2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 1;
}

.white-popup-block .close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 50px;
  top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border: 3px solid #f2f2f2;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 0;
  opacity: 1;
}

.white-popup-block .close svg {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  pointer-events: none;
}

.white-popup-block .close:hover {
  border: 3px solid #ffb726;
  background: #ffb726;
}

.white-popup-block .close:hover svg path {
  stroke: #fff;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-wrap {
  z-index: 9999;
}

.mfp-bg {
  background: 0 0;
}

::-moz-selection {
  background-color: orange;
  color: #fff;
}

::selection {
  background-color: orange;
  color: #fff;
}

.index_page {
  height: auto;
  min-height: 100vh;
  padding-bottom: 40px;
  background: url(../images/dist/home_bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 200px;
}

@media only screen and (max-width:1900px) {
  .about_page .navigation_slider {
    left: 20px;
  }
}

@media only screen and (max-width:1600px) {
  .navigation {
    padding: 52px 60px 80px;
  }

  .order_form .title_form {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .order_form form {
    padding-left: 0;
    padding-right: 0;
    margin-left: -20px;
    margin-right: -20px;
  }

  .order_form .privacy {
    margin-bottom: 50px;
  }

  .home_page .content {
    padding: 180px 50px 0;
  }

  .home_page .content .links_block {
    margin-right: 100px;
  }

  .home_page .content .title {
    margin-top: 30px;
  }

  .about_slider .slide .map {
    left: 50%;
    max-height: 600px;
  }

  .slide.mapping_slide .title {
    font-size: 80px;
    margin-bottom: 50px;
  }

  .slide.mapping_slide .content_slide .sub_title {
    font-size: 32px;
  }

  .slide.development_slide {
    padding-top: 150px;
  }

  .about_page .navigation_slider {
    padding-top: 160px;
  }

  .slide.development_slide .wrapper .title {
    font-size: 60px;
  }

  .slide.development_slide .wrapper .label .year {
    font-size: 70px;
  }

  .slide.development_slide .wrapper .content_slide .description_block {
    padding: 70px 0 40px 60px;
  }

  .slide.development_slide .wrapper .content_slide .description_block .sub_title {
    font-size: 50px;
  }

  .slide.development_slide .wrapper .content_slide .description_block .text {
    font-size: 34px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1) {
    width: 300px;
    height: 300px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1) .number {
    font-size: 68px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1) .description {
    font-size: 18px;
  }

  .slide.development_slide .wrapper .content_slide:before {
    bottom: -53px;
  }

  .slide.development_slide .wrapper .content_slide:after {
    bottom: -75px;
  }

  .slide.about_end .title,
  .slide.clients_slide .wrapper .title {
    font-size: 60px;
  }

  .slide.about_end,
  .slide.clients_slide {
    padding-top: 150px;
  }

  .navigation_about {
    margin-right: 70px;
  }

  .slide.about_end .content_slide .description_block .text {
    margin-bottom: 60px;
  }

  .slide.clients_slide .wrapper .subtitle {
    margin-bottom: 40px;
  }

  .slide.clients_slide .wrapper .content_slide .client_item {
    height: 200px;
  }

  .slide.clients_slide .wrapper .content_slide .client_item .icon_company {
    max-height: 100px;
  }

  .slide.clients_slide .wrapper .content_slide .client_item .icon_company img {
    max-height: 100px;
  }

  .services_page {
    height: auto;
    padding-bottom: 140px;
  }

  .services_page .services_slider .swiper-slide {
    height: 420px;
  }

  .services_page .services_slider .swiper-slide .image_slide {
    max-width: 360px;
    height: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .single_service_page .content .main_service {
    max-height: 640px;
  }

  .single_service_page .content .main_service .wrap {
    max-height: 590px;
  }

  .single_service_page .content .title_block .title {
    font-size: 60px;
  }

  .team_page {
    height: auto;
    padding-bottom: 140px;
  }

  .contacts_page .contacts_items {
    width: 60%;
  }

  .contacts_page,
  .news_page,
  .privacy_page,
  .services_page,
  .single_news_page,
  .team_page {
    padding-top: 180px;
  }

  .order_form .title_form {
    font-size: 54px;
  }

  .order_form .close_mnu {
    right: 40px;
  }
}

@media only screen and (max-width:1400px) {
  .home_page .content {
    padding: 180px 0 0;
  }

  .home_page .content .title {
    font-size: 68px;
  }

  .home_page .content .title svg {

    margin: 0;
  }

  .order_form .title_form {
    font-size: 68px;
  }

  .navigation {
    padding: 52px 50px 80px;
  }

  .navigation .title_mnu {
    margin-bottom: 20px;
  }

  .navigation .nav_menu {
    margin-bottom: 60px;
  }

  .navigation .bottom_nav .item {
    margin-right: 25px;
  }

  .navigation .nav_menu ul li a {
    padding: 20px 0;
  }

  .navigation .nav_menu ul li:hover:after {
    right: -50px;
    width: 50px;
  }

  .navigation .nav_menu ul li:hover:before {
    left: -50px;
    width: 50px;
  }

  .slide.mapping_slide .wrapper {
    padding: 0 15px 0 100px;
  }

  .slide.mapping_slide .content_slide .sub_title {
    font-size: 28px;
  }

  .slide.mapping_slide .content_slide .text {
    font-size: 16px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item {
    margin: 0 10px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1) {
    width: 260px;
    height: 260px;
    padding: 30px 45px 0 50px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1):after {
    bottom: -82px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1) .number {
    font-size: 44px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1) .sub_desc {
    font-size: 20px;
  }

  .slide.development_slide .wrapper .content_slide .description_block .sub_title {
    font-size: 36px;
  }

  .slide.development_slide .wrapper .content_slide .description_block .text {
    font-size: 26px;
  }

  .slide.development_slide .wrapper .content_slide:before {
    bottom: -60px;
  }

  .slide.development_slide .wrapper .content_slide:after {
    bottom: -80px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2):after {
    bottom: -82px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:last-child:after {
    bottom: -82px;
  }

  .navigation_about .nav_menu ul li a {
    font-size: 20px;
    padding: 20px 0;
  }

  .slide.clients_slide .wrapper .content_slide .client_item {
    height: 150px;
  }

  .slide.clients_slide .wrapper .content_slide .client_item .icon_company img {
    max-height: 80px;
    max-width: 150px;
  }

  .slide.about_end .content_slide .description_block {
    padding: 15px 60px 60px;
  }

  .slide.about_end .content_slide .description_block .text {
    margin-bottom: 40px;
  }

  .services_page .services_slider .swiper-slide {
    height: 400px;
    padding: 45px 0 40px 35px;
  }

  .services_page .services_slider .swiper-slide .name_service .title_service {
    font-size: 32px;
  }

  .services_page .services_slider .swiper-slide .image_slide {
    max-width: 320px;
  }

  .services_page .services_slider .swiper-slide .name_service .description_service {
    font-size: 16px;
  }

  .single_service_page .content .main_service {
    margin-right: 0;
  }

  .single_service_page .content .main_service {
    max-height: 500px;
  }

  .single_service_page .content .main_service .wrap {
    max-height: 450px;
  }

  .single_service_page .content .main_service .title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .single_service_page .content .title_block .title {
    font-size: 52px;
    margin-bottom: 50px;
  }

  .news_page .news_items .item .title {
    font-size: 20px;
  }

  .news_page .news_items .item .image {
    height: 300px;
  }

  .news_page .news_items .item {
    margin-bottom: 0;
  }

  .order_form .title_form {
    font-size: 62px;
  }

  .white-popup-block {
    max-width: 500px;
    padding: 60px;
  }

  .white-popup-block .title {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .white-popup-block .privacy {
    margin-bottom: 40px;
  }

  .white-popup-block .sub_title {
    margin-bottom: 40px;
  }

  .not_found_page {
    height: auto;
    padding: 180px 0;
  }
}

@media only screen and (max-width:1200px) {
  .home_page {
    height: auto;
  }

  .home_page .wrapper {
    padding-top: 260px;
    padding-bottom: 260px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home_page .wrapper .content {
    width: 100%;
    padding: 0;
  }

  .home_page .content .links_block {
    width: 260px;
    margin-right: 75px;
  }

  .home_page .content .links_block .link_item {
    width: 130px;
  }

  .home_page .content .links_block .link_item:first-child {
    height: 130px;
  }

  .home_page .content .links_block .link_item:last-child {
    margin-top: 130px;
    height: 230px;
  }

  .home_page .content .title {
    font-size: 56px;
    line-height: 1.3;
    margin-top: 45px;
  }

  .home_page .content .slider_home {
    margin-top: 30px;
  }

  .about_slider .slide .map {
    width: 100%;
    left: 20%;
    max-height: 900px;
  }

  .slide.mapping_slide .content_slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide.mapping_slide .content_slide .districts_block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 60px;
  }

  .slide.mapping_slide .content_slide .description_block {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .slide.development_slide .wrapper .content_slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slide.development_slide .wrapper .content_slide .description_block .sub_title {
    font-size: 50px;
  }

  .slide.development_slide .wrapper .content_slide .description_block .text {
    font-size: 34px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 120px;
  }

  .slide.development_slide {
    height: 100%;
    overflow: scroll;
  }

  .slide.development_slide .wrapper .content_slide {
    padding-bottom: 100px;
  }

  .slide.development_slide .wrapper .content_slide:before {
    background: url(../images/dist/line_vertical.svg) no-repeat center;
    width: 6px;
    height: 80%;
    top: 240px;
    bottom: auto;
    left: 60px;
  }

  .slide.development_slide .wrapper .content_slide:after {
    bottom: auto;
    top: 230px;
    left: 40px;
  }

  .slide.mapping_slide .content_slide .description_block {
    padding-bottom: 120px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item {
    margin-bottom: 20px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1):after {
    left: -90px;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2):after {
    left: -170px;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:last-child:after {
    left: -140px;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }

  .slide.clients_slide .wrapper .subtitle {
    margin-bottom: 140px;
  }

  .slide.clients_slide .wrapper .label {
    top: 130px;
  }

  .slide.clients_slide .wrapper .content_slide .client_item {
    width: 33.33%;
    height: 250px;
  }

  .slide.about_end {
    height: 100%;
    overflow: scroll;
    padding-bottom: 100px;
    background-position: 70% 0 !important;
  }

  .slide.about_end .content_slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navigation_about {
    margin-top: 60px;
    margin-left: 60px;
  }

  .slide.mapping_slide {
    height: 100%;
    overflow-y: scroll;
  }

  .slide.mapping_slide .wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
  }

  .slide.mapping_slide .title {
    margin-top: 560px;
  }

  .slide.clients_slide {
    height: 100%;
    overflow: scroll;
    padding-bottom: 100px;
  }

  .services_page .services_slider .swiper-slide .image_slide {
    max-width: 260px;
  }

  .services_page .services_slider .swiper-slide {
    height: 340px;
  }

  .single_service_page {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .single_service_page .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .single_service_page .content .main_service {
    max-height: 500px;
    width: 100%;
    max-width: none;
  }

  .news_page .news_items .item .image {
    height: 230px;
  }

  .news_page .news_items .item .title {
    font-size: 18px;
  }

  .contacts_page .contacts_items {
    position: relative;
    width: 100%;
  }

  .contacts_page .subtitle {
    margin-bottom: 40px;
  }

  .contacts_page .map {
    height: 1000px;
    margin-top: -254px;
  }

  .contacts_page .map img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media only screen and (max-width:1100px) {
  .home_page .wrapper .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home_page .wrapper .content .title {
    font-size: 74px;
  }

  .home_page .content .links_block {
    width: 100%;
    margin-bottom: 83px;
    margin-right: 0;
  }

  .home_page .content .links_block .link_item {
    width: 150px;
  }

  .home_page .content .links_block .link_item:first-child {
    height: 150px;
  }

  .home_page .content .links_block .link_item:last-child {
    margin-top: 150px;
    height: 280px;
  }

  .navigation .bottom_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navigation .bottom_nav .item {
    margin-bottom: 20px;
  }

  .about_slider .slide .map {
    max-height: 600px;
  }

  .slide.mapping_slide .title {
    margin-top: 300px;
    margin-bottom: 0;
  }

  .services_page .services_slider .swiper-slide .image_slide {
    max-width: 200px;
  }

  .team_page .buttons_slider {
    right: 0;
  }

  .team_page .title {
    margin-bottom: 40px;
  }

  .team_page .label {
    position: relative;
    margin-left: auto;
    right: 0;
    margin-bottom: 60px;
  }

  .order_form .title_form {
    font-size: 42px;
    margin-top: 60px;
  }

  .services_page .services_slider .swiper-slide {
    height: 720px;
  }

  .services_page .services_slider .swiper-slide .image_slide {
    top: 40%;
    max-width: 420px;
  }

  .services_page .services_slider .swiper-slide .name_service .title_service {
    font-size: 40px;
  }

  .services_page .services_slider .swiper-slide .name_service .description_service {
    font-size: 18px;
  }

  .single_service_page .content .main_service {
    max-height: 790px;
  }

  .single_service_page .content .main_service .wrap {
    max-height: 740px;
  }
}

@media only screen and (max-width:992px) {
  .home_page {
    height: auto;
  }

  .home_page .wrapper .content {
    padding: 140px 0 80px;
    z-index: 1000;
  }

  .home_page .wrapper .content .title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 60px;
    font-size: 56px;
  }

  .home_page .wrapper .content .links_block {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
  }

  .home_page .wrapper .content .slider_home {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .home_page~.footer {
    position: absolute;
    bottom: 0;
  }

  .slide.development_slide .wrapper .title {
    margin-bottom: 180px;
  }

  .slide.development_slide .wrapper .label {
    top: 120px;
  }

  .slide.clients_slide .wrapper .content_slide .client_item {
    height: 200px;
  }

  .navigation_about {
    width: 73%;
  }

  .services_page .services_slider .swiper-slide .name_service .title_service {
    font-size: 28px;
  }

  .services_page .services_slider .swiper-slide {
    height: 520px;
  }

  .services_page .services_slider .swiper-slide .image_slide {
    max-width: 320px;
  }

  .services_page .services_slider .swiper-slide .image_slide {
    top: 35%;
  }

  .services_page .title,
  .team_page .title {
    font-size: 60px;
  }

  .single_service_page {
    min-height: auto;
  }

  .single_service_page .content .main_service {
    max-height: 480px;
  }

  .single_service_page .content .main_service .wrap {
    max-height: 427px;
  }

  .team_page .team_slider .swiper-slide .name {
    font-size: 22px;
  }

  .news_page .news_items .item {
    width: calc(50% - 40px);
    margin-bottom: 20px;
  }

  .news_page .news_items .item .image {
    height: 300px;
  }

  .news_page .news_items .item .title {
    font-size: 20px;
  }

  .contacts_page .title {
    font-size: 60px;
  }

  .order_form .button_yellow {
    width: 100%;
  }

  .order_form .title_form {
    font-size: 36px;
  }

  .white-popup-block {
    max-width: 460px;
    padding: 40px;
  }

  .white-popup-block .close {
    top: 20px;
    right: 30px;
  }
}

@media only screen and (max-width:768px) {
  .header .wrap_head .right_block .phone_order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }


  .active,
  .noactive {
    margin: 0 0 0 auto;
    margin-right: 10px;
    padding-top: 5px;
  }


  .header .wrap_head .right_block .phone_order .phone_number {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .home_page .wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home_page .content .links_block {
    margin-bottom: 60px;
  }

  .home_page .content .title {
    margin-top: 30px;
  }

  .single_service_page .content .main_service {
    padding: 25px 70px 0;
  }

  .single_service_page .content .main_service .line {
    top: 24px;
  }

  .team_page .team_slider .swiper-slide .name {
    font-size: 26px;
  }

  .news_page .news_items .item .image {
    height: 260px;
  }

  .single_news_page .head_article .wrapper .title {
    font-size: 34px;
  }


  .lang {
    align-self: self-end;
  }


  .single_news_page .bottom_article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 180px;
  }

  .single_news_page .bottom_article .social_buttons {
    margin-bottom: 60px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

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

  .single_news_page .image {
    height: 320px;
  }

  .order_form {
    padding: 40px 25px 80px 25px;
  }

  .order_form .close_mnu {
    right: 30px;
  }

  .order_form .title_form {
    font-size: 32px;
  }

  .order_form form .input-wrapper label {
    font-size: 16px;
  }

  .services_page .services_slider .swiper-slide .image_slide {
    max-width: 260px;
    top: 40%;
  }

  .services_page .services_slider .swiper-slide .name_service .description_service {
    font-size: 16px;
  }

  .white-popup-block .privacy {
    font-size: 12px;
  }

  .white-popup-block .sub_title {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width:680px) {
  .services_page .services_slider .swiper-slide .image_slide {
    max-width: 200px;
  }

  .services_page .services_slider .swiper-slide .name_service .title_service {
    font-size: 24px;
  }

  .services_page .services_slider .swiper-slide {
    height: 460px;
  }

  .team_page .team_slider .swiper-slide .name {
    font-size: 22px;
  }

  .team_page .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .team_page .wrapper .label {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 40px;
  }

  .team_page .wrapper .buttons_slider {
    position: relative;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: auto;
    margin-bottom: 30px;
    right: -10px;
  }

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

  .news_page .news_items .item {
    width: 100%;
  }

  .news_page .news_items .item .image {
    height: 320px;
  }

  .news_page .news_items .item .title {
    font-size: 24px;
  }

  .contacts_page .contacts_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts_page .contacts_items .item {
    width: 100%;
  }

  .order_form {
    width: 100%;
    padding: 40px 50px 80px 50px;
  }

  .not_found_page .wrap_not_found .number {
    font-size: 300px;
    margin-top: 0;
  }

  .not_found_page .wrap_not_found .image {
    margin-left: -10%;
    margin-right: -10%;
  }
}

@media (min-width:581px)  and (max-width:768px) {
  .header .wrap_head .logo_wrap .title_logo {
      max-height: 85px;
  }
  
}
  

@media only screen and (max-width:580px) {
  .header {
    padding: 20px 0;
  }
  


  .header .wrap_head .logo_wrap .logo {
    width: 50px;
    height: 50px;
  }

  .header .wrap_head .logo_wrap .title_logo .title, .header .wrap_head .logo_wrap .logo_year .title1 {
    margin-top: 5px;
    font-size: 24px;
  }

  .header .wrap_head .logo_wrap .title_logo .sub_title, .header .wrap_head .logo_wrap .logo_year .title2  {
    font-size: 15px;
  }

  .navigation .close_mnu {
    width: 60px;
    height: 60px;
    right: 40px;
  }
  
  .header .wrap_head .logo_wrap .title_logo {
      max-height: 60px;
  }

  .navigation .close_mnu svg {
    width: 14px;
    height: 14px;
  }

  .header .wrap_head .right_block .toggle_mnu {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .header .wrap_head .right_block .phone_order .callback {}

  .active,
  .noactive {
    margin: 0 0 0 auto;
    margin-right: 10px;
    padding-top: 5px;
  }

  .header .wrap_head .right_block .phone_order .phone_number {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .header .wrap_head .right_block .phone_order .callback .name {
    font-size: 16px;
  }

  .home_page .content .links_block .link_item {
    width: 100px;
  }

  .home_page .content .links_block .link_item:first-child {
    height: 100px;
    font-size: 18px;
  }

  .home_page .content .links_block .link_item:last-child {
    height: 180px;
    margin-top: 100px;
    font-size: 18px;

  }

  .navigation {
    width: 100%;
  }

  .navigation.open {
    left: 0;
  }

  .home_page .content .slider_home {
    margin-top: 0;
  }

  .home_page .content .slider_home .tabs-number {
    margin-bottom: 50px;
  }

  .footer .footer_items a {
    font-size: 18px;
    line-height: 58px;
  }

  .slide.mapping_slide .title {
    margin-left: 15px;
    font-size: 62px;
  }

  .slide.mapping_slide .content_slide .sub_title {
    font-size: 20px;
  }

  .slide.mapping_slide .content_slide .text {
    font-size: 14px;
  }

  .slide.mapping_slide .content_slide .districts_block {
    padding-left: 15px;
  }

  .about_page .navigation_slider {
    left: 15px;
  }

  .slide.mapping_slide .content_slide .description_block {
    padding: 40px;
  }

  .slide.clients_slide .wrapper .title,
  .slide.development_slide .wrapper .title {
    margin-left: 15px;
    font-size: 48px;
  }

  .slide.clients_slide .wrapper .subtitle {
    margin-left: 15px;
    font-size: 16px;
    margin-bottom: 40px;
  }

  .slide.clients_slide .wrapper .label {
    position: relative;
    top: auto;
    margin-bottom: 40px;
    right: auto;
    font-size: 14px;
  }

  .slide.clients_slide .wrapper .content_slide .client_item .icon_company img {
    max-width: 100px;
  }

  .slide.clients_slide .wrapper .content_slide .client_item {
    height: 140px;
  }

  .slide.about_end .content_slide .description_block .text {
    font-size: 16px;
  }

  .slide.about_end .title {
    font-size: 48px;
  }

  .single_news_page {
    padding-top: 180px;
  }

  .single_news_page .image {
    height: 220px;
  }

  .single_news_page .content_article .wrapper ol li {
    height: auto;
  }

  .single_news_page .bottom_article .social_buttons .icon {
    width: 40px;
    height: 40px;
    margin: 0 3px;
  }

  .single_news_page .bottom_article .social_buttons .icon img {
    max-height: 20px;
    max-width: 20px;
  }

  .white-popup-block {
    padding: 65px 50px 70px;
  }

  .white-popup-block .close {
    right: 20px;
    top: 20px;
  }

  .not_found_page .title {
    font-size: 32px;
  }

  .not_found_page .menu .item {
    margin: 0 5px;
  }

  .not_found_page .menu .item a {
    font-size: 20px;
  }

  .order_form .logo_wrap .logo {
    width: 50px;
    height: 50px;
  }

  .order_form .logo_wrap .title_logo .sub_title {
    font-size: 16px;
  }

  .order_form .logo_wrap .title_logo .title {
    margin-top: 5px;
    font-size: 24px;
  }

  .order_form .close_mnu {
    width: 60px;
    height: 60px;
    right: 40px;
  }

  .white-popup-block .close {
    width: 60px;
    height: 60px;
  }

  .white-popup-block .close svg {
    width: 14px;
    height: 14px;
  }

  .order_form .close_mnu svg {
    width: 14px;
    height: 14px;
  }

  .white-popup-block .title {
    font-size: 32px;
  }

  .not_found_page .wrap_not_found .number {
    font-size: 260px;
    margin-top: 0;
  }

  .not_found_page .wrap_not_found .image {
    margin-left: -10%;
    margin-right: -10%;
  }
}

@media only screen and (max-width:480px) {
  .header {
    padding: 10px 0;
  }

  .header .wrap_head .right_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .header .wrap_head .right_block .phone_order {
    margin-right: 0;
    margin-top: 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .lang {
    order: 2;
  }

  .home_page .wrapper .content .title {
    margin-top: 30px;
    font-size: 36px;
  }

  .home_page .wrapper .content .title svg {
    width: 60%;
  }

  .navigation {
    height: 100vh;
    overflow: scroll;
    padding: 40px 30px;
  }

  .home_page .wrapper .content .slider_home {
    margin-left: 0;
  }

  .home_page .content .slider_home .tabs-number {
    margin-bottom: 20px;
  }

  .home_page .content .slider_home .slides_wrap {
    height: 160px;
  }

  .footer .footer_items a {
    font-size: 14px;
  }

  .navigation .title_mnu {
    font-size: 44px;
  }

  .navigation .nav_menu ul li a {
    font-size: 20px;
    padding: 15px 0;
  }

  .navigation .nav_menu ul li a .icon_arrow {
    top: 25px;
  }

  .team_page .wrapper .label {
    width: 100%;
  }

  .slide.mapping_slide .title {
    margin-top: 174px;
    font-size: 48px;
  }

  .about_page .navigation_slider .tabs-number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .about_page .navigation_slider .tabs-number .pagination-current {
    margin-right: 0;
  }

  .about_page .navigation_slider .tabs-number .pagination-count {
    margin-top: 10px;
  }

  .slide.mapping_slide .wrapper {
    padding: 0 15px 0 65px;
  }

  .about_slider .slide .map {
    max-height: 380px;
  }

  .slide.mapping_slide .content_slide .districts_block {
    padding: 25px 0 25px 15px;
  }

  .about_page .navigation_slider {
    padding-top: 164px;
  }

  .slide.development_slide {
    padding-top: 155px;
  }

  .slide.development_slide .wrapper {
    padding: 0 15px 0 65px;
  }

  .slide.development_slide .wrapper .label {
    position: relative;
  }

  .slide.development_slide .wrapper .title {
    margin-bottom: 40px;
  }

  .slide.development_slide .wrapper .label {
    right: auto;
    top: auto;
    margin-left: auto;
    margin-bottom: 80px;
  }

  .slide.development_slide .wrapper .content_slide .description_block:before {
    display: none;
  }

  .slide.development_slide .wrapper .content_slide .description_block {
    padding: 20px 0 40px 25px;
    width: 100%;
  }

  .slide.development_slide .wrapper .content_slide .description_block .text {
    font-size: 26px;
  }

  .slide.development_slide .wrapper .content_slide:after {
    top: 150px;
    left: 25px;
  }

  .slide.development_slide .wrapper .content_slide:before {
    top: 210px;
    left: 47px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 90px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1):after {
    left: -64px;
  }

  .slide.development_slide .wrapper .content_slide .description_block:after {
    width: 100%;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:last-child:after,
  .slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2):after {
    left: -65px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item {
    margin: 0 0 20px;
  }

  .slide.about_end .wrapper,
  .slide.clients_slide .wrapper {
    padding: 0 15px 0 65px;
  }

  .slide.about_end .content_slide .description_block {
    margin-right: 0;
  }

  .navigation_about {
    margin: 60px 0 0;
    width: 100%;
  }

  .slide.mapping_slide .content_slide .description_block {
    margin-right: 0;
    padding: 30px 25px;
  }

  .slide.mapping_slide .content_slide .description_block:before {
    display: none;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1) {
    width: 220px;
    height: 220px;
    padding: 30px 35px 0 35px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1) .description {
    font-size: 15px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:last-child {
    padding: 30px 40px 0;
  }

  .slide.clients_slide .wrapper .content_slide .client_item {
    width: 50%;
  }

  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(2n-1) {
    background: 0 0;
  }

  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(1),
  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(4),
  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(5),
  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(8),
  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(9),
  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(12),
  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(13),
  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(16),
  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(17),
  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(20),
  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(21),
  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(24),
  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(25),
  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(28),
  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(29),
  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(32),
  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(33),
  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(36),
  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(37),
  .slide.clients_slide .wrapper .content_slide .client_item:nth-child(40) {
    background: #f7f7f7;
  }

  .slide.about_end .content_slide .description_block {
    padding: 15px 35px 60px;
  }

  .slide.about_end .content_slide .description_block .button_yellow {
    font-size: 18px;
  }

  .slide.about_end .title {
    margin-left: 35px;
  }

  .navigation_about .nav_menu ul li a {
    padding: 15px 0;
  }

  .navigation_about .nav_menu ul li a .icon_arrow {
    top: 25px;
  }

  .services_page .services_slider .swiper-slide .image_slide {
    top: 40%;
    max-width: 260px;
  }

  .services_page .title {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .services_page .buttons_slider {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .single_service_page .content .title_block .title {
    font-size: 48px;
  }

  .single_service_page .content .main_service {
    padding: 25px 25px 0;
  }

  .single_service_page {
    padding-top: 140px;
  }

  .single_service_page .content .main_service .wrap {
    padding: 30px 0 40px;
  }

  .single_service_page .content .title_block {
    width: 100%;
  }

  .single_service_page .content .main_service .title {
    font-size: 24px;
  }

  .single_service_page .content .title_block .button_yellow {
    font-size: 18px;
    height: 70px;
  }

  .news_page .title {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .news_page .news_items .item .image {
    height: 280px;
  }

  .news_page .news_items .item {
    margin-bottom: 30px;
  }

  .order_form form .input-wrapper {
    width: 100%;
  }

  .white-popup-block {
    padding: 50px 30px;
  }

  .not_found_page .title {
    font-size: 22px;
  }

  .not_found_page .menu .item a {
    font-size: 18px;
  }

  .not_found_page .wrap_not_found .number {
    font-size: 200px;
    margin-top: 0;
  }

  .not_found_page .wrap_not_found .image {
    margin-left: -10%;
    margin-right: -10%;
  }

  .home_page .bg img {
    width: auto;
    -webkit-transform: translate(-35%, 0);
    -ms-transform: translate(-35%, 0);
    transform: translate(-35%, 0);
  }
}

@media only screen and (max-width:420px) {
  .slide.mapping_slide .content_slide .sub_title {
    font-size: 16px;
  }

  .slide.clients_slide .wrapper .title,
  .slide.development_slide .wrapper .title {
    font-size: 34px;
  }

  .slide.development_slide .wrapper .label {
    width: 100%;
  }

  .slide.development_slide .wrapper .label .year {
    font-size: 60px;
  }

  .slide.development_slide .wrapper .content_slide .description_block .text {
    font-size: 22px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1) {
    width: 190px;
    height: 190px;
    padding: 20px 25px 0 40px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1) .number {
    font-size: 30px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2n+1) .sub_desc {
    font-size: 14px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2) {
    width: 190px;
    height: 190px;
    padding: 20px 40px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:nth-child(2) .number {
    font-size: 34px;
  }

  .slide.development_slide .wrapper .content_slide .districts_block .item:last-child {
    width: 190px;
    height: 190px;
    padding: 25px 40px;
  }

  .slide.development_slide .wrapper .content_slide {
    padding-bottom: 0;
  }

  .slide.about_end .title {
    font-size: 34px;
    margin-left: 25px;
    margin-bottom: 20px;
  }

  .slide.about_end .content_slide .description_block {
    padding: 25px;
  }

  .slide.about_end .content_slide .description_block .text {
    font-size: 14px;
  }

  .slide.about_end .content_slide .description_block:before {
    height: 35px;
    top: -35px;
  }

  .services_page .services_slider .swiper-slide {
    height: 500px;
  }

  .single_service_page .content .title_block .title {
    font-size: 42px;
  }

  .single_news_page .head_article .wrapper .title {
    font-size: 28px;
  }

  .single_news_page .content_article .wrapper q {
    font-size: 18px;
  }

  .single_news_page .content_article .wrapper ol li,
  .single_news_page .content_article .wrapper ul li {
    font-size: 16px;
  }

  .single_news_page .content_article .wrapper p {
    margin-bottom: 40px;
  }

  .single_news_page .content_article .wrapper q {
    margin-bottom: 40px;
  }

  .single_news_page .content_article .wrapper h1,
  .single_news_page .content_article .wrapper h2,
  .single_news_page .content_article .wrapper h3,
  .single_news_page .content_article .wrapper h4,
  .single_news_page .content_article .wrapper h5,
  .single_news_page .content_article .wrapper h6 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

@media only screen and (max-width:400px) {
  .not_found_page .wrap_not_found .number {
    font-size: 180px;
  }
}





.active svg circle {
  fill: #ffb726;
}

.active svg path {
  fill: #fff;
}

.active svg circle:hover,
.noactive svg circle:hover {
  fill: #122856;
}


.video-container {
  display: grid;
  justify-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.video-container::before {
    content: '';
     display: block;
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
    background-color: rgb(0 0 0 / 60%);
    z-index: 9;
}



.cert_slide .swiper-slide .photo {
    margin-top: 30px;
    width: 100%;
    height: auto !important;
}

.name a {
    text-decoration: none;
    color: #fff;
    padding-left: 10px;
}


.title1 {
    color: #fff;
    font-size: 32px;
        letter-spacing: .8px;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 5px;
}

.logo_year {
    padding-left: 10px;
}
.title2 {
    color: #ffb726;
        font-size: 20px;
    letter-spacing: .5px;
    line-height: 1;
}


.light_color .header .wrap_head .logo_wrap .title_logo .sub_title,  .light_color .header .wrap_head .logo_wrap .logo_year .title1 {
  color: #242a38;
}

.light_color .header .wrap_head .logo_wrap .title_logo {
    border-right: 2px solid #242a38;
}


.center_block {
    display:flex;
        align-items: flex-start;
        margin-left: 100px;
}

.may img {
    max-width: 300px;
    margin-top: -40px;
}

.may_text {
    margin-left: 50px;
    margin-top: 20px;
}

@media (min-width:1531px) and (max-width: 1776px) {
.center_block {
        margin-left: 80px;
        max-width: 600px;
}

.may img {
    max-width: 250px;
}

.may_text {
    margin-left: 50px;
    margin-top: 20px;
}
}


@media (min-width:1460px) and (max-width: 1530px) {
.center_block {
        margin-left: 80px;
        max-width: 600px;
}

.may img {
    max-width: 200px;
}

.may_text {
    margin-left: 30px;
    margin-top: 20px;
}

.may_text img{
 max-width:450px;
}
}




@media (min-width:1315px) and (max-width: 1459px) {
.center_block {
        margin-left: 60px;
        max-width: 400px;
}

.may img {
    max-width: 200px;
}

.may_text {
    margin-left: 30px;
    margin-top: 20px;
}

.may_text img{
 max-width:450px;
}
}



@media (min-width:1100px) and (max-width: 1314px) {
.center_block {
        margin-left: 40px;
        max-width: 400px;
}

.may img {
    max-width: 150px;
}

.may_text {
    margin-left: 20px;
    margin-top: 20px;
}

.may_text img{
 max-width:300px;
}
}



@media (min-width:769px) and (max-width: 1099px) {
.center_block {
        margin-left: 40px;
        max-width: 0px;
        align-items: flex-start;
        flex-direction: column;
}

.may img {
    max-width: 150px;
}

.may_text {
    margin-left: 20px;
    margin-top: 20px;
}

.may_text img{
 max-width:300px;
}
}



@media  (max-width: 768px) {
    .center_block {
       display:none;
}

}