/*! 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;
}

/**
 * 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 {
  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;
}

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

/**
 * 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 {
  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] {
  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;
}

@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/liftinfo/fonts/Inter-VariableFont_opsz,wght.ttf");
  src: url("/wp-content/themes/liftinfo/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "TildaSans";
  src: url("/wp-content/themes/liftinfo/fonts/TildaSans-Bold.woff2");
  src: url("/wp-content/themes/liftinfo/fonts/TildaSans-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "TildaSans";
  src: url("/wp-content/themes/liftinfo/fonts/TildaSans-Regular.woff2");
  src: url("/wp-content/themes/liftinfo/fonts/TildaSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "TildaSans";
  src: url("/wp-content/themes/liftinfo/fonts/TildaSans-Medium.woff2");
  src: url("/wp-content/themes/liftinfo/fonts/TildaSans-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "TildaSans";
  src: url("/wp-content/themes/liftinfo/fonts/TildaSans-Semibold.woff2");
  src: url("/wp-content/themes/liftinfo/fonts/TildaSans-Semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "TildaSans";
  src: url("/wp-content/themes/liftinfo/fonts/TildaSans-Light.woff2");
  src: url("/wp-content/themes/liftinfo/fonts/TildaSans-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 200;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "TildaSans";
  background-color: #FAFBFC;
}

.dark {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
  z-index: 20;
  position: absolute;
  display: none;
}

.dark_active {
  display: block !important;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
}

.popup__body {
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}

.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.popup__content {
  top: 100px;
  background-color: #fff;
  color: #000;
  max-width: 800px;
  padding: 30px 100px;
  position: relative;
  opacity: 0;
  transition: all 0.8s ease 0s;
  transform: translate(0px, -100%);
}

.popup__active {
  opacity: 1 !important;
  transform: translate(0px, 0px) !important;
  visibility: visible !important;
}

.lni-xmark::before {
  font-size: 24px;
}

.mobile__menu_adv {
  left: 0 !important;
  transition: all ease 0.5s;
}

.mobile__menu_content {
  transition: all ease 0.5s;
  width: 280px;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 30;
  background-color: #fff;
  left: -1000px;
}
.mobile__menu_content ul {
  list-style: none;
  padding-left: 0;
}
.mobile__menu_content ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.mobile__menu_content ul li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.mobile__menu_content ul li i {
  font-size: 20px;
}

.p__main, .photos .photos_main, .services .services__main {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.btn, .cooperation .cooperation_btn, .areas a {
  text-decoration: none;
  background-color: #0694e2;
  color: #fff;
  font-size: 25px;
  border-radius: 15px;
  display: flex;
  width: 426px;
  z-index: 2;
  position: relative;
  justify-content: center;
  height: 61px;
  align-items: center;
  margin-top: 130px;
}

header {
  height: 550px;
}

.wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.top_menu {
  font-family: Inter;
  display: flex;
  justify-content: start;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  position: relative;
  max-width: 1791px;
}
.top_menu .menu {
  display: flex;
  z-index: 2;
  background-color: rgba(6, 148, 226, 0.8);
  align-items: center;
  max-height: 44px;
  width: 484px;
  color: #fff;
  justify-content: space-around;
  list-style: none;
  margin-left: 52px;
  margin-top: 30px;
}
.top_menu .menu li {
  padding: 0;
  font-size: 15px;
}
.top_menu .menu li a {
  text-decoration: none;
  color: #fff;
}
.top_menu .menu li a:hover {
  text-decoration: underline;
}
.top_menu img {
  padding-top: 30px;
  padding-left: 49px;
  width: 191px;
  height: 60px;
  z-index: 1;
  position: relative;
}
.top_menu .contacts {
  z-index: 1;
  margin-left: 81px;
  display: flex;
  flex-direction: column;
  margin-top: 14px;
}
.top_menu .contacts .phone {
  font-size: 25px;
  color: #494949;
  text-decoration: none;
}
.top_menu .contacts img {
  width: 26px;
  height: 26px;
  padding: 0;
  padding-right: 10px;
}
.top_menu .contacts .phone_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-color: #e23a33;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  width: 257px;
  height: 44px;
  margin-top: 10px;
  transition: all ease 1s;
}
.top_menu .contacts .phone_btn:hover {
  color: #e23a33;
  background-color: #fff;
  border: 1px solid #e23a33;
  box-sizing: border-box;
  transition: all ease 1s;
}
.top_menu .contacts .phone_white {
  display: none;
}

.header__imgs {
  position: absolute;
  background: url("/wp-content/themes/liftinfo/imgs/double-lift1125o.png") no-repeat;
  background-size: auto;
  min-width: 1125px;
  min-height: 625px;
  z-index: 0;
  display: block;
}

.header__txt {
  z-index: 2;
  position: relative;
  width: 1128px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: "TildaSans";
}
.header__txt h1 {
  font-size: 62px;
  font-weight: 700;
  width: 620px;
  -webkit-text-shadow: 3px 4px 22px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 3px 4px 22px rgba(0, 0, 0, 0.5);
  text-shadow: 3px 4px 22px rgba(0, 0, 0, 0.5);
  margin-left: 70px;
  margin-top: 85px;
  margin-bottom: 25px;
  top: -800px;
  position: absolute;
  transition: all ease 1s;
}
.header__txt p {
  color: #fff;
  font-size: 25px;
  width: 671px;
  right: 60px;
  font-weight: 300;
  margin-top: 0;
  top: -800px;
  position: absolute;
  transition: all ease 1s;
}

h2 {
  font-family: "TildaSans";
  font-size: 60px;
  font-weight: 600;
  width: 500px;
  margin: 0;
  color: #414141;
}
h2 span {
  color: #0694e2;
}

.advantages {
  transition: all ease 1s;
}
.advantages .wrapper {
  overflow-x: hidden;
}
.advantages .advantages_h2 {
  left: -2500px;
  position: relative;
  transition: all ease 1s;
}
.advantages .adv_sections {
  display: flex;
  justify-content: space-between;
  font-weight: 200;
  font-size: 25px;
  margin-top: 100px;
}
.advantages .adv_sections .left-to-right {
  left: -2500px;
  transition: all ease 1s;
}
.advantages .adv_sections .top-to-bottom {
  top: -2500px;
  transition: all ease 1s;
}
.advantages .adv_sections .right-to-left {
  right: -2500px;
  transition: all ease 1s;
}
.advantages .adv_sections .adv {
  width: 310px;
  height: 237px;
  border: 4px #0694e2 solid;
  border-radius: 17px;
  position: relative;
}
.advantages .adv_sections .adv p {
  width: 267px;
  padding-left: 20px;
  z-index: 5;
  position: relative;
  margin: 0;
  line-height: 25px;
}
.advantages .adv_sections .adv p:first-child {
  margin-top: 60px;
}
.advantages .adv_sections .adv p:nth-child(2) {
  margin-top: 20px;
}
.advantages .adv_sections .adv::after {
  content: "";
  position: absolute;
  height: 90px;
  width: 70px;
  top: -10px;
  left: -4px;
}
.advantages .adv_sections .adv:first-child::after {
  background: url("/wp-content/themes/liftinfo/imgs/time.png") no-repeat, #fff;
}
.advantages .adv_sections .adv:nth-child(2)::after {
  background: url("/wp-content/themes/liftinfo/imgs/house.png") no-repeat, #fff;
}
.advantages .adv_sections .adv:nth-child(3)::after {
  background: url("/wp-content/themes/liftinfo/imgs/cert.png") no-repeat, #fff;
}

.services {
  margin-top: 100px;
}
.services .wrapper {
  overflow-x: hidden;
}
.services .services_h2 {
  left: -2500px;
  transition: all ease 1s;
  position: relative;
}
.services .services__main {
  position: relative;
  top: -2500px;
  transition: all ease 1s;
}
.services .service1, .services .service3 {
  left: -2500px;
}
.services .service2, .services .service4 {
  right: -2500px;
}
.services .service {
  transition: all ease 1s;
  position: relative;
  display: flex;
  text-align: center;
  justify-content: space-between;
  margin-top: 50px;
}
.services .service img {
  width: 360px;
  height: 257px;
  border-radius: 20px;
}
.services .service .service_txt {
  font-weight: 200;
  font-size: 22px;
}
.services .service .service_txt h4 {
  font-weight: 300;
  margin-bottom: 20px;
}
.services .service .service_txt p {
  width: 700px;
  margin-top: 0;
}

.about {
  margin-top: 100px;
}
.about .wrapper {
  width: 1200px;
}
.about .about_color {
  background-color: #37A9E7;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 55px;
  padding-bottom: 55px;
  opacity: 0;
  transition: all ease 1s;
}
.about h2 {
  color: #fff;
}
.about .about_flex {
  display: flex;
}
.about .about_flex img {
  width: 451px;
  height: 344px;
  margin-left: 40px;
}
.about .about_flex .about_txt {
  color: #fff;
  width: 635px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.facts {
  margin-top: 50px;
}
.facts .wrapper {
  overflow-x: hidden;
}
.facts h2 {
  margin-bottom: 50px;
  position: relative;
  left: -2500px;
  transition: all ease 1s;
}
.facts .facts_flex {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.facts .facts_flex .fact {
  right: 500px;
  width: 330px;
  height: 220px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  opacity: 0;
  transition: all ease 1s;
}
.facts .facts_flex .fact h4 {
  font-size: 60px;
  margin-top: 40px;
  margin-bottom: 0;
  z-index: 3;
  position: relative;
}
.facts .facts_flex .fact p {
  font-size: 26px;
  font-weight: 500;
  z-index: 3;
  position: relative;
}
.facts .facts_flex .fact:first-child {
  background: no-repeat url("/wp-content/themes/liftinfo/imgs/fact1.webp");
  background-size: contain;
}
.facts .facts_flex .fact:nth-child(2) {
  background: no-repeat url("/wp-content/themes/liftinfo/imgs/fact2.webp");
  background-size: contain;
}
.facts .facts_flex .fact:nth-child(3) {
  background: no-repeat url("/wp-content/themes/liftinfo/imgs/fact3.webp");
  background-size: contain;
}
.facts .facts_flex .fact::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  border-radius: 20px;
}

.photos {
  margin-top: 100px;
}
.photos .wrapper {
  overflow-x: hidden;
}
.photos h2 {
  width: unset;
  left: -2500px;
  transition: all ease 1s;
  position: relative;
}
.photos .photos_main {
  opacity: 0;
  transition: all ease 1s;
}
.photos .photos__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.photos .photos__flex .photo {
  position: relative;
  right: 500px;
  opacity: 0;
  transition: all ease 1s;
}
.photos .photos__flex img {
  width: 281px;
  height: auto;
}
.photos .photos__flex p {
  font-size: 18px;
  font-weight: 200;
  width: 284px;
  text-align: center;
}

.contact_red {
  display: none;
}

.slider {
  margin-top: 50px;
}
.slider .wrapper {
  overflow-y: hidden;
}
.slider h2 {
  left: -2500px;
  position: relative;
  transition: all ease 1s;
}
.slider .slider_main {
  display: flex;
  margin-top: 100px;
  overflow: hidden;
  opacity: 0;
  transition: all ease 1s;
  position: relative;
}
.slider .slider_main img {
  height: 100px;
  width: auto;
  margin-right: 60px;
}
.slider .slider_main .slick-arrow {
  position: absolute;
  font-size: 20px;
  background-color: #0694e2;
  z-index: 100;
  padding: 10px 15px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  top: 20px;
}
.slider .slider_main .next {
  right: 0px;
}
.slider .slider_main .prev {
  left: 0px;
}

.print {
  margin-top: 150px;
}
.print .wrapper {
  overflow-y: hidden;
}
.print h2 {
  width: unset;
  left: -2500px;
  position: relative;
  transition: all ease 1s;
}
.print .print_ul {
  opacity: 0;
  transition: all ease 1s;
}
.print .print_table {
  opacity: 0;
  transition: all ease 1s;
}
.print ul {
  color: #0694e2;
  font-weight: 600;
  font-size: 30px;
  width: 441px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
.print ul li {
  list-style: none;
  font-size: 30px;
  line-height: 30px;
  position: relative;
  top: 0;
  margin-bottom: 20px;
}
.print ul li::before {
  font-size: 100px;
  width: 40px !important;
  height: 40px;
  display: block;
  background-image: url("/wp-content/themes/liftinfo/imgs/dot.svg");
  content: "";
  top: 0;
  left: -80px;
  position: absolute;
}
.print table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  font-size: 25px;
  border-spacing: 8px;
}
.print table tr:nth-child(odd) {
  background-color: #0694e2;
  color: #fff;
}
.print table tr:nth-child(even) {
  background-color: #eeeeee;
}
.print table th, .print table td {
  width: 193px;
  height: 43px;
  text-align: center;
}
.print table th {
  font-weight: 400;
}

.areas {
  height: 600px;
  position: relative;
  opacity: 0;
  transition: all ease 1s;
}
.areas h2 {
  width: 600px;
  z-index: 2;
  position: relative;
  padding-top: 100px;
}
.areas img {
  position: absolute;
  top: 50px;
  width: 750px;
  right: 0px;
}
.areas a {
  transition: all ease 1s;
}
.areas a:hover {
  transition: all ease 1s;
  background-color: #fff;
  color: #0694e2;
  box-sizing: border-box;
  border: 1px solid #0694e2;
}
.areas .wrapper {
  position: relative;
}

.district {
  margin-top: 100px;
}
.district .districts_grid {
  position: relative;
  transition: all ease 1s;
  opacity: 0;
  display: grid;
  grid-template-columns: 350px 350px;
  justify-content: center;
  font-size: 22px;
  row-gap: 40px;
  -moz-column-gap: 80px;
       column-gap: 80px;
  font-weight: 600;
  padding-left: 0;
}
.district .districts_grid li:nth-child(odd) {
  grid-column: 1;
}
.district .districts_grid li:nth-child(even) {
  grid-column: 2;
}
.district .districts_grid li {
  list-style: none;
  position: relative;
  width: 350px;
}
.district .districts_grid li a {
  color: #000;
  padding: 10px 0;
  transition: all ease 1s;
}
.district .districts_grid li a:hover {
  text-decoration: none;
  transition: all ease 1s;
}
.district .districts_grid li:before {
  background: url("/wp-content/themes/liftinfo/imgs/check.svg");
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: -50px;
  top: -5px;
}

.jk {
  opacity: 0;
  transition: all ease 1s;
  margin-top: 150px;
}
.jk h2 {
  width: 850px;
}
.jk .sale {
  text-align: center;
  color: rgb(255, 133, 98);
  width: 400px;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
}
.jk .sale span {
  color: #000;
}
.jk .jk_items {
  display: flex;
  overflow: hidden;
}
.jk .item {
  background-color: #0694e2;
  width: 270px;
  color: #fff;
  height: 377px;
  border-radius: 20px 20px 0 0;
  margin-left: 15px;
  margin-right: 15px;
}
.jk .item img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.jk .item h6 {
  font-size: 13px;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: 500;
  padding-left: 15px;
}
.jk .item p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 40px;
  padding-left: 15px;
}
.jk .slick-arrow {
  position: absolute;
  font-size: 20px;
  background-color: rgb(255, 133, 98);
  z-index: 100;
  padding: 10px 15px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  top: 150px;
}
.jk .next {
  right: 30px;
}
.jk .prev {
  left: 0px;
}

.employers {
  margin-top: 100px;
}
.employers .wrapper {
  overflow-y: hidden;
}
.employers h2 {
  margin-bottom: 50px;
  position: relative;
  transition: all ease 1s;
  left: -2500px;
}
.employers .employer {
  width: 203px;
  text-align: center;
  right: 500px;
  transition: all ease 1s;
  position: relative;
  opacity: 0;
}
.employers .employer h5 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
}
.employers .employer img {
  width: 203px;
  height: 203px;
}
.employers .employer .phone {
  font-size: 20px;
}
.employers .employer .mail {
  font-size: 15px;
}
.employers .employers_main {
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}

.cooperation {
  margin-top: 100px;
  position: relative;
  opacity: 0;
  transition: all ease 1s;
}
.cooperation .wrapper {
  overflow: hidden;
}
.cooperation h2 {
  width: unset;
}
.cooperation p {
  text-align: center;
  font-weight: 200;
  font-size: 20px;
}
.cooperation .cooperation_btn {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-bottom: 70px;
  transition: all ease 1s;
}
.cooperation .cooperation_btn:hover {
  background-color: #fff;
  color: #0694e2;
  box-sizing: border-box;
  border: 1px solid #0694e2;
  transition: all ease 1s;
}

.map {
  opacity: 0;
  transition: all ease 1s;
}

.footer_main {
  opacity: 0;
  transition: all ease 1s;
  background-color: #0694e2;
  color: #fff;
  padding-bottom: 10px;
}
.footer_main a {
  font-size: 15px;
}
.footer_main p {
  font-size: 15px;
}
.footer_main h4 {
  font-size: 20px;
  font-weight: 500;
}
.footer_main .footer_logo {
  padding-top: 50px;
  padding-left: 50px;
}
.footer_main .soc {
  margin-top: 20px;
}
.footer_main .soc img {
  margin-bottom: 20px;
}
.footer_main .soc p {
  font-size: 12px;
  font-weight: 200;
}
.footer_main .logo {
  width: 248px;
}
.footer_main .footer_menu h4 {
  margin-bottom: 0;
}
.footer_main .footer_flex {
  display: flex;
  justify-content: space-between;
}
.footer_main .footer_flex a {
  color: #fff;
  text-decoration: none;
}
.footer_main .footer_contacts {
  padding-right: 80px;
}
.footer_main .footer_contacts p {
  line-height: 20px;
}
.footer_main .footer_mobile {
  display: none;
}

.district-table {
  margin-top: 200px;
  margin-top: 150px;
}
.district-table .district-table_h2 {
  text-align: center;
  width: unset;
}
.district-table .wrapper {
  overflow-y: hidden;
}
.district-table h2 {
  width: unset;
  left: -2500px;
  position: relative;
  transition: all ease 1s;
}
.district-table .print_ul {
  opacity: 0;
  transition: all ease 1s;
}
.district-table .print_table {
  opacity: 0;
  transition: all ease 1s;
}
.district-table ul {
  color: #0694e2;
  font-weight: 600;
  font-size: 30px;
  width: 441px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
.district-table ul li {
  list-style: none;
  font-size: 30px;
  line-height: 30px;
  position: relative;
  top: 0;
  margin-bottom: 20px;
}
.district-table ul li::before {
  font-size: 100px;
  width: 40px !important;
  height: 40px;
  display: block;
  background-image: url("/wp-content/themes/liftinfo/imgs/dot.svg");
  content: "";
  top: 0;
  left: -80px;
  position: absolute;
}
.district-table table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  font-size: 16px;
  border-spacing: 0px;
  border-collapse: collapse;
}
.district-table table tr:nth-child(odd) {
  background-color: #0694e2;
  color: #fff;
}
.district-table table tr:nth-child(even) {
  background-color: #eeeeee;
}
.district-table table th, .district-table table td {
  width: 193px;
  height: 43px;
  text-align: center;
}
.district-table table th {
  font-weight: 600;
  padding: 10px 0;
}
.district-table .sale {
  text-align: center;
  font-size: 20px;
  color: rgb(255, 133, 98);
}
.district-table .sale span {
  color: #000;
}
.district-table .more {
  text-align: center;
  font-size: 20px;
}

@media (min-width: 2000px) {
  .wrapper {
    width: 1800px;
  }
  .about .wrapper {
    width: 1800px;
  }
  .about .about_flex {
    justify-content: space-between;
  }
  .header__imgs {
    background-image: url("/wp-content/themes/liftinfo/imgs/double-lift.png");
    min-width: 1800px;
    min-height: 998px;
  }
  .advantages {
    margin-top: 350px;
  }
  .header__txt h1 {
    margin-left: 0;
    right: 500px;
    top: -750px;
    font-size: 80px;
    width: 800px;
  }
  .header__txt p {
    right: -200px;
    top: -600px;
    font-size: 32px;
    width: 800px;
  }
  .top_menu .contacts {
    margin-left: 300px;
  }
  .top_menu .contacts .phone {
    font-size: 30px;
  }
  .top_menu .contacts .phone_btn {
    font-size: 24px;
    width: 300px;
    height: 60px;
  }
  .top_menu .menu {
    margin-top: 40px;
    width: 800px;
    margin-left: 85px;
  }
  .top_menu .menu li {
    font-size: 20px;
  }
  .top_menu img {
    width: 250px;
    height: auto;
  }
  .district-table {
    margin-top: 550px;
  }
}
@media (max-width: 1200px) {
  .wrapper {
    width: 1000px;
  }
  .header__imgs {
    background-image: url("/wp-content/themes/liftinfo/imgs/double-lift1000o.png");
  }
  .top_menu .contacts {
    margin-top: 11px;
  }
  .top_menu .contacts img {
    width: 23px;
    height: 23px;
  }
  .top_menu .contacts .phone {
    font-size: 22px;
  }
  .header__txt h1 {
    font-size: 54px;
    margin-top: 65px;
  }
  .header__imgs {
    min-width: 1000px;
  }
  .adv_sections {
    flex-wrap: wrap;
  }
  .services .service {
    flex-wrap: wrap;
  }
  .services .service .service_txt {
    font-size: 20px;
  }
  .services .service .service_txt p {
    width: unset;
    max-width: 550px;
  }
  .about .wrapper {
    width: 1000px;
  }
  .header__txt {
    width: 950px;
  }
  .header__txt p {
    font-size: 23px;
    width: 550px;
  }
  .jk .item {
    width: 224px;
  }
}
@media (max-width: 1000px) {
  .wrapper {
    width: 100%;
  }
  h2 {
    text-align: center;
    width: unset;
  }
  .mobile_menu {
    height: 50px;
    margin-top: 15px;
    z-index: 50;
    cursor: pointer;
  }
  .mobile_menu span {
    width: 50px;
    height: 3px;
    background-color: #fff;
    content: "";
    display: block;
    z-index: 10;
    position: relative;
    top: 25px;
    margin-right: 25px;
  }
  .mobile_menu span:after {
    width: 50px;
    height: 3px;
    background-color: #fff;
    content: "";
    display: block;
    z-index: 10;
    position: relative;
    top: 7px;
  }
  .mobile_menu span::before {
    width: 50px;
    height: 3px;
    background-color: #fff;
    content: "";
    display: block;
    z-index: 10;
    position: relative;
    bottom: 10px;
  }
  .header__imgs {
    background-image: url("/wp-content/themes/liftinfo/imgs/lift1000.jpg");
    min-width: unset;
    width: 100%;
  }
  .header__imgs:before {
    min-width: unset;
    width: 100%;
    height: 625px;
    content: "";
    background-color: #000;
    z-index: 1;
    position: relative;
    display: block;
    opacity: 0.3;
  }
  .top_menu {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
  }
  .top_menu .menu {
    display: none;
  }
  .top_menu img {
    height: 40px;
    width: auto;
    padding-left: 0;
    margin-left: 25px;
  }
  .top_menu .contacts .phone {
    color: #fff;
  }
  .top_menu .contacts .phone_btn {
    display: none;
  }
  .top_menu .contacts {
    margin-top: 40px;
    margin-left: 0;
  }
  .top_menu .contacts .phone_black {
    display: none;
  }
  .top_menu .contacts .phone_white {
    display: block;
  }
  .top_menu .contacts .phone {
    display: flex;
    margin-right: 100px;
  }
  .header__txt {
    width: unset;
  }
  .header__txt h1 {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: static;
  }
  .header__txt p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: static;
  }
  .advantages h2 {
    width: unset;
    margin-top: 100px;
  }
  .advantages .adv_sections {
    justify-content: space-around;
  }
  .advantages .adv_sections .adv {
    width: 270px;
  }
  .advantages .adv_sections .adv p {
    width: 200px;
    font-size: 18px;
  }
  .services .service {
    justify-content: space-around;
  }
  .about .wrapper {
    width: 100%;
  }
  .about .about_flex {
    margin-top: 50px;
  }
  .about .about_flex img {
    width: 300px;
    height: 229px;
  }
  .about .about_flex .about_txt {
    font-size: 16px;
  }
  .facts .facts_flex {
    justify-content: space-around;
  }
  .facts .facts_flex .fact {
    width: 250px;
    height: 168px;
  }
  .facts .facts_flex .fact h4 {
    font-size: 32px;
  }
  .facts .facts_flex .fact p {
    font-size: 22px;
  }
  .photos .photos__flex {
    justify-content: space-around;
  }
  .areas h2 {
    width: unset;
  }
  .areas img {
    position: static;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .areas a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
  }
  .district {
    margin-top: 150px;
  }
  .district .districts_grid {
    grid-template-columns: 1fr 1fr;
    font-size: 18px;
    justify-content: center;
  }
  .district .districts_grid li {
    width: unset;
    margin-left: 100px;
  }
  .employers .employers_main {
    flex-wrap: wrap;
  }
  .employers .employers_main .employer {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
  }
  .employers .cooperation {
    margin-top: 50px;
  }
  .footer_main {
    justify-content: space-between;
  }
  .footer_main .footer_contacts {
    width: 250px;
    text-align: right;
  }
  .footer_main .footer_flex {
    flex-wrap: wrap;
  }
  .footer_main .footer_flex .footer_logo {
    padding-top: 30px;
  }
  .footer_main .footer_flex .footer_logo img {
    height: 40px;
    width: auto;
  }
  .footer_main .footer_flex .footer_logo .soc img {
    width: 25px;
    height: auto;
  }
  .footer_main .footer_flex .footer_logo .soc img:nth-child(2) {
    width: 29px;
    height: auto;
  }
  .jk h2 {
    margin-left: auto;
    margin-right: auto;
  }
  .jk .sale {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 18px;
  }
  .contact_red {
    text-align: center;
    color: #fff;
    background-color: #e23a33;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: block;
    width: 200px;
    padding: 10px 0;
    cursor: pointer;
    transition: all ease 1s;
  }
  .contact_red:hover {
    background-color: #fff;
    color: #e23a33;
    transition: all ease 1s;
  }
}
@media (max-width: 910px) {
  h2 {
    font-size: 48px;
  }
  .services .services__main {
    width: unset;
  }
  .photos .photos__flex {
    flex-wrap: wrap;
  }
  .photos .photos_main {
    width: 90%;
  }
  .jk h2 {
    width: unset;
  }
  .adv_sections .adv {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 50px;
  }
  .services .services__main {
    width: 90%;
  }
  .areas a {
    margin-top: 230px;
  }
}
@media (max-width: 800px) {
  .header__txt h1 {
    font-size: 48px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .header__txt p {
    font-size: 20px;
  }
  .facts .facts_flex {
    flex-wrap: wrap;
  }
  .facts .facts_flex .fact {
    margin: 10px 10px 10px 0;
  }
  .about .about_flex {
    flex-direction: column-reverse;
  }
  .about .about_flex img {
    margin-left: auto;
    margin-right: auto;
  }
  .about .about_flex .about_txt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .photos {
    margin-top: 50px;
  }
  .print {
    margin-top: 100px;
  }
  .print table {
    font-size: 20px;
  }
  .print table th, .print table td {
    width: 150px;
  }
  .areas a {
    margin-top: 60px;
    font-size: 20px;
    width: 350px;
  }
  .areas h2 {
    padding-top: 60px;
  }
  .areas img {
    width: 500px;
    margin-top: 50px;
  }
  .footer_main .footer_contacts {
    width: 200px;
  }
  .footer_logo {
    display: none;
  }
  .footer_menu {
    padding-left: 80px;
  }
  .footer_main .footer_mobile {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .footer_main .footer_mobile .logo {
    padding-left: 80px;
  }
  .footer_main .footer_mobile img {
    height: 50px;
    width: auto;
  }
  .footer_main .footer_mobile .soc {
    padding-right: 80px;
  }
  .footer_main .footer_mobile .soc img {
    width: 30px;
    height: auto;
  }
  .footer_main .footer_mobile .soc img:first-child {
    width: 26px;
    height: auto;
    margin-left: 60px;
  }
  h2 {
    font-size: 32px;
  }
  .advantages .adv_sections {
    margin-top: 50px;
  }
  .advantages h2 {
    margin-top: 150px;
  }
  .services {
    margin-top: 50px;
  }
  .district {
    margin-top: 50px;
  }
  .jk {
    margin-top: 60px;
  }
  .cooperation {
    margin-top: 50px;
  }
  .cooperation .cooperation_btn {
    font-size: 20px;
    width: 350px;
  }
}
@media (max-width: 700px) {
  .district .districts_grid {
    display: flex;
    flex-direction: column;
  }
  .district .districts_grid li {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
  }
  .district .districts_grid li:before {
    left: 0;
  }
  .header__txt p {
    width: 90%;
  }
  .top_menu .contacts .phone {
    font-size: 18px;
  }
  .areas a {
    margin-top: 60px;
  }
  .wpcf7-form-control {
    width: 200px;
  }
  .wpcf7-form {
    width: 200px;
  }
}
@media (max-width: 562px) {
  .footer_menu {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .footer_main .footer_contacts {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .footer_main .footer_mobile .logo {
    padding-left: 20px;
  }
  .footer_main .footer_mobile .soc {
    padding-right: 20px;
  }
  .print table {
    margin-top: 60px;
    font-size: 16px;
  }
  .print table th, .print table td {
    width: 130px;
    height: 38px;
  }
  .print ul {
    width: 300px;
  }
  .print ul li::before {
    left: -50px;
    font-size: 30px;
  }
  .print ul li {
    font-size: 20px;
  }
  .areas h2 {
    padding-top: 60px;
  }
  .areas img {
    width: 450px;
  }
  .top_menu .contacts .phone {
    display: none;
  }
  .services .service .service_txt p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .district {
    margin-top: 50px;
  }
  .district .districts_grid {
    font-size: 16px;
  }
  .jk {
    margin-top: 50px;
  }
}
@media (max-width: 470px) {
  .popup__content {
    padding: 30px 50px;
  }
  .header__txt h1 {
    font-size: 38px;
  }
  .footer_main h4 {
    font-size: 16px;
  }
  .footer_main a {
    font-size: 13px;
  }
  .areas img {
    width: 400px;
  }
  .btn, .areas a, .cooperation .cooperation_btn {
    width: 300px;
  }
  h2 {
    font-size: 32px;
  }
  .about .about_color {
    padding-left: 0;
    padding-right: 0;
  }
  .print table {
    font-size: 14px;
  }
  .print table th, .print table td {
    width: 100px;
    height: 35px;
  }
}
@media (max-width: 414px) {
  .footer_main .footer_flex {
    flex-direction: column;
    justify-content: center;
  }
  .footer_main .footer_flex .footer_menu {
    text-align: center;
  }
  .footer_main .footer_contacts {
    text-align: center;
  }
  .footer_main .footer_mobile {
    flex-direction: column;
  }
  .footer_main .footer_mobile .soc {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
  }
  .footer_main .footer_mobile .soc img {
    margin-left: auto;
    margin-right: auto;
  }
  .footer_main .footer_mobile .soc img:first-child {
    margin-left: auto;
    margin-right: auto;
  }
  .footer_main .footer_mobile img.logo {
    height: 50px;
    width: 181px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0;
  }
  .areas img {
    width: 350px;
  }
  .jk .sale {
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  h2 {
    font-size: 26px;
  }
  .areas img {
    width: 320px;
  }
  .services .service img {
    width: 320px;
    height: auto;
  }
  .print ul {
    width: 250px;
  }
  .print ul li:before {
    font-size: 30px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    left: -40px;
  }
  .print table {
    font-size: 13px;
  }
  .print table th, .print table td {
    width: 80px;
    height: 35px;
  }
  .footer_main .footer_mobile img.logo {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */