@import url(../css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
@font-face {
  font-family: "Intro Demo";
  font-display: swap;
  src: url("../fonts/Intro-Black.eot") format("eot"), url("../fonts/Intro-Black.woff") format("woff"), url("../fonts/Intro-Black.ttf") format("ttf"), url("../fonts/Intro-Black-Caps.eot") format("eot"), url("../fonts/Intro-Black-Caps.woff") format("woff"), url("../fonts/Intro-Black-Caps.ttf") format("ttf")
}
.mainPromo .headding span, .advantages h2, .locationBlock h2, .card-slider h2, .materials h2, .sertificates h2, .equipment .equipment-text h2, .earnings h2, .profitCalc .profitcalc-container h2 span, .reviews h2, .cta-block .cta-text h2, .owners h2, .faq h2, .footer .footer-container .footer-top h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 63px;
  color: #3FB7FF
}
.firstVideo .circle, .counterBlock .circle, .advantages .advantage .circle, .secondVideo .circle, .locationBlock .location-container .circle, .materials .sand .circle, .materials .stencils .circle, .equipment .circle, .earnings .circle, .profitCalc .circle, .training .circle, .cta-block .circle, .owners .circle {
  position: absolute;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  z-index: 12
}
* {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 27px
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden
}
h1, h2, h3 {
  font-family: "Intro Demo"
}
a, a:hover {
  text-decoration: none
}
p {
  margin-bottom: 0
}
.waveWrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 960px;
  max-height: 100%
}
.waveWrapper .circle {
  position: absolute;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  z-index: 12
}
.waveWrapper .circle-1 {
  background: #B1ED07;
  width: 70px;
  height: 70px;
  top: 562px;
  left: 32px
}
.waveWrapper .circle-2 {
  background: transparent;
  border: 4px solid #75C7E9;
  width: 44px;
  height: 44px;
  top: 177px;
  left: 250px
}
.waveWrapper .circle-3 {
  background: #93D1F3;
  width: 144px;
  height: 144px;
  top: 0;
  left: 400px
}
.waveWrapper .circle-4 {
  opacity: 0.8;
  border: 4px solid #75C7E9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  width: 49px;
  height: 49px;
  top: 215px;
  right: 128px
}
.waveWrapper .circle-5 {
  background: #FFDD00;
  width: 41px;
  height: 41px;
  top: 325px;
  right: 36px
}
.waveWrapper .circle-6 {
  background: #FF7E06;
  width: 93px;
  height: 93px;
  top: 508px;
  right: 213px;
  z-index: 11
}
.waveWrapper .circle-7 {
  width: 166px;
  height: 166px;
  top: 305px;
  right: 174px
}
.waveWrapper .circle-8 {
  background: #FFDD00;
  opacity: 0.7;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  width: 53px;
  height: 53px;
  top: 757px;
  left: 459px
}
@-webkit-keyframes pulsing {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5)
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5)
  }
}
@keyframes pulsing {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5)
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5)
  }
}
.logo {
  position: absolute;
  width: 28%;
  overflow: hidden;
  height: 25%;
  background: url(../img/logo-bg.png) no-repeat;
  z-index: 12
}
.logo img {
  padding-top: 35px;
  padding-left: 54px
}
.phones {
  position: absolute;
  right: 250px;
  top: 96px;
  z-index: 12
}
.phones :last-child {
  margin-left: 34px
}
.phones .phone {
  font-size: 20px;
  color: white
}
.nav-button {
  position: absolute;
  right: 74px;
  top: 74px;
  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;
  width: 70px;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  z-index: 11;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 40px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.3)
}
.navBurger {
  cursor: pointer;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: content-box;
  width: 32px;
  height: 17px;
  z-index: 11;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-radius: 7px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}
.navBurger:before, .navBurger:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 5px;
  width: 32px;
  right: 0;
  border-radius: 20px;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}
.navBurger:before {
  top: -11px
}
.navBurger:after {
  bottom: -11px
}
.navBurger.active {
  background: transparent;
  background-clip: content-box
}
.navBurger.active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #eee;
  width: 100%
}
.navBurger.active:after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #eee;
  width: 100%
}
.overlay {
  position: fixed;
  background: #5831B5;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden
}
.overlay .messengers {
  display: none
}
.overlay.open {
  opacity: .99;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 11
}
.overlay.open li {
  display: block;
  -webkit-animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
  animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}
.overlay .waveTop {
  bottom: 0;
  height: 37%
}
.overlayMenu {
  position: absolute;
  text-align: left;
  left: 25%;
  top: 20%
}
.overlayMenu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100%
}
.overlayMenu ul li {
  display: block;
  position: relative;
  opacity: 0;
  width: 100%
}
.overlayMenu ul li a {
  display: inline-block;
  color: #fff;
  border-bottom: 4px solid transparent;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 0 10px 0;
  margin: 5px 20px;
  margin-bottom: 20px;
  -webkit-transition: .2s;
  transition: .2s
}
.overlayMenu ul li a:hover, .overlayMenu ul li a:active, .overlayMenu ul li a:focus {
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
  border-bottom: 4px solid #3FB7FF
}
.locked {
  overflow: hidden
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 50px
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 50px
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}
.waveWrapper>.messendgers {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  position: absolute;
  left: 74px;
  top: 45%;
  z-index: 11
}
.waveWrapper>.messendgers .telegram, .waveWrapper>.messendgers .viber {
  color: #ffffff;
  margin-right: 50px
}
.mainPromo {
  position: absolute;
  top: 230px;
  width: 100%;
  z-index: 10;
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.mainPromo .headding {
  max-width: 640px;
  min-height: 189px;
  padding-right: 195px;
  color: #fff;
  margin: 0
}
.mainPromo .headding span {
  font-family: "Intro Demo";
  text-transform: uppercase;
  max-width: 400px;
  color: #fff;
  margin: 0
}
.mainPromo .promoText {
  font-size: 24px;
  line-height: 140%;
  color: #ffffff;
  max-width: 640px;
  margin: 30px 0
}
.mainPromo .promoButtons a {
  color: #4F26AF
}
.mainPromo .promoButtons .bubbly-button {
  font-family: "Open Sans";
  display: inline-block;
  width: 287px;
  font-size: 20px;
  text-transform: uppercase;
  height: 69px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fd0;
  color: #4F26AF;
  border-radius: 90px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s
}
.mainPromo .promoButtons .bubbly-button:focus {
  outline: 0
}
.mainPromo .promoButtons .bubbly-button:before, .mainPromo .promoButtons .bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat
}
.mainPromo .promoButtons .bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 20%, #fd0 20%, transparent 30%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%
}
.mainPromo .promoButtons .bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%
}
.mainPromo .promoButtons .bubbly-button:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #e6c700;
  -webkit-box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2)
}
.mainPromo .promoButtons .bubbly-button.animate:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
  animation: topBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
.mainPromo .promoButtons .bubbly-button.animate:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
  animation: bottomBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
@-webkit-keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
@-webkit-keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
.mainPromo .promoButtons .callback-btn {
  	background: transparent;
  	margin-left: 15px;
  	color: #ffffff;
  	border: 4px solid #fd0
}
.mainPromo.thanks {
  	text-align: center;
	top: 175px;
}
.mainPromo.thanks h2 {
  	font-weight: 900;
  	font-size: 35px;
  	line-height: 35px;
  	padding-right: 0;
	min-height: auto;
	margin-bottom: 30px;
	
}
.mainPromo.thanks .subheadding{
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	background: #FF7E06;
	color: #FFFFFF;
	width: 100%;
	max-width: 583px;
	margin: auto;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	margin-bottom: 30px;
}

.mainPromo.thanks h2 img {
  margin-bottom: 40px
}
.mainPromo.thanks .promoText {
  font-size: 20px
}
.promoTextBottom {
  position: absolute;
  width: 100%;
  bottom: 13%;
  left: calc(50% - 255px);
  z-index: 10;
  max-width: 640px;
  margin: 30px 0
}
.promoTextBottom p {
  color: #ffffff;
  text-align: center;
  max-width: 485px;
  margin-bottom: 40px
}

.promoTextBottom .loock-video {
  position: absolute;
  z-index: 10;
  margin-top: 20px;
  left: 39%;
  width: 91px;
  height: 91px;
  background: url("../img/play.svg")
}
.promoTextBottom .loock-video-text {
  position: absolute;
  z-index: 10;
  margin-top: 125px;
  left: 32%;
  text-transform: uppercase;
  font-weight: 600
}
@media(max-width: 768px){
	.mainPromo.thanks .subheadding{
		font-weight: 600;
		font-size: 22px;
		line-height: 30px;
		height: 85px
	}
	.mainPromo.thanks .thanks-video{
		max-width: calc(100% - 0.5px);
    	height: auto;
    	min-height: 172px;
	}
}
.waveWrapperInner {
  position: absolute;
  width: 101%;
  overflow: hidden;
  height: 100%;
  bottom: 0px;
  background-image: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover
}
.bgTop {
  z-index: 1
}
.wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 101%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}
.waveTop {
  background-size: 100%
}
.waveBottom {
  background-size: 100%;
  top: 14%;
  left: -3%;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: 11
}
.text-js {
  opacity: 0
}
.cursor {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: -5px;
  width: 2px;
  background-color: white;
  z-index: 1;
  -webkit-animation: flash 0.5s none infinite alternate;
  animation: flash 0.5s none infinite alternate
}
@-webkit-keyframes flash {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes flash {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.firstVideo {
  max-width: 1180%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 260px
}
.firstVideo .circle-9 {
  background: #B1ED07;
  width: 21px;
  height: 21px;
  bottom: -30%;
  right: 20%
}
.firstVideo .circle-3 {
  background: #11C6FF;
  width: 92px;
  height: 92px;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.2;
  top: 42%;
  left: 6%;
  z-index: -1
}
.firstVideo .circle-4 {
  opacity: 0.8;
  border: 4px solid #75C7E9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  width: 49px;
  height: 49px;
  top: -10%;
  right: 9%
}
.firstVideo .circle-5 {
  background: #FFDD00;
  width: 41px;
  height: 41px;
  top: 35%;
  right: 5%
}
.firstVideo .video-container {
  position: relative;
  margin: auto
}
.firstVideo .video-container iframe {
  max-width: 100%;
  max-height: 100%;
  border-radius: 80px 80px 0 0;
  z-index: 9
}
.firstVideo .video-container img {
  border-radius: 80px 80px 0 0;
  max-width: 1120px;
  max-height: 630px;
  display: block;
  position: relative;
  z-index: 9
}
.firstVideo .video-container img::after {
  content: url("../img/play-lg.svg");
  display: block;
  max-width: 157px;
  max-height: 157px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11
}
.firstVideo .video-container .caption-box {
  position: absolute;
  width: 100%;
  height: 121px;
  background: url(../img/bg-owners.jpg) no-repeat;
  background-size: contain;
  bottom: -115px;
  left: 0;
  z-index: 10
}
.firstVideo .video-container .caption-box .caption-item {
  display: inline-block;
  color: #ffffff;
  height: 115px;
  font-size: 24px;
  line-height: 140%;
  position: absolute;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.firstVideo .video-container .caption-box .caption-item-1 {
  padding-top: 20px;
  padding-left: 80px;
  width: 100%
}
.firstVideo .video-container .caption-box .caption-item-2 {
  font-weight: 600;
  width: 44.75%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #5831B5;
  border: 5px solid #F2C94C;
  border-radius: 117px 120px 120px 120px;
  text-align: center;
  padding-top: 20px;
  padding-right: 21%;
  opacity: 1
}
.firstVideo .video-container .caption-box .caption-item-3 {
  font-weight: 600;
  width: 22.3%;
  padding-top: 20px;
  background: #5831B5;
  border: 5px solid #FF7E06;
  border-radius: 117px 112px 112px 120px;
  text-align: center;
  opacity: 1
}
.counterBlock {
  position: relative;
  max-width: 1180px;
  margin: auto;
  margin-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.counterBlock .circle-9 {
  background: #B1ED07;
  width: 21px;
  height: 21px;
  top: 50%;
  left: 3%
}
.counterBlock .circle-3 {
  background: #FFDD00;
  width: 11px;
  height: 11px;
  top: 65%;
  left: 23%
}
.counterBlock .circle-5 {
  background: #FFDD00;
  width: 11px;
  height: 11px;
  top: 45%;
  right: 25%
}
.counterBlock .counter-box p {
  margin-top: 10px;
  text-align: center;
  color: #646060
}
.counterBlock .counter {
  border: 30px solid rgba(88, 49, 181, 0.1);
  border-radius: 50%;
  max-width: 204px
}
.counterBlock .counter .progress-bars {
  position: relative;
  height: 144px;
  z-index: 10
}
.counterBlock .counter .progress-bars strong {
  position: absolute;
  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;
  font-family: "Intro Demo";
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 63px;
  color: #333333;
  width: 64px;
  height: 40px;
  top: calc(50% - 20px);
  left: calc(50% - 32px);
  z-index: 11
}
.advantages {
  position: relative;
  max-width: 1180px;
  margin: auto;
  margin-bottom: 120px
}
.advantages::after {
  content: url("../img/dashed-line-2.png");
  width: 100%;
  height: 50%;
  position: absolute;
  left: -7%;
  bottom: -35%;
  z-index: 0
}
.advantages>img {
  display: none
}
.advantages .advantage {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2
}
.advantages .advantage .circle-9 {
  background: #B1ED07;
  width: 74px;
  height: 74px;
  background: #FF7E06
}
.advantages .advantage .circle-3 {
  background: #FFDD00;
  width: 15px;
  height: 15px
}
.advantages .advantage.advantage-1 .circle-9 {
  top: 0;
  right: 22%
}
.advantages .advantage.advantage-1 .circle-3 {
  top: 0;
  right: 23%
}
.advantages .advantage.advantage-2 .circle-9 {
  top: 0;
  left: 24%
}
.advantages .advantage.advantage-2 .circle-3 {
  top: 0;
  left: 27%
}
.advantages .advantage.advantage-3 .circle-9 {
  width: 70px;
  height: 70px;
  top: 80%;
  left: 14%
}
.advantages .advantage.advantage-3 .circle-3 {
  width: 35px;
  height: 35px;
  background: #B1ED07;
  top: -15%;
  right: 2%
}
.advantages img {
  max-width: 100%
}
.advantages .text-block {
  width: 50%
}
.advantages .text-block p {
  max-width: 435px
}
.advantages .advantage-2 {
  margin-bottom: 160px;
  position: relative
}
.advantages .advantage-2 .text-block {
  margin-left: 58px
}
.advantages .advantage-3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.advantages .advantage-3 .text-block {
  max-width: 525px;
  margin-right: 75px;
  margin-bottom: 100px
}
.advantages .advantage-3 .text-block h2 {
  margin-top: 12px
}
.advantages .advantage-3 .text-block p {
  color: #3FB7FF
}
.advantages .advantage-3 .text-block :first-child {
  font-size: 16px;
  line-height: 22px
}
.secondVideo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 220px
}
.secondVideo .circle-3 {
  background: #11C6FF;
  width: 92px;
  height: 92px;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.2;
  top: 42%;
  left: 6%;
  z-index: -1
}
.secondVideo .circle-5 {
  background: #FFDD00;
  width: 41px;
  height: 41px;
  top: 35%;
  right: 5%
}
.secondVideo .video-container {
  position: relative;
  margin: auto
}
.secondVideo .video-container iframe {
  border-radius: 80px 80px 0 0;
  z-index: 9
}
.secondVideo .video-container .mobile-text {
  display: none
}
.secondVideo .video-container .desktop-text {
  display: block
}
.secondVideo .video-container .caption-box {
  position: absolute;
  width: 100%;
  height: 121px;
  background: url(../img/bg-owners.jpg) no-repeat;
  background-size: contain;
  bottom: -110px;
  left: 0;
  z-index: 10;
  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;
  border-top: 5px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.secondVideo .video-container .caption-box p {
  color: #ffffff;
  font-size: 24px;
  margin-right: 68px;
  margin-bottom: 0
}
.secondVideo .video-container .caption-box .bubbly-button {
  font-family: "Open Sans";
  display: inline-block;
  width: 287px;
  font-size: 22px;
  text-transform: uppercase;
  height: 69px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fd0;
  color: #4F26AF;
  border-radius: 90px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s
}
.secondVideo .video-container .caption-box .bubbly-button:focus {
  outline: 0
}
.secondVideo .video-container .caption-box .bubbly-button:before, .secondVideo .video-container .caption-box .bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat
}
.secondVideo .video-container .caption-box .bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 20%, #fd0 20%, transparent 30%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%
}
.secondVideo .video-container .caption-box .bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%
}
.secondVideo .video-container .caption-box .bubbly-button:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #e6c700;
  -webkit-box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2)
}
.secondVideo .video-container .caption-box .bubbly-button.animate:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
  animation: topBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
.secondVideo .video-container .caption-box .bubbly-button.animate:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
  animation: bottomBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
.secondVideo .video-container .caption-box .bubbly-button {
  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
}
.locationBlock {
  max-width: 1180px;
  margin: auto;
  margin-bottom: 140px
}
.locationBlock h2 {
  font-size: 35px;
  line-height: 100%;
  max-width: 470px;
  color: #FF7E06
}
.locationBlock .location-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.locationBlock .location-container .circle-3 {
  background: #11C6FF;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.2;
  top: 25%;
  right: -5%;
  z-index: -1
}
.locationBlock .location-container img {
  margin-top: -80px
}
.locationBlock .location-container .text-block {
  max-width: 425px;
  margin-right: 30px
}
.locationBlock .location-container .text-block .bubbly-button {
  font-family: "Open Sans";
  display: inline-block;
  width: 287px;
  font-size: 22px;
  text-transform: uppercase;
  height: 69px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fd0;
  color: #4F26AF;
  border-radius: 90px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s
}
.locationBlock .location-container .text-block .bubbly-button:focus {
  outline: 0
}
.locationBlock .location-container .text-block .bubbly-button:before, .locationBlock .location-container .text-block .bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat
}
.locationBlock .location-container .text-block .bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 20%, #fd0 20%, transparent 30%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%
}
.locationBlock .location-container .text-block .bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%
}
.locationBlock .location-container .text-block .bubbly-button:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #e6c700;
  -webkit-box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2)
}
.locationBlock .location-container .text-block .bubbly-button.animate:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
  animation: topBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
.locationBlock .location-container .text-block .bubbly-button.animate:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
  animation: bottomBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
.locationBlock .location-container .text-block .bubbly-button {
  background: #9D75FF;
  border: 2px solid #9D75FF;
  color: #ffffff;
  text-transform: none;
  width: 425px;
  max-width: 100%;
  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;
  margin-top: 100px
}
.locationBlock .location-container .text-block .bubbly-button:hover {
  background: #FFFFFF;
  color: #9D75FF
}
.locationBlock .location-container .text-block .bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #9D75FF 20%, transparent 20%), radial-gradient(circle, transparent 20%, #9D75FF 20%, transparent 30%), radial-gradient(circle, #9D75FF 20%, transparent 20%), radial-gradient(circle, #9D75FF 20%, transparent 20%), radial-gradient(circle, transparent 10%, #9D75FF 15%, transparent 20%), radial-gradient(circle, #9D75FF 20%, transparent 20%), radial-gradient(circle, #9D75FF 20%, transparent 20%), radial-gradient(circle, #9D75FF 20%, transparent 20%), radial-gradient(circle, #9D75FF 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%
}
.locationBlock .location-container .text-block .bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #9D75FF 20%, transparent 20%), radial-gradient(circle, #9D75FF 20%, transparent 20%), radial-gradient(circle, transparent 10%, #9D75FF 15%, transparent 20%), radial-gradient(circle, #9D75FF 20%, transparent 20%), radial-gradient(circle, #9D75FF 20%, transparent 20%), radial-gradient(circle, #9D75FF 20%, transparent 20%), radial-gradient(circle, #9D75FF 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%
}
.locationBlock .location-container .text-block .location-text {
  margin-top: 40px
}
.card-slider {
  max-width: 95%;
  margin: auto;
  margin-bottom: 160px
}
.card-slider .card-head {
  max-width: 1180px;
  margin: auto
}
.card-slider h2 {
  max-width: 500px
}
.card-slider>p {
  max-width: 500px
}
.card-slider .slider-container {
  margin-top: 80px;
  display: inline-block;
  -webkit-perspective: 100px;
  perspective: 100px;
  -webkit-perspective-origin: center;
  perspective-origin: center
}
.card-slider .slider-container .slider-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #5831B5;
  border-radius: 49px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 420px;
  min-height: 710px;
  padding: 20px
}
.card-slider .slider-container .slider-item h4 {
  color: #FFF500;
  font-weight: bold;
  font-size: 22px;
  line-height: 31px;
  margin-top: 9px;
  margin-bottom: 9px;
  max-width: 500px
}
.card-slider .slider-container .slider-item p {
  color: #ffffff;
  margin-top: 9px;
  margin-bottom: 19px;
  max-width: 500px
}
.card-slider .slider-container .slider-item img {
  max-width: 100%;
  height: auto
}
.card-slider .slider-container .slider-item .bubbly-button {
  font-family: "Open Sans";
  display: inline-block;
  width: 287px;
  font-size: 22px;
  text-transform: uppercase;
  height: 69px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fd0;
  color: #4F26AF;
  border-radius: 90px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s
}
.card-slider .slider-container .slider-item .bubbly-button:focus {
  outline: 0
}
.card-slider .slider-container .slider-item .bubbly-button:before, .card-slider .slider-container .slider-item .bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat
}
.card-slider .slider-container .slider-item .bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 20%, #fd0 20%, transparent 30%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%
}
.card-slider .slider-container .slider-item .bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%
}
.card-slider .slider-container .slider-item .bubbly-button:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #e6c700;
  -webkit-box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2)
}
.card-slider .slider-container .slider-item .bubbly-button.animate:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
  animation: topBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
.card-slider .slider-container .slider-item .bubbly-button.animate:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
  animation: bottomBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
.card-slider .slider-container .slider-item .slider-button {
  color: #4F26AF;
  background: #FFF500;
  font-size: 19px;
  border-radius: 30px;
  display: inline-block;
  margin-left: 40%;
  padding: 16px 39px;
  max-width: 20%;
  z-index: 10;
  text-align: center
}
.card-slider .slider-container .slider-item .slider-button span {
  display: none
}
.card-slider .slider-container .owl-stage .owl-item {
  visibility: hidden;
  padding-bottom: 20px;
  opacity: 0
}
.card-slider .slider-container .owl-stage .active {
  -webkit-transform: translateX(100px) scale(0.8);
  transform: translateX(100px) scale(0.8);
  opacity: 0.4;
  -webkit-transition: all .9s ease-out;
  transition: all .9s ease-out;
  visibility: visible
}
.card-slider .slider-container .owl-stage .active.center+.active {
  -webkit-transform: translateX(-100px) scale(0.8);
  transform: translateX(-100px) scale(0.8);
  z-index: 10;
  opacity: 0.4;
  -webkit-transition: all .9s ease-out;
  transition: all .9s ease-out;
  visibility: visible
}
.card-slider .slider-container .owl-stage .active+.active.center {
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  z-index: 12;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  opacity: 1;
  visibility: visible
}
.card-slider .slider-container .owl-stage .active.center .slider-item {
  -webkit-box-shadow: 5px 5px 20px rgba(53, 20, 147, 0.3);
  box-shadow: 5px 5px 20px rgba(53, 20, 147, 0.3)
}
.card-slider .slider-container .owl-stage .active.center .slider-button {
  margin-left: 0px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 100%;
  text-transform: none;
  padding: 16px 5px
}
.card-slider .slider-container .owl-stage .active.center .slider-button span {
  display: inline;
  font-size: 18px;
  padding: 16px 5px;
  width: 100%
}
.card-slider .slider-container .owl-nav button {
  width: 30%;
  height: 100%;
  position: absolute;
  outline: none
}
.card-slider .slider-container .owl-nav .owl-prev {
  left: 5%;
  top: 0
}
.card-slider .slider-container .owl-nav .owl-next {
  right: 5%;
  top: 0
}
.card-slider .slider-container .owl-nav.disabled, .card-slider .slider-container .owl-dots.disabled {
  display: block
}
.card-slider .slider-container-2 {
  display: none
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent
}
.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot:hover span {
  width: 45px;
  height: 10px;
  margin: 5px 7px;
  background: #FFDD00;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 5px
}
.owl-theme .owl-dots .owl-dot:focus, .owl-theme .owl-dots .owl-dot span:focus {
  outline: none
}
.slider-container.owl-carousel.owl-theme div.owl-dots, .sertificates-slider.owl-carousel.owl-theme div.owl-dots, .services-slider.owl-carousel.owl-theme div.owl-dots, .review-slider.owl-carousel.owl-theme div.owl-dots {
  margin-top: 40px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #FFDD00
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 120px
}
.materials {
  max-width: 1180px;
  margin: auto;
  margin-bottom: 160px
}
.materials .sand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
  position: relative
}
.materials .sand .mobile-img {
  display: none
}
.materials .sand .desktop-img {
  display: block
}
.materials .sand .circle-3 {
  background: #B1ED07;
  width: 74px;
  height: 74px;
  background: #FF7E06;
  top: 1%;
  right: 31%
}
.materials .sand .circle-9 {
  background: #FFDD00;
  width: 15px;
  height: 15px;
  top: -2%;
  right: 23%
}
.materials .sand .sand-text {
  width: 50%
}
.materials .sand .sand-text h3 {
  font-size: 35px;
  color: #FF7E06;
  text-transform: uppercase;
  margin-bottom: 50px
}
.materials .sand .sand-text ul {
  position: relative;
  list-style-position: outside;
  max-width: 495px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.materials .sand .sand-text ul li {
  list-style: none;
  margin-bottom: 40px;
  padding-left: 30px
}
.materials .sand .sand-text ul .sand-text-li-1::before {
  content: url("../img/1.png");
  position: absolute;
  left: 7px
}
.materials .sand .sand-text ul .sand-text-li-2::before {
  content: url("../img/2.png");
  position: absolute;
  left: 0
}
.materials .sand .sand-text ul .sand-text-li-3::before {
  content: url("../img/3.png");
  position: absolute;
  left: 0
}
.materials .stencils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative
}
.materials .stencils .mobile-img {
  display: none
}
.materials .stencils .circle-3 {
  background: #B1ED07;
  width: 74px;
  height: 74px;
  background: #FF7E06;
  top: 1%;
  left: 23%
}
.materials .stencils .circle-9 {
  background: #FFDD00;
  width: 15px;
  height: 15px;
  top: -2%;
  left: 31%
}
.materials .stencils .stencils-text {
  width: 50%;
  margin-left: 85px
}
.materials .stencils .stencils-text h3 {
  font-size: 35px;
  color: #FF7E06;
  text-transform: uppercase;
  margin-bottom: 50px
}
.materials .stencils .stencils-text ul {
  position: relative;
  list-style-position: outside;
  max-width: 470px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.materials .stencils .stencils-text ul li {
  list-style: none;
  margin-bottom: 40px;
  min-height: 77px;
  padding-left: 30px
}
.materials .stencils .stencils-text ul .sand-text-li-1::before {
  content: url("../img/1.png");
  position: absolute;
  left: 7px
}
.materials .stencils .stencils-text ul .sand-text-li-2::before {
  content: url("../img/2.png");
  position: absolute;
  left: 0
}
.materials .stencils .stencils-text ul .sand-text-li-3::before {
  content: url("../img/3.png");
  position: absolute;
  left: 0
}
.sertificates {
  max-width: 1180px;
  margin: auto;
  margin-bottom: 210px
}
.sertificates h2 {
  max-width: 50%
}
.sertificates p {
  max-width: 50%
}
.sertificates .sertificates-slider {
  margin-top: 80px;
  display: inline-block
}
.sertificates .sertificates-slider .slider-item {
  max-width: 480px;
  height: auto
}
.sertificates .sertificates-slider .owl-stage .owl-item {
  visibility: hidden
}
.sertificates .sertificates-slider .owl-stage .active {
  -webkit-transform: translateX(80px) scale(0.8);
  transform: translateX(80px) scale(0.8);
  opacity: 0.5;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  visibility: visible
}
.sertificates .sertificates-slider .owl-stage .active.center+.active {
  -webkit-transform: translateX(-80px) scale(0.8);
  transform: translateX(-80px) scale(0.8);
  z-index: 10;
  opacity: 0.5;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  visibility: visible
}
.sertificates .sertificates-slider .owl-stage .active+.active.center {
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  z-index: 12;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  opacity: 1;
  visibility: visible
}
.sertificates .sertificates-slider-2 {
  display: none
}
.sertificates .owl-nav.disabled, .sertificates .owl-dots.disabled {
  display: block
}
.sertificates .owl-nav button {
  width: 30%;
  height: 100%;
  position: absolute;
  outline: none
}
.sertificates .owl-nav .owl-prev {
  left: 5%;
  top: 0
}
.sertificates .owl-nav .owl-next {
  right: 5%;
  top: 0
}
.equipment {
  max-width: 1180px;
  margin: auto;
  margin-bottom: 220px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative
}
.equipment .circle-9 {
  background: #B1ED07;
  width: 17px;
  height: 17px;
  bottom: 10%;
  right: -2%
}
.equipment img {
  margin-left: 40px;
  z-index: 11
}
.equipment .mobile-img {
  display: none
}
.equipment .equipment-warning {
  width: 100%;
  height: 121px;
  background: #602ED5;
  position: absolute;
  bottom: -74px;
  border-radius: 121px;
  z-index: 10;
  text-align: right;
  vertical-align: middle;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  padding-right: 70px
}
.equipment .equipment-warning span {
  line-height: 121px
}
.equipment .equipment-text {
  margin-left: 120px;
  margin-top: 40px;
  max-width: 50%
}
.earnings {
  position: relative;
  max-width: 1180px;
  margin: auto;
  margin-bottom: 230px
}
.earnings .circle-7 {
  width: 166px;
  height: 166px;
  top: -4%;
  right: -5%
}
.earnings h2 {
  max-width: 50%
}
.earnings>img {
  display: none
}
.earnings p {
  max-width: 500px
}
.earnings .earnings-container {
  margin-top: 80px;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.earnings .earnings-container img {
  display: block;
  margin-top: -150px
}
.earnings-text-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 550px;
  max-width: 100%
}
.earnings-text-block :nth-child(2) {
  margin-top: 30px;
  margin-bottom: 30px
}
.earnings-text-block .dashline {
  position: absolute;
  width: 0;
  top: -30px;
  right: 190px;
  height: 412px;
  border-left: 2px dashed #3FB7FF
}
.earnings-text-block .earnings-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 555px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #9D75FF;
  border: 5px solid #9D75FF;
  border-radius: 51px;
  color: #ffffff;
  padding-left: 39px;
  padding-right: 31px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.earnings-text-block .earnings-text :first-child {
  max-width: 291px;
  margin-right: 30px
}
.earnings-text-block .earnings-text:hover {
  background: #ffffff;
  border: 5px solid #9D75FF;
  color: #9D75FF
}
.earnings-text-block .earnings-text .price {
  font-family: "Intro Demo";
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 20px
}
.earnings-text-block .earnings-text .price span {
  font-weight: 900;
  margin-right: 0
}
.earnings .stat-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.earnings .stat-container .mobile-img {
  display: none
}
.earnings .stat-container .desktop-img {
  display: block
}
.earnings .stat-container .stat-text h3 {
  color: #FF7E06;
  max-width: 487px;
  margin-bottom: 30px
}
.earnings .stat-container .stat-text ul {
  max-width: 507px
}
.earnings::after {
  content: url("../img/dashes-line.png");
  width: 100%;
  height: 50%;
  position: absolute;
  left: -11%;
  bottom: -200px;
  z-index: 12
}
.services {
  max-width: 1180px;
  margin: auto;
  margin-bottom: 160px
}
.services h2 {
  color: #3FB7FF;
  max-width: 455px;
  margin-bottom: 80px
}
.services .services-slider .services-item {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.services .services-slider .services-item .services-text {
  max-width: 490px;
  margin-right: 10%;
  margin-left: 2%
}
.services .services-slider .services-item .services-text h3 {
  position: relative;
  color: #FF7E06;
  max-width: 358px
}
.services .services-slider .services-item .services-text h3 img {
  max-width: 52px;
  max-height: 71px;
  position: absolute;
  top: -50px;
  left: -12px
}
.services .services-slider .services-item>img {
  max-width: 100%;
  margin-right: 10px
}
.services .services-slider .services-slider.owl-carousel .owl-stage .active, .services .services-slider .review-slider.owl-carousel .owl-stage .active {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}
.services .services-slider .services-item-1 .services-text h3 img {
  max-width: 29px
}
.services .services-slider .owl-nav button {
  width: 1%;
  height: 100%;
  position: absolute;
  outline: none
}
.services .services-slider .owl-nav button span {
  font-size: 60px;
  color: #FFDD00
}
.services .services-slider .owl-nav .owl-prev {
  left: -2%;
  top: 0
}
.services .services-slider .owl-nav .owl-next {
  right: -2%;
  top: 0
}
.profitCalc {
  margin-bottom: 160px;
  position: relative;
  padding-left: 15%;
  padding-right: 15%;
  background: url("../img/profit-calc-bg.jpg") no-repeat;
  background-size: cover;
  min-height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.profitCalc .circle-7 {
  width: 166px;
  height: 166px;
  top: 60%;
  right: 32%
}
.profitCalc .circle-6 {
  background: transparent;
  border: 4px solid #75C7E9;
  width: 44px;
  height: 44px;
  top: 10%;
  left: 30%
}
.profitCalc .circle-5 {
  background: -webkit-gradient(linear, left bottom, left top, from(#FEB61D), to(#FEB61D)), #FEAA00;
  background: linear-gradient(0deg, #FEB61D, #FEB61D), #FEAA00;
  width: 109px;
  height: 109px;
  top: -6%;
  left: 15%
}
.profitCalc .circle-4 {
  width: 92px;
  height: 92px;
  background: #11C6FF;
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  top: 8%;
  left: 5%
}
.profitCalc .circle-3 {
  width: 166px;
  height: 166px;
  top: 60%;
  right: 32%
}
.profitCalc .circle-2 {
  background: #FFDD00;
  width: 41px;
  height: 41px;
  top: 70%;
  left: 15%
}
.profitCalc .circle-1 {
  opacity: 0.5;
  border: 4px solid #75C7E9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  width: 118px;
  height: 118px;
  top: 85%;
  right: 12%
}
.profitCalc .profitcalc-container {
  max-width: 480px;
  margin-bottom: 150px
}
.profitCalc .profitcalc-container h2 {
  color: #ffffff;
  min-height: 126px
}
.profitCalc .profitcalc-container h2 span {
  max-width: 640px;
  color: #fff;
  margin: 0
}
.profitCalc .profitcalc-container p {
  color: #ffffff;
  margin-bottom: 50px
}
.profitCalc .profitcalc-container .bubbly-button {
  font-family: "Open Sans";
  display: inline-block;
  width: 287px;
  font-size: 22px;
  text-transform: uppercase;
  height: 69px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fd0;
  color: #4F26AF;
  border-radius: 90px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s
}
.profitCalc .profitcalc-container .bubbly-button:focus {
  outline: 0
}
.profitCalc .profitcalc-container .bubbly-button:before, .profitCalc .profitcalc-container .bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat
}
.profitCalc .profitcalc-container .bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 20%, #fd0 20%, transparent 30%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%
}
.profitCalc .profitcalc-container .bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%
}
.profitCalc .profitcalc-container .bubbly-button:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #e6c700;
  -webkit-box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2)
}
.profitCalc .profitcalc-container .bubbly-button.animate:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
  animation: topBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
.profitCalc .profitcalc-container .bubbly-button.animate:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
  animation: bottomBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
.profitCalc .profitcalc-container .profitcalc-btn {
  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;
  text-align: center;
  padding-right: 45px;
  padding-left: 45px;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  border: 4px solid #FFDD00;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 90px;
  width: 380px;
  height: 104px
}
.profitCalc .screen {
  width: 391px;
  height: auto;
  background: #ffffff;
  border-radius: 35px;
  margin-bottom: 130px
}
.profitCalc .screen.desktop-img {
  display: block
}
.profitCalc .screen.mobile-img {
  display: none
}
.profitCalc .profitcalc-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10
}
.reviews {
  max-width: 1180px;
  margin: auto;
  margin-bottom: 160px
}
.reviews h2 {
  max-width: 50%;
  margin-bottom: 80px
}
.reviews .review-slider .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF
}
.reviews .review-slider .review-item iframe {
  max-width: 748px;
  max-height: 456px;
  border-radius: 60px
}
.reviews .review-slider .review-item .review-text {
  margin-left: 120px;
  margin-right: 10px;
  max-width: 490px
}
.reviews .review-slider .review-item .review-text h3 {
  position: relative;
  color: #FF7E06;
  max-width: 358px;
  font-weight: 900;
  font-size: 32px
}
.reviews .review-slider .review-item .review-text h3 img {
  max-width: 52px;
  max-height: 71px;
  position: absolute;
  top: -50px;
  left: -12px
}
.reviews .review-slider .review-item-1 .review-text h3 img {
  max-width: 29px
}
.reviews .review-slider .owl-nav button {
  width: 1%;
  height: 100%;
  position: absolute;
  outline: none
}
.reviews .review-slider .owl-nav button span {
  font-size: 80px;
  color: #FFDD00
}
.reviews .review-slider .owl-nav .owl-prev {
  display: none
}
.reviews .review-slider .owl-nav .owl-next {
  right: -1%;
  top: 0
}
.training {
  max-width: 1180px;
  margin: auto;
  margin-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}
.training .circle-7 {
  background: #11C6FF;
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  width: 91px;
  height: 91px;
  top: -3%;
  right: -1%;
  z-index: -1
}
.training .circle-6 {
  background: #FFDD00;
  width: 28px;
  height: 28px;
  bottom: -25%;
  right: 8%
}
.training .training-text h2 {
  font-weight: 900;
  font-size: 35px;
  line-height: 35px;
  color: #FF7E06;
  text-transform: uppercase;
  max-width: 430px;
  margin-bottom: 40px
}
.training .training-text p {
  max-width: 375px
}
.training .training-text p span {
  color: #FF7E06
}
.cta-block {
  position: relative;
  margin-bottom: 160px;
  min-height: 475px;
  background: url("../img/cta-bg.jpg") no-repeat;
  background-size: 100% 100%
}
.cta-block .circle-7 {
  width: 166px;
  height: 166px;
  top: 11%;
  right: 9%
}
.cta-block .cta-bg {
  z-index: 9
}
.cta-block .cta-text {
  position: absolute;
  z-index: 10;
  width: 100%;
  margin-top: 106px;
  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
}
.cta-block .cta-text .bubbly-button {
  font-family: "Open Sans";
  display: inline-block;
  width: 287px;
  font-size: 22px;
  text-transform: uppercase;
  height: 69px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fd0;
  color: #4F26AF;
  border-radius: 90px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s
}
.cta-block .cta-text .bubbly-button:focus {
  outline: 0
}
.cta-block .cta-text .bubbly-button:before, .cta-block .cta-text .bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat
}
.cta-block .cta-text .bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 20%, #fd0 20%, transparent 30%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%
}
.cta-block .cta-text .bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%
}
.cta-block .cta-text .bubbly-button:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #e6c700;
  -webkit-box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2)
}
.cta-block .cta-text .bubbly-button.animate:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
  animation: topBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
.cta-block .cta-text .bubbly-button.animate:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
  animation: bottomBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
.cta-block .cta-text .bubbly-button {
  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;
  font-weight: 600
}
.cta-block .cta-text h2 {
  color: #ffffff;
  max-width: 600px;
  margin-right: 100px;
  margin-bottom: 0
}
.owners {
  position: relative;
  max-width: 1120px;
  margin: auto;
  margin-bottom: 260px
}
.owners .circle-7 {
  background: transparent;
  border: 4px solid #75C7E9;
  width: 44px;
  height: 44px;
  bottom: -35%;
  right: 3%
}
.owners .circle-6 {
  background: transparent;
  opacity: 0.6;
  border: 4px solid #75C7E9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  width: 44px;
  height: 44px;
  top: 10%;
  right: 3%
}
.owners h2 {
  max-width: 60%;
  margin-bottom: 80px
}
.owners .video-container {
  position: relative;
  margin: auto
}
.owners .video-container iframe {
  border-radius: 80px 80px 0 0;
  z-index: 9
}
.owners .video-container .caption-box {
  position: absolute;
  width: 100%;
  height: 121px;
  background: url(../img/bg-owners.jpg) no-repeat;
  background-size: contain;
  bottom: -110px;
  left: 0;
  z-index: 10;
  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;
  border-top: 5px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.owners .video-container .caption-box p {
  color: #ffffff;
  font-size: 24px;
  margin-right: 68px
}
.owners .video-container .caption-box .bubbly-button {
  font-family: "Open Sans";
  display: inline-block;
  width: 287px;
  font-size: 22px;
  text-transform: uppercase;
  height: 69px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fd0;
  color: #4F26AF;
  border-radius: 90px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s
}
.owners .video-container .caption-box .bubbly-button:focus {
  outline: 0
}
.owners .video-container .caption-box .bubbly-button:before, .owners .video-container .caption-box .bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat
}
.owners .video-container .caption-box .bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 20%, #fd0 20%, transparent 30%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%
}
.owners .video-container .caption-box .bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%
}
.owners .video-container .caption-box .bubbly-button:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #e6c700;
  -webkit-box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2)
}
.owners .video-container .caption-box .bubbly-button.animate:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
  animation: topBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
.owners .video-container .caption-box .bubbly-button.animate:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
  animation: bottomBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
.owners .video-container .caption-box .bubbly-button {
  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
}
.faq {
  max-width: 1180px;
  margin: auto;
  margin-bottom: 70px
}
.faq h2 {
  max-width: 50%;
  margin-bottom: 80px
}
.faq .accordion .row {
  padding-left: 35px
}
.faq .accordion .card {
  margin-bottom: 80px;
  border: none;
  border-radius: 0
}
.faq .accordion .card .card-header {
  background: none;
  border: none;
  border-radius: 0;
  padding-left: 55px;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px
}
.faq .accordion .card .card-header .faq-btn {
  border: none;
  background: none;
  text-align: inherit;
  color: #646060;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  outline: none
}
.faq .accordion .card .card-header .faq-btn::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '1';
  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;
  width: 70px;
  height: 70px;
  position: absolute;
  left: -35px;
  top: 0;
  border-radius: 50%;
  background: #FEC22C;
  font-weight: bold;
  font-size: 30px;
  color: #fff
}
.faq .accordion .card .card-header .faq-btn.collapsed::before {
  color: #646060;
  background: #FFFFFF;
  border: 5px solid #FEC22C
}
.faq .accordion .card .card-body {
  border-left: 2px solid #FEC22C;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #646060;
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 55px
}
.faq .accordion #headingOne .faq-btn::before {
  content: '1'
}
.faq .accordion #headingTwo .faq-btn::before {
  content: '2'
}
.faq .accordion #headingThree .faq-btn::before {
  content: '3'
}
.faq .accordion #headingFour .faq-btn::before {
  content: '4'
}
.faq .accordion #headingFive .faq-btn::before {
  content: '5'
}
.faq .accordion #headingSix .faq-btn::before {
  content: '6'
}
.faq .accordion #headingSeven .faq-btn::before {
  content: '7'
}
.faq .accordion #headingEight .faq-btn::before {
  content: '8'
}
.footer {
  position: relative;
  background: url("../img/footer-bg.jpg") no-repeat;
  background-size: 100%;
  background-position-y: 60px
}
.footer .footer-container {
  padding-top: 320px;
  max-width: 1120px;
  margin: auto
}
.footer .footer-container .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(172, 150, 188, 0.5);
  padding-bottom: 45px;
  margin-bottom: 70px
}
.footer .footer-container .footer-top .bubbly-button {
  font-family: "Open Sans";
  display: inline-block;
  width: 287px;
  font-size: 22px;
  text-transform: uppercase;
  height: 69px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fd0;
  color: #4F26AF;
  border-radius: 90px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s
}
.footer .footer-container .footer-top .bubbly-button:focus {
  outline: 0
}
.footer .footer-container .footer-top .bubbly-button:before, .footer .footer-container .footer-top .bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat
}
.footer .footer-container .footer-top .bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 20%, #fd0 20%, transparent 30%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%
}
.footer .footer-container .footer-top .bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%
}
.footer .footer-container .footer-top .bubbly-button:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #e6c700;
  -webkit-box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2)
}
.footer .footer-container .footer-top .bubbly-button.animate:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
  animation: topBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
.footer .footer-container .footer-top .bubbly-button.animate:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
  animation: bottomBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
.footer .footer-container .footer-top .bubbly-button {
  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;
  font-weight: 600
}
.footer .footer-container .footer-top h2 {
  color: #ffffff
}
.footer .footer-container .footer-top h2 span {
  font-size: 42px;
  line-height: 50px
}
.footer .footer-container .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.footer .footer-container .footer-bottom .footer-bottom-column {
  max-width: 33%
}
.footer .footer-container .footer-bottom .footer-bottom-column .footer-column-list {
  list-style: none;
  color: #ffffff;
  padding-left: 0
}
.footer .footer-container .footer-bottom .footer-bottom-column .footer-column-list li {
  margin-bottom: 15px
}
.footer .footer-container .footer-bottom .footer-bottom-column .footer-column-list a {
  color: #ffffff
}
.footer .footer-container .copywrite {
  text-align: right;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 60px;
  margin-top: 50px;
  margin-bottom: 0;
  opacity: 0.7
}
.footer .footer-container .copywrite a {
  color: #ffffff;
  font-size: 16px
}
.footer .footer-container .circle {
  position: absolute;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  z-index: 12
}
.footer .footer-container .circle-2 {
  background: transparent;
  border: 4px solid #75C7E9;
  width: 44px;
  height: 44px;
  top: 25%;
  left: 50%
}
.footer .footer-container .circle-3 {
  background: #11C6FF;
  width: 92px;
  height: 92px;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.2;
  top: 8%;
  left: 4%
}
.footer .footer-container .circle-5 {
  background: #FFDD00;
  width: 41px;
  height: 41px;
  top: 33%;
  left: 3%
}
.footer .footer-container .circle-6 {
  background: #FF7E06;
  width: 93px;
  height: 93px;
  top: 6%;
  right: 27%;
  z-index: 11
}
.footer .footer-container .circle-7 {
  width: 166px;
  height: 166px;
  top: 30%;
  right: 5%
}
.footer .footer-container .circle-8 {
  background: #FFDD00;
  opacity: 0.7;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  width: 53px;
  height: 53px;
  top: 757px;
  left: 459px
}
#formModal .modal-content {
  background: transparent;
  border: none;
  width: auto
}
#formModal .modal-content .modal-header {
  background: url("../img/form-top-bg.png") no-repeat;
  background-size: cover;
  border-bottom: none
}
#formModal .modal-content .modal-header .close {
  background: transparent;
  padding: 2rem 2rem 0 0;
  outline: none
}
#formModal .modal-content .modal-header .close span {
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/form-close.svg")
}
#formModal .modal-content .modal-body {
  background: #FFFFFF;
  border: 1px solid #5831B5;
  border-top: none;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 4rem
}
#formModal .modal-content .modal-body h2 {
  font-family: "Intro Demo";
  font-style: normal;
  font-weight: 900;
  font-size: 35px;
  line-height: 46px;
  color: #FF7E06;
  margin-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem
}
#formModal .modal-content .modal-body form {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem
}
#formModal .modal-content .modal-body .form-group label {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #646060
}
#formModal .modal-content .modal-body .form-group label::after {
  content: ' *';
  color: #FF7E06
}
#formModal .modal-content .modal-body .radio {
  margin-bottom: 40px
}
#formModal .modal-content .modal-body .radio legend {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #646060;
  margin-bottom: 20px
}
#formModal .modal-content .modal-body .radio legend::after {
  content: ' *';
  color: #FF7E06
}
#formModal .modal-content .modal-body .custom-control.custom-radio {
  margin-bottom: 25px
}
#formModal .modal-content .modal-body .custom-radio .custom-control-input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}
#formModal .modal-content .modal-body .custom-radio .custom-control-label::before {
  border: 3px solid #FF7E06;
  background: #fff
}
#formModal .modal-content .modal-body .custom-radio .custom-control-input:checked~.custom-control-label:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}
#formModal .modal-content .modal-body .custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url(../img/radio-checked.svg);
  outline: none
}
#formModal .modal-content .modal-body .user_field {
  background: rgba(88, 49, 181, 0.1);
  border: 1px solid #E3D8FF;
  border-radius: 10px;
  margin-bottom: 40px;
  color: #1b1e21;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  padding: 1.4rem 1rem
}
#formModal .modal-content .modal-body .user_field::-webkit-input-placeholder {
  font-size: 20px;
  line-height: 27px;
  color: #BDBDBD
}
#formModal .modal-content .modal-body .user_field::-moz-placeholder {
  font-size: 20px;
  line-height: 27px;
  color: #BDBDBD
}
#formModal .modal-content .modal-body .user_field:-ms-input-placeholder {
  font-size: 20px;
  line-height: 27px;
  color: #BDBDBD
}
#formModal .modal-content .modal-body .user_field::-ms-input-placeholder {
  font-size: 20px;
  line-height: 27px;
  color: #BDBDBD
}
#formModal .modal-content .modal-body .user_field::placeholder {
  font-size: 20px;
  line-height: 27px;
  color: #BDBDBD
}
#formModal .modal-content .modal-body .user_field:focus {
  color: #1b1e21;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}
#formModal .modal-content .modal-body .bubbly-button {
  font-family: "Open Sans";
  display: inline-block;
  width: 287px;
  font-size: 22px;
  text-transform: uppercase;
  height: 69px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fd0;
  color: #4F26AF;
  border-radius: 90px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s
}
#formModal .modal-content .modal-body .bubbly-button:focus {
  outline: 0
}
#formModal .modal-content .modal-body .bubbly-button:before, #formModal .modal-content .modal-body .bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat
}
#formModal .modal-content .modal-body .bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 20%, #fd0 20%, transparent 30%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%
}
#formModal .modal-content .modal-body .bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%
}
#formModal .modal-content .modal-body .bubbly-button:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #e6c700;
  -webkit-box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2)
}
#formModal .modal-content .modal-body .bubbly-button.animate:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
  animation: topBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
#formModal .modal-content .modal-body .bubbly-button.animate:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
  animation: bottomBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
#formModal .modal-content .modal-body .bubbly-button {
  width: 100%;
  font-weight: 700;
  margin-top: 60px
}
#formModal .modal-content .modal-body .agree-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #BDBDBD;
  padding: 20px
}
#callbackModal .bubbly-button {
  font-family: "Open Sans";
  display: inline-block;
  width: 287px;
  font-size: 22px;
  text-transform: uppercase;
  height: 69px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fd0;
  color: #4F26AF;
  border-radius: 90px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s
}
#callbackModal .bubbly-button:focus {
  outline: 0
}
#callbackModal .bubbly-button:before, #callbackModal .bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat
}
#callbackModal .bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 20%, #fd0 20%, transparent 30%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%
}
#callbackModal .bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%
}
#callbackModal .bubbly-button:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #e6c700;
  -webkit-box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2)
}
#callbackModal .bubbly-button.animate:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
  animation: topBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
#callbackModal .bubbly-button.animate:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
  animation: bottomBubbles ease-in-out 0.75s forwards;
  z-index: 15
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
  }
}
#callbackModal .bubbly-button {
  font-weight: 700;
  width: 100%
}
#callbackModal .modal-content {
  background: transparent;
  width: auto;
  border: none
}
#callbackModal .modal-content h3 {
  font-size: 24px;
  line-height: 29px;
  color: #FF7E06;
  margin-bottom: 20px
}
#callbackModal .modal-content .modal-header {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  background: url("../img/form-top-bg.png") no-repeat;
  background-size: cover;
  border-bottom: none
}
#callbackModal .modal-content .modal-header .close {
  background: transparent;
  padding: 2rem 2rem 0 0;
  outline: none
}
#callbackModal .modal-content .modal-header .close span {
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/form-close.svg")
}
#callbackModal .modal-content .modal-body {
  background: #FFFFFF;
  border-top: none;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 3rem
}
#callbackModal .modal-content .modal-body label {
  font-size: 18px;
  color: #828282
}
#callbackModal .modal-content .modal-body .user_phone {
  background: rgba(88, 49, 181, 0.1);
  border: 1px solid #E3D8FF;
  border-radius: 10px;
  margin-top: 40px;
  color: #BDBDBD;
  font-size: 18px;
  padding: 1.4rem 1.2rem
}
#callbackModal .modal-content .modal-body .user_phone:focus {
  color: #1b1e21
}
@media (min-width: 1500px) {
  .earnings::after {
    left: -16%;
    bottom: -200px;
    -webkit-transform: scaleX(1.34);
    transform: scaleX(1.34)
  }
  .card-slider {
    max-width: 80%
  }
  .card-slider .slider-container .slider-item {
    max-width: 500px
  }
  .card-slider .slider-container .owl-stage .active {
    -webkit-transform: translateX(250px) scale(0.8);
    transform: translateX(250px) scale(0.8)
  }
  .card-slider .slider-container .owl-stage .active.center+.active {
    -webkit-transform: translateX(-250px) scale(0.8);
    transform: translateX(-250px) scale(0.8)
  }
  .profitCalc {
    min-height: 1000px
  }
  .profitCalc .screen {
    margin-bottom: 235px
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .waveWrapper {
    position: relative;
    width: 100%;
    min-height: 900px;
    overflow: inherit
  }
  .waveWrapper .circle-1 {
    display: none
  }
  .waveWrapper .circle-3 {
    display: none
  }
  .waveWrapper .circle-4 {
    top: 50%;
    left: 10px
  }
  .waveWrapper .circle-5 {
    right: 100px
  }
  .waveWrapper .circle-6 {
    width: 65px;
    height: 65px;
    top: 694px;
    right: 100px
  }
  .waveWrapper .circle-8 {
    display: none
  }
  .logo {
    width: 100%;
    height: 140px;
    background: url(../img/logo-bg-tablet.png) no-repeat;
    background-size: 100% 100%;
    z-index: 12
  }
  .logo img {
    max-width: 191px;
    height: auto;
    padding-top: 10px;
    padding-left: 45px
  }
  .phones {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    right: 24px;
    top: 43px;
    z-index: 12
  }
  .phones :last-child {
    margin-left: 19px
  }
  .phones .phone {
    font-size: 20px;
    font-weight: 600;
    color: #583185
  }
  .nav-button {
    right: 24px;
    top: 155px;
    width: 67px;
    height: 67px;
    border: 4px solid #B79AEB;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .navBurger {
    width: 23px;
    height: 12px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-radius: 5px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
  }
  .navBurger:before, .navBurger:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 4px;
    width: 23px;
    right: 0;
    border-radius: 5px;
    will-change: rotate;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
  }
  .navBurger:before {
    top: -8px
  }
  .navBurger:after {
    bottom: -8px
  }
  .overlayMenu {
    left: 24px
  }
  .overlayMenu ul {
    margin: 0
  }
  .overlayMenu ul li a {
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 0 30px;
    border: none
  }
  .overlayMenu .messengers {
    display: none;
    position: absolute;
    left: auto;
    right: -40px;
    top: 30%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
  .overlayMenu .messengers .telegram, .overlayMenu .messengers .viber {
    color: #ffffff;
    font-size: 18px;
    margin-right: 25px
  }
  .waveWrapper>.messendgers {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    left: auto;
    right: -191px;
    top: 50%;
    z-index: 11
  }
  .waveWrapper>.messendgers .telegram, .waveWrapper>.messendgers .viber {
    color: #ffffff;
    margin-right: 50px
  }
  .mainPromo {
    top: 251px
  }
  .mainPromo .promoText {
    opacity: 0.8;
    margin: 24px 0 40px 0
  }
  .mainPromo .promoButtons {
    margin: auto
  }
  .mainPromo .promoButtons a {
    color: #4F26AF;
    font-weight: 600
  }
  .mainPromo .promoButtons button {
    color: #4F26AF;
    font-weight: 600
  }
  .mainPromo .promoButtons .callback-btn {
    margin-top: 15px
  }
  .promoTextBottom {
    width: 100%;
    top: 75%;
    left: auto;
    max-width: 100%;
    margin: 30px 0;
    padding-right: 10%;
    padding-left: 10%
  }
  .promoTextBottom p {
    color: #ffffff;
    text-align: center;
    max-width: 485px;
    margin: auto;
    margin-bottom: 40px;
    opacity: 0.8
  }
  .promoTextBottom .nextStep {
    margin-top: 0;
    left: 46%;
    width: 11px;
    height: 35px;
    background: url("../img/arrow-down.svg") no-repeat;
    background-size: cover
  }
  .promoTextBottom .loock-video {
    position: absolute;
    z-index: 10;
    margin-top: 0;
    left: calc(50% - 45.5px);
    width: 91px;
    height: 91px;
    background: url("../img/play.svg")
  }
  .promoTextBottom .loock-video-text {
    position: absolute;
    z-index: 10;
    margin-top: 110px;
    left: calc(50% - 89px);
    text-transform: uppercase;
    font-weight: 600
  }
  .waveWrapperInner {
    width: 100%
  }
  .waveBottom {
    background-size: 100%;
    top: 11%;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 11
  }
  .firstVideo {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 160px
  }
  .firstVideo .video-container iframe {
    max-width: 720px;
    max-height: 500px;
    border-radius: 60px 60px 0 0
  }
  .firstVideo .video-container .caption-box {
    height: 94px;
    background-size: 100% 100%;
    bottom: -88px;
    border-radius: 0 0 60px 60px
  }
  .firstVideo .video-container .caption-box .caption-item {
    height: 94px;
    font-size: 14px;
    line-height: 140%;
    position: absolute;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .firstVideo .video-container .caption-box .caption-item-1 {
    padding-top: 25px;
    padding-left: 60px;
    width: 100%
  }
  .firstVideo .video-container .caption-box .caption-item-2 {
    font-weight: 600;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #5831B5;
    border: 5px solid #F2C94C;
    border-radius: 117px 120px 120px 120px;
    text-align: center;
    padding-top: 17px;
    font-size: 18px;
    padding-right: 22%;
    opacity: 1
  }
  .firstVideo .video-container .caption-box .caption-item-3 {
    font-weight: 600;
    width: 26%;
    padding-top: 17px;
    background: #5831B5;
    border: 5px solid #FF7E06;
    border-radius: 117px 112px 112px 120px;
    text-align: center;
    font-size: 18px;
    opacity: 1
  }
  .counterBlock {
    position: relative;
    max-width: 100%;
    margin: auto;
    margin-bottom: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .counterBlock .circle {
    display: none
  }
  .counterBlock .counter-box {
    max-width: 20%;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .counterBlock .counter-box p {
    margin-top: 10px;
    text-align: center;
    color: #646060;
    min-height: 53px
  }
  .counterBlock .counter {
    border: 30px solid rgba(88, 49, 181, 0.1);
    border-radius: 50%;
    max-width: 156px;
    max-height: 156px
  }
  .counterBlock .counter .progress-bars {
    position: relative;
    width: 98px;
    height: 98px;
    z-index: 10
  }
  .counterBlock .counter .progress-bars canvas {
    width: 98px !important;
    height: 98px !important
  }
  .counterBlock .counter .progress-bars strong {
    position: absolute;
    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;
    font-size: 35px;
    line-height: 41px;
    width: 64px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 32px);
    z-index: 11
  }
  .advantages {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 100px
  }
  .advantages::after {
    content: "";
    background: url("../img/dashed-line-2.png") no-repeat;
    background-size: 110% 110%;
    background-position: 60% 0;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: -35%;
    z-index: 0
  }
  .advantages>img {
    display: none
  }
  .advantages .advantage .circle-9 {
    width: 41px;
    height: 41px
  }
  .advantages .advantage .circle-3 {
    width: 8px;
    height: 8px
  }
  .advantages .advantage-1 .text-block {
    margin-right: 10px
  }
  .advantages .advantage-1 .text-block h2 {
    font-size: 35px;
    line-height: 42px;
    text-transform: none;
    padding-right: 30px
  }
  .advantages .advantage-1 .text-block p {
    font-size: 18px
  }
  .advantages .advantage-1 img {
    max-width: 49%
  }
  .advantages .advantage.advantage-1 .circle-9 {
    top: 1%;
    right: 29%
  }
  .advantages .advantage-2 {
    margin-bottom: 180px;
    margin-top: 40px
  }
  .advantages .advantage-2 .text-block {
    margin-left: 8%
  }
  .advantages .advantage-2 .text-block h2 {
    font-size: 35px;
    line-height: 42px;
    text-transform: none;
    margin-bottom: 20px
  }
  .advantages .advantage-2 .text-block p {
    font-size: 18px
  }
  .advantages .advantage-2 img {
    max-width: 49%
  }
  .advantages .advantage.advantage-2 .circle-9 {
    top: 1%;
    left: 14%
  }
  .advantages .advantage-3 {
    display: block;
    width: auto;
    min-height: 314px;
    margin-top: 0;
    background: url("../img/advantage-3-bg-tablet.png") no-repeat;
    background-size: cover
  }
  .advantages .advantage-3 .text-block {
    width: 100%;
    margin-right: 0;
    padding-top: 70px;
    margin-bottom: 5px
  }
  .advantages .advantage-3 .text-block :first-child {
    margin-bottom: 0
  }
  .advantages .advantage-3 .text-block p {
    margin-left: 15px;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.8;
    max-width: 65%
  }
  .advantages .advantage-3 h2 {
    color: #FFFFFF;
    margin-left: 15px;
    font-size: 35px;
    line-height: 42px;
    text-transform: none;
    margin-bottom: 20px
  }
  .advantages .advantage-3 img {
    max-width: 272px;
    height: auto;
    float: right;
    margin-right: 9%;
    margin-top: -225px;
    z-index: 3
  }
  .advantages .advantage.advantage-3 .circle-3 {
    display: none
  }
  .advantages .advantage.advantage-3 .circle-9 {
    background: #B1ED07;
    top: 85%;
    left: -2%
  }
  .secondVideo {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px
  }
  .secondVideo .video-container {
    width: 100%
  }
  .secondVideo .video-container iframe {
    max-width: 720px;
    max-height: 500px;
    border-radius: 60px 60px 0 0
  }
  .secondVideo .video-container .caption-box {
    height: 94px;
    bottom: -83px;
    background-size: 100% 100%;
    border-radius: 0 0 60px 60px
  }
  .secondVideo .video-container .caption-box p {
    font-size: 18px
  }
  .secondVideo .video-container .caption-box .bubbly-button {
    width: 36%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    height: 54px
  }
  .locationBlock {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden
  }
  .locationBlock .location-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .locationBlock .location-container .text-block {
    max-width: 100%;
    margin-right: 0
  }
  .locationBlock .location-container .text-block p {
    font-size: 18px
  }
  .locationBlock .location-container .text-block .location-text {
    margin-bottom: 25px
  }
  .locationBlock .location-container .text-block .bubbly-button {
    margin: auto;
    margin-top: 40px
  }
  .locationBlock .location-container img {
    margin-top: 20px
  }
  .card-slider {
    max-width: 93.65%;
    margin-bottom: 140px
  }
  .card-slider h2 {
    font-size: 35px;
    line-height: 42px;
    max-width: 50%;
    margin-bottom: 30px
  }
  .card-slider .slider-container {
    margin-right: 20px;
    margin-top: 0
  }
  .card-slider .slider-container .owl-stage .active {
    min-height: 600px;
    -webkit-transform: translateX(50px) scale(0.6);
    transform: translateX(50px) scale(0.6)
  }
  .card-slider .slider-container .owl-stage .active.center {
    padding-top: 50px;
    margin-left: -20px
  }
  .card-slider .slider-container .owl-stage .active.center .slider-button {
    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;
    padding: 0 10px
  }
  .card-slider .slider-container .owl-stage .active.center .slider-button span {
    padding: 0;
    font-size: 18px
  }
  .card-slider .slider-container .owl-stage .active.center+.active {
    -webkit-transform: translateX(-50px) scale(0.6);
    transform: translateX(-50px) scale(0.6)
  }
  .card-slider .slider-container.owl-carousel.owl-theme div.owl-dots {
    margin-top: 0
  }
  .card-slider .slider-container .slider-item {
    min-height: 474px;
    min-width: 300px
  }
  .card-slider .slider-container .slider-item img {
    max-width: 274px
  }
  .card-slider .slider-container .slider-item p {
    font-size: 16px
  }
  .materials {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 80px
  }
  .materials h2 {
    font-size: 35px;
    line-height: 42px;
    max-width: 50%;
    margin-bottom: 40px
  }
  .materials .sand .circle-3 {
    width: 44px;
    height: 44px;
    top: 20%
  }
  .materials .sand .circle-9 {
    width: 8px;
    height: 8px;
    top: 20%
  }
  .materials .sand .desktop-img {
    max-width: 49%
  }
  .materials .sand .sand-text {
    max-width: 48%
  }
  .materials .sand .sand-text h3 {
    font-size: 28px;
    text-transform: none
  }
  .materials .sand .sand-text ul {
    padding-left: 0
  }
  .materials .sand .sand-text ul li {
    position: relative;
    margin-top: 70px;
    padding-left: 0;
    font-size: 18px;
    line-height: 25px
  }
  .materials .sand .sand-text ul li::before {
    top: -50px
  }
  .materials .stencils {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .materials .stencils .circle-3 {
    width: 44px;
    height: 44px;
    top: -2%;
    left: 11%
  }
  .materials .stencils .circle-9 {
    width: 8px;
    height: 8px;
    top: -3%;
    left: 25%
  }
  .materials .stencils .desktop-img {
    max-width: 49%
  }
  .materials .stencils .stencils-text {
    width: 50%;
    margin-left: 34px
  }
  .materials .stencils .stencils-text h3 {
    font-size: 28px;
    text-transform: none
  }
  .materials .stencils .stencils-text ul {
    padding-left: 0
  }
  .materials .stencils .stencils-text ul li {
    position: relative;
    margin-top: 70px;
    padding-left: 0;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 70px;
    min-height: 50px
  }
  .materials .stencils .stencils-text ul li::before {
    top: -50px
  }
  .sertificates {
    margin-bottom: 140px;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px
  }
  .sertificates h2 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 30px
  }
  .sertificates p {
    max-width: 62%;
    font-size: 18px;
    line-height: 25px;
    color: #646060
  }
  .equipment {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    position: relative
  }
  .equipment img {
    max-width: 45.5%
  }
  .equipment .equipment-text {
    margin-left: 30px
  }
  .equipment .equipment-text h2 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 30px
  }
  .equipment .equipment-text p {
    font-size: 18px;
    line-height: 25px;
    color: #646060
  }
  .equipment .equipment-warning {
    background: url("../img/equipment-bg.png") no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 48px);
    height: 94px;
    left: 24px;
    bottom: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px
  }
  .equipment .equipment-warning span {
    font-size: 18px;
    line-height: 25px
  }
  .earnings {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 120px
  }
  .earnings h2 {
    font-size: 35px;
    line-height: 42px;
    max-width: 75%;
    margin-bottom: 40px
  }
  .earnings .circle {
    display: none
  }
  .earnings::after {
    display: none
  }
  .earnings .earnings-container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
  }
  .earnings .earnings-container .earnings-img {
    margin-top: 80px;
    margin-bottom: 140px;
    overflow: hidden;
    border-radius: 50px 50px 0 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
  }
  .earnings .earnings-container .earnings-img img {
    margin: -50% 0 0 0
  }
  .earnings .stat-container .desktop-img {
    max-width: 49%
  }
  .earnings .stat-container .stat-text {
    margin-left: 27px
  }
  .earnings .stat-container .stat-text h3 {
    font-size: 24px;
    line-height: 29px
  }
  .earnings .stat-container .stat-text ul li {
    font-size: 18px;
    line-height: 25px
  }
  .services {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px
  }
  .services .services-slider .services-item .services-text {
    margin-right: 1%
  }
  .services .services-slider .services-item .services-text h3 {
    font-size: 24px;
    line-height: 29px;
    margin-top: 30px
  }
  .services .services-slider .services-item .services-text h3 img {
    max-height: 60px;
    top: -35px
  }
  .services .services-slider .services-item .services-text p {
    font-size: 18px;
    line-height: 25px
  }
  .services .services-slider .services-item>img {
    max-width: 50%
  }
  .profitCalc {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px
  }
  .profitCalc .screen.desktop-img {
    max-width: 270px;
    max-height: 402px
  }
  .profitCalc .profitcalc-container {
    max-width: 50%
  }
  .profitCalc .profitcalc-container h2 {
    margin-top: 20px
  }
  .profitCalc .profitcalc-container h2 span {
    font-size: 35px;
    line-height: 42px
  }
  .profitCalc .profitcalc-container p {
    font-size: 18px;
    line-height: 25px
  }
  .profitCalc .profitcalc-container .profitcalc-btn {
    text-transform: none
  }
  .reviews {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px
  }
  .reviews h2 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 40px
  }
  .reviews .review-slider .review-item .review-text {
    margin-left: 30px
  }
  .reviews .review-slider .review-item .review-text h3 {
    font-size: 24px;
    line-height: 29px;
    margin-top: 50px
  }
  .reviews .review-slider .review-item .review-text h3 img {
    top: -37px;
    max-height: 60px
  }
  .reviews .review-slider .review-item .review-text p {
    font-size: 18px;
    line-height: 25px
  }
  .reviews .review-slider .review-item img {
    max-width: 50%
  }
  .reviews .review-slider .review-item iframe {
    max-width: 360px;
    max-height: 219px;
    border-radius: 40px
  }
  .training {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px
  }
  .training img {
    max-width: 50%;
    margin-top: 90px
  }
  .training .training-text {
    margin-right: 30px
  }
  .training .training-text h2 {
    font-size: 24px;
    line-height: 29px;
    text-transform: none;
    margin-bottom: 40px
  }
  .training .training-text p {
    font-size: 18px;
    line-height: 25px;
    color: #646060
  }
  .cta-block {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    min-height: 312px;
    padding-top: 70px
  }
  .cta-block .cta-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0
  }
  .cta-block .cta-text h2 {
    font-size: 35px;
    line-height: 42px;
    max-width: 431px;
    margin-right: 0
  }
  .cta-block .cta-text .bubbly-button {
    font-size: 20px;
    line-height: 27px
  }
  .cta-block .circle {
    display: none
  }
  .owners {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 240px
  }
  .owners h2 {
    font-size: 28px;
    line-height: 35px;
    max-width: 50%
  }
  .owners .video-container {
    max-width: 100%
  }
  .owners .video-container iframe {
    max-width: 720px;
    max-height: 500px;
    border-radius: 60px 60px 0 0
  }
  .owners .video-container .caption-box {
    height: 94px;
    bottom: -83px;
    background-size: 100% 100%;
    border-radius: 0 0 60px 60px
  }
  .owners .video-container .caption-box p {
    font-size: 14px;
    margin-right: 0;
    opacity: 0.5
  }
  .faq {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px
  }
  .faq h2 {
    font-size: 28px;
    line-height: 35px
  }
  .faq .accordion .col-6 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .faq .accordion .card {
    margin-bottom: 30px
  }
  .faq .accordion .card .card-header .faq-btn {
    font-size: 18px;
    line-height: 25px
  }
  .faq .accordion .card .card-body {
    font-size: 14px;
    line-height: 20px;
    color: #646060
  }
  .footer {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    background-size: 100% 85%;
    background-position-y: 94px
  }
  .footer .circle-5 {
    display: none
  }
  .footer .footer-container {
    padding-top: 241px
  }
  .footer .footer-container .footer-top {
    margin-bottom: 20px
  }
  .footer .footer-container .footer-top h2 {
    font-size: 28px;
    line-height: 35px
  }
  .footer .footer-container .footer-top h2 span {
    font-size: 24px;
    line-height: 29px
  }
  .footer .footer-container .footer-bottom .footer-bottom-column .footer-column-list li {
    margin-bottom: 10px
  }
  .footer .footer-container .footer-bottom .footer-bottom-column .footer-column-list li a {
    color: #FFFAFA;
    opacity: 0.6;
    font-size: 14px;
    line-height: 20px
  }
  .footer .footer-container .footer-bottom .footer-bottom-column .footer-contacts li {
    font-weight: 600;
    color: #FFFAFA;
    opacity: 0.6;
    font-size: 14px;
    line-height: 20px
  }
  .footer .footer-container .copywrite {
    margin-top: 0
  }
  #formModal .modal-content {
    max-width: 100%
  }
  #formModal .modal-content .modal-header {
    background-size: cover
  }
  #formModal .modal-content .modal-header .close {
    padding: 25px 25px 0 0
  }
  #formModal .modal-content .modal-header .close span {
    display: block;
    width: 18px;
    height: 18px;
    background: url("../img/form-close.svg");
    background-size: 100% 100%
  }
  #formModal .modal-content .modal-body {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 24px
  }
  #formModal .modal-content .modal-body h2 {
    font-size: 24px;
    line-height: 29px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0
  }
  #formModal .modal-content .modal-body form {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4rem
  }
  #formModal .modal-content .modal-body .form-group {
    margin-bottom: 10px
  }
  #formModal .modal-content .modal-body .form-group label {
    font-size: 18px;
    line-height: 25px
  }
  #formModal .modal-content .modal-body .radio {
    margin-bottom: 40px
  }
  #formModal .modal-content .modal-body .radio legend {
    font-size: 18px;
    line-height: 25px
  }
  #formModal .modal-content .modal-body .radio label {
    font-size: 18px
  }
  #formModal .modal-content .modal-body .custom-control.custom-radio {
    margin-bottom: 20px
  }
  #formModal .modal-content .modal-body .bubbly-button {
    margin-top: 20px;
    text-transform: none
  }
  #formModal .modal-content .modal-body .user_field {
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px;
    padding: 1.25rem 1rem
  }
  #formModal .modal-content .modal-body .user_field::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 27px;
    color: #BDBDBD
  }
  #formModal .modal-content .modal-body .user_field::-moz-placeholder {
    font-size: 20px;
    line-height: 27px;
    color: #BDBDBD
  }
  #formModal .modal-content .modal-body .user_field:-ms-input-placeholder {
    font-size: 20px;
    line-height: 27px;
    color: #BDBDBD
  }
  #formModal .modal-content .modal-body .user_field::-ms-input-placeholder {
    font-size: 20px;
    line-height: 27px;
    color: #BDBDBD
  }
  #formModal .modal-content .modal-body .user_field::placeholder {
    font-size: 20px;
    line-height: 27px;
    color: #BDBDBD
  }
  #formModal .modal-content .modal-body .user_field:focus {
    color: #1b1e21;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  #formModal .modal-content .modal-body .agree-text {
    font-size: 14px;
    line-height: 20px;
    padding: 20px
  }
  #callbackModal .modal-content .modal-header {
    background-size: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px
  }
  #callbackModal .modal-content .modal-header .close {
    padding: 26px 26px 0 0
  }
  #callbackModal .modal-content .modal-header .close span {
    display: block;
    width: 18px;
    height: 18px;
    background: url("../img/form-close.svg");
    background-size: 100% 100%
  }
  #callbackModal .modal-content .modal-body {
    border: 0.7px solid #5831B5AB;
    border-top: none;
    padding: 40px 24px 3rem 24px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
  }
  #callbackModal .modal-content .modal-body h3 {
    font-size: 20px
  }
  #callbackModal .modal-content .modal-body label {
    font-size: 18px;
    color: #828282
  }
  #callbackModal .modal-content .modal-body .user_phone {
    border-radius: 10px;
    margin-top: 20px;
    color: #BDBDBD;
    font-size: 18px;
    padding: 1.25rem 1.2rem
  }
  #callbackModal .modal-content .modal-body .user_phone:focus {
    color: #1b1e21
  }
}
@media (max-width: 480px) {
  .waveWrapper {
    height: 851px;
    max-height: 100%;
    overflow: inherit
  }
  .waveWrapper .dashlinebottom {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: -9%;
    left: 0;
    z-index: 11
  }
  .logo {
    width: 100%;
    height: 125px;
    background: url(../img/logo-bg-mobile.png) no-repeat;
    background-size: 100% 100%;
    z-index: 12
  }
  .logo img {
    max-width: 134px;
    height: auto;
    padding-top: 15px;
    padding-left: 15px
  }
  .phones {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 15px;
    top: 15px;
    z-index: 12
  }
  .phones :last-child {
    margin-left: auto
  }
  .phones .phone {
    font-size: 15px;
    font-weight: 600;
    color: #583185
  }
  .nav-button {
    right: 15px;
    top: 102px;
    width: 67px;
    height: 67px;
    border: 4px solid #B79AEB;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .navBurger {
    width: 23px;
    height: 12px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-radius: 5px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
  }
  .navBurger:before, .navBurger:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 4px;
    width: 23px;
    right: 0;
    border-radius: 5px;
    will-change: rotate;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
  }
  .navBurger:before {
    top: -8px
  }
  .navBurger:after {
    bottom: -8px
  }
  .overlayMenu {
    left: 0
  }
  .overlayMenu ul {
    margin: 0
  }
  .overlayMenu ul li a {
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 0 30px;
    border: none
  }
  .overlayMenu .messengers {
    display: block;
    position: absolute;
    left: auto;
    right: -40px;
    top: 30%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
  .overlayMenu .messengers .telegram, .overlayMenu .messengers .viber {
    color: #ffffff;
    font-size: 17px;
    margin-right: 15px
  }
  .messendgers {
    display: none
  }
  .mainPromo {
    top: 135px;
    width: auto;
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .mainPromo .headding {
    max-width: 280px;
    min-height: 144px;
    padding-right: 0
  }
  .mainPromo .headding span {
    max-width: 280px;
    color: #fff;
    min-height: 140px;
    font-weight: 900;
    font-size: 35px;
    line-height: 44px
  }
  .mainPromo .promoText {
    opacity: 0.8;
    font-size: 18px;
    line-height: 25px;
    max-width: 100%;
    margin: 0 0 40px 0
  }
  .mainPromo .promoButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto
  }
  .mainPromo .promoButtons .bubbly-button {
    height: 60px
  }
  .mainPromo .promoButtons a {
    color: #4F26AF;
    font-weight: 600
  }
  .mainPromo .promoButtons button {
    color: #4F26AF;
    font-weight: 600
  }
  .mainPromo .promoButtons .callback-btn {
    margin-left: 0;
    margin-top: 20px
  }
  .mainPromo.thanks {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    top: 170px
  }
  .mainPromo.thanks h2 {
    max-width: 100%;
    padding-right: 0;
    font-size: 24px
  }
  .mainPromo.thanks h2 img {
    margin-bottom: 25px
  }
  .mainPromo.thanks .promoText {
    font-size: 18px;
    text-align: center
  }
  .promoTextBottom {
    width: auto;
    bottom: 1%;
    left: auto;
    max-width: 100%;
    margin: 30px 0;
    padding-right: 10%;
    padding-left: 10%
  }
  .promoTextBottom p {
    color: #ffffff;
    text-align: center;
    max-width: 485px;
    margin-bottom: 40px;
    opacity: 0.8
  }
  .promoTextBottom .nextStep {
    margin-top: 0;
    left: 46%;
    width: 8px;
    height: 25px;
    background: url("../img/arrow-down.svg");
    background-size: contain
  }
  .promoTextBottom .loock-video {
    position: absolute;
    z-index: 10;
    margin-top: 0;
    left: calc(50% - 45.5px);
    width: 91px;
    height: 91px;
    background: url("../img/play.svg")
  }
  .promoTextBottom .loock-video-text {
    position: absolute;
    z-index: 10;
    margin-top: 110px;
    left: calc(50% - 89px);
    text-transform: uppercase;
    font-weight: 600
  }
  .promoTextBottom.thanks {
    width: 100%;
    top: 73%
  }
  .waveWrapperInner {
    width: 100%
  }
  .circle {
    display: none
  }
  .firstVideo {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 120px
  }
  .firstVideo .video-container {
    position: relative;
    margin: auto;
    z-index: 11
  }
  .firstVideo .video-container iframe {
    border-radius: 30px 30px 0 0;
    max-width: calc(100% - 0.5px);
    height: auto;
    min-height: 172px;
    z-index: 9
  }
  .firstVideo .video-container img {
    border-radius: 40px 40px 0 0;
    max-width: 100%;
    max-height: auto;
    display: block;
    position: relative;
    z-index: 9
  }
  .firstVideo .video-container img::after {
    max-width: 91px;
    max-height: 91px;
    top: 50%;
    left: 50%
  }
  .firstVideo .video-container .caption-box {
    position: absolute;
    width: 100%;
    height: 55px;
    background-size: contain;
    bottom: -47px;
    left: 0;
    z-index: 10
  }
  .firstVideo .video-container .caption-box .caption-item {
    display: inline-block;
    color: #ffffff;
    height: 55px;
    font-size: 14px;
    line-height: 140%;
    position: absolute;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .firstVideo .video-container .caption-box .caption-item-1 {
    display: none
  }
  .firstVideo .video-container .caption-box .caption-item-2 {
    font-weight: 400;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #5831B5;
    border: 3px solid #F2C94C;
    border-radius: 117px 120px 120px 120px;
    text-align: center;
    padding-top: 5px;
    padding-right: 48%;
    opacity: 1
  }
  .firstVideo .video-container .caption-box .caption-item-3 {
    font-weight: 400;
    width: 49%;
    padding-top: 5px;
    background: #5831B5;
    border: 3px solid #FF7E06;
    border-radius: 117px 112px 112px 120px;
    text-align: center;
    opacity: 1
  }
  .counterBlock {
    position: relative;
    max-width: 100%;
    margin: auto;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .counterBlock .circle {
    display: none
  }
  .counterBlock .counter-box {
    max-width: 34%;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .counterBlock .counter-box p {
    margin-top: 10px;
    text-align: center;
    color: #646060;
    min-height: 53px
  }
  .counterBlock .counter {
    border: 30px solid rgba(88, 49, 181, 0.1);
    border-radius: 50%;
    max-width: 156px;
    max-height: 156px
  }
  .counterBlock .counter .progress-bars {
    position: relative;
    width: 98px;
    height: 98px;
    z-index: 10
  }
  .counterBlock .counter .progress-bars canvas {
    width: 98px !important;
    height: 98px !important
  }
  .counterBlock .counter .progress-bars strong {
    position: absolute;
    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;
    font-size: 35px;
    line-height: 41px;
    width: 64px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 32px);
    z-index: 11
  }
  .advantages {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 83px
  }
  .advantages::after {
    display: none
  }
  .advantages>img {
    display: block;
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -5.8%;
    z-index: 2
  }
  .advantages .advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .advantages .advantage-2 {
    margin-bottom: 40px;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .advantages .advantage-2 .text-block {
    margin-left: 0
  }
  .advantages .advantage-2 .text-block h2 {
    margin-bottom: 20px
  }
  .advantages .advantage-3 {
    display: block;
    width: auto;
    min-height: 398px;
    margin-top: 0;
    margin-right: -14.9px;
    margin-left: -14.9px;
    background: url("../img/advantage-3-bg.jpg") no-repeat;
    background-size: cover
  }
  .advantages .advantage-3 .text-block {
    width: 100%;
    margin-right: 0;
    padding-top: 70px;
    margin-bottom: 5px
  }
  .advantages .advantage-3 .text-block :first-child {
    margin-bottom: 0
  }
  .advantages .advantage-3 .text-block p {
    margin-left: 15px;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.8;
    max-width: 50%
  }
  .advantages .advantage-3 h2 {
    color: #FFFFFF;
    margin-left: 15px
  }
  .advantages .advantage-3 img {
    max-width: 165px;
    height: auto;
    float: right;
    margin-right: 15px;
    margin-top: -85px;
    z-index: 3
  }
  .advantages h2 {
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 20px
  }
  .advantages .circle {
    display: none
  }
  .advantages .text-block {
    width: 100%
  }
  .advantages .text-block p {
    max-width: 100%;
    margin-bottom: 30px;
    color: #646060
  }
  .secondVideo {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 160px
  }
  .secondVideo .video-container {
    max-width: 100%
  }
  .secondVideo .video-container iframe {
    border-radius: 30px 30px 0 0;
    max-width: calc(100% - 0.5px);
    height: auto;
    min-height: 172px
  }
  .secondVideo .video-container .caption-box {
    height: 60px;
    bottom: -47px;
    background-size: 100% 100%;
    border-radius: 0 0 30px 30px;
    border-top: 0
  }
  .secondVideo .video-container .caption-box .mobile-text {
    display: block;
    font-size: 14px;
    margin: 7px 30px
  }
  .secondVideo .video-container .caption-box .desktop-text {
    display: none
  }
  .secondVideo .video-container .caption-box .bubbly-button {
    display: none
  }
  .locationBlock {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 100px
  }
  .locationBlock h2 {
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 40px
  }
  .locationBlock .location-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .locationBlock .location-container .text-block {
    margin-right: 0
  }
  .locationBlock .location-container .text-block .bubbly-button {
    margin-top: 40px;
    font-weight: bold;
    font-size: 18px;
    height: 60px
  }
  .locationBlock .location-container p {
    font-size: 18px;
    color: #646060
  }
  .locationBlock .location-container .location-text {
    margin-bottom: 20px
  }
  .locationBlock .location-container .circle {
    display: none
  }
  .locationBlock .location-container img {
    max-width: 100%;
    margin-top: 0
  }
  .card-slider {
    margin-bottom: 100px
  }
  .card-slider .card-head p {
    color: #646060
  }
  .card-slider h2 {
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 20px
  }
  .card-slider .slider-container-2 {
    margin-top: 40px;
    display: inline-block
  }
  .card-slider .slider-container-2 .slider-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #5831B5;
    border-radius: 49px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 420px;
    min-height: 600px;
    padding: 20px;
    margin-right: 5px;
    margin-left: 5px
  }
  .card-slider .slider-container-2 .slider-item h4 {
    color: #FFF500;
    font-weight: bold;
    font-size: 22px;
    line-height: 31px;
    margin-top: 9px;
    margin-bottom: 9px;
    max-width: 500px
  }
  .card-slider .slider-container-2 .slider-item p {
    color: #ffffff;
    margin-top: 9px;
    margin-bottom: 19px;
    max-width: 500px
  }
  .card-slider .slider-container-2 .slider-item img {
    max-width: 100%;
    height: auto
  }
  .card-slider .slider-container-2 .slider-item .bubbly-button {
    font-family: "Open Sans";
    display: inline-block;
    width: 287px;
    font-size: 22px;
    text-transform: uppercase;
    height: 69px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fd0;
    color: #4F26AF;
    border-radius: 90px;
    border: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
    transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s
  }
  .card-slider .slider-container-2 .slider-item .bubbly-button:focus {
    outline: 0
  }
  .card-slider .slider-container-2 .slider-item .bubbly-button:before, .card-slider .slider-container-2 .slider-item .bubbly-button:after {
    position: absolute;
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat
  }
  .card-slider .slider-container-2 .slider-item .bubbly-button:before {
    display: none;
    top: -75%;
    background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 20%, #fd0 20%, transparent 30%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%
  }
  .card-slider .slider-container-2 .slider-item .bubbly-button:after {
    display: none;
    bottom: -75%;
    background-image: radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fd0 15%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%), radial-gradient(circle, #fd0 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%
  }
  .card-slider .slider-container-2 .slider-item .bubbly-button:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background-color: #e6c700;
    -webkit-box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
    box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2)
  }
  .card-slider .slider-container-2 .slider-item .bubbly-button.animate:before {
    display: block;
    -webkit-animation: topBubbles ease-in-out 0.75s forwards;
    animation: topBubbles ease-in-out 0.75s forwards;
    z-index: 15
  }
  .card-slider .slider-container-2 .slider-item .bubbly-button.animate:after {
    display: block;
    -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
    animation: bottomBubbles ease-in-out 0.75s forwards;
    z-index: 15
  }
  @-webkit-keyframes topBubbles {
    0% {
      background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
    }
    50% {
      background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
    }
    100% {
      background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
    }
  }
  @keyframes topBubbles {
    0% {
      background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
    }
    50% {
      background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
    }
    100% {
      background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
    }
  }
  @-webkit-keyframes bottomBubbles {
    0% {
      background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%
    }
    50% {
      background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%
    }
    100% {
      background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
    }
  }
  @keyframes bottomBubbles {
    0% {
      background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%
    }
    50% {
      background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%
    }
    100% {
      background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
    }
  }
  .card-slider .slider-container-2 .slider-item .slider-button {
    color: #4F26AF;
    background: #FFF500;
    font-size: 19px;
    border-radius: 30px;
    display: inline-block;
    margin-left: 40%;
    padding: 16px 39px;
    max-width: 20%;
    z-index: 10;
    text-align: center
  }
  .card-slider .slider-container-2 .slider-item .slider-button span {
    display: none
  }
  .card-slider .slider-container-2 .owl-stage .owl-item {
    padding-bottom: 20px
  }
  .card-slider .slider-container-2 .owl-stage .active .slider-item {
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .card-slider .slider-container-2 .owl-stage .active .slider-button {
    margin-left: 0px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    text-transform: none;
    padding: 16px 5px
  }
  .card-slider .slider-container-2 .owl-stage .active .slider-button span {
    display: inline;
    font-size: 18px;
    padding: 16px 5px;
    width: 100%
  }
  .card-slider .slider-container-2 .owl-nav button {
    width: 30%;
    height: 100%;
    position: absolute;
    outline: none
  }
  .card-slider .slider-container-2 .owl-nav .owl-prev {
    left: 5%;
    top: 0
  }
  .card-slider .slider-container-2 .owl-nav .owl-next {
    right: 5%;
    top: 0
  }
  .card-slider .slider-container-2 .owl-nav.disabled, .card-slider .slider-container-2 .owl-dots.disabled {
    display: block
  }
  .card-slider .slider-container {
    display: none
  }
  .materials {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 80px
  }
  .materials h2 {
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase
  }
  .materials .sand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px
  }
  .materials .sand .sand-text {
    width: 100%
  }
  .materials .sand .sand-text h3 {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 24px
  }
  .materials .sand .sand-text ul {
    padding-left: 0
  }
  .materials .sand .sand-text ul li {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-top: 50px;
    position: relative;
    font-size: 18px;
    color: #646060
  }
  .materials .sand .sand-text ul li::before {
    top: 0
  }
  .materials .sand .mobile-img {
    display: block;
    max-width: 100%
  }
  .materials .sand .desktop-img {
    display: none
  }
  .materials .stencils {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .materials .stencils .stencils-text {
    width: 100%;
    margin-left: 0
  }
  .materials .stencils .stencils-text h3 {
    margin-top: 40px;
    font-size: 24px
  }
  .materials .stencils .stencils-text ul {
    padding-left: 0
  }
  .materials .stencils .stencils-text ul li {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-top: 50px;
    position: relative;
    font-size: 18px;
    color: #646060
  }
  .materials .stencils .stencils-text ul li::before {
    top: 0
  }
  .materials .stencils .mobile-img {
    display: block;
    max-width: 100%
  }
  .materials .stencils .desktop-img {
    display: none
  }
  .sertificates {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 50px
  }
  .sertificates h2 {
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 40px;
    max-width: 100%
  }
  .sertificates p {
    max-width: 100%;
    font-size: 18px;
    color: #646060
  }
  .sertificates .sertificates-slider-2 {
    margin-top: 60px;
    display: inline-block
  }
  .sertificates .sertificates-slider-2 .slider-item {
    max-width: 480px;
    height: auto
  }
  .sertificates .sertificates-slider {
    display: none
  }
  .equipment {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 120px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .equipment .circle {
    display: none
  }
  .equipment img {
    display: none
  }
  .equipment .equipment-text {
    margin-left: 0;
    margin-top: 40px;
    max-width: 100%
  }
  .equipment .equipment-text h2 {
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 40px;
    max-width: 100%
  }
  .equipment .equipment-text .mobile-img {
    display: block;
    max-width: 100%;
    margin-left: 0;
    z-index: 9
  }
  .equipment .equipment-text p {
    margin-top: 30px;
    color: #646060
  }
  .equipment .equipment-warning {
    height: 55px;
    bottom: 130px;
    width: calc(100% - 30px);
    z-index: 10;
    padding-right: 0;
    text-align: center
  }
  .equipment .equipment-warning span {
    font-size: 14px;
    line-height: 55px
  }
  .earnings {
    max-width: 100%;
    margin-bottom: 80px;
    padding-right: 15px;
    padding-left: 15px
  }
  .earnings h2 {
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 40px;
    max-width: 100%
  }
  .earnings img {
    display: block;
    max-width: 100%;
    margin-bottom: 40px
  }
  .earnings p {
    max-width: 100%
  }
  .earnings .circle {
    display: none
  }
  .earnings .earnings-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 40px;
    margin-bottom: 80px
  }
  .earnings .earnings-container img {
    display: none
  }
  .earnings .earnings-container .earnings-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url("../img/earnings-bg.svg") no-repeat;
    background-size: cover;
    border: none;
    border-radius: 45px;
    padding-left: 30px;
    padding-right: 39px
  }
  .earnings .earnings-container .earnings-text p:first-child {
    margin-right: 0;
    margin-top: 30px;
    min-height: 40px
  }
  .earnings .earnings-container .earnings-text .price {
    background: url("../img/earnings-price-bg.svg");
    width: 205px;
    height: 95px;
    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;
    margin-top: 20px;
    margin-bottom: 30px
  }
  .earnings .earnings-container .earnings-text .price span {
    margin-left: 10px;
    margin-top: 10px
  }
  .earnings .earnings-container .dashline {
    display: none
  }
  .earnings .stat-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .earnings .stat-container .mobile-img {
    display: block
  }
  .earnings .stat-container .desktop-img {
    display: none
  }
  .earnings .stat-container h3 {
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 40px;
    max-width: 100%
  }
  .earnings::after {
    display: none
  }
  .services {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 100px
  }
  .services h2 {
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 40px;
    max-width: 100%
  }
  .services .services-slider .services-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-left: 10px
  }
  .services .services-slider .services-item .services-text {
    margin-top: 80px
  }
  .services .services-slider .services-item .services-text h3 {
    font-size: 24px;
    max-width: 100%
  }
  .services .services-slider .services-item .services-text p {
    font-size: 18px;
    color: #646060
  }
  .profitCalc {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 850px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 100px
  }
  .profitCalc .circles {
    display: none
  }
  .profitCalc .screen {
    margin-bottom: 30px
  }
  .profitCalc .screen.desktop-img {
    display: none
  }
  .profitCalc .profitcalc-container {
    margin-top: 70px;
    max-width: 100%
  }
  .profitCalc .profitcalc-container .mobile-img {
    display: block;
    max-width: 100%
  }
  .profitCalc .profitcalc-container h2 {
    font-family: "Intro Demo";
    font-weight: 600;
    line-height: 35px;
    min-height: 96px;
    max-width: 315px;
    margin-bottom: 40px
  }
  .profitCalc .profitcalc-container h2 span {
    font-family: "Intro Demo";
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
    min-height: 96px;
    max-width: 315px
  }
  .profitCalc .profitcalc-container p {
    font-size: 18px;
    opacity: 0.8;
    margin-bottom: 50px
  }
  .profitCalc .profitcalc-container .profitcalc-btn {
    font-size: 22px;
    width: 100%;
    text-transform: none
  }
  .reviews {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 100px
  }
  .reviews h2 {
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 40px;
    max-width: 80%
  }
  .reviews .review-slider .review-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px
  }
  .reviews .review-slider .review-item img {
    max-width: 100%
  }
  .reviews .review-slider .review-item iframe {
    max-width: 330px;
    max-height: 201px;
    border-radius: 30px
  }
  .reviews .review-slider .review-item .review-text {
    margin-top: 80px;
    margin-left: 5px;
    max-width: 100%
  }
  .reviews .review-slider .review-item .review-text p {
    font-size: 18px;
    color: #646060
  }
  .reviews .review-slider .owl-nav .owl-next {
    height: 35%;
    right: 2px
  }
  .training {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 100px
  }
  .training>img {
    max-width: 100%
  }
  .training .circle {
    display: none
  }
  .training .training-text h2 {
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 40px;
    max-width: 100%
  }
  .training .training-text p {
    font-size: 18px;
    color: #646060;
    margin-bottom: 30px
  }
  .cta-block {
    width: 100%;
    background: url("../img/cta-bg-mobile.jpg") no-repeat;
    background-size: cover;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 100px
  }
  .cta-block .cta-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    padding-top: 100px
  }
  .cta-block .cta-text h2 {
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    text-align: center
  }
  .cta-block .cta-text .bubbly-button {
    height: 60px
  }
  .owners {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 135px
  }
  .owners .circle {
    display: none
  }
  .owners h2 {
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 40px;
    max-width: 100%
  }
  .owners .video-container iframe {
    max-width: calc(100% - 0.5px);
    height: auto;
    min-height: 172px;
    border-radius: 40px 40px 0 0
  }
  .owners .video-container .caption-box {
    height: 55px;
    bottom: -44px;
    background-size: 100% 100%;
    border-radius: 0 0 40px 40px
  }
  .owners .video-container .caption-box p {
    font-size: 15px;
    opacity: 0.5;
    margin-right: 0
  }
  .faq {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }
  .faq h2 {
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 40px;
    max-width: 100%
  }
  .faq .accordion .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .faq .accordion .col-6 .card {
    margin-bottom: 30px
  }
  .faq .accordion .col-6 .card .card-header {
    padding-right: 0
  }
  .faq .accordion .col-6 .card .card-header .faq-btn {
    font-size: 18px
  }
  .faq .accordion .col-6 .card .card-body {
    font-size: 14px;
    color: #646060;
    padding-right: 0
  }
  .footer {
    position: relative;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background: url("../img/footer-bg-mobile.svg") no-repeat;
    background-size: 100%
  }
  .footer .footer-container {
    padding-top: 115px;
    margin: auto
  }
  .footer .footer-container .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 45px;
    margin-bottom: 50px
  }
  .footer .footer-container .footer-top .bubbly-button {
    height: 60px;
    margin: auto
  }
  .footer .footer-container .footer-top h2 {
    font-size: 22px;
    line-height: 35px;
    text-transform: none;
    margin-bottom: 30px;
    color: #ffffff
  }
  .footer .footer-container .footer-top h2 span {
    font-size: 24px;
    line-height: 34px
  }
  .footer .footer-container .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .footer .footer-container .footer-bottom .footer-bottom-column {
    max-width: 100%
  }
  .footer .footer-container .footer-bottom .footer-bottom-column .footer-contacts {
    margin-top: 40px;
    margin-bottom: 30px
  }
  .footer .footer-container .footer-bottom .footer-bottom-column .footer-column-list {
    margin-bottom: 0
  }
  .footer .footer-container .footer-bottom .footer-bottom-column .footer-column-list li {
    margin-bottom: 10px;
    font-weight: 600
  }
  .footer .footer-container .footer-bottom .footer-bottom-column .footer-column-list a {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    opacity: 0.8;
    color: #ffffff
  }
  .footer .footer-container .copywrite {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 40px
  }
  .footer .footer-container .copywrite a {
    font-size: 14px
  }
  .footer .footer-container .circle {
    display: none
  }
  #formModal .modal-content {
    max-width: 100%
  }
  #formModal .modal-content .modal-header {
    background-size: 100% 100%
  }
  #formModal .modal-content .modal-header .close {
    padding: 25px 25px 0 0
  }
  #formModal .modal-content .modal-header .close span {
    display: block;
    width: 18px;
    height: 18px;
    background: url("../img/form-close.svg");
    background-size: 100% 100%
  }
  #formModal .modal-content .modal-body {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 15px
  }
  #formModal .modal-content .modal-body h2 {
    font-size: 24px;
    line-height: 29px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0
  }
  #formModal .modal-content .modal-body form {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4rem
  }
  #formModal .modal-content .modal-body .form-group {
    margin-bottom: 10px
  }
  #formModal .modal-content .modal-body .form-group label {
    font-size: 18px;
    line-height: 25px
  }
  #formModal .modal-content .modal-body .radio {
    margin-bottom: 40px
  }
  #formModal .modal-content .modal-body .radio legend {
    font-size: 18px;
    line-height: 25px
  }
  #formModal .modal-content .modal-body .radio label {
    font-size: 18px
  }
  #formModal .modal-content .modal-body .custom-control.custom-radio {
    margin-bottom: 20px
  }
  #formModal .modal-content .modal-body .bubbly-button {
    margin-top: 20px;
    text-transform: none
  }
  #formModal .modal-content .modal-body .user_field {
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px;
    padding: 1.25rem 1rem
  }
  #formModal .modal-content .modal-body .user_field::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 27px;
    color: #BDBDBD
  }
  #formModal .modal-content .modal-body .user_field::-moz-placeholder {
    font-size: 20px;
    line-height: 27px;
    color: #BDBDBD
  }
  #formModal .modal-content .modal-body .user_field:-ms-input-placeholder {
    font-size: 20px;
    line-height: 27px;
    color: #BDBDBD
  }
  #formModal .modal-content .modal-body .user_field::-ms-input-placeholder {
    font-size: 20px;
    line-height: 27px;
    color: #BDBDBD
  }
  #formModal .modal-content .modal-body .user_field::placeholder {
    font-size: 20px;
    line-height: 27px;
    color: #BDBDBD
  }
  #formModal .modal-content .modal-body .user_field:focus {
    color: #1b1e21;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  #formModal .modal-content .modal-body .agree-text {
    font-size: 14px;
    line-height: 20px;
    padding: 20px
  }
  #callbackModal .modal-content .modal-header {
    background-size: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px
  }
  #callbackModal .modal-content .modal-header .close {
    padding: 26px 26px 0 0
  }
  #callbackModal .modal-content .modal-header .close span {
    display: block;
    width: 18px;
    height: 18px;
    background: url("../img/form-close.svg");
    background-size: 100% 100%
  }
  #callbackModal .modal-content .modal-body {
    border: 0.7px solid #5831B5AB;
    border-top: none;
    padding: 40px 15px 3rem 15px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
  }
  #callbackModal .modal-content .modal-body h3 {
    font-size: 20px
  }
  #callbackModal .modal-content .modal-body label {
    font-size: 18px;
    color: #828282
  }
  #callbackModal .modal-content .modal-body .user_phone {
    border-radius: 10px;
    margin-top: 20px;
    color: #BDBDBD;
    font-size: 18px;
    padding: 1.25rem 1.2rem
  }
  #callbackModal .modal-content .modal-body .user_phone:focus {
    color: #1b1e21
  }
