html {
  background-color: #0a3380;
}

body {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 45px;
  color: #ffffff;
  background: url("img/bg2x.jpg") no-repeat top center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

button:active,
button:focus,
button:focus:active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}

select.form-control {
  background-color: #00B2FF;
  border: none;
  color: #fff;
}
select.form-control:focus {
  background-color: #00B2FF;
  border: none;
  color: #fff;
}

.btn {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  border: none;
  border-radius: 37px;
  padding: 12px 22px;
  float: right;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b2ff+0,0057ff+100 */
  background: #00b2ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00b2ff 0%, #0057ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00b2ff 0%, #0057ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00b2ff 0%, #0057ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00b2ff", endColorstr="#0057ff",GradientType=0 );
  /* IE6-9 */
}
.btn:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a1e6+0,004de6+100 */
  background: #00a1e6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00a1e6 0%, #004de6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00a1e6 0%, #004de6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00a1e6 0%, #004de6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00a1e6", endColorstr="#004de6",GradientType=0 );
  /* IE6-9 */
}

.scroll-icon {
  display: none;
  background: url("img/scroll.svg");
  height: 44px;
  width: 44px;
  position: absolute;
  left: 46%;
  top: 550px;
  -webkit-animation: slide-top 1.5s ease-out infinite forwards;
  animation: slide-top 1.5s ease-out infinite forwards;
}

@-webkit-keyframes slide-top {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes slide-top {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
.smoke {
  position: absolute;
  height: 802px;
  background: url("img/smoke.png") no-repeat;
}
.smoke.smoke-left {
  z-index: 20;
  top: 1250px;
  left: 0;
  width: 40%;
  background-position-x: 100%;
}
.smoke.smoke-right {
  z-index: 20;
  top: 700px;
  right: 0;
  width: 40%;
  background-position-x: 0;
}
.smoke.smoke-bottom {
  display: none;
}

.stella {
  background: none;
}

header {
  background-color: rgba(0, 0, 0, 0.1);
}
header .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
header .navbar #logo {
  left: -30px;
  position: relative;
}
header .navbar .navbar-collapse {
  padding: 12px 0;
}
header .navbar .nav-item {
  margin: 0 23px;
}
header .navbar.navbar-dark .navbar-nav .nav-link {
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}
header .navbar.navbar-dark .navbar-nav .nav-link:hover {
  color: #4bbce8;
}
header .navbar .navbar-toggler {
  border: none;
  margin-left: auto;
  margin-top: 8px;
  padding: 0;
  width: 36px;
  height: 36px;
}
header .navbar .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("img/menu_open.svg");
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  margin-top: 6px;
  background-image: url("img/menu_close.svg");
  background-size: auto;
}
header .navbar .lang-select {
  font-size: 15px;
  width: 76px;
}
header .navbar .lang-select .select {
  background-color: #00B2FF;
  box-sizing: border-box;
  border-radius: 15px;
  cursor: pointer;
  height: 32px;
  line-height: 2;
  padding: 2px 15px;
}
header .navbar .lang-select .select:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(135deg);
  position: relative;
  top: -21px;
  right: -40px;
}
header .navbar .lang-select .select.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
header .navbar .lang-select .select.active::after {
  transform: rotate(-45deg);
  top: -16px;
}
header .navbar .lang-select .select-options {
  display: none;
  overflow: hidden;
  list-style-type: none;
  position: absolute;
  z-index: 101;
  background-color: #00B2FF;
  border-top-width: 0;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  width: 76px;
  padding-left: 0;
  padding-bottom: 5px;
}
header .navbar .lang-select .select-options li {
  cursor: pointer;
  line-height: 25px;
  padding-left: 15px;
}
header .navbar .lang-select .select-options li:hover {
  background: rgba(255, 255, 255, 0.2);
}
header .navbar #brand:after {
  content: "";
  top: 125px;
  background: url("img/stella.png") no-repeat;
  position: absolute;
  height: 2302px;
  width: 798px;
}

main {
  z-index: 99;
  position: relative;
  height: 2350px;
  background-color: rgba(0, 0, 0, 0.1);
}
main .center {
  padding-top: 75px !important;
  max-width: 50rem;
}
main .big-logo {
  background: url("img/big_logo.png") no-repeat 0;
  height: 255px;
  width: 1047px;
  position: relative;
  top: -75px;
}
main .block {
  position: relative;
}
main .block h2 {
  margin-bottom: 40px;
}
main .block#about {
  top: -40px;
}
main .block#about h2::after {
  content: "";
  background: url("img/icons.svg");
  height: 45px;
  width: 245px;
  display: block;
  float: right;
}
main .block#coming {
  top: 70px;
}
main .block#job {
  top: 260px;
}
main .block .highlight {
  background: rgba(0, 66, 145, 0.5);
  border-radius: 20px;
  padding: 55px 30px;
}
main .block .highlight p {
  display: inline-block;
}
main .block .highlight div {
  display: inline;
}
main .block img#chaos-logo {
  margin: 32px 0;
  height: 220px;
}
main h2 {
  font-size: 50px;
  line-height: 61px;
}
main #slogan {
  font-weight: bold;
  font-size: 47px;
  line-height: 57px;
  color: #6BB8FF;
}

footer {
  background: #000000;
  height: 170px;
  overflow: hidden;
}
footer #contacts {
  padding-top: 20px;
}
footer .text {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}
footer a {
  font-size: 20px;
  color: #00B2FF;
}
footer .copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1215px) {
  header .navbar.navbar-dark .navbar-nav .nav-item {
    margin: 0 2%;
  }
  header .navbar.navbar-dark .navbar-nav .nav-link {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  body {
    background: url("img/bg.jpg") no-repeat top center;
  }

  .scroll-icon {
    display: block;
  }

  .smoke {
    background: url("img/smoke_mob.png") no-repeat;
  }
  .smoke.smoke-left {
    z-index: 15;
    width: 100%;
    background-position-x: right;
  }
  .smoke.smoke-right {
    z-index: 20;
    top: 400px;
    width: 100%;
    background-position-x: center;
  }
  .smoke.smoke-bottom {
    display: block;
    z-index: 19;
    top: 1880px;
    width: 100%;
    height: 300px;
    background-position-x: center;
  }

  .p-2 {
    padding: 0 !important;
  }

  .stella {
    position: absolute;
    z-index: 19;
    height: 2350px;
    width: 100%;
    background: url("img/stella.png") no-repeat -300px 335px;
    background-size: 798px 2111px;
  }

  .btn {
    float: none;
    display: block;
    margin: 0;
    font-size: 22px;
  }

  body {
    font-size: 15px;
    line-height: 25px;
  }

  header .navbar {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    border-bottom: none;
  }
  header .navbar #logo {
    height: 38px;
    left: 0;
  }
  header .navbar .row {
    margin: -1px;
  }
  header .navbar .row .col {
    padding: 0;
  }
  header .navbar #brand {
    height: 70px;
    flex-basis: 100%;
    max-width: 100%;
    padding: 9px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  header .navbar #brand:after {
    content: none;
    background: none;
  }
  header .navbar .navbar-collapse {
    background: #0f3d94;
    padding: 0;
  }
  header .navbar .navbar-collapse .navbar-nav {
    padding-top: 15px;
  }
  header .navbar .navbar-collapse .navbar-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header .navbar .navbar-collapse div {
    padding: 0;
  }
  header .navbar .navbar-collapse .lang-select {
    height: 63vh;
  }
  header .navbar .navbar-collapse .col {
    margin-bottom: 20px;
  }
  header .navbar .nav-item {
    text-align: center;
    margin: 0;
    height: 50px;
    margin-bottom: 1px;
  }
  header .navbar.navbar-dark .navbar-nav .nav-link {
    line-height: 33px;
    font-size: 15px;
  }
  header .navbar-brand {
    justify-content: normal !important;
  }
  header .overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(6, 19, 51, 0.95);
  }

  main .center {
    padding-top: 120px !important;
  }
  main #slogan {
    font-size: 20px;
    text-align: center;
  }
  main #slogan p {
    margin-bottom: 0;
  }
  main h2 {
    font-size: 32px;
    line-height: 42px;
  }
  main .block {
    padding: 0 13px 0 140px;
    line-height: 20px;
  }
  main .block h2 {
    margin-bottom: 10px;
  }
  main .block p {
    padding-right: 1px;
  }
  main .block span {
    display: block;
    margin-bottom: 15px;
  }
  main .block#about {
    top: 265px;
    height: 450px;
  }
  main .block#about h2::after {
    content: none;
    background: none;
  }
  main .block#coming {
    top: 235px;
    height: 760px;
  }
  main .block#coming span:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  main .block#job {
    top: 235px;
    height: 470px;
    color: #04337A;
  }
  main .block#job h2 {
    width: 100px;
    height: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  main .block img#chaos-logo {
    height: 149px;
    display: inherit;
  }
  main .block .highlight {
    background: none;
    padding: 0 0 90px 0;
  }
  main .big-logo {
    background: url("img/big_logo_mob.png");
    height: 190px;
    width: 323px;
    top: -60px;
  }

  footer {
    height: auto;
  }
  footer #contacts {
    padding-top: 12px;
  }
  footer #contacts .text {
    display: inline-block;
  }
  footer #contacts .text:after {
    content: ":";
  }
  footer #contacts a {
    font-size: 15px;
    margin-left: 10px;
  }
  footer #contacts .copyright {
    font-size: 9px;
    opacity: 0.3;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
