@charset "UTF-8";
@font-face {
  font-family: Lor;
  src: url(../fonts/LOR.ttf); }
@font-face {
  font-family: Oranienbaum;
  src: url(../fonts/Oranienbaum.ttf); }
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/FontAwesome.ttf);
  font-weight: normal;
  font-style: normal; }
:root {
  --color-items: #0054a6;
  --color-hover: #e2e2e2;
  --font-family: Oranienbaum; }

* {
  position: relative;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: var(--color-items);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*:focus {
  outline: none; }

i {
  font-family: FontAwesome;
  font-style: normal; }

button {
  border: none;
  background: none;
  outline: none; }

/* NOTE: Возможно изменение скролбара */
html {
  overflow-x: hidden; }

html.no-scroll {
  overflow: hidden; }

.screen.two h1, .screen.two h2, .screen.three h2, .screen.one a.nav .scroll_btn, .content, #stock, #js-carousel-1, .owl-item:nth-child(1) .slide .text, .owl-item:nth-child(2) .slide, .screen.four h2, .paralax-img, #text-anim, #form-open, .inst-gallery {
  opacity: 0;
  -webkit-transition: all .5s linear;
  transition: all .5s linear; }

body {
  overflow: hidden;
  background: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

input, textarea {
  outline: none; }

header {
  height: calc((100vh + 100vw) / 15);
  width: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  z-index: 10; }

.move {
  height: 50px;
  background-color: #fff; }

.move .menu_btn {
  height: 40px; }

.swim-fish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  -webkit-animation: fishSwim 10s cubic-bezier(0.37, 0.79, 0.53, 0.12) infinite;
          animation: fishSwim 10s cubic-bezier(0.37, 0.79, 0.53, 0.12) infinite;
  z-index: 4; }

.swim-fish__fish {
  position: absolute;
  width: 15%;
  fill: var(--color-hover);
  -webkit-animation: fishBounce 2s infinite;
          animation: fishBounce 2s infinite; }

.swim-fish__fish:nth-child(1) {
  top: 37%;
  left: 75%; }

.swim-fish__fish:nth-child(2) {
  top: 20%;
  left: 60%;
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }

.swim-fish__fish:nth-child(3) {
  top: 55%;
  left: 65%;
  -webkit-animation-delay: .2s;
          animation-delay: .2s; }

.swim-fish__fish:nth-child(4) {
  top: 40%;
  left: 50%;
  -webkit-animation-delay: .4s;
          animation-delay: .4s; }

.swim-fish__fish:nth-child(5) {
  top: 24%;
  left: 37%;
  -webkit-animation-delay: .1s;
          animation-delay: .1s; }

.swim-fish__fish:nth-child(6) {
  top: 60%;
  left: 40%;
  -webkit-animation-delay: .3s;
          animation-delay: .3s; }

.bush {
  overflow: overlay;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.bush path {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: bushSway 2s linear infinite;
          animation: bushSway 2s linear infinite; }

.bush path:nth-child(2) {
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s; }

.bush path:nth-child(3) {
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s; }

.bush path:nth-child(4) {
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s; }

.bush path:nth-child(5) {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s; }

.bush path:nth-child(6) {
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s; }

.custom-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  top: -30%;
  height: calc((100vh + 100vw) / 10);
  width: calc((100vh + 100vw) / 10);
  background: #fff;
  border-radius: 100vh;
  z-index: 3; }

.custom-logo .bush {
  height: 75%; }

.custom-logo .shrimp {
  position: absolute;
  height: 10%;
  fill: var(--color-hover); }

.custom-logo .shrimp:nth-child(2) {
  top: 73%;
  left: 75%;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -webkit-animation: shrimpRotate-r 2s ease infinite;
          animation: shrimpRotate-r 2s ease infinite; }

.custom-logo .shrimp:nth-child(3) {
  top: 82%;
  left: 60%;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -webkit-animation: shrimpRotate-l 2s ease infinite;
          animation: shrimpRotate-l 2s ease infinite; }

.custom-logo .logo {
  position: absolute;
  top: 50%;
  width: 120%;
  fill: var(--color-items); }

.screen.one a.nav {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3; }

.scroll_btn {
  position: relative;
  height: 100px;
  width: 100px;
  cursor: pointer; }

.scroll_btn-text {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 4em;
  font-weight: bold;
  font-family: Arial;
  fill: var(--color-items);
  -webkit-animation: rotate 15s linear infinite;
          animation: rotate 15s linear infinite;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }

.fa.fa-arrow-down {
  display: block;
  height: 45px;
  width: 5px;
  position: absolute;
  top: 0;
  background: var(--color-items);
  margin: 27px 48px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }

.fa.fa-arrow-down::before {
  content: '';
  display: block;
  height: 30px;
  width: 5px;
  -webkit-transform: rotate(-45deg) translate(-22px, 9px);
          transform: rotate(-45deg) translate(-22px, 9px);
  background: var(--color-items);
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }

.fa.fa-arrow-down::after {
  content: '';
  display: block;
  height: 30px;
  width: 5px;
  -webkit-transform: rotate(45deg) translate(-11px, -9px);
          transform: rotate(45deg) translate(-11px, -9px);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  background: var(--color-items);
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }

.scroll_btn:hover > .fa.fa-arrow-down::after, .scroll_btn:hover > .fa.fa-arrow-down::before, .scroll_btn:hover > .fa.fa-arrow-down {
  background: var(--color-hover); }

.scroll_btn:hover > .scroll_btn-text {
  fill: var(--color-hover); }

.menu_btn {
  position: fixed;
  cursor: pointer;
  margin: 10px 0px 0 10px;
  height: 85px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  overflow: hidden;
  z-index: 4; }

.menu_btn_line {
  display: inline-block;
  position: relative;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
  top: 0px;
  height: 70px;
  width: 6px;
  background: var(--color-items);
  margin: 1px; }

.menu_btn:hover > .menu_btn_line:nth-child(2), .menu_btn:focus > .menu_btn_line:nth-child(2) {
  top: 10px; }

.popup-block {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 11; }

.popup-block__blind {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--color-items);
  z-index: 9; }

.popup-btn-close {
  position: fixed;
  top: 0;
  overflow: hidden;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  margin: 20px;
  cursor: pointer;
  z-index: 12; }

.popup-btn-close::after, .popup-btn-close::before {
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  height: 50px;
  left: 22px;
  top: 0;
  width: 5px;
  -webkit-transform: rotate(45deg) translate(0px, -55px);
          transform: rotate(45deg) translate(0px, -55px);
  background-color: var(--color-items); }

.popup-btn-close::before {
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  height: 50px;
  width: 5px;
  left: 22px;
  top: 0;
  -webkit-transform: rotate(-45deg) translate(0px, -55px);
          transform: rotate(-45deg) translate(0px, -55px);
  background-color: var(--color-items); }

.active::before {
  -webkit-transform: rotate(-45deg) translate(0px, 0px);
          transform: rotate(-45deg) translate(0px, 0px); }

.active::after {
  -webkit-transform: rotate(45deg) translate(0px, 0px);
          transform: rotate(45deg) translate(0px, 0px); }

.deactive::before {
  -webkit-transform: rotate(-45deg) translate(0px, 55px);
          transform: rotate(-45deg) translate(0px, 55px); }

.deactive::after {
  -webkit-transform: rotate(45deg) translate(0px, 55px);
          transform: rotate(45deg) translate(0px, 55px); }

.popup-btn-close:hover:after, .popup-btn-close:hover:before, .popup-btn-close:focus:after, .popup-btn-close:focus:before {
  background-color: var(--color-hover); }

.menu-block {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 11; }

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  height: 100%;
  width: 100%; }

.column {
  margin: 0 auto;
  font-size: 30px; }

.logo {
  width: 250px; }

.address {
  font-size: .9em;
  margin: 1em 0; }

.social {
  text-align: center; }

.social .menu {
  display: none; }

.social h1 {
  font-family: var(--font-family); }

.icon {
  font-size: 1em; }

.icon .instagram, .icon .facebook {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.icon .instagram::after {
  content: "\f16d"; }

.icon .facebook::after {
  content: "\f230"; }

.icon .instagram:hover, .icon .facebook:hover {
  color: var(--color-hover); }

h1.title {
  position: absolute;
  top: 5%;
  font-size: 55px;
  left: 44.5%;
  color: #fff;
  z-index: 9;
  font-family: Lor; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.menu button {
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.32, 0.97);
  transition: 0.3s cubic-bezier(0, 0, 0.32, 0.97);
  border-bottom: transparent 3px solid;
  font-family: var(--font-family);
  font-size: 1em;
  cursor: pointer; }

.menu button:hover, .menu button:focus {
  border-bottom: var(--color-items) 3px solid; }

.menu a {
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.32, 0.97);
  transition: 0.3s cubic-bezier(0, 0, 0.32, 0.97);
  border-bottom: transparent 3px solid;
  font-family: var(--font-family); }

.menu a:hover, .menu a:focus {
  border-bottom: var(--color-items) 3px solid; }

.menu-items:hover > .list {
  height: 120px; }

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 0px;
  -webkit-transition: 0.5s cubic-bezier(0, 0, 0.32, 0.97);
  transition: 0.5s cubic-bezier(0, 0, 0.32, 0.97);
  margin-left: 20px;
  overflow: hidden; }

.item-list-img {
  position: relative; }

.item-list-img img {
  padding: 35px;
  display: block;
  width: 25vw;
  height: 35vw;
  -o-object-fit: cover;
     object-fit: cover; }

.item-list-img.first picture:nth-child(1) {
  display: block; }

.item-list-img.first::before {
  background-color: #fae6bd; }

.item-list-img picture:nth-child(2), .item-list-img.first picture:nth-child(2), .item-list-img.three picture:nth-child(2) {
  display: none; }

.item-list-img.second picture:nth-child(2) {
  display: block; }

.item-list-img.second::before {
  background-color: #f5805c; }

.item-list-img.second picture:nth-child(1), .item-list-img.three picture:nth-child(1) {
  display: none; }

.item-list-img picture:nth-child(3), .item-list-img.first picture:nth-child(3), .item-list-img.second picture:nth-child(3) {
  display: none; }

.item-list-img.three picture:nth-child(3) {
  display: block; }

.item-list-img.three::before {
  background-color: #fc8f3a; }

.item-list-img::before {
  content: '';
  position: absolute;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  height: 100%;
  left: 0;
  top: 0;
  width: 70%;
  background-color: #fae6bd;
  z-index: -1; }

.screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 500px; }

.screen.one {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 80vh; }

.screen.one .custom-logo {
  display: none; }

.mobile-slider {
  display: none;
  overflow: hidden; }

.slider_block {
  width: 600%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slider_block img {
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh; }

.img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.img-block img {
  width: 100%;
  height: 100%; }

.img-block_img {
  position: relative;
  height: auto; }

.img-block_img:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  width: 30%;
  -webkit-transition: all 1.5s cubic-bezier(0.12, 0.24, 0.3, 0.96);
  transition: all 1.5s cubic-bezier(0.12, 0.24, 0.3, 0.96);
  z-index: 1; }

.img-block_img:nth-child(2) {
  display: none;
  width: 75%;
  margin-bottom: 0;
  z-index: 2; }

.img-block_img:nth-child(3) {
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  width: 30%;
  -webkit-transition: all 1.5s cubic-bezier(0.12, 0.24, 0.3, 0.96);
  transition: all 1.5s cubic-bezier(0.12, 0.24, 0.3, 0.96);
  z-index: 1; }

.screen.two {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  font-family: var(--font-family);
  height: 100vh; }

.screen.two h1 {
  font-size: 2.5em;
  z-index: 1; }

.screen.two h2 {
  font-size: 1.2em;
  font-weight: normal;
  z-index: 1; }

.marqTxt {
  position: absolute;
  overflow: hidden;
  width: 180vw;
  pointer-events: none;
  font-family: Lor;
  font-size: 100px;
  opacity: 0;
  z-index: 1; }

.marqTxt span {
  color: var(--color-hover); }

.marqTxt.marq-block_trfm:nth-child(1) {
  -webkit-transform: translateY(-100%) rotate(-17deg);
          transform: translateY(-100%) rotate(-17deg); }

.marqTxt.marq-block_trfm:nth-child(2) {
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg); }

.marqTxt.marq-block_trfm:nth-child(3) {
  -webkit-transform: translateY(100%) rotate(-17deg);
          transform: translateY(100%) rotate(-17deg); }

.marq-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.content {
  position: relative;
  margin-top: 4%;
  font-family: var(--font-family);
  font-size: 1.9em;
  line-height: 1.618;
  text-align: center;
  z-index: 2; }

.content a {
  display: inline-block;
  margin-top: 1em;
  padding: 0em .8em;
  font-size: 1em;
  font-weight: bold;
  font-family: var(--font-family);
  border: var(--color-items) 2px solid;
  border-radius: 2em;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.content a:hover, .content button:focus a {
  color: #fff;
  background: var(--color-items); }

.screen.three {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  min-height: auto; }

.screen.three h2 {
  display: block;
  text-align: center;
  padding: 50px;
  font-size: calc(15vw * 25 / 100);
  font-family: var(--font-family); }

.screen.three .swim-fish {
  position: absolute;
  top: 20%;
  height: 20%;
  z-index: 1; }

.screen.three .shrimp {
  position: absolute;
  top: 70%;
  left: 45%;
  fill: var(--color-hover); }

.screen.three .shrimp:nth-child(2) {
  height: 7%;
  top: 67%;
  left: 47%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-animation: shrimpRotate-r 3s ease infinite;
          animation: shrimpRotate-r 3s ease infinite; }

.screen.three .shrimp:nth-child(3) {
  height: 5%;
  top: 75%;
  left: 45%;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -webkit-animation: shrimpRotate-l 3s ease infinite;
          animation: shrimpRotate-l 3s ease infinite; }

.slide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative; }

.img {
  position: relative;
  display: inline-block;
  min-width: calc((100vw + 100vh) * 15 / 100);
  max-width: 375px;
  height: calc((100vw + 100vh) * 25 / 100); }

.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.block_img {
  display: block;
  opacity: 0; }

.img::before {
  content: '';
  position: absolute;
  width: 100%;
  top: 2.5%;
  height: 95%;
  left: -5%;
  z-index: -1;
  background: var(--color-items); }

.owl-item:nth-child(1) .slide .img::before {
  background: #f5805c; }

.owl-item:nth-child(2) .slide .img::before {
  background: #fae6bd; }

.owl-item:nth-child(3) .slide .img::before {
  background: #fc8f3a; }

.mobile.text {
  display: none; }

.text {
  display: block;
  width: 37%;
  padding: 20px;
  font-size: 1.3em; }

.text p {
  font-family: var(--font-family);
  font-size: 1em;
  margin: 5% 0; }

.text a {
  display: inline-block;
  padding: 10px;
  font-family: Arial regular;
  border-bottom: solid 3px;
  font-size: calc(15vw * 12 / 100);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-size: 100% 200%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, black));
  background-image: linear-gradient(to bottom, transparent 50%, black 50%); }

.text a:hover {
  background-position: 0 100%;
  color: #fff; }

.text address {
  font-size: 1.1em; }

.owl-item:nth-child(1) > .slide > .img > .text a, .owl-item:nth-child(1) > .slide > .text a {
  border-color: #8695a8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #8695a8));
  background-image: linear-gradient(to bottom, transparent 50%, #8695a8 50%); }

.owl-item:nth-child(2) > .slide > .img > .text a, .owl-item:nth-child(2) > .slide > .text a {
  border-color: #ff5930;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ff5930));
  background-image: linear-gradient(to bottom, transparent 50%, #ff5930 50%); }

.owl-item:nth-child(3) > .slide > .img > .text a, .owl-item:nth-child(3) > .slide > .text a {
  border-color: #900003;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #900003));
  background-image: linear-gradient(to bottom, transparent 50%, #900003 50%); }

.screen.four {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 20px 0; }

.screen.four h2 {
  text-align: center;
  padding: 50px;
  font-size: calc(15vw * 40 / 100);
  font-family: var(--font-family); }

.paralax-img {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1; }

.paralax-img img {
  position: absolute;
  width: 200px;
  opacity: 0.5; }

.paralax-img img:nth-child(1) {
  top: 70%;
  left: 10%;
  width: 18%; }

.paralax-img img:nth-child(2) {
  top: 43%;
  width: 13%; }

.paralax-img img:nth-child(3) {
  left: 26%;
  top: 15%;
  width: 28%; }

.paralax-img img:nth-child(4) {
  top: 19%;
  left: 61%;
  width: 17%; }

.paralax-img img:nth-child(5) {
  top: 50%;
  right: 0;
  width: 15%; }

.paralax-img img:nth-child(6) {
  top: 76%;
  left: 32%;
  width: 15%; }

.screen.four #form-open {
  position: absolute;
  bottom: 5%;
  right: 24.5%;
  font-family: var(--font-family);
  font-size: calc(15vw * 17 / 100);
  cursor: pointer; }

.screen.four #text-anim {
  position: absolute;
  font-family: var(--font-family);
  font-size: calc(15vw * 11 / 100);
  line-height: 1.618;
  bottom: 12%;
  right: 20%;
  text-align: center; }

.form-block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 12; }

.form-block::-webkit-scrollbar, .form-block textarea::-webkit-scrollbar {
  width: 5px; }

.form-block::-webkit-scrollbar-thumb, .form-block textarea::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px; }

.form-block::-webkit-scrollbar-track-piece, .form-block textarea::-webkit-scrollbar-track-piece {
  opacity: 0; }

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5% 10%; }

.contact-form_block {
  width: 45%; }

.contact-form_block .agree-block p {
  font-family: Arial;
  font-size: 10px;
  padding: 10px;
  text-align: center; }

.form-group {
  font-family: var(--font-family);
  padding: 10px; }

.form-group p {
  display: inline-block;
  font-size: 30px;
  color: #999;
  -webkit-transition: .5s ease-in-out all;
  transition: .5s ease-in-out all; }

.form-group label {
  display: inline-block;
  padding: 10px; }

.form-group label > i, .form-group label > p {
  cursor: pointer; }

.form-group.radio input, .form-group.checkbox input {
  display: none; }

.form-group .fa-checkbox {
  font-size: 30px;
  color: #999;
  -webkit-transition: .5s ease-in-out all;
  transition: .5s ease-in-out all; }

.form-group .fa-checkbox::after {
  content: '\f096'; }

.form-group input:checked + p .fa-checkbox::after {
  content: '\f046'; }

.form-group .fa-radio {
  font-size: 30px;
  color: #999;
  -webkit-transition: .5s ease-in-out all;
  transition: .5s ease-in-out all; }

.form-group .fa-radio::after {
  content: '\f10c'; }

.form-group input:checked + p .fa-radio::after {
  content: '\f192'; }

.form-group.radio label:hover .fa-radio, .form-group.checkbox label:hover .fa-checkbox, .form-group.radio label:hover p, .form-group.checkbox label:hover p {
  color: var(--color-items); }

.form-group span, .form-label-textarea {
  display: block;
  font-family: var(--font-family);
  color: #999;
  font-size: 25px;
  -webkit-transition: .5s ease-in-out all;
  transition: .5s ease-in-out all; }

.form-group:hover span, .form-group:hover .form-label-textarea {
  color: var(--color-items); }

.contact-form textarea {
  height: 36px;
  resize: none;
  -webkit-transition: .5s ease-in-out all;
  transition: .5s ease-in-out all; }

.contact-form textarea:not(:placeholder-shown), .contact-form textarea:focus {
  height: calc(36px * 5); }

.form-label {
  font-family: var(--font-family);
  font-size: 25px;
  color: #999;
  margin: 0;
  display: block;
  opacity: 1;
  -webkit-transition: .333s ease top, .333s ease opacity;
  transition: .333s ease top, .333s ease opacity; }

.form-control {
  margin: 5px 0;
  width: 100%;
  font-family: var(--font-family);
  font-size: 25px;
  border-radius: 0;
  border-color: #ccc;
  border-width: 0 0 2px 0;
  border-style: none none solid none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--color-items); }

.js-hide-label {
  opacity: 0; }

.js-unhighlight-label {
  color: #999; }

.btn-start-order {
  display: block;
  background: 0 0 #ffffff;
  border: 1px solid #999;
  border-radius: 3px;
  color: #999;
  font-family: var(--font-family);
  font-size: 16px;
  line-height: inherit;
  margin: 30px auto;
  padding: 10px 50px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }

.btn-start-order:hover, .btn-start-order:active, .btn-start-order:focus {
  border-color: var(--color-items);
  color: var(--color-items); }

.footer {
  position: relative;
  width: 100%; }

.marqTxtInst {
  position: absolute;
  top: 75%;
  left: 0;
  overflow: hidden;
  width: 150vw;
  pointer-events: none;
  font-family: Lor,myfont;
  font-size: 100px;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  z-index: 3; }

.marqTxtInst span {
  color: var(--color-hover); }

.marqTxtInst.marq-block_trfm:nth-child(1) {
  -webkit-transform: translateY(-100%) rotate(-15deg);
          transform: translateY(-100%) rotate(-15deg); }

.marqTxtInst.marq-block_trfm:nth-child(2) {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg); }

.marqTxtInst.marq-block_trfm:nth-child(3) {
  -webkit-transform: translateY(100%) rotate(-15deg);
          transform: translateY(100%) rotate(-15deg); }

.inst-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 70px 90px;
  padding-bottom: 50px; }

.inst_imgs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px; }

.inst_img-block {
  width: 100%;
  float: left;
  overflow: hidden; }

.inst_imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  cursor: pointer; }

.inst_imgs img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.inst_nav-1 {
  position: relative;
  width: 100%; }

.inst_nav-1 a {
  display: inline-block;
  font-size: 25px;
  font-family: var(--font-family);
  padding: 5px 0px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s; }

.inst_nav-1 a:hover {
  color: var(--color-hover); }

.info {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 10vh 10vh;
  font-family: var(--font-family);
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  margin: 0px 70px;
  opacity: 0; }

.scene {
  grid-area: 1 / 3 / 2 / 4; }

.scene .bush {
  position: absolute;
  margin: 0 auto;
  height: 100%;
  width: 100%; }

.scene .swim-fish__fish {
  position: absolute;
  left: 55%;
  top: 30%;
  width: 7%;
  fill: var(--color-items);
  -webkit-animation: fishBounce 3s linear infinite;
          animation: fishBounce 3s linear infinite; }

.scene .swim-fish__fish svg {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0); }

.scene .shrimp {
  position: absolute;
  width: 4%;
  top: 70%;
  left: 42%;
  fill: var(--color-items);
  -webkit-animation: shrimpRotate-l 2s linear infinite;
          animation: shrimpRotate-l 2s linear infinite; }

.footer_nav {
  grid-area: 1 / 2 / 3 / 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px; }

.footer_nav .scroll_btn {
  height: 95px;
  width: 95px;
  -webkit-transform: none;
          transform: none;
  overflow: hidden; }

.footer_nav .scroll_btn .fa.fa-arrow-down {
  height: 34px;
  width: 4px;
  margin: 31px 45px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.footer_nav .scroll_btn .fa.fa-arrow-down::before {
  height: 23px;
  width: 4px;
  -webkit-transform: rotate(-45deg) translate(-15px, 5px);
          transform: rotate(-45deg) translate(-15px, 5px); }

.footer_nav .scroll_btn .fa.fa-arrow-down::after {
  height: 23px;
  width: 4px;
  -webkit-transform: rotate(45deg) translate(-10px, -9px);
          transform: rotate(45deg) translate(-10px, -9px); }

.footer_nav:hover .scroll_btn .scroll_btn-text {
  fill: var(--color-hover); }

.f_copyright {
  grid-area: 2 / 1 / 2 / 1;
  padding: 20px 50px;
  text-align: center;
  border-top: var(--color-items) solid 3px; }

.f_contact {
  grid-area: 2 / 3 / 2 / 3;
  padding: 20px 50px;
  text-align: center;
  border-top: var(--color-items) solid 3px; }

.f_logo {
  border-left: var(--color-items) solid 4px;
  padding: 20px 50px; }

.f_logo img {
  width: 120px; }

/*
  .f_column {
    position: relative;
    width: 25%;
    margin: 50px calc(10% / 3 / 2);
    overflow: hidden;
    text-align: center;
  }
    .f_column:nth-child(1), .f_column:nth-child(3) {
      border-top: solid 5px;
      padding-top: 70px
    }
  .f_slider {
    display: flex;
    width: 600%;
    animation: SlideMove2 20s ease-in-out infinite;
  }
    .f_slider img {
      display: inline-block;
      width: calc(100% / 6);
    }

.footer.mb {
  display: none;
}*/
@media (max-width: 850px) and (min-width: 551px) {
  .popup-btn-close {
    margin: 10px; }

  .menu-block {
    overflow-y: scroll; }

  .menu-block .address {
    font-size: .6em; }

  .screen.one {
    height: auto;
    min-height: auto; }

  .img-block {
    width: 90%; }

  .marqTxt {
    width: 4000px; }

  .content {
    font-size: 1em; }

  .content a {
    font-size: 1.5em; }

  .img {
    width: calc((100vw + 100vh) * 20 / 100);
    height: calc((100vw + 100vh) * 30 / 100); }

  .text {
    width: 50%; }

  .text p {
    font-size: 2vw; }

  .text address {
    font-size: 2vw; }

  .screen.three h2 {
    font-size: 2em; }

  .screen.four #text-anim {
    font-size: 20px; }

  .screen.four #form-open {
    right: 31.5%;
    font-size: 25px; }

  .contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .contact-form_block {
    width: 90%; }

  .form-group {
    padding: 5px 10px; }

  .inst-gallery {
    padding: 70px 5vw; }

  .inst_imgs {
    grid-template-columns: repeat(3, 1fr); }

  .inst_nav-1 {
    top: auto;
    left: auto;
    margin: 0 auto; }

  .inst_nav h4 {
    font-size: calc(15vw * 30 / 100); }

  .inst_nav a {
    font-size: calc(15vw * 17 / 100);
    margin: 0 auto; }

  .inst_img-block {
    width: 100%; }

  .inst_img-block:nth-child(5), .inst_img-block:nth-child(6), .inst_img-block:nth-child(7), .inst_img-block:nth-child(8) {
    display: none; }

  .marqTxtInst {
    top: 60%; }

  .info {
    padding: 10px;
    margin: 10px 0; }

  .custom_logo.footer {
    display: none;
    border-left: none;
    border-top: var(--color-items) solid 4px; }

  .f_copyright {
    padding: 10px;
    text-align: center; }

  .f_contact {
    padding: 10px; } }
@media (max-width: 550px) and (min-width: 280px) {
  section {
    height: 100vh; }

  header {
    position: fixed;
    background: none;
    z-index: 10; }

  .header.custom-logo, header > .swim-fish {
    opacity: 0; }

  header.move .header.custom-logo, header.move > .swim-fish {
    opacity: 1; }

  .popup-btn-close {
    margin: 10px; }

  .menu_btn {
    margin: 5px 0 0 5px; }

  .menu-block {
    overflow-y: scroll; }

  .menu-block .custom-logo {
    height: calc((100vh + 100vw) / 7);
    width: calc((100vh + 100vw) / 7); }

  .social .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .icon {
    margin-top: .5em; }

  .address {
    font-size: .6em; }

  .column {
    margin: 5% 0; }

  .column .menu {
    margin-top: 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }

  .screen.one {
    height: 100vh;
    min-height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .screen.one .nav {
    display: none; }

  .screen.one .custom-logo {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    top: auto;
    height: calc((100vh + 100vw) / 4);
    width: calc((100vh + 100vw) / 4); }

  .screen.one .custom-logo .logo {
    width: 85%; }

  .screen.one .custom-logo .shrimp:nth-child(2) {
    left: 67%; }

  .screen.one .custom-logo .swim-fish {
    width: 100%;
    -webkit-animation: fishSwimMobile 10s cubic-bezier(0.37, 0.79, 0.53, 0.12) infinite;
            animation: fishSwimMobile 10s cubic-bezier(0.37, 0.79, 0.53, 0.12) infinite; }

  .mobile-slider {
    display: block;
    height: 100%; }

  .slider_block {
    -webkit-animation: SlideMove 20s ease-in-out infinite;
            animation: SlideMove 20s ease-in-out infinite; }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .column:nth-child(3), .column:nth-child(2) {
    display: none; }

  .header.custom_logo {
    display: none; }

  .img-block {
    display: none; }

  .screen.two {
    margin: 15% 0; }

  .content a {
    font-size: 1.5em; }

  .marqTxt {
    width: 3000px; }

  .screen.two h1, .screen.two h2 {
    text-align: center; }

  .content {
    font-size: 18px;
    padding: 5px;
    line-height: normal;
    width: auto; }

  .string-block {
    width: 200vw; }

  .string_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 600vw; }

  .screen.three {
    height: auto; }

  .screen.three h2 {
    font-size: 30px;
    padding: 20px; }

  .img {
    min-width: 210px;
    min-height: 285px;
    height: 75vh;
    width: 90vw; }

  .img::before {
    width: 100%;
    top: 2.5%;
    height: 95%;
    left: -4%; }

  .paralax-img img:nth-child(1) {
    width: 35%;
    top: 60%; }

  .paralax-img img:nth-child(2) {
    width: 30%;
    top: 35%; }

  .paralax-img img:nth-child(3) {
    width: 45%;
    left: 10%;
    top: 0%; }

  .paralax-img img:nth-child(4) {
    width: 25%;
    top: 5%; }

  .paralax-img img:nth-child(5) {
    width: 25%; }

  .paralax-img img:nth-child(6) {
    width: 20%;
    top: 65%;
    left: 60%; }

  .text p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.318;
    margin: 8px 0; }

  .text {
    position: absolute;
    padding: 10px;
    min-width: 210px;
    min-height: 285px;
    height: 75vh;
    width: 100%;
    background: #ffffffb8;
    opacity: 0;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s; }

  .address {
    margin: 3em 0 0 0; }

  .screen.three .address {
    font-size: .9em;
    margin: 2em 0; }

  .screen.three .address p {
    font-size: 1em; }

  .owl-item.active > .slide > .text {
    opacity: 1; }

  .owl-item:nth-child(1) .slide .text {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }

  .text a {
    font-size: 16px;
    padding: 3px; }

  .screen.four h2 {
    font-size: 30px;
    padding: 10px; }

  .screen.four span {
    font-size: 25px; }

  .screen.four #text-anim {
    position: unset;
    line-height: normal;
    font-size: calc(15vw * 37 / 100); }

  .screen.four #form-open {
    position: unset;
    font-size: calc(15vw * 35 / 100); }

  .contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .contact-form_block {
    width: 100%; }

  .form-group {
    padding: 5px 10px; }

  .inst-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 45px 0; }

  .marqTxtInst {
    top: 50%;
    width: 1000px; }

  .marqTxtInst.marq-block_trfm:nth-child(1) {
    -webkit-transform: translateY(-80%) rotate(-15deg);
            transform: translateY(-80%) rotate(-15deg); }

  .marqTxtInst.marq-block_trfm:nth-child(3) {
    -webkit-transform: translateY(75%) rotate(-15deg);
            transform: translateY(75%) rotate(-15deg); }

  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 100vh;
    height: auto; }

  .info .bush {
    height: 100%; }

  .inst_imgs {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 75vw; }

  .inst_img-block {
    width: 100%;
    margin: 0; }

  .inst_img-block:nth-child(1), .inst_img-block:nth-child(2), .inst_img-block:nth-child(3), .inst_img-block:nth-child(4), .inst_img-block:nth-child(5), .inst_img-block:nth-child(6) {
    display: none; }

  .inst_nav-1 {
    text-align: center;
    -webkit-transform: none;
            transform: none;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset; }

  .inst_nav {
    margin: 0 auto; }

  .inst_nav h4 {
    font-size: 23px;
    padding: 0;
    margin: 0 auto; }

  .inst_nav a {
    display: inline-block;
    padding: 5px 10px;
    float: none;
    font-size: 15px;
    margin: 10px auto;
    text-align: center; }

  .info {
    padding: 10px;
    font-size: 13px;
    margin: 0;
    z-index: -1; }

  .info::before {
    content: "";
    grid-area: 2 / 1 / 3 / 5;
    height: 3px;
    width: 100%;
    -webkit-transform: translateY(-1.5px);
            transform: translateY(-1.5px);
    background: var(--color-items);
    z-index: -1; }

  .info .swim-fish__fish {
    left: 75%;
    width: 16%; }

  .f_copyright {
    padding: 5px;
    border-top: none;
    text-align: center; }

  .footer_nav {
    background: #fff; }

  .f_contact {
    border-top: none;
    text-align: center;
    padding: 5px; } }
@media (min-width: 320px) and (min-height: 710px) and (max-width: 550px) and (max-height: 816px) {
  .footer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100vh; }

  .inst_img-block:nth-child(1), .inst_img-block:nth-child(2) {
    display: block; } }
@media (min-width: 320px) and (min-height: 280px) and (max-width: 550px) and (max-height: 535px) {
  .screen.three {
    min-height: 350px; }

  .inst_imgs {
    grid-template-rows: repeat(1, 1fr); }

  .inst_img-block:nth-child(7), .inst_img-block:nth-child(8) {
    display: none; } }
@media (min-width: 850px) and (min-height: 400px) and (max-height: 640px) {
  .screen, .screen.one, .screen.two {
    height: 100%; } }
@media (max-width: 4000px) and (min-width: 1400px) {
  .screen.two h1 {
    font-size: calc(15vw * 22 / 100); }

  .screen, .screen.three {
    margin-bottom: 15vh; }

  .content {
    font-size: calc(15vw * 13 / 100); }

  .marqTxt, .marqTxtInst {
    font-size: calc(15vw * 50 / 100); }

  .inst_imgs {
    grid-gap: 3em; }

  .inst-gallery {
    padding: 5% 8%;
    padding-bottom: 1%; }

  .info {
    grid-template-rows: 10vh 10vh; }

  .footer_nav {
    padding: 3em; }

  .footer_nav .scroll_btn, .scroll_btn {
    height: 15vh;
    width: 15vh; }

  .footer_nav .scroll_btn .fa.fa-arrow-down, .fa.fa-arrow-down {
    height: 45%;
    width: 4%;
    margin: 27.5% 48%; }

  .footer_nav .scroll_btn .fa.fa-arrow-down::before, .fa.fa-arrow-down::before {
    height: 60%;
    width: 100%;
    -webkit-transform: rotate(-45deg) translate(-590%, 40%);
            transform: rotate(-45deg) translate(-590%, 40%); }

  .footer_nav .scroll_btn .fa.fa-arrow-down::after, .fa.fa-arrow-down::after {
    height: 60%;
    width: 100%;
    -webkit-transform: rotate(45deg) translate(-150%, -20%);
            transform: rotate(45deg) translate(-150%, -20%); }

  .f_copyright, .f_contact {
    border-top: var(--color-items) solid 0.2em; }

  .screen.two h2, .text, .inst_nav-1 a, .f_copyright, .f_contact {
    font-size: calc(15vw * 9 / 100); } }
/*  .slide {
    width: 80vw;
  }
  .block_img {
    width: 100%;
  }
  .img {
    height: 75vh;
    width: 100%;
  }
  .text {
    width: calc(100% - 20px);
  }
  .screen.four #text-anim {
    font-size: calc(15vw * 37 / 100);
  }
  .screen.four #form-open {
    font-size: calc(15vw * 70 / 100);
  }
  .inst_imgs {
    grid-template-columns: repeat(1, 1fr);
  }
  .inst_img-block:nth-child(1), .inst_img-block:nth-child(2), .inst_img-block:nth-child(3), .inst_img-block:nth-child(4), .inst_img-block:nth-child(5), .inst_img-block:nth-child(6), .inst_img-block:nth-child(7), .inst_img-block:nth-child(8) {
    display: none;
  }
  .marqTxtInst {
    top: 10%;
  }
  .inst_nav a {
    display: block;
  }
}*/
.error-browzer {
  width: 100%;
  font-family: var(--font-family);
  font-size: 1.5em;
  text-align: center;
  color: var(--color-text); }

@-webkit-keyframes star {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); } }

@keyframes star {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); } }
@-webkit-keyframes SlideMove {
  0% {
    -webkit-transform: translateX(150vw);
            transform: translateX(150vw); }
  15% {
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw); }
  30% {
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw); }
  45% {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw); }
  60% {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw); }
  75% {
    -webkit-transform: translateX(-150vw);
            transform: translateX(-150vw); }
  100% {
    -webkit-transform: translateX(-150vw);
            transform: translateX(-150vw); } }
@keyframes SlideMove {
  0% {
    -webkit-transform: translateX(150vw);
            transform: translateX(150vw); }
  15% {
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw); }
  30% {
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw); }
  45% {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw); }
  60% {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw); }
  75% {
    -webkit-transform: translateX(-150vw);
            transform: translateX(-150vw); }
  100% {
    -webkit-transform: translateX(-150vw);
            transform: translateX(-150vw); } }
@-webkit-keyframes fishBounce {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  25% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  75% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); } }
@keyframes fishBounce {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  25% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  75% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); } }
@-webkit-keyframes bushSway {
  0% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg); }
  20% {
    -webkit-transform: skewX(-3deg);
            transform: skewX(-3deg); }
  80% {
    -webkit-transform: skewX(3deg);
            transform: skewX(3deg); } }
@keyframes bushSway {
  0% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg); }
  20% {
    -webkit-transform: skewX(-3deg);
            transform: skewX(-3deg); }
  80% {
    -webkit-transform: skewX(3deg);
            transform: skewX(3deg); } }
@-webkit-keyframes shrimpRotate-l {
  0%, 100% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); } }
@keyframes shrimpRotate-l {
  0%, 100% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); } }
@-webkit-keyframes shrimpRotate-r {
  0%, 100% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); } }
@keyframes shrimpRotate-r {
  0%, 100% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); } }
@-webkit-keyframes fishSwim {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); } }
@keyframes fishSwim {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); } }
@-webkit-keyframes fishSwimMobile {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }
@keyframes fishSwimMobile {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }
@-webkit-keyframes textShadow {
  0% {
    background-position: 0% 0%; }
  100% {
    background-position: -100% -100%; } }
@keyframes textShadow {
  0% {
    background-position: 0% 0%; }
  100% {
    background-position: -100% -100%; } }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

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