@font-face {
  font-family: 'Gotham Pro';
  src: url('/fonts/GothamPro.eot');
  src: url('/fonts/GothamPro.eot?#iefix') format('embedded-opentype'), url('/fonts/GothamPro.woff') format('woff'), url('/fonts/GothamPro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
ul {
  list-style: none;
  padding-left: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
body {
  font-family: "Gotham Pro", sans-serif;
  margin-right: auto;
  margin-left: auto;
}
header {
  position: relative;
  height: 800px;
  background: url("/images/mask.jpg");
  background-size: cover;
}
header .header-content {
  padding-top: 240px;
  max-width: 600px;
  z-index: 3;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
header .header-content .header-logo {
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  width: max-content;
}
header .header-content .header-logo img {
  height: 236px;
}
header .header-content .header-title {
  font-size: 36px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
header .header-content .header-text {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #e7e7e7;
}
header .mask {
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: rgba(40, 47, 94, 0.57);
}
header .navbar {
  transition: all 0.1s linear;
  padding-top: 18px;
  padding-bottom: 18px;
  border: none;
  background-color: transparent;
}
header .navbar .open-button {
  display: none;
}
header .navbar .closebtn {
  display: none;
}
header .navbar .navbar-brand {
  text-transform: uppercase;
  opacity: 0.9;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1.1px;
  color: #ffffff;
}
header .navbar .navbar-brand:hover {
  color: #ffffff;
}
header .navbar #menu,
header .navbar #lang {
  display: inline-block;
}
header .navbar #menu li,
header .navbar #lang li {
  display: inline-block;
}
header .navbar #menu li a,
header .navbar #lang li a {
  padding: 15px 15px;
  height: 50px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  text-align: left;
  color: #eeeeee;
}
header .navbar #lang {
  margin-left: 40px;
}
header .navbar #lang li {
  text-transform: uppercase;
}
header .navbar #lang li a {
  padding-left: 2px;
  padding-right: 2px;
}
header .navbar #lang li a.active {
  color: #4cc1ea;
}
header .navbar #lang li:first-child {
  margin-right: 7px;
}
header .navbar.navbar-collapsed {
  margin-top: 0;
  background-color: rgba(24, 71, 86, 0.8);
}
header #mobile-menu {
  background-color: #184756;
  display: none;
  float: left;
  height: 100%;
}
header #mobile-menu #lang-m {
  margin-bottom: 59px;
}
header #mobile-menu #lang-m li {
  display: inline-block;
}
header #mobile-menu #lang-m li a {
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1.1px;
  color: #ffffff;
  opacity: 0.5;
}
header #mobile-menu #lang-m li .active {
  opacity: 1;
}
header #mobile-menu #lang-m li a:hover {
  color: #bcd1fc;
}
header #mobile-menu #lang-m li:first-child {
  margin-right: 13px;
}
header #mobile-menu #menu-m li a {
  font-size: 20px;
  color: #ffffff;
}
header #mobile-menu #menu-m li a:hover {
  color: #bcd1fc;
}
header #mobile-menu #menu-m li:not(:last-child) {
  margin-bottom: 40px;
}
header .header-menu-inner {
  padding: 84px 50px;
}
/*
header {
  height: 800px;
  background: url("/images/mask.jpg");
  background-size: cover;
  .header-content {
    padding: 96px 150px 96px 70px;
    float: left;
    height: 100%;
    background-color: rgba(85, 166, 237, 0.87);
    .header-text-1 {
      font-size: 19px;
      letter-spacing: 1.1px;
      color: #ffffff;
      margin-bottom: 9px;
    }
    .header-title {
      font-size: 64px;
      line-height: 1.05;
      text-align: left;
      color: #ffffff;
      margin-bottom: 48px;
    }
    .header-text-2 {
      width: 490px;
      font-size: 17px;
      font-weight: 500;
      line-height: 2.06;
      text-align: left;
      color: #ffffff;
      p:not(:last-child) {
        margin-bottom: 45px;
      }
    }
  }

  #mobile-menu {
    float: left;
    background-color: rgba(70, 122, 212, 0.96);
    height: 100%;
    #lang {
      margin-bottom: 59px;
      li {
        display: inline-block;

        a {
          transition: 0.3s;
          text-transform: uppercase;
          font-size: 19px;
          font-weight: 500;
          letter-spacing: 1.1px;
          color: #ffffff;
          opacity: 0.5;
        }
        .active {
          opacity: 1;

        }
        a:hover {
          color: #bcd1fc;
        }
      }
      li:first-child {
        margin-right: 13px;
      }
    }
    #menu {
      li {
        a {
          font-size: 24px;
          color: #ffffff;
        }
        a:hover {
          color: #bcd1fc;
        }
      }
      li:not(:last-child) {
        margin-bottom: 40px;
      }
    }
  }
  .header-menu-inner {
    padding: 84px 50px;

  }
  .open-button {
    display: none;
  }
  .closebtn {
    display: none;
  }

}
*/
.title-cat {
  font-size: 64px;
  line-height: 1.05;
  text-align: left;
}
#company-job {
  margin-bottom: 36px;
  background: url("/images/group.png") no-repeat;
  background-position-x: right;
  background-position-y: -50px;
}
#company-job .company-job-header {
  margin-bottom: 82px;
  padding-top: 112px;
}
#company-job .company-job-header .title-cat {
  margin-bottom: 34px;
  color: #17244d;
}
#company-job .company-job-header .text {
  font-size: 23px;
  line-height: 1.65;
  text-align: left;
  color: #000000;
}
#company-job .company-job-main .block {
  position: relative;
  float: left;
  padding-top: 56px;
  padding-left: 46px;
  padding-right: 33px;
  box-shadow: 1px 0 0 0 #d6d6d6, 0 1px 0 0 #d6d6d6, 1px 1px 0 0 #d6d6d6, /* Just to fix the corner */ 1px 0 0 0 #d6d6d6 inset, 0 1px 0 0 #d6d6d6 inset;
  -webkit-box-shadow: 1px 0 0 0 #d6d6d6, 0 1px 0 0 #d6d6d6, 1px 1px 0 0 #d6d6d6, /* Just to fix the corner */ 1px 0 0 0 #d6d6d6 inset, 0 1px 0 0 #d6d6d6 inset;
  -moz-box-shadow: 1px 0 0 0 #d6d6d6, 0 1px 0 0 #d6d6d6, 1px 1px 0 0 #d6d6d6, /* Just to fix the corner */ 1px 0 0 0 #d6d6d6 inset, 0 1px 0 0 #d6d6d6 inset;
}
#company-job .company-job-main .block .text {
  font-size: 16px;
  line-height: 1.88;
  text-align: left;
  color: #17244d;
  z-index: 10;
  position: relative;
}
#company-job .company-job-main .block .text p:first-child {
  margin-bottom: 40px;
}
#company-job .company-job-main .block .title {
  font-size: 44px;
  text-align: left;
  color: #17244d;
  margin-bottom: 32px;
  z-index: 10;
  position: relative;
}
#company-job .company-job-main .block-back {
  left: -19px;
  top: -12px;
  position: absolute;
  z-index: 2;
}
#company-job .company-job-main .block-back img {
  -webkit-filter: drop-shadow(0px 0px 35px rgba(170, 161, 209, 0.86));
  filter: drop-shadow(0px 0px 35px rgba(170, 161, 209, 0.86));
  z-index: -1;
  width: 557px;
  height: 547px;
}
#company-job .company-job-main .block:nth-child(3) {
  z-index: -3;
}
#company-job .company-job-main .block:nth-child(1) {
  border: none;
}
#company-job .company-job-main .block:nth-child(1) .title,
#company-job .company-job-main .block:nth-child(1) .text {
  color: #ffffff;
}
#company-job .company-job-main .block:nth-child(1),
#company-job .company-job-main .block:nth-child(2) {
  height: 523px;
}
#company-job .company-job-main .block:nth-child(3),
#company-job .company-job-main .block:nth-child(4) {
  height: 622px;
}
#company-job .company-job-main .block:nth-child(1),
#company-job .company-job-main .block:nth-child(3) {
  width: 538px;
}
#company-job .company-job-main .block:nth-child(2),
#company-job .company-job-main .block:nth-child(4) {
  width: 533px;
}
#portfolio {
  padding-top: 107px;
  padding-bottom: 131px;
  background-color: #171b26;
}
#portfolio .title-cat {
  margin-bottom: 105px;
  color: #ffffff;
}
#portfolio .block {
  margin-bottom: 70px;
}
#portfolio .block .video {
  position: relative;
  display: inline-block;
}
#portfolio .block .video .video-image {
  width: 620px;
  object-fit: cover;
}
#portfolio .block .video .video-play {
  background: url("/images/clip-8@3x.png");
  background-size: contain;
  border: none;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 143px;
  left: 278px;
}
#portfolio .block .video-top {
  position: absolute;
  top: -10px;
  width: 101%;
  background-color: #171b26;
  height: 18px;
  transform: rotate(1deg);
}
#portfolio .block .video-bottom {
  position: absolute;
  bottom: -10px;
  width: 101%;
  background-color: #171b26;
  height: 18px;
  transform: rotate(359deg);
}
#portfolio .block .content {
  width: 405px;
  padding-top: 41px;
  padding-left: 44px;
  vertical-align: top;
  display: inline-block;
}
#portfolio .block .content .name {
  margin-bottom: 21px;
  display: block;
}
#portfolio .block .content .name a {
  font-size: 26px;
  line-height: 1.58;
  text-align: left;
  color: #ffffff;
}
#portfolio .block .content .name a:hover {
  color: #5895ff;
}
#portfolio .block .content .date {
  opacity: 0.7;
  display: block;
  font-size: 18px;
  line-height: 2.28;
  text-align: left;
  color: #ffffff;
}
#working-process {
  padding-top: 107px;
}
#working-process .title-cat {
  color: #17244d;
  margin-bottom: 34px;
}
#working-process .info {
  font-size: 23px;
  line-height: 1.65;
  text-align: left;
  color: #000000;
  margin-bottom: 78px;
}
#working-process .working-process-main .block {
  vertical-align: top;
  margin-bottom: 50px;
}
#working-process .working-process-main .block .number {
  float: left;
  vertical-align: top;
  display: inline-block;
  position: relative;
  font-size: 80px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  width: 110px;
  height: 130px;
  background-color: #1f57b6;
}
#working-process .working-process-main .block .number .num {
  line-height: 130px;
}
#working-process .working-process-main .block .number .number-top {
  position: absolute;
  top: -3px;
  width: 101%;
  background-color: #fff;
  height: 10px;
  transform: rotate(2deg);
}
#working-process .working-process-main .block .number .number-bottom {
  position: absolute;
  bottom: -3px;
  width: 101%;
  background-color: #fff;
  height: 10px;
  transform: rotate(358deg);
}
#working-process .working-process-main .block .content {
  padding-top: 8px;
  margin-left: 42px;
  display: inline-block;
}
#working-process .working-process-main .block .content .title {
  font-size: 34px;
  text-align: left;
  color: #002d79;
  display: block;
  margin-bottom: 17px;
}
#working-process .working-process-main .block .content .text {
  font-size: 16px;
  line-height: 1.88;
  text-align: left;
  color: #17244d;
  display: block;
}
#about-company {
  position: relative;
  padding-top: 65px;
  margin-bottom: 80px;
}
#about-company .container {
  position: relative;
}
#about-company .background-2 {
  right: -40px;
  top: -584px;
  z-index: -1;
  width: 647px;
  height: 1163px;
  position: absolute;
  background: url("/images/optical-flare-14.jpg") no-repeat;
}
#about-company .title-cat {
  margin-bottom: 34px;
  color: #17244d;
}
#about-company .text {
  font-size: 23px;
  line-height: 1.65;
  text-align: left;
  color: #000000;
}
#about-company .text p:first-child {
  margin-bottom: 60px;
}
#events {
  background-image: url("/images/rectangle-10.jpg");
  background-size: cover;
}
#events .blur {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 82px;
  padding-bottom: 114px;
}
#events .title-cat {
  margin-bottom: 64px;
  color: #ffffff;
}
#events .icon {
  margin-bottom: 30px;
}
#events .icon img {
  width: 50px;
  height: 50px;
}
#events .block {
  height: 310px;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 35px;
  padding-top: 45px;
  box-shadow: 1px 0 0 0 #d6d6d6, 0 1px 0 0 #d6d6d6, 1px 1px 0 0 #d6d6d6, /* Just to fix the corner */ 1px 0 0 0 #d6d6d6 inset, 0 1px 0 0 #d6d6d6 inset;
  -webkit-box-shadow: 1px 0 0 0 #d6d6d6, 0 1px 0 0 #d6d6d6, 1px 1px 0 0 #d6d6d6, /* Just to fix the corner */ 1px 0 0 0 #d6d6d6 inset, 0 1px 0 0 #d6d6d6 inset;
  -moz-box-shadow: 1px 0 0 0 #d6d6d6, 0 1px 0 0 #d6d6d6, 1px 1px 0 0 #d6d6d6, /* Just to fix the corner */ 1px 0 0 0 #d6d6d6 inset, 0 1px 0 0 #d6d6d6 inset;
}
#events .block .name {
  line-height: 1;
  font-size: 44px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 23px;
}
#events .block .text {
  font-size: 16px;
  line-height: 1.88;
  text-align: left;
  color: #ffffff;
}
#events .block:nth-child(5) {
  background: #fff;
}
#events .block:nth-child(5) .name {
  color: #002d79;
}
#events .block:nth-child(5) .text {
  color: #002d79;
}
#cooperation {
  background-color: #eaedf2;
  padding-top: 85px;
  padding-bottom: 85px;
}
#cooperation .title-cat {
  line-height: 1.2;
  font-size: 54px;
  text-align: left;
  color: #010305;
  margin-bottom: 67px;
}
#cooperation .cooperation-main .russians-channels {
  margin-bottom: 40px;
}
#cooperation .cooperation-main .russians-channels div {
  margin-right: 45px;
  display: inline-block;
}
#cooperation .cooperation-main .russians-channels div img {
  height: 75px;
}
#cooperation .cooperation-main .not-russian-channels {
  margin-bottom: 60px;
}
#cooperation .cooperation-main .not-russian-channels img {
  height: 87px;
}
#cooperation .cooperation-main .youtube img {
  height: 75px;
}
#advantages {
  padding-bottom: 60px;
  padding-top: 76px;
}
#advantages .title-cat {
  color: #17244d;
  margin-bottom: 37px;
}
#advantages .advantages-main .info {
  margin-bottom: 110px;
  font-size: 23px;
  line-height: 1.65;
  text-align: left;
  color: #000000;
}
#advantages .advantages-main .info p:first-child {
  margin-bottom: 60px;
}
#advantages .advantages-main .block {
  height: 300px;
}
#advantages .advantages-main .block .icon {
  height: 42px;
  margin-bottom: 34px;
}
#advantages .advantages-main .block .icon img {
  width: 42px;
}
#advantages .advantages-main .block .name {
  font-size: 34px;
  text-align: left;
  color: #17244d;
  margin-bottom: 16px;
}
#advantages .advantages-main .block .text {
  font-size: 16px;
  line-height: 1.88;
  text-align: left;
  color: #17244d;
}
#footer {
  padding-top: 82px;
  padding-bottom: 77px;
  background-image: url("/images/back.jpg");
  background-size: cover;
}
#footer .title {
  margin-bottom: 36px;
  font-size: 44px;
  text-align: left;
  color: #ffffff;
}
#footer .info {
  font-size: 18px;
  line-height: 1.56;
  text-align: left;
  color: #ffffff;
  margin-bottom: 60px;
}
#footer .submit-form {
  font-size: 18px;
  line-height: 1.56;
  text-align: left;
  color: #ffffff;
  width: 565px;
  margin-bottom: 86px;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
}
#footer .submit-form .form-control {
  border-radius: 0;
  background-color: transparent;
  height: 62px;
  border: solid 1px #d6d6d6;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.56;
}
#footer .submit-form .form-control::-webkit-input-placeholder {
  color: white;
  font-size: 18px;
  line-height: 1.56;
}
#footer .submit-form .form-control::-moz-placeholder {
  color: white;
  font-size: 18px;
  line-height: 1.56;
}
#footer .submit-form .form-control::-moz-placeholder {
  color: white;
  font-size: 18px;
  line-height: 1.56;
}
#footer .submit-form .form-control:-ms-input-placeholder {
  color: white;
  font-size: 18px;
  line-height: 1.56;
}
#footer .submit-form .form-control:-ms-input-placeholder {
  color: white;
  font-size: 18px;
  line-height: 1.56;
}
#footer .submit-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#footer .submit-form .btn-default {
  border-radius: 0;
  border: solid 1px #d6d6d6;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 1px;
  text-align: center;
  color: #17244d;
  background-color: #ffffff;
  width: 196px;
  height: 62px;
  text-transform: uppercase;
}
#footer .address {
  font-size: 16px;
  line-height: 1.69;
  text-align: left;
  color: #ffffff;
}
#footer .address p {
  margin-bottom: 0;
}
@-webkit-keyframes t-arrow-bottom {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  55% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes t-arrow-bottom {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  55% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.a-cover__arrow-wrapper_animated {
  animation: t-arrow-bottom 1.7s infinite ease;
}
.a-cover__arrow {
  position: absolute;
  z-index: 9;
  bottom: 40px;
  right: 0;
  left: 0;
  text-align: center;
}
.a-cover__arrow-wrapper {
  display: inline-block;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
.a-cover__arrow-wrapper:hover {
  opacity: 0.7;
}
.a-cover__arrow-svg {
  fill: #fff;
}
@media (max-width: 794px) {
  #events .container {
    padding-right: 16px !important;
  }
  #events .events-main .row {
    /*     margin-right: 0 !important;
             margin-left: 0 !important;*/
  }
  #events .events-main .block {
    /* box-shadow: none!important;
         border: 1px solid #d6d6d6!important;*/
  }
  #footer .submit-form {
    width: 400px;
    margin-bottom: 86px;
  }
  #footer .submit-form .input-group {
    display: block;
  }
  #footer .submit-form .form-control {
    margin-bottom: 10px;
  }
  .title-cat {
    font-size: 44px;
  }
  #cooperation .title-cat {
    margin-bottom: 50px;
  }
  #cooperation .cooperation-main .not-russian-channels img {
    height: 34px;
  }
  #cooperation .cooperation-main .russians-channels {
    margin-bottom: 20px;
  }
  #cooperation .cooperation-main .russians-channels div {
    margin-bottom: 25px;
  }
  #cooperation .cooperation-main .russians-channels div img {
    height: 50px;
  }
  #cooperation .cooperation-main .youtube img {
    height: 55px;
  }
  #company-job .title-cat {
    margin-left: 20px;
  }
  #company-job .company-job-header .text {
    margin-left: 20px;
  }
  #company-job .company-job-main .block {
    margin-left: 60px;
  }
  #working-process .content {
    padding-left: 20px;
  }
  #working-process .number {
    margin-left: 20px;
  }
  #working-process .title-cat {
    margin-left: 20px;
  }
  #working-process .info {
    margin-left: 20px;
    margin-bottom: 40px;
  }
  #portfolio .title-cat {
    margin-left: 20px;
  }
  #portfolio .video {
    margin-left: 40px;
  }
  #portfolio .video-image {
    width: 540px !important;
  }
  #portfolio .video-play {
    top: 136px !important;
    left: 238px !important;
  }
}
@media (max-width: 499px) {
  .open-button {
    right: 20px !important;
  }
  #company-job .block {
    padding-left: 20px !important;
    padding-right: 20px !important;
    line-height: 1.2;
    width: 320px !important;
    height: auto !important;
    margin-left: 26px !important;
  }
  #company-job .block p:first-child {
    margin-bottom: 20px !important;
  }
  #company-job .block-back {
    top: -15px !important;
  }
  #company-job .block-back img {
    height: 668px !important;
    width: 345px !important;
  }
  header .header-content {
    padding-top: 150px;
  }
  header .header-content .header-title {
    line-height: 1.46;
  }
  header .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
  }
  header .navbar .navbar-brand {
    height: auto;
    max-width: 320px;
  }
  #footer .title {
    font-size: 28px;
  }
  #footer .submit-form {
    width: 270px !important;
    margin-bottom: 86px;
    /* WebKit, Blink, Edge */
    /* Mozilla Firefox 4 to 18 */
    /* Mozilla Firefox 19+ */
    /* Internet Explorer 10-11 */
    /* Microsoft Edge */
  }
  #footer .submit-form .input-group {
    display: block;
  }
  #footer .submit-form .form-control {
    margin-bottom: 10px;
    height: 52px;
    font-size: 14px;
    line-height: 1.56;
  }
  #footer .submit-form .form-control::-webkit-input-placeholder {
    color: white;
    font-size: 14px;
    line-height: 1.56;
  }
  #footer .submit-form .form-control::-moz-placeholder {
    color: white;
    font-size: 14px;
    line-height: 1.56;
  }
  #footer .submit-form .form-control::-moz-placeholder {
    color: white;
    font-size: 14px;
    line-height: 1.56;
  }
  #footer .submit-form .form-control:-ms-input-placeholder {
    color: white;
    font-size: 18px;
    line-height: 1.56;
  }
  #footer .submit-form .form-control:-ms-input-placeholder {
    color: white;
    font-size: 18px;
    line-height: 1.56;
  }
  #footer .submit-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #footer .submit-form .btn-default {
    font-size: 14px;
    width: 146px;
    height: 52px;
  }
  .title-cat {
    font-size: 42px;
  }
  #working-process .info {
    margin-bottom: 40px;
  }
  #working-process .number {
    margin-left: 20px;
  }
  #cooperation .title-cat {
    font-size: 38px;
    line-height: 1.1;
  }
  #cooperation .cooperation-main img {
    height: 30px;
  }
  #advantages .advantages-main .info {
    font-size: 17px;
  }
  #advantages .block .icon {
    margin-bottom: 14px !important;
  }
  #about-company .background-2 {
    display: none;
  }
  #portfolio .title-cat {
    margin-left: 20px;
  }
  #portfolio .video {
    margin-left: 40px;
  }
  #portfolio .content {
    width: 272px !important;
  }
  #portfolio .video-image {
    width: 272px !important;
  }
  #portfolio .video-play {
    top: 55px !important;
    left: 100px !important;
  }
  .a-cover__arrow {
    bottom: 14px;
  }
  .a-cover__arrow_mobile {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  header .header-content {
    padding-top: 150px;
  }
  header .header-content .header-title {
    line-height: 1.46;
  }
  #about-company .background-2 {
    display: none;
  }
  #portfolio .video {
    margin-left: 40px;
  }
  #portfolio .video-image {
    width: 460px !important;
  }
  #portfolio .video-play {
    top: 110px !important;
    left: 198px !important;
  }
  #company-job .block {
    width: 400px !important;
    height: auto !important;
  }
  #company-job .block-back {
    top: -11px;
  }
  #company-job .block-back img {
    height: 585px !important;
    width: 420px !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  #portfolio .block {
    height: 520px;
  }
}
@media (max-width: 1200px) {
  .open-button {
    text-decoration: none !important;
    color: white;
    display: block !important;
    position: absolute;
    top: 13px;
    right: 50px;
    font-size: 42px !important;
  }
  header #navbar {
    display: none !important;
  }
  header #mobile-menu {
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
  }
  header #mobile-menu #menu li:not(:first-child) a {
    text-decoration: none;
    font-size: 20px !important;
  }
  header #mobile-menu #menu li:not(:last-child) {
    margin-bottom: 30px !important;
  }
  .header-menu-inner {
    padding-top: 0 !important;
  }
  #mobile-menu .closebtn {
    text-decoration: none !important;
    display: block;
    position: absolute;
    top: 20px !important;
    right: 55px !important;
    font-size: 42px !important;
  }
  #company-job .block {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  #working-process .block .number {
    display: block !important;
  }
  #working-process .block .content {
    margin-left: 0 !important;
  }
}
@media (min-width: 1201px) {
  #mobile-menu {
    width: 36%;
  }
}
