html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

header, section, footer {
  clear: both;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, td img {
  vertical-align: top;
}

button, input, select, textarea {
  margin: 0;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input, select {
  vertical-align: middle;
}

input[type="radio"], input[type="checkbox"] {
  margin: 1px 4px 4px 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input[type=submit] {
  overflow: visible;
}

label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

* {
  -webkit-tap-highlight-color: transparent;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

@font-face {
  font-family: 'myriad-pro-regular';
  src: url("../fonts/myriad-pro/regular/myriad-pro-regular.eot");
  src: url("../fonts/myriad-pro/regular/myriad-pro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/myriad-pro/regular/myriad-pro-regular.woff") format("woff"), url("../fonts/myriad-pro/regular/myriad-pro-regular.ttf") format("truetype"), url("../fonts/myriad-pro/regular/myriad-pro-regular.svg#myriad-pro-regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family: 'myriad-pro-semibold';
  src: url("../fonts/myriad-pro/semibold/myriad-pro-semibold.eot");
  src: url("../fonts/myriad-pro/semibold/myriad-pro-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/myriad-pro/semibold/myriad-pro-semibold.woff") format("woff"), url("../fonts/myriad-pro/semibold/myriad-pro-semibold.ttf") format("truetype"), url("../fonts/myriad-pro/semibold/myriad-pro-semibold.svg#myriad-pro-semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

html,
body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #71b3ff;
  color: #fff;
  position: relative;
  font-family: "myriad-pro-regular";
  font-weight: normal;
  font-size: 14px;
  min-width: 1025px;
}

h1, .h1 {
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "myriad-pro-semibold";
  color: #fff;
  margin: 0 0 25px 0;
  font-size: 55px;
}

body *::-moz-selection {
  background: rgba(14, 130, 246, 0.8);
  color: #fff;
}

body *::-webkit-selection {
  background: rgba(14, 130, 246, 0.8);
  color: #fff;
}

body *::selection {
  background: rgba(14, 130, 246, 0.8);
  color: #fff;
}

.slide-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
}

.slide-item.active {
  visibility: visible;
  z-index: 2;
}

.main {
  opacity: 0;
}

.layer-img {
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  -moz-transform: scale(2);
  opacity: 0;
  visibility: hidden;
}

.layer-img.scaleimg {
  visibility: visible;
}

.scaleimg {
  -webkit-animation-name: scaleimg;
  animation-name: scaleimg;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes scaleimg {
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleimg {
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
  }
}

.layer-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.layer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/*  layer z-index */
.onepage-wrapper {
  z-index: 3;
}

.bg-top {
  z-index: 2;
}

.bg-bottom {
  z-index: 1;
}

.loading {
  overflow: hidden;
}

/* scroll */
body, html {
  overflow: hidden;
}

body, .onepage-wrapper, html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}

.touch,
.touch body {
  position: relative;
}

.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
}

.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-preloader.jpg) 50% 50% no-repeat;
  background-size: cover;
  z-index: 21;
}

.logo-preloader {
  width: 460px;
  height: 96px;
  position: relative;
  background: url(../images/logo-preloader.png) 0 0 no-repeat;
  display: inline-block;
  vertical-align: top;
}

.logo-mask {
  display: block;
  width: 460px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  background: url(../images/logo-preloader-o.png) 0 100% no-repeat;
}

.preloader-time {
  font-size: 215px;
  line-height: 150px;
  height: 150px;
  color: #23407a;
  font-family: "myriad-pro-semibold";
  font-weight: normal;
  display: inline-block;
  vertical-align: baseline;
  width: 360px;
  text-align: center;
}

.preloader-table {
  display: table;
  width: 100%;
  height: 100%;
}

.preloader-table .middle {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #23407a;
}

.preloader-table .headline {
  display: block;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 60px;
}

.preloader-mask {
  margin-bottom: 110px;
}

.preloader-description {
  max-width: 650px;
  margin: 0 auto;
  font-size: 32px;
  line-height: 49px;
}

/*------ Sliders ------*/
.slide-item .layer-1 {
  z-index: 10;
}

.slide-item .layer-2 {
  z-index: 9;
}

.slide-item .layer-3 {
  z-index: 8;
}

.slide-item .layer-4 {
  z-index: 7;
}

.slide-item .layer-5 {
  z-index: 6;
}

.slide-item .layer-6 {
  z-index: 5;
}

.slide-item .layer-share {
  z-index: 11;
}

/*------ Slide 1 ------*/
.slide-1 .layer-1 {
  background: url(../images/sections/section-1/text.svg) 50% 50% no-repeat;
  background-size: cover;
}

.slide-1 .layer-2 {
  background-image: url(../images/sections/section-1/grass.png);
  background-size: cover;
}

.slide-1 .layer-3 {
  background-image: url(../images/sections/section-1/wood.png);
  background-size: cover;
}

.slide-1 .layer-4 {
  background: url(../images/sections/section-1/bottle.png) 50% 50% no-repeat;
  background-size: cover;
}

.slide-1 .layer-5 {
  background-image: url(../images/sections/section-1/horizontal.png);
  background-size: cover;
}

.slide-1 .layer-6 {
  background-image: url(../images/sections/section-1/mountains.png);
  background-size: cover;
}

/*------ Slide 2 ------*/
.slide-2 .layer-1 {
  background: url(../images/sections/section-2/text.svg) 50% 50% no-repeat;
  background-size: cover;
}

.slide-2 .layer-2 {
  background: url(../images/sections/section-2/forest.png) 50% 50% no-repeat;
  background-size: cover;
}

.slide-2 .layer-3 {
  background: url(../images/sections/section-2/ice.png) 50% 50% no-repeat;
  background-size: cover;
}

.slide-2 .layer-4 {
  background: url(../images/sections/section-2/show.png) 50% 50% no-repeat;
  background-size: cover;
}

.slide-2 .layer-5 {
  background: url(../images/sections/section-2/bottle.png) 50% 50% no-repeat;
  background-size: cover;
}

.slide-2 .layer-6 {
  background: url(../images/sections/section-2/iceberg.png) 50% 50% no-repeat;
  background-size: cover;
}

/*------ Slide 3 ------*/
.slide-3 .layer-1 {
  background: url(../images/sections/section-3/text.svg) 50% 50% no-repeat;
  background-size: cover;
}

.slide-3 .layer-2 {
  background: url(../images/sections/section-3/ice.png) 50% 50% no-repeat;
  background-size: cover;
}

.slide-3 .layer-3 {
  background: url(../images/sections/section-3/mask.png) 50% 50% no-repeat;
  background-size: cover;
}

.slide-3 .layer-4 {
  background: url(../images/sections/section-3/bottle.png) 50% 50% no-repeat;
  background-size: cover;
  z-index: 9;
}

/*------ Slide 4 ------*/
.slide-4 .layer-1 {
  background: url(../images/sections/section-4/text.svg) 50% 50% no-repeat;
  background-size: cover;
}

.slide-4 .layer-2 {
  background: url(../images/sections/section-4/sun.png) 50% 50% no-repeat;
  background-size: cover;
  z-index: 11;
}

.slide-4 .layer-3 {
  z-index: 9;
  background: url(../images/sections/section-4/bottle.png) 50% 50% no-repeat;
  background-size: cover;
}

.slide-4 .layer-4 {
  background: url(../images/sections/section-4/horizon.png) 50% 50% no-repeat;
  background-size: cover;
}

/*------ Slide 5 ------*/
.slide-5 .layer-1 {
  background: url(../images/sections/section-5/text.svg) 50% 50% no-repeat;
  background-size: cover;
}

.slide-5 .layer-2 {
  background: url(../images/sections/section-5/tree.png) 50% 50% no-repeat;
  background-size: cover;
}

.slide-5 .layer-3 {
  background: url(../images/sections/section-5/main.png) 50% 50% no-repeat;
  background-size: cover;
}

/*------ Slide 6 ------*/
.slide-6 .layer-1 {
  background: url(../images/sections/section-6/text.svg) 50% top no-repeat;
  background-size: cover;
}

.slide-6 .layer-2 {
  background: url(../images/sections/section-6/tree.png) 50% top no-repeat;
  background-size: cover;
}

.slide-6 .layer-3 {
  background-size: contain;
}

.slide-6 .layer-4 {
  background: url(../images/sections/section-6/coast.png) 50% top no-repeat;
  background-size: cover;
  z-index: 12;
}

.slide-6 .layer-5 {
  background: url(../images/sections/section-6/bottle.png) 50% top no-repeat;
  background-size: cover;
}

.slide-6 .slide-6-left {
  width: 33.33%;
  height: 1px;
  float: left;
}

.slide-6 .slide-6-center {
  width: 33.33%;
  float: left;
  text-align: center;
  padding-top: 35px;
}

.slide-6 .slide-6-right {
  width: 33.33%;
  height: 1px;
  float: left;
}

.layer-share {
  color: #fff;
}

.layer-share .wrap {
  position: absolute;
  right: 9.5%;
  bottom: 20px;
}

.layer-share .headline {
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 21px;
  font-family: "myriad-pro-semibold";
  font-weight: normal;
}

@media screen and (max-width: 1366px) {
  .layer-share .wrap {
    right: 7%;
  }
}

.at4-icon {
  display: none !important;
}

.social-accounts {
  font-size: 0;
}

.social-accounts li {
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  text-align: right;
}

.social-accounts li:first-child {
  margin-left: 0;
}

.social-accounts a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.social-accounts .icon-fb {
  background: url(../images/svg/icon-fb.svg) 0 0 no-repeat;
  background-size: 50px 50px;
}

.social-accounts .icon-tw {
  background: url(../images/svg/icon-tw.svg) 0 0 no-repeat;
  background-size: 50px 50px;
}

.social-accounts .icon-ok {
  background: url(../images/svg/icon-ok.svg) 0 0 no-repeat;
  background-size: 50px 50px;
}

.social-accounts .icon-vk {
  background: url(../images/svg/icon-vk.svg) 0 0 no-repeat;
  background-size: 50px 50px;
}

/*------ Pagination ------*/
.onepage-pagination {
  position: absolute;
  top: 30%;
  bottom: auto;
  right: 65px;
  width: 20px;
  z-index: 100;
  margin-top: -95px;
  /*-- 6 slide -- */
}

.onepage-pagination li {
  margin: 10px 0;
}

.onepage-pagination a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.onepage-pagination a:hover, .onepage-pagination a.active {
  background-color: #fff;
}

@media screen and (min-height: 500px) {
  .onepage-pagination {
    top: 25%;
    bottom: auto;
  }
}

@media screen and (min-height: 600px) {
  .onepage-pagination {
    bottom: 15%;
    top: auto;
  }
}

@media screen and (min-height: 700px) {
  .onepage-pagination {
    top: 65%;
    bottom: auto;
  }
}

/* delay animation */
.delay-time-1 {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.delay-time-2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.delay-time-3 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.delay-time-4 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.delay-time-5 {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.delay-time-6 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

#canvas {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

#canvas {
  display: none;
}

.icon-scroll {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 50%;
  width: 57px;
  height: 97px;
  margin: 0 0 50px -28px;
  background: url(../images/arrow-scroll.png) no-repeat;
  visibility: hidden;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.icon-scroll.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  visibility: visible;
}

.unp {
  z-index: 4;
  font-size: 15px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -125px;
  color: #f1f1f1;
}

.unp-6 {
  font-size: 15px;
  margin-top: 20px;
  color: #f1f1f1;
}

.layout-desktop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.layout-mobile {
  display: none;
  position: relative;
  z-index: 1;
}

.layout-mobile .social-accounts {
  text-align: center;
}

.loading .layout-mobile {
  opacity: 0;
}

.mobile-slide {
  overflow: hidden;
  position: relative;
}

.mobile-slide .img-slide {
  display: block;
  width: 100%;
  height: auto;
}

.mobile-slide .description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-slide-1 .description {
  background: url(../images/mobile/text-slide-1.svg) 50% 50% no-repeat;
  background-size: cover;
}

.mobile-slide-2 .description {
  background: url(../images/mobile/text-slide-2.svg) 50% 50% no-repeat;
  background-size: cover;
}

.mobile-slide-3 .description {
  background: url(../images/mobile/text-slide-3.svg) 50% 50% no-repeat;
  background-size: cover;
}

.mobile-slide-4 .description {
  background: url(../images/mobile/text-slide-4.svg) 50% 50% no-repeat;
  background-size: cover;
}

.mobile-slide-5 .description {
  background: url(../images/mobile/text-slide-5.svg) 50% 50% no-repeat;
  background-size: cover;
}

.mobile-slide-6 {
  background: #00add3;
}

.mobile-slide-6 .description {
  background: url(../images/mobile/text-slide-6.svg) 50% 50% no-repeat;
  background-size: cover;
}

.mobile-slide-6 .share {
  width: 100%;
}

.mobile-slide-6 .wrap {
  width: 100%;
  padding: 0 10px;
}

.mobile-slide-6 .producer {
  text-align: center;
  display: block;
}

.mobile-slide-6 .headline {
  margin-bottom: 30px;
  display: block;
}

.mobile-slide-6 .headline img {
  width: 100%;
  display: block;
  height: auto;
}

/* Responsive */
@media (max-height: 800px) {
  .preloader-table .headline {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .logo-preloader {
    width: 322px;
    height: 67px;
    background: url(../images/logo-preloader-medium.png) no-repeat;
  }
  .logo-mask {
    width: 322px;
    background: url(../images/logo-preloader-o-medium.png) 0 100% no-repeat;
  }
  .preloader-mask {
    margin-bottom: 60px;
  }
  .preloader-time {
    font-size: 160px;
    width: 260px;
    height: 140px;
    line-height: 140px;
  }
  .preloader-description {
    font-size: 26px;
    line-height: 1.3;
    max-width: 500px;
  }
}

@media (max-width: 1024px) {
  body {
    min-width: 100%;
    min-height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  body.loading {
    height: 100%;
    position: relative;
  }
  .layout-desktop,
  .onepage-pagination {
    display: none;
  }
  .layout-mobile {
    display: block;
  }
  .preloader {
    background: url(../images/mobile/bg-preloader.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .preloader-description {
    font-size: 36px;
    max-width: 700px;
  }
  .preloader-time {
    font-size: 244px;
    width: 400px;
    height: 180px;
    line-height: 180px;
  }
  .preloader-table .headline {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .mobile-slide-6 .headline {
    margin-bottom: 5px;
  }
  .mobile-slide-6 .social-accounts li {
    margin-left: 10px;
  }
  .mobile-slide-6 .social-accounts a {
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
  }
  .mobile-slide-6 .social-accounts .icon-fb {
    background: url(../images/svg/icon-fb.svg) 0 0 no-repeat;
    background-size: 33px 33px;
  }
  .mobile-slide-6 .social-accounts .icon-tw {
    background: url(../images/svg/icon-tw.svg) 0 0 no-repeat;
    background-size: 33px 33px;
  }
  .mobile-slide-6 .social-accounts .icon-ok {
    background: url(../images/svg/icon-ok.svg) 0 0 no-repeat;
    background-size: 33px 33px;
  }
  .mobile-slide-6 .social-accounts .icon-vk {
    background: url(../images/svg/icon-vk.svg) 0 0 no-repeat;
    background-size: 33px 33px;
  }
  .preloader-description {
    font-size: 18px;
    line-height: 1.3;
    max-width: 300px;
  }
  .preloader-mask {
    margin-bottom: 15px;
  }
  .logo-preloader {
    width: 161px;
    height: 34px;
    background: url(../images/logo-preloader-medium.png) no-repeat;
    background-size: contain;
  }
  .logo-mask {
    width: 161px;
    background: url(../images/logo-preloader-o-medium.png) 0 100% no-repeat;
    background-size: 161px 34px;
  }
  .preloader-time {
    font-size: 70px;
    width: 120px;
    line-height: 60px;
    height: 60px;
  }
  .preloader-table .headline {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .preloader-description {
    font-size: 14px;
    max-width: 200px;
  }
  .preloader-mask {
    margin-bottom: 5px;
  }
  .logo-preloader {
    width: 161px;
    height: 34px;
    background: url(../images/logo-preloader-medium.png) no-repeat;
    background-size: contain;
  }
  .logo-mask {
    width: 161px;
    background: url(../images/logo-preloader-o-medium.png) 0 100% no-repeat;
    background-size: 161px 34px;
  }
  .preloader-time {
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    width: 60px;
    line-height: 1;
  }
  .preloader-table .headline {
    margin-bottom: 5px;
    font-size: 14px;
    padding: 0 10%;
  }
}

.at-icon-wrapper {
  display: none !important;
}
