@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

table {
  font-family: 'Fira Sans';
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  color: #000000;
}

a:hover {
  color: #c50000;
}

a:focus {
  color: #a80000;
}

a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Custom for cottage price
 */

.dis { 
	background:#fafafa; 
	border-radius:10px; 
	font-family: 'Fira Sans'; 
	text-align:center;
	padding: 20px;
	padding-bottom: 5px;
}

.slidecontainer {
	margin: 20px;
}

.slider {
  -webkit-appearance: none;
  width: 90%;
  height: 6px;
  border-radius: 2px;
  background: #942000;
  opacity: 0.7;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: #942000;
    border-top-color: rgb(225, 228, 233);
    border-top-style: solid;
    border-top-width: 2px;
    border-right-color: rgb(225, 228, 233);
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-color: rgb(225, 228, 233);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: rgb(225, 228, 233);
    border-left-style: solid;
    border-left-width: 2px;
box-shadow: 0 1px 2px rgba(0,0,0,.3), 0 -1px 2px rgba(0,0,0,.3);
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer; 
}

.slide_button{
	padding: 0 20px;
	width: 250px;
    height: 30px;
display: -webkit-inline-box;
-webkit-box-pack: center;
-webkit-box-align: center;
background: #c50000;
border-radius: 50px;
color: #ffffff;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(".fonts/slick.eot");
  src: url(".fonts/slick.eot?#iefix") format("embedded-opentype"),
    url(".fonts/slick.woff") format("woff"),
    url(".fonts/slick.ttf") format("truetype"),
    url(".fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("fonts/BebasNeueBold.eot");
  src: local("Bebas Neue Bold"), local("BebasNeueBold"),
    url("fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"),
    url("fonts/BebasNeueBold.woff2") format("woff2"),
    url("fonts/BebasNeueBold.woff") format("woff"),
    url("fonts/BebasNeueBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("fonts/BebasNeueRegular.eot");
  src: local("Bebas Neue Regular"), local("BebasNeueRegular"),
    url("fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype"),
    url("fonts/BebasNeueRegular.woff2") format("woff2"),
    url("fonts/BebasNeueRegular.woff") format("woff"),
    url("fonts/BebasNeueRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans Condensed";
  src: url("fonts/FiraSansCondensed-Regular.eot");
  src: local("Fira Sans Condensed Regular"), local("FiraSansCondensed-Regular"),
    url("fonts/FiraSansCondensed-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/FiraSansCondensed-Regular.woff2") format("woff2"),
    url("fonts/FiraSansCondensed-Regular.woff") format("woff"),
    url("fonts/FiraSansCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans Condensed";
  src: url("fonts/FiraSansCondensed-Light.eot");
  src: local("Fira Sans Condensed Light"), local("FiraSansCondensed-Light"),
    url("fonts/FiraSansCondensed-Light.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/FiraSansCondensed-Light.woff2") format("woff2"),
    url("fonts/FiraSansCondensed-Light.woff") format("woff"),
    url("fonts/FiraSansCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-Regular.eot");
  src: local("Fira Sans Regular"), local("FiraSans-Regular"),
    url("fonts/FiraSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/FiraSans-Regular.woff2") format("woff2"),
    url("fonts/FiraSans-Regular.woff") format("woff"),
    url("fonts/FiraSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-Medium.eot");
  src: local("Fira Sans Medium"), local("FiraSans-Medium"),
    url("fonts/FiraSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/FiraSans-Medium.woff2") format("woff2"),
    url("fonts/FiraSans-Medium.woff") format("woff"),
    url("fonts/FiraSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-Bold.eot");
  src: local("Fira Sans Bold"), local("FiraSans-Bold"),
    url("fonts/FiraSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/FiraSans-Bold.woff2") format("woff2"),
    url("fonts/FiraSans-Bold.woff") format("woff"),
    url("fonts/FiraSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-Light.eot");
  src: local("Fira Sans Light"), local("FiraSans-Light"),
    url("fonts/FiraSans-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/FiraSans-Light.woff2") format("woff2"),
    url("fonts/FiraSans-Light.woff") format("woff"),
    url("fonts/FiraSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-ExtraBold.eot");
  src: local("Fira Sans ExtraBold"), local("FiraSans-ExtraBold"),
    url("fonts/FiraSans-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("fonts/FiraSans-ExtraBold.woff2") format("woff2"),
    url("fonts/FiraSans-ExtraBold.woff") format("woff"),
    url("fonts/FiraSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

/* Box sizing rules */

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

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a {
  text-decoration: none;
  color: #000000;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */

@-webkit-keyframes topBar_open {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
    width: 100%;
  }

  10% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
    width: 100%;
  }

  50% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
    width: 42px;
  }

  75% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
    width: 42px;
  }

  100% {
    -webkit-transform: translateY(-3px) rotate(45deg);
    transform: translateY(-3px) rotate(45deg);
    width: 42px;
  }
}

@keyframes topBar_open {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
    width: 100%;
  }

  10% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
    width: 100%;
  }

  50% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
    width: 42px;
  }

  75% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
    width: 42px;
  }

  100% {
    -webkit-transform: translateY(-3px) rotate(45deg);
    transform: translateY(-3px) rotate(45deg);
    width: 42px;
  }
}

@-webkit-keyframes bottomBar_open {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
    width: 100%;
  }

  10% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
    width: 100%;
  }

  60% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
    width: 42px;
  }

  75% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    width: 42px;
  }

  100% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
    width: 42px;
  }
}

@keyframes bottomBar_open {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
    width: 100%;
  }

  10% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
    width: 100%;
  }

  60% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
    width: 42px;
  }

  75% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    width: 42px;
  }

  100% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
    width: 42px;
  }
}

@-webkit-keyframes menuLabel_open {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  25% {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
  }

  45% {
    -webkit-transform: translateY(44px);
    transform: translateY(44px);
    opacity: 1;
  }

  48% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
}

@keyframes menuLabel_open {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  25% {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
  }

  45% {
    -webkit-transform: translateY(44px);
    transform: translateY(44px);
    opacity: 1;
  }

  48% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
}

@-webkit-keyframes topBar_close {
  0% {
    -webkit-transform: translateY(17px) rotate(45deg);
    transform: translateY(17px) rotate(45deg);
    width: 42px;
  }

  35% {
    -webkit-transform: translateY(-8px) rotate(-4deg);
    transform: translateY(-8px) rotate(-4deg);
    width: 100%;
  }

  53% {
    -webkit-transform: translateY(10px) rotate(3deg);
    transform: translateY(10px) rotate(3deg);
    width: 100%;
  }

  70% {
    -webkit-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
    width: 100%;
  }

  100% {
    -webkit-transform: translateY(-2px) rotate(0deg);
    transform: translateY(-2px) rotate(0deg);
    width: 100%;
  }
}

@keyframes topBar_close {
  0% {
    -webkit-transform: translateY(17px) rotate(45deg);
    transform: translateY(17px) rotate(45deg);
    width: 42px;
  }

  35% {
    -webkit-transform: translateY(-8px) rotate(-4deg);
    transform: translateY(-8px) rotate(-4deg);
    width: 100%;
  }

  53% {
    -webkit-transform: translateY(10px) rotate(3deg);
    transform: translateY(10px) rotate(3deg);
    width: 100%;
  }

  70% {
    -webkit-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
    width: 100%;
  }

  100% {
    -webkit-transform: translateY(-2px) rotate(0deg);
    transform: translateY(-2px) rotate(0deg);
    width: 100%;
  }
}

@-webkit-keyframes bottomBar_close {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
    width: 42px;
  }

  35% {
    -webkit-transform: translateY(-18px) rotate(6deg);
    transform: translateY(-18px) rotate(6deg);
    width: 100%;
  }

  53% {
    -webkit-transform: translateY(0px) rotate(-3deg);
    transform: translateY(0px) rotate(-3deg);
    width: 100%;
  }

  68% {
    -webkit-transform: translateY(-7px) rotate(0deg);
    transform: translateY(-7px) rotate(0deg);
    width: 100%;
  }

  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
    width: 100%;
  }
}

@keyframes bottomBar_close {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
    width: 42px;
  }

  35% {
    -webkit-transform: translateY(-18px) rotate(6deg);
    transform: translateY(-18px) rotate(6deg);
    width: 100%;
  }

  53% {
    -webkit-transform: translateY(0px) rotate(-3deg);
    transform: translateY(0px) rotate(-3deg);
    width: 100%;
  }

  68% {
    -webkit-transform: translateY(-7px) rotate(0deg);
    transform: translateY(-7px) rotate(0deg);
    width: 100%;
  }

  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
    width: 100%;
  }
}

@-webkit-keyframes menuLabel_close {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  5% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }

  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 1;
  }

  37% {
    -webkit-transform: translateY(-22px);
    transform: translateY(-22px);
    opacity: 1;
  }

  45% {
    -webkit-transform: translateY(-22px);
    transform: translateY(-22px);
    opacity: 1;
  }

  58% {
    -webkit-transform: translateY(8px) rotate(-10deg);
    transform: translateY(8px) rotate(-10deg);
    opacity: 1;
  }

  83% {
    -webkit-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes menuLabel_close {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  5% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }

  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 1;
  }

  37% {
    -webkit-transform: translateY(-22px);
    transform: translateY(-22px);
    opacity: 1;
  }

  45% {
    -webkit-transform: translateY(-22px);
    transform: translateY(-22px);
    opacity: 1;
  }

  58% {
    -webkit-transform: translateY(8px) rotate(-10deg);
    transform: translateY(8px) rotate(-10deg);
    opacity: 1;
  }

  83% {
    -webkit-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

body {
  background-color: #ff6100;
}

#menu-btn {
  display: block;
  position: relative;
  text-align: center;
  width: 30px;
  height: 30px;
}

#menu-btn:before,
#menu-btn:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #4f4f4f;
  display: block;
  position: absolute;
  border-radius: 20px;
}

#menu-btn:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

#menu-btn:after {
  right: 0;
  top: 8px;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

#menu-btn .text {
  color: #4f4f4f;
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-align: center;
}

#menu-btn:hover {
  cursor: pointer;
}

#menu-btn.open:before {
  -webkit-animation: topBar_open 1s ease-in-out;
  animation: topBar_open 1s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#menu-btn.open:after {
  -webkit-animation: bottomBar_open 1s ease-in-out;
  animation: bottomBar_open 1s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#menu-btn.open .text {
  -webkit-animation: menuLabel_open 1s ease-in;
  animation: menuLabel_open 1s ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#menu-btn.close:before {
  -webkit-animation: topBar_close 1s ease-in-out;
  animation: topBar_close 1s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#menu-btn.close:after {
  -webkit-animation: bottomBar_close 1s ease-in-out;
  animation: bottomBar_close 1s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#menu-btn.close .text {
  -webkit-animation: menuLabel_close 1s ease-in;
  animation: menuLabel_close 1s ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body {
  font-size: 16px;
  background-color: #fafafa;
  color: #242424;
  font-family: "Bebas Neue";
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.mobiactive {
  overflow: hidden;
}

input,
textarea,
button,
select,
a,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container {
  width: 1171px;
  margin: 0 auto;
}

h1 {
  font-size: 55px;
  line-height: 110%;
  letter-spacing: 0.02em;
/*   text-transform: uppercase; */
  color: #4f4f4f;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

h2 {
  font-size: 35px;
  line-height: 121.5%;
  letter-spacing: 0.02em;
/*   text-transform: uppercase; */
  color: #242424;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 121.5%;
  font-family: "Fira Sans";
  letter-spacing: 0.005em;
  color: #242424;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 129.5%;
  font-family: "Fira Sans";
  letter-spacing: 0.005em;
  color: #242424;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

ol,
p {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  letter-spacing: 0.005em;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs__item {
  margin-right: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 131.5%;
  letter-spacing: 0.02em;
  font-family: "Fira Sans";
  color: #242424;
  position: relative;
}

.breadcrumbs__item:last-child {
  margin-right: 0;
  pointer-events: none;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14.5px;
  width: 10px;
  height: 1px;
  background: #242424;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumbs__link {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 131.5%;
  letter-spacing: 0.02em;
  color: #bdbdbd;
  font-family: "Fira Sans";
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.breadcrumbs__link:hover {
  color: #c50000;
}

.breadcrumbs__link:focus {
  color: #a80000;
}

.bread-mobi {
  display: none;
}

.bread-mobi__item {
  margin-right: 28px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 131.5%;
  letter-spacing: 0.02em;
  color: #242424;
  font-family: "Fira Sans";
}

.bread-mobi__link {
  background: #f2f2f2;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breads {
  padding-bottom: 70px;
}

.main-navigation {
  padding: 22px 0 13px;
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(140, 140, 140, 0.25);
  box-shadow: 0px 6px 15px rgba(140, 140, 140, 0.25);
  z-index: 100;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navigation__link {
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  width: 83px;
  letter-spacing: 0.01em;
  color: #828282;
  margin-top: 14px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navigation__link:hover {
  color: #c50000;
}

.navigation__link:focus {
  color: #a80000;
}

.logo {
  width: 174px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo__img {
  width: 40px;
  height: 35px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.logo__name {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: -0.025em;
  color: #4f4f4f;
  margin-top: 10px;
}

.logo__diff {
  color: #c50000;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 462px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
  height: 18px;
}

.menu a {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  letter-spacing: 0.02em;
  color: #828282;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu a:hover {
  color: #c50000;
}

.menu a:focus,
.menu .current-menu-item a {
  color: #242424;
}

.phone {
  margin-top: 4px;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.phone__number {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.025em;
  color: #4f4f4f;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.phone__number:hover {
  color: #c50000;
}

.phone__number:focus {
  color: #a80000;
}

.phone__diff {
  color: #c50000;
}

.phone__worktime {
  font-weight: 300;
  font-size: 13px;
  line-height: 121.5%;
  letter-spacing: 0.005em;
  font-family: "Fira Sans Condensed";
  color: #7d7d7d;
}

.footer {
  padding: 92px 0 104px;
  position: relative;
  z-index: 2;
  background: #fafafa;
  margin-top: -2px;
}

.footer-logo {
  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;
  width: 200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.footer-logo__img {
  width: 74px;
  height: 92px;
}

.footer-logo__name {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.025em;
  color: #4f4f4f;
}

.footer-logo__diff {
  color: #c50000;
}

.footer-nav {
  padding-top: 103px;
  padding-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.izs__link {
  font-family: "Fira Sans Condensed";
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
  color: #828282;
}

.izs__link--title {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #4f4f4f;
  margin-bottom: 25px;
  display: block;
  font-family: "Bebas Neue";
}

.objects__link {
  font-family: "Fira Sans Condensed";
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
  color: #828282;
}

.objects__link--title {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #4f4f4f;
  margin-bottom: 25px;
  display: block;
  font-family: "Bebas Neue";
}

.service__link {
  font-family: "Fira Sans Condensed";
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
  color: #828282;
}

.service__link--title {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #4f4f4f;
  margin-bottom: 25px;
  display: block;
  font-family: "Bebas Neue";
}

.water__link {
  font-family: "Fira Sans Condensed";
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
  color: #828282;
}

.water__link--title {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #4f4f4f;
  margin-bottom: 25px;
  display: block;
  font-family: "Bebas Neue";
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 53px;
}

.footer-info__worktime {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 180%;
  letter-spacing: 0.005em;
  color: #9e9e9e;
}

.footer-info__right {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-info__phone {
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  line-height: 20px;
  letter-spacing: 0.025em;
  color: #4f4f4f;
  display: block;
}

.footer-info__diff {
  color: #c50000;
}

.bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-address {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0.005em;
  color: #828282;
  font-family: "Fira Sans";
}

.bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-nav__link {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 180%;
  font-family: "Fira Sans";
  letter-spacing: 0.005em;
  color: #4f4f4f;
}

.footer-info-nav {
  margin-top: 10px;
  width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-info-nav__link {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #4f4f4f;
}

.footer-right {
  font-family: "Fira Sans Condensed";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 21px;
  text-align: right;
  letter-spacing: 0.01em;
  color: #bdbdbd;
}

.footer a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer a:hover {
  color: #c50000;
}

.footer a:focus {
  color: #a80000;
}

.header {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 118px;
}

.page-index .header {
  padding-bottom: 143px;
}

.page-index .header::after {
  position: absolute;
  content: "";
  height: 250px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fafafa;
  z-index: 2;
  pointer-events: none;
}

.header::after {
  position: absolute;
  content: "";
  height: 200px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fafafa;
  z-index: 2;
  pointer-events: none;
}

.page-index .header-footer-svg,
.header-footer-svg {
  width: 100%;
  height: 362px;
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 400px;
  pointer-events: none;
}

.page-index .header-footer-svg {
  top: 621px;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

.header-inner__left {
  padding-top: 207px;
  width: 439px;
  position: relative;
  z-index: 8;
}

.header-inner__title {
  width: 285px;
}

.header-inner__text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  font-family: "Fira Sans";
  letter-spacing: 0.005em;
  color: #242424;
  margin: 45px 0;
}

.header-inner__link {
  padding: 0 29px;
  width: 303px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #c50000;
  border-radius: 50px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 129.5%;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  font-family: "Fira Sans";
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header-inner__link:hover {
  background: #ea0303;
}

a.header-inner__link:hover{
  color: #ffffff;
}

.header-inner__link:focus {
  background: #a80000;
}

.header-inner__right {
  width: 662px;
  padding-top: 76px;
  min-height: 513px;
}

.header-inner__img {
  width: 662px;
  height: 513px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 290px;
  margin-top: -159px;
  position: relative;
  z-index: 7;
}

.page-index .header-menu {
  margin-top: 40px;
}

.header-menu__item {
  width: 270px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header-menu__item:hover {
  background: #ffffff;
  -webkit-box-shadow: 10px 4px 64px rgba(37, 37, 37, 0.3),
    -16px 16px 40px rgba(255, 255, 255, 0.8),
    inset -8px -6px 80px rgba(255, 255, 255, 0.18);
  box-shadow: 10px 4px 64px rgba(37, 37, 37, 0.3),
    -16px 16px 40px rgba(255, 255, 255, 0.8),
    inset -8px -6px 80px rgba(255, 255, 255, 0.18);
  border-radius: 10px;
}

.header-menu__item:hover .header-menu__link {
  padding: 57px 19px 51px;
  height: 290px;
}

.header-menu__item:hover .header-menu__title {
  font-size: 35px;
  color: #c50000;
  margin-bottom: 41px;
}

.header-menu__item:hover .header-menu__text {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.header-menu__item.active {
  background: #ffffff;
  -webkit-box-shadow: 10px 4px 64px rgba(37, 37, 37, 0.3),
    -16px 16px 40px rgba(255, 255, 255, 0.8),
    inset -8px -6px 80px rgba(255, 255, 255, 0.18);
  box-shadow: 10px 4px 64px rgba(37, 37, 37, 0.3),
    -16px 16px 40px rgba(255, 255, 255, 0.8),
    inset -8px -6px 80px rgba(255, 255, 255, 0.18);
  border-radius: 10px;
}

.header-menu__item.active .header-menu__title {
  font-size: 35px;
  color: #c50000;
  margin-bottom: 41px;
}

.header-menu__item.active .header-menu__link {
  padding: 57px 19px 51px;
  height: 290px;
}

.header-menu__item.active .header-menu__text {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.header-menu__link {
  text-align: center;
  width: 100%;
  display: block;
  overflow: hidden;
  height: 107px;
  padding: 0 19px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-bottom: 51px;
}

.header-menu__title {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 121.5%;
  text-align: center;
  letter-spacing: 0.005em;
  color: #20232e;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header-menu__text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  text-align: center;
  letter-spacing: 0.005em;
  font-family: "Fira Sans";
  color: #242424;
  -webkit-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main {
  background: #fff;
  padding-top: 178px;
  padding-bottom: 140px;
  overflow: hidden;
  position: relative;
}

.main-posts {
  padding-top: 88px;
  padding-bottom: 138px;
  position: relative;
  z-index: 2;
}

.posts-inner__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 46px;
}

.posts-inner__top::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 930px;
  height: 2px;
  background: #f2f2f2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.posts-inner__link {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 129.5%;
  font-family: "Fira Sans";
  letter-spacing: 0.005em;
  color: #dbdbdb;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.posts-inner__link:hover {
  color: #c50000;
}

.posts-inner__link:focus {
  color: #a80000;
}

.main-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-post__left {
  width: 747px;
}

.main-post__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-post__item {
  width: 347px;
  margin-bottom: 33px;
}

.main-post__link:hover .main-post__title {
  color: #c50000;
}

.main-post__text {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  letter-spacing: 0.005em;
  color: #242424;
  margin: 19px 0 17px;
}

.main-post__date {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 121.5%;
  font-family: "Fira Sans";
  letter-spacing: 0.005em;
  color: #bdbdbd;
}

.main-post__right {
  width: 370px;
}

.main-single {
  background: #f9f9f9;
  border-radius: 5px;
  display: block;
  padding: 45px 0 18px;
}

.main-single:hover .main-single__title {
  color: #c50000;
}

.main-single__img {
  width: 241px;
  height: 169px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main-single__title {
  text-align: center;
  margin-top: 10px;
}

.main-advantages {
  position: relative;
  z-index: 2;
}

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

.advantages__left {
  width: 573px;
}

.advantages__title {
  margin-bottom: 50px;
}

.advantages__right {
  width: 470px;
}

.advantages__list {
  background: #ffffff;
  -webkit-box-shadow: 8px 2px 44px rgba(37, 37, 37, 0.3),
    -14px 14px 24px rgba(255, 255, 255, 0.8),
    inset -6px -4px 40px rgba(255, 255, 255, 0.18);
  box-shadow: 8px 2px 44px rgba(37, 37, 37, 0.3),
    -14px 14px 24px rgba(255, 255, 255, 0.8),
    inset -6px -4px 40px rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  padding: 57px 55px 54px 56px;
  margin-bottom: 51px;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: 0.005em;
  color: #242424;
  font-family: "Fira Sans";
  margin-bottom: 30px;
}

.advantages__item:last-child {
  margin-bottom: 0;
}

.advantages__item svg {
  margin-right: 19px;
}

/* MAGIC ... IMPORTANT! */

#tabs::after {
  display: block;
  content: "";
  clear: both;
}

.tab-switch {
  position: fixed;
}

.tab-switch:target + .tab-link + .tab-content {
  display: block;
}

.tab-link {
  display: inline-block;
}

.tab-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  display: none;
  width: 100%;
}

#tabs {
  font-size: 0;
}

.tab-link {
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 500;
  font-size: 18px;
  line-height: 121.5%;
  letter-spacing: 0.005em;
  color: #e0e0e0;
  text-decoration: none;
  padding-right: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tab-link:hover {
  color: #242424;
}

.tab-link ~ .tab-link {
  margin-left: 0;
  padding: 0 15px;
}

.tab-switch:target + .tab-link {
  color: #242424;
}

.tab-content {
  background-color: white;
  padding: 30px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.tab-wrapper {
  height: 415px;
  overflow: hidden;
}

.owl-carousel__img {
  width: 570px;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 30px 5px;
}

.owl-carousel__text {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 121.5%;
  letter-spacing: 0.005em;
  color: #242424;
  margin-top: 30px;
  width: 415px;
  padding-bottom: 40px;
}

.owl-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 7px 7px 15px rgba(95, 95, 95, 0.1);
  box-shadow: 7px 7px 15px rgba(95, 95, 95, 0.1);
  width: 79px;
  height: 37px;
  position: absolute;
  right: 0px;
  bottom: 24px;
  cursor: pointer;
  z-index: 10;
}

.owl-navigation__prev {
  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: 29px;
  height: 29px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-navigation__prev:hover svg path {
  fill: #0f1824;
}

.owl-navigation__next {
  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: 29px;
  height: 29px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-navigation__next:hover svg path {
  fill: #0f1824;
}

.curve {
  position: relative;
  overflow: hidden;
}

.curve::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background: #fafafa;
  -webkit-transform: translate(-19%, -89%);
  -ms-transform: translate(-19%, -89%);
  transform: translate(-19%, -89%);
}

.footer.curve {
  position: relative;
  overflow: hidden;
}

.footer.curve::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translate(-19%, -89%);
  -ms-transform: translate(-19%, -89%);
  transform: translate(-19%, -89%);
}

.main-about {
  padding-top: 27px;
  padding-bottom: 106px;
  position: relative;
}

.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-wrap__left {
  width: 467px;
}

.about-wrap__text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  font-family: "Fira Sans";
  letter-spacing: 0.005em;
  color: #242424;
  margin-top: 50px;
  margin-bottom: 40px;
}

.about-wrap__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 103px;
  height: 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 129.5%;
  letter-spacing: 0.005em;
  font-family: "Fira Sans";
  text-transform: uppercase;
  color: #828282;
  border-bottom: 2px solid #828282;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.about-wrap__link:hover {
  color: #c50000;
  border-bottom: 2px solid #c50000;
}

.about-wrap__link:hover svg path {
  fill: #c50000;
}

.about-wrap__link:focus {
  color: #a80000;
  border-bottom: 2px solid #a80000;
}

.about-wrap__link:focus svg path {
  fill: #a80000;
}

.about-wrap__link svg path {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.about-wrap__right {
  width: 446px;
}

.about-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-wrap__item:first-child {
  margin-bottom: 56px;
  margin-right: 40px;
}

.about-wrap__links {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 121.5%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #242424;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.about-wrap__links:hover {
  color: #c50000;
}

.mob-navi {
  display: none;
}

.mob-wrapper {
  position: relative;
  -webkit-box-shadow: 0px 6px 15px rgba(140, 140, 140, 0.25);
  box-shadow: 0px 6px 15px rgba(140, 140, 140, 0.25);
  background: #ffffff;
  padding: 8px 0;
  z-index: 120;
}

.mobile-menu {
  position: relative;
  z-index: 120;
}

.mobile-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: -100%;
  left: 0;
  background: #fff;
  z-index: 80;
  overflow: auto;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding: 90px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-overlay__inner {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 380px;
  height: 100%;
}

.mobile-overlay .menu {
  display: block;
  width: 140px;
  height: unset;
  margin: 0 auto;
}

.mobile-overlay .menu a {
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: block;
}

.mobile-overlay .navigation__link {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  font-family: "Bebas Neue";
  width: 180px;
  display: block;
  text-align: center;
  margin: 42px auto;
}

.mobile-overlay .phone {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-overlay .phone__number {
  font-size: 30px;
}

.mobile-overlay .phone__worktime {
  font-size: 20px;
}

.mobile-overlay.active {
  top: 0;
}

.mobi-lists {
  display: none;
}

.mobi-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 45%;
}

.mobi-list__item {
  width: 45%;
}

.mobi-list__item:first-child {
  margin-bottom: 30px;
}

.mobi-list__link {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 106%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #242424;
}

.pop-up {
  background: #fafafa;
  position: fixed;
  top: 0;
  left: 0;
  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;
  z-index: 222;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.pop-up.active {
  opacity: 1;
  pointer-events: all;
}

.pop-wrap {
  position: relative;
  z-index: 333;
  width: 1169px;
  background: #ffffff;
  -webkit-box-shadow: -16px 16px 40px rgba(255, 255, 255, 0.8),
    10px 4px 64px rgba(37, 37, 37, 0.3),
    inset -8px -6px 80px rgba(255, 255, 255, 0.18);
  box-shadow: -16px 16px 40px rgba(255, 255, 255, 0.8),
    10px 4px 64px rgba(37, 37, 37, 0.3),
    inset -8px -6px 80px rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  padding: 65px 80px 41px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pop-wrap__left {
  width: 493px;
}

.pop-wrap__title {
  width: 315px;
  line-height: 107.5%;
  margin-bottom: 30px;
}

.pop-wrap__text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  font-family: "Fira Sans";
  letter-spacing: 0.005em;
  color: #000000;
  margin-bottom: 30px;
}

.pop-wrap__right {
  width: 437px;
}

.pop-wrap__close {
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pop-wrap__close:hover svg path {
  fill: #c50000;
}

.pop-wrap__close:focus svg path {
  fill: #a80000;
}

.pop-wrap__close svg path {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.label--checkbox {
  position: relative;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 146.19%;
  font-family: "Fira Sans";
  color: #c4c4c4;
}

.checkbox,
.sf-input-checkbox {
  position: relative;
  top: 0;
  width: 12px;
  height: 12px;
  margin-right: 9px;
  cursor: pointer;
}

a#all-news-reset2 {
  display: none;
}

.checkbox:before,
.sf-input-checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 12px;
  height: 12px;
  border: 1px solid #c4c4c4;
  border-radius: 1px;
}

.checkbox:after,
.sf-input-checkbox:after {
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 1px;
  background: #fff;
  cursor: pointer;
}

.checkbox:checked:before,
.sf-input-checkbox:checked::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 7px;
  border-radius: 0px;
  border-color: #fff;
  border-top-style: none;
  border-right-style: none;
}

.checkbox:checked:after,
.sf-input-checkbox:checked::after {
  background: #c50000;
}

.popform__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}

.popform__btn {
  cursor: pointer;
  border: none;
  width: 156px;
  height: 46px;
  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: #c50000;
  border-radius: 50px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 129.5%;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  font-family: "Fira Sans";
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}

.popform__btn:hover {
  background: #ea0303;
}

.popform__btn:focus {
  background: #a80000;
  outline: none;
}

.popform__btn:disabled {
  background: #a80000;
  pointer-events: none;
}

.pop-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-middle__inp {
  background: #f7f7f7;
  border-radius: 5px 5px 0px 0px;
  width: 150px;
  border: none;
  border-bottom: 1px solid transparent;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 146.19%;
  color: #242424;
  font-family: "Fira Sans";
  outline: none;
  height: 34px;
  padding: 0 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pop-middle__inp:focus {
  border-bottom: 1px solid #c50000;
}

.pop-middle__inp::-webkit-input-placeholder {
  color: #8f8f8f;
}

.pop-middle__inp::-moz-placeholder {
  color: #8f8f8f;
}

.pop-middle__inp:-ms-input-placeholder {
  color: #8f8f8f;
}

.pop-middle__inp::-ms-input-placeholder {
  color: #8f8f8f;
}

.pop-middle__inp::placeholder {
  color: #8f8f8f;
}

.pop-text {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  resize: none;
  width: 100%;
  border: none;
  background: #f7f7f7;
  border-radius: 5px 5px 0px 0px;
  padding: 12px;
  color: #242424;
  font-family: "Fira Sans";
  outline: none;
  margin-top: 12px;
  font-size: 13px;
  line-height: 146.19%;
  border-bottom: 1px solid transparent;
  margin-bottom: 10px;
}

.pop-text::-webkit-input-placeholder {
  color: #8f8f8f;
}

.pop-text::-moz-placeholder {
  color: #8f8f8f;
}

.pop-text:-ms-input-placeholder {
  color: #8f8f8f;
}

.pop-text::-ms-input-placeholder {
  color: #8f8f8f;
}

.pop-text::placeholder {
  color: #8f8f8f;
}

.pop-text:focus {
  border-bottom: 1px solid #c50000;
}

.pop-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 43px;
}

.pop-check__text {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  font-family: "Fira Sans";
  color: #8d8d8d;
  margin-left: 10px;
}

#pop-check-check {
  margin-right: 0;
}

.success {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 444;
  left: 0;
  top: 0;
  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: rgba(60, 60, 60, 0.76);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.success.active {
  opacity: 1;
  pointer-events: all;
}

.success__wrap {
  width: 599px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 37.4375px rgba(12, 12, 12, 0.05);
  box-shadow: 0px 0px 37.4375px rgba(12, 12, 12, 0.05);
  border-radius: 37.4375px;
  position: relative;
  padding: 60px 51px 90px;
  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;
}

.success__icon {
  margin-bottom: 47px;
}

.success__title {
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 46px;
  font-family: "Fira Sans";
  color: #27ae60;
  margin-bottom: 28px;
}

.success__text {
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 22px;
  font-family: "Fira Sans";
  color: #616161;
}

.success__close {
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.success__close:hover svg path {
  fill: #c50000;
}

.success__close:focus svg path {
  fill: #a80000;
}

.success__close svg path {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-contacts .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-contacts .header-inner__left {
  padding-top: 0;
}

.page-contacts .footer {
  padding: 160px 0 104px;
}

.page-contacts .footer.curve::before {
  display: none;
}

main.contacts {
  padding-top: 27px;
  padding-bottom: 40px;
}

.contacts-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-info-wrapper__left {
  width: 358px;
}

.map {
  width: 670px;
  height: 429px;
  -webkit-box-shadow: 0px 10px 20px rgba(32, 35, 46, 0.11);
  box-shadow: 0px 10px 20px rgba(32, 35, 46, 0.11);
  overflow: hidden;
}

.info-inner__main {
  margin-bottom: 83px;
}

.info-inner__title {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 121.5%;
  letter-spacing: 0.005em;
  color: #242424;
  font-family: "Fira Sans";
}

.info-inner__text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  letter-spacing: 0.005em;
  color: #828282;
  font-family: "Fira Sans";
}

.info-inner__ofices {
  margin-bottom: 22px;
}

.info-inner__extra {
  margin-bottom: 71px;
}

.info-inner__links {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-inner__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.025em;
  font-family: "Fira Sans";
  color: #242424;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.info-inner__phone:hover {
  color: #c50000;
}

.info-inner__phone:focus {
  color: #a80000;
}

.info-inner__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  font-family: "Fira Sans";
  color: #828282;
  letter-spacing: 0.005em;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.info-inner__mail:hover {
  color: #c50000;
}

.info-inner__mail:focus {
  color: #a80000;
}

.page-about .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-about .header-inner__left {
  padding-top: 0;
}

.about-them {
  padding-bottom: 43px;
}

.about-them-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-them-wrap__info {
  width: 670px;
}

.about-them-wrap__text {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  letter-spacing: 0.005em;
  color: #242424;
  margin-bottom: 20px;
}

.about-them-wrap__subtitle {
  color: #a3a3a3;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  letter-spacing: 0.005em;
  margin-bottom: 20px;
  position: relative;
}

.about-them-wrap__hidden {
  color: #a3a3a3;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  letter-spacing: 0.005em;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}



.about.main {
  padding-top: 21px;
  padding-bottom: 13px;
}

.why-us {
  padding-top: 110px;
  padding-bottom: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.why-us__title {
  color: #c9c9c9;
  margin-right: 349px;
}

.why-us__list {
  width: 431px;
}

.why-us__item {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: 0.005em;
  color: #242424;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 31px;
}

.why-us__item svg {
  margin-right: 20px;
}

.why-us__item:last-child {
  margin-bottom: 0;
}

.why-us__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 112px;
}

.work-stages__title {
  color: #c9c9c9;
  margin-right: 313px;
}

.work-stages__list {
  width: 665px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.work-stages__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.work-stages__item:first-child {
  margin-bottom: 36px;
}

.work-stages__left {
  margin-right: 32px;
}

.work-stages__subtitle {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 129.5%;
  letter-spacing: 0.005em;
  color: #242424;
  margin-bottom: 6px;
}

.work-stages__text {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  letter-spacing: 0.005em;
  color: #242424;
}

.about-gallery {
  padding-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-gallery__title {
  color: #c9c9c9;
  margin-right: 318px;
}

.about-gallery__tabs {
  width: 570px;
}

.page-services .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-services .header-inner__left {
  padding-top: 0;
}

.page-services .header-inner__title {
  width: 440px;
}

.page-services.all-inactive main {
  display: none;
}

.page-services.all-inactive .footer.curve::before {
  display: none;
}

.page-services.all-inactive .footer {
  padding: 52px 0 104px;
}

.all-serv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.all-serv__left {
  width: 470px;
}

.all-serv__thumbnail {
  width: 470px;
  height: 321px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 58px;
}

.all-serv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.all-serv__nav {
  border-right: 2px solid #c50000;
  padding-right: 50px;
  padding-bottom: 5px;
  width: 420px;
}

.all-serv__title {
  font-weight: 800;
  margin-bottom: 35px;
}

.all-serv__list li {
  margin-bottom: 20px;
}

.all-serv__list li:last-child {
  margin-bottom: 0;
}

.all-serv__list li a {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  letter-spacing: 0.005em;
  color: #000000;
  font-family: "Fira Sans";
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.all-serv__list li a:hover {
  color: #c50000;
}

.all-serv__list li a:focus {
  color: #a80000;
}

.all-serv__right {
  width: 636px;
}

.all-serv__right *,
.inner-tehnical__right * {
  margin-bottom: 20px;
}

.serv-content__title {
  margin-bottom: 35px;
}

.serv-content__text,
.all-serv__right p {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  letter-spacing: 0.005em;
  color: #242424;
  margin-bottom: 0px;
}

.serv-content__subtitle {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  font-style: normal;
  font-size: 18px;
  line-height: 121.5%;
  font-family: "Fira Sans";
  letter-spacing: 0.005em;
  color: #242424;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.serv-content__subtitle.mobile-active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}

.serv-content__hidden {
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.serv-content__hidden p:last-child {
  margin-bottom: 0;
}

.serv-content__acc {
  overflow: hidden;
}

.serv-main {
  padding-top: 119px;
  padding-bottom: 23px;
}

.serv-main .main-posts {
  padding-bottom: 0;
}

.serv-main.form-inactive .main-posts {
  padding-top: 0;
}

.serv-form {
  width: 1169px;
  background: #ffffff;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: -16px 16px 40px rgba(255, 255, 255, 0.8),
    10px 4px 64px rgba(37, 37, 37, 0.3),
    inset -8px -6px 80px rgba(255, 255, 255, 0.18);
  box-shadow: -16px 16px 40px rgba(255, 255, 255, 0.8),
    10px 4px 64px rgba(37, 37, 37, 0.3),
    inset -8px -6px 80px rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  padding: 66px 80px 41px 101px;
  margin-bottom: 139px;
}

.serv-form__left {
  width: 543px;
}

.serv-form__title {
  color: #4f4f4f;
  margin-bottom: 16px;
}

.serv-form__text {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  letter-spacing: 0.005em;
  color: #000000;
  width: 433px;
  margin-bottom: 39px;
}

.serv-form__right {
  width: 437px;
}

.serv-list__item {
  margin-bottom: 23px;
}

.serv-list__item:last-child {
  margin-bottom: 0;
}

.serv-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.serv-list__link:hover .serv-list__number {
  border-bottom: 7px solid #c50000;
}

.serv-list__number {
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 129.5%;
  letter-spacing: 0.005em;
  color: #4f4f4f;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 7px solid #c4c4c4;
}

.serv-list__wrap {
  margin-left: 18px;
}

.serv-list__title {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 141.5%;
  letter-spacing: 0.005em;
  color: #4f4f4f;
}

.serv-list__text {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  letter-spacing: 0.005em;
  color: #000000;
}

.page-gallery .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-gallery .header-inner__left {
  padding-top: 0;
}

.page-gallery .owl-navigation {
  position: static;
  margin: 20px 0 0 auto;
}

.license {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.license__right {
  width: 250px;
}

.license__left {
  width: 790px;
  position: relative;
}

.license .slick-slide > div:first-child {
  margin-bottom: 80px;
}

.license .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.your-class__link {
  width: 232px;
  height: 297px;
  display: block;
  border-radius: 30px 5px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  outline: none;
  cursor: pointer;
}

.your-class__link:hover .your-class__img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.your-class__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.your-class__text {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 121.5%;
  text-align: center;
  letter-spacing: 0.005em;
  color: #242424;
  width: 232px;
  margin: 18px auto 0;
}

.gallery {
  padding-top: 85px;
  padding-bottom: 20px;
}

.tehnical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tehnical .slick-slide > div:first-child {
  margin-bottom: 92px;
}

.tehnical .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tehnical__left {
  width: 250px;
}

.tehnical__title {
  color: #c9c9c9;
}

.tehnical__right {
  width: 790px;
  position: relative;
}

.tehnical__link {
  border-radius: 30px 5px;
  overflow: hidden;
  width: 373px;
  height: 209px;
  margin: 0 auto;
  outline: none;
  display: block;
  cursor: pointer;
}

.tehnical__link:hover .tehnical__img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.tehnical__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tehnical__text {
  width: 373px;
  text-align: left;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 121.5%;
  letter-spacing: 0.005em;
  color: #242424;
  margin: 18px auto 0;
}

.our-objects {
  padding-top: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.our-objects .slick-slide > div:first-child {
  margin-bottom: 92px;
}

.our-objects .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our-objects__left {
  width: 250px;
}

.our-objects__title {
  color: #c9c9c9;
}

.our-objects__right {
  width: 790px;
  position: relative;
}

.our-objects__link {
  border-radius: 30px 5px;
  overflow: hidden;
  width: 373px;
  height: 209px;
  margin: 0 auto;
  outline: none;
  display: block;
  cursor: pointer;
}

.our-objects__link:hover .our-objects__img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.our-objects__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.our-objects__text {
  width: 373px;
  text-align: left;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 121.5%;
  letter-spacing: 0.005em;
  color: #242424;
  margin: 18px auto 0;
}

.page-news .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-news .header-inner__left {
  padding-top: 0;
}

.page-news .footer.curve::before {
  display: none;
}

.page-news .footer {
  padding-top: 175px;
}

.news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 46px;
}

.news__title {
  width: 107px;
}

.news__line {
  height: 2px;
  background: #dbdbdb;
  margin: 0 20px 0 14px;
  width: 100%;
}

.news__navigation {
  width: 79px;
  background: #ffffff;
  -webkit-box-shadow: 7px 7px 15px rgba(95, 95, 95, 0.1);
  box-shadow: 7px 7px 15px rgba(95, 95, 95, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 37px;
}

.news__navbtn {
  width: 29px;
  height: 29px;
  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;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news__navbtn:hover svg path {
  fill: #0f1824;
}

.news__navbtn svg path {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news__left {
  width: 303px;
}

.news__right {
  width: 770px;
  position: relative;
}

.news__all {
  margin-bottom: 56px;
  position: relative;
}

a#all-news-reset1 {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 118px;
  color: transparent;
  z-index: 3;
}

.news__all .label--checkbox {
  font-size: 15px;
  line-height: 124.5%;
  letter-spacing: 0.005em;
  font-style: normal;
  font-weight: normal;
}

.news__all .label--checkbox span {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news__all .checkbox:checked + span {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 124.5%;
  letter-spacing: 0.005em;
  color: #242424;
}

.news__wrapper {
  background: #ffffff;
  border-radius: 5px;
  padding: 42px 45px;
  overflow: hidden;
}

.sidebar-list {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sidebar-list__item {
  margin-bottom: 26px !important;
  padding: 0 !important;
}

.sidebar-list__item:last-child {
  margin-bottom: 0 !important;
}

.sidebar-list .label--checkbox,
.sf-label-checkbox {
  font-size: 15px;
  line-height: 124.5%;
  letter-spacing: 0.005em;
  font-style: normal;
  font-weight: normal;
  font-family: "Fira Sans";
  color: #c4c4c4;
  cursor: pointer;
}

.sidebar-list .label--checkbox span,
.sf-label-checkbox {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sidebar-list .checkbox:checked + span,
.sf-input-checkbox:checked + .sf-label-checkbox {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 124.5%;
  letter-spacing: 0.005em;
  color: #242424;
}

.sf-field-category {
  padding: 0 !important;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-list__item {
  width: 347px;
  margin-bottom: 30px;
}

.news-list__item:nth-child(1),
.news-list__item:nth-child(2) {
  margin-right: 200px;
}

.news-list__link:hover .news-list__title {
  color: #c50000;
}

.news-list__title {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 121.5%;
  letter-spacing: 0.005em;
  color: #242424;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news-list__text {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  letter-spacing: 0.005em;
  color: #242424;
  margin: 19px 0 17px;
  text-align: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list__date {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 121.5%;
  letter-spacing: 0.005em;
  color: #bdbdbd;
}

.flyingnews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 45px 18px 18px;
  background: #f9f9f9;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  width: 370px;
}

.flyingnews:hover .flyingnews__title {
  color: #c50000;
}

.flyingnews__img {
  width: 241px;
  height: 169px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.flyingnews__title {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
}

.news-choose {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 124.5%;
  letter-spacing: 0.005em;
  position: relative;
  color: #828282;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-right: 82px;
  display: none;
  cursor: pointer;
}

.news-choose:after {
  position: absolute;
  content: "";
  top: -2px;
  right: 0px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #828282;
  border-right: 2px solid #828282;
  display: block;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news-choose.open:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}

.page-inner-news .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-inner-news .header-inner__left {
  padding-top: 0;
  width: 501px;
}

.page-inner-news .header-inner__title {
  width: 100%;
}

.inner-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 10;
  position: relative;
}

.inner-new__left {
  width: 470px;
}

.inner-new__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
}

.inner-new__right {
  width: 670px;
}

.inner-new__right .serv-content * {
  margin-bottom: 20px;
}

.serv-content a {
  text-decoration: underline;
}

.inner-sidebar {
  width: 421px;
  border-right: 2px solid #c50000;
  padding-right: 50px;
  margin-top: 76px;
}

.inner-sidebar__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 34px;
}

.inner-sidebar__title {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 121.5%;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #000000;
}

.inner-sidebar__link {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 129.5%;
  letter-spacing: 0.005em;
  color: #dbdbdb;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.inner-sidebar__link:hover {
  color: #c50000;
}

.inner-sidebar__link:focus {
  color: #a80000;
}

.inner-news-list__item {
  margin-bottom: 28px;
}

.inner-news-list__link:hover .inner-news-list__title {
  color: #c50000;
}

.inner-news-list__title {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 121.5%;
  letter-spacing: 0.005em;
  color: #242424;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.inner-news-list__text {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  letter-spacing: 0.005em;
  color: #242424;
  margin: 19px 0 17px;
  text-align: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.inner-news-list__date {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 121.5%;
  letter-spacing: 0.005em;
  color: #bdbdbd;
}

.inner-fixed__link {
  width: 370px;
  padding: 45px 40px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inner-fixed__link:hover .inner-fixed__title {
  color: #c50000;
}

.inner-fixed__title {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 121.5%;
  text-align: center;
  letter-spacing: 0.005em;
  color: #242424;
}

.inner-fixed__img {
  width: 241px;
  height: 169px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.new-content__title {
  margin-bottom: 35px;
}

.new-content__text,
.inner-new__right p {
  margin-bottom: 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  letter-spacing: 0.005em;
  color: #000000;
}

.serv-content ul {
  margin-bottom: 25px;
  margin-top: 10px;
  font-family: "Fira Sans";
}

.serv-content ul li {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  letter-spacing: 0.005em;
  margin-bottom: 10px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.serv-content ul li:last-child {
  margin-bottom: 0;
}

.serv-content ul li::before {
  content: "";
  background: #c50000;
  margin: 0 10px;
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}

.new-content__subtitle,
.inner-new__right h4 {
  margin-bottom: 25px;
}

.new-content__wrapper {
  margin-bottom: 15px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-content__wrapper img:nth-child(1) {
  border-radius: 5px;
  width: 270px;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.new-content__wrapper img:nth-child(2) {
  border-radius: 5px;
  width: 383px;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.in-news {
  padding-top: 136px;
  padding-bottom: 125px;
}

.random-news {
  margin-top: 170px;
}

.random-news.form-inactive {
  margin-top: 0;
}

.random-news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 42px;
}

.random-news__title {
  width: 280px;
}

.random-news__line {
  width: 62%;
  height: 2px;
  background: #dbdbdb;
  margin: 0 20px;
}

.random-news__link {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 129.5%;
  letter-spacing: 0.005em;
  color: #dbdbdb;
  width: 120px;
}

.random-news__link:hover {
  color: #c50000;
}

.random-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.random-list__item {
  width: 347px;
}

.random-list__text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.5%;
  letter-spacing: 0.005em;
  margin: 19px 0 17px;
  color: #242424;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.random-list__date {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 121.5%;
  font-family: "Fira Sans";
  letter-spacing: 0.005em;
  color: #bdbdbd;
}

.random-list__link:hover .random-list__title {
  color: #c50000;
}

.page-inner-services .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-inner-services .header-inner__left {
  padding-top: 0;
  width: 501px;
}

.page-inner-services .header-inner__title {
  width: 100%;
}

.page-inner-services .all-serv {
  padding-bottom: 0;
}

.page-inner-services .inner-sidebar {
  margin-top: 0;
}

.page-inner-services .main.curve:before {
  width: 343%;
  -webkit-transform: translate(-30%, -93%);
  -ms-transform: translate(-30%, -93%);
  transform: translate(-30%, -93%);
}

.in-serv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.in-serv-list__item {
  width: 274px;
  margin-bottom: 35px;
  padding-left: 49px;
  position: relative;
  counter-increment: inst;
}

.in-serv-list__item::before {
  content: counter(inst);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 129.5%;
  letter-spacing: 0.005em;
  border-bottom: 7px solid #c4c4c4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 65px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Bebas Neue";
}

.in-serv-list__item:hover::before {
  border-bottom: 7px solid #c50000;
}

.in-serv-list__title {
  font-weight: bold;
  margin-bottom: 0;
}

.in-serv-list__title a {
  text-decoration: underline;
}


.in-serv-list__text {
  margin-bottom: 0px;
}

.inner-tehnical {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 170px;
}

.inner-tehnical__left {
  width: 421px;
}

.inner-tehnical__right {
  width: 640px;
}

.inner-services-main {
  padding-top: 120px;
  padding-bottom: 0;
}

.tehnical-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px;
}

.tehnical-wrap__img {
  height: 362px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border: 2px solid #242424;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-price .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-price .header-inner__left {
  padding-top: 0;
  width: 501px;
}

.page-price .header-inner__title {
  width: 100%;
}

.page-price .inner-sidebar {
  margin-top: 0;
}

.page-price.serv-form-inactive .footer.curve::before {
  display: none;
}

.page-price.serv-form-inactive .footer {
  padding: 152px 0 104px;
}

.price {
  padding-bottom: 86px;
}

.price-warp {
  padding-top: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price-warp__left {
  width: 421px;
}

.price-warp.news-inactive .price-warp__left {
  display: none;
}

.price-warp__right {
  width: 670px;
}

.price-warp.news-inactive .price-warp__right {
  width: 100%;
}

.price-text-editor * {
  margin-bottom: 20px;
  padding: 0;
}

.price-content__tab {
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 35px;
  padding-bottom: 35px;
}

.price-content__title {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 121.5%;
  font-family: "Fira Sans";
  letter-spacing: 0.005em;
  color: #242424;
}

.price-content__title::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 8px;
  width: 8.5px;
  height: 8.5px;
  border-top: 2px solid #828282;
  border-right: 2px solid #828282;
  display: block;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.price-content__title.mobile-active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}

.price-content__title.mobile-active {
  margin-bottom: 34px;
}

.price-hidden {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-height: 0;
  overflow: hidden;
}

.price-hidden__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.price-hidden__tab.two-empty {
  margin-bottom: 3px;
}

.price-hidden__tab:last-child {
  margin-bottom: 0;
}

.price-hidden__left {
  width: 445px;
}

.price-hidden__text {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 129.5%;
  color: #828282;
  letter-spacing: 0.005em;
}

.price-hidden__subtext {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 129.5%;
  letter-spacing: 0.005em;
  color: #949494;
}

.price-hidden__right {
  width: 225px;
}

.price-hidden__price {
  text-align: right;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 129.5%;
  letter-spacing: 0.005em;
}

.price-main {
  padding-top: 125px;
  padding-bottom: 125px;
}

.price-main .serv-form {
  margin-bottom: 0;
}

.slick-slide {
  outline: none;
}

.pagination {
  width: 65.11px;
  background: #ffffff;
  -webkit-box-shadow: 7px 7px 15px rgba(95, 95, 95, 0.1);
  box-shadow: 7px 7px 15px rgba(95, 95, 95, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 37px;
  position: absolute;
  right: 0;
  top: -85px;
  z-index: 3;
}

.pagination a {
  width: 29px;
  height: 29px;
  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;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pagination svg path {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pagination a:hover svg path {
  fill: #0f1824;
}

.before-main {
  display: block;
  width: 100%;
  height: 160px;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.main-footer {
  background: #fff;
}

.page-services.all-inactive .before-main,
.page-services.all-inactive .main-footer {
  display: none;
}

.page-index .main {
  padding-top: 0;
}

.page-index .main-posts {
  padding-top: 106px;
}

.owl-carousel__link {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 960px;
  }

  .pagination {
    width: 62.3px;
  }

  .header-inner__right {
    width: 551px;
  }

  .posts-inner__top::before {
    width: 700px;
  }

  .main-post__list {
    padding-right: 20px;
  }

  .main-post__item {
    width: 305px;
  }

  .advantages__left {
    width: 505px;
  }

  .advantages__right {
    width: 405px;
  }

  .advantages__list {
    padding: 55px 25px;
  }

  .pop-wrap {
    width: 700px;
  }

  .pop-wrap__right {
    display: none;
  }

  .page-contacts .header-menu {
    margin-top: -180px;
  }

  .map {
    width: 550px;
  }

  .page-about .header-menu {
    margin-top: -180px;
  }

  .about-them-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-them-wrap__title {
    margin-bottom: 40px;
  }

  .about-them-wrap__info {
    width: 100%;
  }

  .why-us__title {
    margin-right: 150px;
  }

  .work-stages__title {
    margin-right: 115px;
  }

  .about-gallery__title {
    margin-right: 130px;
  }

  .page-services .header-menu {
    margin-top: -180px;
  }

  .all-serv__left {
    width: 49%;
  }

  .all-serv__thumbnail {
    width: 100%;
  }

  .all-serv__right {
    width: 49%;
  }

  .serv-form {
    width: 960px;
    padding: 50px;
  }

  .serv-form__left {
    width: 49%;
  }

  .serv-form__right {
    width: 49%;
  }

  .page-gallery .header-menu {
    margin-top: -180px;
  }

  .page-news .header-menu {
    margin-top: -180px;
  }

  .news__left {
    width: 240px;
  }

  .news__right {
    width: 705px;
  }

  .page-inner-news .header-menu {
    margin-top: -180px;
  }

  .inner-new__right {
    width: 470px;
  }

  .new-content__wrapper img:nth-child(1) {
    width: 230px;
  }

  .new-content__wrapper img:nth-child(2) {
    width: 230px;
  }

  .random-news__line {
    width: 54%;
  }

  .random-list__item {
    width: 32%;
  }

  .page-inner-services .header-menu {
    margin-top: -180px;
  }

  .in-serv-list__item {
    width: 100%;
  }

  .inner-tehnical__right {
    width: 49%;
  }

  .tehnical-wrap__img {
    width: 48%;
  }

  .page-price .header-menu {
    margin-top: -180px;
  }

  .price-warp__right {
    width: 510px;
  }

  .price-hidden__left {
    width: 338px;
  }

  .price-hidden__right {
    width: 150px;
  }
  .header-inner__img {
    width: 534px;
    height: 412px;
  }
  .page-index .header-footer-svg,
  .header-footer-svg {
    height: 250px;
  }
  .before-main {
    height: 105px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 720px;
  }

  .header-footer-svg {
    top: 215px;
  }

  .page-index .header-footer-svg {
    height: 93px;
    top: 482px;
  }

  .header::after {
    height: 0px;
  }

  .pagination {
    width: 58px;
  }

  .main-navigation {
    display: none;
  }

  .footer {
    padding: 140px 0 50px;
  }

  .footer-nav {
    padding: 50px 0;
  }

  .footer-nav__item {
    width: 23%;
  }

  .footer-info {
    -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;
  }

  .footer-info__worktime {
    margin: 0 auto;
  }

  .footer-info__right {
    margin-top: 53px;
  }

  .page-index .curve:before {
    -webkit-transform: translate(-33%, -97%);
    -ms-transform: translate(-33%, -97%);
    transform: translate(-33%, -97%);
    width: 410%;
  }

  .header {
    padding-bottom: 50px;
  }

  .page-index .header {
    padding-bottom: 100px;
  }

  .page-index .header::after {
    height: 0px;
  }

  .header-inner__left {
    padding-top: 100px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header-inner__text {
    padding-right: 25px;
  }

  .header-inner__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 50px;
    min-height: 280px;
  }

  .header-menu {
    display: none;
  }

  .main {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .main-posts {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .posts-inner__top::before {
    width: 450px;
  }

  .main-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-post__left {
    width: 100%;
  }

  .main-post__item {
    width: 45%;
  }

  .main-post__right {
    margin: 0 auto;
  }

  .advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .advantages__left {
    width: 100%;
  }

  .advantages__right {
    width: 100%;
  }

  .advantages__right .advantages__title {
    margin-top: 50px;
  }

  .main-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-wrap__right {
    display: none;
  }

  .mob-navi {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
  }

  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobi-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .popform__top {
    display: none;
  }

  .pop-check__text {
    margin-left: 0;
  }

  #pop-check-check {
    display: none;
  }

  .page-contacts .mobi-list {
    width: 100%;
    margin-bottom: 50px;
  }

  .page-contacts .mobi-list li {
    width: unset;
    margin-bottom: 0;
  }

  .contacts-info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-info-wrapper__left {
    width: 100%;
  }

  .contacts-info-wrapper__right {
    width: 100%;
  }

  .map {
    width: 100%;
  }

  .info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .info-inner > div {
    width: 45%;
  }

  .page-about .mobi-list {
    width: 100%;
    margin-bottom: 50px;
  }

  .page-about .mobi-list li {
    width: unset;
    margin-bottom: 0;
  }

  .about-them {
    padding-bottom: 60px;
  }

  .about-them-wrap__subtitle {
    color: #242424;
    font-weight: bold;
  }

  .about-them-wrap__subtitle.mobile:after {
    position: absolute;
    content: "";
    top: -2px;
    right: 8px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #828282;
    border-right: 2px solid #828282;
    display: block;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .about-them-wrap__subtitle.mobile.mobile-active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
  }

  .about-them-wrap__hidden {
    max-height: 0;
    overflow: hidden;
  }
 
  .desk {
	display: none;
  }

  .why-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
  }

  .why-us__title {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .why-us__list {
    width: 100%;
  }

  .work-stages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .work-stages__title {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .work-stages__list {
    width: 100%;
  }

  .work-stages__right {
    width: 100%;
  }

  .about-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-gallery__title {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .about-gallery__tabs {
    width: 100%;
  }

  .page-services .header-inner__title {
    width: 100%;
  }

  .page-services .header-inner__right {
    padding-top: 50px;
    width: 50%;
  }

  .page-services .mobi-list {
    width: 100%;
    margin-bottom: 50px;
  }

  .page-services .mobi-list li {
    width: unset;
    margin-bottom: 0;
  }

  .all-serv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .all-serv__left {
    width: 100%;
  }

  .all-serv__nav {
    display: none;
  }

  .all-serv__right {
    width: 100%;
  }

  .serv-main {
    padding-top: 100px;
  }

  .serv-form {
    width: 720px;
  }

  .serv-form__left {
    width: 100%;
  }

  .serv-form__right {
    display: none;
  }

  .page-gallery .mobi-list {
    width: 100%;
    margin-bottom: 50px;
  }

  .page-gallery .mobi-list li {
    width: unset;
    margin-bottom: 0;
  }

  .license {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .license__right {
    width: 100%;
  }

  .license__left {
    width: 100%;
  }

  .license__title {
    margin-bottom: 44px;
  }

  .gallery:before {
    -webkit-transform: translate(-31%, -95%);
    -ms-transform: translate(-31%, -95%);
    transform: translate(-31%, -95%);
    width: 400%;
  }

  .gallery {
    padding-top: 141px;
  }

  .tehnical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tehnical__left {
    width: 100%;
  }

  .tehnical__title {
    margin-bottom: 44px;
  }

  .tehnical__right {
    width: 100%;
  }

  .tehnical__link {
    width: 340px;
  }

  .tehnical__text {
    width: 340px;
  }

  .our-objects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our-objects__left {
    width: 100%;
  }

  .our-objects__title {
    margin-bottom: 44px;
  }

  .our-objects__right {
    width: 100%;
  }

  .our-objects__link {
    width: 340px;
  }

  .our-objects__text {
    width: 340px;
  }

  .page-news .mobi-list {
    width: 100%;
    margin-bottom: 50px;
  }

  .page-news .mobi-list li {
    width: unset;
    margin-bottom: 0;
  }

  .news__left {
    width: 290px;
  }

  .news__right {
    width: 400px;
  }

  .news-list__item:nth-child(1),
  .news-list__item:nth-child(2) {
    margin-right: 0;
  }

  .flyingnews {
    position: static;
    margin-top: 20px;
  }

  .page-inner-news .header-inner__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .page-inner-news .mobi-list {
    width: 100%;
    margin-bottom: 50px;
  }

  .page-inner-news .mobi-list li {
    width: unset;
    margin-bottom: 0;
  }

  .page-inner-news h1 {
    font-size: 40px;
  }

  .inner-new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inner-new__left {
    width: 100%;
    margin-bottom: 35px;
  }

  .inner-new__right {
    width: 100%;
    padding-bottom: 55px;
  }

  .inner-sidebar {
    display: none;
  }

  .new-content__wrapper img:nth-child(1) {
    width: 300px;
  }

  .new-content__wrapper img:nth-child(2) {
    width: 400px;
  }

  .random-news__line {
    width: 39%;
  }

  .random-list__item {
    width: 45%;
  }

  .random-list__item:first-child {
    margin-bottom: 30px;
  }

  .page-inner-services .header-inner__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .page-inner-services .mobi-list {
    width: 100%;
    margin-bottom: 50px;
  }

  .page-inner-services .mobi-list li {
    width: unset;
    margin-bottom: 0;
  }

  .page-inner-services h1 {
    font-size: 40px;
  }

  .inner-tehnical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inner-tehnical__left {
    display: none;
  }

  .inner-tehnical__right {
    width: 100%;
  }

  .tehnical-wrap__img {
    height: 100%;
    width: 341px;
  }

  .page-price .header-inner__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .page-price .mobi-list {
    width: 100%;
    margin-bottom: 50px;
  }

  .page-price .mobi-list li {
    width: unset;
    margin-bottom: 0;
  }

  .price-warp__left {
    display: none;
  }

  .price-warp__right {
    width: 100%;
  }

  .price-hidden__left {
    width: 445px;
  }

  .price-hidden__right {
    width: 225px;
  }

  .price-main {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .header-inner__img {
    width: 360px;
    height: 277px;
  }
  .before-main {
    height: 46px;
  }
  .your-class__link:hover .your-class__img,
  .tehnical__link:hover .tehnical__img,
  .our-objects__link:hover .our-objects__img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 540px;
  }

  .header-footer-svg {
    top: 212px;
    height: 120px;
  }

  .pagination {
    right: -140px;
  }

  .breads {
    padding-bottom: 40px;
  }

  .footer-info__left {
    width: 100%;
  }

  .footer-info-nav {
    width: 100%;
  }

  .posts-inner__top::before {
    width: 300px;
  }

  .mobile-overlay .menu {
    width: 100px;
  }

  .mobile-overlay .menu a {
    font-size: 20px;
    line-height: 43px;
  }

  .mobile-overlay .navigation__link {
    font-size: 15px;
    line-height: 15px;
    width: 100px;
  }

  .mobile-overlay .phone__number {
    font-size: 25px;
  }

  .mobile-overlay .phone__worktime {
    font-size: 13px;
  }

  .pop-wrap {
    width: 287px;
    padding: 29px 15px 31px;
    -webkit-box-shadow: -7px 7px 12px rgba(255, 255, 255, 0.8),
      4px 1px 22px rgba(37, 37, 37, 0.3),
      inset -3px -2px 20px rgba(255, 255, 255, 0.18);
    box-shadow: -7px 7px 12px rgba(255, 255, 255, 0.8),
      4px 1px 22px rgba(37, 37, 37, 0.3),
      inset -3px -2px 20px rgba(255, 255, 255, 0.18);
    border-radius: 15px;
    text-align: center;
  }

  .pop-wrap__left {
    width: 100%;
  }

  .pop-wrap__title {
    font-size: 35px;
    line-height: 107.5%;
    margin-bottom: 20px;
    width: 100%;
  }

  .pop-wrap__close {
    top: 10px;
    right: 10px;
  }

  .popform__btn {
    width: 238px;
    margin: 0 auto;
  }

  .pop-middle {
    -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;
  }

  .pop-middle__inp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    height: 45px;
  }

  .pop-text {
    margin-top: 0;
    height: 130px;
  }

  .pop-check {
    margin-bottom: 20px;
  }

  .success__wrap {
    width: 320px;
    -webkit-box-shadow: 0px 0px 20px rgba(12, 12, 12, 0.05);
    box-shadow: 0px 0px 20px rgba(12, 12, 12, 0.05);
    padding: 33px 27px 49px;
  }

  .success__icon {
    margin-bottom: 25px;
  }

  .success__title {
    font-size: 25px;
    line-height: 24px;
  }

  .success__text {
    font-size: 14px;
    line-height: 12px;
    text-align: center;
  }

  .all-serv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .all-serv__nav {
    display: none;
  }

  .serv-content__subtitle {
    padding-right: 40px;
    cursor: pointer;
  }

  .serv-content__subtitle:after {
    position: absolute;
    content: "";
    top: -2px;
    right: 8px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #828282;
    border-right: 2px solid #828282;
    display: block;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .serv-content__hidden {
    max-height: 0;
    overflow: hidden;
  }

  .serv-main {
    padding-top: 80px;
  }

  .serv-form {
    width: 540px;
  }

  .serv-form__text {
    width: 100%;
  }

  .license .slick-slide > div:first-child {
    margin-bottom: 0;
  }

  .tehnical .slick-slide > div:first-child {
    margin-bottom: 0;
  }

  .tehnical__link {
    width: 90%;
  }

  .tehnical__text {
    width: 90%;
  }

  .our-objects .slick-slide > div:first-child {
    margin-bottom: 0;
  }

  .our-objects__link {
    width: 90%;
  }

  .our-objects__text {
    width: 90%;
  }

  .page-news .header-inner__left {
    padding-top: 55px;
  }

  .news {
    padding-top: 189px;
    position: relative;
  }

  .news__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news__left {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }

  .news__all {
    margin-bottom: 20px;
  }

  .news__wrapper {
    padding: 30px;
  }

  .sidebar-list {
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
  }

  .sidebar-list__item {
    margin-bottom: 0 !important;
  }

  .sidebar-list .label--checkbox,
  .sf-label-checkbox {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 300%;
    letter-spacing: 0.005em;
    color: #828282;
    padding: 0 !important;
  }

  .sidebar-list .checkbox,
  .sf-input-checkbox {
    opacity: 0;
    height: 0;
    width: 0;
    margin: 0;
  }

  .sidebar-list .checkbox:checked + span,
  .sf-input-checkbox:checked + .sf-label-checkbox {
    font-size: 15px;
    line-height: 300%;
    letter-spacing: 0.005em;
    color: #c50000;
  }

  a#all-news-reset2 {
    display: flex;
    margin-bottom: -18px;
    position: relative;
    z-index: 3;
    color: transparent;
  }

  .news-choose {
    display: block;
  }

  .page-inner-news .header-inner__left {
    padding-top: 55px;
  }

  .page-inner-news h1 {
    font-size: 36px;
  }

  .page-inner-news .breadcrumbs {
    display: none;
  }

  .page-inner-news .bread-mobi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .new-content__wrapper img:nth-child(1) {
    width: 230px;
  }

  .new-content__wrapper img:nth-child(2) {
    width: 300px;
  }

  .random-news__line {
    width: 18%;
  }

  .page-inner-services .header-inner__left {
    padding-top: 55px;
  }

  .page-inner-services h1 {
    font-size: 36px;
  }

  .page-inner-services .breadcrumbs {
    display: none;
  }

  .page-inner-services .bread-mobi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tehnical-wrap__img {
    width: 48%;
  }

  .page-price .header-inner__left {
    padding-top: 55px;
  }

  .header-inner__img {
    width: 237px;
    height: 200px;
  }
}

@media screen and (max-width: 575px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }

  .pagination {
    right: 0px;
  }

  h1 {
    font-size: 40px;
  }

  .breadcrumbs {
    display: none;
  }

  .bread-mobi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    padding-top: 100px;
  }

  .footer-nav {
    padding: 56px 0 54px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-nav__item {
    width: 100%;
  }

  .izs {
    margin-bottom: 55px;
  }

  .objects {
    margin-bottom: 55px;
  }

  .service {
    margin-bottom: 55px;
  }

  .footer-info {
    margin-bottom: 43px;
  }

  .footer-info__right {
    margin-top: 68px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-info__phone {
    font-size: 28px;
  }

  .bottom-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bottom-address {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
  }

  .bottom-nav__link {
    font-size: 12px;
  }

  .footer-info-nav {
    -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;
  }

  .footer-info-nav__item {
    margin-bottom: 12px;
  }

  .footer-right {
    margin-top: 30px;
    line-height: 165%;
    text-align: center;
  }

  .header,
  .page-index .header {
    padding-bottom: 95px;
  }

  .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-inner__left {
    width: 100%;
    padding-top: 104px;
  }

  .header-inner__text {
    margin: 20px 0 30px;
  }

  .header-inner__link {
    width: 100%;
    padding: 0 21px;
    max-width: 292px;
  }

  .header-inner__right {
    width: 100%;
    padding-top: 0px;
  }

  .page-index .header-inner__right {
    padding-top: 30px;
  }

  .header-inner__img {
    height: 216px;
    width: 100%;
  }

  .main {
    padding-top: 130px;
    padding-bottom: 58px;
  }

  .main-posts {
    padding-bottom: 80px;
  }

  .posts-inner__top {
    margin-bottom: 30px;
  }

  .posts-inner__top::before {
    width: 20%;
  }

  .main-post__list {
    padding-right: 0;
  }

  .main-post__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .main-post__text {
    margin: 10px 0;
  }

  .main-post__right {
    width: 100%;
  }

  .main-single {
    padding: 20px;
  }

  .advantages__title {
    margin-bottom: 30px;
  }

  .advantages__list {
    padding: 20px;
    -webkit-box-shadow: -7px 7px 12px rgba(255, 255, 255, 0.8),
      4px 1px 22px rgba(37, 37, 37, 0.3),
      inset -3px -2px 20px rgba(255, 255, 255, 0.18);
    box-shadow: -7px 7px 12px rgba(255, 255, 255, 0.8),
      4px 1px 22px rgba(37, 37, 37, 0.3),
      inset -3px -2px 20px rgba(255, 255, 255, 0.18);
    margin-bottom: 30px;
  }

  .advantages__link {
    width: 100%;
    max-width: 292px;
    padding: 0 21px;
  }

  .tabs-wrapper {
    overflow-x: scroll;
  }

  #tabs {
    overflow-x: scroll;
    width: 500px;
  }

  .tab-wrapper {
    width: 115vw;
    height: 300px;
  }

  .owl-carousel__img {
    width: 277px;
    height: 185px;
  }

  .owl-carousel__text {
    width: 100%;
    padding-bottom: 100px;
  }

  .owl-navigation {
    display: none;
  }

  .curve::before {
    width: 553%;
    -webkit-transform: translate(-31%, -96%);
    -ms-transform: translate(-31%, -96%);
    transform: translate(-31%, -96%);
  }

  .footer.curve::before {
    width: 553%;
    -webkit-transform: translate(-31%, -93%);
    -ms-transform: translate(-31%, -93%);
    transform: translate(-31%, -93%);
  }

  .main-about {
    padding-top: 70px;
    padding-bottom: 26px;
  }

  .about-wrap__left {
    width: 100%;
  }

  .about-wrap__text {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mobi-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 290px;
  }

  .mobi-list__item {
    width: 100%;
  }

  .mobi-list__item:first-child {
    margin-bottom: 0;
  }

  .pop-up {
    overflow-y: scroll;
    padding-top: 170px;
    padding-bottom: 20px;
  }

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

  .success__wrap {
    border-radius: 20px 20px 0px 0px;
  }

  .page-contacts .header-inner {
    padding-top: 105px;
  }

  .page-contacts .header-inner__left {
    margin-bottom: 20px;
  }

  .page-contacts .footer {
    padding: 95px 0 60px;
  }

  .page-contacts .mobi-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: unset;
    margin-bottom: 14px;
  }

  .page-contacts .mobi-list li {
    width: 50%;
  }

  .page-contacts .mobi-list li:first-child {
    margin-bottom: 32px;
  }

  .map {
    height: 265px;
  }

  .info-inner {
    display: block;
    margin-bottom: 30px;
  }

  .info-inner > div {
    width: 100%;
  }

  .info-inner__main {
    margin-bottom: 20px;
  }

  .info-inner__ofices {
    margin-bottom: 20px;
  }

  .info-inner__extra {
    margin-bottom: 20px;
  }

  .page-about .header-inner {
    padding-top: 105px;
  }

  .page-about .header-inner__left {
    margin-bottom: 20px;
  }

  .page-about .mobi-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: unset;
    margin-bottom: 41px;
  }

  .page-about .mobi-list li {
    width: 50%;
  }

  .page-about .mobi-list li:first-child {
    margin-bottom: 32px;
  }

  .why-us {
    padding-bottom: 80px;
  }

  .work-stages {
    padding-bottom: 80px;
  }

  .work-stages__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .work-stages__item {
    width: 100%;
    margin-bottom: 36px;
  }

  .work-stages__item:last-child {
    margin-bottom: 0;
  }

  .about-gallery {
    padding-bottom: 0;
  }

  .about-gallery__tabs {
    width: 100%;
    overflow-x: scroll;
  }

  .page-services .header-inner {
    padding-top: 105px;
  }

  .page-services .header-inner__left {
    margin-bottom: 20px;
  }

  .page-services .header-inner__right {
    width: 100%;
    padding-top: 0;
  }

  .page-services .header-inner__img {
    height: 215.71px;
  }

  .page-services .mobi-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: unset;
    margin-bottom: 41px;
  }

  .page-services .mobi-list li {
    width: 50%;
  }

  .page-services .mobi-list li:first-child {
    margin-bottom: 32px;
  }

  .page-services .header {
    padding-bottom: 95px;
  }

  .page-services .footer.curve::before {
    width: 553%;
    -webkit-transform: translate(-31%, -93%);
    -ms-transform: translate(-31%, -93%);
    transform: translate(-31%, -93%);
  }

  .all-serv {
    padding-bottom: 80px;
  }

  .all-serv__thumbnail {
    height: 197px;
    margin-bottom: 30px;
  }

  .serv-content__title {
    margin-bottom: 20px;
  }

  .serv-main {
    padding-top: 80px;
  }

  .serv-main.curve::before {
    -webkit-transform: translate(-34%, -97%);
    -ms-transform: translate(-34%, -97%);
    transform: translate(-34%, -97%);
  }

  .serv-form {
    width: 90%;
    padding: 30px 15px;
  }

  .serv-form__title {
    margin-bottom: 10px;
    text-align: center;
  }

  .serv-form__text {
    margin-bottom: 19px;
    text-align: center;
  }

  .serv-list__number {
    line-height: 129.5%;
    border-bottom: 7px solid #c50000;
  }

  .serv-list__title {
    line-height: 120%;
  }

  .serv-list__text {
    line-height: 120%;
  }

  .page-gallery .header-inner {
    padding-top: 105px;
  }

  .page-gallery .header-inner__left {
    margin-bottom: 20px;
  }

  .page-gallery .mobi-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: unset;
    margin-bottom: 41px;
  }

  .page-gallery .mobi-list li {
    width: 50%;
  }

  .page-gallery .mobi-list li:first-child {
    margin-bottom: 32px;
  }

  .your-class__item {
    margin-right: 14px;
  }

  .your-class__link {
    width: 189px;
    height: 240px;
  }

  .your-class__text {
    width: 100%;
  }

  .tehnical__item {
    margin-right: 14px;
  }

  .tehnical__link {
    width: 100%;
  }

  .tehnical__text {
    width: 100%;
  }

  .our-objects {
    padding-top: 95px;
  }

  .our-objects__item {
    margin-right: 14px;
  }

  .our-objects__link {
    width: 100%;
    margin-right: 10px;
  }

  .our-objects__text {
    width: 100%;
  }

  .slick-list {
    padding: 0 20% 0 0;
  }

  .page-news .header-inner {
    padding-top: 105px;
  }

  .page-news .header-inner__left {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .page-news .mobi-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: unset;
    margin-bottom: 41px;
  }

  .page-news .mobi-list li {
    width: 50%;
  }

  .page-news .mobi-list li:first-child {
    margin-bottom: 32px;
  }

  .news__right {
    width: 100%;
  }

  .news-list__item:nth-child(1),
  .news-list__item:nth-child(2) {
    width: 100%;
  }

  .news-list__text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .flyingnews {
    width: 100%;
  }

  .flyingnews__img {
    width: 100%;
    height: 100%;
  }

  .page-inner-news .header-inner {
    padding-top: 105px;
  }

  .page-inner-news .header-inner__left {
    margin-bottom: 20px;
    padding-top: 0;
    width: 100%;
  }

  .page-inner-news .mobi-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: unset;
    margin-bottom: 41px;
  }

  .page-inner-news .mobi-list li {
    width: 50%;
  }

  .page-inner-news .mobi-list li:first-child {
    margin-bottom: 32px;
  }

  .page-inner-news h1 {
    font-size: 40px;
  }

  .new-content {
    overflow-x: auto;
  }

  .new-content__wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    display: block;
  }

  .new-content__wrapper img:nth-child(1) {
    display: inline-block;
    width: 270px;
    white-space: nowrap;
    margin-right: 17px;
  }

  .new-content__wrapper img:nth-child(2) {
    width: 383px;
    display: inline-block;
    white-space: nowrap;
  }

  .random-news {
    margin-top: 0;
  }

  .random-news__line {
    display: none;
  }

  .random-news__link {
    display: none;
  }

  .random-list__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .page-inner-services .header-inner {
    padding-top: 105px;
  }

  .page-inner-services .header-inner__left {
    margin-bottom: 20px;
    padding-top: 0;
    width: 100%;
  }

  .page-inner-services .mobi-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: unset;
    margin-bottom: 41px;
  }

  .page-inner-services .mobi-list li {
    width: 50%;
  }

  .page-inner-services .mobi-list li:first-child {
    margin-bottom: 32px;
  }

  .page-inner-services h1 {
    font-size: 40px;
  }

  .page-inner-services .main.curve:before {
    width: 500%;
    -webkit-transform: translate(-30%, -95%);
    -ms-transform: translate(-30%, -95%);
    transform: translate(-30%, -95%);
  }

  .page-inner-services .serv-form {
    margin-bottom: 0;
  }

  .inner-tehnical {
    padding-bottom: 80px;
  }

  .page-price .header-inner {
    padding-top: 105px;
  }

  .page-price .header-inner__left {
    margin-bottom: 20px;
    padding-top: 0;
    width: 100%;
  }

  .page-price .mobi-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: unset;
    margin-bottom: 41px;
  }

  .page-price .mobi-list li {
    width: 50%;
  }

  .page-price .mobi-list li:first-child {
    margin-bottom: 32px;
  }

  .price-hidden__left {
    width: 230px;
  }

  .price-hidden__right {
    width: 120px;
  }

  .page-index .header-footer-svg {
    top: unset;
    height: 70px;
    bottom: -2px;
  }

  .header-footer-svg {
    top: unset;
    height: 75px;
    bottom: 0px;
  }

  .header-inner__right {
    min-height: unset;
  }

  .page-index .header::after {
    height: 0px;
  }
  .header-inner__text {
    padding-right: 0px;
  }

  .tehnical__link,
  .our-objects__link {
    height: 185px;
  }
  .before-main {
    height: 33px;
  }
  .page-index .main-posts {
    padding-top: 82px;
  }
  .page-inner-services .all-serv {
    padding-bottom: 22px;
  }
  .page-price .main,
  .gallery,
  .page-inner-services .main,
  .in-news.main {
    padding-top: 90px;
  }
  .about.main {
    padding: 55px 0;
  }
  .license {
    padding-bottom: 30px;
  }
  .header {
    padding-bottom: 45px !important;
  }
}


@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    -o-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
