body {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  background: #fff;
  color: #333;
}

[v-cloak] { display: none; }

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.main__content {
  min-height: calc(100vh - 200px);
}

ul li {
  margin: 10px 0;
  font-size: 14px;
  line-height: 22px;
}

.modal-jbox-container {
	display: none;
}

body .jBox-Modal .jBox-title {
  background: #00ffb0;
  font-weight: 700;
  border: 0;
}

body .jBox-closeButton path {
  fill: #000;
}

body .jBox-Modal .jBox-content {
  padding: 30px 40px;
}

body .jBox-Modal .jBox-content p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

body .jBox-Modal .jBox-content p:first-child {
  margin-top: 0;
}

body .jBox-Modal .jBox-content p:last-child {
  margin-bottom: 0;
}


/* HEADER */

.header {
  height: 80px;
  background: #fff;
}

.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header .header-inner--brand {
  justify-content: center;
}

.header .wrapper {
  position: relative;
}

.header .logo {
  width: 135px;
}

.header .logo .circle {
  fill: #00ffb0;
}

/* MAIN MENU */

.vt-header__main-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: auto;
}

.vt-header__main-menu li {
  margin-left: 25px;
  white-space: nowrap;
}

.vt-header__main-menu a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

.vt-header__main-menu a.vt-header__socio {
  background: #000;
  padding: 10px 25px;
  border-radius: 20px;
  color: #00ffb0;
}

.vt-header__submenu {
  display: none;

  padding: 20px;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  background: #fff;
  border-top: #e3e3e3 dotted 1px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-sizing: border-box;
  list-style: none;
}

.vt-header__claim {
  margin-left: 20px;
  max-width: 150px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: #909090;
}

.vt-header__claim span {
  color: #00B86B;
}

.price-label {
  display: none;
}

/* FOOTER */

.footer {
  background: #fbfbfb;
  height: 120px;
}

.footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.footer .logo {
  width: 120px;
}

.footer .logo .circle {
  fill: #00ffb0;
}

.footer .footer a {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 166.3%;
  text-align: right;
  color: #000000;
}

.footer .footer-links {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer .footer-links li:not(:last-child) {
  margin-right: 15px;
}

.footer .footer-links a {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 166.3%;
  text-align: right;
  color: #000;
  text-decoration: none;
}

/* WhatsApp button */

.whatsapp__button {
  background: #1bd741;
  color: #fff !important;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  position: fixed;
  bottom: 30px;
  right: 30px;
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 6%), 0 2px 32px 0 rgb(0 0 0 / 16%);
  cursor: pointer;
  text-decoration: none;
  z-index: 99999;
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
}

.whatsapp__button i {
  font-size: 28px;
  display: inline-block;
  color: #fff !important;
}

.info-form-sent {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
  margin-top: -30px;
  margin-left: -40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  visibility: hidden;
  opacity: 0;
}

.info-form-sent.visible {
  visibility: visible;
  opacity: 1;
}

.form-data {
  width: 100%;
  border-radius: 10px;
  border: #ddd solid 1px;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.form-submit label {
  font-size: 12px;
  display: block;
}


.form-submit label a {
  color: #000;
}

.vtview__pic-description .form-data-check {
  border: #ddd solid 1px;
  border-radius: 10px;
  padding: 0 8px;
  background: #fff;
}

.vtview__pic-description .form-data-check .form-data-check-check {
  margin: 5px -8px 0;
  border-top: #ddd solid 1px;
  padding: 2px 10px 4px;
  background: #f2f2f2;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #000;
}

.vtview__pic-description .form-data-check .form-data-check-check a {
  color: #000;
}

.vtview__pic-description .form-data-check p {
  font-size: 12px;
  line-height: 1.4;
}

.vtview__pic-description .form-data-check p:first-child {
  margin-top: 5px;
}

.form-data-check svg {
  max-width: 10px;
  max-height: 10px;
}

.form-submit .terms {
  transform: translateY(2px);
}

.form-submit button {
  margin-top: 20px;
  background: #000;
  padding: 10px 20px 11px;
  color: #fff;
  border: 0;
  display: block;
  font-family: 'Quicksand';
  font-weight: 800;
  border-radius: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.form-submit button:disabled {
  opacity: 0.7;
}

.form-submit button:disabled span {
  display: none;
}

.form-submit button svg {
  display: none !important;
  width: 20px;
  height: 20px;
}

.form-submit button:disabled svg {
  display: block !important;
}

@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

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

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

#successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #00ffb0;
}

#successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #00ffb0;
}

#successAnimationResult {
  fill: #00ffb0;
  opacity: 0;
}

#successAnimation {
  width: 100px;
  height: 100px;
}

#successAnimation.animated {
  animation: 1s ease-out 0s 1 both scaleAnimation;
}
#successAnimation.animated #successAnimationCircle {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimation.animated #successAnimationCheck {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimation.animated #successAnimationResult {
  animation: 0.3s linear 0.9s both fadeIn;
}

/* Common grid */
.row{
  display: flex;
}

.col{
  flex: 0 0 50%;
  box-sizing: border-box;
  position: relative;
}

.col-1-3{
  flex: 0 0 33.33%;
  box-sizing: border-box;
  position: relative;
}

.col-2-3{
  flex: 0 0 66.66%;
  box-sizing: border-box;
  position: relative;
}

.col-1-4{
  flex: 0 0 25%;
  box-sizing: border-box;
  position: relative;
}

.col-3-4{
  flex: 0 0 75%;
  box-sizing: border-box;
  position: relative;
}

/* end custom grid */

.hamburger-menu {
  display: none;
}

/* after header */

.layout__afterheader {
  background: #2beda3 url('../img/pattern.svg') center center repeat;
  background-size: 75px;
  padding: 0 20px;
  position: relative;
}

.layout__afterheader .wrapper{
  position: relative;
  display: grid;
}

.layout__afterheader h1{
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #000000;
  text-align: center;
}

.layout__afterheader p{
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  position: absolute;
  right: 0;
  top: 20px;
  margin: 0;
}

.layout__afterheader p span{
  font-weight: 700;
}

@media (max-width: 950px) {

  .vt-header__claim {
    max-width: none;
    text-align: center;
  }

  .vt-header__main-menu {
    display: none;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 58px;
    border-top: #ddd solid 1px;
    left: 0;
    margin: 0;
    padding: 15px 0 30px;
    flex-direction: column;
    background: #fff;
    z-index: 2;
  }

  .vt-header__main-menu.is-open {
    display: flex;
  }

  .vt-header__main-menu.is-open::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0) 100%);
  }

  .vt-header__main-menu li {
    margin-left: 0;
  }

  .hamburger-menu {
    display: block;
  }

  .header .header-inner{
    padding: 0 4px 0 20px;
    justify-content: space-between;
  }
}

@media (max-width: 768px){

  .header .header-inner.header-inner--brand {
    justify-content: center;
    padding: 0;
    min-height: 80px;
  }

  .footer {
    border-top: #ddd solid 1px;
  }

  .footer .logo {
    min-height: 80px;
  }

  .footer .footer-inner {
    flex-direction: column;
    justify-content: center;
  }

  .footer .footer-links {
    flex-direction: column;
    justify-content: center;
  }

  .footer .footer-links li {
    margin-right: 0 !important;
    text-align: center;
  }

}

@media (max-width: 500px) {
  .vt-header__claim {
    text-align: left;
  }

  .footer {
    height: auto;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .header {
    height: auto;
    position: sticky;
    top: 0;
    z-index: 9999999999;
  }

  .header .header-inner {
    box-shadow: rgb(0 0 0 / 12%) 1px 1px 8px;
    align-items: center;
    justify-content: flex-start;
    padding: 0 4px 0 15px;
  }

  .header .middle-content {
    display: none;
  }

  .header .logo {
    width: 100px;
  }

  .hamburger-menu {
    margin-left: auto;
    transform: scale(0.7);
  }

  .vt-header__claim {
    max-width: 150px;
    font-size: 10px;
    margin-left: 15px;
  }

  .footer {
    height: auto;
  }

  .footer .footer-inner {
    flex-direction: column;
    padding-top: 20px;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #666;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }
