@font-face {
  font-family: "MarketFresh";
  src: url("../fonts/Market Fresh.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "MarketFreshBold";
  src: url("../fonts/Market Fresh Bold Lower Case.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "RobotoBlack";
  src: url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.otf") format("opentruetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "RobotoThin";
  src: url("../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype"), url("../fonts/Roboto-Thin.otf") format("opentruetype");
  font-weight: normal;
  font-style: normal; }

@-webkit-keyframes MainLogo {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes MainLogo {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes MainLogoAircraft {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes MainLogoAircraft {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-webkit-keyframes ruwWBSpW_draw {
  100% {
    stroke-dashoffset: 0; } }

@keyframes ruwWBSpW_draw {
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes ruwWBSpW_fade {
  0% {
    stroke-opacity: 1; }
  94.44444444444444% {
    stroke-opacity: 1; }
  100% {
    stroke-opacity: 0; } }

@keyframes ruwWBSpW_fade {
  0% {
    stroke-opacity: 1; }
  94.44444444444444% {
    stroke-opacity: 1; }
  100% {
    stroke-opacity: 0; } }

@-webkit-keyframes jumpButton {
  0% {
    padding-bottom: 0; }
  25% {
    padding-bottom: 1rem; }
  50% {
    padding-bottom: 0; }
  75% {
    padding-bottom: 0.5rem; }
  100% {
    padding-bottom: 0; } }

@keyframes jumpButton {
  0% {
    padding-bottom: 0; }
  25% {
    padding-bottom: 1rem; }
  50% {
    padding-bottom: 0; }
  75% {
    padding-bottom: 0.5rem; }
  100% {
    padding-bottom: 0; } }

@-webkit-keyframes block_anim {
  100% {
    -webkit-transform: translateY(-600px);
    transform: translateY(-600px); } }

@keyframes block_anim {
  100% {
    -webkit-transform: translateY(-600px);
    transform: translateY(-600px); } }

@-webkit-keyframes block_anim2 {
  100% {
    -webkit-transform: translateY(600px);
    transform: translateY(600px); } }

@keyframes block_anim2 {
  100% {
    -webkit-transform: translateY(600px);
    transform: translateY(600px); } }

@-webkit-keyframes block_anim3 {
  100% {
    -webkit-transform: translateX(600px);
    transform: translateX(600px); } }

@keyframes block_anim3 {
  100% {
    -webkit-transform: translateX(600px);
    transform: translateX(600px); } }

@-webkit-keyframes fill-opac {
  100% {
    fill-opacity: 1; } }

@keyframes fill-opac {
  100% {
    fill-opacity: 1; } }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

body, html {
  width: 100%;
  height: 100%; }

.pace-container {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff8f2;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000; }

.pace-container-inactive {
  display: none !important; }

.clearfix::after {
  content: '';
  display: table;
  clear: both; }

.main-wrapper {
  width: 100%;
  min-width: 1366px;
  position: relative; }
.main-wrapper * {
  display: block; }
.main-wrapper .main-logo {
  width: 100%;
  position: relative; }
.main-wrapper .main-logo #main_logo {
  width: 900px;
  height: 900px;
  position: relative;
  top: 0;
  left: 25.5%; }
.main-wrapper .main-logo #main_logo #Clouds {
  -webkit-animation: MainLogo 60s linear infinite;
  animation: MainLogo 60s linear infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform-box: fill-box; }
.main-wrapper .main-logo #main_logo #Aircraft {
  -webkit-animation: MainLogoAircraft 60s linear infinite;
  animation: MainLogoAircraft 60s linear infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform-box: fill-box; }
.main-wrapper .main-logo #main_logo #MainCircle {
  -webkit-animation: MainLogo 140s linear infinite;
  animation: MainLogo 140s linear infinite;
  -webkit-transform-origin: 51% 52%;
  -ms-transform-origin: 51% 52%;
  transform-origin: 51% 52%;
  transform-box: fill-box; }
.main-wrapper .main-logo .m-l-wrap {
  position: absolute;
  top: 39%;
  left: 38%; }
.main-wrapper .main-logo .m-l-wrap .m-l-title {
  font-size: 141px;
  color: #000000;
  font-family: RobotoBlack, Arial, sans-serif;
  display: inline-block; }
.main-wrapper .main-logo .m-l-wrap .m-l-w {
  width: 135px;
  display: inline-block; }

h2 {
  font-family: MarketFresh, Arial, sans-serif;
  font-size: 150px;
  line-height: 120px; }

h3 {
  font-family: RobotoBlack, Arial, sans-serif;
  font-size: 290px;
  color: #000000;
  position: absolute; }

.h2-grad {
  background: -webkit-gradient(linear, left top, right top, from(#ffb274), color-stop(42%, #ff9a40), color-stop(42%, #ff6440));
  background: -webkit-linear-gradient(left, #ffb274, #ff9a40 42%, #ff6440);
  background: linear-gradient(to right, #ffb274, #ff9a40 42%, #ff6440);
  color: #ffb274 !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

p {
  font-family: RobotoThin, Arial, sans-serif;
  font-size: 20px;
  color: #000000;
  line-height: 30px; }

.main-section {
  width: 100%;
  height: 2956px;
  background-image: url("../img/MainBg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  top: 150px;
  overflow-x: hidden; }
.main-section .m-s-txt {
  margin-left: 160px;
  margin-top: 43px; }
.main-section .m-s-txt p {
  max-width: 582px;
  margin-top: 67px; }
.main-section .m-s-card {
  position: absolute;
  left: 12%;
  top: 3%; }
.main-section .m-s-grid {
  margin-left: 160px;
  position: relative;
  top: 24%; }
.main-section .m-s-grid h2 {
  color: #ffffff; }
.main-section .m-s-grid p {
  max-width: 642px; }
.main-section .N {
  top: 3%;
  left: 790px;
  z-index: -1;
  -webkit-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  transform: rotate(12deg); }

.search-section {
  position: relative;
  margin-top: -250px;
  overflow-x: hidden;
  width: 100%;
  height: 1110px; }
.search-section .W {
  -webkit-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  transform: rotate(-27deg);
  left: 300px;
  top: -15px;
  z-index: 100; }
.search-section .search-txt {
  padding-right: 360px; }
.search-section .search-txt h2 {
  position: relative;
  left: 76%; }
.search-section .search-txt p {
  max-width: 570px;
  float: right; }
.search-section .search-txt p:after {
  content: '';
  clear: both; }
.search-section .s-video-wrap {
  position: relative;
  top: 100px;
  margin: auto;
  height: 593px;
  width: 1160px; }
.search-section .s-mac {
  position: absolute;
  width: 1754px;
  height: 827px;
  /*left: -298px;*/
  /*top: -73px;*/
  z-index: 200;
  pointer-events: none; }
.search-section .s-video {
  position: relative;
  z-index: 150;
  width: 1160px;
  height: auto;
  margin: 70px auto;
  margin-left: 300px}

.news-section {
  width: 100%;
  height: 2894px;
  background-image: url("../img/NewsBg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative; }
.news-section .S {
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  right: 350px;
  top: 400px; }
.news-section .n-s-title {
  position: relative;
  color: #ffffff;
  text-align: center;
  padding-top: 700px; }
.news-section .n-s-maket-wrap {
  width: 1155px;
  height: 1186px;
  position: relative;
  margin: auto;
  top: 30px; }
.news-section .n-s-maket-wrap .n-s-m-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0; }
.news-section .n-s-maket-wrap .n-s-m_right {
  margin-left: 14px; }
.news-section .n-s-maket-wrap .n-s-m_right .n-s-maket2 {
  margin-bottom: 17px; }
.news-section .n-s-maket-wrap .n-s-m-title {
  font-family: RobotoBlack, Arial, sans-serif;
  max-width: 603px;
  padding-left: 27px;
  padding-top: 57px;
  display: inline-block;
  vertical-align: top; }
.news-section .n-s-maket-wrap .n-s-m-img1 {
  position: relative;
  z-index: 100;
  display: inline-block;
  left: 150px;
  top: -3px;
  vertical-align: top; }
.news-section .n-s-maket-wrap .n-s-m-img2 {
  width: auto;
  position: relative;
  z-index: 100;
  top: 0.6%;
  margin-left: 93.3%; }
.news-section .n-s-maket-wrap .n-s-m-like {
  position: relative;
  top: 2.5%;
  left: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.news-section .n-s-maket-wrap .n-s-m-like span {
  font-family: RobotoBlack, Arial, sans-serif;
  font-size: 15.9px;
  color: #ffffff;
  margin-left: 10px; }
.news-section .n-s-maket-wrap .n-s-m-like .n-s-m-l_one,
.news-section .n-s-maket-wrap .n-s-m-like .n-s-m-l_two {
  width: 32px;
  height: 32px;
  position: relative; }
.news-section .n-s-maket-wrap .n-s-m-like .n-s-m-l_one {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  top: -2px; }
.news-section .n-s-maket-wrap .n-s-m-like .n-s-m-l_two {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  margin-left: 31px;
  bottom: -2px; }
.news-section .n-s-maket-wrap .n-s-m-comment {
  position: relative;
  top: 100px;
  left: 23px; }
.news-section .n-s-maket-wrap .n-s-m-comment .n-s-m-c-img {
  display: inline-block;
  width: 90px;
  height: 90px; }
.news-section .n-s-maket-wrap .n-s-m-comment div {
  display: inline-block;
  margin-left: 12px;
  vertical-align: top; }
.news-section .n-s-maket-wrap .n-s-m-comment span {
  font-size: 22.66px; }
.news-section .n-s-maket-wrap .n-s-m-comment .n-s-m-c-name {
  font-family: RobotoBlack, Arial, sans-serif;
  color: #ffffff;
  margin-bottom: 20px; }
.news-section .n-s-maket-wrap .n-s-m-comment .n-s-m-c-comment {
  font-family: RobotoThin, Arial, sans-serif; }
.news-section .n-s-aircraft1,
.news-section .n-s-aircraft2 {
  position: absolute;
  width: 128px;
  height: 60px; }
.news-section .n-s-aircraft1 {
  right: 300px; }
.news-section .n-s-aircraft2 {
  bottom: 25%;
  left: 300px; }

.categories-section {
  width: 100%;
  height: 800px;
  position: relative;
  margin-top: -100px; }
.categories-section .T {
  left: 160px; }
.categories-section .c-s-txt {
  padding-left: 480px;
  padding-top: 170px;
  position: relative;
  z-index: 100;
  pointer-events: none; }
.categories-section .c-s-txt p {
  max-width: 520px; }
.categories-section #c-s-c_canvas {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  opacity: .2; }
.categories-section #tags {
  visibility: hidden; }
.categories-section #tags a {
  color: #333333;
  font-size: 45px; }
.categories-section #tags .t-color {
  font-size: 40px; }
.categories-section #tags .t-color2 {
  font-size: 35px; }

.sources-section {
  width: 100%;
  position: relative;
  margin-bottom: 200px; }
.sources-section h2, .sources-section p {
  padding-left: 40%; }
.sources-section p {
  margin-bottom: 130px; }
.sources-section .s-s-cont {
  width: 100%;
  overflow-x: hidden;
  margin-bottom: 40px; }
.sources-section .s-s-cont > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1 !important; }
.sources-section .s-s-cont img {
  margin-right: 80px; }
.sources-section .s-s-cont:nth-child(4) img,
.sources-section .s-s-cont:nth-child(3) img {
  margin-right: 50px; }

.slider-section-wrap {
  position: relative;
  padding: 0 0 290px;
  background-color: #fafafa;
  width: 100%; }
.slider-section-wrap .slider-section {
  width: 1366px;
  margin: auto;
  position: relative; }
.slider-section-wrap .E {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  top: 10%;
  right: 32%; }
.slider-section-wrap .sl-s-txt {
  max-width: 765px; }
.slider-section-wrap .sl-s-txt p {
  max-width: 640px;
  margin-top: 50px; }
.slider-section-wrap .sl-s_second {
  width: 414px;
  height: 811px;
  position: absolute;
  right: 0;
  top: 165px;
  overflow: hidden; }
.slider-section-wrap .sl-s_second > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100; }
.slider-section-wrap .sl-s_second .sl-s_s-wrap {
  width: 1800px;
  height: 573px;
  position: relative;
  top: 126px;
  -webkit-transform: translate3d(-1760px, 0, 0);
  transform: translate3d(-1760px, 0, 0); }
.slider-section-wrap .sl-s_second .sl-s_s-wrap .img_wrap {
  width: 335px;
  position: absolute;
  top: 0;
  left: 0; }
.slider-section-wrap .sl-s_first {
  width: 912px;
  margin-top: 330px;
  position: relative; }
.slider-section-wrap .sl-s_first > div {
  display: inline-block; }
.slider-section-wrap .sl-s_first .sl-s-f-prev,
.slider-section-wrap .sl-s_first .sl-s-f-next {
  vertical-align: top;
  position: relative;
  top: 100px;
  cursor: pointer; }
.slider-section-wrap .sl-s_first .sl-s-f-prev img,
.slider-section-wrap .sl-s_first .sl-s-f-next img {
  width: 57px;
  height: 57px; }
.slider-section-wrap .sl-s_first .sl-s-f-next {
  margin-left: 25px; }
.slider-section-wrap .sl-s_first .sl-s-f-next img {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }
.slider-section-wrap .sl-s_first .sl-s-f-images {
  width: 710px;
  height: 263px;
  left: 0;
  overflow: hidden;
  position: relative; }
.slider-section-wrap .sl-s_first .sl-s-f-images img {
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: 148px;
  left: 0;
  opacity: 1; }
.slider-section-wrap .sl-s_first #slider-img {
  width: 1000px;
  height: 100%;
  position: relative;
  -webkit-transform: translate3d(-148px, 0, 0);
  transform: translate3d(-148px, 0, 0); }

.slider-btn_disabled {
  opacity: .2;
  pointer-events: none; }

.over-section {
  position: relative; }
.over-section .R {
  right: 160px; }
.over-section .h2-grad {
  font-family: MarketFreshBold, Arial, sans-serif;
  margin: auto;
  padding-top: 380px;
  font-size: 200px;
  line-height: 180px;
  text-align: center; }
.over-section .o-s-txt {
  text-align: center;
  font-family: RobotoThin, Arial, sans-serif;
  font-size: 55px;
  margin-bottom: 110px; }
.over-section .o-s-title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
.over-section .o-s-title a {
  color: #333333;
  font-family: MarketFresh, Arial, sans-serif;
  font-size: 40px;
  cursor: pointer; }
.over-section .o-s-google {
  width: 181px;
  height: 57px;
  margin: 30px auto 170px; }

.o-s-bot {
  height: 143px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 160px;
  position: relative; }

.footerButton {
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  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;
  color: #757575; }

.footerButtonContainer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.toStartButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-animation: emergenceAnimation 1s ease-in-out 1s both;
  animation: emergenceAnimation 1s ease-in-out 1s both; }
.toStartButton a {
  font-size: 0; }
.toStartButton span {
  font-family: "RobotoRegular", Arial, sans-serif;
  padding-top: 0.5rem;
  font-size: 20px; }
.toStartButton svg {
  width: 40px;
  height: 40px; }
.toStartButton svg:hover {
  -webkit-animation: jumpButton 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: jumpButton 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.backCont {
  cursor: pointer;
  text-align: center;
  padding: 15px 25px;
  background-color: #3292c3; }
.backCont a {
  text-decoration: none;
  font-family: RobotoThin, Arial, sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase; }

.top-button {
  cursor: pointer; }

.svg {
  display: block;
  width: 209px;
  height: 143px;
  float: left;
  fill-opacity: 0;
  bottom: 0; }

.anim_opac {
  -webkit-animation: fill-opac 1s linear 3s forwards;
  animation: fill-opac 1s linear 3s forwards; }

.A {
  fill-opacity: 1; }

.A1 {
  fill-opacity: 1 !important;
  -webkit-animation: block_anim 0.2s linear 3.3s forwards;
  animation: block_anim 0.2s linear 3.3s forwards; }

.A2 {
  fill-opacity: 1 !important;
  -webkit-animation: block_anim2 0.3s linear 3.5s forwards;
  animation: block_anim2 0.3s linear 3.5s forwards; }

.A3 {
  fill-opacity: 1 !important;
  -webkit-animation: block_anim3 0.2s linear 4.3s forwards;
  animation: block_anim3 0.2s linear 4.3s forwards; }

.item1 {
  stroke-dasharray: 381 383;
  stroke-dashoffset: 382;
  -webkit-animation: ruwWBSpW_draw 2000ms linear 166ms forwards;
  animation: ruwWBSpW_draw 2000ms linear 166ms forwards; }

.item2 {
  stroke-dasharray: 553 555;
  stroke-dashoffset: 554;
  -webkit-animation: ruwWBSpW_draw 2000ms linear 333ms forwards;
  animation: ruwWBSpW_draw 2000ms linear 333ms forwards; }

.item3 {
  stroke-dasharray: 158 160;
  stroke-dashoffset: 159;
  -webkit-animation: ruwWBSpW_draw 2000ms linear 500ms forwards;
  animation: ruwWBSpW_draw 2000ms linear 500ms forwards; }

.item4 {
  stroke-dasharray: 635 637;
  stroke-dashoffset: 636;
  -webkit-animation: ruwWBSpW_draw 2000ms linear 666ms forwards;
  animation: ruwWBSpW_draw 2000ms linear 666ms forwards; }

.item5 {
  stroke-dasharray: 685 687;
  stroke-dashoffset: 686;
  -webkit-animation: ruwWBSpW_draw 2000ms linear 833ms forwards;
  animation: ruwWBSpW_draw 2000ms linear 833ms forwards; }

.item6 {
  stroke-dasharray: 668 670;
  stroke-dashoffset: 669;
  -webkit-animation: ruwWBSpW_draw 2000ms linear 1000ms forwards;
  animation: ruwWBSpW_draw 2000ms linear 1000ms forwards; }
