@charset "UTF-8";
/* ====================== FONTS =================== */
@font-face {
  font-family: "OpenSansRegular";
  src: url("../fonts/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

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

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

@font-face {
  font-family: 'SanFranciscoProDisplayBold';
  src: url("../fonts/SFProDisplay-Bold.eot");
  src: url("../fonts/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.aqu-main, .osr {
  font-family: "OpenSansRegular","PT Sans",Arial,sans-serif;
}

.osb {
  font-family: "OpenSansBold","PT Sans",Arial,sans-serif;
}

.osl {
  font-family: "OpenSansCondensedLight","PT Sans",Arial,sans-serif;
}

.sfp-b {
  font-family: 'SanFranciscoProDisplayBold';
}

.upc {
  text-transform: uppercase;
}

.font-63 {
  font-size: 63.7945px;
  font-weight: 600;
  line-height: 120%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .font-63 {
    font-size: 50px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .font-63 {
    font-size: 54px;
  }
}

.font-57 {
  font-size: 57.44px;
  line-height: 120%;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .font-57 {
    font-size: 46px;
  }
}

.font-46 {
  font-size: 46px;
  line-height: 100%;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .font-46 {
    font-size: 26px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .font-46 {
    font-size: 30px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .font-46 {
    font-size: 30px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .font-46 {
    font-size: 34px;
  }
}

.font-26 {
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .font-26 {
    font-size: 22px;
  }
}

.font-25 {
  font-size: 25.5178px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .font-25 {
    font-size: 20px;
  }
}

.font-20 {
  font-size: 20px;
  line-height: 25px;
}

/* ====================== HELPERS =================== */
.white-bg {
  background-color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.white-svg {
  fill: #ffffff;
}

.black-bg {
  background-color: #000000;
}

.black-text {
  color: #000000;
}

.black-svg {
  fill: #000000;
}

.blue-bg {
  background-color: #0094BF;
}

.blue-text {
  color: #0094BF;
}

.blue-svg {
  fill: #0094BF;
}

.blue-light-bg {
  background-color: #F0F9FB;
}

.blue-light-text {
  color: #F0F9FB;
}

.blue-light-svg {
  fill: #F0F9FB;
}

.gray-bg {
  background-color: #979797;
}

.gray-text {
  color: #979797;
}

.gray-svg {
  fill: #979797;
}

.gray-light-bg {
  background-color: #D8D8D8;
}

.gray-light-text {
  color: #D8D8D8;
}

.gray-light-svg {
  fill: #D8D8D8;
}

.pink-bg {
  background-color: #FFAFF1;
}

.pink-text {
  color: #FFAFF1;
}

.pink-svg {
  fill: #FFAFF1;
}

.aqu-container {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1200px;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

@media screen and (min-width: 320px) and (max-width: 580px) {
  .hidden-xs {
    display: none !important;
  }
}

@media screen and (min-width: 580px) and (max-width: 960px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* ====================== ASSETS =================== */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: #e5e5e5;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #e5e5e5;
  opacity: 1;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #0094BF;
  height: 11px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #e5e5e5;
  opacity: 1;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #0094BF;
  width: 6px;
}

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #0094BF;
  border-radius: 3px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 20px;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 6px;
  border-radius: 3px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #0094BF;
  border-radius: 3px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 6px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #e5e5e5;
  opacity: 1;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #0094BF;
  height: 11px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #e5e5e5;
  opacity: 1;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #0094BF;
  width: 6px;
}

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 1;
}

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #e5e5e5;
  opacity: 1;
}

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #0094BF;
}

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #e5e5e5;
  opacity: 1;
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #0094BF;
}

.ps--theme_light {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps--theme_light {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps--theme_light {
    overflow: auto !important;
  }
}

.ps--theme_light.ps--active-x > .ps__scrollbar-x-rail,
.ps--theme_light.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: #e5e5e5;
}

.ps--theme_light.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #e5e5e5;
  opacity: 1;
}

.ps--theme_light.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #0094BF;
  height: 8px;
}

.ps--theme_light.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #e5e5e5;
  opacity: 1;
}

.ps--theme_light.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #0094BF;
  width: 8px;
}

.ps--theme_light > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0.6;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 8px;
}

.ps--theme_light > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #0094BF;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 8px;
}

.ps--theme_light > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps--theme_light > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 8px;
}

.ps--theme_light > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0.6;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 8px !important;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 8px;
  border-radius: 4px;
}

.ps--theme_light > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #0094BF;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y */
  width: 8px;
}

.ps--theme_light > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps--theme_light > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 8px;
}

.ps--theme_light:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #e5e5e5;
  opacity: 1;
}

.ps--theme_light:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #0094BF;
  height: 8px;
}

.ps--theme_light:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #e5e5e5;
  opacity: 1;
}

.ps--theme_light:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #0094BF;
  width: 8px;
}

.ps--theme_light:hover > .ps__scrollbar-x-rail,
.ps--theme_light:hover > .ps__scrollbar-y-rail {
  opacity: 1;
}

.ps--theme_light:hover > .ps__scrollbar-x-rail:hover {
  background-color: #e5e5e5;
  opacity: 1;
}

.ps--theme_light:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #0094BF;
}

.ps--theme_light:hover > .ps__scrollbar-y-rail:hover {
  background-color: #e5e5e5;
  opacity: 1;
}

.ps--theme_light:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #0094BF;
}

.ps--theme_orange {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps--theme_orange {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps--theme_orange {
    overflow: auto !important;
  }
}

.ps--theme_orange.ps--active-x > .ps__scrollbar-x-rail,
.ps--theme_orange.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: #f8f8f8;
}

.ps--theme_orange.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #f8f8f8;
  opacity: 1;
}

.ps--theme_orange.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #fcbc31;
  height: 11px;
}

.ps--theme_orange.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #f8f8f8;
  opacity: 1;
}

.ps--theme_orange.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #fcbc31;
  width: 6px;
}

.ps--theme_orange > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
}

.ps--theme_orange > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #fcbc31;
  border-radius: 3px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}

.ps--theme_orange > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps--theme_orange > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}

.ps--theme_orange > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 20px;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 6px;
  border-radius: 3px;
}

.ps--theme_orange > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #fcbc31;
  border-radius: 3px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px;
}

.ps--theme_orange > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps--theme_orange > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 6px;
}

.ps--theme_orange:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #f8f8f8;
  opacity: 1;
}

.ps--theme_orange:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #fcbc31;
  height: 11px;
}

.ps--theme_orange:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #f8f8f8;
  opacity: 1;
}

.ps--theme_orange:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #fcbc31;
  width: 6px;
}

.ps--theme_orange:hover > .ps__scrollbar-x-rail,
.ps--theme_orange:hover > .ps__scrollbar-y-rail {
  opacity: 1;
}

.ps--theme_orange:hover > .ps__scrollbar-x-rail:hover {
  background-color: #f8f8f8;
  opacity: 1;
}

.ps--theme_orange:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #fcbc31;
}

.ps--theme_orange:hover > .ps__scrollbar-y-rail:hover {
  background-color: #f8f8f8;
  opacity: 1;
}

.ps--theme_orange:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #fcbc31;
}

/* ====================== COMMON =================== */
.aqu-main {
  background: #ffffff;
  overflow: hidden;
  /* animations */
}

.aqu-main * {
  box-sizing: border-box;
}

.aqu-main img {
  max-width: 100%;
  vertical-align: bottom;
}

.aqu-main .center {
  /* fix spo-core.min.css for .center owl-carousel */
  float: none;
  right: auto;
}

.aqu-main .__btn {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 30px;
  border-radius: 24px;
  margin: 30px 0 0;
  box-shadow: 0px 6.29091px 0px rgba(0, 0, 0, 0.1);
}

.aqu-main .__btn-blue {
  color: #ffffff;
  background: #0094BF;
  -webkit-transition: background 0.3s 0s ease;
  transition: background 0.3s 0s ease;
}

.aqu-main .__btn-blue:hover {
  background: #007FA8;
}

.aqu-main .__btn-white {
  color: #0094BF;
  background: #ffffff;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .aqu-main .__btn-white {
    padding: 0 20px;
  }
}

.aqu-main .__btn-mini {
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  border-radius: 21px;
  font-size: 16px;
}

.aqu-main .bubbles-bg {
  background: url(../src/images/common/bubbles.png) repeat-y 50% 0;
}

.aqu-main .bubbles-bg {
  -webkit-animation-name: animated-bubbles;
          animation-name: animated-bubbles;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes animated-bubbles {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -686px;
  }
}

@keyframes animated-bubbles {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -686px;
  }
}

.bb-header-strip-white {
  background: #F8F8F8 !important;
}

.bb-collapsed-content-holder {
  border-left: 1px solid #F8F8F8 !important;
  border-right: 1px solid #F8F8F8 !important;
}

@media only screen and (max-width: 760px) and (min-width: 20px) {
  .bb-adaptive .bb-header-strip-white {
    border-bottom: 4px solid #F8F8F8 !important;
  }
}

.aqu-header {
  color: #0094BF;
  background: url(../src/images/common/splash-1.jpg) no-repeat 50% 100%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-header {
    background: url(../src/images/common/splash-3-320.jpg) no-repeat 50% 100%;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .aqu-header {
    background: url(../src/images/common/splash-1.jpg) no-repeat 50% 100%;
  }
}

.aqu-header__in {
  position: relative;
  padding: 75px 10px 245px;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-header__in {
    padding: 75px 10px 120px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .aqu-header__in {
    padding: 75px 10px 245px;
  }
}

.aqu-header__in h1 {
  margin-top: 27px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-header__in h1 {
    font-size: 20px !important;
  }
}

.aqu-header__in ._go-text {
  max-width: 300px;
  margin: 30px auto;
  font-size: 14px;
  line-height: 120%;
}

.aqu-header__in ._go-text img {
  cursor: pointer;
}

.aqu-header__in ._go-text p {
  padding: 10px 0 0 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-header__logo img {
    width: 250px;
  }
}

.__on-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: -60px auto 60px;
}

.__on-scroll #arrow {
  text-align: center;
  position: relative;
}

.__on-scroll #arrow div {
  cursor: pointer;
}

.__on-scroll #arrow div span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  border-left: 2px solid #0094BF;
  border-bottom: 2px solid #0094BF;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
          animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

.__on-scroll #arrow div span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.__on-scroll #arrow div span:nth-of-type(2) {
  top: 10px;
  -webkit-animation-delay: .15s;
          animation-delay: .15s;
}

.__on-scroll #arrow div span:nth-of-type(3) {
  top: 20px;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.aqu-footer-disclaimer {
  padding: 40px 10px;
}

.aqu-sharing {
  display: inline-block;
  text-align: center;
  /*&__sm {
      display: none;
      @media screen and (max-width: 860px) {
        display: block;
      }
    }*/
  /*&__lg {
      display: none;
      @media screen and (min-width: 861px) {
        display: block;
      }
    }*/
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .aqu-sharing {
    display: block;
    width: 220px;
    margin: 0 auto;
  }
}

.aqu-sharing__list {
  font-size: 0;
  margin: 5px 0 15px;
}

.aqu-sharing__item {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px 0 5px;
}

.aqu-sharing__link {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  border-radius: 50%;
  background-color: #0094bf;
  box-sizing: border-box;
}

.aqu-sharing__link._bb {
  padding: 6px;
}

.aqu-sharing__link._vk {
  padding: 0 12px;
}

.aqu-sharing__link._fb, .aqu-sharing__link._ok, .aqu-sharing__link._wt, .aqu-sharing__link._vb {
  padding: 8px;
}

.aqu-sharing__link._tg {
  padding: 10px 0 4px;
}

.aqu-sharing__link svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

.aqu-sharing__link:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  background-color: rgba(0, 148, 191, 0.8);
}

.aqu-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1300000;
  overflow: auto;
}

@media screen and (max-width: 959px) {
  .aqu-modal {
    display: block;
  }
}

.aqu-modal__wrap {
  max-width: 750px;
  margin: 70px 0;
}

.aqu-modal__close {
  position: absolute;
  top: 20px;
  right: 12px;
  width: 23px;
  height: 23px;
  z-index: 1;
  cursor: pointer;
}

.aqu-modal__close svg {
  height: 100%;
  width: 100%;
}

.aqu-modal-popup__content {
  padding: 40px;
  background-color: white;
}

.aqu-modal-popup__content--rules {
  padding: 40px 0;
}

.aqu-modal-popup__title {
  padding: 0 0 30px 40px;
}

@media screen and (max-width: 579px) {
  .aqu-modal-popup__title {
    padding: 0 0 30px  20px;
  }
}

.aqu-modal-popup__scroll {
  height: 300px;
}

.aqu-modal-popup__scroll-bar {
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #e1eefa;
}

.aqu-modal-popup__rules-text {
  padding: 0 40px;
  /* fix for BB css*/
  /* /fix for BB css*/
}

.aqu-modal-popup__rules-text b {
  font-weight: bold;
}

@media screen and (max-width: 579px) {
  .aqu-modal-popup__rules-text {
    padding-left: 20px;
  }
}

.aqu-modal-popup__rules-text ol li {
  font-weight: bold;
  padding-top: 15px;
}

.aqu-modal-popup__rules-text ol ol li, .aqu-modal-popup__rules-text ol ol ol li, .aqu-modal-popup__rules-text ol ol ol ol li {
  font-weight: normal;
  padding-top: 0;
}

.aqu-modal-popup__rules-text li {
  list-style-type: none;
  margin: 5px 10px;
}

.aqu-modal-popup__rules-text ol {
  counter-reset: list1;
}

.aqu-modal-popup__rules-text ol li:before {
  counter-increment: list1;
  content: counter(list1) ". ";
  font-weight: bold;
}

.aqu-modal-popup__rules-text ol ol {
  counter-reset: list2;
}

.aqu-modal-popup__rules-text ol ol li:before {
  counter-increment: list2;
  content: counter(list1) "." counter(list2) ". ";
  font-weight: bold;
}

.aqu-modal-popup__rules-text ol ol ol {
  counter-reset: list3;
}

.aqu-modal-popup__rules-text ol ol ol li:before {
  counter-increment: list3;
  content: counter(list1) "." counter(list2) "." counter(list3) ". ";
  font-weight: bold;
}

.aqu-modal-popup__rules-text ol ol ol ol {
  counter-reset: list4;
}

.aqu-modal-popup__rules-text ol ol ol ol li:before {
  counter-increment: list4;
  content: counter(list1) "." counter(list2) "." counter(list3) "." counter(list4) ". ";
  font-weight: bold;
}

/* ====================== UI =================== */
/* ====================== MODULES =================== */
/* ====================== SECTIONS =================== */
.product-bg {
  background-color: #F0F9FB;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .product-bg {
    background-color: #ffffff;
  }
}

.aqu-product {
  background: url(../src/images/common/blue-decor-1.png) no-repeat 50% 100%, url(../src/images/common/01.jpg) no-repeat 50% 0;
  padding: 100px 10px 115px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-product {
    background: url(../src/images/common/blue-decor-1.png) no-repeat 50% 100%, url(../src/images/common/01.png) no-repeat 50% 0;
  }
}

.aqu-product h1 {
  margin-top: 40px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-product ._packing {
    display: none;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .aqu-product ._packing {
    width: 70%;
  }
}

.aqu-product ._bottle {
  display: none;
  width: 90px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-product ._bottle {
    display: inline-block;
  }
}

._fish-1, ._fish-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 120s;
          animation-duration: 120s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

._fish-1 {
  background: url(../src/images/common/fish-1.png) repeat-x 50% 0;
  -webkit-animation-name: animated-fish-1;
          animation-name: animated-fish-1;
}

._fish-2 {
  background: url(../src/images/common/fish-2.png) repeat-x 50% 0;
  -webkit-animation-name: animated-fish-2;
          animation-name: animated-fish-2;
}

@-webkit-keyframes animated-fish-1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2588px 0;
  }
}

@keyframes animated-fish-1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2588px 0;
  }
}

@-webkit-keyframes animated-fish-2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2588px 0;
  }
}

@keyframes animated-fish-2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2588px 0;
  }
}

.aqu-articles h1 {
  text-align: center;
  z-index: 2;
}

.aqu-articles .pink-decor {
  display: block;
  width: 317px;
  height: 72px;
  background: url(../src/images/common/pink-decor.svg) no-repeat 50% 50%;
  background-size: contain;
  font-weight: 600;
  line-height: 72px;
  text-align: center;
  margin: -30px auto 0;
  z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-articles .pink-decor {
    width: 248px;
    height: 56px;
    line-height: 56px;
    margin: -25px auto 0;
  }
}

.aqu-articles ._corall-2 {
  position: absolute;
  display: none;
  pointer-events: none;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-articles ._corall-2 {
    display: block;
  }
}

.aqu-articles ._corall-2 {
  bottom: -130px;
  left: 50%;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
}

.aqu-carousel {
  max-width: 524px;
  margin: 0 auto;
  padding: 30px 0;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .aqu-carousel {
    max-width: 280px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .aqu-carousel {
    max-width: 300px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .aqu-carousel {
    max-width: 400px;
  }
}

.aqu-carousel-item {
  width: 100%;
}

.aqu-carousel-item ._item-img {
  margin-bottom: 30px;
}

.aqu-carousel-item ._item-text {
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .aqu-carousel-item ._item-text {
    width: 100%;
  }
}

.aqu-carousel-item ._item-text p {
  font-weight: 600;
  line-height: 120%;
  padding: 0 20px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-carousel-item ._item-text p {
    padding: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-carousel-item ._item-text p br {
    display: none;
  }
}

.aqu-slider__next, .aqu-slider__prev {
  position: absolute;
  width: 78px;
  height: 78px;
  top: 50%;
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-slider__next, .aqu-slider__prev {
    top: 100px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-slider__next, .aqu-slider__prev {
    width: 50px;
    height: 50px;
  }
}

.aqu-slider__next {
  right: -100px;
  background: url(../src/images/common/next.svg) no-repeat 50% 50%;
  background-size: contain;
}

.aqu-slider__next:hover {
  background: #33A9CC url(../src/images/common/next.svg) no-repeat 50% 50%;
  background-size: contain;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-slider__next {
    right: -20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .aqu-slider__next {
    right: -80px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .aqu-slider__next {
    right: -100px;
  }
}

.aqu-slider__prev {
  left: -100px;
  background: url(../src/images/common/prev.svg) no-repeat 50% 50%;
  background-size: contain;
}

.aqu-slider__prev:hover {
  background: #33A9CC url(../src/images/common/prev.svg) no-repeat 50% 50%;
  background-size: contain;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-slider__prev {
    left: -20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .aqu-slider__prev {
    left: -80px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .aqu-slider__prev {
    left: -100px;
  }
}

.aqu-blogger {
  background: url(../src/images/common/blue-decor-2.png) no-repeat 50% 0, url(../src/images/common/blue-decor-1.png) no-repeat 50% 100%;
  padding: 150px 10px 100px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-blogger {
    padding: 120px 10px 80px;
  }
}

.aqu-blogger ._whale {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-blogger ._whale {
    display: block;
    padding: 0 0 10px;
  }
}

.aqu-blogger h1 {
  text-align: center;
  z-index: 2;
}

.aqu-blogger .blue-decor {
  display: block;
  width: 317px;
  height: 72px;
  background: url(../src/images/common/blue-decor.svg) no-repeat 50% 50%;
  background-size: contain;
  font-weight: 600;
  line-height: 72px;
  text-align: center;
  margin: -30px auto 0;
  z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-blogger .blue-decor {
    width: 248px;
    height: 56px;
    line-height: 56px;
    margin: -25px auto 0;
  }
}

.aqu-blogger-more-box .list-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.aqu-blogger-more-box .list-item .item {
  display: none;
  width: 316px;
  margin: 30px 0;
  text-align: center;
}

.aqu-blogger-more-box .list-item .item.visi {
  display: block;
}

.aqu-blogger-more-box .list-item .item span {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 15px;
  background-position: 50% 50%;
  background-size: cover;
}

.aqu-blogger-more-box .list-item .item span.spray:before {
  position: absolute;
  content: "";
  width: 59px;
  height: 59px;
  background: #E5F3F7 url(../src/images/common/spray.png) no-repeat 50% 50%;
  background-size: 14px 41px;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  box-sizing: border-box;
  top: -10px;
  right: -30px;
}

.aqu-blogger-more-box .list-item .item span.aqualor:before {
  position: absolute;
  content: "";
  width: 59px;
  height: 59px;
  background: #fff url(../src/images/common/aqualor.png) no-repeat 50% 50%;
  background-size: 40px 27px;
  border: 3px solid #E5F3F7;
  border-radius: 50%;
  box-sizing: border-box;
  top: -10px;
  right: -30px;
}

.aqu-blogger-more-box .list-item .item ._user-name {
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  padding: 0 0 20px;
}

.aqu-blogger-more-box .list-item .item p {
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: #343434;
}

.aqu-blogger-more-box .list-item .item a {
  cursor: pointer;
}

.aqu-blogger-more {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  color: #0094BF;
  margin-top: 40px;
  cursor: pointer;
}

.aqu-blogger-more img {
  margin-top: 30px;
}

.aqu-blogger-carousel {
  max-width: 574px;
  margin: 0 auto;
  padding: 30px 0;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .aqu-blogger-carousel {
    max-width: 360px;
  }
}

.aqu-blogger-carousel-box {
  height: 0;
  overflow: hidden;
}

.aqu-blogger-carousel-box._active {
  height: auto;
  overflow: auto;
}

.aqu-blogger-carousel-item {
  width: 100%;
}

.aqu-blogger-carousel-item span {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 10px auto 15px;
  background-position: 50% 50%;
  background-size: cover;
}

.aqu-blogger-carousel-item span.spray:before {
  position: absolute;
  content: "";
  width: 59px;
  height: 59px;
  background: #E5F3F7 url(../src/images/common/spray.png) no-repeat 50% 50%;
  background-size: 14px 41px;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  box-sizing: border-box;
  top: -10px;
  right: -30px;
}

.aqu-blogger-carousel-item span.aqualor:before {
  position: absolute;
  content: "";
  width: 59px;
  height: 59px;
  background: #fff url(../src/images/common/aqualor.png) no-repeat 50% 50%;
  background-size: 40px 27px;
  border: 3px solid #E5F3F7;
  border-radius: 50%;
  box-sizing: border-box;
  top: -10px;
  right: -30px;
}

.aqu-blogger-carousel-item ._user-name {
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  padding: 0 0 20px;
}

.aqu-blogger-carousel-item p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #000;
  text-align: left;
  padding-top: 20px;
}

.aqu-blogger-slider__next, .aqu-blogger-slider__prev {
  position: absolute;
  width: 29px;
  height: 54px;
  top: 60px;
  cursor: pointer;
  z-index: 2;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .aqu-blogger-slider__next, .aqu-blogger-slider__prev {
    width: 29px;
    height: 54px;
  }
}

.aqu-blogger-slider__next {
  right: 0;
  background: url(../src/images/common/blogger-next.svg) no-repeat 50% 50%;
  background-size: contain;
}

.aqu-blogger-slider__prev {
  left: 0;
  background: url(../src/images/common/blogger-prev.svg) no-repeat 50% 50%;
  background-size: contain;
}

.aqu-members {
  background: url(../src/images/common/blue-decor-2.png) no-repeat 50% 0;
  padding: 150px 0 0;
}

.aqu-members h1 {
  text-align: center;
  z-index: 2;
}

.aqu-members .blue-decor {
  display: block;
  width: 317px;
  height: 72px;
  background: url(../src/images/common/blue-decor.svg) no-repeat 50% 50%;
  background-size: contain;
  font-weight: 600;
  line-height: 72px;
  text-align: center;
  margin: -30px auto 0;
  z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-members .blue-decor {
    width: 248px;
    height: 56px;
    line-height: 56px;
    margin: -25px auto 0;
  }
}

.aqu-members-decor {
  background: url(../src/images/common/splash-2.jpg) no-repeat -700px 595px, url(../src/images/common/splash-3.jpg) no-repeat 850px 100%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-members-decor {
    background: url(../src/images/common/splash-2-320.jpg) no-repeat 50% 570px, url(../src/images/common/splash-3-320.jpg) no-repeat 50% 99%;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .aqu-members-decor {
    background: url(../src/images/common/splash-2.jpg) no-repeat -900px 680px, url(../src/images/common/splash-3.jpg) no-repeat 300px 100%;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .aqu-members-decor {
    background: url(../src/images/common/splash-2.jpg) no-repeat -900px 595px, url(../src/images/common/splash-3.jpg) no-repeat 400px 100%;
  }
}

.aqu-prize {
  max-width: 610px;
  margin: 0 auto 100px;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-prize {
    max-width: 300px;
    margin: 0 auto 50px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .aqu-prize {
    max-width: 500px;
    margin: 0 auto 80px;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-prize h1 {
    font-size: 40px !important;
  }
}

.aqu-prize img {
  margin-bottom: 10px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-prize img {
    width: 70%;
  }
}

.aqu-prize p {
  padding: 10px 0 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #0094BF;
}

.aqu-prize p span {
  display: inline-block;
  background-color: #FFAFF1;
  border-radius: 8px;
  color: #fff;
  padding: 0 5px;
  font-weight: 300;
}

.aqu-prize p a {
  color: #FFAFF1;
  border-bottom: 1px solid rgba(255, 175, 241, 0.7);
}

.aqu-tds {
  padding: 80px 10px 80px;
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .aqu-tds {
    padding: 40px 10px 40px;
  }
}

.aqu-tds h1 {
  padding: 30px 0;
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .aqu-tds h1 {
    font-size: 30px !important;
    padding: 20px 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .aqu-tds h2 {
    font-size: 15px !important;
  }
}

.aqu-tds ._crab {
  width: 540px;
  margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .aqu-tds ._crab {
    position: absolute;
    width: 177px;
    bottom: -150px;
    left: 50%;
    -webkit-transform: translateX(-190px);
        -ms-transform: translateX(-190px);
            transform: translateX(-190px);
  }
}

.aqu-tds ._crab ._algae {
  width: 43.70%;
  top: 4%;
  left: 7%;
  -webkit-animation-name: animated-algae;
          animation-name: animated-algae;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 52% 100%;
      -ms-transform-origin: 52% 100%;
          transform-origin: 52% 100%;
}

.aqu-tds ._crab ._crab-l {
  width: 10.740%;
  top: 13%;
  left: 41%;
  -webkit-animation-name: animated-crab-l;
          animation-name: animated-crab-l;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 60.3% 95.27%;
      -ms-transform-origin: 60.3% 95.27%;
          transform-origin: 60.3% 95.27%;
}

.aqu-tds ._crab ._crab-r {
  width: 14.2592%;
  top: 17%;
  right: 6%;
  -webkit-animation-name: animated-crab-r;
          animation-name: animated-crab-r;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 28.57% 91.55%;
      -ms-transform-origin: 28.57% 91.55%;
          transform-origin: 28.57% 91.55%;
}

.aqu-tds ._corall-1, .aqu-tds ._corall-2 {
  position: absolute;
  display: none;
  pointer-events: none;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-tds ._corall-1, .aqu-tds ._corall-2 {
    display: block;
  }
}

.aqu-tds ._corall-1 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-395px, -50%);
      -ms-transform: translate(-395px, -50%);
          transform: translate(-395px, -50%);
}

.aqu-tds ._corall-2 {
  bottom: -150px;
  left: 50%;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
}

@-webkit-keyframes animated-algae {
  0%, 100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

@keyframes animated-algae {
  0%, 100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

@-webkit-keyframes animated-crab-l {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes animated-crab-l {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes animated-crab-r {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes animated-crab-r {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.aqu-fk {
  position: relative;
  background: #fff;
  font-size: 17px;
  /* --- */
  /********* notes ********* */
  /* /notes ******** */
  /* works ********* */
  /* /works ******** */
  /* members ******* */
  /* /members ******* */
  /* winners ******* */
  /* /winners ****** */
}

.aqu-fk__btn {
  display: inline-block;
  vertical-align: middle;
  height: 52px;
  line-height: 52px;
  padding: 0 25px;
  border-radius: 26px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.aqu-fk__btn:hover.white-text {
  color: white;
}

.aqu-fk__btn--small {
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-weight: normal;
}

.aqu-fk-content {
  padding: 50px 20px 50px;
}

@media screen and (max-width: 579px) {
  .aqu-fk-content {
    padding: 30px 10px 30px 10px;
  }
}

.aqu-fk-container-in {
  margin: 0 auto;
  padding: 0 0 0 0;
  max-width: 675px;
  min-height: 460px;
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow: 0px 18px 38px 0px rgba(82, 141, 190, 0.65);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-fk-container-in {
    min-height: auto;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .aqu-fk-container-in {
    max-width: 500px;
    min-height: 375px;
  }
}

.aqu-fk-notes {
  padding: 40px;
  font-size: 36px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-fk-notes {
    padding: 30px 0 50px;
    font-size: 28px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .aqu-fk-notes {
    padding: 10px 10px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .aqu-fk-notes {
    padding: 30px 40px;
  }
}

.aqu-fk-notes__info {
  padding: 100px 0 70px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-fk-notes__info {
    padding: 20px 0 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .aqu-fk-notes__info {
    padding: 80px 0 50px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .aqu-fk-notes__info {
    padding: 100px 0 30px;
  }
}

.aqu-fk-notes__info ._animate-spin {
  display: inline-block;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.aqu-fk-notes__info h1 {
  line-height: 1.333;
  padding: 20px 0 20px;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-fk-notes__info h1 {
    padding: 20px 0 5px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .aqu-fk-notes__info h1 {
    padding: 20px 0 20px;
  }
}

.aqu-fk-notes__info p {
  font-size: 17px;
  line-height: 1.25 !important;
  padding: 0 80px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-fk-notes__info p {
    font-size: 16px;
    padding: 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .aqu-fk-notes__info p {
    padding: 0 20px 0;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .aqu-fk-notes__info p {
    padding: 0 40px 0;
  }
}

.aqu-fk-notes__info p ._enter {
  color: #3693bc;
  border-bottom: 1px solid rgba(33, 37, 73, 0.3);
}

.aqu-fk-notes__info p.aqu-fk-notes__txt {
  padding: 0 40px 0;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .aqu-fk-notes__info p.aqu-fk-notes__txt {
    padding: 0;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .aqu-fk-notes__info p.aqu-fk-notes__txt {
    padding: 0;
  }
}

.aqu-fk-notes__enter {
  display: inline-block;
  line-height: 1;
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.aqu-fk-works {
  padding: 0 0 100px;
  /*авто-скролл*/
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-fk-works {
    padding: 0 0 50px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .aqu-fk-works {
    padding: 0 0 80px;
  }
}

.aqu-fk-works__title {
  line-height: 1.2;
  padding: 0 10px 15px;
  font-weight: bold;
}

.aqu-fk-works__title br {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .aqu-fk-works__title br {
    display: inline-block;
  }
}

.aqu-fk-works__photo {
  padding: 0 0 20px 0;
}

.aqu-fk-works__photo-wrap {
  display: inline-block;
  margin: 0 10px;
  padding: 20px 0 0;
}

.aqu-fk-works__img {
  border-radius: 7px;
  max-width: 600px !important;
  margin-top: 10px;
}

@media screen and (max-width: 959px) {
  .aqu-fk-works__img {
    max-width: 100% !important;
  }
}

.aqu-fk-works__desc {
  font-size: 17px;
  line-height: 1.364;
  margin: 10px auto 0;
  word-wrap: break-word;
}

.aqu-fk-works__member-link {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin: 10px 0 0 0;
}

.aqu-fk-works__prew-next {
  display: block;
  width: 29px;
  height: 54px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-fk-works__prew-next {
    top: -60px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .aqu-fk-works__prew-next {
    top: -50px;
  }
}

.aqu-fk-works__prew {
  background: url(../src/images/common/blogger-prev.svg) no-repeat 50% 50%;
  background-size: contain;
  left: -80px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .aqu-fk-works__prew {
    left: 0px;
    z-index: 5;
  }
}

.aqu-fk-works__next {
  background: url(../src/images/common/blogger-next.svg) no-repeat 50% 50%;
  background-size: contain;
  right: -80px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .aqu-fk-works__next {
    right: 0px;
    z-index: 5;
  }
}

.aqu-fk-works__scroll {
  position: relative;
}

.aqu-fk-works__scroll._active {
  height: 150px;
  text-align: left;
  margin-bottom: 10px;
}

.aqu-fk-works__scroll-text {
  padding: 0 25px;
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .aqu-fk-works__scroll-text {
    padding: 0 20px 0 0;
  }
}

.aqu-fk-members {
  padding: 70px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-fk-members {
    padding: 100px 0 0;
  }
}

.aqu-fk-members__list-title {
  border-bottom: 1px solid #C8137D;
  padding: 0 0 20px 0;
  margin: 0 auto;
  display: inline-block;
}

.aqu-fk-members__list-sub-title {
  margin: -14px 0 0;
}

.aqu-fk-members__list-sub-title span {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  background-color: #FFAFF1;
  border-radius: 17px;
  padding: 0 15px;
}

.aqu-fk-members-item {
  display: inline-block;
  vertical-align: top;
  width: 232px;
  height: 287px;
  margin: 20px 20px;
  font-size: 14px;
  line-height: 1.2;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-fk-members-item {
    width: 280px;
    height: 346px;
    margin: 20px 10px 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .aqu-fk-members-item {
    margin: 20px 10px 0;
  }
}

.aqu-fk-members-item__emty {
  height: 260px;
}

.aqu-fk-members-item__emty-txt {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.aqu-fk-members-item__emty-btn {
  font-size: 17px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  color: #ffffff;
  padding: 0 30px;
  margin: 20px 0 0;
}

.aqu-fk-members-item.incentive-prize {
  position: relative;
}

.aqu-fk-members-item.incentive-prize:after {
  position: absolute;
  content: "";
  width: 76px;
  height: 74px;
  background-image: url("../src/images/fk/incentive-prize.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: -38px;
  right: -16px;
}

.aqu-fk-members-item.incentive-prize:before {
  position: absolute;
  content: "Победитель";
  width: 190px;
  height: 32px;
  line-height: 32px;
  background: #FFAFF1;
  border-radius: 16px;
  text-align: left;
  padding-left: 15px;
  font-size: 20px;
  color: #FFFFFF;
  top: -13px;
  right: 0;
}

.aqu-fk-members__item-pic {
  display: block;
  width: 232px;
  height: 232px;
  line-height: 232px;
  margin-bottom: 20px;
  background-color: #ebf7fc;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 6px;
  -webkit-transition: margin 0.2s ease-out;
  transition: margin 0.2s ease-out;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-fk-members__item-pic {
    width: 280px;
    height: 280px;
    line-height: 280px;
  }
}

.aqu-fk-members__item-pic:hover {
  margin-top: -10px;
  margin-bottom: 30px;
}

.aqu-fk-members__item-user {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
  color: #ABABAB;
}

.aqu-fk-members__item-text {
  color: rgba(0, 0, 0, 0.5);
  max-height: 55px;
  overflow: hidden;
  font-size: 15px;
}

.aqu-fk-members__pagination {
  margin: 0 auto;
  padding: 10px 10px 50px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-fk-members__pagination {
    padding: 10px 0 200px;
  }
}

.aqu-fk-members__pagination-item {
  display: inline-block;
  width: 25px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #979797;
  border-radius: 50%;
  margin: 0 10px;
}

.aqu-fk-members__pagination-item--active {
  width: 40px;
  color: #ffffff;
  background: #000000;
}

.aqu-fk-content-winners {
  padding: 50px 0 0;
}

@media screen and (max-width: 579px) {
  .aqu-fk-content-winners {
    padding: 30px 0 0 0;
  }
}

.aqu-fk-winners-bg {
  background-image: url("../src/images/fk/stars.png");
  background-repeat: no-repeat;
  background-position: 50% -190px;
}

@media screen and (min-width: 580px) and (max-width: 1199px) {
  .aqu-fk-winners-bg {
    background-position: 50% 50%;
  }
}

.aqu-fk-winners {
  margin: 0 auto;
}

.aqu-fk-winners__title {
  line-height: 1;
  padding: 20px 5px 40px;
  font-weight: bold;
}

.aqu-fk-winners-item {
  display: inline-block;
  vertical-align: top;
  width: 232px;
  height: 287px;
  margin: 20px 20px;
  font-size: 15px;
  line-height: 1.2;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .aqu-fk-winners-item {
    margin: 0 10px 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .aqu-fk-winners-item {
    margin: 20px 10px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .aqu-fk-winners-item {
    margin: 20px 20px;
  }
}

.aqu-fk-winners__item-pic {
  display: block;
  width: 232px;
  height: 232px;
  line-height: 232px;
  margin-bottom: 15px;
  background-color: #ebf7fc;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 5px;
  -webkit-transition: margin 0.2s ease-out;
  transition: margin 0.2s ease-out;
}

.aqu-fk-winners__item-pic:hover {
  margin-top: -10px;
  margin-bottom: 25px;
}

.aqu-fk-winners__item-user {
  display: inline-block;
  font-size: 17px;
  margin-bottom: 10px;
}

.aqu-fk-winners__item-text {
  color: rgba(0, 0, 0, 0.8);
  max-height: 60px;
  overflow: hidden;
  font-size: 15px;
  display: none;
}

.aqu-fk__pagination {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.aqu-fk__pagination-dot {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  background: white;
  border-radius: 50%;
  margin: 10px;
}

.aqu-fk__pagination-dot--active {
  background: #0094BF;
}

/*******************************************************************************************************
 fk spin
********************************************************************************************************/
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}