@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext';
.active {
  display: block !important;
}
.inactive {
  display: none;
}
.video-container {
  position: relative;
  padding-bottom: 51.25%;
  padding-top: 1.563em;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.visible {
  display: block !important;
}
.bounce {
  -webkit-animation: bounce 3s infinite;
          animation: bounce 3s infinite;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
  60% {
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
  60% {
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
}
.pulse {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  padding: 0;
}
.container-fluid:after {
  content: "";
  display: block;
  clear: both;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-check {
  background: #fff;
  color: #268f8f;
  border-radius: 20px;
  padding: 0.2em 2em;
  border: 2.5px solid #268f8f;
  display: inline block;
  z-index: 19;
  position: relative;
}
.btn-check::before,
.btn-check::after {
  content: '';
  width: 0.6em;
  height: 0.6em;
  top: 0.4em;
  left: 0.6em;
  position: absolute;
  border: solid #268f8f;
  border-width: 0 2px 2px 0;
  padding: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-check::after {
  left: auto;
  right: 0.6em;
}
body {
  font-family: 'Open Sans';
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  margin: 0;
  overflow-x: hidden;
}
body.thx {
  text-align: center;
}
body.thx h2,
body.thx h3,
body.thx p {
  color: #fff;
}
body.thx .thx-main {
  background: -webkit-gradient(linear, left top, right top, from(#108d8d), color-stop(45%, #4ad3d3), color-stop(55%, #4ad3d3), to(#108d8d));
  background: linear-gradient(to right, #108d8d 0%, #4ad3d3 45%, #4ad3d3 55%, #108d8d 100%);
  padding-bottom: 2em;
  margin-bottom: 3em;
}
body.thx a.btn {
  padding: 0.5em 2em;
}
a {
  outline: none;
  color: #30b3b3;
  text-decoration: none;
}
.btn {
  font-size: 1.1em;
  border-radius: 0;
  outline: none;
  width: $itemWidth;
  background: -webkit-gradient(linear, left top, right top, from(#9edbec), to(#5fa3c1));
  background: linear-gradient(to right, #9edbec 0%, #5fa3c1 100%);
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #030303;
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #30b3b3;
}
h2 {
  font-size: 2.3em;
}
.col {
  width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
}
.col:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
.col:last-child {
  margin-right: 0;
}
.col:nth-child(1n) {
  margin-right: 0;
  float: right;
}
.col:nth-child(1n + 1) {
  clear: both;
}
.container-hd {
  overflow-x: hidden;
}
.container-hd .col {
  width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  text-align: center;
}
.container-hd .col:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
.container-hd .col:last-child {
  margin-right: 0;
}
.container-hd .col:nth-child(1n) {
  margin-right: 0;
  float: right;
}
.container-hd .col:nth-child(1n + 1) {
  clear: both;
}
.container-hd .col h2 {
  font-size: 2em;
  text-align: center;
}
.top-header {
  overflow-x: hidden;
  margin: 1.8em 0 0.5em;
}
.top-header img,
.top-header video,
.top-header iframe {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
}
.top-header .col {
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
}
.top-header .col:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
.top-header .col:last-child {
  margin-right: 0;
}
.top-header .col:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.top-header .col:nth-child(2n + 1) {
  clear: both;
}
.top-header img {
  float: left;
  margin: 0 auto;
  padding-left: 1em;
}
.top-header img.logo {
  padding-right: 1em;
}
.top-header img.award {
  width: 81px;
}
.top-header img.award.hi {
  width: 91px;
}
.top-header .col:last-child nav {
  text-align: right;
  padding-top: 1.1em;
}
.top-header .col:last-child nav a {
  color: #000;
  padding-left: 2.5em;
  padding-bottom: 0.5em;
}
.top-header .col:last-child nav a:hover {
  color: #30b3b3;
}
@media only screen and (min-width: 992px) {
  .top-header .mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .top-header {
    margin: 0;
  }
  .top-header .desktop {
    display: none !important;
  }
  .top-header .mobile .col {
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    text-align: center;
  }
  .top-header .mobile .col:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  .top-header .mobile .col:last-child {
    margin-right: 0;
  }
  .top-header .mobile .col:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .top-header .mobile .col:nth-child(1n + 1) {
    clear: both;
  }
  .top-header .mobile .col:first-child {
    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;
  }
  .top-header .mobile .col:nth-child(2) img {
    margin: 0 auto;
    float: none;
    padding: 0.5em 0;
  }
  .top-header .mobile .col:last-child nav {
    z-index: 99;
    padding-bottom: 0.5em;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-header .mobile .col:last-child a {
    z-index: 99;
    padding-left: 0;
    padding-right: 0.8em;
  }
}
@media only screen and (max-width: 768px) {
  .top-header {
    border-top: 7px solid #30b3b3;
    padding-top: 1em;
  }
}
.header {
  height: 600px;
  background: url("../img/bg_header.jpg") no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}
.header::before {
  content: '';
  z-index: 2;
  position: absolute;
  overflow: hidden;
  background: url("../img/bg_left.png") no-repeat left bottom;
  width: 229px;
  height: 700px;
  bottom: -9em;
  float: right;
}
@media only screen and (max-width: 1200px) {
  .header::before {
    bottom: auto;
    top: 6em;
    left: -4em;
  }
}
@media only screen and (max-width: 992px) {
  .header::before {
    left: -5em;
  }
}
@media only screen and (max-width: 768px) {
  .header::before {
    left: -7em;
    top: 11em;
  }
}
@media only screen and (max-width: 576px) {
  .header::before {
    background-size: 180px;
    left: -5.5em;
  }
}
.header::after {
  content: '';
  z-index: 2;
  position: absolute;
  display: inline;
  overflow: hidden;
  background: url("../img/bg_right.png") no-repeat right center;
  background-size: 100%;
  width: 221px;
  height: 600px;
  right: 0;
  bottom: -9em;
  float: right;
}
@media only screen {
  .header::after {
    width: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .header::after {
    width: 180px;
  }
}
@media only screen and (max-width: 992px) {
  .header::after {
    width: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .header::after {
    width: 150px;
    bottom: -14em;
  }
}
@media only screen and (max-width: 576px) {
  .header::after {
    width: 110px;
  }
}
.header h2 {
  color: #30b3b3;
  font-weight: bold;
  font-size: 2.875em;
  position: relative;
  text-align: center;
  text-shadow: -2px 1px 1px rgba(0,0,0,0.7);
}
.header h2 img {
  position: absolute;
  margin-left: -2.2em;
}
.header .col.showcase a.tip span {
  position: relative;
  display: inline-block;
  z-index: 19;
  margin-bottom: 1em;
  background: #30b3b3;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.65em;
  margin-left: 33%;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0.3em 2em;
  border-radius: 2em;
}
.header .col.showcase a.tip span::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #30b3b3;
  margin-top: -5px;
  top: 2.2em;
  left: 38%;
}
.header .col.showcase a.prod {
  text-align: center;
  display: block;
  position: relative;
}
.header .col.showcase a.btn-check {
  display: none;
}
.header .col.showcase .swiper-container#head {
  height: 330px;
  width: 99%;
  margin: 0 auto;
  overflow-x: hidden;
}
.header .col.showcase .swiper-container#head .swiper-wrapper {
  margin: 0 auto;
}
.header .col-check {
  text-align: center;
  padding-top: 1.5em;
}
@media only screen and (min-width: 992px) {
  .header .swiper-container#head .swiper-wrapper {
    left: 12%;
  }
  .header .swiper-container#head .swiper-slide {
    margin-right: -5em !important;
  }
  .header .swiper-container#head .swiper-slide:first-child {
    margin-right: -8em !important;
  }
}
@media only screen and (max-width: 1200px) {
  .header .swiper-container#head .swiper-wrapper {
    left: 4%;
  }
  .header .swiper-container#head .swiper-slide {
    margin-right: -1em !important;
  }
  .header .swiper-container#head .swiper-slide:first-child {
    margin-right: -6em !important;
  }
}
@media only screen and (max-width: 992px) {
  .header .swiper-container#head .swiper-wrapper {
    left: 6%;
  }
  .header .swiper-container#head .swiper-slide {
    margin-right: 0 !important;
  }
  .header .swiper-container#head .swiper-slide:first-child {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    height: 520px;
  }
  .header h2 {
    font-size: 2em;
  }
  .header .col-check {
    padding-top: 0;
    display: none;
  }
  .header .swiper-container#head .swiper-wrapper {
    left: 0;
  }
  .header .col.showcase a.tip {
    display: none;
  }
  .header a.prod {
    margin-top: -0.5em;
  }
  .header a.btn-check {
    display: inline-block !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .header h2 {
    font-size: 1.4em;
  }
}
section.benefit {
  background: #30b3b3 url("../img/flowerbar.png") center center;
  color: #fff;
  padding: 1em 0;
}
section.benefit .container-hd .col h2 {
  color: #fff;
  margin-bottom: 1em;
}
section.benefit .container.ct .col {
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  text-align: center;
  position: relative;
}
section.benefit .container.ct .col:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
section.benefit .container.ct .col:last-child {
  margin-right: 0;
}
section.benefit .container.ct .col:nth-child(3n) {
  margin-right: 0;
  float: right;
}
section.benefit .container.ct .col:nth-child(3n + 1) {
  clear: both;
}
@media only screen and (max-width: 576px) {
  section.benefit .container.ct .col {
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }
  section.benefit .container.ct .col:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  section.benefit .container.ct .col:last-child {
    margin-right: 0;
  }
  section.benefit .container.ct .col:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  section.benefit .container.ct .col:nth-child(1n + 1) {
    clear: both;
  }
  section.benefit .container.ct .col p:first-child {
    width: calc(99.9% * 5/12 - (30px - 30px * 5/12));
  }
  section.benefit .container.ct .col p:first-child:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  section.benefit .container.ct .col p:first-child:last-child {
    margin-right: 0;
  }
  section.benefit .container.ct .col p:first-child:nth-child(12n) {
    margin-right: 0;
    float: right;
  }
  section.benefit .container.ct .col p:first-child:nth-child(12n + 1) {
    clear: both;
  }
  section.benefit .container.ct .col p:first-child img,
  section.benefit .container.ct .col p:first-child video,
  section.benefit .container.ct .col p:first-child iframe {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    display: block;
  }
  section.benefit .container.ct .col p:last-child {
    position: absolute;
    top: 33%;
    left: 33%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;
    font-size: 1.3em;
    padding-left: 1em;
    width: calc(99.9% * 7/12 - (30px - 30px * 7/12));
  }
  section.benefit .container.ct .col p:last-child:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  section.benefit .container.ct .col p:last-child:last-child {
    margin-right: 0;
  }
  section.benefit .container.ct .col p:last-child:nth-child(12n) {
    margin-right: 0;
    float: right;
  }
  section.benefit .container.ct .col p:last-child:nth-child(12n + 1) {
    clear: both;
  }
}
section.rules {
  background: #fafafa url("../img/bg1.jpg") no-repeat left bottom;
}
section.rules .bgright {
  background: url("../img/bg2.jpg") no-repeat right top;
}
section.rules .container.container-hd .col {
  width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
}
section.rules .container.container-hd .col:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
section.rules .container.container-hd .col:last-child {
  margin-right: 0;
}
section.rules .container.container-hd .col:nth-child(1n) {
  margin-right: 0;
  float: right;
}
section.rules .container.container-hd .col:nth-child(1n + 1) {
  clear: both;
}
section.rules .container.container-hd .col h2 {
  margin-top: 2.2em;
}
section.rules .container.container-hd .col p {
  padding: 0 12em;
}
section.rules .col:first-child {
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
}
section.rules .col:first-child:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
section.rules .col:first-child:last-child {
  margin-right: 0;
}
section.rules .col:first-child:nth-child(3n) {
  margin-right: 0;
  float: right;
}
section.rules .col:first-child:nth-child(3n + 1) {
  clear: both;
}
section.rules .col:first-child img,
section.rules .col:first-child video,
section.rules .col:first-child iframe {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
}
section.rules .col:last-child {
  width: calc(99.9% * 2/3 - (30px - 30px * 2/3));
}
section.rules .col:last-child:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
section.rules .col:last-child:last-child {
  margin-right: 0;
}
section.rules .col:last-child:nth-child(3n) {
  margin-right: 0;
  float: right;
}
section.rules .col:last-child:nth-child(3n + 1) {
  clear: both;
}
section.rules .col {
  padding-bottom: 4em;
}
section.rules .col h3 {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  section.rules {
    background-size: 300px;
  }
  section.rules .bgright {
    background-size: 200px;
  }
  section.rules .container.container-hd .col p {
    padding: 1em;
  }
  section.rules .col {
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1)) !important;
  }
  section.rules .col:nth-child(1n) {
    float: left !important;
    margin-right: 30px !important;
    clear: none !important;
  }
  section.rules .col:last-child {
    margin-right: 0 !important;
  }
  section.rules .col:nth-child(1n) {
    margin-right: 0 !important;
    float: right !important;
  }
  section.rules .col:nth-child(1n + 1) {
    clear: both !important;
  }
  section.rules .col h3,
  section.rules .col img {
    text-align: center;
    margin: 0 auto;
  }
}
section.videotips {
  background: #30b3b3 url("../img/flowerbar.png") center center;
  padding: 1em 0 3em;
  color: #fff;
  text-align: center;
}
section.videotips .container-hd .col h2 {
  color: #fff;
  padding-bottom: 1em;
}
section.videotips .col.colvid {
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  padding: 0 3em;
}
section.videotips .col.colvid:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
section.videotips .col.colvid:last-child {
  margin-right: 0;
}
section.videotips .col.colvid:nth-child(2n) {
  margin-right: 0;
  float: right;
}
section.videotips .col.colvid:nth-child(2n + 1) {
  clear: both;
}
section.videotips .col.colvid .video-container {
  margin-bottom: 0.5em;
  display: none;
}
section.videotips .col.colvid .descr {
  padding-bottom: 2em;
}
section.videotips .col.colvid .thumb img {
  width: 100%;
  margin-bottom: 0.5em;
}
section.videotips .col.colvid #v1.play,
section.videotips .col.colvid #v2.play {
  display: none;
}
section.videotips .col.colvid .vc1.play,
section.videotips .col.colvid .vc2.play {
  display: block;
}
section.videotips .col-check {
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  section.videotips .col.colvid {
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
  }
  section.videotips .col.colvid:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  section.videotips .col.colvid:last-child {
    margin-right: 0;
  }
  section.videotips .col.colvid:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  section.videotips .col.colvid:nth-child(1n + 1) {
    clear: both;
  }
}
section.product {
  overflow: hidden;
  background: #fafafa url("../img/bg3.jpg") no-repeat left top;
}
section.product h2 {
  margin: 0;
  padding: 0;
  padding: 2em 0;
  text-align: center;
}
section.product .col {
  padding: 3em;
}
section.product .col .mobile {
  display: none;
}
section.product .col h3 {
  font-size: 1.5em;
}
section.product .col:first-child {
  background: transparent;
  text-align: center;
}
section.product .col:first-child img,
section.product .col:first-child video,
section.product .col:first-child iframe {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
}
section.product .col:first-child img {
  margin: 0 auto;
}
section.product .col:first-child .shine {
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 66%, rgba(255,255,255,0) 100%);
}
section.product .col:nth-child(2) {
  background: url("../img/flowerbar2.png") center center;
}
section.product .col:nth-child(3) {
  background: url("../img/flowerbar2.png") center center;
}
section.product .col:nth-child(4) {
  background: url("../img/flowerbar3.png") center center;
}
section.product .swiper-button-prev.scrollme,
section.product .swiper-button-next.scrollme {
  position: fixed;
}
@media only screen and (min-width: 992px) {
  section.product {
    height: 1160px;
  }
  section.product .col {
    width: calc(99.9% * 1/2);
    height: 480px;
  }
  section.product .col:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
  }
  section.product .col:last-child {
    margin-right: 0;
  }
  section.product .col:nth-child(0n) {
    float: right;
  }
  section.product .swiper-container {
    overflow: visible;
    height: 960px;
  }
  section.product .swiper-button-prev,
  section.product .swiper-button-next {
    margin-top: -1em;
  }
}
section.product .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 992px) {
  section.product {
    position: relative;
    background-image: url("../img/bg3mobile.jpg"), url("../img/flowerbar2.png");
    background-repeat: no-repeat, repeat;
    background-position: left 6.5em, left;
  }
  section.product .container-hd h2 {
    background: #fff;
    padding: 0.7em;
  }
  section.product .swiper-slide .col {
    background: url("../img/flowerbar2.png") center center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
    display: block;
    width: 100%;
    clear: both;
    float: none;
    position: static;
  }
  section.product .swiper-slide .col:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  section.product .swiper-slide .col:last-child {
    margin-right: 0;
  }
  section.product .swiper-slide .col:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  section.product .swiper-slide .col:nth-child(1n + 1) {
    clear: both;
  }
  section.product .swiper-slide .col:first-child {
    background: transparent;
    height: 470px;
  }
  section.product .swiper-slide .col:nth-child(2),
  section.product .swiper-slide .col:nth-child(3),
  section.product .swiper-slide .col:nth-child(4) {
    background: transparent;
  }
  section.product .swiper-slide .col h3 {
    margin: 0;
  }
  section.product .swiper-pagination {
    display: none;
  }
  section.product .swiper-button-prev,
  section.product .swiper-button-next {
    top: 12em;
  }
}
@media only screen and (max-width: 768px) {
  section.product .col .mobile {
    display: block;
    color: #30b3b3;
  }
}
@media only screen and (max-width: 576px) {
  section.product .swiper-container#prods {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 520px) {
  section.product {
    background-position: left 10.1em, left 3em;
  }
}
.clear {
  clear: both;
  float: none;
  height: 1px;
}
footer {
  z-index: 77;
  background: -webkit-gradient(linear, left top, right top, from(#108d8d), color-stop(45%, #4ad3d3), color-stop(55%, #4ad3d3), to(#108d8d));
  background: linear-gradient(to right, #108d8d 0%, #4ad3d3 45%, #4ad3d3 55%, #108d8d 100%);
  clear: both;
  padding: 2em 0;
  color: #fff;
  font-size: 0.8em;
}
footer .container:first-child .col:first-child {
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .container:first-child .col:first-child:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
footer .container:first-child .col:first-child:last-child {
  margin-right: 0;
}
footer .container:first-child .col:first-child:nth-child(3n) {
  margin-right: 0;
  float: right;
}
footer .container:first-child .col:first-child:nth-child(3n + 1) {
  clear: both;
}
footer .container:first-child .col:last-child {
  padding-top: 2em;
  padding-left: 2em;
  width: calc(99.9% * 2/3 - (30px - 30px * 2/3));
}
footer .container:first-child .col:last-child:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
footer .container:first-child .col:last-child:last-child {
  margin-right: 0;
}
footer .container:first-child .col:last-child:nth-child(3n) {
  margin-right: 0;
  float: right;
}
footer .container:first-child .col:last-child:nth-child(3n + 1) {
  clear: both;
}
footer .container.copy {
  font-size: 0.9em;
}
footer .container h3 {
  text-align: left;
  color: #fff;
  font-weight: bold;
}
footer .container p,
footer .container h3 {
  margin: 0;
  padding: 0;
}
footer .container a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  footer .container:first-child .col {
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1)) !important;
  }
  footer .container:first-child .col:nth-child(1n) {
    float: left !important;
    margin-right: 30px !important;
    clear: none !important;
  }
  footer .container:first-child .col:last-child {
    margin-right: 0 !important;
  }
  footer .container:first-child .col:nth-child(1n) {
    margin-right: 0 !important;
    float: right !important;
  }
  footer .container:first-child .col:nth-child(1n + 1) {
    clear: both !important;
  }
  footer .container:first-child .col:last-child {
    margin: 0;
    padding: 0;
    padding-bottom: 2em;
  }
  footer .pct img:first-child {
    width: 160px;
    padding-right: 3em;
  }
  footer .pct img:last-child {
    width: 80px;
  }
}
.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-button-next,
.swiper-button-prev,
.swiperhd-button-next,
.swiperhd-button-prev {
  content: '';
  color: #30b3b3;
  background: #fff;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  display: block;
  z-index: 9;
  margin-top: -1em;
  -webkit-box-shadow: 2px 2px 2px;
          box-shadow: 2px 2px 2px;
}
.swiper-button-prev::after,
.swiperhd-button-prev::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0.6em solid transparent;
  border-bottom: 0.6em solid transparent;
  border-right: 0.6em solid #30b3b3;
  margin-left: -0.6em;
  left: 1.2em;
  top: 0.4em;
}
.swiper-button-next::after,
.swiperhd-button-next::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0.6em solid transparent;
  border-bottom: 0.6em solid transparent;
  border-left: 0.6em solid #30b3b3;
  margin-right: -0.6em;
  right: 1.2em;
  top: 0.4em;
}
.swiper-button-disabled {
  display: none;
}
.swiperhd-button-next,
.swiperhd-button-prev {
  margin-top: 2em;
  position: relative;
  z-index: 99;
  top: -12em;
}
.swiperhd-button-prev {
  float: left;
}
.swiperhd-button-prev::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0.6em solid transparent;
  border-bottom: 0.6em solid transparent;
  border-right: 0.6em solid #30b3b3;
  margin-left: -0.6em;
  left: 1.2em;
  top: 0.4em;
}
.swiperhd-button-next {
  float: right;
}
.swiperhd-button-next::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0.6em solid transparent;
  border-bottom: 0.6em solid transparent;
  border-left: 0.6em solid #30b3b3;
  margin-right: -0.6em;
  right: 1.2em;
  top: 0.4em;
}

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