@charset "UTF-8";
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 820px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1250px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 820px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 866px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 920px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1008px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1078px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1148px;
  }
}
@media (min-width: 2560px) {
  .container {
    max-width: 1530px;
  }
}
@media (min-width: 3840px) {
  .container {
    max-width: 2294px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@font-face {
  font-family: "Viper Nora";
  src: url("/wp-content/themes/onetheme/assets/fonts/viper-nora.woff2") format("woff2"), url("/wp-content/themes/onetheme/assets/fonts/viper-nora.woff") format("woff"), url("/wp-content/themes/onetheme/assets/fonts/viper-nora.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/onetheme/assets/fonts/Roboto.woff2") format("woff2"), url("/wp-content/themes/onetheme/assets/fonts/Roboto.woff") format("woff"), url("/wp-content/themes/onetheme/assets/fonts/Roboto.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/onetheme/assets/fonts/Roboto-Medium.woff2") format("woff2"), url("/wp-content/themes/onetheme/assets/fonts/Roboto-Medium.woff") format("woff"), url("/wp-content/themes/onetheme/assets/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/onetheme/assets/fonts/Roboto-Bold.woff2") format("woff2"), url("/wp-content/themes/onetheme/assets/fonts/Roboto-Bold.woff") format("woff"), url("/wp-content/themes/onetheme/assets/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("/wp-content/themes/onetheme/assets/fonts/RobotoCondensed-Light.woff2") format("woff2"), url("/wp-content/themes/onetheme/assets/fonts/RobotoCondensed-Light.woff") format("woff"), url("/wp-content/themes/onetheme/assets/fonts/RobotoCondensed-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("/wp-content/themes/onetheme/assets/fonts/RobotoCondensed.woff2") format("woff2"), url("/wp-content/themes/onetheme/assets/fonts/RobotoCondensed.woff") format("woff"), url("/wp-content/themes/onetheme/assets/fonts/RobotoCondensed.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("/wp-content/themes/onetheme/assets/fonts/Robotocondenseditalic.woff2") format("woff2"), url("/wp-content/themes/onetheme/assets/fonts/Robotocondenseditalic.woff") format("woff"), url("/wp-content/themes/onetheme/assets/fonts/Robotocondenseditalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
html {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

body {
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #000;
  -webkit-overflow-scrolling: touch;
}

.home .site-header .navigation .navbar .menu-item .nav-link.active {
  border-bottom: 3px solid transparent;
  color: #a2a2a2;
}
.home .site-header .navigation .navbar .menu-item .nav-link.highlighted {
  border-bottom-color: #ff5a00;
  color: #fff;
}
.home .site-footer {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.site-header.black-header {
  background-color: rgb(0, 0, 0);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.site-header .navigation {
  width: 100%;
}
.site-header .navigation .navbar {
  padding: 0 20px;
  min-height: 82px;
}
@media (min-width: 768px) {
  .site-header .navigation .navbar {
    min-height: 44px;
    padding: 0 16px;
  }
}
@media (min-width: 992px) {
  .site-header .navigation .navbar {
    min-height: 50px;
    padding: 0 20px;
  }
}
@media (min-width: 1280px) {
  .site-header .navigation .navbar {
    padding: 0 30px;
  }
}
@media (min-width: 1366px) {
  .site-header .navigation .navbar {
    padding: 0 32px;
  }
}
@media (min-width: 1536px) {
  .site-header .navigation .navbar {
    padding: 0 36px;
  }
}
@media (min-width: 1600px) {
  .site-header .navigation .navbar {
    padding: 0 30px;
  }
}
@media (min-width: 1920px) {
  .site-header .navigation .navbar {
    padding: 0 32px;
  }
}
@media (min-width: 2560px) {
  .site-header .navigation .navbar {
    min-height: 66px;
    padding: 0 42px;
  }
}
@media (min-width: 3840px) {
  .site-header .navigation .navbar {
    min-height: 90px;
    padding: 0 62px;
  }
}
.site-header .navigation .navbar .navbar-brand {
  margin: 0;
  padding: 0;
}
.site-header .navigation .navbar .logo-wrapper {
  line-height: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .site-header .navigation .navbar .logo-wrapper {
    order: 1;
  }
}
.site-header .navigation .navbar .logo-wrapper a {
  display: block;
  text-decoration: none;
}
.site-header .navigation .navbar .logo-wrapper .logo {
  display: flex;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .site-header .navigation .navbar .logo-wrapper .logo {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .site-header .navigation .navbar .logo-wrapper .logo {
    font-size: 20px;
  }
}
@media (min-width: 2560px) {
  .site-header .navigation .navbar .logo-wrapper .logo {
    font-size: 26px;
  }
}
@media (min-width: 3840px) {
  .site-header .navigation .navbar .logo-wrapper .logo {
    font-size: 40px;
  }
}
.site-header .navigation .navbar .logo-wrapper .logo.active {
  opacity: 1;
}
.site-header .navigation .navbar .logo-wrapper .logo__left, .site-header .navigation .navbar .logo-wrapper .logo__right {
  padding: 2px 6px;
}
@media (min-width: 768px) {
  .site-header .navigation .navbar .logo-wrapper .logo__left, .site-header .navigation .navbar .logo-wrapper .logo__right {
    padding: 2px 6px;
  }
}
@media (min-width: 992px) {
  .site-header .navigation .navbar .logo-wrapper .logo__left, .site-header .navigation .navbar .logo-wrapper .logo__right {
    padding: 3px 5px;
  }
}
@media (min-width: 2560px) {
  .site-header .navigation .navbar .logo-wrapper .logo__left, .site-header .navigation .navbar .logo-wrapper .logo__right {
    padding: 2px 5px;
  }
}
@media (min-width: 3840px) {
  .site-header .navigation .navbar .logo-wrapper .logo__left, .site-header .navigation .navbar .logo-wrapper .logo__right {
    padding: 5px 10px;
  }
}
.site-header .navigation .navbar .logo-wrapper .logo__left {
  color: #fff;
  background: transparent;
}
.site-header .navigation .navbar .logo-wrapper .logo__right {
  color: #000;
  background: #fff;
}
.site-header .navigation .navbar .menu-item .nav-link {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  color: #a2a2a2;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  padding: 10px 0;
  border-top: 3px solid transparent;
  border-bottom: 1px solid #6d6d6d;
}
@media (min-width: 768px) {
  .site-header .navigation .navbar .menu-item .nav-link {
    border-bottom: 3px solid transparent;
    padding: 30px 14px;
  }
}
.site-header .navigation .navbar .menu-item .nav-link:hover {
  color: #fff;
}
.site-header .navigation .navbar .menu-item .nav-link.active {
  border-bottom-color: #fff;
  color: #fff;
}
@media (min-width: 768px) {
  .site-header .navigation .navbar .menu-item .nav-link {
    padding: 13px 9px;
  }
}
@media (min-width: 992px) {
  .site-header .navigation .navbar .menu-item .nav-link {
    font-size: 20px;
    line-height: 1;
    padding: 14px 10px;
  }
}
@media (min-width: 2560px) {
  .site-header .navigation .navbar .menu-item .nav-link {
    font-size: 26px;
    padding: 19px 16px;
  }
}
@media (min-width: 3840px) {
  .site-header .navigation .navbar .menu-item .nav-link {
    font-size: 40px;
    padding: 24px 20px;
  }
}
.site-header .navigation .navbar .navbar-collapse {
  order: 3;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .site-header .navigation .navbar .navbar-collapse {
    order: 2;
    padding-bottom: 0;
  }
}
.site-header .navigation .main-menu {
  margin: 0 auto;
}
.site-header .navigation .main-menu > li {
  float: none;
  display: inline-block;
}
.site-header .navigation .socicons {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: right;
  padding: 21px 0;
}
@media (min-width: 768px) {
  .site-header .navigation .socicons {
    order: 3;
    padding: 0;
  }
}
.site-header .navigation .socicons ul {
  display: none;
  cursor: pointer;
  list-style: none;
  padding: 0;
  line-height: 0;
  margin: 0 -6px;
}
@media (min-width: 768px) {
  .site-header .navigation .socicons ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .site-header .navigation .socicons ul {
    margin: 0 -7px;
  }
}
@media (min-width: 2560px) {
  .site-header .navigation .socicons ul {
    margin: 0 -10px;
  }
}
@media (min-width: 3840px) {
  .site-header .navigation .socicons ul {
    margin: 0 -15px;
  }
}
.site-header .navigation .socicons ul li {
  margin: 0 6px;
}
@media (min-width: 992px) {
  .site-header .navigation .socicons ul li {
    margin: 0 7px;
  }
}
@media (min-width: 2560px) {
  .site-header .navigation .socicons ul li {
    margin: 0 10px;
  }
}
@media (min-width: 3840px) {
  .site-header .navigation .socicons ul li {
    margin: 0 15px;
  }
}
.site-header .navigation .socicons ul li a {
  display: block;
}
.site-header .navigation .socicons__icon {
  width: 22px;
}
@media (min-width: 992px) {
  .site-header .navigation .socicons__icon {
    width: 24px;
  }
}
@media (min-width: 2560px) {
  .site-header .navigation .socicons__icon {
    width: 30px;
  }
}
@media (min-width: 3840px) {
  .site-header .navigation .socicons__icon {
    width: 44px;
  }
}
.site-header .navigation .socicons__icon svg {
  fill: #7f7f7e;
}
.site-header .navigation .socicons__icon:hover svg {
  fill: #fff;
}

.header-separated {
  width: 100%;
  background: #fff;
}
.header-separated__wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 40px 0;
  align-content: flex-start;
}
@media (min-width: 768px) {
  .header-separated__wrapper {
    height: 180px;
    align-content: center;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .header-separated__wrapper {
    height: 222px;
  }
}
@media (min-width: 1600px) {
  .header-separated__wrapper {
    height: 220px;
  }
}
@media (min-width: 1920px) {
  .header-separated__wrapper {
    height: 294px;
  }
}
@media (min-width: 2580px) {
  .header-separated__wrapper {
    height: 390px;
  }
}
@media (min-width: 3840px) {
  .header-separated__wrapper {
    height: 570px;
  }
}
.header-separated__title-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .header-separated__title-wrapper {
    height: 100%;
    align-items: center;
    flex: 0 0 33.33%;
    margin-bottom: 0;
    border-right: 2px solid #000;
  }
}
@media (min-width: 2560px) {
  .header-separated__title-wrapper {
    border-right: 3px solid #000;
  }
}
@media (min-width: 3840px) {
  .header-separated__title-wrapper {
    border-right: 4px solid #000;
  }
}
.header-separated__title {
  font-family: "Viper Nora", sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #000;
}
.header-separated__title .orange {
  color: #e93a23;
}
.header-separated__title .black {
  color: #000;
}
@media (min-width: 768px) {
  .header-separated__title {
    font-size: 26px;
    line-height: 30px;
    max-width: 130px;
  }
}
@media (min-width: 1440px) {
  .header-separated__title {
    font-size: 30px;
    line-height: 34px;
    max-width: 134px;
  }
}
@media (min-width: 1536px) {
  .header-separated__title {
    max-width: 138px;
  }
}
@media (min-width: 1600px) {
  .header-separated__title {
    font-size: 35px;
    line-height: 39px;
    max-width: 140px;
  }
}
@media (min-width: 1920px) {
  .header-separated__title {
    font-size: 35px;
    line-height: 39px;
    max-width: 144px;
  }
}
@media (min-width: 2560px) {
  .header-separated__title {
    font-size: 48px;
    line-height: 52px;
    max-width: 210px;
  }
}
@media (min-width: 3840px) {
  .header-separated__title {
    font-size: 70px;
    line-height: 74px;
    max-width: 284px;
  }
}
.header-separated__desc-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (min-width: 768px) {
  .header-separated__desc-wrapper {
    flex: 1;
    align-items: center;
    padding: 0 72px;
    border-left: 2px solid #000;
  }
}
@media (min-width: 1536px) {
  .header-separated__desc-wrapper {
    padding: 0 84px;
  }
}
@media (min-width: 1600px) {
  .header-separated__desc-wrapper {
    padding: 0 89px;
  }
}
@media (min-width: 1800px) {
  .header-separated__desc-wrapper {
    padding: 0 109px;
  }
}
@media (min-width: 2560px) {
  .header-separated__desc-wrapper {
    padding: 0 149px;
    border-left: 3px solid #000;
  }
}
@media (min-width: 3840px) {
  .header-separated__desc-wrapper {
    border-left: 4px solid #000;
    padding: 0 238px;
  }
}
.header-separated__desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  color: #000;
}
@media (min-width: 1200px) {
  .header-separated__desc {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1536px) {
  .header-separated__desc {
    font-size: 14.5px;
    line-height: 18.5px;
  }
}
@media (min-width: 1600px) {
  .header-separated__desc {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1800px) {
  .header-separated__desc {
    font-size: 16.5px;
    line-height: 20.5px;
  }
}
@media (min-width: 1920px) {
  .header-separated__desc {
    font-size: 17.5px;
    line-height: 21.5px;
  }
}
@media (min-width: 2560px) {
  .header-separated__desc {
    font-size: 23px;
    line-height: 27px;
  }
}
@media (min-width: 3840px) {
  .header-separated__desc {
    font-size: 35px;
    line-height: 39px;
  }
}

.about-us {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.about-us__container {
  width: 100%;
  max-width: 96%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .about-us__container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .about-us__container {
    max-width: 60%;
  }
}
.about-us.top {
  margin-top: 82px;
}
@media (min-width: 768px) {
  .about-us.top {
    margin-top: 48px;
  }
}
@media (min-width: 992px) {
  .about-us.top {
    margin-top: 54px;
  }
}
@media (min-width: 2560px) {
  .about-us.top {
    margin-top: 70px;
  }
}
@media (min-width: 3840px) {
  .about-us.top {
    margin-top: 94px;
  }
}
.about-us__top {
  background: #fff;
}
.about-us__header-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .about-us__header-wrapper {
    padding: 0;
    height: 180px;
  }
}
@media (min-width: 1600px) {
  .about-us__header-wrapper {
    height: 220px;
  }
}
@media (min-width: 1920px) {
  .about-us__header-wrapper {
    height: 294px;
  }
}
@media (min-width: 3840px) {
  .about-us__header-wrapper {
    height: 570px;
  }
}
.about-us__logo-wrapper {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .about-us__logo-wrapper {
    margin-bottom: 0;
    flex: 0 0 33.33%;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .about-us__logo-wrapper {
    padding: 0;
  }
}
.about-us__logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 300px;
}
@media (min-width: 1920px) {
  .about-us__logo {
    max-width: 325px;
  }
}
@media (min-width: 3840px) {
  .about-us__logo {
    max-width: 500px;
  }
}
.about-us__logo-main {
  display: flex;
}
.about-us__logo-desc {
  flex: 0 0 100%;
  font-weight: 500;
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .about-us__logo-desc {
    font-size: 8px;
  }
}
@media (min-width: 992px) {
  .about-us__logo-desc {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .about-us__logo-desc {
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  .about-us__logo-desc {
    font-size: 13px;
  }
}
.about-us__desc-wrapper {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex: 1;
  align-items: center;
}
@media (min-width: 768px) {
  .about-us__desc-wrapper {
    padding: 0 40px;
  }
}
@media (min-width: 1920px) {
  .about-us__desc-wrapper {
    padding: 0 68px;
  }
}
.about-us__desc {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
@media (min-width: 1920px) {
  .about-us__desc {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 2560px) {
  .about-us__desc {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 3840px) {
  .about-us__desc {
    font-size: 35px;
    line-height: 39px;
  }
}
.about-us__stats-wrapper, .about-us__services-wrapper {
  background: #131313;
}
.about-us__stats-wrapper.desktop, .about-us__services-wrapper.desktop {
  display: none;
}
@media (min-width: 768px) {
  .about-us__stats-wrapper, .about-us__services-wrapper {
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
  }
  .about-us__stats-wrapper.desktop, .about-us__services-wrapper.desktop {
    display: flex;
  }
}
.about-us__stats-cards, .about-us__services-cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: "Viper Nora", sans-serif;
  font-size: 20px;
  background: #000;
}
@media (min-width: 1440px) {
  .about-us__stats-cards, .about-us__services-cards {
    font-size: 30px;
  }
}
@media (min-width: 1600px) {
  .about-us__stats-cards, .about-us__services-cards {
    font-size: 35px;
  }
}
@media (min-width: 2560px) {
  .about-us__stats-cards, .about-us__services-cards {
    font-size: 48px;
  }
}
@media (min-width: 3840px) {
  .about-us__stats-cards, .about-us__services-cards {
    font-size: 70px;
  }
}
.about-us__stats-cards.desktop, .about-us__services-cards.desktop {
  display: none;
}
@media (min-width: 768px) {
  .about-us__stats-cards.desktop, .about-us__services-cards.desktop {
    display: flex;
  }
}
@media (min-width: 768px) {
  .about-us__stats-cards.mobile, .about-us__services-cards.mobile {
    display: none;
  }
}
.about-us__stats-card, .about-us__services-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 4px);
  background: #131313;
  height: 80px;
  margin: 2px;
  color: #fff;
}
@media (min-width: 768px) {
  .about-us__stats-card, .about-us__services-card {
    height: 140px;
    width: calc(33.33% - 4px);
  }
}
@media (min-width: 1200px) {
  .about-us__stats-card, .about-us__services-card {
    width: calc(20% - 4px);
  }
  .about-us__stats-card.mobile, .about-us__services-card.mobile {
    display: none;
  }
}
.about-us__stats-card.empty, .about-us__services-card.empty {
  display: none;
}
@media (min-width: 1200px) {
  .about-us__stats-card.empty, .about-us__services-card.empty {
    display: flex;
  }
}
.about-us__stats-card.orange, .about-us__services-card.orange {
  color: #be3220;
}
.about-us__stats-card.gray, .about-us__services-card.gray {
  background: #242424;
  color: #fff;
}
@media (min-width: 1920px) {
  .about-us__stats-card, .about-us__services-card {
    height: 240px;
  }
}
@media (min-width: 2560px) {
  .about-us__stats-card, .about-us__services-card {
    width: calc(20% - 6px);
    margin: 3px;
  }
}
@media (min-width: 3840px) {
  .about-us__stats-card, .about-us__services-card {
    width: calc(20% - 8px);
    margin: 4px;
    height: 480px;
  }
}

.jobs-form-wrapper .jobs-form,
.contact-us .news-form {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  background-color: #242424;
  padding: 8px;
  margin-bottom: 70px;
}
.jobs-form-wrapper .jobs-form .form-group,
.contact-us .news-form .form-group {
  position: relative;
}
.jobs-form-wrapper .jobs-form .form-group .form-control:not(textarea),
.contact-us .news-form .form-group .form-control:not(textarea) {
  height: 38px;
}
@media (min-width: 2560px) {
  .jobs-form-wrapper .jobs-form .form-group .form-control:not(textarea),
  .contact-us .news-form .form-group .form-control:not(textarea) {
    height: 75px;
  }
}

.jobs.header {
  margin-top: 82px;
}
@media (min-width: 768px) {
  .jobs.header {
    margin-top: 48px;
  }
}
@media (min-width: 992px) {
  .jobs.header {
    margin-top: 54px;
  }
}
@media (min-width: 2560px) {
  .jobs.header {
    margin-top: 70px;
  }
}
@media (min-width: 3840px) {
  .jobs.header {
    margin-top: 94px;
  }
}
.jobs.positions {
  font-family: Roboto, sans-serif;
  margin-top: 6px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .jobs.positions {
    margin-top: 3px;
  }
}
@media (min-width: 1440px) {
  .jobs.positions {
    margin-top: 6px;
  }
}
.jobs.positions .accordion-wrapper {
  display: block;
  width: 100%;
  height: auto;
}
.jobs.positions .accordion-wrapper .job-row {
  background: #242424;
  margin-top: 0;
  padding: 0;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .jobs.positions .accordion-wrapper .job-row {
    padding: 0 15px;
    margin-bottom: 3px;
  }
}
@media (min-width: 1440px) {
  .jobs.positions .accordion-wrapper .job-row {
    margin-bottom: 6px;
  }
}
@media (min-width: 3840px) {
  .jobs.positions .accordion-wrapper .job-row {
    margin-bottom: 8px;
  }
}
.jobs.positions .accordion-wrapper .job-row:last-child {
  margin-bottom: 0;
}
.jobs.positions .accordion-wrapper .job-row .job-header {
  width: 100%;
  position: relative;
  padding: 10px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 2560px) {
  .jobs.positions .accordion-wrapper .job-row .job-header {
    padding: 30px 20px;
  }
}
@media (min-width: 3840px) {
  .jobs.positions .accordion-wrapper .job-row .job-header {
    padding: 50px 40px 50px 68px;
  }
}
.jobs.positions .accordion-wrapper .job-row .job-header.active {
  border-bottom: 1px solid #a8a8a8;
}
.jobs.positions .accordion-wrapper .job-row .job-header.active > .job-title:before {
  border-left-color: #ff5a00;
  margin-top: 6px;
  transform: rotate(90deg);
}
.jobs.positions .accordion-wrapper .job-row .job-header.active > .job-more {
  border: 1px solid #ff5a00;
}
@media (min-width: 2560px) {
  .jobs.positions .accordion-wrapper .job-row .job-header.active > .job-more {
    border: 2px solid #ff5a00;
  }
}
.jobs.positions .accordion-wrapper .job-row .job-header.active > .job-more:before {
  display: none;
}
.jobs.positions .accordion-wrapper .job-row .job-header.active > .job-more:after {
  background-color: #ff5a00;
}
.jobs.positions .accordion-wrapper .job-row .job-header:hover > .job-title {
  border: none;
  color: #fff;
}
@media (min-width: 768px) {
  .jobs.positions .accordion-wrapper .job-row .job-header:hover > .job-title {
    color: #ff5a00;
  }
}
.jobs.positions .accordion-wrapper .job-row .job-header:hover > .job-title:before {
  border-left-color: #ff5a00;
}
@media (min-width: 768px) {
  .jobs.positions .accordion-wrapper .job-row .job-header:hover > .job-more {
    border: 2px solid #ff5a00;
  }
}
@media (min-width: 768px) {
  .jobs.positions .accordion-wrapper .job-row .job-header:hover > .job-more:before, .jobs.positions .accordion-wrapper .job-row .job-header:hover > .job-more:after {
    background-color: #ff5a00;
  }
}
.jobs.positions .accordion-wrapper .job-row .job-header.active > .job-title {
  color: #ff5a00;
}
.jobs.positions .accordion-wrapper .job-row .job-header .job-title {
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translateZ(0);
}
@media (min-width: 2560px) {
  .jobs.positions .accordion-wrapper .job-row .job-header .job-title {
    font-size: 26px;
    line-height: 30px;
  }
}
.jobs.positions .accordion-wrapper .job-row .job-header .job-title:before {
  display: none;
  content: "";
  border: 14px solid transparent;
  width: 0;
  height: 0;
  border-left-color: #fff;
  margin-right: 20px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 2560px) {
  .jobs.positions .accordion-wrapper .job-row .job-header .job-title:before {
    display: inline-block;
  }
}
@media (min-width: 3840px) {
  .jobs.positions .accordion-wrapper .job-row .job-header .job-title {
    font-size: 30px;
  }
}
.jobs.positions .accordion-wrapper .job-row .job-header .job-more {
  display: inline-block;
  position: relative;
  text-align: center;
  border: 1px solid #fff;
  width: 28px;
  height: 28px;
  margin: auto 12px auto auto;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 2560px) {
  .jobs.positions .accordion-wrapper .job-row .job-header .job-more {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
  }
}
@media (min-width: 3840px) {
  .jobs.positions .accordion-wrapper .job-row .job-header .job-more {
    width: 50px;
    height: 50px;
  }
}
.jobs.positions .accordion-wrapper .job-row .job-header .job-more:before, .jobs.positions .accordion-wrapper .job-row .job-header .job-more:after {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.jobs.positions .accordion-wrapper .job-row .job-header .job-more:before {
  left: 50%;
  top: 7px;
  bottom: 7px;
  width: 2px;
  transform: translate3d(-50%, 0, 0);
}
.jobs.positions .accordion-wrapper .job-row .job-header .job-more:after {
  top: 50%;
  left: 7px;
  right: 7px;
  height: 2px;
  transform: translate3d(0, -50%, 0);
}
.jobs.positions .accordion-wrapper .job-row .job-info {
  font-family: Roboto, sans-serif;
  padding: 0 20px 40px;
  display: none;
  font-size: 14px;
  line-height: 22px;
  color: #a8a8a8;
}
@media (min-width: 2560px) {
  .jobs.positions .accordion-wrapper .job-row .job-info {
    padding: 1em 76px 40px;
    font-size: 23px;
    line-height: 31px;
  }
}
@media (min-width: 3840px) {
  .jobs.positions .accordion-wrapper .job-row .job-info {
    font-size: 35px;
    line-height: 46px;
  }
}
.jobs.positions .accordion-wrapper .job-row .job-info p {
  margin: 1em 0;
}
.jobs.positions .accordion-wrapper .job-row .job-info ul {
  list-style: disc;
}
.jobs.positions .accordion-wrapper .job-row .job-info .job-info-footer {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.jobs.positions .accordion-wrapper .job-row .job-info .job-info-footer .job-apply {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  background-color: #0e0e0e;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  padding: 8px 40px;
  text-align: center;
  border: 1px solid #575757;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 2560px) {
  .jobs.positions .accordion-wrapper .job-row .job-info .job-info-footer .job-apply {
    font-size: 26px;
    padding: 12px 60px;
  }
}
@media (min-width: 3840px) {
  .jobs.positions .accordion-wrapper .job-row .job-info .job-info-footer .job-apply {
    font-size: 30px;
  }
}
.jobs.positions .accordion-wrapper .job-row .job-info .job-info-footer .job-apply:hover {
  text-decoration: none;
  border-color: #ff5a00;
}
.jobs.positions .accordion-wrapper .job-row .job-info .job-info-footer .job-close {
  background-color: #0e0e0e;
  width: 42px;
  height: 42px;
  border: 1px solid #575757;
  margin-left: 30px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 2560px) {
  .jobs.positions .accordion-wrapper .job-row .job-info .job-info-footer .job-close {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 3840px) {
  .jobs.positions .accordion-wrapper .job-row .job-info .job-info-footer .job-close {
    width: 80px;
    height: 80px;
  }
}
.jobs.positions .accordion-wrapper .job-row .job-info .job-info-footer .job-close:before, .jobs.positions .accordion-wrapper .job-row .job-info .job-info-footer .job-close:after {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.jobs.positions .accordion-wrapper .job-row .job-info .job-info-footer .job-close:before {
  left: 50%;
  top: 10px;
  bottom: 10px;
  width: 2px;
  transform: translate3d(-50%, 0, 0) rotate(45deg);
}
.jobs.positions .accordion-wrapper .job-row .job-info .job-info-footer .job-close:after {
  top: 50%;
  left: 10px;
  right: 10px;
  height: 2px;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}
.jobs.positions .accordion-wrapper .job-row .job-info .job-info-footer .job-close:hover {
  border-color: #ff5a00;
}
@media (min-width: 3840px) {
  .jobs.positions {
    margin-top: 8px;
  }
}
.jobs__form-wrapper {
  width: 100%;
  max-width: 1208px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.jobs-form-wrapper .jobs-form .form-group {
  margin-bottom: 3px;
}
@media (min-width: 1440px) {
  .jobs-form-wrapper .jobs-form .form-group {
    margin-bottom: 6px;
  }
}
@media (min-width: 3840px) {
  .jobs-form-wrapper .jobs-form .form-group {
    margin-bottom: 8px;
  }
}
.jobs-form-wrapper .jobs-form .form-footer {
  margin-top: 20px;
}
@media (min-width: 1440px) {
  .jobs-form-wrapper .jobs-form .form-footer {
    margin-top: 30px;
  }
}
.jobs-form-wrapper .jobs-form .form-select {
  position: relative;
  cursor: pointer;
}
.jobs-form-wrapper .jobs-form .form-select select.open + .select-icon:after {
  transform: translate(50%, calc(-50% + 7px)) rotate(90deg);
}
.jobs-form-wrapper .jobs-form .form-select .select-icon {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 34px;
  height: 34px;
  background-color: #000;
  pointer-events: none;
}
@media (min-width: 2560px) {
  .jobs-form-wrapper .jobs-form .form-select .select-icon {
    width: 71px;
    height: 71px;
  }
}
.jobs-form-wrapper .jobs-form .form-select .select-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(calc(50% + 4px), -50%);
  border: 8px solid transparent;
  width: 0;
  height: 0;
  border-left-color: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 2560px) {
  .jobs-form-wrapper .jobs-form .form-select .select-icon:after {
    transform: translate(calc(50% + 7px), -50%);
    border: 14px solid transparent;
    border-left-color: #fff;
  }
}
.jobs-form-wrapper .jobs-form .jobs-file {
  font-family: Roboto, sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #616161;
  background-color: #fff;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
@media (min-width: 2560px) {
  .jobs-form-wrapper .jobs-form .jobs-file {
    font-size: 23px;
    height: 75px;
  }
}
.jobs-form-wrapper .jobs-form .jobs-file-icon {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 34px;
  height: 34px;
  background-color: #000;
  pointer-events: none;
}
@media (min-width: 2560px) {
  .jobs-form-wrapper .jobs-form .jobs-file-icon {
    width: 71px;
    height: 71px;
  }
}
.jobs-form-wrapper .jobs-form .jobs-file-icon:before, .jobs-form-wrapper .jobs-form .jobs-file-icon:after {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.jobs-form-wrapper .jobs-form .jobs-file-icon:before {
  left: 50%;
  top: 8px;
  bottom: 8px;
  width: 2px;
  transform: translate3d(-50%, 0, 0);
}
@media (min-width: 2560px) {
  .jobs-form-wrapper .jobs-form .jobs-file-icon:before {
    top: 22px;
    bottom: 22px;
  }
}
.jobs-form-wrapper .jobs-form .jobs-file-icon:after {
  top: 50%;
  left: 8px;
  right: 8px;
  height: 2px;
  transform: translate3d(0, -50%, 0);
}
@media (min-width: 2560px) {
  .jobs-form-wrapper .jobs-form .jobs-file-icon:after {
    left: 22px;
    right: 22px;
  }
}
.jobs-form-wrapper .jobs-form .form-file {
  position: relative;
  cursor: pointer;
}

.global__header-right, .global__header-left {
  background: #fff;
  padding: 24px 0;
}
.global__header-right.top, .global__header-left.top {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .global__header-right.top, .global__header-left.top {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .global__header-right, .global__header-left {
    padding: 0;
  }
}
.global__header-left .global__header-title-wrapper {
  order: 1;
}
@media (min-width: 768px) {
  .global__header-left .global__header-title-wrapper {
    border-left: none;
    border-right: 2px solid #000;
  }
}
@media (min-width: 2560px) {
  .global__header-left .global__header-title-wrapper {
    border-right: 3px solid #000;
  }
}
@media (min-width: 3840px) {
  .global__header-left .global__header-title-wrapper {
    border-right: 4px solid #000;
  }
}
.global__header-left .global__header-desc-wrapper {
  order: 2;
}
@media (min-width: 768px) {
  .global__header-left .global__header-desc-wrapper {
    border-left: 2px solid #000;
    border-right: none;
  }
}
@media (min-width: 2560px) {
  .global__header-left .global__header-desc-wrapper {
    border-left: 3px solid #000;
  }
}
@media (min-width: 3840px) {
  .global__header-left .global__header-desc-wrapper {
    border-left: 4px solid #000;
  }
}
.global__cards-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.global__card-wrapper {
  display: flex;
  justify-content: center;
  flex: 0 0 calc(50% - 4px);
  margin: 2px;
  background: #131313;
}
@media (min-width: 768px) {
  .global__card-wrapper {
    flex: 0 0 calc(33.33% - 4px);
    height: 150px;
  }
}
@media (min-width: 992px) {
  .global__card-wrapper {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .global__card-wrapper {
    flex: 0 0 calc(20% - 4px);
  }
}
@media (min-width: 1600px) {
  .global__card-wrapper {
    height: 220px;
  }
}
@media (min-width: 1920px) {
  .global__card-wrapper {
    height: 240px;
  }
}
@media (min-width: 2560px) {
  .global__card-wrapper {
    height: 320px;
    flex: 0 0 calc(20% - 6px);
    margin: 3px;
  }
}
@media (min-width: 3840px) {
  .global__card-wrapper {
    flex: 0 0 calc(20% - 8px);
    margin: 4px;
    height: 390px;
  }
}
.global__card-wrapper picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.global__card-wrapper picture img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .global__card-img {
    max-width: 150px;
  }
}
@media (min-width: 992px) {
  .global__card-img {
    max-width: 180px;
  }
}
@media (min-width: 1600px) {
  .global__card-img {
    max-width: 220px;
  }
}
@media (min-width: 1920px) {
  .global__card-img {
    max-width: 240px;
  }
}
@media (min-width: 2560px) {
  .global__card-img {
    max-width: 320px;
  }
}
@media (min-width: 3840px) {
  .global__card-img {
    max-width: 390px;
  }
}
.global__header-wrapper {
  width: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .global__header-wrapper {
    min-height: 180px;
    align-content: unset;
  }
}
@media (min-width: 1600px) {
  .global__header-wrapper {
    min-height: 220px;
  }
}
@media (min-width: 1920px) {
  .global__header-wrapper {
    min-height: 294px;
  }
}
@media (min-width: 3840px) {
  .global__header-wrapper {
    min-height: 570px;
  }
}
.global__header-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 100%;
  font-family: "Viper Nora", sans-serif;
  text-transform: uppercase;
  color: #e93a23;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .global__header-title-wrapper {
    order: 2;
    justify-content: center;
    flex: 0 0 33.3333%;
    border-left: 2px solid #000;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .global__header-title-wrapper {
    padding: 0 20px;
  }
}
@media (min-width: 1600px) {
  .global__header-title-wrapper {
    padding: 0 40px;
  }
}
@media (min-width: 2560px) {
  .global__header-title-wrapper {
    border-left: 3px solid #000;
  }
}
@media (min-width: 3840px) {
  .global__header-title-wrapper {
    border-left: 4px solid #000;
  }
}
.global__header-title {
  font-size: 30px;
  line-height: 34px;
}
@media (min-width: 768px) {
  .global__header-title {
    font-size: 20px;
    line-height: 24px;
    max-width: 130px;
  }
}
@media (min-width: 1440px) {
  .global__header-title {
    font-size: 30px;
    line-height: 34px;
    max-width: 134px;
  }
}
@media (min-width: 1536px) {
  .global__header-title {
    max-width: 138px;
  }
}
@media (min-width: 1600px) {
  .global__header-title {
    font-size: 35px;
    line-height: 39px;
    max-width: 140px;
  }
}
@media (min-width: 1920px) {
  .global__header-title {
    max-width: 144px;
  }
}
@media (min-width: 2560px) {
  .global__header-title {
    font-size: 48px;
    line-height: 52px;
    max-width: 260px;
  }
}
@media (min-width: 3840px) {
  .global__header-title {
    font-size: 70px;
    line-height: 74px;
    max-width: 284px;
  }
}
.global__header-title.top, .global__header-title.bottom {
  font-size: 30px;
  line-height: 34px;
}
@media (min-width: 768px) {
  .global__header-title.top, .global__header-title.bottom {
    font-size: 26px;
    line-height: 30px;
    max-width: 130px;
  }
}
@media (min-width: 1440px) {
  .global__header-title.top, .global__header-title.bottom {
    font-size: 30px;
    line-height: 34px;
    max-width: 134px;
  }
}
@media (min-width: 1536px) {
  .global__header-title.top, .global__header-title.bottom {
    max-width: 138px;
  }
}
@media (min-width: 1600px) {
  .global__header-title.top, .global__header-title.bottom {
    font-size: 35px;
    line-height: 39px;
    max-width: 140px;
  }
}
@media (min-width: 1920px) {
  .global__header-title.top, .global__header-title.bottom {
    font-size: 35px;
    line-height: 39px;
    max-width: 144px;
  }
}
@media (min-width: 2560px) {
  .global__header-title.top, .global__header-title.bottom {
    font-size: 48px;
    line-height: 52px;
    max-width: 210px;
  }
}
@media (min-width: 3840px) {
  .global__header-title.top, .global__header-title.bottom {
    font-size: 70px;
    line-height: 74px;
    max-width: 284px;
  }
}
.global__header-desc-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex: 0 0 100%;
  order: 1;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.global__header-desc-wrapper p {
  margin: 10px 0;
  width: 100%;
}
.global__header-desc-wrapper p:first-child {
  margin-top: 0;
}
.global__header-desc-wrapper p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .global__header-desc-wrapper {
    flex: 1;
    order: 2;
    border-right: 2px solid #000;
    padding: 0 40px;
    justify-content: flex-start;
  }
}
@media (min-width: 1920px) {
  .global__header-desc-wrapper {
    font-size: 18px;
    line-height: 24px;
    padding: 0 80px;
  }
}
@media (min-width: 2560px) {
  .global__header-desc-wrapper {
    font-size: 24px;
    line-height: 28px;
    border-right: 3px solid #000;
  }
}
@media (min-width: 3840px) {
  .global__header-desc-wrapper {
    border-right: 4px solid #000;
    font-size: 35px;
    line-height: 39px;
  }
}
.global__socicons {
  width: 100%;
}
@media (min-width: 768px) {
  .global__socicons {
    width: 340px;
  }
}
@media (min-width: 1800px) {
  .global__socicons {
    width: 380px;
  }
}
@media (min-width: 2560px) {
  .global__socicons {
    width: 508px;
  }
}
@media (min-width: 3840px) {
  .global__socicons {
    width: 754px;
  }
}
.global__socicons ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.global__socicon {
  display: flex;
  width: 50px;
}
.global__socicon:hover svg path {
  fill: #e93a23;
}
@media (min-width: 425px) {
  .global__socicon {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .global__socicon {
    width: 50px;
  }
}
@media (min-width: 1800px) {
  .global__socicon {
    width: 58px;
  }
}
@media (min-width: 2560px) {
  .global__socicon {
    width: 76px;
  }
}
@media (min-width: 3840px) {
  .global__socicon {
    width: 113px;
  }
}
.global__socicon a {
  width: 100%;
}
.global__buttons {
  width: 100%;
  margin-top: 20px;
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .global__buttons {
    justify-content: flex-start;
  }
}
.global__buttons .btn {
  padding: 10px 30px;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  background: #000;
  color: #a3a3a3;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .global__buttons .btn {
    width: auto;
    padding: 12px 20px;
  }
}
@media (min-width: 1920px) {
  .global__buttons .btn {
    font-size: 26px;
  }
}
@media (min-width: 2560px) {
  .global__buttons .btn {
    padding: 15px 60px;
  }
}
@media (min-width: 3840px) {
  .global__buttons .btn {
    font-size: 30px;
    padding: 20px 80px;
  }
}
.global__buttons .btn:hover {
  color: #fff;
}
.global__buttons--pdf-btn {
  margin-right: 8px;
}

.clients, .main-news, .s-news-bg {
  margin-top: 82px;
}
@media (min-width: 768px) {
  .clients, .main-news, .s-news-bg {
    margin-top: 48px;
  }
}
@media (min-width: 992px) {
  .clients, .main-news, .s-news-bg {
    margin-top: 54px;
  }
}
@media (min-width: 2560px) {
  .clients, .main-news, .s-news-bg {
    margin-top: 70px;
  }
}
@media (min-width: 3840px) {
  .clients, .main-news, .s-news-bg {
    margin-top: 94px;
  }
}

.error404 .error404-sect {
  padding-top: 82px;
}
@media (min-width: 768px) {
  .error404 .error404-sect {
    padding-top: 48px;
  }
}
@media (min-width: 992px) {
  .error404 .error404-sect {
    padding-top: 54px;
  }
}
@media (min-width: 2560px) {
  .error404 .error404-sect {
    padding-top: 70px;
  }
}

.parallax {
  left: 0;
  top: 0;
  position: fixed;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 1920px;
  text-align: center;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.privacy {
  margin-top: 82px;
}
@media (min-width: 768px) {
  .privacy {
    margin-top: 48px;
  }
}
@media (min-width: 992px) {
  .privacy {
    margin-top: 54px;
  }
}
@media (min-width: 2560px) {
  .privacy {
    margin-top: 70px;
  }
}
@media (min-width: 3840px) {
  .privacy {
    margin-top: 94px;
  }
}

.privacy-content {
  display: flex;
  width: 100%;
  background: #242424;
}
@media (min-width: 768px) {
  .privacy-content {
    background: #000;
  }
}
.privacy-content__main {
  margin-top: 8px;
  width: 100%;
  background: #242424;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 768px) {
  .privacy-content__main {
    margin-top: 3px;
    padding: 22px 24px;
  }
}
@media (min-width: 1440px) {
  .privacy-content__main {
    padding: 40px;
  }
}
@media (min-width: 1440px) {
  .privacy-content__main {
    margin-top: 6px;
  }
}
@media (min-width: 1536px) {
  .privacy-content__main {
    padding: 24px 26px;
  }
}
@media (min-width: 1600px) {
  .privacy-content__main {
    padding: 26px 28px;
  }
}
@media (min-width: 1800px) {
  .privacy-content__main {
    padding: 28px 30px;
  }
}
@media (min-width: 1920px) {
  .privacy-content__main {
    padding: 30px 32px;
  }
}
@media (min-width: 3840px) {
  .privacy-content__main {
    padding: 56px 60px;
  }
}
.privacy-content__main h2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
@media (min-width: 1536px) {
  .privacy-content__main h2 {
    font-size: 14.5px;
    line-height: 18.5px;
  }
}
@media (min-width: 1600px) {
  .privacy-content__main h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1800px) {
  .privacy-content__main h2 {
    font-size: 16.5px;
    line-height: 20.5px;
  }
}
@media (min-width: 1920px) {
  .privacy-content__main h2 {
    font-size: 17.5px;
    line-height: 21.5px;
  }
}
@media (min-width: 2560px) {
  .privacy-content__main h2 {
    font-size: 23px;
    line-height: 27px;
  }
}
@media (min-width: 3840px) {
  .privacy-content__main h2 {
    font-size: 35px;
    line-height: 37px;
  }
}
.privacy-content__main p {
  color: #bcbcbc;
  margin: 18px 0;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}
@media (min-width: 1536px) {
  .privacy-content__main p {
    font-size: 14.5px;
    line-height: 18.5px;
    margin: 20px 0;
  }
}
@media (min-width: 1600px) {
  .privacy-content__main p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1800px) {
  .privacy-content__main p {
    font-size: 16.5px;
    line-height: 20.5px;
  }
}
@media (min-width: 1920px) {
  .privacy-content__main p {
    font-size: 17.5px;
    line-height: 21.5px;
    margin: 28px 0;
  }
}
@media (min-width: 2560px) {
  .privacy-content__main p {
    font-size: 21px;
    line-height: 27px;
    margin: 36px 0;
  }
}
@media (min-width: 3840px) {
  .privacy-content__main p {
    font-size: 32px;
    line-height: 36px;
    margin: 56px 0;
  }
}
.privacy-content__main ul {
  list-style: disc;
  padding-left: 20px;
}
@media (min-width: 1536px) {
  .privacy-content__main ul {
    margin: 20px 0;
  }
}
@media (min-width: 1920px) {
  .privacy-content__main ul {
    margin: 28px 0;
  }
}
@media (min-width: 2560px) {
  .privacy-content__main ul {
    margin: 36px 0;
  }
}
@media (min-width: 3840px) {
  .privacy-content__main ul {
    margin: 56px 0;
  }
}
.privacy-content__main ul li {
  color: #bcbcbc;
  font-size: 14px;
  line-height: 18px;
  margin: 14px 0;
}
@media (min-width: 1536px) {
  .privacy-content__main ul li {
    font-size: 14.5px;
    line-height: 18.5px;
  }
}
@media (min-width: 1600px) {
  .privacy-content__main ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1800px) {
  .privacy-content__main ul li {
    font-size: 16.5px;
    line-height: 20.5px;
  }
}
@media (min-width: 1920px) {
  .privacy-content__main ul li {
    font-size: 17.5px;
    line-height: 21.5px;
    margin: 20px 0;
  }
}
@media (min-width: 2560px) {
  .privacy-content__main ul li {
    font-size: 23px;
    line-height: 27px;
  }
}
@media (min-width: 3840px) {
  .privacy-content__main ul li {
    font-size: 32px;
    line-height: 36px;
  }
}
.privacy-content__main a {
  color: #bcbcbc;
  text-decoration: underline;
}
.privacy-content__main a:hover {
  color: #d5d5d5;
}
.privacy-content__content {
  margin-bottom: 40px;
}
.privacy-content__version {
  font-size: 14px;
  text-align: right;
  color: #fff;
}
@media (min-width: 1536px) {
  .privacy-content__version {
    font-size: 14.5px;
  }
}
@media (min-width: 1600px) {
  .privacy-content__version {
    font-size: 15px;
  }
}
@media (min-width: 1800px) {
  .privacy-content__version {
    font-size: 16.5px;
  }
}
@media (min-width: 2560px) {
  .privacy-content__version {
    font-size: 22px;
  }
}
@media (min-width: 3840px) {
  .privacy-content__version {
    font-size: 32px;
  }
}

.hero {
  display: block;
  height: calc(100vh - var(--vh-offset, 0px) - 82px);
  width: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .hero {
    height: calc(100vh - var(--vh-offset, 0px) - 48px);
  }
}
@media (min-width: 992px) {
  .hero {
    height: calc(100vh - var(--vh-offset, 0px) - 54px);
  }
}
@media (min-width: 2560px) {
  .hero {
    height: calc(100vh - var(--vh-offset, 0px) - 70px);
  }
}
@media (min-width: 3840px) {
  .hero {
    height: calc(100vh - var(--vh-offset, 0px) - 94px);
  }
}
.hero .owl-carousel .slide {
  width: 100%;
  height: calc(100vh - var(--vh-offset, 0px));
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: var(--hero-mobile-bg);
}
@media (min-width: 768px) {
  .hero .owl-carousel .slide {
    background-image: var(--hero-tablet-bg);
  }
}
@media (min-width: 1200px) {
  .hero .owl-carousel .slide {
    background-image: var(--hero-desktop-bg);
  }
}
.hero .owl-carousel .slide picture {
  height: 100%;
}
.hero .owl-carousel .slide picture img {
  min-height: 100%;
  object-fit: cover;
}
.hero .progress-bar {
  display: flex;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hero .progress-bar__yellow {
  width: 0;
  height: 100%;
  background: #f9ff00;
}
.hero .progress-bar__blue {
  width: 0;
  height: 100%;
  background: #00a3ff;
}

.cookie-confirmation {
  display: none;
}
.cookie-confirmation.show {
  font-family: "Roboto", sans-serif;
  display: block;
  position: fixed;
  background: #242424;
  left: 50%;
  right: 0;
  bottom: 58px;
  width: calc(100% - 30px);
  transform: translateX(-50%);
  max-width: 400px;
  height: auto;
  text-align: center;
  z-index: 100000000;
}
@media (min-width: 992px) {
  .cookie-confirmation.show {
    max-width: 360px;
  }
}
@media (min-width: 1536px) {
  .cookie-confirmation.show {
    max-width: 384px;
  }
}
@media (min-width: 1600px) {
  .cookie-confirmation.show {
    max-width: 400px;
  }
}
@media (min-width: 1800px) {
  .cookie-confirmation.show {
    max-width: 428px;
  }
}
@media (min-width: 1920px) {
  .cookie-confirmation.show {
    max-width: 456px;
  }
}
@media (min-width: 2560px) {
  .cookie-confirmation.show {
    max-width: 606px;
  }
}
@media (min-width: 2580px) {
  .cookie-confirmation.show {
    max-width: 612px;
  }
}
@media (min-width: 3840px) {
  .cookie-confirmation.show {
    max-width: 908px;
  }
}
.cookie-confirmation__inner {
  padding: 22px 28px 28px 28px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1366px) {
  .cookie-confirmation__inner {
    padding: 25px 30px 30px 30px;
  }
}
@media (min-width: 1536px) {
  .cookie-confirmation__inner {
    padding: 28px 30px 30px 30px;
  }
}
@media (min-width: 1600px) {
  .cookie-confirmation__inner {
    padding: 28px 32px 32px 32px;
  }
}
@media (min-width: 1800px) {
  .cookie-confirmation__inner {
    padding: 30px 33px 33px 33px;
  }
}
@media (min-width: 1920px) {
  .cookie-confirmation__inner {
    padding: 30px 35px 35px 35px;
  }
}
@media (min-width: 2560px) {
  .cookie-confirmation__inner {
    padding: 45px 48px 48px 48px;
  }
}
@media (min-width: 3840px) {
  .cookie-confirmation__inner {
    padding: 67px 70px 70px 70px;
  }
}
.cookie-confirmation__text {
  width: 100%;
  display: block;
  color: #cfcfcf;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 22px;
  text-align: left;
}
@media (min-width: 1536px) {
  .cookie-confirmation__text {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 26px;
  }
}
@media (min-width: 1600px) {
  .cookie-confirmation__text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1800px) {
  .cookie-confirmation__text {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  .cookie-confirmation__text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 2560px) {
  .cookie-confirmation__text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 50px;
  }
}
@media (min-width: 3840px) {
  .cookie-confirmation__text {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 74px;
  }
}
.cookie-confirmation__text a {
  color: #cfcfcf;
  text-decoration: underline;
}
.cookie-confirmation__text a:hover {
  color: #cccccc;
}
.cookie-confirmation__buttons-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .cookie-confirmation__buttons-area {
    justify-content: space-between;
  }
}
.cookie-confirmation__btn {
  cursor: pointer;
  background: #000;
  padding: 10px 18px;
  border: 1px solid #929292;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #808080;
  width: 100%;
}
.cookie-confirmation__btn:first-child {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cookie-confirmation__btn:first-child {
    margin-bottom: 0;
  }
}
.cookie-confirmation__btn:hover {
  color: #cccccc;
  text-decoration: none;
}
@media (min-width: 768px) {
  .cookie-confirmation__btn {
    width: auto;
    font-size: 11.5px;
    padding: 8px 16px;
    height: 27px;
  }
}
@media (min-width: 1536px) {
  .cookie-confirmation__btn {
    font-size: 12px;
    padding: 9px 19px;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .cookie-confirmation__btn {
    font-size: 13px;
  }
}
@media (min-width: 1800px) {
  .cookie-confirmation__btn {
    font-size: 14px;
    padding: 9px 20px;
    border: 2px solid #929292;
  }
}
@media (min-width: 1920px) {
  .cookie-confirmation__btn {
    font-size: 15px;
    padding: 10px 22px;
  }
}
@media (min-width: 2560px) {
  .cookie-confirmation__btn {
    font-size: 20px;
    padding: 14px 28px;
  }
}
@media (min-width: 3840px) {
  .cookie-confirmation__btn {
    font-size: 30px;
    padding: 20px 40px;
  }
}
.cookie-confirmation__close {
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  background: #ff4800;
  color: #fff;
  cursor: pointer;
}
.cookie-confirmation__close:before, .cookie-confirmation__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 24px;
  width: 1px;
  background-color: #fff;
}
@media (min-width: 1600px) {
  .cookie-confirmation__close:before, .cookie-confirmation__close:after {
    height: 28px;
  }
}
@media (min-width: 1800px) {
  .cookie-confirmation__close:before, .cookie-confirmation__close:after {
    height: 30px;
  }
}
@media (min-width: 1920px) {
  .cookie-confirmation__close:before, .cookie-confirmation__close:after {
    height: 32px;
    width: 2px;
  }
}
@media (min-width: 2560px) {
  .cookie-confirmation__close:before, .cookie-confirmation__close:after {
    height: 40px;
  }
}
@media (min-width: 3840px) {
  .cookie-confirmation__close:before, .cookie-confirmation__close:after {
    height: 62px;
    width: 3px;
  }
}
.cookie-confirmation__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cookie-confirmation__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cookie-confirmation__close:hover {
  background: #ff5e1f;
}
@media (min-width: 768px) {
  .cookie-confirmation__close {
    right: -30px;
  }
}
@media (min-width: 1600px) {
  .cookie-confirmation__close {
    width: 32px;
    height: 32px;
    right: -32px;
  }
}
@media (min-width: 1800px) {
  .cookie-confirmation__close {
    width: 34px;
    height: 34px;
    right: -34px;
  }
}
@media (min-width: 1920px) {
  .cookie-confirmation__close {
    width: 35px;
    height: 35px;
    right: -35px;
  }
}
@media (min-width: 2560px) {
  .cookie-confirmation__close {
    width: 46px;
    height: 46px;
    right: -46px;
  }
}
@media (min-width: 3840px) {
  .cookie-confirmation__close {
    width: 68px;
    height: 68px;
    right: -68px;
  }
}

.portfolio {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.portfolio__container {
  width: 100%;
  max-width: 96%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .portfolio__container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .portfolio__container {
    max-width: 60%;
  }
}
.portfolio.header {
  margin-top: 82px;
}
@media (min-width: 768px) {
  .portfolio.header {
    margin-top: 48px;
  }
}
@media (min-width: 992px) {
  .portfolio.header {
    margin-top: 54px;
  }
}
@media (min-width: 2560px) {
  .portfolio.header {
    margin-top: 70px;
  }
}
@media (min-width: 3840px) {
  .portfolio.header {
    margin-top: 94px;
  }
}
.portfolio .pf-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 425px) {
  .portfolio .pf-wrapper {
    padding: 3px 0;
  }
}
@media (min-width: 768px) {
  .portfolio .pf-wrapper {
    padding: 2px 0;
  }
}
@media (min-width: 2560px) {
  .portfolio .pf-wrapper {
    padding: 3px 0;
  }
}
@media (min-width: 3840px) {
  .portfolio .pf-wrapper {
    padding: 4px 0;
  }
}
.portfolio .pf-wrapper .pf-card {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 6px;
  position: relative;
}
@media (min-width: 425px) {
  .portfolio .pf-wrapper .pf-card {
    flex: 0 0 calc(50% - 6px);
    max-width: 100%;
    margin: 3px;
  }
}
@media (min-width: 768px) {
  .portfolio .pf-wrapper .pf-card {
    flex: 0 0 calc(33.33% - 4px);
    margin: 2px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .portfolio .pf-wrapper .pf-card {
    flex: 0 0 calc(20% - 4px);
  }
}
@media (min-width: 2560px) {
  .portfolio .pf-wrapper .pf-card {
    flex: 0 0 calc(20% - 6px);
    margin: 3px;
  }
}
@media (min-width: 3840px) {
  .portfolio .pf-wrapper .pf-card {
    flex: 0 0 calc(20% - 8px);
    margin: 4px;
  }
}
.portfolio .pf-wrapper .pf-card a {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.portfolio .pf-wrapper .pf-card a:after {
  content: "";
  display: none;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 62px;
  height: 62px;
  transform: translate3d(-50%, 0, 0);
  background-image: url("../../assets/img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -84px;
  -moz-animation: fadeInDown 0.4s ease-in;
  -webkit-animation: fadeInDown 0.4s ease-in;
  animation: fadeInDown 0.4s ease-in;
}
.portfolio .pf-wrapper .pf-card a:hover:after {
  display: none;
}
@media (min-width: 768px) {
  .portfolio .pf-wrapper .pf-card a:hover:after {
    display: block;
  }
}
.portfolio .pf-wrapper .pf-card img {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  top: 0;
  left: 0;
  -webkit-animation: bummer 2s;
  animation: bummer 2s;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.site-footer {
  margin-top: auto;
  width: 100%;
  background-color: #000;
  text-align: center;
  flex: 0 0 100%;
  max-width: 100%;
}
.site-footer .content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 82px;
}
@media (min-width: 768px) {
  .site-footer .content {
    height: 48px;
  }
}
@media (min-width: 992px) {
  .site-footer .content {
    height: 54px;
  }
}
@media (min-width: 2560px) {
  .site-footer .content {
    height: 70px;
  }
}
@media (min-width: 3840px) {
  .site-footer .content {
    height: 94px;
  }
}
.site-footer .copyright-txt {
  text-align: center;
  color: #a2a2a2;
  font-family: "Microsoft Sans Serif", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.site-footer .copyright-txt a {
  color: #a2a2a2;
}
.site-footer .copyright-txt a:hover {
  text-decoration: none;
  color: #fff;
}

.jobs .jobs__form-title, .contact-us .cu-title {
  width: 100%;
  font-family: "Viper Nora", sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 32px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .jobs .jobs__form-title, .contact-us .cu-title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 1440px) {
  .jobs .jobs__form-title, .contact-us .cu-title {
    font-size: 26.5px;
    line-height: 30.5px;
  }
}
@media (min-width: 1536px) {
  .jobs .jobs__form-title, .contact-us .cu-title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  .jobs .jobs__form-title, .contact-us .cu-title {
    font-size: 33px;
    line-height: 37px;
  }
}
@media (min-width: 1920px) {
  .jobs .jobs__form-title, .contact-us .cu-title {
    font-size: 35px;
    line-height: 39px;
  }
}
@media (min-width: 2560px) {
  .jobs .jobs__form-title, .contact-us .cu-title {
    font-size: 47px;
    line-height: 51px;
    margin-top: 94px;
    margin-bottom: 86px;
  }
}
@media (min-width: 3840px) {
  .jobs .jobs__form-title, .contact-us .cu-title {
    font-size: 70px;
    line-height: 74px;
  }
}

.contact-us.header {
  margin-top: 82px;
}
@media (min-width: 768px) {
  .contact-us.header {
    margin-top: 48px;
  }
}
@media (min-width: 992px) {
  .contact-us.header {
    margin-top: 54px;
  }
}
@media (min-width: 2560px) {
  .contact-us.header {
    margin-top: 70px;
  }
}
@media (min-width: 3840px) {
  .contact-us.header {
    margin-top: 94px;
  }
}
.contact-us__form-wrapper {
  width: 100%;
  max-width: 1208px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-us__form-wrapper .cu-wrapper {
  width: 100%;
  margin-bottom: 70px;
}
.contact-us__form-wrapper .cu-wrapper .form-group {
  margin-bottom: 3px;
}
@media (min-width: 1440px) {
  .contact-us__form-wrapper .cu-wrapper .form-group {
    margin-bottom: 6px;
  }
}
@media (min-width: 3840px) {
  .contact-us__form-wrapper .cu-wrapper .form-group {
    margin-bottom: 8px;
  }
}
.contact-us__form-wrapper .cu-wrapper .form-footer {
  margin-top: 20px;
}
@media (min-width: 1440px) {
  .contact-us__form-wrapper .cu-wrapper .form-footer {
    margin-top: 30px;
  }
}

.form-control {
  font-family: Roboto, sans-serif;
  border-radius: 0;
  background-color: #fff;
  text-align: center;
  padding: 3px 10px 0 10px;
  background-clip: unset;
  font-weight: 400;
  font-size: 15px;
  color: #404040;
}
.form-control + label.error {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  padding-top: 3px;
  color: #fff;
}
@media (min-width: 1440px) {
  .form-control + label.error {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
@media (min-width: 3840px) {
  .form-control + label.error {
    margin-bottom: 8px;
  }
}
@media (min-width: 2560px) {
  .form-control {
    font-size: 23px;
  }
}
.form-control:focus {
  background: #fff;
}
.form-control::placeholder {
  color: #616161;
  font-size: 15px;
  font-weight: 300;
}
@media (min-width: 2560px) {
  .form-control::placeholder {
    font-size: 23px;
  }
}

.form-control-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form-control-file + label.error, .form-control-file + label.file-error {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  padding-top: 3px;
  color: #fff;
}
@media (min-width: 1440px) {
  .form-control-file + label.error, .form-control-file + label.file-error {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
@media (min-width: 3840px) {
  .form-control-file + label.error, .form-control-file + label.file-error {
    margin-bottom: 8px;
  }
}

select.form-control {
  text-align: center;
  text-align-last: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  color: #676767;
  font-weight: 300;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
select.form-control option {
  color: #000;
}
select.form-control option:hover {
  box-shadow: none;
}
select.form-control[name=position] {
  cursor: pointer;
}

textarea.form-control {
  padding: 10px;
  text-align: left;
  background-color: #fff;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox:hover + label:before {
  background: #f35429;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #f35429;
}
.styled-checkbox:checked + label:after {
  color: #fff;
  content: "✓";
  position: absolute;
  left: 2px;
  top: 2px;
  font-size: 14px;
}
@media (min-width: 2560px) {
  .styled-checkbox:checked + label:after {
    font-size: 25px;
    left: 7px;
    top: 3px;
  }
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox + label {
  font-family: Roboto, sans-serif;
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #bebebe;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 2560px) {
  .styled-checkbox + label {
    font-size: 23px;
  }
}
.styled-checkbox + label span {
  flex: 1;
  line-height: 20px;
  margin-left: 10px;
}
@media (min-width: 2560px) {
  .styled-checkbox + label span {
    line-height: 34px;
  }
}
.styled-checkbox + label a {
  color: #ff5a00;
  font-weight: 400;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 4px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
}
@media (min-width: 2560px) {
  .styled-checkbox + label:before {
    margin-right: 10px;
    width: 31px;
    height: 31px;
  }
}

.btn-submit {
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  background-color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  color: #808080;
  padding: 10px 60px;
  text-align: center;
  border: 2px solid #929292;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 20px auto;
}
@media (min-width: 2560px) {
  .btn-submit {
    padding: 15px 80px;
    font-size: 26px;
    margin: 36px auto;
  }
}
@media (min-width: 3840px) {
  .btn-submit {
    font-size: 30px;
    padding: 20px 80px;
  }
}
.btn-submit.active {
  text-decoration: none;
  color: #fff;
  border-color: #ff5a00;
}
.btn-submit:disabled {
  cursor: not-allowed;
}

.subscribers-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.subscribers-popup.hidden {
  display: none;
}
.subscribers-popup__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background-color: #fff;
  padding: 60px 30px;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.subscribers-popup__title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .subscribers-popup__title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 2560px) {
  .subscribers-popup__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.subscribers-popup__form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.subscribers-popup__form .form-control {
  text-align: left;
  width: 100%;
  height: 40px;
  padding: 1px 10px 0 10px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .subscribers-popup__form .form-control {
    flex: 1;
    margin-bottom: 0;
    padding: 1px 20px 0 20px;
    height: 60px;
  }
}
.subscribers-popup__form .form-control.error {
  border: 1px solid red;
}
.subscribers-popup__form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.subscribers-popup__form .error-message {
  position: absolute;
  color: red;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  top: calc(100% + 8px);
  left: 0;
}
.subscribers-popup__form .btn-submit {
  margin: 0;
  font-size: 16px;
  padding: 12px 20px;
  width: 100%;
  border: none;
  color: #a3a3a3;
}
@media (min-width: 768px) {
  .subscribers-popup__form .btn-submit {
    width: auto;
    padding: 15px 60px;
  }
}
@media (min-width: 2560px) {
  .subscribers-popup__form .btn-submit {
    font-size: 26px;
  }
}
.subscribers-popup__form .btn-submit:hover {
  color: #fff;
}
.subscribers-popup__close {
  position: absolute;
  background: #0e0e0e;
  border: 1px solid #575757;
  cursor: pointer;
  width: 40px;
  height: 40px;
  top: 2px;
  right: 2px;
}
@media (min-width: 768px) {
  .subscribers-popup__close {
    width: 50px;
    height: 50px;
  }
}
.subscribers-popup__close:hover {
  border: 1px solid #ff5a00;
}
.subscribers-popup__close:before, .subscribers-popup__close:after {
  content: "";
  position: absolute;
  background: #fff;
}
.subscribers-popup__close:before {
  left: 50%;
  top: 10px;
  bottom: 10px;
  width: 2px;
  transform: translate3d(-50%, 0, 0) rotate(45deg);
}
.subscribers-popup__close:after {
  top: 50%;
  left: 10px;
  right: 10px;
  height: 2px;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}
