#cookie-bar {
  padding: 10px 20px;
  background: white;
  font-size: 18px;
  color: black;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 70px;
}
#cookie-bar .close-bar {
  color: #333;
  float: right;
  display: block;
  line-height: 31px;
  font-size: 90px;
  width: 54px;
  text-align: center;
}
#cookie-bar .close-bar:hover {
  color: black;
  text-decoration: none;
}
#preloader {
  background: white;
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
  transition: all 0.3s ease-out;
}
#preloader .img-holder {
  width: 116px;
  display: block;
  position: relative;
  top: 50%;
  height: 50px;
  margin: -10px auto 0;
  overflow: hidden;
}
#preloader .img-holder.zoom {
  transform: scale(2);
  transition: transform 50s ease;
}
.no-load {
  height: 100vh;
  overflow: hidden;
}
@font-face {
  font-family: 'Oswald-Medium';
  src: url('../fonts/Oswald-Medium.eot');
  src: url('../fonts/Oswald-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Medium.woff') format('woff'), url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Regular';
  src: url('../fonts/Oswald-Regular.eot');
  src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Regular.woff') format('woff'), url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-ExtraLight';
  src: url('../fonts/Oswald-ExtraLight.eot');
  src: url('../fonts/Oswald-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-ExtraLight.woff') format('woff'), url('../fonts/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Regular.eot');
  src: url('../fonts/Helvetica-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica-Regular.woff') format('woff'), url('../fonts/Helvetica-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('../fonts/ProximaNova-Semibold.eot');
  src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
html,
body {
  height: 100%;
  width: 100%;
  font-family: "Helvetica Neue", Roboto;
  font-weight: 300;
}
.container-wide {
  margin: 0 auto;
  width: 1284px;
}
@media (max-width: 1284px) {
  .container-wide {
    width: 980px;
  }
}
@media (max-width: 980px) {
  .container-wide {
    width: calc(100% - 40px);
  }
}
.container {
  margin: 0 auto;
  width: 1210px;
}
@media (max-width: 1284px) {
  .container {
    width: 900px;
  }
}
@media (max-width: 980px) {
  .container {
    width: calc(100% - 40px);
  }
}
.container-extrawide {
  width: 1362px;
  margin: 0 auto;
}
@media (max-width: 1284px) {
  .container-extrawide {
    width: 100%;
  }
}
header {
  align-items: stretch;
  padding: 56px 0;
  transition: all 0.4s ease-out;
}
@media (max-width: 768px) {
  header {
    padding: 26px 0px;
  }
}
header .logo {
  margin: 4px 0 0 4px;
}
header .logo img {
  width: 112px;
}
@media (max-width: 768px) {
  header .logo img {
    width: 70px;
    height: auto;
  }
}
@media (max-device-width: 500px) {
  header .logo {
    display: block;
    height: 40px;
  }
}
header .top-menu {
  margin: 3px -3px 0 0;
  text-align: right;
}
@media (max-width: 768px) {
  header .top-menu {
    margin-top: 6px;
  }
}
header .top-menu li {
  list-style: none;
  display: inline-block;
  margin-left: 43px;
}
@media (max-width: 768px) {
  header .top-menu li {
    margin-left: 7px;
  }
}
@media (max-width: 320px) {
  header .top-menu li {
    margin-left: 0;
  }
}
header .top-menu li.active a:after {
  width: 100%;
}
header .top-menu li a {
  font-family: Oswald-Medium;
  font-size: 16px;
  color: black;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 0;
  padding: 2px 3px;
}
@media (max-width: 768px) {
  header .top-menu li a {
    font-size: 13px;
  }
}
header .top-menu li a:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #F25F5C;
  transform-origin: right;
  transition: width 0.25s ease;
  z-index: -1;
}
header .top-menu li a:hover {
  text-decoration: none;
}
header .top-menu li a:hover:after {
  width: 100%;
}
#first-screen {
  background: url(../img/banners/home.jpg) top center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #first-screen {
    height: 100%;
  }
}
#first-screen.vacancies {
  background: url(../img/banners/vacancies.jpg) top center no-repeat;
}
#first-screen.code {
  background: url(../img/banners/code.jpg) top center no-repeat;
}
#first-screen header .top-menu li a {
  color: white;
}
#first-screen #slogan {
  align-items: stretch;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #first-screen #slogan {
    height: calc(100% - 74px);
  }
}
#first-screen #slogan .text-block {
  align-items: center;
  transform: translate(2px, -33px);
}
@media (max-width: 768px) {
  #first-screen #slogan .text-block {
    transform: translate(0, -12px);
    text-align: center;
    margin-top: -92px;
  }
}
#first-screen #slogan .text-block .header-text {
  font-family: Oswald-Medium;
  font-size: 70px;
  color: #FFFFFF;
  letter-spacing: 0.88px;
  line-height: 98px;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: all 0.4s ease-out;
}
@media (max-width: 768px) {
  #first-screen #slogan .text-block .header-text {
    font-size: 27px;
    line-height: 43px;
  }
}
#first-screen #slogan .text-block .red-line {
  width: 100px;
  height: 6px;
  background: #FF5955;
  margin-bottom: 30px;
  margin-left: 6px;
  transition: all 0.4s ease-out;
  animation-delay: .2s;
}
@media (max-width: 768px) {
  #first-screen #slogan .text-block .red-line {
    width: 53px;
    height: 3px;
    margin: 0 auto 25px;
  }
}
#first-screen #slogan .text-block .subheader-text {
  font-family: ProximaNova-Regular;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 28px;
  margin-left: 5px;
  transition: all 0.4s ease-out;
}
@media (max-width: 768px) {
  #first-screen #slogan .text-block .subheader-text {
    font-family: ProximaNova-Regular;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    width: 70%;
    margin: 0 auto;
  }
}
h2 {
  /* Нам по силам: */
  font-family: Oswald-Medium;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#about-screen {
  background: #282A25;
  height: 604px;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  #about-screen {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
#about-screen .services {
  color: #ddd;
  font-size: 16px;
  line-height: 1.4em;
  align-items: flex-end;
}
#about-screen .services .row-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #about-screen .services .row-flex {
    flex-direction: column;
  }
}
#about-screen .services .row-flex .col4-flex {
  width: 250px;
  overflow: visible;
}
@media (max-width: 980px) {
  #about-screen .services .row-flex .col4-flex {
    width: 200px;
  }
}
@media (max-width: 768px) {
  #about-screen .services .row-flex .col4-flex {
    width: 100%;
    margin-bottom: 50px;
  }
}
#about-screen .services h2 {
  margin: 87px 0 51px;
}
@media (max-width: 768px) {
  #about-screen .services h2 {
    font-size: 24px;
    margin: 75px 0 61px;
    text-align: center;
  }
}
#about-screen .services hr {
  border-color: #383936;
  height: 1px;
  width: 100%;
  margin: 0 0 75px 0;
}
@media (max-width: 768px) {
  #about-screen .services hr {
    display: none;
  }
}
#about-screen .services .service {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#about-screen .services .service .content {
  align-items: flex-end;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  width: calc(100% - 90px);
}
@media (max-width: 980px) {
  #about-screen .services .service .content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #about-screen .services .service .content {
    width: 100%;
    padding-left: 105px;
    font-size: 14px;
    line-height: 16px;
  }
}
#about-screen .services .service .content h3 {
  margin: 20px 0 15px;
  font-family: ProximaNova-Bold;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  #about-screen .services .service .content h3 {
    margin-top: 23px;
    margin-bottom: 10px;
    font-size: 19px;
  }
}
#about-screen .services .service .content p {
  width: 300px;
}
@media (max-width: 980px) {
  #about-screen .services .service .content p {
    width: auto;
  }
}
#about-screen .services .service .content img {
  margin-top: -20px;
  width: 120px;
}
@media (max-width: 768px) {
  #about-screen .services .service .content img {
    width: 86px;
    height: auto;
    margin-top: 0;
    margin-left: -100px;
    float: left;
  }
}
@media (max-device-width: 500px) {
  #about-screen .services {
    padding: 10px 15px;
  }
}
#portfolio-screen {
  background: white;
}
#portfolio-screen .portfolio {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 49px;
}
@media (max-width: 768px) {
  #portfolio-screen .portfolio {
    padding-bottom: 17px;
  }
}
#portfolio-screen .portfolio .intro {
  padding: 31px 0 0;
  align-items: flex-start;
  margin: 70px 0 60px;
}
@media (max-width: 768px) {
  #portfolio-screen .portfolio .intro {
    padding: 11px 0 0 0;
    margin: 70px 0 0;
  }
}
@media (max-device-width: 500px) {
  #portfolio-screen .portfolio .intro {
    flex-wrap: wrap;
  }
}
#portfolio-screen .portfolio .intro.thumbs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#portfolio-screen .portfolio .intro.thumbs img {
  width: 310px;
  height: 240px;
  object-fit: cover;
}
@media (max-width: 1284px) {
  #portfolio-screen .portfolio .intro.thumbs img {
    width: 25%;
    height: 170px;
  }
}
@media (max-width: 768px) {
  #portfolio-screen .portfolio .intro.thumbs img {
    display: none;
  }
  #portfolio-screen .portfolio .intro.thumbs img:first-child {
    display: block;
    width: calc(100% - 68px);
    margin: 0 auto;
    height: auto;
  }
}
@media (max-device-width: 500px) {
  #portfolio-screen .portfolio .intro.thumbs img {
    width: 50%;
  }
}
#portfolio-screen .portfolio .intro.thumbs img:last-child {
  align-items: flex-end;
}
#portfolio-screen .portfolio .description {
  align-items: flex-end;
  padding: 0 21px;
}
@media (max-device-width: 500px) {
  #portfolio-screen .portfolio .description {
    padding: 0 15px;
  }
}
#portfolio-screen .portfolio .description .title {
  font-family: Oswald-Medium;
  font-size: 24px;
  color: #282A25;
  letter-spacing: 1px;
  line-height: 32px;
  text-transform: uppercase;
  margin-top: 5px;
}
@media (max-device-width: 500px) {
  #portfolio-screen .portfolio .description .title {
    padding: 5px 15px 15px;
  }
}
@media (max-width: 768px) {
  #portfolio-screen .portfolio .description .title {
    padding: 20px 25px 15px;
    text-align: center;
    font-size: 19px;
    line-height: 29px;
  }
}
#portfolio-screen .portfolio .description .text {
  font-family: ProximaNova-Regular;
  font-size: 18px;
  color: #383936;
  letter-spacing: 0;
  line-height: 30px;
  padding-left: 79px;
}
@media (max-width: 768px) {
  #portfolio-screen .portfolio .description .text {
    font-size: 14px;
    line-height: 22px;
    padding: 0 19px;
  }
  #portfolio-screen .portfolio .description .text p {
    margin-bottom: 20px;
  }
}
#portfolio-screen .portfolio .description .link {
  text-align: right;
  font-size: 16px;
}
@media (max-width: 768px) {
  #portfolio-screen .portfolio .description .link {
    text-align: center;
    padding: 20px 15px 63px;
  }
}
#portfolio-screen .portfolio .description .link .btn {
  font-family: Oswald-Bold;
  font-size: 14px;
  color: #F25F5C;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 88px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 0;
  padding: 0;
  z-index: 0;
  position: relative;
  transition: color 0.25s ease;
}
@media (max-width: 768px) {
  #portfolio-screen .portfolio .description .link .btn {
    margin: 0 auto;
    border: 1px solid #F25F5C;
    width: 111px;
    height: 29px;
    line-height: 25px;
  }
}
#portfolio-screen .portfolio .description .link .btn:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #F25F5C;
  transform-origin: right;
  transition: width 0.25s ease;
  z-index: -1;
}
#portfolio-screen .portfolio .description .link .btn:hover {
  font-family: Oswald-Bold;
  font-size: 14px;
  color: #F8F8F8;
  letter-spacing: 1px;
  text-decoration: none;
}
#portfolio-screen .portfolio .description .link .btn:hover:after {
  width: 100%;
}
#portfolio-screen .comment {
  background: #EFEFEF;
  width: 100%;
  text-align: center;
  padding: 100px 0;
}
@media (max-width: 768px) {
  #portfolio-screen .comment {
    padding: 65px 0;
  }
}
#portfolio-screen .comment .avatar {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 44px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #portfolio-screen .comment .avatar {
    margin-bottom: 24px;
  }
}
#portfolio-screen .comment .quote {
  font-family: Oswald-ExtraLight;
  font-size: 28px;
  color: #282A25;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  width: 54%;
  max-width: 770px;
  margin: 0 auto 39px;
}
@media (max-width: 768px) {
  #portfolio-screen .comment .quote {
    font-size: 22px;
    line-height: 31px;
    width: 87%;
    margin: 0 auto 19px;
  }
}
#portfolio-screen .comment .sign {
  font-family: ProximaNova-Regular;
  font-size: 14px;
  color: #9D9D9D;
  letter-spacing: 0;
  text-align: center;
  width: 54%;
  max-width: 770px;
  margin: 0 auto;
  text-transform: uppercase;
}
#portfolio-screen .comment .sign b {
  font-weight: normal;
  color: #282A25;
}
@media (max-width: 768px) {
  #portfolio-screen .comment .sign {
    width: 70%;
    font-size: 12px;
  }
}
#about2-screen {
  background: #181917;
  padding: 136px 0 98px;
  min-height: 532px;
}
@media (max-width: 768px) {
  #about2-screen {
    min-height: 430px;
  }
}
#about2-screen .cosmos {
  z-index: 0;
}
@media (max-width: 768px) {
  #about2-screen .cosmos {
    margin-top: 55px;
  }
}
@media (max-width: 768px) {
  #about2-screen .cosmos svg {
    margin: 0 -11px;
    width: calc(100% + 22px);
  }
}
#about2-screen .cosmos .mask {
  margin-left: 5px;
}
#about2-screen .text {
  font-family: ProximaNova-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 28px;
  margin: -118px 0 0 51.4%;
  z-index: 2;
  width: 50%;
}
@media (max-width: 1284px) {
  #about2-screen .text {
    width: 80%;
    margin: -90px 0 0 0;
  }
}
@media (max-width: 768px) {
  #about2-screen .text {
    width: 100%;
    margin-top: -357px;
    padding: 0 21px;
    line-height: 22px;
    font-size: 16px;
  }
}
#contact-screen {
  background: white;
  padding: 104px 0 126px;
}
@media (max-width: 768px) {
  #contact-screen {
    padding: 67px 0 46px;
  }
}
#contact-screen h3 {
  font-family: Oswald-Medium;
  font-size: 28px;
  color: #181917;
  letter-spacing: 1.56px;
  text-transform: uppercase;
  padding-bottom: 36px;
  margin-top: 75px;
}
#contact-screen h3.no-top-margin {
  margin-top: 0;
}
@media (max-width: 768px) {
  #contact-screen h3 {
    padding-bottom: 43px;
    font-size: 19px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #contact-screen p {
    font-size: 16px;
    line-height: 23px;
  }
}
#contact-screen .contacts-data a {
  color: black;
}
#contact-screen .job {
  padding: 60px 0;
  text-align: center;
}
#contact-screen .job a {
  color: #fafafa;
}
#contact-screen p {
  font-family: ProximaNova-Regular;
  font-size: 18px;
  color: #282A25;
  letter-spacing: 0;
  line-height: 30px;
}
@media (max-width: 768px) {
  #contact-screen p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .basic-form {
    margin-bottom: 11px;
  }
}
.basic-form .file-upload {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 56px;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  font-size: 18px;
  color: #C6C6C6;
  letter-spacing: 1.29px;
  text-transform: uppercase;
  border: 1px solid #C6C6C6;
  background: white;
  transition: color 0.25s ease;
  z-index: 0;
  font-family: Oswald-Medium;
  text-align: center;
}
.basic-form .file-upload input[type="file"] {
  display: none;
}
.basic-form .file-upload label {
  display: block;
  padding: 0;
  color: #C6C6C6;
  font-size: 18px;
  letter-spacing: 1.29px;
  line-height: 56px;
  position: absolute;
  font-family: Oswald-Medium;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.basic-form .file-upload label:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #C6C6C6;
  transform-origin: right;
  transition: width 0.25s ease;
  z-index: -1;
}
.basic-form .file-upload label:hover {
  color: white;
  text-decoration: none;
}
.basic-form .file-upload label:hover:after {
  width: 100%;
}
.basic-form .file-upload span {
  line-height: 36px;
  /* Делаем вертикальное выравнивание текста, который написан на кнопке */
}
.basic-form input {
  border: 1px solid #C6C6C6;
  width: 100%;
  height: 56px;
  margin-bottom: 31px;
  font-family: ProximaNova-Regular;
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
  padding: 0 31px;
  display: block;
  -webkit-appearance: none;
  border-radius: 0;
}
.basic-form input:focus {
  outline: none;
  border-color: black;
}
.basic-form input + .helper,
.basic-form input + .placeholder + .helper {
  display: none;
}
.basic-form input::-webkit-input-placeholder {
  color: #B3B3B3;
}
.basic-form input.has-error {
  color: #D74A47;
  margin-bottom: 0;
  border-color: #D74A47;
}
.basic-form input.has-error::-webkit-input-placeholder {
  color: #D74A47;
}
.basic-form input.has-error + .helper,
.basic-form input.has-error + .placeholder + .helper {
  display: block;
  font-family: ProximaNova-Regular;
  font-size: 13px;
  color: #D74A47;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: -2px;
  margin-bottom: 5px;
}
.basic-form input.has-error + .placeholder {
  transition: none;
  color: #D74A47;
  margin-top: -55px;
}
.basic-form input + .placeholder {
  background: white;
  display: inline-block;
  position: absolute;
  margin: -86px 0 0 1px;
  width: auto;
  height: 54px;
  font-family: ProximaNova-Regular;
  font-size: 20px;
  color: #B3B3B3;
  letter-spacing: 0;
  line-height: 56px;
  padding: 0 31px;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .basic-form input + .placeholder {
    display: none;
  }
}
.basic-form input + .placeholder.focus {
  transform: scale(0.7) translate(21px, -16px);
  line-height: 26px;
  height: 24px;
  padding: 0 21px;
}
.basic-form input + .placeholder.blur {
  opacity: 0;
}
@media (max-width: 768px) {
  .basic-form input {
    font-size: 16px;
    height: 39px;
    margin-bottom: 25px;
    padding: 0 14px;
  }
}
.basic-form label {
  color: #333333;
  font-family: ProximaNova-Regular;
  font-size: 20px;
  line-height: 33px;
  font-weight: normal;
  padding-left: 80px;
  margin-bottom: 31px;
  min-height: 56px;
}
.basic-form label.checkbox input[type="checkbox"] {
  display: inline-block;
  margin-left: -80px;
  padding: 0;
  width: 56px;
}
.basic-form label.checkbox input[type="checkbox"]:checked:after {
  content: '×';
  display: block;
  line-height: 59px;
  font-size: 90px;
  width: 54px;
  text-align: center;
}
.basic-form label .helper {
  display: none;
}
.basic-form label.has-error input[type="checkbox"] {
  color: #D74A47;
  border-color: #D74A47;
}
.basic-form label.has-error .helper {
  display: block;
  font-family: ProximaNova-Regular;
  font-size: 13px;
  color: #D74A47;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: -2px;
  margin-bottom: 5px;
}
.basic-form textarea {
  border: 1px solid #C6C6C6;
  width: 100%;
  height: 148px;
  padding: 12px 31px;
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 31px;
  display: block;
  -webkit-appearance: none;
  border-radius: 0;
}
.basic-form textarea:focus {
  outline: none;
  border-color: black;
}
.basic-form textarea + .helper,
.basic-form textarea + .placeholder + .helper {
  display: none;
}
.basic-form textarea::-webkit-input-placeholder {
  color: #B3B3B3;
}
@media (max-width: 768px) {
  .basic-form textarea {
    font-size: 16px;
    margin-bottom: 25px;
    height: 160px;
    padding: 0 14px;
  }
}
.basic-form textarea + .helper {
  display: none;
}
.basic-form textarea.has-error {
  color: #D74A47;
  margin-bottom: 0;
  border-color: #D74A47;
}
.basic-form textarea.has-error::-webkit-input-placeholder {
  color: #D74A47;
}
.basic-form textarea.has-error + .helper,
.basic-form textarea.has-error + .placeholder + .helper {
  display: block;
  font-family: ProximaNova-Regular;
  font-size: 13px;
  color: #D74A47;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: -2px;
  margin-bottom: 5px;
}
.basic-form textarea.has-error + .placeholder {
  transition: none;
  color: #D74A47;
  margin-top: -147px;
}
.basic-form textarea + .placeholder {
  background: white;
  display: inline-block;
  position: absolute;
  margin: -178px 0 0 1px;
  width: auto;
  height: 54px;
  font-family: ProximaNova-Regular;
  font-size: 20px;
  color: #B3B3B3;
  letter-spacing: 0;
  line-height: 56px;
  padding: 0 31px;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .basic-form textarea + .placeholder {
    display: none;
  }
}
.basic-form textarea + .placeholder.focus {
  transform: scale(0.7) translate(15px, -16px);
  line-height: 26px;
  height: 24px;
  padding: 0 21px;
}
.basic-form textarea + .placeholder.blur {
  opacity: 0;
}
.basic-form button.btn {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  font-size: 18px;
  color: #63ACA0;
  letter-spacing: 1.29px;
  text-transform: uppercase;
  border: 1px solid #63ACA0;
  background: white;
  transition: color 0.25s ease;
  position: relative;
  z-index: 0;
  -webkit-appearance: none;
  font-family: Oswald-Medium;
}
@media (max-width: 768px) {
  .basic-form button.btn {
    font-size: 16px;
    height: 39px;
  }
}
.basic-form button.btn[disabled] {
  border-color: #9a9a9a !important;
  color: #9a9a9a !important;
}
.basic-form button.btn[disabled]:hover {
  color: #9a9a9a !important;
}
.basic-form button.btn[disabled]:hover:after {
  width: 0 !important;
}
.basic-form button.btn:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #63ACA0;
  transform-origin: right;
  transition: width 0.25s ease;
  z-index: -1;
}
.basic-form button.btn:hover {
  color: white;
  text-decoration: none;
}
.basic-form button.btn:hover:after {
  width: 100%;
}
.vacancy-button {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  font-family: Oswald-Medium;
  font-size: 18px;
  color: #247BA0;
  letter-spacing: 1.29px;
  text-transform: uppercase;
  border: 1px solid #247BA0;
  background: white;
  transition: color 0.25s ease;
  position: relative;
  z-index: 0;
  line-height: 56px;
}
@media (max-width: 768px) {
  .vacancy-button {
    font-size: 16px;
    height: 39px;
    line-height: 39px;
  }
}
.vacancy-button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #247BA0;
  transform-origin: right;
  transition: width 0.25s ease;
  z-index: -1;
}
.vacancy-button:hover {
  color: white;
  text-decoration: none;
}
.vacancy-button:hover:after {
  width: 100%;
}
.contacts {
  font-family: ProximaNova-Regular;
  font-size: 18px;
  color: #282A25;
  letter-spacing: 0;
  line-height: 30px;
}
.num-slide {
  text-align: center;
  padding: 100px 0 122px;
}
@media (max-width: 768px) {
  .num-slide {
    padding: 60px 0 85px;
  }
}
.num-slide.grey {
  background: #EFEFEF;
}
.num-slide .num {
  opacity: 0.1;
  font-family: Oswald-Medium;
  font-size: 120px;
  color: #282A25;
  letter-spacing: -3.75px;
  height: 163px;
}
@media (max-width: 768px) {
  .num-slide .num {
    font-size: 82px;
  }
}
.num-slide h2 {
  font-family: Oswald-ExtraLight;
  font-size: 48px;
  color: #252623;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: -110px;
}
@media (max-width: 768px) {
  .num-slide h2 {
    font-size: 28px;
    margin-top: -73px;
  }
}
.num-slide .text {
  margin-top: 73px;
  font-family: Oswald-ExtraLight;
  font-size: 28px;
  color: #252623;
  letter-spacing: 0;
  line-height: 40px;
}
@media (max-width: 768px) {
  .num-slide .text {
    margin-top: 70px;
    font-size: 22px;
    line-height: 31px;
  }
}
.num-slide ul.vacancies {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 74px auto 0;
  padding: 0;
  width: 1171px;
}
@media (max-width: 768px) {
  .num-slide ul.vacancies {
    margin: 88px auto 0;
    width: 90%;
  }
}
.num-slide ul.vacancies li {
  display: inline-block;
  list-style: none;
  margin: -1px 0 0;
  padding: 0;
}
@media (max-width: 768px) {
  .num-slide ul.vacancies li {
    width: 100%;
  }
}
.num-slide ul.vacancies li a {
  display: block;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
  width: 542px;
  height: 82px;
  text-align: left;
  padding: 17px 23px;
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .num-slide ul.vacancies li a {
    width: 100%;
    height: auto;
    padding: 15px 5px;
  }
}
.num-slide ul.vacancies li a svg.plus {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 13px;
}
@media (max-width: 768px) {
  .num-slide ul.vacancies li a svg.plus {
    margin-top: 9px;
    margin-right: 16px;
  }
}
.num-slide ul.vacancies li a .title {
  display: block;
  font-family: ProximaNova-Bold;
  font-size: 18px;
  color: #282A25;
  letter-spacing: 0.7px;
}
@media (max-width: 768px) {
  .num-slide ul.vacancies li a .title {
    font-size: 15px;
  }
}
.num-slide ul.vacancies li a .desc {
  display: block;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  color: #A1A1A1;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .num-slide ul.vacancies li a .desc {
    font-size: 12px;
  }
}
.num-slide ul.vacancies li a:hover {
  background: #EC5956;
  text-decoration: none;
}
.num-slide ul.vacancies li a:hover .title,
.num-slide ul.vacancies li a:hover .desc {
  color: white;
}
.num-slide ul.vacancies li a:hover #Desktop-hd-vacancy {
  fill: white;
}
.padding-right {
  padding-right: 70px !important;
}
@media (max-width: 768px) {
  .padding-right {
    padding-right: 15px !important;
  }
}
.padding-right.bordered {
  border-right: 1px solid rgba(151, 151, 151, 0.3);
}
@media (max-width: 768px) {
  .padding-right.bordered {
    border-right: 0;
  }
}
.padding-left {
  padding-left: 70px !important;
}
@media (max-width: 768px) {
  .padding-left {
    padding-top: 56px;
    padding-left: 15px !important;
  }
}
.back {
  font-family: Oswald-Regular;
  font-size: 18px;
  color: #8E8E8E;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .back {
    font-size: 13px;
    margin-top: 10px;
  }
  .back img {
    height: 13px;
  }
}
.back:hover {
  text-decoration: none;
  color: #8E8E8E;
  opacity: 0.6;
}
.back img {
  margin: -4px 10px 0 0;
}
.next {
  font-family: Oswald-Regular;
  font-size: 18px;
  color: #8E8E8E;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 auto;
  display: inline-block;
  width: 45%;
}
@media (max-width: 768px) {
  .next {
    font-size: 13px;
    width: 100%;
  }
}
.next:hover {
  text-decoration: none;
  color: #8E8E8E;
  opacity: 0.6;
}
.next img {
  margin: -4px 0 0 10px;
}
.response {
  display: none;
  padding: 25px;
  border: 1px solid #63aca0;
  background: white;
}
.response a {
  color: #63aca0;
}
.vacancy {
  width: 847px;
  margin: 0 auto;
  font-family: ProximaNova-Regular;
  font-size: 18px;
  color: #383936;
  line-height: 30px;
}
@media (max-width: 768px) {
  .vacancy {
    width: 88%;
    font-size: 15px;
    line-height: 24px;
  }
}
.vacancy h1 {
  text-align: center;
  font-family: ProximaNova-Bold;
  font-size: 40px;
  color: #252623;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin-top: 145px;
}
@media (max-width: 768px) {
  .vacancy h1 {
    margin-top: 89px;
    font-size: 19px;
  }
}
.vacancy .subline {
  text-align: center;
  font-family: ProximaNova-Bold;
  font-size: 32px;
  color: #EA6865;
  letter-spacing: 0;
  width: 100%;
  display: inline-block;
}
@media (max-width: 768px) {
  .vacancy .subline {
    font-size: 15px;
  }
}
.vacancy .intro {
  font-family: Oswald-ExtraLight;
  font-size: 28px;
  color: #252623;
  line-height: 44px;
  margin: 70px 0;
}
@media (max-width: 768px) {
  .vacancy .intro {
    font-size: 19px;
    line-height: 26px;
    margin: 31px auto;
  }
}
.vacancy h2 {
  font-family: ProximaNova-Bold;
  font-size: 24px;
  color: #252623;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 60px 0 20px;
}
@media (max-width: 768px) {
  .vacancy h2 {
    margin: 76px 0 20px;
    text-align: center;
    font-size: 20px;
  }
}
.vacancy .vacancyForm {
  width: 572px;
  margin: 150px auto 0;
}
@media (max-width: 768px) {
  .vacancy .vacancyForm {
    width: 100%;
    margin: 104px auto 0;
  }
}
.vacancy .vacancyForm button.btn {
  color: #63ACA0;
  border: 1px solid #63ACA0;
}
.vacancy .vacancyForm button.btn:after {
  background-color: #63ACA0;
}
.vacancy .vacancyForm button.btn:hover {
  color: white;
}
.vacancy h3 {
  font-family: Oswald-Medium;
  font-size: 20px;
  color: #282A25;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .vacancy h3 {
    padding-bottom: 39px;
    font-size: 16px;
    text-align: center;
  }
}
.single-portfolio {
  width: 847px;
  margin: 0 auto;
  font-family: ProximaNova-Regular;
  font-size: 18px;
  color: #383936;
  line-height: 30px;
}
@media (max-width: 768px) {
  .single-portfolio {
    width: 88%;
    font-size: 15px;
    line-height: 24px;
  }
}
.single-portfolio h1 {
  text-align: center;
  font-family: ProximaNova-Bold;
  font-size: 40px;
  color: #252623;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin-top: 145px;
}
@media (max-width: 768px) {
  .single-portfolio h1 {
    margin-top: 49px;
    font-size: 19px;
  }
}
.single-portfolio hr.header {
  width: 57px;
  height: 6px;
  background: #EF5C59;
  margin: 57px auto 67px;
}
@media (max-width: 768px) {
  .single-portfolio hr.header {
    margin: 20px auto 25px;
  }
}
@media (max-device-width: 500px) {
  .single-portfolio hr.header {
    margin: 19px auto 40px;
  }
}
.single-portfolio .intro {
  font-family: Oswald-ExtraLight;
  font-size: 28px;
  color: #252623;
  line-height: 44px;
  margin: 70px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .single-portfolio .intro {
    font-size: 19px;
    line-height: 26px;
    margin: 31px auto;
  }
}
@media (max-device-width: 500px) {
  .single-portfolio .intro {
    text-align: left;
  }
}
.single-portfolio h2 {
  font-family: ProximaNova-Bold;
  font-size: 24px;
  color: #252623;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 60px 0 20px;
}
@media (max-width: 768px) {
  .single-portfolio h2 {
    margin: 76px 0 20px;
    text-align: center;
    font-size: 20px;
  }
}
.single-portfolio h3 {
  font-family: Oswald-Medium;
  font-size: 20px;
  color: #282A25;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .single-portfolio h3 {
    padding-bottom: 39px;
    font-size: 16px;
    text-align: center;
  }
}
.single-portfolio .header-img {
  margin: 131px 0;
  width: 100%;
}
@media (max-width: 768px) {
  .single-portfolio .header-img {
    margin: 30px 0;
  }
}
.single-portfolio p {
  margin-bottom: 30px;
}
.single-portfolio ul {
  padding: 0;
  margin: 0 0 40px 0;
}
.single-portfolio ul li {
  list-style: none;
  margin-left: 25px;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.single-portfolio ul li:before {
  content: '—';
  margin-left: -25px;
  position: absolute;
}
.single-portfolio .image {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.single-portfolio .image img {
  display: block;
  max-width: 100%;
}
.single-portfolio .image .desc {
  display: block;
  text-align: center;
  font-style: italic;
  margin: 0 auto 30px;
  font-size: 90%;
  color: #999;
}
.single-portfolio .stat-image {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 100px -100px;
  align-items: stretch;
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-portfolio .stat-image {
    margin: 30px 0;
  }
}
@media (max-device-width: 500px) {
  .single-portfolio .stat-image {
    flex-direction: column;
  }
}
.single-portfolio .stat-image .stat {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: calc(30% - 35px);
}
@media (max-device-width: 500px) {
  .single-portfolio .stat-image .stat {
    width: 100%;
  }
}
.single-portfolio .stat-image .stat .stat-block {
  background: #EFEFEF;
  text-align: center;
  position: relative;
}
@media (max-device-width: 500px) {
  .single-portfolio .stat-image .stat .stat-block {
    min-height: 245px;
  }
}
.single-portfolio .stat-image .stat .stat-block.span2 {
  height: 100%;
}
.single-portfolio .stat-image .stat .stat-block.span1 {
  height: calc(50% - 17.5px);
}
.single-portfolio .stat-image .stat .stat-block .stat-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-device-width: 500px) {
  .single-portfolio .stat-image .stat .stat-block .stat-container {
    margin-top: 50%;
    top: auto;
  }
}
.single-portfolio .stat-image .stat .stat-block .stat-container b {
  display: block;
  font-family: 'Oswald-ExtraLight';
  font-size: 80px;
  font-weight: normal;
  color: #247BA0;
  letter-spacing: 0;
  line-height: 102px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .single-portfolio .stat-image .stat .stat-block .stat-container b {
    font-size: 60px;
  }
}
@media (max-device-width: 500px) {
  .single-portfolio .stat-image .stat .stat-block .stat-container b {
    font-size: 80px;
  }
}
.single-portfolio .stat-image .stat .stat-block .stat-container b.red {
  color: #DF6D66;
}
.single-portfolio .stat-image .stat .stat-block .stat-container b.green {
  color: #6CBBAD;
}
.single-portfolio .stat-image .stat .stat-block .stat-container strong {
  display: block;
  font-family: 'ProximaNova-Bold';
  font-size: 14px;
  color: #383936;
  line-height: 22px;
  margin: 0 auto;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .single-portfolio .stat-image .stat .stat-block .stat-container strong {
    font-size: 12px;
  }
}
@media (max-device-width: 500px) {
  .single-portfolio .stat-image .stat .stat-block .stat-container strong {
    font-size: 14px;
  }
}
.single-portfolio .stat-image .stat .stat-block .stat-container i {
  display: block;
  font-family: 'ProximaNova-Bold';
  font-size: 14px;
  color: #BCBCBC;
  line-height: 22px;
  font-style: normal;
  font-weight: bold;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .single-portfolio .stat-image .stat .stat-block .stat-container i {
    font-size: 12px;
  }
}
@media (max-device-width: 500px) {
  .single-portfolio .stat-image .stat .stat-block .stat-container i {
    font-size: 14px;
  }
}
.single-portfolio .stat-image .image {
  width: 70%;
  margin-bottom: 0;
}
.single-portfolio .stat-image .image img {
  width: 100%;
}
@media (max-device-width: 500px) {
  .single-portfolio .stat-image .image img {
    height: 245px;
    object-fit: cover;
  }
}
@media (max-device-width: 500px) {
  .single-portfolio .stat-image .image {
    width: 100%;
  }
}
.single-portfolio .path {
  margin: 89px -111px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .single-portfolio .path {
    margin: 29px -11px;
  }
}
@media (max-device-width: 500px) {
  .single-portfolio .path {
    margin: 29px 20px;
  }
}
.single-portfolio .path:after {
  clear: both;
  content: ' ';
  display: table;
}
.single-portfolio .path .block {
  margin: 11px;
  background: #EFEFEF;
  float: left;
  width: calc(25% - 22px);
  height: 245px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .single-portfolio .path .block {
    width: calc(33.3% - 22px);
  }
}
@media (max-device-width: 500px) {
  .single-portfolio .path .block {
    width: calc(100% - 22px);
  }
}
.single-portfolio .path .block .digit {
  position: absolute;
  right: 18px;
  top: 18px;
  font-family: Oswald-Medium;
  font-size: 24px;
  color: #A8A8A8;
  letter-spacing: 0;
  line-height: 24px;
}
.single-portfolio .path .block .text {
  text-align: center;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  width: 80%;
  margin: 0 auto;
}
.single-portfolio .path .block .text img {
  display: block;
  margin: 0 auto 10px;
  width: 79px;
  height: 79px;
  object-fit: contain;
}
.single-portfolio .path .block .text strong {
  font-family: ProximaNova-Semibold;
  font-size: 16px;
  color: #383936;
  line-height: 22px;
  text-transform: uppercase;
  height: 50px;
  display: block;
  position: relative;
}
.single-portfolio .path .block .text strong span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.single-portfolio .callbackForm {
  width: 572px;
  margin: 150px auto 0;
}
@media (max-width: 768px) {
  .single-portfolio .callbackForm {
    width: 100%;
    margin: 104px auto 0;
  }
}
.single-portfolio .callbackForm h2 {
  text-align: center;
  margin-bottom: 60px;
}
.single-portfolio .callbackForm button.btn {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0;
  margin-bottom: 36px;
  border-radius: 0;
  font-family: Oswald-Bold;
  font-size: 18px;
  color: #63ACA0;
  letter-spacing: 1.29px;
  text-transform: uppercase;
  border: 1px solid #63ACA0;
  background: white;
  transition: color 0.25s ease;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .single-portfolio .callbackForm button.btn {
    font-size: 16px;
    height: 39px;
  }
}
.single-portfolio .callbackForm button.btn:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #63ACA0;
  transform-origin: right;
  transition: width 0.25s ease;
  z-index: -1;
}
.single-portfolio .callbackForm button.btn:hover {
  color: white;
  text-decoration: none;
}
.single-portfolio .callbackForm button.btn:hover:after {
  width: 100%;
}
.single-portfolio .next {
  margin: 120px auto;
}
@media (max-width: 768px) {
  .single-portfolio .next {
    margin: 30px auto;
  }
}
@media (max-device-width: 500px) {
  .single-portfolio .next {
    margin: 30px auto 30px;
  }
}
#first-screen.code {
  margin: 0 auto;
  font-family: ProximaNova-Regular;
  font-size: 18px;
  color: #383936;
  line-height: 30px;
}
#first-screen.code #slogan {
  background: rgba(255, 255, 255, 0.8);
  justify-content: flex-start;
  text-align: center;
}
@media (max-width: 768px) {
  #first-screen.code {
    width: 88%;
    font-size: 15px;
    line-height: 24px;
  }
}
#first-screen.code h1 {
  text-align: center;
  font-family: ProximaNova-Bold;
  font-size: 40px;
  color: #252623;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin-top: 85px;
}
@media (max-width: 768px) {
  #first-screen.code h1 {
    margin-top: 89px;
    font-size: 19px;
  }
}
#first-screen.code .subline {
  text-align: center;
  font-family: ProximaNova-Bold;
  font-size: 32px;
  color: #EA6865;
  letter-spacing: 0;
  width: 100%;
  display: inline-block;
}
@media (max-width: 768px) {
  #first-screen.code .subline {
    font-size: 15px;
  }
}
#first-screen.code #code-form input#code {
  background: transparent;
  width: 200px;
  border: 0;
  box-shadow: none;
  border-bottom: 2px solid black;
  border-radius: 0;
  margin: 0 auto;
  text-align: center;
}
#first-screen.code #code-form button.btn {
  background: transparent;
  width: 200px;
  margin: 10px auto 0;
}
