@charset "UTF-8";
body, html {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

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

footer {
  overflow: hidden;
}
footer .outer__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .outer__footer .menu__part {
  padding-top: 60px;
  padding-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .outer__footer .menu__part > p {
  margin: 0px;
  padding-bottom: 35px;
  margin-top: 90px;
  color: #0F2B3C;
}
footer .outer__footer .menu__part > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .outer__footer .menu__part > .top > .el {
  margin-right: 70px;
}
footer .outer__footer .menu__part > .top > .el:last-child {
  margin-right: 0px;
}
footer .outer__footer .menu__part > .top > .el > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
footer .outer__footer .menu__part > .top > .el > ul.bigger > li {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 15px;
  color: #0F2B3C;
  font-weight: 200;
}
footer .outer__footer .menu__part > .top > .el > ul.bigger > li > a {
  font-size: 18px;
  line-height: 26px;
}
footer .outer__footer .menu__part > .top > .el > ul > li {
  margin-bottom: 11px;
}
footer .outer__footer .menu__part > .top > .el > ul > li > a {
  text-decoration: none;
  font-size: 17px;
  line-height: 28px;
  color: #0F2B3C;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-weight: 400;
}
footer .outer__footer .menu__part > .top > .el > ul > li > a:hover {
  opacity: 0.7;
}
footer .outer__footer .menu__part > .top > .el > ul > li:last-child {
  margin-bottom: 0px;
}
footer .outer__footer .menu__part > .top > .el > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #AEA800;
}
footer .outer__footer .main__part {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #2B2B2B;
  width: 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-left: 2px;
}
footer .outer__footer .main__part:before {
  content: "";
  position: absolute;
  right: calc(100% - 1px);
  top: 0px;
  width: 2000px;
  background-color: #2B2B2B;
  height: 100%;
}
footer .outer__footer .main__part .inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .outer__footer .main__part .inn ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 24px;
}
footer .outer__footer .main__part .inn ul li {
  margin-right: 11px;
}
footer .outer__footer .main__part .inn ul li:last-child {
  margin-right: 0px;
}
footer .outer__footer .main__part .inn ul li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 57px;
  max-width: 57px;
  min-height: 57px;
  max-height: 57px;
  border-radius: 250px;
  background-color: #fff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
footer .outer__footer .main__part .inn ul li > a:hover {
  opacity: 0.7;
}
footer .outer__footer .main__part .inn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 34px;
  line-height: 38px;
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
}
footer .outer__footer .main__part .inn > span {
  display: block;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 15px;
  color: #FFFFFF;
  font-weight: 300;
  text-transform: uppercase;
}
footer .outer__footer .main__part .inn .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
footer .outer__footer .main__part .inn .logo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .outer__footer .main__part .inn .logo > a img {
  min-width: 190px;
  max-width: 190px;
}
footer .outer__footer .menu__part {
  width: 66.6%;
}

.info__block {
  background-color: #0021AC;
}
.info__block .outer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info__block .outer__info > .el:nth-child(2) {
  padding-right: 0px;
}
.info__block .outer__info .spacer {
  border-radius: 250px;
  height: 160px;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.31);
}
.info__block .outer__info .spacer:nth-child(2) {
  position: relative;
  left: 21px;
}
.info__block .outer__info > .el:nth-child(1) {
  padding-left: 0px;
  width: 35%;
}
.info__block .outer__info > .el {
  width: 25%;
}
.info__block .outer__info > .el:nth-child(5) {
  padding-left: 50px;
}
.info__block .outer__info > .el:nth-child(3) {
  width: 50%;
  padding-left: 65px;
}
.info__block .outer__info > .el > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.info__block .outer__info > .el > ul > li {
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  font-weight: 300;
}
.info__block .outer__info > .el > ul > li a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.info__block .outer__info > .el > ul > li a:hover {
  opacity: 0.7;
}
.info__block .outer__info > .el > ul > li span {
  font-weight: 500;
}
.info__block .outer__info > .el > span {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 6px;
  display: block;
}
.info__block .outer__info > .el > p {
  margin-top: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: 300;
  margin-bottom: 0px;
}

footer .outer__footer .main__part {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form__block {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2B2B2B;
}
.form__block .outer__form form .group__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__block .outer__form form .group__submit button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 50px;
  border: 2px solid #F5002F;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  font-size: 19px;
  line-height: 21px;
  color: #000000;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-weight: 400;
}
.form__block .outer__form form .group__submit button:hover {
  background-color: #F5002F;
  color: #fff;
}
.form__block .outer__form form .step {
  margin-bottom: 110px;
}
.form__block .outer__form form .step.first > h6 {
  color: #FEBC00;
}
.form__block .outer__form form .step.first .double > .group__input > p {
  color: #FEBC00;
}
.form__block .outer__form form .step.second > h6 {
  color: #AEA800;
}
.form__block .outer__form form .step.second .double > .group__input > p {
  color: #AEA800;
}
.form__block .outer__form form .step .droppable {
  padding: 45px 12px;
  border: 3px solid #FFFFFF;
  position: relative;
  cursor: pointer;
}
.form__block .outer__form form .step .droppable > input {
  position: absolute;
  left: -25000px;
}
.form__block .outer__form form .step .droppable > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.form__block .outer__form form .step .droppable > p {
  margin: 0px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #CFCFCF;
}
.form__block .outer__form form .step .droppable > p span {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: #CFCFCF;
}
.form__block .outer__form form .step.third {
  position: relative;
}
.form__block .outer__form form .step.third > h6 {
  color: #CFCFCF;
}
.form__block .outer__form form .step.third .double > .group__input > p {
  color: #CFCFCF;
}
.form__block .outer__form form .step:last-child {
  margin-bottom: 0px;
}
.form__block .outer__form form .step .double {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 90px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 45px;
  grid-column-gap: 90px;
}
.form__block .outer__form form .step .double .group__input > input, .form__block .outer__form form .step .double .group__input > select {
  width: 100%;
  height: 39px;
  border: 0px;
  border-bottom: 1px solid #FFFFFF;
  outline: none;
  background-color: transparent;
  font-size: 21px;
  line-height: 27px;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  padding-left: 0px;
}
.form__block .outer__form form .step .double .group__input > select {
  color: rgba(255, 255, 255, 0.4);
  background: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: calc(100% - 8px) center;
}
.form__block .outer__form form .step .double .group__input > select option {
  color: #000;
}
.form__block .outer__form form .step .double .group__input > p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 30px;
  font-weight: bold;
}
.form__block .outer__form form .step > h6 {
  margin-top: 0px;
  margin-bottom: 45px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}
.form__block .outer__form > h2 {
  font-weight: 400;
  margin: 0px;
  text-align: center;
  font-size: 55px;
  line-height: 60px;
  color: #FFFFFF;
  margin-bottom: 45px;
}

.info__wrapper {
  padding-top: 60px;
  padding-bottom: 70px;
}

.info__wrapper {
  position: relative;
}
.info__wrapper .btn {
  padding-left: 50px;
  padding-top: 0px;
  position: relative;
  z-index: 2;
}
.info__wrapper .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 45px;
  border: 2px solid #F5002F;
  background-color: #fff;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.info__wrapper .btn > a:hover {
  background-color: #F5002F;
  color: #fff;
}
.info__wrapper .qualification {
  position: relative;
  z-index: 2;
  max-width: 740px;
  margin-bottom: 60px;
}
.info__wrapper .qualification ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.info__wrapper .qualification ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.info__wrapper .qualification ul li:last-child {
  margin-bottom: 0px;
}
.info__wrapper .qualification ul li > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 11px;
  margin-right: 20px;
}
.info__wrapper .qualification ul li p {
  font-size: 17px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  margin: 0px;
}
.info__wrapper .qualification ul li p span {
  font-weight: bold;
}
.info__wrapper .qualification .head {
  position: relative;
  margin-left: 45px;
  margin-bottom: 90px;
}
.info__wrapper .qualification .head > img {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 230px;
}
.info__wrapper .qualification .head > h2 {
  margin: 0px;
  padding-top: 55px;
  padding-left: 60px;
  font-size: 52px;
  line-height: 60px;
  color: #000000;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.info__wrapper > img {
  max-width: 1640px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 15px 0px;
  z-index: 4;
  background-color: #000000;
}
header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .outer__header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .outer__header .right .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 120px;
  min-height: 35px;
  background-color: #F5002F;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 400;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
header .outer__header .right .btn > a:hover {
  background-color: #ce193c;
}
header .outer__header .right > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 35px;
}
header .outer__header .right > ul > li {
  margin-right: 35px;
}
header .outer__header .right > ul > li > a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: relative;
}
header .outer__header .right > ul > li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
  height: 2px;
  background-color: #FEBC00;
  bottom: -7px;
  width: 0px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
header .outer__header .right > ul > li > a.current {
  color: #FEBC00;
}
header .outer__header .right > ul > li > a.current:before {
  width: 12px;
}
header .outer__header .right > ul > li > a:hover {
  color: #FEBC00;
}
header .outer__header .right > ul > li > a:hover:before {
  width: 12px;
}
header .outer__header .right > ul > li:last-child {
  margin-right: 0px;
}
header .outer__header .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .logo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .logo > a img {
  max-width: 145px;
}

body {
  padding-top: 65px;
}

.job__vacancies {
  padding-top: 60px;
  padding-bottom: 70px;
}
.job__vacancies .outer__jobs .job__details {
  margin-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.job__vacancies .outer__jobs .job__details .desc {
  max-width: calc(100% - 605px);
  margin-left: auto;
}
.job__vacancies .outer__jobs .job__details .desc .details > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 22px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 15px;
}
.job__vacancies .outer__jobs .job__details .desc .details > ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.job__vacancies .outer__jobs .job__details .desc .details > ul > li {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  position: relative;
}
.job__vacancies .outer__jobs .job__details .desc .details > ul > li:before {
  content: "";
  position: absolute;
  left: -95px;
  width: 85px;
  height: 1px;
  background-color: #F5002F;
  top: 11px;
}
.job__vacancies .outer__jobs .job__details .desc > .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 28px;
}
.job__vacancies .outer__jobs .job__details .desc > .location > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 22px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 15px;
}
.job__vacancies .outer__jobs .job__details .desc > .location > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
}
.job__vacancies .outer__jobs .job__details .desc > .location > p span {
  font-weight: bold;
}
.job__vacancies .outer__jobs .job__details .desc > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.job__vacancies .outer__jobs .job__details .desc > p span {
  font-weight: bold;
}
.job__vacancies .outer__jobs .job__details .desc .date {
  margin-bottom: 35px;
}
.job__vacancies .outer__jobs .job__details .desc .date > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #2B2B2B;
  font-weight: 500;
}
.job__vacancies .outer__jobs .job__details .desc .date > p span {
  font-weight: bold;
}
.job__vacancies .outer__jobs .job__details .desc > span {
  display: block;
  font-size: 22px;
  line-height: 28px;
  color: #2B2B2B;
  margin-bottom: 7px;
  font-weight: 600;
  text-transform: uppercase;
}
.job__vacancies .outer__jobs .job__details .desc > h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 38px;
  line-height: 44px;
  color: #FEBC00;
  font-weight: 400;
}
.job__vacancies .outer__jobs .job__details .benefits {
  max-width: 860px;
  width: 100%;
  background-color: #2B2B2B;
  margin-top: 45px;
  padding-top: 24px;
  padding-left: 40px;
  padding-bottom: 65px;
}
.job__vacancies .outer__jobs .job__details .benefits > h2 {
  margin: 0px;
  margin-bottom: 12px;
  padding-left: 25px;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 400;
}
.job__vacancies .outer__jobs .job__details .benefits .box {
  padding: 58px 60px;
  background-color: #fff;
  padding-right: 30px;
}
.job__vacancies .outer__jobs .job__details .benefits .box ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.job__vacancies .outer__jobs .job__details .benefits .box ul > li {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  position: relative;
  margin-bottom: 3px;
}
.job__vacancies .outer__jobs .job__details .benefits .box ul > li:before {
  content: "";
  position: absolute;
  left: -36px;
  width: 26px;
  height: 1px;
  top: 13px;
  background-color: #2B2B2B;
}
.job__vacancies .outer__jobs .job__details .benefits .box ul > li:last-child {
  margin-bottom: 0px;
}
.job__vacancies .outer__jobs .job__details .media {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-width: 515px;
  z-index: 2;
  margin-right: 80px;
}
.job__vacancies .outer__jobs .job__details .media img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.job__vacancies .outer__jobs .head__picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.job__vacancies .outer__jobs .head__picker > .elem {
  margin-right: 16px;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, right top, left bottom, from(#2B2B2B), to(#101010));
  background: linear-gradient(to bottom left, #2B2B2B, #101010);
  min-width: 250px;
  max-width: 250px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 45px;
  padding-bottom: 35px;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.job__vacancies .outer__jobs .head__picker > .elem.fullwidth {
  max-width: 100%;
  min-width: 0px;
  width: 100%;
}
.job__vacancies .outer__jobs .head__picker > .elem .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.job__vacancies .outer__jobs .head__picker > .elem .bottom > a {
  min-width: 120px;
  min-height: 45px;
  border: 2px solid #F5002F;
  background-color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.job__vacancies .outer__jobs .head__picker > .elem .bottom > a:hover {
  background-color: #F5002F;
  color: #fff;
}
.job__vacancies .outer__jobs .head__picker > .elem .top {
  margin-left: auto;
  margin-right: auto;
}
.job__vacancies .outer__jobs .head__picker > .elem .top > h6 {
  margin: 0px;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
  display: none;
}
.job__vacancies .outer__jobs .head__picker > .elem .top > span {
  font-size: 18px;
  display: none;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 500;
  margin-top: 10px;
}
.job__vacancies .outer__jobs .head__picker > .elem .top > span span {
  font-weight: bold;
}
.job__vacancies .outer__jobs .head__picker > .elem .top > h2 {
  margin-top: 0px;
  margin-bottom: 23px;
  font-size: 24px;
  line-height: 28px;
  color: #FEBC00;
  font-weight: 400;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.job__vacancies .outer__jobs .head__picker > .elem.current {
  max-width: 100%;
  width: 100%;
  padding-right: 35px;
  padding-left: 35px;
}
.job__vacancies .outer__jobs .head__picker > .elem.current .top > h2 {
  font-size: 34px;
  line-height: 38px;
}
.job__vacancies .outer__jobs .head__picker > .elem:last-child {
  margin-right: 0px;
}
.job__vacancies .outer__jobs > h1 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 52px;
  line-height: 62px;
  color: #2B2B2B;
  font-weight: 400;
}

.job__vacancies .outer__jobs .head__picker > .elem .top > h2 {
  margin-bottom: 0px;
}

.job__vacancies .outer__jobs .head__picker > .elem .bottom {
  margin-top: 25px;
}

.job__vacancies .outer__jobs .job__details .desc {
  position: relative;
  z-index: 2;
}

.job__vacancies .outer__jobs .job__details .media {
  z-index: 3;
}

.info__hero {
  padding-top: 100px;
  padding-bottom: 190px;
  position: relative;
}
.info__hero:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  z-index: 2;
}
.info__hero .outer__info {
  position: relative;
  z-index: 2;
}
.info__hero .outer__info .double {
  margin-top: 40px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
.info__hero .outer__info .double .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 7px;
}
.info__hero .outer__info .double .row:last-child {
  margin-bottom: 0px;
}
.info__hero .outer__info .double .row > p {
  margin: 0px;
  font-size: 17px;
  line-height: 24px;
  color: #2B2B2B;
  font-weight: 300;
  margin-left: 12px;
}
.info__hero .outer__info .double .row > span {
  display: block;
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
  white-space: nowrap;
}
.info__hero .outer__info > h6 {
  margin: 0px;
  font-size: 30px;
  line-height: 40px;
  color: #2B2B2B;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}
.info__hero .outer__info > span {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  color: #F5002F;
  font-weight: bold;
}
.info__hero .outer__info > h1 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 12px;
  color: #FFFFFF;
  font-size: 55px;
  line-height: 65px;
  font-weight: 400;
  text-align: center;
}
.info__hero > img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.info__hero {
  margin-bottom: -120px;
}

.info__gallery {
  height: auto;
  position: relative;
}
.info__gallery:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 120px;
  width: 100%;
  height: 100px;
  background-color: #000000;
}
.info__gallery .outer__gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  position: relative;
  z-index: 2;
}
.info__gallery .outer__gallery img {
  max-width: 100%;
}

.description__block {
  padding-top: 120px;
  padding-bottom: 120px;
}
.description__block .description {
  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;
}
.description__block .description > h2 {
  margin: 0px;
  margin-right: 50px;
  white-space: nowrap;
  font-size: 50px;
  line-height: 60px;
  color: #F5002F;
  font-weight: 400;
}
.description__block .description .text {
  max-width: 740px;
}
.description__block .description .text > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 26px;
  color: #2B2B2B;
  font-weight: 400;
}
.description__block .description .text > p:last-child {
  margin-bottom: 0px;
}

.info__hero .outer__info > h1 {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.career__hero {
  background: url("../img/careerback.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 140px;
  padding-bottom: 220px;
  position: relative;
}
.career__hero:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.career__hero .outer__career {
  max-width: 640px;
  width: 100%;
  position: relative;
}
.career__hero .outer__career > p {
  margin: 0px;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 400;
}
.career__hero .outer__career > h6 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-left: 12px;
  font-size: 40px;
  line-height: 53px;
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
}
.career__hero .outer__career > h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 62px;
  font-weight: 400;
  line-height: 70px;
  color: #FFFFFF;
}

.why__choose {
  margin-top: -120px;
  position: relative;
  z-index: 2;
}
.why__choose .outer__why {
  max-width: 640px;
  margin-left: auto;
  padding: 90px 60px;
  background: url("../img/building.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 140px;
  position: relative;
  -webkit-box-shadow: -10px -10px 20px rgba(0, 0, 0, 0.22);
          box-shadow: -10px -10px 20px rgba(0, 0, 0, 0.22);
}
.why__choose .outer__why:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.62;
}
.why__choose .outer__why > h2 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 40px;
  line-height: 50px;
  color: #F5002F;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.why__choose .outer__why > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 18px;
  position: relative;
  z-index: 2;
  line-height: 28px;
  color: #000000;
  font-weight: 500;
}
.why__choose .outer__why > p:last-child {
  margin-bottom: 0px;
}

.commitment {
  padding-bottom: 150px;
  margin-top: -100px;
}
.commitment .outer__commitment .list__elems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.commitment .outer__commitment .list__elems > .elem {
  padding-left: 17px;
  position: relative;
  margin-right: 10px;
  width: 100%;
}
.commitment .outer__commitment .list__elems > .elem:nth-child(1) > span, .commitment .outer__commitment .list__elems > .elem:nth-child(1) > h6 {
  color: #F5002F;
}
.commitment .outer__commitment .list__elems > .elem:nth-child(1):before {
  background-color: #F5002F;
}
.commitment .outer__commitment .list__elems > .elem:nth-child(2) > span, .commitment .outer__commitment .list__elems > .elem:nth-child(2) > h6 {
  color: #0021AC;
}
.commitment .outer__commitment .list__elems > .elem:nth-child(2):before {
  background-color: #0021AC;
}
.commitment .outer__commitment .list__elems > .elem:nth-child(3) > span, .commitment .outer__commitment .list__elems > .elem:nth-child(3) > h6 {
  color: #AEA800;
}
.commitment .outer__commitment .list__elems > .elem:nth-child(3):before {
  background-color: #AEA800;
}
.commitment .outer__commitment .list__elems > .elem:nth-child(4) > span, .commitment .outer__commitment .list__elems > .elem:nth-child(4) > h6 {
  color: #FEBC00;
}
.commitment .outer__commitment .list__elems > .elem:nth-child(4):before {
  background-color: #FEBC00;
}
.commitment .outer__commitment .list__elems > .elem:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 3px;
  background-color: #000;
}
.commitment .outer__commitment .list__elems > .elem:nth-child(even) {
  margin-top: 150px;
}
.commitment .outer__commitment .list__elems > .elem:last-child {
  margin-right: 0px;
}
.commitment .outer__commitment .list__elems > .elem > h6 {
  margin: 0px;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 7px;
}
.commitment .outer__commitment .list__elems > .elem > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
}
.commitment .outer__commitment .list__elems > .elem > span {
  display: block;
  margin-bottom: 7px;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
}
.commitment .outer__commitment > h2 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 50px;
  line-height: 55px;
  color: #2B2B2B;
  font-weight: 400;
}

.join__our--team {
  background-color: #2B2B2B;
  padding: 60px 0px;
}
.join__our--team .outer__team {
  position: relative;
}
.join__our--team .outer__team .desc {
  padding-left: 440px;
}
.join__our--team .outer__team .desc > h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  font-weight: 400;
}
.join__our--team .outer__team .desc ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-top: 20px;
}
.join__our--team .outer__team .desc ul > li {
  position: relative;
  margin-bottom: 9px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 17px;
}
.join__our--team .outer__team .desc ul > li:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #AEA800;
  left: -65px;
  top: 10px;
}
.join__our--team .outer__team .desc ul > li span {
  font-weight: bold;
}
.join__our--team .outer__team .desc ul > li:last-child {
  margin-bottom: 0px;
}
.join__our--team .outer__team .desc > h6 {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  color: #AEA800;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}
.join__our--team .outer__team .desc > p {
  margin: 0px;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 300;
}
.join__our--team .outer__team .media {
  left: 0px;
  top: 50%;
  z-index: 2;
  width: 100%;
  max-width: 390px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.join__our--team .outer__team .media img {
  max-width: 390px;
  width: 100%;
}

.culture__info {
  padding-top: 160px;
  padding-bottom: 150px;
}
.culture__info .experience {
  margin-top: 140px;
}
.culture__info .experience .outer__experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.culture__info .experience .outer__experience .desc {
  max-width: 570px;
  margin-left: 85px;
  margin-top: auto;
}
.culture__info .experience .outer__experience .desc > h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 52px;
  line-height: 62px;
  color: #2B2B2B;
  font-weight: 400;
}
.culture__info .experience .outer__experience .desc > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 22px;
  color: #2B2B2B;
}
.culture__info .experience .outer__experience .desc > p span {
  font-weight: bold;
}
.culture__info .experience .outer__experience .desc > h6 {
  margin-top: 0px;
  margin-bottom: 23px;
  font-size: 26px;
  color: #AEA800;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.culture__info .experience .outer__experience .media {
  position: relative;
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 600px;
}
.culture__info .experience .outer__experience .media > .md {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}
.culture__info .experience .outer__experience .media > .md img {
  position: relative;
  z-index: 2;
}
.culture__info .experience .outer__experience .media > .md:nth-child(1) {
  left: 0px;
  top: 0px;
  width: 62%;
  z-index: 3;
}
.culture__info .experience .outer__experience .media > .md:nth-child(1):before {
  content: "";
  position: absolute;
  right: -15px;
  bottom: -15px;
  background-color: #0021AC;
  width: 100%;
  height: 100%;
}
.culture__info .experience .outer__experience .media > .md:nth-child(1) img {
  max-width: 100%;
}
.culture__info .experience .outer__experience .media > .md:nth-child(2) {
  right: 0px;
  bottom: 0px;
  width: 62%;
}
.culture__info .experience .outer__experience .media > .md:nth-child(2):before {
  content: "";
  position: absolute;
  right: -15px;
  bottom: -15px;
  background-color: #FEBC00;
  width: 100%;
  height: 100%;
}
.culture__info .experience .outer__experience .media > .md:nth-child(2) img {
  max-width: 100%;
}
.culture__info .progress {
  position: relative;
}
.culture__info .progress:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 81.8px;
  width: 100%;
  height: 1.8px;
  background-color: #2B2B2B;
}
.culture__info .progress .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.culture__info .progress .outer > .elem {
  width: 100%;
  position: relative;
  margin-right: 40px;
}
.culture__info .progress .outer > .elem:nth-child(1) > h2 {
  color: #AEA800;
}
.culture__info .progress .outer > .elem:nth-child(1) > span {
  background-color: #AEA800;
}
.culture__info .progress .outer > .elem:nth-child(2) > h2 {
  color: #F5002F;
}
.culture__info .progress .outer > .elem:nth-child(2) > span {
  background-color: #F5002F;
}
.culture__info .progress .outer > .elem:nth-child(3) > h2 {
  color: #FEBC00;
}
.culture__info .progress .outer > .elem:nth-child(3) > span {
  background-color: #FEBC00;
}
.culture__info .progress .outer > .elem:nth-child(4) > h2 {
  color: #0021AC;
}
.culture__info .progress .outer > .elem:nth-child(4) > span {
  background-color: #0021AC;
}
.culture__info .progress .outer > .elem > span {
  position: absolute;
  left: 0px;
  top: 71px;
  min-width: 22px;
  max-width: 22px;
  min-height: 22px;
  max-height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 250px;
}
.culture__info .progress .outer > .elem > p {
  margin: 0px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
}
.culture__info .progress .outer > .elem > h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
.culture__info .progress .outer > .elem:last-child {
  margin-right: 0px;
}
.culture__info > .top__culture {
  text-align: center;
  margin-bottom: 50px;
}
.culture__info > .top__culture > p {
  margin: 0px;
  font-size: 24px;
  line-height: 28px;
  color: #AEA800;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.culture__info > .top__culture > h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 62px;
  color: #2B2B2B;
  font-weight: 400;
}

.career__growth {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #F1F1F1;
}
.career__growth .outer__growth .features {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.career__growth .outer__growth .features .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 45px;
}
.career__growth .outer__growth .features .elem:last-child {
  margin-bottom: 0px;
}
.career__growth .outer__growth .features .elem .desc {
  width: 100%;
}
.career__growth .outer__growth .features .elem .desc > p {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.career__growth .outer__growth .features .elem .desc > span {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  font-weight: 400;
}
.career__growth .outer__growth .features .elem > span {
  min-width: 60px;
  text-align: center;
  margin-right: 40px;
  font-size: 90px;
  color: #2B2B2B;
  text-decoration: underline;
}
.career__growth .outer__growth .cta {
  margin-bottom: 80px;
  text-align: center;
}
.career__growth .outer__growth .cta > p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: bold;
}
.career__growth .outer__growth .cta .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.career__growth .outer__growth .cta .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 30px;
  background-color: #000;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.career__growth .outer__growth .cta .btn > a:hover {
  background-color: #F5002F;
}
.career__growth .outer__growth > .head {
  margin-bottom: 35px;
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.career__growth .outer__growth > .head > h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 56px;
  color: #2B2B2B;
  font-weight: 400;
}
.career__growth .outer__growth > .head > p {
  margin: 0px;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  font-weight: 500;
}

.apply__outer {
  padding: 160px 0px;
}

.how__to--apply {
  background-color: #2B2B2B;
}
.how__to--apply .outer__how {
  position: relative;
  padding: 60px 0px;
}
.how__to--apply .outer__how .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.how__to--apply .outer__how .media img {
  max-width: 390px;
}
.how__to--apply .outer__how .desc {
  padding-right: 540px;
}
.how__to--apply .outer__how .desc > h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  font-weight: 400;
}
.how__to--apply .outer__how .desc > p {
  margin: 0px;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 35px;
}
.how__to--apply .outer__how .desc > p:last-child {
  margin-bottom: 0px;
}
.how__to--apply .outer__how .desc > p.bold {
  font-weight: bold;
}
.how__to--apply .outer__how .desc > p a {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

.vacancies__grid {
  padding: 80px 0px;
}
.vacancies__grid .outer__vacancies .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
}
.vacancies__grid .outer__vacancies .grid > .elem {
  padding: 20px;
  position: relative;
  min-height: 480px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.vacancies__grid .outer__vacancies .grid > .elem .btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.vacancies__grid .outer__vacancies .grid > .elem .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  border: 2px solid #F5002F;
  background-color: #fff;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
  line-height: 23px;
  color: #000;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.vacancies__grid .outer__vacancies .grid > .elem .btn > a:hover {
  background-color: #F5002F;
  color: #fff;
}
.vacancies__grid .outer__vacancies .grid > .elem:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.vacancies__grid .outer__vacancies .grid > .elem > p {
  margin: 0px;
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.vacancies__grid .outer__vacancies .grid > .elem > p span {
  font-weight: bold;
}
.vacancies__grid .outer__vacancies .grid > .elem > h6 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 34px;
  line-height: 38px;
  color: #FEBC00;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.vacancies__grid .outer__vacancies .grid > .elem > span {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 29px;
  color: #FFFFFF;
  font-weight: 500;
}
.vacancies__grid .outer__vacancies > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 45px;
  font-size: 48px;
  line-height: 54px;
  color: #2B2B2B;
  font-weight: 400;
}

.who__we--are {
  padding-top: 60px;
  padding-bottom: 250px;
  background: url("../img/whoweare.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: -200px;
}
.who__we--are .outer__who {
  padding-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.9);
}
.who__we--are .outer__who .warning {
  text-align: center;
  padding: 24px 60px;
  background-color: rgba(245, 0, 47, 0.9);
}
.who__we--are .outer__who .warning > p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 25px;
  color: #fff;
}
.who__we--are .outer__who .warning > p:last-child {
  margin-bottom: 0px;
}
.who__we--are .outer__who .warning > p span {
  font-weight: bold;
}
.who__we--are .outer__who > p {
  margin-top: 0px;
  margin-bottom: 25px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 25px;
  color: #2B2B2B;
  font-weight: 400;
  text-align: center;
  opacity: 0.85;
}
.who__we--are .outer__who > p span {
  font-weight: bold;
}
.who__we--are .outer__who > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 45px;
  color: #2B2B2B;
  font-size: 58px;
  line-height: 66px;
  font-weight: 400;
}

.article__wrapper {
  padding: 100px 0px;
}
.article__wrapper.right .media {
  position: absolute;
  right: -120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.article__wrapper.right .media img {
  max-width: 530px;
}
.article__wrapper.right .outer__article {
  padding-left: 2px;
  padding-right: 480px;
}
.article__wrapper.right .outer__article:before {
  content: "";
  position: absolute;
  left: -199px;
  width: 200px;
  top: 0px;
  height: 100%;
  background-color: #121212;
}
.article__wrapper.right .outer__article:after {
  content: "";
  left: calc(100% - 1px);
  height: 100%;
  position: absolute;
  top: 0px;
  width: 2000px;
  height: 100%;
  background-color: #121212;
}
.article__wrapper.left .media {
  position: absolute;
  left: -120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.article__wrapper.left .media img {
  max-width: 530px;
}
.article__wrapper.left .outer__article {
  position: relative;
  padding-left: 480px;
  padding-right: 2px;
}
.article__wrapper.left .outer__article:before {
  content: "";
  position: absolute;
  right: -199px;
  width: 200px;
  top: 0px;
  height: 100%;
  background-color: #121212;
}
.article__wrapper.left .outer__article:after {
  content: "";
  right: calc(100% - 1px);
  height: 100%;
  position: absolute;
  top: 0px;
  width: 2000px;
  height: 100%;
  background-color: #121212;
}
.article__wrapper .outer__article {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #121212;
  position: relative;
}
.article__wrapper .outer__article .desc .txt {
  padding-left: 20px;
  border-left: 4px solid transparent;
}
.article__wrapper .outer__article .desc .txt > p {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0px;
}
.article__wrapper .outer__article .desc > h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 42px;
  line-height: 52px;
  color: #F0F0F0;
  font-weight: 400;
}

.philosophy__wrapper {
  padding-top: 90px;
  padding-bottom: 80px;
}
.philosophy__wrapper .elem__philosophy {
  margin-bottom: 70px;
}
.philosophy__wrapper .elem__philosophy:last-child {
  margin-bottom: 0px;
}
.philosophy__wrapper .elem__philosophy .inner {
  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;
}
.philosophy__wrapper .elem__philosophy .inner .desc .elem {
  margin-bottom: 55px;
}
.philosophy__wrapper .elem__philosophy .inner .desc .elem > p {
  margin: 0px;
  color: #2B2B2B;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 20px;
}
.philosophy__wrapper .elem__philosophy .inner .desc .elem > h2 {
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}
.philosophy__wrapper .elem__philosophy .inner .desc .elem > h6 {
  margin: 0px;
  font-size: 22px;
  color: #0021AC;
  line-height: 28px;
  font-weight: 400;
}
.philosophy__wrapper .elem__philosophy .inner .desc .elem:last-child {
  margin-bottom: 0px;
}
.philosophy__wrapper .elem__philosophy .inner .desc:nth-child(1) {
  margin-right: 70px;
}
.philosophy__wrapper .elem__philosophy .inner .desc:nth-child(2) {
  margin-left: 70px;
}
.philosophy__wrapper .elem__philosophy .inner .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.philosophy__wrapper .elem__philosophy .inner .media img {
  min-width: 500px;
  max-width: 500px;
}
.philosophy__wrapper .top__philosophy {
  margin-bottom: 45px;
  padding-left: 15px;
  padding-right: 15px;
}
.philosophy__wrapper .top__philosophy > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 56px;
  color: #2B2B2B;
  font-weight: 400;
}
.philosophy__wrapper .top__philosophy > p {
  margin: 0px auto;
  max-width: 740px;
  text-align: center;
  font-size: 19px;
  line-height: 26px;
  color: #2B2B2B;
}
.philosophy__wrapper .top__philosophy > p span {
  font-weight: bold;
  color: #2B2B2B;
}

.what__we {
  padding-top: 70px;
}
.what__we .what__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.what__we .what__wrapper .step {
  position: absolute;
  border-left: 3px solid #F5002F;
}
.what__we .what__wrapper .step > span {
  display: block;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  margin-bottom: 5px;
}
.what__we .what__wrapper .step > p {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #2B2B2B;
  font-weight: 400;
}
.what__we .what__wrapper .step > h6 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}
.what__we .what__wrapper .step.one {
  left: 5%;
}
.what__we .what__wrapper .step.two {
  left: 29%;
}
.what__we .what__wrapper .step.three {
  right: 23%;
}
.what__we .what__wrapper .step.four {
  right: 0%;
}
.what__we .what__wrapper .step.one, .what__we .what__wrapper .step.four {
  height: 60%;
  border-left: 3px solid #F5002F;
  padding-left: 25px;
  bottom: 0px;
  max-width: 300px;
}
.what__we .what__wrapper .step.two, .what__we .what__wrapper .step.three {
  height: 105%;
  border-left: 3px solid #F5002F;
  padding-left: 25px;
  bottom: 0px;
  max-width: 300px;
}
.what__we .what__wrapper img {
  width: 100%;
  pointer-events: none;
  max-width: 1920px;
  position: relative;
  z-index: 2;
}
.what__we .outer__what > .top {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.what__we .outer__what > .top > h2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 55px;
  line-height: 65px;
  font-weight: 400;
}
.what__we .outer__what > .top > p {
  margin: 0px;
  font-size: 24px;
  line-height: 32px;
  color: #2B2B2B;
  font-weight: 400;
}

.policies {
  padding: 90px 0px;
  background-color: #000000;
}
.policies .outer__policies > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #FFFFFF;
  font-size: 54px;
  line-height: 64px;
  font-weight: 400;
}
.policies .outer__policies > p {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 0.75;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.policy__switcher ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.policy__switcher ul > li {
  width: 100%;
}
.policy__switcher ul > li > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 120px;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  font-weight: bold;
  opacity: 0.75;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.policy__switcher ul > li > a.current {
  background-color: #000000;
  opacity: 1;
  color: #fff;
}
.policy__switcher ul > li > a:hover {
  background-color: #000000;
  opacity: 1;
  color: #fff;
}

.documents__wrapper {
  padding: 70px 0px;
}
.documents__wrapper .outer__document > .elem > h2 {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 0px;
  font-size: 52px;
  color: #000000;
  font-weight: 400;
  line-height: 62px;
}
.documents__wrapper .outer__document > .elem .box {
  margin-top: 45px;
  position: relative;
}
.documents__wrapper .outer__document > .elem .box .left {
  margin-right: 45px;
}
.documents__wrapper .outer__document > .elem .box .left > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 26px;
  color: #0021AC;
  font-weight: bold;
}
.documents__wrapper .outer__document > .elem .box .left > span {
  display: block;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #000000;
  font-weight: 400;
}
.documents__wrapper .outer__document > .elem .box .left > span:last-child {
  margin-bottom: 0px;
}
.documents__wrapper .outer__document > .elem .box .right {
  padding: 45px 80px;
  padding-right: 40px;
}
.documents__wrapper .outer__document > .elem .box .right > p {
  max-width: 290px;
  min-width: 290px;
  margin: 0px;
  color: #0021AC;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.025em;
  font-weight: 400;
}
.documents__wrapper .outer__document > .elem .box .right > p span {
  font-weight: bold;
}
.documents__wrapper .outer__document > .elem .box:before {
  content: "";
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 40%;
  height: 80%;
  background-color: #0021AC;
}
.documents__wrapper .outer__document > .elem .box:after {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 50%;
  background-color: #0021AC;
  z-index: 4;
}
.documents__wrapper .outer__document > .elem .box .inner {
  background-color: #EFEFEF;
  padding: 45px 30px;
  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;
  position: relative;
}
.documents__wrapper .outer__document > .elem > p {
  margin: 0px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  text-align: center;
}
.documents__wrapper .outer__document > .elem > p span {
  font-weight: bold;
  text-align: center;
}
.documents__wrapper .outer__document > .elem > h6 {
  text-align: center;
  margin: 0px;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 15px;
  color: #AEA800;
  font-weight: 500;
  text-transform: uppercase;
}

.info__block .outer__info > .el > span {
  font-size: 24px;
  line-height: 30px;
}

.info__block .outer__info > .el > ul > li, .info__block .outer__info > .el > p {
  font-size: 14px;
  line-height: 22px;
}

.info__block .outer__info {
  padding: 25px 0px;
}

footer .outer__footer .main__part .inn .logo > a img {
  min-width: 150px;
  max-width: 150px;
}

footer .outer__footer .main__part .inn > span {
  font-size: 17px;
  line-height: 24px;
}

footer .outer__footer .main__part .inn > a {
  font-size: 26px;
  line-height: 32px;
}

footer .outer__footer .main__part .inn ul {
  margin-top: 15px;
}

footer .outer__footer .main__part .inn ul li > a {
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
}
footer .outer__footer .main__part .inn ul li > a img {
  max-height: 18px;
}

footer .outer__footer .menu__part > .top > .el > ul > li {
  margin-bottom: 5px;
}

footer .outer__footer .menu__part > .top > .el > ul.bigger > li > a, footer .outer__footer .menu__part > .top > .el > ul > li > a {
  font-size: 15px;
  line-height: 22px;
}

footer .outer__footer .menu__part > .top > .el > p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

footer .outer__footer .menu__part > p {
  margin-top: 45px;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 25px;
}

footer .outer__footer .menu__part {
  padding-top: 35px;
}

.engineering__wrapper {
  background: url("../img/engineering.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0px;
}
.engineering__wrapper .outer__engineering .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
}
.engineering__wrapper .outer__engineering .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  border: 2px solid #F5002F;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 17px;
  line-height: 24px;
  color: #2B2B2B;
}
.engineering__wrapper .outer__engineering .btn > a:hover {
  background-color: #F5002F;
  color: #fff;
}
.engineering__wrapper .outer__engineering > p {
  max-width: 540px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 24px;
  color: #2B2B2B;
  opacity: 0.75;
}
.engineering__wrapper .outer__engineering > h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 58px;
  color: #2B2B2B;
  font-weight: 400;
}

.quote__wrapper {
  position: relative;
  z-index: 2;
  top: -200px;
}

.legacy__wrapper {
  position: relative;
  z-index: 2;
}
.legacy__wrapper .outer__legacy {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.legacy__wrapper .outer__legacy .desc {
  padding: 45px 50px;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.legacy__wrapper .outer__legacy .desc > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #FFFFFF;
  font-size: 40px;
  line-height: 55px;
  font-weight: 400;
}
.legacy__wrapper .outer__legacy .desc > p {
  margin: 0px;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.75;
  margin-bottom: 20px;
}
.legacy__wrapper .outer__legacy .desc > p:last-child {
  margin-bottom: 0px;
}
.legacy__wrapper .outer__legacy .media {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.legacy__wrapper .outer__legacy .media .md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.legacy__wrapper .outer__legacy .media .md > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.legacy__wrapper .outer__legacy .media > img {
  max-width: 100%;
  width: 100%;
}

.milestones__wrapper {
  height: 1350px;
  background: url("../img/mainback.webp");
  background-repeat: no-repeat;
  background-size: 2170px;
  background-position: center -450px;
  position: relative;
  padding-top: 80px;
  z-index: 2;
  margin-bottom: -120px;
}
.milestones__wrapper > img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 90px;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
.milestones__wrapper .outer__milestones {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.milestones__wrapper .outer__milestones > .elem:nth-child(1) {
  position: relative;
  top: 98px;
}
.milestones__wrapper .outer__milestones > .elem:nth-child(2) {
  position: absolute;
  top: 285px;
  left: 277px;
}
.milestones__wrapper .outer__milestones > .elem:nth-child(3) {
  position: absolute;
  top: 125px;
  left: 620px;
}
.milestones__wrapper .outer__milestones > .elem:nth-child(4) {
  position: absolute;
  top: 467px;
  left: 960px;
  min-width: 180px;
}
.milestones__wrapper > h2 {
  margin: 0px;
  text-align: center;
  font-weight: 400;
  font-size: 55px;
  line-height: 65px;
  color: #F0F0F0;
}
.milestones__wrapper .elem {
  max-width: 200px;
}
.milestones__wrapper .elem > .desc > h2 {
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 45px;
  line-height: 52px;
  font-weight: 400;
  color: #fff;
}
.milestones__wrapper .elem > .desc > p {
  margin: 0px;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}
.milestones__wrapper .elem > .desc > span {
  display: block;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: 400;
}

.quote__wrapper .outer__quote .bottom__quote {
  margin-top: 40px;
  position: relative;
  padding: 120px 0px;
}
.quote__wrapper .outer__quote .bottom__quote > p {
  margin: 0px;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #000000;
  font-size: 24px;
  line-height: 34px;
}
.quote__wrapper .outer__quote .bottom__quote > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.1;
}
.quote__wrapper .outer__quote > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 55px;
  line-height: 65px;
  color: #2B2B2B;
  font-weight: 400;
}
.quote__wrapper .outer__quote > p {
  max-width: 740px;
  font-size: 19px;
  line-height: 24px;
  color: #2B2B2B;
  font-weight: 400;
}

.explore {
  padding: 120px 0px;
  padding-top: 180px;
  padding-bottom: 240px;
  background-color: #010101;
  margin-top: -40px;
}
.explore .outer__explore > h2 {
  text-align: center;
  margin: 0px;
  font-size: 55px;
  line-height: 64px;
  font-weight: 400;
  color: #fff;
}

.commitment__wrapper {
  padding-top: 770px;
  position: relative;
}
.commitment__wrapper .bottom__info {
  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;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  bottom: 190px;
}
.commitment__wrapper .bottom__info > .el:nth-child(1) {
  padding-left: 20px;
}
.commitment__wrapper .bottom__info > .el:nth-child(3) {
  padding-left: 0px;
  padding-right: 20px;
}
.commitment__wrapper .bottom__info > .el:nth-child(1) {
  position: relative;
  left: -35px;
  top: 3px;
}
.commitment__wrapper .bottom__info > .el:nth-child(1):before {
  content: "";
  position: absolute;
  left: 0px;
  top: -80px;
  width: 3px;
  height: calc(100% + 80px);
  background-color: #F5002F;
}
.commitment__wrapper .bottom__info > .el:nth-child(3):before {
  content: "";
  position: absolute;
  right: 0px;
  top: -80px;
  width: 3px;
  height: calc(100% + 80px);
  background-color: #F5002F;
}
.commitment__wrapper .bottom__info > .el:nth-child(2):before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -190px;
  margin-left: -15px;
  width: 3px;
  height: calc(100% + 90px);
  background-color: #F5002F;
}
.commitment__wrapper .bottom__info > .el:nth-child(2) {
  text-align: center;
}
.commitment__wrapper .bottom__info > .el:nth-child(3) {
  text-align: right;
}
.commitment__wrapper .bottom__info > .el > p {
  margin: 0px;
  font-size: 24px;
  line-height: 30px;
  color: #EEEEEE;
}
.commitment__wrapper > img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  width: 1920px;
}
.commitment__wrapper .outer__commitment {
  position: relative;
  z-index: 2;
  top: -743px;
}
.commitment__wrapper .outer__commitment > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 55px;
  line-height: 65px;
  color: #2B2B2B;
  font-weight: 400;
}

.explore__articles {
  margin-top: -145px;
  padding-bottom: 80px;
}
.explore__articles .outer__articles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 45px;
  grid-row-gap: 60px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.explore__articles .outer__articles .elem {
  position: relative;
  padding-bottom: 50px;
}
.explore__articles .outer__articles .elem .btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
}
.explore__articles .outer__articles .elem .desc {
  text-align: center;
}
.explore__articles .outer__articles .elem .desc > h6 {
  margin-top: 0px;
  font-size: 24px;
  line-height: 30px;
  color: #2B2B2B;
  font-weight: 400;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.explore__articles .outer__articles .elem .desc .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore__articles .outer__articles .elem .desc .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  line-height: 24px;
  color: #2B2B2B;
  font-weight: 400;
  border: 1px solid #2B2B2B;
  text-decoration: none;
  padding: 8px 15px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.explore__articles .outer__articles .elem .desc .btn > a:hover {
  background-color: #2B2B2B;
  color: #fff;
}
.explore__articles .outer__articles .elem .desc > p {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 24px;
  color: #2B2B2B;
  font-weight: 300;
}
.explore__articles .outer__articles .elem .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  position: relative;
}
.explore__articles .outer__articles .elem .media > span {
  position: absolute;
  left: -8px;
  bottom: -15px;
  background-color: #FEBC00;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  border: 8px solid #fff;
  font-size: 28px;
  line-height: 35px;
  color: #FFFFFF;
  font-weight: 400;
}
.explore__articles .outer__articles .elem .media:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.explore__articles .outer__articles .elem .media img {
  max-width: 100%;
}

.our__project {
  padding: 80px 0px;
}
.our__project .outer__project .slick-prev, .our__project .outer__project .slick-next {
  display: none !important;
}
.our__project .outer__project .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.our__project .outer__project .arrows > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 25px;
}
.our__project .outer__project .arrows > a:last-child {
  margin-right: 0px;
}
.our__project .outer__project .slider .slick-slide {
  margin: 0 12px;
}
.our__project .outer__project .slider .slick-list {
  padding: 0 20% 0 0;
}
.our__project .outer__project .slider .slick-list {
  margin: 0 -12px;
}
.our__project .outer__project .slider .elem {
  /*&.slick-current{
  	&>.inn{	
  			& .desc , & .btn{
  				opacity:1;
  			}
  		}
  }*/
}
.our__project .outer__project .slider .elem .desc, .our__project .outer__project .slider .elem .btn {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
}
.our__project .outer__project .slider .elem:not(.slick-current) .desc, .our__project .outer__project .slider .elem:not(.slick-current) .btn {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.our__project .outer__project .slider .elem.slick-current .desc, .our__project .outer__project .slider .elem.slick-current .btn {
  opacity: 1;
}
.our__project .outer__project .slider .elem > .inn {
  /*& .desc , & .btn{
  	opacity:0;
  }*/
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  position: relative;
}
.our__project .outer__project .slider .elem > .inn .desc {
  position: relative;
  z-index: 2;
  max-width: 400px;
}
.our__project .outer__project .slider .elem > .inn .desc > p {
  margin: 0px;
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: 400;
}
.our__project .outer__project .slider .elem > .inn .desc > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  color: #FFFFFF;
}
.our__project .outer__project .slider .elem > .inn .btn {
  position: relative;
  z-index: 2;
}
.our__project .outer__project .slider .elem > .inn .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
  border: 2px solid #AEA800;
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.our__project .outer__project .slider .elem > .inn .btn > a:hover {
  background-color: #AEA800;
}
.our__project .outer__project .slider .elem > .inn:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.61);
}
.our__project .outer__project > .head {
  text-align: center;
  max-width: 840px;
  margin-left: auto;
  margin-bottom: 45px;
  margin-right: auto;
}
.our__project .outer__project > .head > p {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  opacity: 0.75;
}
.our__project .outer__project > .head > h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 54px;
  line-height: 64px;
  color: #010101;
  font-weight: 400;
}
.our__project .outer__project > .head > span {
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #AEA800;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.news__wrapper {
  padding-top: 70px;
  padding-bottom: 80px;
  position: relative;
  background: url("../img/newback.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news__wrapper:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 65%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(145, 146, 146, 0)));
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(145, 146, 146, 0));
}
.news__wrapper .bottom__news {
  position: relative;
  z-index: 2;
}
.news__wrapper .bottom__news .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
}
.news__wrapper .bottom__news .btns > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 45px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 400;
  border: 2px solid #fff;
  margin-right: 20px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.news__wrapper .bottom__news .btns > a:hover {
  background-color: #fff;
  color: #000;
}
.news__wrapper .bottom__news .btns > a:last-child {
  margin-right: 0px;
}
.news__wrapper .bottom__news > h2 {
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 54px;
  line-height: 64px;
  color: #FFFFFF;
  font-weight: 400;
}
.news__wrapper .bottom__news > span {
  display: block;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-left: 15px;
}
.news__wrapper .bottom__news > p {
  margin: 0px;
  font-size: 17px;
  line-height: 23px;
  color: #fff;
  font-weight: 400;
  max-width: 400px;
}
.news__wrapper .top__news {
  margin-bottom: 220px;
  position: relative;
  z-index: 2;
}
.news__wrapper .top__news .arrows {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news__wrapper .top__news .arrows > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
.news__wrapper .top__news .arrows > a:last-child {
  margin-right: 0px;
}
.news__wrapper .top__news .news__slider {
  margin-top: 25px;
  max-width: 940px;
}
.news__wrapper .top__news .news__slider .slick-slide {
  margin: 0 12px;
}
.news__wrapper .top__news .news__slider .slick-list {
  margin: 0 -12px;
}
.news__wrapper .top__news .news__slider .elem .inn {
  padding-right: 15px;
}
.news__wrapper .top__news .news__slider .elem .inn .desc > p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 26px;
  color: #2B2B2B;
  font-weight: bold;
}
.news__wrapper .top__news .news__slider .elem .inn .desc > span {
  display: block;
  font-size: 16px;
  line-height: 23px;
  color: #2B2B2B;
  font-weight: 500;
}
.news__wrapper .top__news .news__slider .elem .inn .media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news__wrapper .top__news .news__slider .elem .inn .media:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  background-color: #AEA800;
}
.news__wrapper .top__news .news__slider .elem .inn .media img {
  width: 100%;
  position: relative;
}
.news__wrapper .top__news > span {
  display: block;
  padding-left: 15px;
  font-size: 30px;
  line-height: 40px;
  color: #AEA800;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.news__wrapper .top__news > p {
  margin: 0px;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
  font-weight: 400;
  max-width: 400px;
}
.news__wrapper .top__news > h2 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 54px;
  line-height: 64px;
  color: #2B2B2B;
  font-weight: 400;
}

.map path {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.map .blue.active {
  fill: #0021AC;
  cursor: pointer !important;
}
.map .yellow {
  cursor: initial;
  fill: rgb(219, 219, 219);
}
.map .yellow.active {
  cursor: pointer;
  fill: #FEBC00;
}

.contracts__slider {
  pointer-events: none;
}

.contracts__wrapper {
  padding: 50px 0px;
}
.contracts__wrapper .outer__contracts > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contracts__wrapper .outer__contracts > ul > li {
  margin-right: 35px;
  font-size: 17px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
}
.contracts__wrapper .outer__contracts > ul > li > a.ongoing {
  color: #0021AC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: 400;
  border-bottom: 3px solid transparent;
  padding-bottom: 6px;
}
.contracts__wrapper .outer__contracts > ul > li > a.ongoing.current {
  border-bottom: 3px solid #0021AC;
}
.contracts__wrapper .outer__contracts > ul > li > a.ongoing span {
  background-color: #0021AC;
}
.contracts__wrapper .outer__contracts > ul > li > a.completed {
  color: #FEBC00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: 400;
  border-bottom: 3px solid transparent;
  padding-bottom: 6px;
}
.contracts__wrapper .outer__contracts > ul > li > a.completed.current {
  border-bottom: 3px solid #FEBC00;
}
.contracts__wrapper .outer__contracts > ul > li > a.completed span {
  background-color: #FEBC00;
}
.contracts__wrapper .outer__contracts > ul > li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 25px;
  margin-right: 6px;
}
.contracts__wrapper .outer__contracts > ul > li:last-child {
  margin-right: 0px;
}
.contracts__wrapper .outer__contracts > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 54px;
  color: #010101;
  font-weight: 400;
}
.contracts__wrapper .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contracts__wrapper .map svg {
  max-width: 100%;
  height: 840px;
}

.contracts__wrapper {
  position: relative;
}
.contracts__wrapper .container {
  position: relative;
}

.contracts__wrapper:hover {
  /*& .contracts__slider{
  	opacity:1!important;
  }*/
}

.contracts__slider {
  width: 100%;
  max-width: 390px;
  position: absolute;
  right: 200px;
  bottom: 220px;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.contracts__slider .slider .slick-prev {
  min-width: 25px;
  min-height: 42px;
  left: -40px;
  background: url("../img/arrleft.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.contracts__slider .slider .slick-prev:before {
  content: "";
}
.contracts__slider .slider .slick-next {
  min-width: 25px;
  min-height: 42px;
  right: -40px;
  background: url("../img/arrright.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.contracts__slider .slider .slick-next:before {
  content: "";
}
.contracts__slider .slider .slick-slide {
  margin: 0 10px;
}
.contracts__slider .slider .slick-list {
  margin: 0 -10px;
}
.contracts__slider .slider.ongoing .el .inn > span {
  color: #0021AC;
}
.contracts__slider .slider .el .inn {
  width: 100%;
  border: 1px solid #FEBC00;
  padding: 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contracts__slider .slider .el .inn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
  color: #CFCFCF;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
}
.contracts__slider .slider .el .inn > h6 {
  margin-top: 0px;
  margin-bottom: 7px;
  font-size: 28px;
  line-height: 35px;
  color: #2B2B2B;
  font-weight: 400;
}
.contracts__slider .slider .el .inn > span {
  color: #FEBC00;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
}
.contracts__slider .slider .el .inn > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 35px;
  color: #2B2B2B;
  font-weight: 400;
}
.contracts__slider .slider .el .inn > p > img {
  min-width: 40px;
  max-width: 40px;
  margin-right: 10px;
}

.projects__head {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url("../img/city.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.projects__head:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 0.6;
  width: 100%;
  height: 55%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.projects__head .outer__projects > h1 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 55px;
  font-weight: 400;
  color: #2B2B2B;
}

.completed__projects {
  padding: 75px 0px;
}
.completed__projects .outer__completed .projects {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 45px;
  padding-top: 240px;
}
.completed__projects .outer__completed .projects .row:nth-child(1) {
 /* padding-top: 240px;*/
}
.completed__projects .outer__completed .projects .row > .elem {
  margin-bottom: 55px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.completed__projects .outer__completed .projects .row > .elem .desc {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
}
.completed__projects .outer__completed .projects .row > .elem .desc .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.completed__projects .outer__completed .projects .row > .elem .desc .btn > a {
  text-decoration: underline;
  font-size: 17px;
  line-height: 22px;
  color: #F5002F;
}
.completed__projects .outer__completed .projects .row > .elem .desc ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-bottom: 15px;
}
.completed__projects .outer__completed .projects .row > .elem .desc ul > li {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 4px;
}
.completed__projects .outer__completed .projects .row > .elem .desc ul > li span {
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
}
.completed__projects .outer__completed .projects .row > .elem .desc ul > li:last-child {
  margin-bottom: 0px;
}
.completed__projects .outer__completed .projects .row > .elem .desc > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 34px;
  color: #2B2B2B;
  font-weight: 400;
}
.completed__projects .outer__completed .projects .row > .elem .media {
  position: relative;
  margin-bottom: -80px;
}
.completed__projects .outer__completed .projects .row > .elem .media .float {
  position: absolute;
  top: 0px;
  padding: 20px 30px;
  padding-left: 45px;
  border-bottom-left-radius: 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  right: 0px;
}
.completed__projects .outer__completed .projects .row > .elem .media .float > p {
  font-size: 17px;
  line-height: 22px;
  color: #000000;
  font-weight: 500;
  margin: 0px;
}
.completed__projects .outer__completed .projects .row > .elem .media .float > span {
  display: block;
  font-size: 17px;
  line-height: 22px;
  color: #F5002F;
  text-align: right;
  font-weight: bold;
  margin-top: 5px;
}
.completed__projects .outer__completed .projects .row > .elem .media:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 65%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0));
}
.completed__projects .outer__completed .projects .row > .elem .media img {
  max-width: 100%;
}
.completed__projects .outer__completed .projects .row > .elem:last-child {
  margin-bottom: 0px;
}
.completed__projects .outer__completed .controls {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 45px;
  margin-bottom: -180px;
}
.completed__projects .outer__completed .controls .el .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #707070;
  background-color: #fff;
}
.completed__projects .outer__completed .controls .el .field .group__dropdown {
  width: 100%;
  position: relative;
}
.completed__projects .outer__completed .controls .el .field .group__dropdown .dropdown {
  position: absolute;
  left: 0px;
  top: 55px;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.completed__projects .outer__completed .controls .el .field .group__dropdown .dropdown ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  padding: 16px 20px;
}
.completed__projects .outer__completed .controls .el .field .group__dropdown .dropdown ul > li {
  margin-bottom: 12px;
}
.completed__projects .outer__completed .controls .el .field .group__dropdown .dropdown ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 17px;
  line-height: 22px;
  color: #2B2B2B;
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.completed__projects .outer__completed .controls .el .field .group__dropdown .dropdown ul > li > a.current {
  color: #F5002F;
}
.completed__projects .outer__completed .controls .el .field .group__dropdown .dropdown ul > li > a.current:before {
  opacity: 1;
}
.completed__projects .outer__completed .controls .el .field .group__dropdown .dropdown ul > li > a:before {
  content: "✓";
  position: absolute;
  right: 0px;
  font-weight: 400;
  font-size: 17px;
  color: #F5002F;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  line-height: 22px;
}
.completed__projects .outer__completed .controls .el .field .group__dropdown .dropdown ul > li:last-child {
  margin-bottom: 0px;
}
.completed__projects .outer__completed .controls .el .field .group__dropdown.regular > a > span {
  color: #2B2B2B;
}
.completed__projects .outer__completed .controls .el .field .group__dropdown.status > a > span {
  color: #F5002F;
}
.completed__projects .outer__completed .controls .el .field .group__dropdown > a {
  min-height: 48px;
  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;
  padding: 4px 20px;
  text-decoration: none;
}
.completed__projects .outer__completed .controls .el .field .group__dropdown > a.opened > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.completed__projects .outer__completed .controls .el .field .group__dropdown > a > img {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.completed__projects .outer__completed .controls .el .field .group__dropdown > a > span {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}
.completed__projects .outer__completed .controls .el .field .spacer {
  margin: 0px 5px;
  min-width: 1px;
  min-height: 30px;
  background-color: #707070;
}
.completed__projects .outer__completed .controls .el > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 55px;
  color: #2B2B2B;
  font-weight: 400;
}

.map__wrapper svg {
  max-width: 100%;
  height: auto;
}

.contracts__slider {
  position: absolute;
  display: none;
  opacity: 1 !important;
  pointer-events: initial;
  right: auto;
  -webkit-transition: none;
  transition: none;
}
.contracts__slider > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 15px;
  z-index: 3;
  right: 15px;
}
.contracts__slider > a img {
  min-width: 28px;
  max-width: 28px;
}

.contact__form {
  padding-top: 50px;
  padding-bottom: 120px;
  background: url("../img/contacthero.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact__form .outer__contact {
  padding: 45px 50px;
  background-color: rgba(0, 0, 0, 0.84);
}
.contact__form .outer__contact .box form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 130px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 130px;
  margin-top: 35px;
}
.contact__form .outer__contact .box form .right .group__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form .outer__contact .box form .right .group__submit > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 45px;
  padding-left: 19px;
  padding-right: 19px;
  cursor: pointer;
  border: 0px;
  outline: none;
  border: 2px solid #E00000;
  background-color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  color: #F5002F;
  font-weight: 400;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.contact__form .outer__contact .box form .right .group__submit > button:hover {
  background-color: #E00000;
  color: #fff;
}
.contact__form .outer__contact .box form .right .group__input {
  margin-bottom: 40px;
}
.contact__form .outer__contact .box form .right .group__input > textarea {
  width: 100%;
  border: 1px solid #FFFFFF;
  outline: none;
  padding: 15px;
  font-size: 22px;
  line-height: 26px;
  background-color: transparent;
  color: #fff;
  height: 110px;
  resize: none;
}
.contact__form .outer__contact .box form .right .group__input:last-child {
  margin-bottom: 0px;
}
.contact__form .outer__contact .box form .right .group__input > p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 29px;
  color: #FEBC00;
  font-weight: bold;
}
.contact__form .outer__contact .box form .right .group__input > input {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  outline: none;
  height: 40px;
  width: 100%;
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid #FFFFFF;
}
.contact__form .outer__contact .box form .left .group__input {
  margin-bottom: 40px;
}
.contact__form .outer__contact .box form .left .group__input:last-child {
  margin-bottom: 0px;
}
.contact__form .outer__contact .box form .left .group__input > p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 29px;
  color: #FEBC00;
  font-weight: bold;
}
.contact__form .outer__contact .box form .left .group__input > input {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  outline: none;
  height: 40px;
  width: 100%;
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid #FFFFFF;
}
.contact__form .outer__contact .box > h1 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 45px;
  line-height: 55px;
  color: #FFFFFF;
  font-weight: 400;
}
.contact__form .outer__contact .box > p {
  text-align: center;
  margin: 0px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  font-weight: 400;
}

.branches__wrapper {
  padding-bottom: 80px;
}
.branches__wrapper .outer__branches .grid__branches {
  margin-top: 65px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}
.branches__wrapper .outer__branches .grid__branches .elem:nth-child(1) > h6, .branches__wrapper .outer__branches .grid__branches .elem:nth-child(5) > h6 {
  color: #FEBC00;
}
.branches__wrapper .outer__branches .grid__branches .elem:nth-child(1) ul li span svg path, .branches__wrapper .outer__branches .grid__branches .elem:nth-child(5) ul li span svg path {
  fill: #FEBC00;
}
.branches__wrapper .outer__branches .grid__branches .elem:nth-child(2) > h6, .branches__wrapper .outer__branches .grid__branches .elem:nth-child(6) > h6 {
  color: #F5002F;
}
.branches__wrapper .outer__branches .grid__branches .elem:nth-child(2) ul li span svg path, .branches__wrapper .outer__branches .grid__branches .elem:nth-child(6) ul li span svg path {
  fill: #F5002F;
}
.branches__wrapper .outer__branches .grid__branches .elem:nth-child(3) > h6, .branches__wrapper .outer__branches .grid__branches .elem:nth-child(7) > h6 {
  color: #0021AC;
}
.branches__wrapper .outer__branches .grid__branches .elem:nth-child(3) ul li span svg path, .branches__wrapper .outer__branches .grid__branches .elem:nth-child(7) ul li span svg path {
  fill: #0021AC;
}
.branches__wrapper .outer__branches .grid__branches .elem:nth-child(4) > h6, .branches__wrapper .outer__branches .grid__branches .elem:nth-child(8) > h6 {
  color: #AEA800;
}
.branches__wrapper .outer__branches .grid__branches .elem:nth-child(4) ul li span svg path, .branches__wrapper .outer__branches .grid__branches .elem:nth-child(8) ul li span svg path {
  fill: #AEA800;
}
.branches__wrapper .outer__branches .grid__branches .elem ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.branches__wrapper .outer__branches .grid__branches .elem ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
}
.branches__wrapper .outer__branches .grid__branches .elem ul > li:last-child {
  margin-bottom: 0px;
}
.branches__wrapper .outer__branches .grid__branches .elem ul > li > span {
  position: relative;
  top: 2px;
  min-height: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 14px;
  max-width: 14px;
  margin-right: 6px;
}
.branches__wrapper .outer__branches .grid__branches .elem ul > li > span svg {
  height: auto;
  max-width: 100%;
}
.branches__wrapper .outer__branches .grid__branches .elem > h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 20px;
}
.branches__wrapper .outer__branches .grid__branches .elem > h6 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.branches__wrapper .outer__branches .grid__branches .elem > h6 span img {
  min-width: 30px;
  max-width: 30px;
}
.branches__wrapper .outer__branches .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -48px;
}
.branches__wrapper .outer__branches .title > h2 {
  margin: 0px;
  padding: 22px 45px;
  background-color: #131313;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  color: #FFFFFF;
}

.inner__article {
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}
.inner__article .outer__inner .desc {
  max-width: 950px;
}
.inner__article .outer__inner .desc > p {
  font-size: 20px;
  line-height: 28px;
}
.inner__article .outer__inner .desc > p span {
  font-weight: bold;
}
.inner__article .outer__inner .desc > .date {
  margin-bottom: 35px;
}
.inner__article .outer__inner .desc > .date p {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.inner__article .outer__inner .desc > .date p span {
  font-size: 18px;
  line-height: 24px;
  color: #2B2B2B;
  font-weight: bold;
}
.inner__article .outer__inner .desc > h1 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 55px;
  line-height: 65px;
  color: #2B2B2B;
  font-weight: 400;
}
.inner__article .outer__inner .desc .media {
  position: absolute;
  right: 0px;
  top: 190px;
}
.inner__article .outer__inner .desc .media > span {
  position: absolute;
  top: -15px;
  left: -15px;
}
.inner__article .outer__inner .desc .media > span img {
  max-width: 140px;
}
.inner__article .outer__inner .desc .media > img {
  max-width: 600px;
  position: relative;
}
.inner__article .outer__inner > .back__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inner__article .outer__inner > .back__btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 55px;
  max-width: 55px;
  min-height: 55px;
  max-height: 55px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.inner__article .outer__inner > .back__btn > a img {
  max-width: 15px;
}

.head__news {
  padding-top: 120px;
  padding-bottom: 20px;
  /* background: url("../img/newsimage.webp"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.head__news:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #fff 25%, rgba(255, 255, 255, 0));
}
.head__news .inner__news {
  position: relative;
  z-index: 2;
}
.head__news .inner__news > h1 {
  text-align: center;
  margin: 0px;
  font-size: 55px;
  line-height: 65px;
  color: #2B2B2B;
  font-weight: 400;
}

.news__grid {
  padding-bottom: 120px;
  padding-top: 100px;
}
.news__grid .wrapper {
  display: -ms-grid;
  display: inline;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 60px;
}
.news__grid .wrapper .elem {
  display: block;
  position: relative;
  padding-bottom: 65px;
  text-decoration: none;
  margin-bottom: 30px;
}
.news__grid .wrapper .elem:hover .desc .btn > span {
  background-color: #F5002F;
  color: #FFF;
}
.news__grid .wrapper .elem .desc .btn {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.news__grid .wrapper .elem .desc .btn > span {
  min-height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  border: 2px solid #F5002F;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.news__grid .wrapper .elem .desc .date {
  margin-bottom: 12px;
}
.news__grid .wrapper .elem .desc .date > p {
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #2B2B2B;
}
.news__grid .wrapper .elem .desc .date > p span {
  font-weight: bold;
}
.news__grid .wrapper .elem .desc > p {
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-weight: 400;
  text-align: justify;
}
.news__grid .wrapper .elem .desc > h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  color: #0021AC;
  font-weight: 400;
}
.news__grid .wrapper .elem .media {
  position: relative;
  padding-bottom: 48%;
  border: 1px solid #cecece;
  margin-bottom: 20px;
}
.news__grid .wrapper .elem .media img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__slider--page {
  margin-top: -200px;
  position: relative;
  z-index: 2;
}
.news__slider--page .outer__news {
  width: 100%;
}
.news__slider--page .outer__news .slick-dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  left: auto;
  right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news__slider--page .outer__news .slick-dots li {
  width: auto;
  height: auto;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}
.news__slider--page .outer__news .slick-dots li:last-child {
  margin-bottom: 0px;
}
.news__slider--page .outer__news .slick-dots li.slick-active button {
  background-color: #0021AC;
}
.news__slider--page .outer__news .slick-dots li button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 15px;
  max-width: 15px;
  min-height: 15px;
  max-height: 15px;
  background-color: #CFCFCF;
}
.news__slider--page .outer__news .slick-dots li button:before {
  content: "";
}
.news__slider--page .outer__news .slick-slide {
  margin: 0 15px;
}
.news__slider--page .outer__news .slick-list {
  margin: 0 -15px;
}
.news__slider--page .outer__news .elem {
  width: 100%;
  padding-right: 45px;
}
.news__slider--page .outer__news .elem > .inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.news__slider--page .outer__news .elem > .inn .desc {
  width: 100%;
}
.news__slider--page .outer__news .elem > .inn .desc .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 25px;
}
.news__slider--page .outer__news .elem > .inn .desc .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  border: 2px solid #F5002F;
  background-color: #fff;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  font-weight: 400;
}
.news__slider--page .outer__news .elem > .inn .desc > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.news__slider--page .outer__news .elem > .inn .desc > p span {
  font-weight: bold;
}
.news__slider--page .outer__news .elem > .inn .desc .date {
  margin-bottom: 15px;
}
.news__slider--page .outer__news .elem > .inn .desc .date > p {
  margin: 0px;
  font-size: 18px;
  line-height: 25px;
  color: #2B2B2B;
  font-weight: 500;
}
.news__slider--page .outer__news .elem > .inn .desc .date > p span {
  font-weight: bold;
}
.news__slider--page .outer__news .elem > .inn .desc > h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 60px;
  color: #0021AC;
  font-weight: 400;
}
.news__slider--page .outer__news .elem > .inn .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 440px;
  max-width: 440px;
  margin-right: 45px;
}
.news__slider--page .outer__news .elem > .inn .media img {
  max-width: 100%;
}

.services__hero {
  padding-top: 140px;
  padding-bottom: 240px;
  background: url("../img/servicesback.webp");
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: center -450px;
}
.services__hero .outer__services {
  max-width: 540px;
}
.services__hero .outer__services > h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 54px;
  line-height: 62px;
  color: #FFFFFF;
  font-weight: 400;
}
.services__hero .outer__services > p {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 400;
  opacity: 0.85;
}
.services__hero .outer__services > h6 {
  margin: 0px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 38px;
  color: #FEBC00;
  font-weight: 600;
}

.core__services {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.core__services .outer__core .elem {
  margin-bottom: 40px;
}
.core__services .outer__core .elem:last-child {
  margin-bottom: 0px;
}
.core__services .outer__core .elem.third {
  max-width: 840px;
  position: relative;
}
.core__services .outer__core .elem.third .media {
  position: absolute;
  right: -500px;
  bottom: -200px;
}
.core__services .outer__core .elem.third .media.reverse > span {
  left: -30px;
  right: auto;
}
.core__services .outer__core .elem.third .media > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -30px;
  right: -30px;
}
.core__services .outer__core .elem.third .media > img {
  position: relative;
  z-index: 2;
  max-width: 440px;
}
.core__services .outer__core .elem.third .features {
  margin-top: 45px;
}
.core__services .outer__core .elem.third .features > p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}
.core__services .outer__core .elem.third .features ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.core__services .outer__core .elem.third .features ul > li {
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  position: relative;
}
.core__services .outer__core .elem.third .features ul > li:before {
  content: "";
  position: absolute;
  left: -40px;
  width: 30px;
  height: 1px;
  background-color: #AEA800;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.core__services .outer__core .elem.third .features ul > li:last-child {
  margin-bottom: 0px;
}
.core__services .outer__core .elem.third > span {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #0021AC;
  font-size: 100px;
  line-height: 100px;
  opacity: 0.25;
  font-weight: 400;
}
.core__services .outer__core .elem.third > h2 {
  padding-top: 30px;
  font-size: 44px;
  line-height: 54px;
  color: #0021AC;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px;
}
.core__services .outer__core .elem.third > p {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  color: #2B2B2B;
  font-weight: 400;
}
.core__services .outer__core .elem.third > p span {
  font-weight: bold;
}
.core__services .outer__core .elem.third > h6 {
  margin: 0px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #2B2B2B;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.core__services .outer__core .elem.second {
  max-width: 940px;
  margin-left: auto;
  width: 100%;
  background-color: #2B2B2B;
  position: relative;
  padding: 90px 80px;
  margin-bottom: 380px;
}
.core__services .outer__core .elem.second:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  width: 2400px;
  background-color: #fff;
}
.core__services .outer__core .elem.second:before {
  content: "";
  position: absolute;
  left: calc(100% - 2px);
  top: 0px;
  height: 100%;
  width: 3000px;
  background-color: #2B2B2B;
}
.core__services .outer__core .elem.second > img {
  position: absolute;
  max-width: 540px;
  left: -500px;
  top: 200px;
  z-index: 2;
}
.core__services .outer__core .elem.second > span {
  position: absolute;
  left: 75px;
  top: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #F5002F;
  font-size: 100px;
  line-height: 100px;
  opacity: 0.25;
  font-weight: 400;
}
.core__services .outer__core .elem.second > h6 {
  margin: 0px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.core__services .outer__core .elem.second > p {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
}
.core__services .outer__core .elem.second > p span {
  font-weight: bold;
}
.core__services .outer__core .elem.second .features {
  margin-top: 45px;
}
.core__services .outer__core .elem.second .features > p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}
.core__services .outer__core .elem.second .features ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.core__services .outer__core .elem.second .features ul > li {
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  position: relative;
}
.core__services .outer__core .elem.second .features ul > li:before {
  content: "";
  position: absolute;
  left: -55px;
  width: 45px;
  height: 2px;
  background-color: #F5002F;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.core__services .outer__core .elem.second .features ul > li:last-child {
  margin-bottom: 0px;
}
.core__services .outer__core .elem.second > h2 {
  padding-top: 30px;
  font-size: 44px;
  line-height: 54px;
  color: #F5002F;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px;
}
.core__services .outer__core .elem.fourth {
  max-width: 940px;
  margin-left: auto;
  width: 100%;
  background-color: #2B2B2B;
  position: relative;
  padding: 90px 80px;
  margin-top: 140px;
  margin-bottom: 380px;
}
.core__services .outer__core .elem.fourth:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  width: 2400px;
  background-color: #fff;
}
.core__services .outer__core .elem.fourth:before {
  content: "";
  position: absolute;
  left: calc(100% - 2px);
  top: 0px;
  height: 100%;
  width: 3000px;
  background-color: #2B2B2B;
}
.core__services .outer__core .elem.fourth > img {
  position: absolute;
  max-width: 540px;
  left: -500px;
  top: 100px;
  z-index: 2;
}
.core__services .outer__core .elem.fourth > span {
  position: absolute;
  left: 75px;
  top: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FEBC00;
  font-size: 100px;
  line-height: 100px;
  opacity: 0.25;
  font-weight: 400;
}
.core__services .outer__core .elem.fourth > h6 {
  margin: 0px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.core__services .outer__core .elem.fourth > p {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
}
.core__services .outer__core .elem.fourth > p span {
  font-weight: bold;
}
.core__services .outer__core .elem.fourth .features {
  margin-top: 45px;
}
.core__services .outer__core .elem.fourth .features > p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}
.core__services .outer__core .elem.fourth .features ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.core__services .outer__core .elem.fourth .features ul > li {
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  position: relative;
}
.core__services .outer__core .elem.fourth .features ul > li:before {
  content: "";
  position: absolute;
  left: -55px;
  width: 45px;
  height: 2px;
  background-color: #FEBC00;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.core__services .outer__core .elem.fourth .features ul > li:last-child {
  margin-bottom: 0px;
}
.core__services .outer__core .elem.fourth > h2 {
  padding-top: 30px;
  font-size: 44px;
  line-height: 54px;
  color: #FEBC00;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px;
}
.core__services .outer__core .elem.first {
  max-width: 840px;
  position: relative;
}
.core__services .outer__core .elem.first .features {
  margin-top: 45px;
}
.core__services .outer__core .elem.first .features > p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}
.core__services .outer__core .elem.first .features ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.core__services .outer__core .elem.first .features ul > li {
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  position: relative;
}
.core__services .outer__core .elem.first .features ul > li:before {
  content: "";
  position: absolute;
  left: -40px;
  width: 30px;
  height: 1px;
  background-color: #AEA800;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.core__services .outer__core .elem.first .features ul > li:last-child {
  margin-bottom: 0px;
}
.core__services .outer__core .elem.first > span {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #AEA800;
  font-size: 100px;
  line-height: 100px;
  opacity: 0.25;
  font-weight: 400;
}
.core__services .outer__core .elem.first > h2 {
  padding-top: 30px;
  font-size: 44px;
  line-height: 54px;
  color: #AEA800;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px;
}
.core__services .outer__core .elem.first > p {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  color: #2B2B2B;
  font-weight: 400;
}
.core__services .outer__core .elem.first > p span {
  font-weight: bold;
}
.core__services .outer__core .elem.first > h6 {
  margin: 0px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #2B2B2B;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.core__services .title {
  padding: 25px 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #2B2B2B;
  margin-top: -45px;
  position: relative;
  margin-bottom: 80px;
}
.core__services .title:before {
  content: "";
  position: absolute;
  left: -2000px;
  width: 2000px;
  height: 100%;
  background-color: #2B2B2B;
  top: 0px;
}
.core__services .title > h2 {
  margin: 0px;
  font-size: 55px;
  line-height: 64px;
  color: #FFFFFF;
  font-weight: 400;
}
.core__services > .big > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.core__services .big {
  position: absolute;
  top: -1116px;
  max-width: 2309px;
  width: 100%;
  height: 1840px;
  overflow: hidden;
  right: -2px;
}

.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centered > .core__services {
  width: 100%;
}

.industries__wrapper {
  padding-top: 240px;
  padding-bottom: 200px;
}
.industries__wrapper .outer__industries .main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.industries__wrapper .outer__industries .main > .el {
  position: absolute;
  text-align: center;
}
.industries__wrapper .outer__industries .main > .el:nth-child(1) {
  color: #0021AC;
  bottom: -100px;
  left: -140px;
}
.industries__wrapper .outer__industries .main > .el:nth-child(2) {
  color: #FEBC00;
  bottom: 220px;
  left: 160px;
}
.industries__wrapper .outer__industries .main > .el:nth-child(3) {
  color: #F5002F;
  bottom: -100px;
  left: 480px;
}
.industries__wrapper .outer__industries .main > .el:nth-child(4) {
  color: #AEA800;
  bottom: 220px;
  left: 805px;
}
.industries__wrapper .outer__industries .main > .el:nth-child(5) {
  color: #0021AC;
  bottom: -100px;
  right: -250px;
  left: auto;
}
.industries__wrapper .outer__industries .main > .el > p {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin: 0px;
}
.industries__wrapper .outer__industries .main > img {
  min-width: 1920px;
  max-width: 1920px;
}
.industries__wrapper .outer__industries > .top {
  margin-bottom: 140px;
}
.industries__wrapper .outer__industries > .top > h2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 62px;
  color: #2B2B2B;
  line-height: 74px;
  font-weight: 400;
}
.industries__wrapper .outer__industries > .top > h6 {
  margin: 0px;
  color: #F5002F;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

.career__hero .outer__career > h1 {
  font-weight: 500;
}

.why__choose .outer__why > h2 {
  font-weight: 500;
}

.commitment .outer__commitment > h2 {
  font-weight: 500;
}

.join__our--team .outer__team .desc > h2 {
  font-weight: 500;
}

.culture__info > .top__culture > h2 {
  font-weight: 500;
}

.culture__info .experience .outer__experience .desc > h2 {
  font-weight: 500;
}

.career__growth .outer__growth > .head > h2 {
  font-weight: 500;
}

.how__to--apply .outer__how .desc > h2 {
  font-weight: 500;
}

.vacancies__grid .outer__vacancies > h2 {
  font-weight: 500;
}

.vacancies__grid .outer__vacancies .grid > .elem > h6 {
  font-weight: 500;
}

.inner__article .outer__inner .desc > h1 {
  font-weight: 500;
}

.contact__form .outer__contact .box > h1 {
  font-weight: 500;
}

.branches__wrapper .outer__branches .title > h2 {
  font-weight: 500;
}

.engineering__wrapper .outer__engineering > h1 {
  font-weight: 500;
}

.legacy__wrapper .outer__legacy .desc > h2 {
  font-weight: 500;
}

.milestones__wrapper > h2 {
  font-weight: 500;
}

.quote__wrapper .outer__quote > h2 {
  font-weight: 500;
}

.commitment__wrapper .outer__commitment > h2 {
  font-weight: 500;
}

.explore .outer__explore > h2 {
  font-weight: 500;
}

.our__project .outer__project > .head > h2 {
  font-weight: 500;
}

.contracts__wrapper .outer__contracts > h2 {
  font-weight: 500;
}

.news__wrapper .top__news > h2 {
  font-weight: 500;
}

.news__wrapper .bottom__news > h2 {
  font-weight: 500;
}

.job__vacancies .outer__jobs > h1 {
  font-weight: 500;
}

.job__vacancies .outer__jobs .head__picker > .elem.current .top > h2 {
  font-weight: 500;
}

.job__vacancies .outer__jobs .head__picker > .elem .top > h2 {
  font-weight: 500;
}

.job__vacancies .outer__jobs .job__details .desc > h2 {
  font-weight: 500;
}

.info__wrapper .qualification .head > h2 {
  font-weight: 500;
}

.info__wrapper .qualification .head > h2 {
  font-weight: 500;
}

.form__block .outer__form > h2 {
  font-weight: 500;
}

.info__hero .outer__info > h1 {
  font-weight: 500;
}

.description__block .description > h2 {
  font-weight: 500;
}

.head__news .inner__news > h1 {
  font-weight: 500;
}

.news__slider--page .outer__news .elem > .inn .desc > h2 {
  font-weight: 500;
}

.projects__head .outer__projects > h1 {
  font-weight: 500;
}

.completed__projects .outer__completed .controls .el > h2 {
  font-weight: 500;
}

.services__hero .outer__services > h1 {
  font-weight: 500;
}

.core__services .title > h2 {
  font-weight: 500;
}

.core__services .outer__core .elem.first > h2, .core__services .outer__core .elem.second > h2, .core__services .outer__core .elem.third > h2, .core__services .outer__core .elem.fourth > h2 {
  font-weight: 500;
}

.industries__wrapper .outer__industries > .top > h2 {
  font-weight: 500;
}

.who__we--are .outer__who > h2 {
  font-weight: 500;
}

.article__wrapper .outer__article .desc > h2 {
  font-weight: 500;
}

.philosophy__wrapper .top__philosophy > h2 {
  font-weight: 500;
}

.what__we .outer__what > .top > h2 {
  font-weight: 500;
}

.policies .outer__policies > h2A {
  font-weight: 500;
}

.documents__wrapper .outer__document > .elem > h2 {
  font-weight: 500;
}

.job__vacancies .outer__jobs .head__picker > .elem.current .top > h2 {
  font-size: 28px;
  line-height: 34px;
}

.job__vacancies .see__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
.job__vacancies .see__more > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 120px;
  min-height: 45px;
  border: 2px solid #F5002F;
  background-color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  text-decoration: none;
}
.job__vacancies .see__more > a:hover {
  background-color: #F5002F;
  color: #fff;
}

.job__vacancies .outer__jobs .head__picker > .elem .top > h6 {
  font-size: 17px;
  line-height: 24px;
}

.job__vacancies .outer__jobs .head__picker > .elem .top > span {
  font-size: 16px;
  line-height: 22px;
}

.job__title {
  padding: 85px 0px;
}
.job__title .outer__job {
  position: relative;
}
.job__title .outer__job > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.job__title .outer__job > a img {
  max-width: 20px;
}
.job__title .outer__job > h2 {
  text-align: center;
  margin: 0px;
  font-size: 50px;
  line-height: 60px;
  color: #2B2B2B;
  font-weight: 500;
}

.job__list > .elem {
  padding: 80px 0px;
}
.job__list > .elem:nth-child(even) {
  background-color: rgba(207, 207, 207, 0.3);
}
.job__list > .elem .outer .last {
  margin-top: 30px;
}
.job__list > .elem .outer .last > h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 25px;
  color: #000000;
  font-weight: 400;
}
.job__list > .elem .outer .last > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.job__list > .elem .outer .last > ul > li {
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  font-weight: 400;
  padding-left: 45px;
  position: relative;
}
.job__list > .elem .outer .last > ul > li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  width: 30px;
  height: 1px;
  background-color: #2B2B2B;
}
.job__list > .elem .outer .dbl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
}
.job__list > .elem .outer .dbl > .elem > p {
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  font-weight: 400;
}
.job__list > .elem .outer .dbl > .elem > p span {
  font-weight: 600;
}
.job__list > .elem .outer .dbl > .elem:nth-child(2) {
  padding-left: 120px;
}
.job__list > .elem .outer .dbl > .elem:nth-child(2) ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.job__list > .elem .outer .dbl > .elem:nth-child(2) ul > li {
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  font-weight: 400;
  position: relative;
}
.job__list > .elem .outer .dbl > .elem:nth-child(2) ul > li:before {
  content: "";
  position: absolute;
  left: -90px;
  width: 75px;
  height: 1px;
  background-color: #F5002F;
  top: 12px;
}
.job__list > .elem .outer .dbl > .elem:nth-child(2) ul > li span {
  font-weight: 600;
}
.job__list > .elem .outer .dbl > .elem > h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 25px;
  color: #000000;
  font-weight: 400;
}
.job__list > .elem .outer .desc {
  max-width: 800px;
  margin-bottom: 30px;
}
.job__list > .elem .outer .desc > p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
}
.job__list > .elem .outer .desc > p span {
  font-weight: 600;
}
.job__list > .elem .outer > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.job__list > .elem .outer > .top > .left > h2 {
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 36px;
  line-height: 44px;
  color: #FEBC00;
  font-weight: 500;
}
.job__list > .elem .outer > .top > .left > p {
  margin: 0px;
  font-size: 24px;
  line-height: 34px;
  color: #2B2B2B;
}
.job__list > .elem .outer > .top .right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 15px;
}
.job__list > .elem .outer > .top .right > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 120px;
  min-height: 45px;
  border: 2px solid #F5002F;
  background-color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  text-decoration: none;
}
.job__list > .elem .outer > .top .right > a:hover {
  background-color: #F5002F;
  color: #fff;
}

.double__milestones {
  margin-top: -450px;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
.double__milestones .outer__milestones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.double__milestones .outer__milestones > .elem {
  padding: 45px 0px;
  padding-left: 25px;
  position: relative;
  max-width: 640px;
}
.double__milestones .outer__milestones > .elem:nth-child(2) {
  margin-left: 540px;
  margin-top: 50px;
}
.double__milestones .outer__milestones > .elem > span {
  font-size: 55px;
  color: #000000;
  line-height: 64px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
.double__milestones .outer__milestones > .elem > h6 {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px;
}
.double__milestones .outer__milestones > .elem > p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0px;
}
.double__milestones .outer__milestones > .elem:before {
  left: 0px;
  top: 0px;
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  background-color: #2B2B2B;
  border-radius: 8px;
}

.grid__black {
  position: relative;
  z-index: 2;
  padding: 60px 0px;
  background-color: #2B2B2B;
}
.grid__black .outer__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grid__black .outer__grid .elem {
  padding: 25px 20px;
  position: relative;
  max-width: 340px;
}
.grid__black .outer__grid .elem:nth-child(3) {
  margin-top: 120px;
}
.grid__black .outer__grid .elem:nth-child(2) {
  margin-top: 180px;
}
.grid__black .outer__grid .elem:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 8px;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 30px;
}
.grid__black .outer__grid .elem > h6 {
  margin: 0px;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: 400;
}
.grid__black .outer__grid .elem > p {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.grid__black .outer__grid .elem > span {
  display: block;
  margin-bottom: 4px;
  font-size: 54px;
  color: #FFFFFF;
  font-weight: 400;
}

.explore {
  padding-top: 0px;
  position: relative;
}

.quote__wrapper {
  margin-bottom: 330px;
  top: 100px !important;
}

.commitment__wrapper > img {
  height: 2400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.milestones__wrapper > p {
  text-align: center;
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 23px;
  margin-bottom: 0px;
  color: #FDFDFD;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 50px;
}

@media (min-width: 1920px) {
  .services__hero {
    background-size: 2520px;
  }
  .core__services > .big > img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 2520px;
    position: relative;
    left: -620px;
  }
  .core__services .big {
    max-width: 2620px;
    right: -322px;
    left: auto;
  }
  .milestones__wrapper {
    background-size: 2640px;
    height: 1500px;
    background-position: bottom;
  }
  .milestones__wrapper > img {
    bottom: 195px;
  }
  .milestones__wrapper .outer__milestones > .elem:nth-child(1) {
    top: 0px;
  }
  .milestones__wrapper .elem {
    max-width: 300px;
  }
  .milestones__wrapper .elem > .desc > span {
    display: block;
    margin-bottom: 20px !important;
  }
  .milestones__wrapper .outer__milestones > .elem:nth-child(2) {
    top: 152px;
    left: 403px;
  }
  .milestones__wrapper .outer__milestones > .elem:nth-child(3) {
    top: 60px;
    left: 850px;
    min-width: 300px;
  }
  .milestones__wrapper .outer__milestones > .elem:nth-child(4) {
    top: 505px;
  }
  .commitment__wrapper > img {
    width: 2520px;
  }
  .quote__wrapper {
    top: -280px;
  }
  .commitment__wrapper .outer__commitment {
    top: -1000px;
  }
  .commitment__wrapper .bottom__info {
    bottom: 340px;
    left: -4px;
    max-width: 990px;
  }
  .commitment__wrapper .bottom__info > .el:nth-child(3) {
    position: relative;
    top: 38px;
  }
  .commitment__wrapper .bottom__info > .el:nth-child(1) {
    left: -30px;
    top: 40px;
  }
}
.milestones__wrapper .outer__milestones > .elem:nth-child(1) {
  top: 0px;
}

.milestones__wrapper .elem {
  max-width: 300px;
}

.milestones__wrapper .elem > .desc > span {
  display: block;
  margin-bottom: 20px !important;
}

.milestones__wrapper .outer__milestones > .elem:nth-child(2) {
  top: 152px;
  left: 403px;
}

.milestones__wrapper .outer__milestones > .elem:nth-child(3) {
  top: 60px;
  left: 850px;
  min-width: 300px;
}

.milestones__wrapper > p {
  margin-top: 0px;
}

@media (max-width: 1920px) {
  .core__services {
    min-width: 1920px;
  }
  .info__wrapper > img {
    max-width: 1440px;
  }
}
@media (max-width: 1840px) {
  .industries__wrapper .outer__industries .main > img {
    min-width: 1600px;
    max-width: 1600px;
  }
  .industries__wrapper .outer__industries .main > .el:nth-child(1) {
    left: -39px;
  }
  .industries__wrapper .outer__industries .main > .el:nth-child(2) {
    left: 208px;
    bottom: 190px;
  }
  .industries__wrapper .outer__industries .main > .el:nth-child(4) {
    left: 754px;
    bottom: 190px;
  }
  .industries__wrapper .outer__industries .main > .el:nth-child(5) {
    right: -127px;
  }
  .what__we .what__wrapper .step.two, .what__we .what__wrapper .step.three {
    height: 99%;
  }
  .what__we .what__wrapper .step.two, .what__we .what__wrapper .step.three {
    max-width: 290px;
  }
  .what__we .what__wrapper img {
    max-width: 1640px;
    padding-top: 100px;
  }
}
@media (max-width: 1740px) {
  .what__we .what__wrapper .step > p {
    font-size: 16px;
    line-height: 24px;
  }
  .what__we .what__wrapper {
    margin-top: 50px;
  }
  .what__we .what__wrapper .step.four {
    right: 2%;
  }
  .what__we .what__wrapper .step > h6 {
    font-size: 22px;
    line-height: 28px;
  }
  .what__we .what__wrapper .step > span {
    font-size: 30px;
    line-height: 35px;
  }
  .what__we .what__wrapper .step {
    padding-left: 15px !important;
  }
  .what__we .what__wrapper .step.one, .what__we .what__wrapper .step.four, .what__we .what__wrapper .step.two, .what__we .what__wrapper .step.three {
    max-width: 240px;
  }
  .info__wrapper > img {
    max-width: 1380px;
  }
  .info__wrapper .qualification {
    max-width: 740px;
  }
}
@media (max-width: 1640px) {
  .industries__wrapper .outer__industries .main > img {
    min-width: 1200px;
    max-width: 1200px;
  }
  .industries__wrapper .outer__industries .main > .el > p {
    font-size: 24px;
    line-height: 32px;
  }
  .industries__wrapper .outer__industries .main > .el:nth-child(1) {
    left: 124px;
    bottom: -80px;
  }
  .industries__wrapper .outer__industries .main > .el:nth-child(2) {
    left: 310px;
    bottom: 149px;
  }
  .industries__wrapper .outer__industries .main > .el:nth-child(3) {
    left: 515px;
    bottom: -80px;
  }
  .industries__wrapper .outer__industries .main > .el:nth-child(4) {
    left: 706px;
    bottom: 149px;
  }
  .industries__wrapper .outer__industries .main > .el:nth-child(5) {
    right: 54px;
    bottom: -80px;
  }
  .info__wrapper > img {
    max-width: 1140px;
  }
}
.overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 1440px) {
  .info__wrapper > img {
    max-width: 1140px;
  }
  .form__block .outer__form form .step .double {
    grid-column-gap: 100px;
  }
}
.info__block .outer__info > .el:nth-child(3) {
  padding-right: 75px;
}

@media (max-width: 1360px) {
  .what__we .what__wrapper .step.one {
    left: 3%;
  }
  .what__we .what__wrapper .step.two {
    left: 25%;
  }
  .what__we .what__wrapper .step.one, .what__we .what__wrapper .step.four, .what__we .what__wrapper .step.two, .what__we .what__wrapper .step.three {
    max-width: 220px;
  }
  .info__wrapper > img {
    max-width: 940px;
  }
}
.close__btn {
  display: none;
}

.menu__btn {
  display: none;
}

.quote__wrapper .outer__quote > h2 {
  font-size: 50px;
  line-height: 58px;
}

.news__wrapper:before {
  pointer-events: none;
}

.completed__projects .outer__completed .controls {
  position: relative;
  z-index: 2;
}

@media (max-width: 1280px) {
  .core__services .big {
    display: none;
  }
  .core__services {
    min-width: 0px;
  }
  .services__hero {
    background-size: cover;
  }
  .core__services .title {
    margin-bottom: 40px;
  }
  .core__services .title > h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .core__services .outer__core .elem.third {
    max-width: 640px;
  }
  .core__services .outer__core .elem.fourth, .core__services .outer__core .elem.second {
    max-width: 640px;
  }
  .core__services .outer__core .elem.second {
    margin-bottom: 200px;
  }
  .core__services .outer__core .elem.fourth {
    margin-bottom: 200px;
  }
}
@media (max-width: 1200px) {
  .milestones__wrapper > p {
    font-size: 18px;
    line-height: 27px;
  }
  .milestones__wrapper > h2 {
    margin-bottom: 20px !important;
  }
  .double__milestones {
    margin-top: 0px;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .grid__black .outer__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .grid__black .outer__grid .elem {
    max-width: 640px;
    width: 100%;
  }
  .grid__black .outer__grid .elem:nth-child(2) {
    margin-top: 40px;
  }
  .grid__black .outer__grid .elem:nth-child(3) {
    margin-top: 40px;
  }
  .double__milestones .outer__milestones > .elem:nth-child(2) {
    margin-left: auto;
  }
  .industries__wrapper .outer__industries > .top > h2 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 12px;
  }
  .industries__wrapper {
    padding-bottom: 90px;
  }
  .industries__wrapper .outer__industries > .top > h6 {
    font-size: 24px;
    line-height: 32px;
  }
  .industries__wrapper .outer__industries .main > .el {
    padding-left: 35px;
  }
  .industries__wrapper .outer__industries .main > .el:nth-child(1):before {
    content: "";
    position: absolute;
    left: -25px;
    width: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    min-height: 2px;
    background-color: #0021AC;
  }
  .industries__wrapper .outer__industries .main > .el:nth-child(2):before {
    content: "";
    position: absolute;
    left: -25px;
    width: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    min-height: 2px;
    background-color: #FEBC00;
  }
  .industries__wrapper .outer__industries .main > .el:nth-child(3):before {
    content: "";
    position: absolute;
    left: -25px;
    width: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    min-height: 2px;
    background-color: #F5002F;
  }
  .industries__wrapper .outer__industries .main > .el:nth-child(4):before {
    content: "";
    position: absolute;
    left: -25px;
    width: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    min-height: 2px;
    background-color: #AEA800;
  }
  .industries__wrapper .outer__industries .main > .el:nth-child(5):before {
    content: "";
    position: absolute;
    left: -25px;
    width: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    min-height: 2px;
    background-color: #0021AC;
  }
  .industries__wrapper .outer__industries > .top {
    margin-bottom: 60px;
  }
  .industries__wrapper .outer__industries .main > img {
    display: none;
  }
  .industries__wrapper .outer__industries .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .industries__wrapper .outer__industries .main > .el {
    left: 0px !important;
    text-align: left;
    bottom: auto !important;
    top: 0px !important;
    margin-bottom: 30px;
    position: relative;
  }
  .industries__wrapper .outer__industries .main > .el:last-child {
    margin-bottom: 0px;
  }
  .news__slider--page .outer__news .elem > .inn .media {
    min-width: 360px;
    max-width: 360px;
    margin-right: 30px;
  }
  .news__slider--page .outer__news .elem > .inn .desc > h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 15px;
  }
  .head__news .inner__news > h1 {
    font-size: 45px;
    line-height: 54px;
  }
  .news__grid .wrapper .elem .desc > h6A {
    font-size: 22px;
    line-height: 28px;
  }
  .inner__article .outer__inner .desc .media > img {
    max-width: 440px;
  }
  .inner__article .outer__inner .desc > h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .inner__article .outer__inner .desc > p {
    font-size: 18px;
    line-height: 24px;
  }
  .inner__article .outer__inner .desc > .date p {
    font-size: 16px;
    line-height: 22px;
  }
  .completed__projects .outer__completed .controls .el > h2 {
    font-size: 45px;
  }
  .completed__projects .outer__completed .projects .row > .elem .desc > h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .projects__head .outer__projects > h1 {
    font-size: 44px;
    line-height: 55px;
  }
  .projects__head {
    padding: 90px 0px;
  }
  .contracts__slider {
    position: relative;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    top: 0px !important;
    padding-bottom: 15px;
    margin-top: -120px;
    opacity: 1 !important;
    margin-left: auto;
    margin-right: auto;
  }
  .news__wrapper .top__news .news__slider {
    max-width: 640px;
  }
  .contracts__wrapper .outer__contracts > h2 {
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  .contracts__wrapper .map svg {
    height: 520px;
    max-width: 740px;
  }
  .news__wrapper:before {
    height: 55%;
  }
  .news__wrapper .top__news > h2, .news__wrapper .bottom__news > h2 {
    font-size: 44px;
    line-height: 54px;
  }
  .news__wrapper .bottom__news > span, .news__wrapper .top__news > span {
    font-size: 24px;
    line-height: 30px;
  }
  .our__project {
    padding: 45px 0px;
  }
  .our__project .outer__project > .head > h2 {
    font-size: 44px;
    line-height: 52px;
  }
  .our__project .outer__project > .head > span {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .our__project .outer__project .slider .elem > .inn .desc > h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .our__project .outer__project > .head > p {
    font-size: 16px;
    line-height: 22px;
  }
  .explore__articles {
    margin-top: -70px;
  }
  .explore {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .explore .outer__explore > h2 {
    font-size: 45px;
    line-height: 52px;
  }
  .commitment__wrapper > img {
    width: 1440px;
    height: 2000px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .quote__wrapper {
    margin-bottom: 100px;
  }
  .commitment__wrapper {
    padding-top: 550px;
  }
  .commitment__wrapper .outer__commitment {
    top: -540px;
  }
  .commitment__wrapper .outer__commitment > h2 {
    font-size: 44px;
    line-height: 55px;
  }
  .commitment__wrapper .bottom__info {
    bottom: 92px;
    max-width: 575px;
  }
  .commitment__wrapper .bottom__info > .el:nth-child(1) {
    left: -16px;
    top: -23px;
  }
  .commitment__wrapper .bottom__info > .el:nth-child(3) {
    position: relative;
    top: -24px;
    right: 7px;
  }
  .commitment__wrapper .bottom__info > .el:nth-child(2):before {
    margin-left: -11px;
  }
  .commitment__wrapper .bottom__info > .el > p {
    font-size: 18px;
    line-height: 24px;
  }
  .quote__wrapper .outer__quote > h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .quote__wrapper .outer__quote > p {
    font-size: 17px;
    line-height: 22px;
  }
  .quote__wrapper {
    padding: 45px 0px;
  }
  .quote__wrapper .outer__quote .bottom__quote {
    padding: 80px 0px;
  }
  .milestones__wrapper .outer__milestones > .elem:nth-child(4) {
    margin-bottom: 0px !important;
  }
  .milestones__wrapper {
    height: auto;
    background: url("../img/back.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0px;
    padding-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .quote__wrapper {
    top: 0px;
  }
  .milestones__wrapper .outer__milestones > .elem {
    margin-bottom: 30px;
    min-width: 240px;
    max-width: 240px;
  }
  .milestones__wrapper .outer__milestones > .elem:nth-child(1):before {
    content: "";
    position: absolute;
    left: -80px;
    top: 18px;
    height: 3px;
    background-color: #2B2B2B;
    width: 70px;
  }
  .milestones__wrapper .outer__milestones > .elem:nth-child(2) {
    margin-left: 70px;
  }
  .milestones__wrapper .outer__milestones > .elem:nth-child(2):before {
    content: "";
    position: absolute;
    left: -85px;
    top: 18px;
    height: 3px;
    background-color: #2B2B2B;
    width: 70px;
  }
  .milestones__wrapper .outer__milestones > .elem:nth-child(3) {
    margin-left: 140px;
  }
  .milestones__wrapper .outer__milestones > .elem:nth-child(3):before {
    content: "";
    position: absolute;
    left: -155px;
    top: 18px;
    height: 3px;
    background-color: #2B2B2B;
    width: 140px;
  }
  .milestones__wrapper .outer__milestones > .elem:nth-child(4) {
    margin-left: 210px;
  }
  .milestones__wrapper .outer__milestones > .elem:nth-child(4):before {
    content: "";
    position: absolute;
    left: -225px;
    top: 18px;
    height: 3px;
    background-color: #2B2B2B;
    width: 210px;
  }
  .milestones__wrapper > img {
    display: none;
  }
  .milestones__wrapper > h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 35px;
  }
  .milestones__wrapper .outer__milestones > .elem {
    top: 0px !important;
    left: 0px !important;
    position: relative !important;
  }
  .milestones__wrapper {
    padding-top: 50px;
  }
  .milestones__wrapper .elem > .desc > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .milestones__wrapper .elem > .desc > span {
    font-size: 19px;
    line-height: 25px;
  }
  .milestones__wrapper .elem > .desc > p {
    font-size: 15px;
    line-height: 22px;
  }
  .legacy__wrapper .outer__legacy .desc > h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .legacy__wrapper .outer__legacy .desc > p {
    font-size: 16px;
  }
  .engineering__wrapper .outer__engineering > h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .engineering__wrapper .outer__engineering > p {
    font-size: 16px;
  }
  footer .outer__footer .main__part .inn .logo {
    margin-bottom: 14px;
  }
  footer .outer__footer .main__part .inn .logo > a img {
    min-width: 130px;
    max-width: 130px;
  }
  .documents__wrapper .outer__document > .elem > h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .documents__wrapper .outer__document > .elem > h6 {
    font-size: 22px;
    line-height: 28px;
  }
  .documents__wrapper .outer__document > .elem > p {
    font-size: 16px;
    line-height: 23px;
  }
  .policy__switcher .container {
    padding: 0px;
  }
  .policy__switcher ul > li > a {
    font-size: 19px;
    line-height: 24px;
    min-height: 90px;
  }
  .policies .outer__policies > h2 {
    margin-bottom: 15px;
    font-size: 44px;
    line-height: 54px;
  }
  .policies .outer__policies > p {
    font-size: 18px;
    line-height: 24px;
  }
  .what__we .outer__what > .top > h2 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 12px;
  }
  .what__we .outer__what > .top > p {
    font-size: 20px;
    line-height: 26px;
  }
  .what__we .outer__what > .top {
    max-width: 640px;
  }
  .what__we .what__wrapper .step > p {
    font-size: 14px;
    line-height: 19px;
  }
  .what__we .what__wrapper .step > h6 {
    font-size: 19px;
    line-height: 22px;
  }
  .what__we .what__wrapper .step > span {
    font-size: 26px;
    line-height: 32px;
  }
  .what__we .what__wrapper .step.one, .what__we .what__wrapper .step.four, .what__we .what__wrapper .step.two, .what__we .what__wrapper .step.three {
    min-width: 190px;
    max-width: 190px;
  }
  .what__we {
    padding-top: 35px;
  }
  .philosophy__wrapper .elem__philosophy .inner .desc .elem > p {
    font-size: 16px;
    line-height: 23px;
  }
  .philosophy__wrapper .elem__philosophy .inner .desc:nth-child(2) {
    margin-left: 40px;
  }
  .philosophy__wrapper .elem__philosophy .inner .desc:nth-child(1) {
    margin-right: 40px;
  }
  .philosophy__wrapper .elem__philosophy .inner .desc .elem {
    margin-bottom: 35px;
  }
  .philosophy__wrapper .top__philosophy > h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 12px;
  }
  .philosophy__wrapper .top__philosophy {
    margin-bottom: 25px;
  }
  .philosophy__wrapper .elem__philosophy .inner .desc .elem > h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .philosophy__wrapper .elem__philosophy .inner .desc .elem > h6 {
    font-size: 19px;
    line-height: 24px;
  }
  .philosophy__wrapper .top__philosophy > p {
    font-size: 17px;
    line-height: 24px;
  }
  .article__wrapper .outer__article .desc > h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  .article__wrapper .outer__article .desc .txt > p {
    font-size: 16px;
    line-height: 24px;
  }
  .article__wrapper.right .media img, .article__wrapper.left .media img {
    max-width: 440px;
  }
  .article__wrapper {
    padding: 60px 0px;
  }
  .article__wrapper.right .outer__article {
    padding-right: 370px;
  }
  .article__wrapper.left .outer__article {
    padding-left: 370px;
  }
  .who__we--are .outer__who > h2 {
    margin-bottom: 25px;
    font-size: 42px;
    line-height: 52px;
  }
  .who__we--are .outer__who > p, .who__we--are .outer__who .warning > p {
    font-size: 16px;
    line-height: 23px;
  }
  .vacancies__grid {
    padding-top: 20px;
  }
  .vacancies__grid .outer__vacancies > h2 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .vacancies__grid .outer__vacancies .grid > .elem > h6 {
    font-size: 27px;
    line-height: 34px;
  }
  .vacancies__grid .outer__vacancies .grid > .elem > span {
    font-size: 20px;
    line-height: 24px;
  }
  .vacancies__grid .outer__vacancies .grid > .elem > p {
    font-size: 16px;
    line-height: 22px;
  }
  .career__growth .outer__growth > .head > h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .career__growth .outer__growth > .head > p {
    font-size: 16px;
    line-height: 23px;
  }
  .career__growth .outer__growth .features .elem .desc > p {
    font-size: 21px;
    line-height: 26px;
  }
  .career__growth .outer__growth .features .elem .desc > span {
    font-size: 16px;
    line-height: 23px;
  }
  .culture__info .experience .outer__experience .media {
    height: auto;
  }
  .culture__info .experience {
    margin-top: 120px;
  }
  .culture__info .experience .outer__experience .desc {
    margin-left: 40px;
  }
  .culture__info .experience .outer__experience .desc > h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .culture__info .experience .outer__experience .desc > h6 {
    font-size: 20px;
    line-height: 24px;
  }
  .culture__info > .top__culture > h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .culture__info > .top__culture > p {
    font-size: 20px;
    line-height: 24px;
  }
  .culture__info .progress .outer > .elem > h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .culture__info .progress .outer > .elem > h2 {
    min-height: 56px;
  }
  .culture__info .progress:before {
    top: 74px;
  }
  .culture__info .progress .outer > .elem > span {
    top: 65px;
  }
  .culture__info {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .why__choose .outer__why {
    max-width: 540px;
  }
  .why__choose .outer__why > h2 {
    margin-bottom: 45px;
    font-size: 34px;
    line-height: 44px;
  }
  .commitment .outer__commitment > h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .career__hero .outer__career > h1 {
    font-size: 44px;
    line-height: 52px;
  }
  .career__hero .outer__career > h6 {
    font-size: 32px;
    line-height: 43px;
  }
  .career__hero {
    padding-top: 100px;
    padding-bottom: 160px;
  }
  .description__block {
    padding: 80px 0px;
  }
  .description__block .description > h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .description__block .description .text > p {
    font-size: 16px;
    line-height: 24px;
  }
  .info__hero .outer__info > h1 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 7px;
  }
  .info__hero .outer__info > span {
    font-size: 20px;
    line-height: 26px;
  }
  .info__hero .outer__info > h6 {
    font-size: 24px;
    line-height: 34px;
  }
  .job__vacancies .outer__jobs .job__details .desc > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .job__vacancies .outer__jobs .job__details .desc .date {
    margin-bottom: 20px;
  }
  .job__vacancies .outer__jobs .job__details .media {
    max-width: 385px;
  }
  header .outer__header .logo > a img {
    max-width: 120px;
  }
  .job__vacancies .outer__jobs .head__picker > .elem {
    min-width: 190px;
    max-width: 190px;
  }
  .job__vacancies .outer__jobs .head__picker > .elem {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .job__vacancies .outer__jobs .job__details .desc {
    max-width: calc(100% - 440px);
  }
  .job__vacancies .outer__jobs .job__details {
    margin-top: 60px;
  }
  .menu__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu__btn > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__btn > a > span {
    min-width: 32px;
    min-height: 3px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 7px;
  }
  .menu__btn > a > span:last-child {
    margin-bottom: 0px;
  }
  header .outer__header .right {
    position: fixed;
    top: 0px;
    right: -290px;
    width: 100%;
    max-width: 290px;
    height: 100%;
    background-color: #000000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 15px;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
  }
  header .outer__header .right .close__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 7px;
    right: 7px;
  }
  header .outer__header .right .close__btn img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 22px;
    max-width: 22px;
  }
  header .outer__header .right .btn {
    width: 100%;
  }
  header .outer__header .right .btn > a {
    width: 100%;
  }
  header .outer__header .right > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .outer__header .right > ul > li {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  header .outer__header .right > ul > li:last-child {
    margin-bottom: 0px;
  }
  .job__vacancies .outer__jobs > h1 {
    font-size: 46px;
    line-height: 54px;
    margin-bottom: 25px;
  }
  .job__vacancies .outer__jobs .head__picker > .elem.current .top > h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .job__vacancies .outer__jobs .head__picker > .elem .top > h6 {
    font-size: 24px;
    line-height: 29px;
  }
  .job__vacancies {
    padding: 50px 0px;
  }
  .info__wrapper > img {
    display: none;
  }
  .info__wrapper .qualification {
    margin-bottom: 60px;
  }
  .info__wrapper .btn {
    margin-top: -25px;
  }
  .info__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .info__wrapper .qualification ul li {
    margin-bottom: 20px;
  }
  .info__wrapper .qualification {
    max-width: 100%;
  }
  .info__wrapper .qualification ul li p {
    font-size: 19px;
    line-height: 26px;
  }
  .info__wrapper .qualification .head > h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .info__wrapper .qualification .head > img {
    max-width: 170px;
  }
  .info__wrapper .qualification .head > h2 {
    padding-top: 40px;
    padding-left: 45px;
  }
  .info__wrapper .qualification .head {
    margin-bottom: 60px;
    margin-left: 0px;
  }
  .info__block .outer__info {
    padding: 35px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info__block .outer__info .spacer:nth-child(2), .info__block .outer__info .spacer {
    margin: 30px 0px;
    width: 100%;
    height: 2px;
    left: 0px;
  }
  .info__block .outer__info > .el:nth-child(3) {
    max-width: 100%;
    width: 100%;
    padding: 0px;
  }
  .info__block .outer__info > .el:nth-child(1) {
    width: 100%;
  }
  .info__block .outer__info > .el:nth-child(5) {
    padding-left: 0px;
    width: 100%;
  }
  footer .outer__footer .menu__part {
    width: 100%;
  }
  footer .outer__footer .menu__part .top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .outer__footer .menu__part .top > .el {
    margin-right: 120px;
  }
  footer .outer__footer .menu__part > p {
    text-align: center;
    margin-top: 60px;
    padding-bottom: 20px;
  }
  footer .outer__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .outer__footer .main__part:after {
    content: "";
    position: absolute;
    left: calc(100% - 1px);
    width: 200px;
    height: 100%;
    background-color: #2B2B2B;
    top: 0px;
  }
  footer .outer__footer .main__part .inn > span {
    font-size: 18px;
  }
  footer .outer__footer .main__part .inn > a {
    font-size: 23px;
    line-height: 29px;
  }
  footer .outer__footer .main__part .inn ul {
    margin-top: 15px;
  }
  footer .outer__footer .main__part {
    padding: 30px 0px;
  }
  footer .outer__footer .main__part .inn ul li a {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }
  footer .outer__footer .menu__part {
    padding-left: 0px;
    padding-top: 35px;
  }
  footer .outer__footer .main__part {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  footer .outer__footer .main__part .inn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .outer__footer .main__part {
    width: 100%;
  }
  .job__vacancies {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .job__vacancies .outer__jobs > h1 {
    font-size: 40px;
    line-height: 48px;
  }
  body {
    padding-top: 61px;
  }
}
.documents__wrapper .outer__document > .elem .box .right > p {
  margin-bottom: 0px;
}

.double__milestones .outer__milestones > .elem > pA {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .grid__black .outer__grid .elem > span {
    font-size: 45px;
    line-height: 52px;
  }
  .grid__black .outer__grid .elem > h6 {
    font-size: 20px;
    line-height: 26px;
  }
  .double__milestones .outer__milestones > .elem > span {
    font-size: 45px;
    line-height: 52px;
  }
  .double__milestones .outer__milestones > .elem > h6 {
    font-size: 20px;
    line-height: 26px;
  }
  .double__milestones .outer__milestones > .elem:nth-child(2) {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .job__list > .elem .outer > .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .job__list > .elem {
    padding: 45px 0px;
  }
  .job__list > .elem .outer .dbl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
  .job__list > .elem .outer .dbl > .elem:nth-child(2) {
    padding-left: 0px;
  }
  .job__list > .elem .outer .dbl > .elem:nth-child(2) ul > li {
    padding-left: 45px;
  }
  .job__list > .elem .outer .dbl > .elem:nth-child(2) ul > li:before {
    left: -42px !important;
  }
  .job__list > .elem .outer .last > ul > li:before {
    width: 70px;
  }
  .job__list > .elem .outer .last > ul > li:before {
    left: -38px;
  }
  .job__list > .elem .outer .dbl > .elem:nth-child(2) ul > li:before {
    left: -70px;
  }
  .job__list > .elem .outer > .top .right {
    margin-left: 0px;
    margin-top: 15px;
  }
  .job__title {
    padding: 45px 0px;
  }
  .job__title .outer__job > h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .industries__wrapper {
    padding-bottom: 45px;
    padding-top: 90px;
  }
  .industries__wrapper .outer__industries > .top > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .industries__wrapper .outer__industries > .top > h6 {
    font-size: 21px;
    line-height: 28px;
  }
  .industries__wrapper .outer__industries > .top > h6 br {
    display: none;
  }
  .core__services .outer__core .elem.fourth {
    margin-bottom: 80px;
    margin-top: 0px;
  }
  .services__hero {
    background-position: center;
  }
  .services__hero {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .services__hero .outer__services > h1 {
    font-size: 38px;
    line-height: 45px;
  }
  .services__hero .outer__services > h6 {
    font-size: 24px;
    line-height: 32px;
  }
  .services__hero .outer__services > p {
    font-size: 16px;
  }
  .core__services .title {
    padding: 15px 25px;
  }
  .core__services .title > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .news__slider--page {
    margin-top: -280px;
    margin-bottom: -50px;
  }
  .news__slider--page .outer__news .elem > .inn .desc > h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .news__slider--page .outer__news .elem > .inn .desc > p {
    font-size: 16px;
    line-height: 23px;
  }
  .news__slider--page .outer__news .elem > .inn .desc .date > p {
    font-size: 16px;
    line-height: 23px;
  }
  .news__slider--page .outer__news .elem > .inn .media {
    min-width: 300px;
    max-width: 300px;
  }
  .head__news {
    padding-top: 60px;
    padding-bottom: 160px;
  }
  .head__news .inner__news > h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .news__grid .wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .inner__article {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .inner__article .outer__inner .desc > h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .inner__article .outer__inner .desc {
    max-width: 100%;
    width: 100% !important;
  }
  .inner__article .outer__inner .desc .media {
    position: relative;
    width: 100%;
    top: 0px;
    margin-bottom: 20px;
    left: 0px;
  }
  .inner__article .outer__inner .desc .media img {
    max-width: 100%;
    width: 100%;
  }
  .branches__wrapper .outer__branches .grid__branches {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .branches__wrapper .outer__branches .title > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .contact__form .outer__contact .box form {
    grid-column-gap: 40px;
  }
  .contact__form .outer__contact .box > h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .contact__form .outer__contact .box > p {
    font-size: 16px;
    line-height: 23px;
  }
  .contact__form .outer__contact .box form .right .group__input > p, .contact__form .outer__contact .box form .left .group__input > p {
    font-size: 20px;
    line-height: 24px;
  }
  .contact__form .outer__contact .box form .right .group__input > textarea, .contact__form .outer__contact .box form .right .group__input > input, .contact__form .outer__contact .box form .left .group__input > input {
    font-size: 19px;
    line-height: 23px;
  }
  .completed__projects .outer__completed .projects {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 35px;
    padding-top: 0px;
  }
  .completed__projects .outer__completed .projects .row > .elem {
    margin-bottom: 35px;
  }
  .completed__projects .outer__completed .controls {
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 35px;
  }
  .completed__projects .outer__completed .controls .el > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .completed__projects .outer__completed .controls .el > h2 br {
    display: none;
  }
  .completed__projects {
    padding: 45px 0px;
  }
  .completed__projects .outer__completed .projects .row:nth-child(1) {
    padding-top: 0px;
  }
  .projects__head {
    padding: 65px 0px;
  }
  .projects__head .outer__projects > h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .contracts__wrapper {
    padding-bottom: 15px;
  }
  .contracts__wrapper .outer__contracts > h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .contracts__wrapper .outer__contracts > ul > li > a {
    font-size: 14px !important;
  }
  .contracts__wrapper .outer__contracts > ul > li > a span {
    min-width: 20px !important;
    max-width: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
  }
  .news__wrapper {
    padding: 40px 0px;
  }
  .news__wrapper .top__news > h2, .news__wrapper .bottom__news > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .news__wrapper .bottom__news > span, .news__wrapper .top__news > span {
    font-size: 21px;
    line-height: 28px;
  }
  .our__project .outer__project .slider .slick-list {
    padding: 0 12% 0 0;
  }
  .our__project .outer__project .slider .elem > .inn .desc > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .our__project .outer__project .slider .elem > .inn {
    height: 400px;
  }
  .our__project {
    padding-top: 10px;
  }
  .our__project .outer__project > .head {
    margin-bottom: 25px;
  }
  .our__project .outer__project > .head > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .our__project .outer__project > .head > span {
    font-size: 21px;
  }
  .explore__articles {
    margin-top: -45px;
  }
  .explore {
    padding-top: 50px;
    padding-bottom: 90px;
    margin-top: 0px;
  }
  .explore .outer__explore > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .commitment__wrapper > img {
    display: none;
  }
  .commitment__wrapper {
    padding-top: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .commitment__wrapper .bottom__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .commitment__wrapper .bottom__info > .el {
    width: 100%;
    top: 0px;
    left: 0px;
    max-width: 100%;
  }
  .commitment__wrapper .bottom__info > .el p {
    color: #000;
  }
  .commitment__wrapper .bottom__info {
    max-width: 100%;
  }
  .commitment__wrapper .bottom__info > .el:nth-child(1):before {
    left: -20px;
    top: -20px;
    width: 20%;
    height: 3px;
  }
  .commitment__wrapper .bottom__info > .el:nth-child(1) {
    padding-left: 0px;
    left: 0px;
    top: 0px;
  }
  .commitment__wrapper .bottom__info > .el:nth-child(2) {
    margin: 35px 0px;
  }
  .commitment__wrapper .bottom__info > .el:nth-child(3) {
    padding-right: 0px;
    top: 0px;
    right: 0px;
  }
  .commitment__wrapper .bottom__info > .el:nth-child(2) {
    position: relative;
  }
  .commitment__wrapper .bottom__info > .el:nth-child(2):before {
    left: 0px;
    top: -20px;
    width: 100%;
    height: 3px;
  }
  .commitment__wrapper .bottom__info > .el:nth-child(3):before {
    left: -20px;
    top: -20px;
    width: 200%;
    height: 3px;
  }
  .commitment__wrapper .outer__commitment > h2 {
    margin-bottom: 50px;
  }
  .commitment__wrapper .bottom__info {
    position: static;
  }
  .commitment__wrapper .outer__commitment {
    top: 0px;
  }
  .commitment__wrapper .outer__commitment > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .quote__wrapper .outer__quote .bottom__quote > p {
    font-size: 20px;
    line-height: 30px;
  }
  .quote__wrapper .outer__quote .bottom__quote > span img {
    max-width: 240px;
  }
  .quote__wrapper .outer__quote > h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .milestones__wrapper .outer__milestones > .elem:before {
    top: 16px !important;
  }
  .milestones__wrapper > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .milestones__wrapper .elem > .desc > h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .milestones__wrapper .elem > .desc > span {
    font-size: 17px;
    line-height: 23px;
  }
  .milestones__wrapper .elem > .desc > p {
    font-size: 14px;
    line-height: 21px;
  }
  .core__services .outer__core .elem.third > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .core__services .outer__core .elem.second {
    margin-bottom: 80px;
  }
  .core__services .outer__core .elem.third {
    max-width: 100%;
  }
  .core__services .outer__core .elem.third .media {
    position: relative;
    right: 0px;
    margin-top: 60px;
    bottom: 0px;
    width: 100%;
  }
  .core__services .outer__core .elem.third .media > img {
    max-width: 100%;
    width: 100%;
  }
  .core__services .outer__core .elem.third > span {
    top: -15px;
    font-size: 90px;
    line-height: 90px;
  }
  .legacy__wrapper .outer__legacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .legacy__wrapper .outer__legacy .desc {
    padding: 35px;
  }
  .legacy__wrapper .outer__legacy .desc > h2 {
    font-size: 27px;
    line-height: 34px;
  }
  .engineering__wrapper {
    padding: 80px 0px;
  }
  .engineering__wrapper .outer__engineering > p {
    max-width: 400px;
  }
  .documents__wrapper .outer__document > .elem .box .inner {
    padding: 25px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .documents__wrapper .outer__document > .elem .box .right > p {
    font-size: 20px;
    line-height: 35px;
  }
  .documents__wrapper .outer__document > .elem .box .left > span {
    font-size: 16px;
    line-height: 23px;
  }
  .documents__wrapper .outer__document > .elem .box .left > span {
    margin-bottom: 10px;
  }
  .documents__wrapper .outer__document > .elem .box .left > p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .documents__wrapper .outer__document > .elem .box .left {
    margin-right: 0px;
    width: 100%;
  }
  .documents__wrapper .outer__document > .elem .box .right {
    padding: 0px;
    margin-top: 25px;
    width: 100%;
    max-width: 100%;
  }
  .documents__wrapper .outer__document > .elem .box .right > p {
    min-width: 0px;
    max-width: 100%;
  }
  .documents__wrapper {
    padding-bottom: 40px;
  }
  .documents__wrapper .outer__document > .elem .box {
    margin-top: 25px;
  }
  .documents__wrapper .outer__document > .elem > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .policy__switcher ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
    line-height: 21px;
  }
  .policies .outer__policies > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .policies .outer__policies > p {
    font-size: 16px;
    line-height: 22px;
  }
  .policies {
    padding: 45px 0px;
  }
  .what__we .outer__what > .top > h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 5px;
  }
  .what__we .outer__what > .top > p {
    font-size: 17px;
    line-height: 23px;
  }
  .what__we .what__wrapper {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .what__we .what__wrapper .step {
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 75px;
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
    left: 0px !important;
  }
  .what__we .what__wrapper .step:before {
    left: -11px;
    top: 3px;
    content: "";
    position: absolute;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    border-radius: 250px;
    background-color: #F5002F;
  }
  .what__we .what__wrapper img {
    display: none;
  }
  .what__we .what__wrapper .step.one, .what__we .what__wrapper .step.four, .what__we .what__wrapper .step.two, .what__we .what__wrapper .step.three {
    position: static;
    height: auto;
  }
  .philosophy__wrapper .top__philosophy > h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .philosophy__wrapper .top__philosophy {
    margin-bottom: 35px;
  }
  .philosophy__wrapper .elem__philosophy .inner .desc .elem > h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .philosophy__wrapper .elem__philosophy .inner .desc .elem > h6 {
    font-size: 17px;
    line-height: 23px;
  }
  .philosophy__wrapper .elem__philosophy .inner .desc .elem > p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 15px;
  }
  .philosophy__wrapper .top__philosophy > p {
    max-width: 540px;
  }
  .philosophy__wrapper .elem__philosophy .inner .desc .elem {
    margin-bottom: 0px;
  }
  .philosophy__wrapper .elem__philosophy .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .philosophy__wrapper .elem__philosophy .inner .desc {
    margin-left: 0px !important;
    margin-right: 0px !important;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .philosophy__wrapper .elem__philosophy .inner .media {
    margin-top: 35px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .article__wrapper .outer__article .desc > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .who__we--are {
    margin-bottom: -120px;
  }
  .article__wrapper .outer__article {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .vacancies__grid .outer__vacancies .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
  .vacancies__grid .outer__vacancies .grid > .elem {
    min-height: 0px;
    padding-bottom: 100px;
  }
  .vacancies__grid .outer__vacancies .grid > .elem > h6 {
    font-size: 23px;
    line-height: 29px;
  }
  .vacancies__grid .outer__vacancies .grid > .elem > span {
    font-size: 18px;
    line-height: 22px;
  }
  .vacancies__grid {
    padding: 40px 0px;
  }
  .vacancies__grid .outer__vacancies > h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .how__to--apply .outer__how .media {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .how__to--apply .outer__how .desc {
    padding-right: 0px;
  }
  .how__to--apply .outer__how .desc > h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .how__to--apply .outer__how .desc > p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .how__to--apply .outer__how {
    padding: 35px 0px;
  }
  .apply__outer {
    padding: 0px;
  }
  .how__to--apply .outer__how .media img {
    width: 100%;
  }
  .how__to--apply .outer__how .media {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .how__to--apply .outer__how .media {
    margin-top: 25px;
  }
  .career__growth .outer__growth > .head > h2 {
    font-size: 30px;
    line-height: 39px;
  }
  .career__growth .outer__growth .features .elem > span {
    font-size: 80px;
    margin-right: 25px;
    min-width: 55px;
  }
  .culture__info .progress .outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .culture__info .progress .outer > .elem {
    position: relative;
    padding-left: 34px;
    margin-bottom: 20px;
  }
  .culture__info .progress .outer > .elem:last-child {
    margin-bottom: 0px;
  }
  .culture__info .experience {
    margin-top: 50px;
  }
  .culture__info > .top__culture {
    margin-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .culture__info .progress .outer > .elem > h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 2px;
  }
  .culture__info .progress .outer > .elem > p {
    font-size: 15px;
    line-height: 22px;
  }
  .culture__info .progress .outer > .elem:last-child:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 22px;
    bottom: 0px;
    height: calc(100% - 22px);
    background-color: #fff;
  }
  .culture__info .progress:before {
    left: 30px;
    top: 1px;
    width: 1px;
    height: 100%;
  }
  .culture__info .progress .outer > .elem > span {
    top: 1px;
  }
  .culture__info .progress .outer > .elem > h2 {
    min-height: 0px;
    margin-bottom: 4px;
  }
  .culture__info {
    padding: 60px 0px;
  }
  .culture__info > .top__culture > h2, .culture__info .experience .outer__experience .desc > h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .culture__info > .top__culture > p, .culture__info .experience .outer__experience .desc > h6 {
    font-size: 17px;
    line-height: 21px;
  }
  .culture__info .experience .outer__experience .desc > p {
    font-size: 15px;
    line-height: 20px;
  }
  .join__our--team {
    padding: 35px 0px;
  }
  .join__our--team .outer__team .desc > h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .join__our--team .outer__team .media {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .join__our--team .outer__team .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
    width: 100%;
    max-width: 100%;
  }
  .join__our--team .outer__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .join__our--team .outer__team .desc {
    padding-left: 0px;
  }
  .join__our--team .outer__team .desc ul > li:before {
    left: -55px;
  }
  .join__our--team .outer__team .desc > h6 {
    font-size: 17px;
    line-height: 23px;
  }
  .join__our--team .outer__team .desc > p, .join__our--team .outer__team .desc ul > li {
    font-size: 15px;
    line-height: 22px;
  }
  .commitment .outer__commitment .list__elems > div {
    margin-bottom: 10px;
  }
  .commitment .outer__commitment .list__elems > div:last-child {
    margin-bottom: 0px;
  }
  .commitment {
    margin-top: 40px;
    padding-bottom: 80px;
  }
  .commitment .outer__commitment .list__elems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .commitment .outer__commitment .list__elems > .elem {
    margin-right: 0px;
    max-width: 50%;
  }
  .commitment .outer__commitment .list__elems > .elem:nth-child(even) {
    margin-top: 0px;
    margin-left: auto;
  }
  .why__choose .outer__why {
    max-width: 100%;
  }
  .commitment .outer__commitment > h2 {
    margin-bottom: 30px;
  }
  .why__choose .outer__why {
    padding: 50px 35px;
  }
  .why__choose {
    margin-top: -70px;
  }
  .why__choose .outer__why > h2 {
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .commitment .outer__commitment .list__elems > .elem > p {
    font-size: 14px;
    line-height: 22px;
  }
  .commitment .outer__commitment .list__elems > .elem > h6 {
    font-size: 17px;
    line-height: 22px;
  }
  .commitment .outer__commitment > h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .career__hero .outer__career > h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .career__hero .outer__career > h6 {
    font-size: 26px;
    line-height: 34px;
  }
  .career__hero {
    padding-top: 70px;
    padding-bottom: 120px;
  }
  .info__hero {
    margin-bottom: -70px;
  }
  .info__hero {
    padding-bottom: 120px;
  }
  .info__gallery:before {
    height: 50px;
    top: 70px;
  }
  .description__block .description > h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .info__hero .outer__info > h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .info__hero .outer__info > h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .info__hero .outer__info > span {
    font-size: 17px;
    line-height: 23px;
  }
  .info__hero .outer__info .double {
    max-width: 740px;
  }
  .job__vacancies .outer__jobs .job__details .media {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .job__vacancies .outer__jobs .job__details .desc .details > ul > li:before {
    left: -92px;
    top: 10px;
  }
  .job__vacancies .outer__jobs .head__picker > .elem:last-child {
    margin-bottom: 0px;
  }
  .job__vacancies .outer__jobs .job__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .job__vacancies .outer__jobs .job__details .media {
    position: static;
  }
  .job__vacancies .outer__jobs .job__details .desc {
    max-width: 100%;
    width: 100%;
  }
  .job__vacancies .outer__jobs .job__details .benefits {
    max-width: calc(100% + 20px);
    width: calc(100% + 20px);
  }
  .job__vacancies .outer__jobs .job__details .media {
    margin-top: 25px;
    max-width: 100%;
    width: 100%;
  }
  .info__wrapper {
    padding: 35px 0px;
  }
  .job__vacancies .outer__jobs .head__picker > .elem.current {
    margin-right: 0px;
  }
  .job__vacancies .outer__jobs .head__picker > .elem, .job__vacancies .outer__jobs .head__picker > .elem.current {
    padding: 25px 20px;
  }
  .job__vacancies .outer__jobs .head__picker > .elem .bottom > a {
    font-size: 16px;
    line-height: 20px;
    min-height: 40px;
  }
  .job__vacancies .outer__jobs > h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .job__vacancies .outer__jobs .head__picker > .elem .top > h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .job__vacancies .outer__jobs .head__picker > .elem .top > h2 {
    margin-bottom: 0px;
  }
  .job__vacancies .outer__jobs .head__picker > .elem.current .top > h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .job__vacancies .outer__jobs .head__picker > .elem .top > h6 {
    font-size: 17px;
    line-height: 21px;
  }
  .job__vacancies .outer__jobs .head__picker > .elem .top > span {
    font-size: 15px;
    line-height: 19px;
    margin-top: 12px;
  }
  .job__vacancies .outer__jobs .head__picker > .elem {
    min-height: 0px;
    margin-bottom: 15px;
    width: 100%;
    min-width: 0px;
    max-width: 100%;
  }
  .job__vacancies .outer__jobs .head__picker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .job__vacancies .outer__jobs .head__picker > .elem.current {
    min-height: 0px;
  }
  .job__vacancies .outer__jobs .head__picker > .elem .top {
    width: 100%;
    max-width: 100%;
  }
  .form__block .outer__form > h2 {
    font-size: 50px;
    line-height: 58px;
  }
  .form__block .outer__form form .step > h6 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .form__block .outer__form form .step .double .group__input > p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .form__block .outer__form form .step .double {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  .form__block .outer__form form .step {
    margin-bottom: 70px;
  }
  .form__block .outer__form form .step .droppable > p span {
    font-size: 28px;
    line-height: 34px;
  }
  .form__block .outer__form form .step .droppable > p {
    font-size: 21px;
    line-height: 30px;
  }
  .culture__info .experience .outer__experience {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .culture__info .experience .outer__experience .media {
    max-width: 440px;
    margin-left: auto;
  }
  .culture__info .experience .outer__experience .media .md {
    position: relative;
  }
  .culture__info .experience .outer__experience .desc {
    margin-left: 0px;
  }
  .culture__info > .top__culture > h2, .culture__info .experience .outer__experience .desc > h2 br {
    margin-bottom: 8px;
  }
  .culture__info .experience .outer__experience .desc > h2 {
    margin-bottom: 8px;
  }
  .culture__info .experience .outer__experience .media {
    margin-top: 90px;
  }
  .culture__info .experience .outer__experience .desc {
    max-width: 100%;
  }
  .culture__info .experience .outer__experience .media > .md:nth-child(1) {
    margin-right: -32%;
    margin-top: -30%;
  }
  .who__we--are .outer__who {
    padding: 25px 30px;
  }
  .who__we--are .outer__who .warning {
    padding: 24px 30px;
  }
  .who__we--are {
    padding-bottom: 180px;
  }
  .core__services .outer__core .elem.first > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .core__services .outer__core .elem.first > span, .core__services .outer__core .elem.second > span {
    font-size: 90px;
    line-height: 90px;
  }
  .core__services .outer__core .elem.fourth, .core__services .outer__core .elem.second {
    max-width: 100%;
  }
  .core__services .outer__core .elem.first > h6 {
    font-size: 21px;
    line-height: 28px;
  }
  .core__services .outer__core .elem.first > h6 br {
    display: none;
  }
  .core__services .outer__core .elem.first > p, .core__services .outer__core .elem.third > p {
    font-size: 16px;
  }
  .core__services .outer__core .elem.third .media > span img {
    max-width: calc(100% - 30px);
  }
  .core__services .outer__core .elem.second > h6, .core__services .outer__core .elem.third > h6 {
    font-size: 21px;
    line-height: 28px;
  }
  .core__services .outer__core .elem.second > h6 {
    font-size: 21px;
    line-height: 28px;
  }
  .core__services .outer__core .elem.first > span, .core__services .outer__core .elem.second > span {
    font-size: 90px;
    line-height: 90px;
  }
  .core__services .outer__core .elem.fourth, .core__services .outer__core .elem.second {
    max-width: 100%;
  }
  .core__services .outer__core .elem.second {
    padding: 60px 40px;
  }
  .core__services .outer__core .elem.second > span {
    top: 50px;
    left: 40px;
  }
  .core__services .outer__core .elem.second > p {
    font-size: 16px;
  }
  .core__services .outer__core .elem.second > img {
    position: static;
  }
  .core__services .outer__core .elem.second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .core__services .outer__core .elem.second > img {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
  }
  .core__services .outer__core .elem.second > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .core__services .outer__core .elem.fourth > h6 {
    font-size: 21px;
    line-height: 28px;
  }
  .core__services .outer__core .elem.first > span, .core__services .outer__core .elem.fourth > span {
    font-size: 90px;
    line-height: 90px;
  }
  .core__services .outer__core .elem.fourth, .core__services .outer__core .elem.fourth {
    max-width: 100%;
  }
  .core__services .outer__core .elem.fourth {
    padding: 60px 40px;
  }
  .core__services .outer__core .elem.fourth > span {
    top: 50px;
    left: 40px;
  }
  .core__services .outer__core .elem.fourth > p {
    font-size: 16px;
  }
  .core__services .outer__core .elem.fourth > img {
    position: static;
  }
  .core__services .outer__core .elem.fourth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .core__services .outer__core .elem.fourth > img {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
  }
  .core__services .outer__core .elem.fourth > h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.our__project .outer__project .slider .elem > .inn .desc {
  margin-right: 25px;
}

@media (max-width: 767px) {
  .milestones__wrapper > p {
    font-size: 16px;
    line-height: 24px;
  }
  .industries__wrapper {
    padding-top: 45px;
  }
  .job__list > .elem .outer > .top > .left > p {
    font-size: 20px;
    line-height: 30px;
  }
  .job__list > .elem .outer > .top > .left > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .job__list > .elem .outer > .top .right > a {
    width: 100%;
  }
  .job__list > .elem .outer > .top .right {
    width: 100%;
  }
  .core__services .title > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .core__services .title {
    padding-left: 15px;
  }
  .news__slider--page .outer__news .elem > .inn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__slider--page .outer__news .elem > .inn .desc > h2 {
    font-size: 27px;
    line-height: 34px;
  }
  .news__slider--page .outer__news .elem > .inn .media {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .branches__wrapper {
    padding-bottom: 50px;
  }
  .branches__wrapper .outer__branches .grid__branches .elem > h6 {
    font-size: 22px;
    line-height: 28px;
  }
  .contact__form .outer__contact {
    padding: 25px 20px;
  }
  .branches__wrapper .outer__branches .title > h2 {
    text-align: center;
    padding: 25px 20px;
  }
  .contact__form .outer__contact .box form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .contact__form .outer__contact .box form .right .group__input > p, .contact__form .outer__contact .box form .left .group__input > p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .contact__form .outer__contact .box form .right .group__input {
    margin-bottom: 20px;
  }
  .branches__wrapper .outer__branches .title > h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .contact__form .outer__contact .box form .left .group__input {
    margin-bottom: 20px;
  }
  .contracts__slider > a img {
    min-width: 20px;
    max-width: 20px;
  }
  .completed__projects .outer__completed .controls .el .field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .completed__projects .outer__completed .controls .el .field .spacer {
    width: 100%;
    margin: 0px 0px;
    min-height: 1px;
  }
  .completed__projects .outer__completed .controls .el > h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .contracts__wrapper .map svg {
    height: auto;
    width: 100%;
  }
  .projects__head .outer__projects > h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .contracts__slider .slider .el .inn > h6 {
    font-size: 20px;
    line-height: 24px;
  }
  .contracts__slider .slider .el .inn {
    padding: 20px;
  }
  .contracts__slider .slider .el .inn > span {
    font-size: 16px;
    line-height: 20px;
  }
  .contracts__slider .slider .el .inn > a {
    margin-top: 10px;
  }
  .contracts__slider .slider .el .inn > a {
    font-size: 15px;
    line-height: 20px;
  }
  .contracts__slider {
    max-width: 250px;
  }
  .contracts__slider .slider .el .inn > p {
    font-size: 20px;
  }
  .contracts__slider .slider .el .inn > p img {
    max-width: 26px;
    min-width: 26px;
    margin-right: 6px;
  }
  .our__project .outer__project .slider .elem > .inn .btn {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .our__project .outer__project .slider .elem > .inn .desc {
    margin-right: 0px;
  }
  .our__project .outer__project > .head > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .our__project .outer__project > .head > span {
    font-size: 18px;
    line-height: 22px;
  }
  .our__project .outer__project .slider .elem > .inn .desc > h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .our__project .outer__project .slider .elem > .inn .desc > p {
    font-size: 15px;
    line-height: 20px;
  }
  .our__project .outer__project .slider .elem > .inn {
    padding: 22px;
  }
  .explore__articles .outer__articles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .explore .outer__explore > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .commitment__wrapper .outer__commitment > h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .quote__wrapper .outer__quote > h2 {
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .quote__wrapper .outer__quote > p {
    margin: 0px;
  }
  .quote__wrapper .outer__quote .bottom__quote > span img {
    max-width: 200px;
  }
  .engineering__wrapper .outer__engineering > h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .documents__wrapper .outer__document > .elem > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .documents__wrapper .outer__document > .elem > h6 {
    font-size: 19px;
    line-height: 25px;
  }
  .documents__wrapper {
    padding-top: 45px;
  }
  .policy__switcher {
    border-bottom: 3px solid #000;
  }
  .policy__switcher ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .what__we .outer__what > .top > h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 5px;
  }
  .what__we .outer__what > .top > p {
    font-size: 16px;
    line-height: 21px;
  }
  .philosophy__wrapper {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .philosophy__wrapper .elem__philosophy .inner .desc {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .philosophy__wrapper .elem__philosophy .inner .media img {
    min-width: 0px;
    max-width: 100%;
  }
  .article__wrapper .outer__article {
    padding: 30px 0px !important;
  }
  .article__wrapper.right .media, .article__wrapper.left .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px;
  }
  .article__wrapper .outer__article .desc > h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .who__we--are {
    padding-bottom: 120px;
  }
  .article__wrapper.right .media img, .article__wrapper.left .media img {
    max-width: 400px;
    width: 100%;
  }
  .article__wrapper .outer__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article__wrapper .media {
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .who__we--are .outer__who > h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  .career__growth {
    padding: 45px 0px;
  }
  .career__growth .outer__growth > .head > h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .career__growth .outer__growth .cta .btn > a {
    font-size: 16px;
    line-height: 22px;
    padding: 7px 20px;
  }
  .career__growth .outer__growth .features .elem .desc > p {
    font-size: 19px;
    line-height: 24px;
  }
  .career__growth .outer__growth .features .elem > span {
    margin-right: 15px;
    font-size: 60px;
    min-width: 48px;
  }
  .career__growth .outer__growth .features {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
  .career__growth .outer__growth .features .elem {
    margin-bottom: 30px;
  }
  .career__growth .outer__growth .cta {
    margin-bottom: 35px;
  }
  .culture__info {
    padding: 35px 0px;
  }
  .culture__info > .top__culture > h2, .culture__info .experience .outer__experience .desc > h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .commitment {
    padding-bottom: 60px;
  }
  .info__hero .outer__info .double {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 7px;
  }
  .info__hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .info__hero {
    margin-bottom: -35px;
  }
  .description__block .description > h2 {
    white-space: initial;
  }
  .info__gallery .outer__gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
  .description__block {
    padding: 45px 0px;
  }
  .description__block .description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .description__block .description > h2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
    max-width: 100%;
    font-size: 30px;
    line-height: 35px;
  }
  .description__block .description > h2 br {
    display: none;
  }
  .job__vacancies .outer__jobs .job__details .benefits {
    margin-top: 20px;
  }
  .job__vacancies .outer__jobs .job__details {
    margin-top: 40px;
  }
  .job__vacancies .outer__jobs .job__details .desc > span {
    font-size: 19px;
    line-height: 23px;
  }
  .job__vacancies .outer__jobs .job__details .desc .date {
    margin-bottom: 25px;
  }
  .job__vacancies .outer__jobs > h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .info__wrapper .btn {
    padding: 0px;
  }
  .info__wrapper .btn > a {
    width: 100%;
    height: 50px;
    font-size: 19px;
    line-height: 23px;
  }
  .info__wrapper .qualification ul li p {
    font-size: 17px;
    line-height: 24px;
  }
  .info__wrapper .qualification ul li > span {
    margin-right: 10px;
    top: 9px;
  }
  .info__wrapper .qualification ul li > span img {
    max-width: 24px;
  }
  .info__wrapper .qualification .head > h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .info__block .outer__info > .el > span {
    font-size: 20px;
    line-height: 25px;
  }
  .form__block .outer__form > h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
  }
  .form__block {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .form__block .outer__form form .step > h6 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .form__block .outer__form form .step .double .group__input > p {
    font-size: 19px;
    line-height: 25px;
  }
  .form__block .outer__form form .step .double .group__input > input, .form__block .outer__form form .step .double .group__input > select {
    font-size: 19px;
    line-height: 24px;
  }
  .form__block .outer__form form .step .droppable > p {
    font-size: 17px;
    line-height: 24px;
  }
  .form__block .outer__form form .step .droppable > p span {
    font-size: 23px;
    line-height: 28px;
  }
  .form__block .outer__form form .group__submit {
    margin-top: -35px;
  }
  .form__block .outer__form form .group__submit button {
    width: 100%;
    height: 50px;
    font-size: 19px;
    line-height: 23px;
  }
  footer .outer__footer .menu__part .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .outer__footer .menu__part .top > .el {
    text-align: center;
    margin-right: 0px;
    margin-bottom: 35px;
  }
  footer .outer__footer .menu__part .top > .el:last-child {
    margin-bottom: 0px;
  }
  .who__we--are {
    margin-bottom: -50px;
  }
  .article__wrapper {
    padding: 0px;
    margin-bottom: 40px;
  }
}
.grid__black .outer__grid .elem > p {
  margin: 0px;
}

.grid__black .outer__grid .elem > h6 {
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .grid__black .outer__grid .elem > h6 {
    margin-bottom: 10px;
  }
  .grid__black .outer__grid .elem > span {
    font-size: 36px;
    line-height: 44px;
  }
  .grid__black .outer__grid .elem > h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .grid__black .outer__grid .elem > p {
    font-size: 14px;
    line-height: 22px;
  }
  .double__milestones .outer__milestones > .elem > p {
    font-size: 14px;
    line-height: 22px;
  }
  .double__milestones .outer__milestones > .elem > span {
    font-size: 36px;
    line-height: 44px;
  }
  .double__milestones .outer__milestones > .elem {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .double__milestones .outer__milestones > .elem > h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .job__list > .elem .outer > .top > .left > h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .job__list > .elem .outer > .top > .left > p {
    font-size: 18px;
    line-height: 24px;
  }
  .job__title .outer__job > h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .job__title .outer__job > a {
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
  }
  .job__title .outer__job > a img {
    max-width: 14px;
  }
  .job__vacancies .see__more > a {
    width: 100%;
  }
  .core__services .outer__core .elem.second {
    padding: 35px 15px;
  }
  .core__services .outer__core .elem.second > span {
    top: 35px;
    left: 15px;
  }
  .core__services .outer__core .elem.fourth {
    padding: 35px 15px;
  }
  .core__services .outer__core .elem.fourth > span {
    top: 35px;
    left: 15px;
  }
  .inner__article .outer__inner .desc > h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .inner__article .outer__inner .desc > p {
    font-size: 16px;
    line-height: 22px;
  }
  .inner__article .outer__inner .desc > .date p {
    font-size: 14px;
    line-height: 20px;
  }
  .inner__article .outer__inner .desc > .date {
    margin-bottom: 25px;
  }
  .contact__form .outer__contact .box form .right .group__submit > button {
    width: 100%;
  }
  .branches__wrapper .outer__branches .grid__branches {
    margin-top: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 35px;
  }
  .completed__projects .outer__completed .projects .row > .elem .desc > h2 {
    font-size: 17px;
    line-height: 22px;
  }
  .completed__projects .outer__completed .projects .row > .elem .media {
    margin-bottom: -45px;
  }
  .completed__projects .outer__completed .projects .row > .elem .desc ul > li {
    font-size: 15px;
    line-height: 20px;
  }
  .completed__projects .outer__completed .projects .row > .elem .desc .btn > a {
    font-size: 15px;
    line-height: 20px;
  }
  .completed__projects .outer__completed .projects .row > .elem .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
  .completed__projects .outer__completed .projects .row > .elem .media .float {
    padding: 12px 18px;
    padding-left: 24px;
  }
  .completed__projects .outer__completed .projects .row > .elem .media .float > p {
    font-size: 14px;
    line-height: 20px;
  }
  .completed__projects .outer__completed .projects .row > .elem .media .float > span {
    font-size: 14px;
    line-height: 20px;
  }
  .contracts__slider {
    margin-top: -45px;
  }
  .contracts__slider .slider .slick-next {
    right: -30px;
  }
  .contracts__slider .slider .slick-prev {
    left: -30px;
  }
  .news__wrapper .top__news > h2, .news__wrapper .bottom__news > h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .contracts__wrapper .outer__contracts > h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .contracts__wrapper .outer__contracts > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contracts__wrapper .outer__contracts > ul > li {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .contracts__wrapper .outer__contracts > ul > li:last-child {
    margin-bottom: 0px;
  }
  .contracts__wrapper {
    padding-top: 35px;
  }
  .news__wrapper .bottom__news .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__wrapper .bottom__news .btns > a {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .news__wrapper .bottom__news .btns > a:last-child {
    margin-bottom: 0px;
  }
  .explore .outer__explore > h2 {
    font-size: 25px;
    line-height: 34px;
  }
  .commitment__wrapper .outer__commitment > h2 {
    font-size: 27px;
    line-height: 34px;
  }
  .commitment__wrapper .bottom__info > .el > p {
    font-size: 16px;
    line-height: 22px;
  }
  .commitment__wrapper .bottom__info > .el:nth-child(2):before {
    width: 110%;
  }
  .commitment__wrapper .bottom__info > .el:nth-child(1):before {
    width: 25%;
  }
  .quote__wrapper .outer__quote .bottom__quote {
    padding: 40px 0px;
  }
  .quote__wrapper .outer__quote .bottom__quote > p {
    font-size: 18px;
    line-height: 26px;
  }
  .quote__wrapper .outer__quote .bottom__quote > span img {
    max-width: 140px;
  }
  .quote__wrapper .outer__quote .bottom__quote > span {
    margin-top: -50px;
  }
  .quote__wrapper .outer__quote > h2 {
    font-size: 23px;
    line-height: 29px;
  }
  .milestones__wrapper .outer__milestones > .elem:before {
    top: 12px !important;
  }
  .milestones__wrapper > h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .milestones__wrapper .elem > .desc > h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .milestones__wrapper .outer__milestones > .elem:nth-child(2) {
    margin-left: 30px;
  }
  .milestones__wrapper .outer__milestones > .elem:nth-child(3) {
    margin-left: 40px;
  }
  .milestones__wrapper .outer__milestones > .elem:nth-child(4) {
    margin-left: 50px;
  }
  .milestones__wrapper {
    padding-top: 35px;
    padding-bottom: 35px !important;
  }
  .legacy__wrapper .outer__legacy .desc {
    padding: 25px 15px;
  }
  .legacy__wrapper .outer__legacy .desc > p {
    font-size: 15px;
  }
  .legacy__wrapper .outer__legacy .media {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .engineering__wrapper {
    padding: 50px 0px;
    background-position: bottom left;
  }
  .engineering__wrapper .outer__engineering > h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .engineering__wrapper .outer__engineering .btn {
    margin-top: 20px;
  }
  .engineering__wrapper .outer__engineering .btn > a {
    width: 100%;
  }
  .documents__wrapper .outer__document > .elem .box .inner {
    padding: 20px 15px;
  }
  .policies .outer__policies > h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .policies .outer__policies > p {
    font-size: 15px;
  }
  .who__we--are .outer__who > h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .article__wrapper .outer__article .desc > h2 {
    font-size: 23px;
    line-height: 29px;
  }
  .who__we--are .outer__who > p, .who__we--are .outer__who .warning > p, .article__wrapper .outer__article .desc .txt > p {
    font-size: 14px;
    line-height: 22px;
  }
  .who__we--are .outer__who {
    padding: 25px 15px;
  }
  .who__we--are .outer__who .warning {
    padding: 20px 15px;
  }
  .vacancies__grid .outer__vacancies > h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .vacancies__grid .outer__vacancies .grid > .elem .btn {
    width: calc(100% - 40px);
  }
  .vacancies__grid .outer__vacancies .grid > .elem .btn > a {
    width: 100%;
  }
  .how__to--apply .outer__how .desc > h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .culture__info .experience .outer__experience .media {
    margin-top: 75px;
  }
  .join__our--team .outer__team .desc > h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .commitment .outer__commitment > h2 {
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .why__choose .outer__why {
    padding: 35px 20px;
  }
  .why__choose .outer__why > h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .why__choose .outer__why > p {
    font-size: 16px;
    line-height: 24px;
  }
  .commitment .outer__commitment .list__elems > .elem:nth-child(even) {
    max-width: 100%;
    width: 100%;
  }
  .commitment .outer__commitment .list__elems > .elem {
    max-width: 100%;
    width: 100%;
  }
  .career__hero .outer__career > h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .career__hero .outer__career > h6 {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 30px;
  }
  .career__hero {
    padding-top: 50px;
  }
  .career__hero .outer__career > p {
    font-size: 16px;
  }
  .info__hero .outer__info .double .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info__hero .outer__info .double .row > p {
    margin-left: 0px;
  }
  .info__hero .outer__info > h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .job__vacancies .outer__jobs .job__details .benefits {
    padding-left: 30px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .job__vacancies .outer__jobs .job__details .desc > h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .job__vacancies .outer__jobs .job__details .benefits {
    max-width: calc(100% + 15px);
    width: calc(100% + 15px);
  }
  .job__vacancies .outer__jobs .job__details .benefits > h2 {
    padding-left: 0px;
    font-size: 20px;
    line-height: 24px;
  }
  .job__vacancies .outer__jobs .job__details .benefits .box {
    padding: 15px 30px;
  }
  .job__vacancies .outer__jobs .head__picker > .elem .bottom > a {
    width: 100%;
  }
  .job__vacancies .outer__jobs .job__details .desc > .location > span, .job__vacancies .outer__jobs .job__details .desc .details > span {
    font-size: 19px;
    line-height: 19px;
  }
  .job__vacancies .outer__jobs .job__details .desc > span {
    font-size: 19px;
    line-height: 24px;
  }
  .job__vacancies .outer__jobs .job__details .benefits .box ul > li:before {
    left: -26px;
    width: 20px;
    top: 11px;
  }
  .info__wrapper .qualification .head > h2 {
    font-size: 27px;
    line-height: 34px;
    padding-top: 35px;
    padding-left: 40px;
  }
  .info__wrapper .qualification .head > img {
    max-width: 140px;
  }
  .form__block .outer__form > h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .form__block .outer__form form .step > h6 {
    font-size: 22px;
    line-height: 26px;
  }
  .form__block .outer__form form .step .double .group__input > input, .form__block .outer__form form .step .double .group__input > select {
    font-size: 16px;
    line-height: 22px;
  }
}