@font-face {
  font-family: 'firasans_medium';
  src: url("../fonts/firasans_medium.eot");
  src: url("../fonts/firasans_medium.eot") format("embedded-opentype"), url("../fonts/firasans_medium.woff2") format("woff2"), url("../fonts/firasans_medium.woff") format("woff"), url("../fonts/firasans_medium.ttf") format("truetype"), url("../fonts/firasans_medium.svg#firasans_medium") format("svg"); }
@font-face {
  font-family: 'OpenSansRegular';
  src: url("../fonts/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular.eot") format("embedded-opentype"), url("../fonts/OpenSansRegular.woff2") format("woff2"), url("../fonts/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular.ttf") format("truetype"), url("../fonts/OpenSansRegular.svg#OpenSansRegular") format("svg"); }
/*fonts*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

a, input {
  outline: none; }

header, footer, nav, main, section {
  display: block; }

html {
  max-height: 5100px; }

body {
  width: 100%;
  background: url(../img/body-bg.jpg) no-repeat;
  height: 100%; }

.layer-1 {
  width: 100%;
  background: url(../img/air-layer.png) no-repeat;
  height: 100%; }

.layer-2 {
  width: 100%;
  height: 5100px;
  max-width: 5100px !important; }

.layer-3 {
  width: 100%;
  background: url(../img/layer-3.png) no-repeat;
  height: 100%; }

.layer-4 {
  width: 100%;
  background: url(../img/layer-5.png) no-repeat;
  height: 100%; }

.layer-5 {
  width: 100%;
  background: url(../img/layer-6.png) no-repeat;
  height: 100%; }

.container {
  overflow: hidden;
  width: 970px;
  margin: auto;
  padding: 0 15px; }
  .container:after {
    content: '';
    display: table;
    clear: both; }

#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #0190d7;
  z-index: 100500; }

#page-preloader .spinner {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/340.GIF) center center no-repeat;
  margin: -32px 0 0 -32px; }

h2 {
  font-size: 40px;
  color: #fff;
  font-family: "firasans_medium", arial;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 40px; }

h2:before {
  content: '';
  width: 162px;
  height: 30px;
  display: block;
  position: absolute;
  left: -182px;
  background: url(../img/title-bg.png) repeat-x 50%;
  top: 15px;
  -webkit-animation: waves-1 5s infinite linear;
  -moz-animation: waves-1 5s infinite linear;
  -o-animation: waves-1 5s infinite linear;
  animation: waves-1 5s infinite linear; }

h2:after {
  content: '';
  width: 162px;
  height: 30px;
  display: block;
  position: absolute;
  right: -182px;
  background: url(../img/title-bg.png) repeat-x 50%;
  top: 15px;
  -webkit-animation: waves-1 5s infinite linear;
  -moz-animation: waves-1 5s infinite linear;
  -o-animation: waves-1 5s infinite linear;
  animation: waves-1 5s infinite linear; }

@-webkit-keyframes waves-1 {
  0% {
    background-position: 0 50%; }
  100% {
    background-position: 152px 50%; } }
@-moz-keyframes waves-1 {
  0% {
    background-position: 0 50%; }
  100% {
    background-position: 152px 50%; } }
@-o-keyframes waves-1 {
  0% {
    background-position: 0 50%; }
  100% {
    background-position: 152px 50%; } }
@keyframes waves-1 {
  0% {
    background-position: 0 50%; }
  100% {
    background-position: 152px 50%; } }
@-webkit-keyframes waves-2 {
  0% {
    background-position: 0 50%; }
  100% {
    background-position: -152px 50%; } }
@-moz-keyframes waves-2 {
  0% {
    background-position: 0 50%; }
  100% {
    background-position: -152px 50%; } }
@-o-keyframes waves-2 {
  0% {
    background-position: 0 50%; }
  100% {
    background-position: -152px 50%; } }
@keyframes waves-2 {
  0% {
    background-position: 0 50%; }
  100% {
    background-position: -152px 50%; } }
h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "firasans_medium", arial;
  color: #fff;
  margin-bottom: 20px; }

p {
  font-size: 18px;
  line-height: 25px;
  font-family: "OpenSansRegular", arial;
  color: #7adcff; }

section {
  overflow: hidden;
  text-align: center;
  padding-bottom: 90px; }

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

.col-4 {
  float: left;
  width: 25%; }

.col-2 {
  text-align: left;
  float: left;
  width: 50%; }

.col-2:first-child {
  padding: 0 15px 0 80px; }

.col-2:last-child {
  padding: 0 80px 0 15px; }

.about-us {
  background: url(../img/fish-1.png) no-repeat; }

.our-values {
  background: url(../img/fish-large.png) no-repeat 130% 50%; }

.partners {
  background: url(../img/driver.png) no-repeat; }

.shops {
  padding-bottom: 105px;
  background: url(../img/layer-4.png) no-repeat; }

header {
  background: url(../img/bird-pr.png) no-repeat; }
  header .l-2 {
    background: url(../img/bird-2pr.png) no-repeat; }

.contacts {
  background: url(../img/shark.png) no-repeat 30% 50%; }

.wr {
  position: relative; }
  .wr:hover .hover {
    opacity: 1; }
  .wr:hover .inf-box p {
    color: #fff; }

.inf-box {
  padding: 150px 1px 0 10px;
  margin: auto;
  width: 228px;
  height: 478px;
  border: 2px solid #0571ac;
  border-radius: 12px;
  background: url(../img/wave.png) no-repeat 50% 11%; }

.inf-box h3 {
  text-transform: uppercase; }

.inf-box p,
.inf-box h3 {
  position: relative;
  z-index: 1;
  transition: all 0.35s ease; }

.hover {
  cursor: pointer;
  transition: all 0.35s ease;
  background: url(../img/bg-large.png) no-repeat 50%;
  position: absolute;
  top: 0;
  width: 228px;
  height: 100%;
  left: 3px;
  opacity: 0; }

.map-box {
  text-align: left;
  margin: 0 -15px 15px -15px;
  width: 100%;
  height: 640px;
  background: url(../img/map.png) 50% no-repeat;
  background-size: contain; }

.map-box .pos-1 {
  top: 120px;
  left: 180px; }

.map-box .pos-2 {
  top: 200px;
  left: 80px; }

.map-box .pos-3 {
  top: 425px;
  left: 115px; }

.map-box .pos-4 {
  top: 125px;
  left: 255px; }

.map-box .pos-5 {
  top: 143px;
  left: 252px; }

.map-box .pos-6 {
  top: 100px;
  left: 222px; }

.map-box .pos-7 {
  top: 130px;
  left: 220px; }

.map-box .pos-8 {
  top: 210px;
  left: 305px; }

.map-box .pos-9 {
  top: 292px;
  left: 311px; }

.map-box .pos-10 {
  top: 485px;
  left: 380px; }

.map-box .info-item {
  cursor: pointer;
  position: relative;
  display: inline-block; }

.map-box .info-item .icon {
  transition: all 0.35s ease;
  width: 40px;
  height: 40px;
  border: 2px solid #57f1ff;
  border-radius: 50%; }

.map-box .info-item .icon:after {
  content: '';
  display: block;
  background: url(../img/point.png) 50% 50% no-repeat rgba(0, 180, 255, 0.7);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin: 5px;
  transition: all 0.35s ease; }

.map-box .tooltip {
  text-align: center;
  display: none;
  border-radius: 5px;
  position: absolute;
  top: -134px;
  left: -60px;
  width: 165px;
  height: 120px;
  background: #fff;
  padding: 17px 20px;
  box-shadow: 0 4px 8px 1px #002851;
  -webkit-animation: tool-c 0.35s forwards;
  -moz-animation: tool-c 0.35s forwards;
  -o-animation: tool-c 0.35s forwards;
  animation: tool-c 0.35s forwards; }

.map-box .tooltip > img {
  max-width: 100%;
  margin-bottom: 4px; }

.map-box .tooltip > span {
  font-size: 16px;
  font-family: "firasans_medium", arial;
  color: #002968;
  text-transform: uppercase; }

.map-box .tooltip:before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background: url(../img/arrow.png) 50% no-repeat;
  top: 120px;
  position: absolute;
  left: 70px; }

.map-box .icon-open .icon {
  transform: rotate(135deg); }

.map-box .icon-open .icon:after {
  background: url(../img/point.png) 50% 50% no-repeat #012555; }

.map-box .icon-open .tooltip {
  z-index: 999;
  -webkit-animation: tool-o 0.35s forwards;
  -moz-animation: tool-o 0.35s forwards;
  -o-animation: tool-o 0.35s forwards;
  animation: tool-o 0.35s forwards; }

@-webkit-keyframes tool-o {
  0% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0px); } }
@-moz-keyframes tool-o {
  0% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0px); } }
@-o-keyframes tool-o {
  0% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0px); } }
@keyframes tool-o {
  0% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0px); } }
@-webkit-keyframes tool-c {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-20px); } }
@-moz-keyframes tool-c {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-20px); } }
@-o-keyframes tool-c {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-20px); } }
@keyframes tool-c {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-20px); } }
header .logo {
  height: 135px;
  width: 325px;
  float: left; }

header .logo a {
  margin: 35px 0 0 0;
  display: block;
  width: 213px;
  height: 93px; }

header .navigation {
  width: 470px;
  height: 135px;
  float: left; }

header .navigation .language {
  height: 53px;
  padding: 23px 0 0 0; }

header .navigation .language ul {
  list-style: none;
  font-size: 0; }

header .navigation .language ul li {
  display: inline-block; }

header .navigation .language ul li a {
  text-align: center;
  line-height: 32px;
  display: block;
  text-decoration: none;
  font-family: "firasans_medium", arial;
  color: #175cc3;
  font-size: 12px;
  width: 32px;
  height: 32px; }

header .navigation .language ul li.active a {
  background: #63b1de;
  border-radius: 50%;
  color: #fff; }

header .navigation .site-nav {
  margin-top: 20px; }

header .navigation .site-nav > ul {
  list-style: none;
  font-size: 0; }

header .navigation .site-nav > ul li {
  display: inline-block; }

header .navigation .site-nav > ul li a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-family: "firasans_medium", arial;
  color: #10294e;
  font-size: 17px;
  padding: 0 13px;
  border: 2px solid transparent;
  height: 34px;
  line-height: 32px;
  transition: all 0.35s ease; }

header .navigation .site-nav > ul li a:hover {
  color: #00a4f0; }

header .navigation .site-nav > ul li.active a {
  background: #dff7fe;
  border: 2px solid #fff;
  border-radius: 18px;
  color: #00a4f0; }

header .navigation .site-nav > ul li:first-child a {
  padding: 0 13px 0 0; }

header .header-link-block {
  width: 135px;
  height: 135px;
  float: left; }

header .header-link-block a {
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 110px;
  display: block;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0 0 20px 20px;
  box-shadow: 0 3px 3px 0 rgba(0, 64, 102, 0.2);
  transition: all 0.35s ease; }

header .header-link-block a:hover {
  background: #fff; }

header .header-link-block a:hover span {
  color: #00a4f0; }

header .header-link-block a img {
  padding: 0 23px;
  margin: 13px 0;
  max-width: 100%; }

header .header-link-block a span {
  transition: all 0.35s ease;
  padding: 0 12px;
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-family: "firasans_medium", arial;
  color: #10294e; }

header .logo-lg {
  text-align: center;
  padding-bottom: 20px; }

header .logo-lg .large-logo {
  margin: 30px;
  display: inline-block;
  position: relative;
  width: 490px;
  height: 490px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: url(../img/logo-bg.png) no-repeat 50% 65%; }

header .logo-lg .large-logo:before {
  position: absolute;
  content: '';
  width: 550px;
  height: 550px;
  left: -30px;
  top: -30px;
  background: -webkit-linear-gradient(top, rgba(0, 204, 255, 0.7) 0%, rgba(18, 72, 152, 0.8) 100%);
  background: -moz-linear-gradient(top, rgba(0, 204, 255, 0.7) 0%, rgba(18, 72, 152, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 204, 255, 0.7) 0%, rgba(18, 72, 152, 0.8) 100%);
  background: linear-gradient(top, rgba(0, 204, 255, 0.7) 0%, rgba(18, 72, 152, 0.8) 100%);
  display: block;
  border-radius: 50%;
  z-index: -1; }

header .logo-lg .large-logo h1 {
  padding: 0 40px;
  font-size: 66px;
  font-family: "firasans_medium", arial;
  color: #fff;
  line-height: 64px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 60px 0 90px 0; }

header .logo-lg .large-logo p {
  padding: 0 70px;
  font-family: "OpenSansRegular", arial;
  font-size: 18px;
  color: #fff;
  line-height: 25px; }

header .logo-lg .arrow-down {
  padding: 30px 0;
  text-decoration: none; }

header .logo-lg .arrow-down a {
  display: inline-block;
  text-decoration: none; }

header .logo-lg .arrow-down a p {
  color: #7adcff;
  font-size: 18px;
  font-family: "OpenSansRegular", arial;
  margin-bottom: 15px; }

header .logo-lg .arrow-down a .arrow {
  font-size: 0;
  position: relative;
  display: block;
  margin: auto;
  width: 32px;
  height: 32px;
  border: 1px solid #7adcff;
  border-radius: 50%; }

header .logo-lg .arrow-down a .arrow .sp {
  display: inline-block;
  width: 13px;
  height: 1px;
  background: #7adcff;
  margin-top: 8px;
  transition: all 0.35s ease; }

header .logo-lg .arrow-down a .arrow .sp-1 {
  transform: rotate(45deg) translateX(6px);
  transform-origin: 0 50%; }

header .logo-lg .arrow-down a .arrow .sp-2 {
  transform: rotate(-45deg) translateX(-6px);
  transform-origin: 13px 50%; }

header .container:last-child {
  padding: 50px 0 10px 0; }

.slider {
  padding: 10px 0 0 0; }

.slider .item {
  padding: 0 15px; }

.slider .item .photo {
  position: relative;
  width: 100%;
  height: 295px;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 8px;
  line-height: 295px; }

.slider .item .photo > img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle; }

.slider .item .photo .layer-dark {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(64, 149, 255, 0.6);
  transition: all 0.35s ease; }

.slider .item .photo .layer-dark:hover {
  background: rgba(64, 149, 255, 0); }

.slider .owl-pagination {
  padding: 15px 0 0 0; }

.slider .owl-pagination .owl-page {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid transparent; }

.slider .owl-pagination .owl-page span {
  display: none; }

.slider .owl-pagination .owl-page:after {
  width: 8px;
  height: 8px;
  content: '';
  background: #09a6df;
  display: block;
  border-radius: 50%;
  margin: 10px; }

.slider .owl-pagination .active {
  border: 2px solid #09a6df; }

.slider .owl-pagination .active:after {
  background: #fff; }

.no-padding {
  padding: 0 !important; }

footer {
  margin-top: 47px; }
  footer .left {
    height: 120px;
    float: left;
    width: 390px; }
    footer .left p {
      line-height: 120px; }
      footer .left p > span {
        color: #fff; }
  footer .center {
    text-align: center;
    float: left;
    height: 120px;
    width: 160px;
    font-size: 0; }
    footer .center a {
      display: inline-block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin: 35px 12px; }
    footer .center .facebook {
      background: url(../img/facebook.png); }
      footer .center .facebook:hover {
        background: url(../img/fc-hover.png); }
    footer .center .twitter {
      background: url(../img/twitter.png); }
      footer .center .twitter:hover {
        background: url(../img/tw-hover.png); }
  footer .right {
    float: left;
    height: 120px;
    width: 390px; }
    footer .right:after {
      content: '';
      display: table;
      clear: both; }
    footer .right a {
      display: inline-block;
      margin-top: 20px;
      text-decoration: none; }
      footer .right a p {
        text-align: right;
        display: inline-block;
        float: left;
        width: 305px;
        margin-top: 24px;
        padding-right: 10px;
        transition: all 0.35s ease; }
      footer .right a span {
        background: url(../img/dev.png) 50% no-repeat;
        width: 85px;
        height: 85px;
        display: inline-block;
        float: left; }
      footer .right a:hover span {
        -webkit-animation: dev 1s infinite;
        -moz-animation: dev 1s infinite;
        -o-animation: dev 1s infinite;
        animation: dev 1s infinite; }
      footer .right a:hover p {
        color: #fff; }

.preview-page {
  background: url(../img/preview-bg.jpg) 50% 0 no-repeat;
  background-size: cover; }
  .preview-page header {
    position: relative;
    top: calc(50% - 300px);
    padding: 0;
    background: none; }
    .preview-page header .container {
      padding: 0; }
    .preview-page header .logo-lg .large-logo {
      background: url(../img/logo-2.png) 50% 50% no-repeat; }
      .preview-page header .logo-lg .large-logo ul {
        margin-top: 385px;
        list-style: none; }
        .preview-page header .logo-lg .large-logo ul li {
          display: inline-block; }
          .preview-page header .logo-lg .large-logo ul li a {
            display: block;
            width: 34px;
            height: 34px;
            text-align: center;
            line-height: 34px;
            border: 1px solid transparent;
            border-radius: 50%;
            text-decoration: none;
            text-transform: uppercase;
            color: #fff;
            font-size: 12px;
            font-family: "firasans_medium", arial; }
          .preview-page header .logo-lg .large-logo ul li.active a {
            border: 1px solid #fff; }

@-webkit-keyframes dev {
  0% {
    background-size: 95%; }
  50% {
    background-size: 80%; }
  100% {
    background-size: 95%; } }
@-moz-keyframes dev {
  0% {
    background-size: 95%; }
  50% {
    background-size: 80%; }
  100% {
    background-size: 95%; } }
@-o-keyframes dev {
  0% {
    background-size: 95%; }
  50% {
    background-size: 80%; }
  100% {
    background-size: 95%; } }
@keyframes dev {
  0% {
    background-size: 95%; }
  50% {
    background-size: 80%; }
  100% {
    background-size: 95%; } }
input[type=text], textarea {
  width: 550px;
  height: 75px;
  border: 3px solid #055986;
  border-radius: 10px;
  background: transparent;
  padding: 0 25px;
  font-family: "OpenSansRegular", arial;
  font-size: 26px;
  color: #fff;
  transition: all 0.35s ease; }
  input[type=text]:hover, textarea:hover, input[type=text]:focus, textarea:focus {
    border: 3px solid #fff;
    background: #fff;
    color: #7adcff; }
    input[type=text]:hover + label, textarea:hover + label, input[type=text]:focus + label, textarea:focus + label {
      left: 25px !important; }

textarea {
  height: 215px;
  padding: 15px 25px;
  resize: none; }

label {
  transition: all 0.5s ease;
  font-size: 22px;
  font-family: "OpenSansRegular", arial;
  color: #7adcff;
  position: absolute;
  line-height: 73px;
  left: 225px; }

form {
  padding: 20px 0 0 0; }

.f-row {
  margin-bottom: 25px;
  position: relative; }
  .f-row.fail {
    position: relative; }
    .f-row.fail textarea,
    .f-row.fail input[type="text"] {
      border: 3px solid #f21637; }
    .f-row.fail:after {
      content: '';
      background: url(../img/val-fail.png) no-repeat;
      width: 15px;
      height: 15px;
      position: absolute;
      right: 205px;
      top: 10px; }
  .f-row.success {
    position: relative; }
    .f-row.success:after {
      content: '';
      background: url(../img/val-ok.png) no-repeat;
      width: 20px;
      height: 14px;
      position: absolute;
      right: 205px;
      top: 10px; }
  .f-row .message {
    color: #fff;
    position: absolute;
    font-size: 16px;
    left: 755px;
    top: 4px;
    white-space: nowrap; }

button {
  margin: 35px 0;
  font-size: 30px;
  color: #fff;
  font-family: "firasans_medium", arial;
  height: 72px;
  padding: 0 40px;
  border-radius: 40px;
  background: #ccc;
  cursor: pointer;
  background: url(../img/btn.png) repeat-x;
  border: none; }
  button:hover {
    background: url(../img/btn-hover.png) repeat-x; }
  button:active {
    background: url(../img/btn-click.png) repeat-x; }

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.6); }

.fancybox-skin {
  box-shadow: none !important;
  border-radius: 0 !important;
  background: transparent !important; }

.modal {
  text-align: center;
  border-radius: 0;
  width: 460px;
  height: 400px;
  background: url(../img/ok.png) no-repeat 50% 0; }
  .modal p {
    font-size: 28px;
    font-family: "firasans_medium", arial;
    color: #fff;
    padding-top: 230px;
    max-width: 460px; }

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