@font-face {
  font-family: 'Avenir Next Cyr';
  src: url("../fonts/AvenirNextCyr-Regular.eot");
  src: local("Avenir Next Cyr Regular"), local("AvenirNextCyr-Regular"), url("../fonts/AvenirNextCyr-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Regular.woff") format("woff"), url("../fonts/AvenirNextCyr-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url("../fonts/AvenirNextCyr-Medium.eot");
  src: local("Avenir Next Cyr Medium"), local("AvenirNextCyr-Medium"), url("../fonts/AvenirNextCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Medium.woff") format("woff"), url("../fonts/AvenirNextCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url("../fonts/AvenirNextCyr-Bold.eot");
  src: local("Avenir Next Cyr Bold"), local("AvenirNextCyr-Bold"), url("../fonts/AvenirNextCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Bold.woff") format("woff"), url("../fonts/AvenirNextCyr-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

body {
  font-family: "Avenir Next Cyr", Arial, sans-serif;
  background-color: #e0dde2; }

a {
  color: #005AFF; }

.main-container {
  max-width: 1500px;
  margin: 0 auto; }

.container {
  max-width: 1400px; }

.max-width-small {
  max-width: 1200px;
  margin: 0 auto; }

.navbar-toggler {
  display: none;
  position: absolute;
  z-index: 100;
  top: 32px;
  right: 20px; }

.navbar-dark .navbar-toggler {
  border: 0;
  outline: none; }

.hamburger div {
  width: 34px;
  height: 4px;
  background-color: #fff;
  margin: 7px 0; }

.hamburger .one {
  background-color: #ffc108; }

.hamburger .two {
  background-color: #e91e62; }

.hamburger .three {
  background-color: #6236ff; }

.mobile-menu {
  background: #16141f; }

.navbar {
  z-index: 9999;
  position: relative;
  width: 100%;
  padding: 2rem 1rem; }

.main-menu {
  font-size: 1.2rem; }

.main-menu ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 0; }

.main-menu ul li {
  padding: 0; }

.main-menu ul li a {
  font-weight: 500;
  color: #fff; }

.main-menu a:hover {
  text-decoration: none;
  opacity: 0.8; }

.main-menu-mobile ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  line-height: 2.5; }

.main-menu-mobile ul li {
  padding: 0; }

.main-menu-mobile ul li a {
  font-weight: 500;
  color: #fff; }

.main-menu-mobile a:hover {
  text-decoration: none;
  opacity: 0.8; }

.mm-l1 {
  border-bottom: 1px solid #FFC107; }

.mm-l2 {
  border-bottom: 1px solid #E91E63; }

.mm-l3 {
  border-bottom: 1px solid #6236FF; }

.mm-l4 {
  border-bottom: 1px solid #9A13D2; }

.btn-lang {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  margin-top: -6px; }

.btn-lang.dropdown-toggle::after {
  opacity: 0.3; }

.btn-lang:hover {
  opacity: 0.7;
  color: #fff; }

.mouse {
  position: absolute;
  width: 22px;
  height: 38px;
  bottom: 40px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  zoom: 1.2;
  border: 2px solid #fff;
  opacity: 0.4;
  -webkit-animation: intro 1s;
  animation: intro 1s; }

.scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite; }

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 0.4;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 0.4;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes finger {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes finger {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

.jumbotron {
  padding: 0;
  border-radius: 0;
  color: #fff;
  margin: 0; }

.jumbotron-heading {
  font-weight: bold;
  font-size: 3.5rem;
  padding: 2rem 0;
  margin: 0; }

.jumbotron-text-wrapper {
  position: relative;
  z-index: 10;
  max-width: 800px;
  padding: 5rem 0 13rem 0; }

.lead {
  font-size: 1.5rem;
  opacity: 0.7; }

.tone-image {
  position: relative; }

.tone-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(14, 9, 36, 0.85); }

.tone-map {
  position: relative;
  pointer-events: none; }

.tone-map::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(14, 9, 36, 0.6); }

.section {
  padding: 6rem 0;
  text-align: center; }

.section-header {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 0 6rem 0; }

.section-header-bh {
  padding: 0 0 4rem 0; }

.section-header h2 {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 2rem; }

.section-desc {
  font-size: 1.25rem; }

.contest-section {
  background: url("../img/img-contest.jpg") no-repeat;
  background-size: cover;
  background-position: center; }

.first-section {
  background: url("../img/img01.jpg") no-repeat;
  background-size: cover;
  background-position: center; }

.second-section {
  background: #fff; }

.third-section {
  color: #fff;
  background: url("../img/img02.jpg") no-repeat;
  background-size: cover;
  background-position: center; }

.fourth-section {
  background: #fff; }

.contacts-section {
  color: #fff;
  background: url("../img/img03.jpg") no-repeat;
  background-size: cover;
  background-position: center; }

.contacts-section .section-header {
  padding: 0; }

.feature h3 {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 2rem 0 0 0; }

.feature p {
  opacity: 0.7;
  max-width: 300px;
  margin: 0 auto; }

.feature .desc {
  margin-bottom: 15px;
  font-size: 20px; }

.feature .winner {
  font-size: 18px;
  margin: 8px 0;
  color: #005AFF; }

.old-bv {
  background: #e91d63; }

.icon-with-shadow {
  border-radius: 100px; }

.vacancy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #FFFFFF;
  border: 2px solid #005AFF;
  border-radius: 20px;
  max-width: 300px;
  margin: 0 auto; }

.vacancy-header {
  font-weight: 500;
  font-size: 22px;
  color: #005AFF;
  padding: 0.9rem 1rem 0 1rem; }

.vacancy-content {
  font-size: 16px;
  padding: 0.5rem 1.2rem 1rem 1.2rem;
  color: #4C5461; }

.vacancy-footer {
  padding: 0.8rem 0;
  border-top: 1px solid rgba(0, 90, 255, 0.31); }

.vacancy-footer a {
  display: block;
  width: 100%; }

.btn-section {
  font-size: 1.3rem;
  padding: 0.8rem 3.3rem;
  border-radius: 30px;
  color: #fff;
  background-color: #005AFF;
  border-color: transparent;
  margin: 1.5rem 0; }

@media only screen and (min-width: 100px) and (max-width: 820px) {
  .main-menu {
    display: none; }
  .navbar-toggler {
    display: block; }
  .jumbotron-text-wrapper {
    padding: 4rem 0 10rem 0; }
  .jumbotron-heading {
    padding: 0 40px 20px 40px;
    font-size: 3rem; }
  .lead {
    font-size: 1.2rem;
    padding: 0 40px; }
  .section {
    padding: 3rem 0; }
  .section-header {
    padding: 0 0 3rem 0; }
  .section-header h2 {
    font-size: 2rem;
    margin-bottom: 1rem; }
  .section-desc {
    font-size: 1.1rem;
    padding: 0 20px; }
  .feature {
    margin-bottom: 4rem; }
  .feature:last-child {
    margin-bottom: 0rem; }
  .feature-vacancy {
    margin-bottom: 2rem; } }
