* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-weight: 400;
  font-family: Rubik;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.list {
  list-style: none;
}

.link {
  text-decoration: none;
}

.container {
  width: 1440px;
  padding-left: 28px;
  padding-right: 28px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 320px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
.header {
  width: 100%;
  background-color: white;
}

.header__title {
  color: white;
  width: 100vw;
  background-color: #091242;
}

.title-container {
  padding-top: 46px;
  padding-bottom: 46px;
  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;
}
.title-container > a {
  color: white;
}

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

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 30px;
  margin-right: 5px;
}

.logo-item {
  height: 10px;
  width: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #FFB82B;
}

.logo-item2 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.title__list {
  display: none;
}

.title__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 60px;
}

.title__icon {
  height: 33px;
  width: 33px;
  margin-right: 20px;
}

.nav {
  display: none;
}

.social__icon {
  margin-right: 20px;
}

.title__description {
  font-weight: 500;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 0%;
}

.navigation {
  width: 100vw;
  position: absolute;
  background-color: rgba(9, 18, 66, 0.2509803922);
}

.nav-container {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.navigation-item {
  margin-right: 50px;
}

.navigation-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0%;
  color: white;
}

.menu__open-img {
  width: 32px;
  height: 32px;
}

.menu__open-btn {
  height: 32px;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-left: auto;
  line-height: 0;
  fill: #ffffff;
  cursor: pointer;
}

.menu__open-btn:hover,
.menu__open-btn:focus {
  fill: #FFB82B;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .menu__open-btn {
    display: none;
  }
  .title__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .title__item {
    margin-right: 20px;
  }
  .title__icon {
    height: 38px;
    width: 38px;
    margin-right: 10px;
  }
  .title__logo {
    font-size: 20px;
  }
  .title__description {
    font-weight: 500;
    font-size: 10px;
    line-height: 135%;
  }
  .nav {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .title__item {
    margin-right: 40px;
  }
  .title__icon {
    height: 43px;
    width: 43px;
    margin-right: 15px;
  }
  .title__logo {
    font-size: 25px;
  }
  .title__description {
    font-size: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .title__item {
    margin-right: 60px;
  }
  .title__icon {
    height: 63px;
    width: 63px;
    margin-right: 20px;
  }
  .title__logo {
    font-size: 30px;
  }
  .title__description {
    font-size: 14px;
  }
}
.hero {
  height: 100vh;
  width: 100vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/elevator320.jpg");
  background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/elevator320.jpg");
  background-size: cover;
  color: white;
}

.hero-container {
  padding-top: 140px;
}

.hero-descrition {
  width: 300px;
}
.hero-descrition p {
  display: none;
  margin-top: 20px;
}

.hero_title {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
}

.hero-btn {
  margin-top: 20px;
  padding: 20px 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0%;
  background-color: #FFDA56;
  cursor: pointer;
  border: none;
}

@media screen and (min-width: 480px) {
  .hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/elevator480.jpg");
    background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/elevator480.jpg");
  }
  .hero-container {
    padding-top: 120px;
  }
  .hero-descrition {
    width: 350px;
  }
  .hero_title {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/elevator768.jpg");
    background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/elevator768.jpg");
  }
  .hero-container {
    padding-top: 120px;
  }
  .hero-descrition {
    width: 400px;
  }
  .hero_title {
    font-size: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/elevator1200.jpg");
    background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/elevator1200.jpg");
  }
  .hero-container {
    padding-top: 170px;
  }
  .hero-descrition {
    width: 450px;
  }
  .hero-descrition p {
    display: block;
  }
  .hero_title {
    font-size: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/elevator1440.jpg");
    background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/elevator1440.jpg");
  }
  .hero-container {
    padding-top: 220px;
  }
  .hero-descrition {
    width: 500px;
  }
  .hero_title {
    font-size: 60px;
  }
}
.about-container {
  padding-top: 60px;
  padding-bottom: 320px;
}

.about-title {
  max-width: 280px;
  margin-bottom: 40px;
}
.about-title > h2 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1C1F35;
}
.about-title > h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1C1F35;
}

.about-list {
  max-width: 280px;
}

.about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.about-description {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-left: 30px;
  width: 100%;
}
.about-description > h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1C1F35;
}
.about-description > p {
  font-family: Krub;
  font-weight: 500;
  font-size: 16px;
  line-height: 152%;
  letter-spacing: 0%;
  color: #1C1F35;
}
.about-description::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 1px;
  background-color: #D8D8D8;
  content: "";
}

@media screen and (min-width: 480px) {
  .about-list {
    max-width: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .about-item {
    width: 440px;
  }
}
@media screen and (min-width: 768px) {
  .about-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-title {
    max-width: 3280px;
  }
  .about-list {
    max-width: 408px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .about-item {
    width: 391px;
  }
}
@media screen and (min-width: 1200px) {
  .about-list {
    max-width: 900px;
  }
}
.services {
  position: relative;
  height: 1710px;
  background: linear-gradient(95deg, #FFB629 -1.19%, #FFDA56 57.78%, #FFD7A6 115.08%);
}

.services-container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
}

.services h2 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #1C1F35;
}

.services-list {
  display: block;
}

.services-item {
  margin-bottom: 30px;
  display: block;
  width: 264px;
}

.services-wrap {
  height: 258px;
  position: relative;
}

.services-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  text-align: center;
  letter-spacing: 0.03em;
  color: var(--white-color);
  background: rgba(47, 48, 58, 0.8);
}
.services-description h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: white;
}
.services-description p {
  font-weight: 500;
  font-size: 12px;
  line-height: 152%;
  color: #FFB629;
}

.services-btn {
  display: block;
  padding: 20px 40px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #091242;
  font-weight: 600;
  font-size: 16px;
  line-height: 135%;
  color: white;
  cursor: pointer;
}

@media screen and (min-width: 488px) {
  .services {
    height: 855px;
  }
  .services-container {
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
  }
  .services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -30px;
    margin-bottom: -30px;
  }
  .services-item {
    -ms-flex-preferred-size: calc((100% - 60px) / 2);
        flex-basis: calc((100% - 60px) / 2);
    margin-left: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .services {
    height: 570px;
  }
  .services-container {
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }
  .services-item {
    -ms-flex-preferred-size: calc((100% - 90px) / 3);
        flex-basis: calc((100% - 90px) / 3);
  }
}
.other {
  height: 450px;
}

.opportunity-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 570px;
}

.opportunity__left-panel {
  height: 100%;
  width: 50%;
}

.opportunity__right-panel {
  height: 100%;
  width: 50%;
  padding-top: 140px;
  padding-left: 140px;
  padding-right: 20px;
  background-color: #F4F4F4;
}

.opportunity-description h2 {
  display: none;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 35px;
  line-height: 100%;
}
.opportunity-description p {
  display: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 152%;
  letter-spacing: 0%;
  color: #666C89;
}

.opportunity-wrap {
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
  max-width: 250px;
  background-color: aqua;
}

.opportunity-img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 480px) {
  .opportunity-wrap {
    max-width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .opportunity__right-panel {
    padding-top: 100px;
    padding-left: 160px;
  }
  .opportunity-wrap {
    max-width: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .opportunity__right-panel {
    padding-left: 190px;
  }
  .opportunity-wrap {
    height: 410px;
    max-width: 629px;
    left: 20%;
    -webkit-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
  }
}
@media screen and (min-width: 1440px) {
  .opportunity__right-panel {
    padding-left: 200px;
  }
  .opportunity-wrap {
    height: 410px;
    max-width: 729px;
    left: 30%;
    -webkit-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%);
  }
}
.footer {
  background-color: #091242;
}

.footer-container {
  padding-top: 40px;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
}

.footer-title {
  font-size: 20px;
  color: white;
}

.footer-contacts {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: -30px;
}
.footer-contacts p {
  color: white;
}

.footer-h3-title {
  margin-bottom: 10px;
  color: white;
}

.footer-h3 {
  margin-top: 15px;
}

.footer-panel {
  -ms-flex-preferred-size: calc((100% - 90px) / 3);
      flex-basis: calc((100% - 90px) / 3);
  margin-left: 30px;
}

.footer-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navigation-footer__list {
  padding-left: 50px;
}

.footer-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
.footer-list__item:not(:last-child) {
  margin-bottom: 20px;
}

.navigation-footer-item {
  margin-bottom: 20px;
}

.nav-link-footer {
  font-size: 26px;
}

.footer-input {
  width: 100%;
  margin-bottom: 20px;
  color: white;
  padding: 10px;
  background-color: transparent;
  border-color: #4E5683;
}

.text-klient {
  width: 100%;
  height: 120px;
  color: white;
  padding: 10px;
  background-color: transparent;
  border-color: #4E5683;
}

.footer-send {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}

.footer-btn {
  padding: 20px 40px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: linear-gradient(94.06deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%);
  font-weight: 600;
  font-size: 16px;
  line-height: 135%;
}

.copyright {
  padding-top: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 250%;
  color: #FFFFFF;
}
.copyright::before {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #4E5683;
  content: "";
}

.title__icon {
  height: 33px;
  width: 33px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .footer-title {
    font-size: 26px;
  }
  .footer-send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1), visibility 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1), visibility 500ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: auto;
  z-index: 1000;
}
.backdrop.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.services-modal {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90vw;
  max-height: 90vh;
  padding: 40px 10px;
  background-color: white;
}

.modal-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
}

.modal__close_btn {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  margin-left: auto;
  background-color: transparent;
  height: 30px;
  width: 30px;
  padding: 0;
  border: none;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  fill: black;
}
.modal__close_btn:hover, .modal__close_btn:focus {
  fill: blue;
}

.services-deskriptions {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  overflow: auto;
}

.services-deskriptions h3 {
  max-width: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1C1F35;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.services-desk_list {
  padding: 20px 40px;
}

.services-desk_item {
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .services-modal {
    padding: 40px 40px;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  padding-top: 46px;
  padding-bottom: 64px;
  background-color: #091242;
  pointer-events: none;
  z-index: 999;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 250ms linear;
  transition: -webkit-transform 250ms linear;
  transition: transform 250ms linear;
  transition: transform 250ms linear, -webkit-transform 250ms linear;
  visibility: hidden;
}
.mobile-menu.is-visible {
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

.logo-modal {
  height: 37px;
  width: 40px;
}

.title__logo {
  color: #fcfcfc;
}

.menu__close-btn {
  height: 32px;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-left: auto;
  line-height: 0;
  fill: #ffffff;
  cursor: pointer;
}
.menu__close-btn:hover, .menu__close-btn:focus {
  fill: #FFB82B;
}

.mobile__nav-item {
  margin-top: 70px;
}
.mobile__nav-item .mobile__nav-link {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.22;
  color: #fcfcfc;
}
.mobile__nav-item .mobile__nav-link:active, .mobile__nav-item .mobile__nav-link:focus {
  color: #FFB82B;
}
.mobile__nav-item:not(:last-child) {
  margin-bottom: 32px;
}
.mobile__nav-item:last-child {
  margin-bottom: 110px;
}

.block-wrap {
  width: 100%;
  margin-bottom: 20px;
}

.history-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  max-width: 380px;
}

.img-wrap {
  max-width: 380px;
}

.history-title {
  font-size: 28px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.history-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 420px) {
  .history-description {
    max-width: 728px;
  }
  .img-wrap {
    max-width: 728px;
  }
}
@media screen and (min-width: 768px) {
  .block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .block-wrap-revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .history-description {
    max-width: 450px;
    font-size: 18px;
  }
  .history-description p {
    font-size: 18px;
  }
  .history-description-left {
    margin-right: 20px;
  }
  .history-description-right {
    margin-left: 20px;
  }
  .img-wrap {
    max-width: 520px;
  }
}
@media screen and (min-width: 1200px) {
  .history-description {
    max-width: 600px;
  }
  .history-description p {
    font-size: 20px;
  }
  .img-wrap {
    max-width: 620px;
  }
}
@media screen and (min-width: 1440px) {
  .history-description {
    max-width: 700px;
  }
  .history-description p {
    font-size: 22px;
  }
  .img-wrap {
    max-width: 650px;
  }
}/*# sourceMappingURL=main.css.map */