@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
* {
  box-sizing: border-box;
}
.container {
  max-width: 100%;
  min-width: 100%;
  min-height: 100vh;
}
html,
body {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #323737;
  margin: 0;
}
body {
  position: relative;
  margin: 0;
}
p {
  font-size: 18px;
  font-weight: 300;
}
h1 {
  font-size: 60px;
  line-height: 65px;
  font-weight: 800;
  letter-spacing: -1.5px;
  font-family: 'Roboto', sans-serif;
}
h2 {
  display: block;
  width: auto;
  font-size: 17px;
  font-weight: 700;
  color: #f05a00;
  letter-spacing: 0px;
  line-height: 18px;
  text-transform: uppercase;
}
h3 {
  font-weight: bold;
}
h4,
h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
h6 {
  text-transform: uppercase;
  letter-spacing: 3px;
}
.text-black {
  color: #323737;
}
.introduction {
  font-weight: 300;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: -0.25px;
}
.ens-data-signature {
  color: rgba(50, 55, 55, 0.5);
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #ffffff;
  z-index: 1000;
}
.scroll-info {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  z-index: 2000;
  padding: 12px 32px;
  background: #ffffff;
  border: 2px solid rgba(50, 55, 55, 0.15);
  border-radius: 10px;
}
.swiper-margin-fix {
  margin: 0 -15px;
}
.bg-basegray {
  background: rgba(50, 55, 55, 0.8);
}
.secondary-title {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: normal;
  font-weight: 600;
}
.mt-15 {
  margin-top: 9rem !important;
}
.slide-content--padding {
  padding: 0 5rem !important;
}
.rotate {
  transform: rotate(180deg);
  transition: all .3s linear;
}
.ti-angle-down {
  transition: all .3s linear;
}
.hidden {
  display: none;
}
.text-orange {
  color: #f05a00;
}
.text-darkorange {
  color: #b43200;
}
.contact-map {
  width: 100%;
  height: calc(100vh - 500px);
}
a {
  font-size: 17px;
  font-weight: 400;
  color: #323737;
  transition: all 0.25s linear;
}
a:hover {
  color: #f05a00;
  text-decoration: none;
}
a:hover i {
  transform: rotate(0deg);
}
a i {
  color: #f05a00;
  margin-right: 5px;
  font-size: 14px;
  transition: all 0.25s linear;
  transform: rotate(-45deg);
}
a.btn {
  color: #fff;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f05a00;
  border: none;
  border-radius: 0;
  box-shadow: inset 0 0 0 0 #b43200;
  cursor: pointer;
  transition: all 0.3s ease-out;
  padding: 14px 40px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  max-width: 200px;
}
.btn:hover {
  box-shadow: inset 200px 0 0 0 #b43200;
  color: #fff;
  border: none;
}
.btn-rnd {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f05a00;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0 #b43200;
  cursor: pointer;
  transition: all 0.3s ease-out;
  color: #fff;
}
.btn-rnd a {
  font-size: 22px;
}
.btn-rnd:hover {
  box-shadow: inset 200px 0 0 0 #b43200;
  color: #fff;
  border: none;
}
.swiper-button-free {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  font-size: 40px !important;
  color: #f05a00 !important;
  width: auto !important;
  height: auto !important;
}
.swiper-button-free:hover {
  color: #b43200 !important;
}
.scroll-to-top {
  display: none;
  bottom: 28px;
  right: 14px;
  z-index: 100;
}
.scroll-to-top .btn {
  background: rgba(240, 90, 0, 0.5);
}
.nav-bar {
  position: absolute;
  z-index: 100;
}
.nav-bar__logo {
  width: 160px;
}
.nav-bar__logo .nav-bar__logo-img {
  width: 100%;
  width: 160px;
  height: auto;
  display: block;
}
.nav-bar__menu-icon {
  font-size: 24px;
  color: white;
  background: #f05a00;
  float: right;
}
.nav-bar__menu-icon:hover {
  background: #b43200;
}
.text-black {
  color: #323737;
}
.text-white,
.text-black {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-bar__logo--ico {
  height: 26px;
  width: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-bar__menu-items {
  width: 450px;
  height: 100vh;
  background-color: #f05a00;
  position: absolute;
  right: 0;
  top: 0;
  cursor: default;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
}
.nav-bar__menu-items .level-1 {
  display: block;
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-bar__menu-items .level-1 li {
  display: block;
  width: 100%;
}
.nav-bar__menu-items .level-1 li a {
  width: 100%;
  display: block;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  letter-spacing: 0;
  padding: 5% 22px 3% 10%;
  text-align: left;
  transition: all .15s linear;
  font-size: 18px;
  font-weight: 500;
}
.nav-bar__menu-items .level-1 li a:hover {
  opacity: .5;
}
.nav-bar__menu-items .level-1 li a span {
  float: right;
}
.nav-bar__menu-items .level-1 li a i {
  color: #b43200;
}
.nav-bar__menu-items .level-1 .level-2 {
  display: none;
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-bar__menu-items .level-1 .level-2 li:hover {
  opacity: .5;
}
.nav-bar__menu-items .level-1 .level-2 li a {
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 300;
  text-transform: uppercase;
}
.nav-bar__menu-items .level-1 .level-2 li span {
  font-size: 12px;
  line-height: 22px;
  float: left;
}
.slide-content-copy {
  display: block;
  z-index: 5;
}
.slide-content-copy__first {
  position: absolute;
  top: 15%;
  left: 10%;
  width: 65%;
  padding: 0;
}
.slide-content-copy__title {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #f05a00;
  padding-top: 0;
  font-size: 96px;
  line-height: 96px;
  letter-spacing: -2px;
}
.slide-content-copy__text {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: normal;
  font-size: 24px;
  line-height: 32px;
  color: #323737;
  width: 57%;
}
.slide-content__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 100;
  margin: 0;
  width: 100%;
  height: 100%;
}
.slide-content__image--responsive-image {
  height: 100%;
}
.slide-map {
  widows: 100%;
  height: 100%;
  margin-top: 60px;
  overflow: hidden;
  background: #323737;
}
.ens-article__left-block {
  margin-top: 150px;
  margin-bottom: 100px;
}
.ens-article__left-block .ens-article__inline-image {
  width: 100%;
  height: auto;
}
.ens-article__table-wrapper {
  overflow: auto;
}
.ens-article__table-wrapper .ens-article__table {
  background: rgba(50, 55, 55, 0.07);
  white-space: nowrap;
}
.ens-article__table-wrapper .ens-article__table th {
  background: rgba(240, 90, 0, 0.25);
  font-size: 14px;
  font-weight: 600;
  padding: 9px 18px;
}
.ens-article__table-wrapper .ens-article__table td {
  font-weight: 400;
  font-size: 14px;
  padding: 9px 18px;
}
.ens-article__right-block {
  background: #323737;
  padding-top: 150px;
}
.ens-article__right-block .ens-article__image {
  width: 100%;
  height: auto;
  z-index: 5;
}
.ens-article__right-block blockquote i {
  color: rgba(255, 255, 255, 0.3);
  font-size: 20px;
}
.ens-article__right-block blockquote p {
  font-size: 22px;
  line-height: 36px;
}
.ens-article__right-block .ens-article__files .ens-article__files-file a {
  color: white;
}
.ens-article__right-block .ens-article__files .ens-article__files-file a:hover {
  color: #f05a00 !important;
}
.ens-footer--bg-color {
  background: #4a5252;
  position: absolute;
  bottom: 0;
}
.ens-footer-links a {
  font-size: 14px;
  color: #f05a00;
}
.ens-footer-links a:after {
  content: "\2027";
  margin: 0 7px;
}
.ens-footer-links a:last-of-type::after {
  content: "";
  font-family: 'themify';
}
li.breadcrumb-item {
  font-size: 14px;
}
li.breadcrumb-item a {
  font-size: 14px;
  transition: all 0.25s linear;
}
li.breadcrumb-item a:hover {
  color: #f05a00;
}
.article-card {
  background: rgba(50, 55, 55, 0.07);
}
.article-card .article-card__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 240px;
}
.distancer {
  height: 100px;
}
.video-block {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-position {
  margin-top: 60px;
}
.contacts {
  margin-bottom: 100px;
}
@media (max-width: 1400px) {
  .slide-content-copy__title {
    font-size: 68px;
    line-height: 68px;
  }
}
@media (max-width: 1280px) {
  .slide-content-copy__title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .slide-content-copy__title {
    font-size: 50px;
    line-height: 50px;
  }
  p {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .slide-content__image {
    height: 100%;
  }
  .slide-content-copy__title {
    font-size: 55px;
    line-height: 55px;
  }
  .slide-content-copy__text {
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    width: 80%;
  }
  .slide-content-copy__first {
    position: relative;
    width: 80%;
    margin: 10%;
    top: 0;
    left: 0;
  }
  .slide-content__image--responsive-image {
    margin-top: 60px;
    height: 35%;
  }
  .slide-content__image--responsive-image-secondary {
    margin-top: 60px;
    height: 20% !important;
  }
  .swiper-button-free {
    font-size: 30px !important;
  }
  .slide-content--padding {
    padding: 0 10% !important;
    height: 60%;
  }
  h1 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
  }
  p {
    font-size: 18px;
  }
  .btn {
    transition: none;
    padding: 7px 30px;
  }
  .nav-bar__menu-items {
    width: 400px;
  }
  .ens-header {
    height: 180px;
  }
  .ens-article__left-block {
    margin-top: 90px;
  }
  .ens-article__right-block {
    padding-top: 90px;
  }
  .ens-article__right-block blockquote p {
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .ens-article__right-block {
    padding-top: 0px;
  }
  .ens-article__left-block {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .slide-content-copy__title {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1px;
  }
  .slide-content-copy__text {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
  }
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  p {
    font-size: 16px;
    line-height: 22px;
  }
  .btn-rnd {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
  .btn-rnd:hover,
  .btn-rnd:active {
    width: 38px;
    height: 38px;
    background: #b43200;
  }
  .nav-bar__menu-items {
    width: 300px;
    font-size: 17px;
  }
  .introduction {
    font-weight: 300;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
@media (max-width: 321px) {
  .slide-content__image--responsive-image {
    margin-top: 60px;
    height: 25%;
  }
  .slide-content__image--responsive-image-secondary {
    margin-top: 60px;
    height: 18% !important;
  }
  .nav-bar__menu-items {
    width: 300px;
  }
}
.lds-grid {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-32px, -64px);
  width: 64px;
  height: 64px;
}
.lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  background: #f05a00;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
