@font-face {
  font-family: "CirceBold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/CirceBold/CirceBold.eot");
  src: url("../fonts/CirceBold/CirceBold.eot?#iefix") format("embedded-opentype"), url("../fonts/CirceBold/CirceBold.woff") format("woff"), url("../fonts/CirceBold/CirceBold.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  outline: 0;
}

textarea {
  resize: none;
}

.clear {
  clear: both;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a, input, textarea, select, button {
  outline: none !important;
}

mark {
  background-color: transparent;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
  display: inline-block;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

input,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  color: #fff;
}

::selection {
  color: #fff;
}

html, body {
  height: 100%;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "CirceBold", sans-serif;
  overflow-x: hidden;
  color: #ffffff;
}

body input, body textarea {
  border: #666 1px solid;
  outline: none;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid, body textarea:required:valid {
  border-color: green;
}

.page_container {
  max-width: 100vw;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.page_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.page_content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #15191e;
  opacity: .6;
}

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.text-center {
  text-align: center;
}

b, strong {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
}

a {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color .3s ease;
  transition: -webkit-text-decoration-color .3s ease;
  -o-transition: text-decoration-color .3s ease;
  transition: text-decoration-color .3s ease;
  transition: text-decoration-color .3s ease, -webkit-text-decoration-color .3s ease;
}

a:hover, a:focus, a:active {
  color: #fff;
}

a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.main_screen {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_screen_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.main_screen_bg > img, .main_screen_bg > video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}

.content_wrapper {
  position: relative;
  max-width: 756px;
  padding: 80px 40px 85px;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content_header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.content_header .top_descr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  width: 100%;
  margin-bottom: 22px;
}

.content_header .top_descr .small {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.02em;
  width: 50%;
  text-align: right;
  display: inline-block;
}

.content_header .top_descr .large {
  font-size: 14px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  line-height: 20px;
  position: relative;
  letter-spacing: -0.02em;
  top: 2px;
  width: 50%;
}

.content_header h2 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 0.2em;
}

.content_header h2 br {
  display: none;
}

.line_hor {
  width: 1px;
  height: 18px;
  margin: 0 40px;
  background-color: #fff;
  position: relative;
  top: -3px;
}

.content_header {
  margin-bottom: 130px;
}

.logo_container {
  position: relative;
  margin-bottom: 140px;
}

.logo_container a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo_container a svg {
  max-width: 100%;
  height: auto;
}

.logo_container a img {
  width: 100%;
  height: auto;
}

.contact_container .line_hor {
  top: -2px;
}

.contact_container .contact_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 20px;
  letter-spacing: -.02em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.contact_container .contact_item a {
  width: -webkit-calc(50% - 40.5px);
  width: calc(50% - 40.5px);
  display: inline-block;
}

.contact_container .contact_item a.phone {
  text-align: right;
  text-align: right;
}

.contact_container .contact_item:last-child {
  margin-bottom: 0;
}

.contact_container .contact_item p {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.contact_container .contact_item p:last-child {
  margin-bottom: 0;
}

.lng_choose {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo_container a {
  margin-left: -105px;
}

.lng_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-family: "CirceBold", sans-serif;
  font-size: 20px;
  letter-spacing: -.02em;
}

.lng_list .lng_item {
  margin: 0 39px;
}

.lng_list .lng_item.active a {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.ground_s_body .logo_container a {
  margin-left: 0;
  margin-right: -96px;
}

.helicopters_body .logo_container a {
  margin-left: -18px;
  margin-right: 0;
}

.contact_container .contact_item .contact_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_container .contact_item .contact_box a {
  width: 33.3%;
  text-align: center;
  white-space: nowrap;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/
  .logo_container a,
  .ground_s_body .logo_container a,
  .helicopters_body .logo_container a {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-height: 825px) {
  /**/
  .content_wrapper {
    padding: 40px;
  }
  .content_header, .logo_container {
    margin-bottom: 50px;
  }
  .contact_container .contact_item {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  /**/
  .content_wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content_header .top_descr {
    margin-bottom: 95px;
  }
  .content_header h2 br {
    display: block;
  }
  .content_header h2 {
    font-size: 24px;
    line-height: 48px;
  }
  .content_header .top_descr .small {
    font-size: 27px;
    line-height: 27px;
  }
  .content_header .top_descr .large {
    line-height: 27px;
    font-size: 18px;
  }
  .line_hor {
    height: 24px;
    top: 0;
  }
  .content_header {
    margin-bottom: 0;
  }
  .logo_container {
    margin: 50px 0;
  }
  .contact_container .contact_item {
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 85px;
  }
  .contact_container .contact_item p {
    margin-bottom: 40px;
  }
  .contact_container .contact_item .contact_box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact_container .contact_item .contact_box .email {
    margin-top: 30px;
    width: auto;
  }
  .contact_container .contact_item .contact_box .line_hor:nth-child(4) {
    display: none;
  }
  .helicopters_body .contact_container .contact_item a {
    width: auto;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 640px) {
  /**/
  .content_wrapper {
    padding: 60px 30px 65px;
  }
  .content_header .top_descr .small {
    font-size: 20px;
    line-height: 20px;
  }
  .content_header .top_descr .large {
    font-size: 13px;
    line-height: 20px;
  }
  .line_hor {
    margin: 0 30px;
    height: 20px;
  }
  .content_header .top_descr {
    margin-bottom: 60px;
  }
  .content_header h2 {
    font-size: 18px;
    line-height: 36px;
  }
  .contact_container .contact_item {
    font-size: 20px;
    line-height: 20px;
  }
  .contact_container .contact_item p {
    margin-bottom: 30px;
  }
  .contact_container .contact_item {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 480px) {
  /**/
  .lng_list .lng_item {
    margin: 0 25px;
  }
  .lng_list {
    font-size: 16px;
  }
  .content_wrapper {
    padding: 45px 25px 50px;
  }
  .content_header .top_descr .small {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    top: 1px;
  }
  .content_header .top_descr .large {
    font-size: 11px;
    line-height: 20px;
  }
  .line_hor {
    margin: 0 14px;
    height: 20px;
  }
  .content_header .top_descr {
    margin-bottom: 40px;
  }
  .content_header h2 {
    font-size: 14px;
    line-height: 30px;
  }
  .contact_container .contact_item {
    font-size: 16px;
    line-height: 16px;
  }
  .contact_container .contact_item p {
    margin-bottom: 20px;
  }
  .contact_container .contact_item {
    margin-bottom: 40px;
  }
  .logo_container {
    margin: 30px 0;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 370px) {
  /**/
  .contact_container .contact_item {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .content_wrapper {
    padding: 40px 20px 45px;
  }
  .content_header .top_descr .small {
    font-size: 14px;
    line-height: 18px;
    position: relative;
    top: 1px;
  }
  .content_header .top_descr .large {
    font-size: 9px;
    line-height: 18px;
  }
  .line_hor {
    margin: 0 20px;
    height: 18px;
  }
  .content_header .top_descr {
    margin-bottom: 40px;
  }
  .content_header h2 {
    font-size: 12px;
    line-height: 24px;
  }
  .contact_container .contact_item {
    font-size: 14px;
    line-height: 14px;
  }
  .contact_container .contact_item p {
    margin-bottom: 15px;
  }
  .contact_container .contact_item {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 370px) {
  /**/
  .content_wrapper {
    padding: 30px 20px 30px;
  }
  .logo_container {
    margin: 30px 0;
  }
  .content_header .top_descr {
    margin-bottom: 30px;
  }
  .contact_container .contact_item {
    margin-bottom: 30px;
  }
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
  .content_header .top_descr .line_hor {
    margin: 0 111px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}

@media only screen and (min-width: 1600px) {
  /**/
  .lng_choose {
    margin-top: 110px;
  }
}
