@charset "UTF-8";
@import '../../fonts/sourcesanspro/stylesheet.css';
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

img {
  border: 0;
}

ul {
  list-style: none;
}

body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.2;
  background: #f8f8f8;
  color: #3A3F50;
}

a {
  color: #35B8E3;
  text-decoration: none;
}
a:hover {
  color: #FE4F4C;
}

a, button {
  transition: all 0.15s ease-in-out;
}

.container-full {
  padding: 0 20px;
  min-width: 320px;
}

.container {
  max-width: 1248px;
  min-width: 320px;
  padding: 0 20px;
  margin: auto;
}

.row {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  flex-wrap: wrap;
}

.col {
  padding: 0 12px;
}

.text-center {
  text-align: center;
}

h2, .h2 {
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 32px;
}

p {
  margin-bottom: 20px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-3 {
  margin-bottom: 12px !important;
}

.mb-4 {
  margin-bottom: 16px !important;
}

.mb-5 {
  margin-bottom: 20px !important;
}

.mb-6 {
  margin-bottom: 24px !important;
}

.mb-7 {
  margin-bottom: 28px !important;
}

.mb-8 {
  margin-bottom: 32px !important;
}

.mb-9 {
  margin-bottom: 36px !important;
}

.mb-10 {
  margin-bottom: 40px !important;
}

.mb-11 {
  margin-bottom: 44px !important;
}

.mb-12 {
  margin-bottom: 48px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-3 {
  margin-top: 12px !important;
}

.mt-4 {
  margin-top: 16px !important;
}

.mt-5 {
  margin-top: 20px !important;
}

.mt-6 {
  margin-top: 24px !important;
}

.mt-7 {
  margin-top: 28px !important;
}

.mt-8 {
  margin-top: 32px !important;
}

.mt-9 {
  margin-top: 36px !important;
}

.mt-10 {
  margin-top: 40px !important;
}

.mt-11 {
  margin-top: 44px !important;
}

.mt-12 {
  margin-top: 48px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 4px !important;
}

.ml-2 {
  margin-left: 8px !important;
}

.ml-3 {
  margin-left: 12px !important;
}

.ml-4 {
  margin-left: 16px !important;
}

.ml-5 {
  margin-left: 20px !important;
}

.ml-6 {
  margin-left: 24px !important;
}

.ml-7 {
  margin-left: 28px !important;
}

.ml-8 {
  margin-left: 32px !important;
}

.ml-9 {
  margin-left: 36px !important;
}

.ml-10 {
  margin-left: 40px !important;
}

.ml-11 {
  margin-left: 44px !important;
}

.ml-12 {
  margin-left: 48px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.mr-3 {
  margin-right: 12px !important;
}

.mr-4 {
  margin-right: 16px !important;
}

.mr-5 {
  margin-right: 20px !important;
}

.mr-6 {
  margin-right: 24px !important;
}

.mr-7 {
  margin-right: 28px !important;
}

.mr-8 {
  margin-right: 32px !important;
}

.mr-9 {
  margin-right: 36px !important;
}

.mr-10 {
  margin-right: 40px !important;
}

.mr-11 {
  margin-right: 44px !important;
}

.mr-12 {
  margin-right: 48px !important;
}

.btn {
  display: inline-block;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  border: 0;
  font-family: inherit;
  cursor: pointer;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
  padding: 9px 24px;
  border-radius: 2px;
  background: #F05050;
}
.btn:hover {
  background: #fff;
  text-decoration: none;
  color: #0C8BB7;
}
.btn.disabled, .btn:disabled {
  opacity: 0.7;
  cursor: default;
}
.btn.disabled:hover, .btn:disabled:hover {
  background: #F05050;
  color: #fff;
}
.btn.btn-lg {
  font-size: 18px;
  padding: 10px 28px;
}
.btn.btn-on-white:hover {
  background: #0C8BB7;
  color: #fff;
}
.btn.btn-on-white.disabled:hover, .btn.btn-on-white:disabled:hover {
  background: #F05050;
}
.btn.btn-hover-black:hover {
  background: #3A3F50;
  color: #fff;
}
.btn.btn-hover-black.disabled:hover, .btn.btn-hover-black:disabled:hover {
  background: #F05050;
}

.btn-outline {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  font-family: inherit;
  border: 1px solid #fff;
  cursor: pointer;
  line-height: 150%;
  color: #fff;
  padding: 8px 23px;
  border-radius: 2px;
  background: none;
}
.btn-outline:hover {
  background: #fff;
  color: #0C8BB7;
  text-decoration: none;
}
.btn-outline.disabled, .btn-outline:disabled {
  opacity: 0.7;
  cursor: default;
  background: none;
  color: #fff;
}
.btn-outline.disabled:hover, .btn-outline:disabled:hover {
  background: none;
  color: #fff;
}
.btn-outline.btn-lg {
  font-size: 18px;
  padding: 8px 26px;
  border-width: 2px;
}
.btn-outline.btn-on-white {
  border-color: #d0dadd;
  color: #3A3F50;
  background: #fff;
}
.btn-outline.btn-on-white:hover {
  background: #3A3F50;
  border-color: #3A3F50;
  color: #fff;
}
.btn-outline.btn-on-white.disabled:hover, .btn-outline.btn-on-white:disabled:hover {
  border-color: #d0dadd;
  color: #3A3F50;
  background: #fff;
}

header {
  background: #0C8BB7;
  height: 67px;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
}
header .container {
  position: relative;
}
header.slicky {
  background: rgba(12, 139, 183, 0.93);
}
header.slicky.ham {
  background: #0C8BB7;
}

.pad {
  height: 67px;
}

.logo {
  position: absolute;
  left: 20px;
  top: 15px;
}

.buttons-header {
  position: absolute;
  right: 20px;
  top: 16px;
  display: flex;
}
.buttons-header .btn-outline {
  margin-left: 24px;
  min-width: 140px;
}

header nav {
  position: absolute;
  left: 300px;
  top: 15px;
}

header nav div ul {
  display: flex;
}
header nav div ul li a {
  font-size: 14px;
  color: #f8f8f8;
  display: block;
  padding: 12px;
}
header nav div ul li a:hover {
  color: #F05050;
}

.nav-icon-ham {
  width: 36px;
  height: 26px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
.nav-icon-ham div {
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -10px;
}
.nav-icon-ham span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  transform-origin: left center;
}
.nav-icon-ham span:nth-child(1) {
  top: 0;
}
.nav-icon-ham span:nth-child(2) {
  top: 12px;
}
.nav-icon-ham span:nth-child(3) {
  top: 24px;
}
.nav-icon-ham.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
  left: 0;
  height: 3px;
}
.nav-icon-ham.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.nav-icon-ham.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 25px;
  right: 0;
  height: 3px;
}

.main-page-box {
  background: url("../../img/main-bg.png") no-repeat center #0C8BB7;
  background-size: cover;
  min-height: 730px;
  position: relative;
  margin-bottom: 130px;
}

.main-block {
  text-align: center;
  color: #fff;
  padding: 40px 0 70px 0;
}
.main-block h1 {
  margin: 0 0 40px 0;
  line-height: 110%;
  font-size: 58px;
  font-weight: normal;
}
.main-block h1 i {
  font-style: normal;
  font-weight: bold;
}
.main-block p {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 64px;
}
.main-block .btn {
  min-width: 270px;
}

.to-next-box {
  margin-top: 150px;
}
.to-next-box div {
  width: 28px;
  margin: 0 auto;
  cursor: pointer;
}
.to-next-box span {
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: -7px 0 0px 0px;
}

.unu {
  margin-top: 0;
}

.unu, .doi, .trei {
  animation: mouse-scroll 1s infinite;
}

.unu {
  animation-delay: 0.1s;
  animation-direction: alternate;
}

.doi {
  animation-delay: 0.2s;
  animation-direction: alternate;
}

.trei {
  animation-delay: 0.3s;
  animation-direction: alternate;
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.header-line {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
}
.header-line img {
  height: 70px;
  width: 100%;
  display: block;
}

.main-text-wrap {
  margin-bottom: 80px;
}

.main-text {
  margin: 0 0 24px 0;
}
.main-text .main-text__left {
  width: 33.33%;
}
.main-text .main-text__right {
  width: 33.33%;
}
.main-text .main-text__right div {
  text-align: right;
}
.main-text .main-text__icon {
  width: 16.666667%;
  text-align: center;
  align-self: center;
}
.main-text:after, .main-text:before {
  width: 8.333333%;
  content: "";
  display: block;
}
.main-text .main-text__left div, .main-text .main-text__right div {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 130%;
  margin-bottom: 10px;
}
.main-text strong {
  font-weight: bold;
}
.main-text p {
  margin: 0;
  font-size: 14px;
  line-height: 180%;
  text-align: justify;
}
.main-text.red strong {
  color: #FE4F4C;
}
.main-text.blue strong {
  color: #35B8E3;
}
.main-text.purple strong {
  color: #7A6FBE;
}
.main-text.green strong {
  color: #1ABA47;
}

.join-up-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.join-up-box div {
  font-weight: 300;
  font-size: 50px;
  line-height: 100%;
}
.join-up-box .btn {
  min-width: 223px;
  margin: 0 0 0 50px;
}

.join-up-box2 {
  padding: 120px 0;
  background: #0C8BB7;
}
.join-up-box2 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.join-up-box2 .container div {
  font-weight: 300;
  font-size: 50px;
  line-height: 100%;
  color: #fff;
}
.join-up-box2 .container .btn {
  min-width: 223px;
  margin: 0 0 0 50px;
}

.video-wrap {
  position: relative;
  margin-bottom: 80px;
}
.video-wrap .container {
  padding: 0;
  z-index: 1;
}
.video-wrap .video-container video {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.video-over {
  background: rgba(12, 139, 183, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.video-over .container {
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.video-over .container p {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 8%;
}
.video-over .container div {
  display: flex;
}
.video-over .container div a {
  min-width: 220px;
  margin: 0 40px;
}

footer {
  background: #2D373E;
  color: #ADB7BD;
}
footer a {
  color: #ADB7BD;
}
footer hr {
  display: block;
  border: 0;
  height: 1px;
  background: #505A60;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 0 60px 0;
}
footer ul li {
  margin: 2px 17px;
}
footer ul li a {
  font-size: 14px;
  line-height: 18px;
  display: block;
}
footer .container div {
  padding: 18px 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
}
footer .container div p {
  margin: 0 20px;
}

.reviews-wrap {
  margin-bottom: 60px;
}
.reviews-wrap .h2 {
  text-align: center;
  margin-bottom: 60px;
}

.reviews .col {
  width: 25%;
}
.reviews .col div {
  text-align: center;
  padding: 0 10%;
}
.reviews .col div img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 15px auto;
}
.reviews .col div strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 12px;
}
.reviews .col div p {
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}

body.my-popup-open {
  -webkit-overflow-scrolling: touch !important;
  overflow: hidden !important;
  height: 100% !important;
}

.my-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 101;
  overflow: auto;
  display: none;
}
.my-popup.show .my-popup__content {
  transform: translateY(0);
  opacity: 1;
}

.my-popup-in {
  min-height: 100%;
  position: relative;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.my-popup__content {
  max-width: 600px;
  width: 100%;
  border-radius: 4px;
  background: #f8f8f8;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  transform: translateY(-100%);
  opacity: 0;
  padding: 48px 24px;
}

.my-popup-over {
  background: rgba(45, 55, 62, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}

.my-popup__content__header {
  margin-bottom: 24px;
}
.my-popup__content__header div {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.my-popup__content__header--close {
  position: absolute;
  transition: all 0.1s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  border: 2px solid #0C8BB7;
  border-radius: 2px;
  cursor: pointer;
}
.my-popup__content__header--close svg {
  width: 8px;
  height: 8px;
  fill: #0C8BB7;
  transition: all 0.1s ease-in-out;
}
.my-popup__content__header--close svg path {
  transition: all 0.1s ease-in-out;
}
.my-popup__content__header--close:hover {
  background: #F05050;
  border-color: #F05050;
}
.my-popup__content__header--close:hover svg path {
  fill: #fff;
}

.login-popup-box {
  max-width: 360px;
  margin: 0 auto;
}

.error-box {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442;
  margin-bottom: 20px;
  padding: 12px;
  border-radius: 4px;
  font-size: 16px;
}

.success-box {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  margin-bottom: 20px;
  padding: 12px;
  border-radius: 4px;
  font-size: 16px;
}

.sing-txt {
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
}

.l {
  margin-bottom: 30px;
}
.l input {
  width: 100%;
  height: 56px;
  font: 14px "Source Sans Pro", Arial, Helvetica, sans-serif;
  color: #3A3F51;
  border: 1px solid #adb7bd;
  border-radius: 2px;
  padding: 0 0 0 20px;
  background-color: #fff;
}

input[type=checkbox].custom-ch {
  vertical-align: middle;
}

input[type=checkbox].custom-ch:not(:checked), input[type=checkbox].custom-ch:checked {
  position: absolute;
  left: -9999px;
}

input[type=checkbox].custom-ch:not(:checked) + label, input[type=checkbox].custom-ch:checked + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}

input[type=checkbox].custom-ch:not(:checked) + label:before, input[type=checkbox].custom-ch:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: #9da9b0;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

input[type=checkbox].custom-ch:checked + label:before {
  background: #27c24c;
}

input[type=checkbox].custom-ch:not(:checked) + label:after, input[type=checkbox].custom-ch:checked + label:after {
  content: "✔";
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  transition: all 0.2s;
}

input[type=checkbox].custom-ch:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

input[type=checkbox].custom-ch:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.s-check label {
  line-height: 18px;
  color: #3a3f51;
  font-weight: 400;
  margin-bottom: 0;
}

.log-ch {
  margin-bottom: 30px;
  position: relative;
  font-size: 14px;
}
.log-ch a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #F05050;
}

.login-popup-box .btn {
  margin-bottom: 30px;
  width: 100%;
}

.fb-img img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.or {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.or:after {
  content: "";
  display: block;
  height: 0;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: 2px;
  position: absolute;
  border-top: 1px solid #cecaca;
}
.or span {
  background: #f8f8f8;
  padding: 0 5px;
  font-size: 16px;
  color: #a4a4a4;
  font-style: italic;
  position: relative;
  z-index: 2;
}

.no-acc {
  position: relative;
  margin-top: 40px;
}
.no-acc a {
  position: absolute;
  top: 0;
  right: 0;
  width: 132px;
  height: 38px;
  line-height: 36px;
  border: 1px solid #F05050;
  text-align: center;
  font-size: 12px;
  color: #F05050;
  text-transform: uppercase;
  background: bottom;
  border-radius: 2px;
}
.no-acc a:hover {
  background: #F05050;
  color: #fff;
}
.no-acc div {
  line-height: 38px;
  font-size: 14px;
}

.cont-wrap {
  max-width: 480px;
  margin: 0 auto;
  padding-top: 24px;
}

.cont-header {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
}

.log div {
  margin-bottom: 20px;
}

.log div p {
  margin-bottom: 3px;
}

.log div p span {
  color: #f05050;
}

.form-control {
  height: 36px;
  padding: 6px 12px;
  font: 14px "Source Sans Pro", Arial, Helvetica, sans-serif;
  color: #3A3F51;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #adb7bd;
  border-radius: 2px;
  box-shadow: none;
  width: 100%;
}
.form-control:hover {
  border: 1px solid #99a6ad;
}
.form-control:focus {
  border: 1px solid #23b7e5;
  box-shadow: none;
}

.textarea-cont {
  margin-bottom: 20px;
}
.textarea-cont p {
  margin-bottom: 5px;
  font-size: 14px;
}
.textarea-cont p span {
  color: #FE4F4C;
}
.textarea-cont textarea {
  height: 200px;
  overflow: auto;
  resize: vertical;
}

.cont-go-area {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.btn2 {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 163px;
  height: 38px;
  line-height: 38px;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 400;
}

.soc-log-wrap {
  border-top: 1px solid #dfdaf8;
  padding: 40px 0 0 0;
}

.slh {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.2;
}

.slh2 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #3a3f51;
  font-weight: 300;
  text-align: center;
  line-height: 1;
}

.form-control {
  height: 36px;
  padding: 6px 12px;
  font: 14px "Source Sans Pro", Arial, Helvetica, sans-serif;
  color: #3A3F51;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #adb7bd;
  border-radius: 2px;
  box-shadow: none;
}
.form-control:hover {
  border: 1px solid #99a6ad;
}
.form-control:focus {
  border: 1px solid #23b7e5;
  box-shadow: none;
}

.contact-inputs p {
  margin-bottom: 5px;
  font-size: 14px;
}
.contact-inputs p span {
  color: #FE4F4C;
}
.contact-inputs .col {
  width: 50%;
  padding-bottom: 20px;
}

.for-captcha > div {
  transform: scale(0.77);
  transform-origin: 0 0;
}

.login-page-wrap {
  min-height: 100vh;
  overflow: hidden;
}

.login-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
}

.login-page__main {
  width: 100%;
  max-width: 450px;
}

.login-page__main__form {
  max-width: 360px;
  margin: 0 auto;
}

.logo-login {
  margin-bottom: 60px;
}
.logo-login img {
  display: block;
  width: 100%;
  height: auto;
}

.form-group {
  margin-bottom: 24px;
}
.form-group label {
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-bottom: 16px;
}

input[type=text].my-form,
input[type=search].my-form,
input[type=tel].my-form,
input[type=url].my-form,
input[type=email].my-form,
input[type=password].my-form,
select.my-form {
  width: 100%;
  display: block;
  transition: border 0.15s ease-in-out;
  font-family: inherit;
  border: 2px solid #D0DADD;
  border-radius: 2px;
  font-size: 14px;
  color: inherit;
  padding: 7px 10px;
}
input[type=text].my-form:hover,
input[type=search].my-form:hover,
input[type=tel].my-form:hover,
input[type=url].my-form:hover,
input[type=email].my-form:hover,
input[type=password].my-form:hover,
select.my-form:hover {
  border-color: rgba(12, 139, 183, 0.4);
}
input[type=text].my-form:focus,
input[type=search].my-form:focus,
input[type=tel].my-form:focus,
input[type=url].my-form:focus,
input[type=email].my-form:focus,
input[type=password].my-form:focus,
select.my-form:focus {
  border-color: rgba(12, 139, 183, 0.7);
}
input[type=text].my-form-lg,
input[type=search].my-form-lg,
input[type=tel].my-form-lg,
input[type=url].my-form-lg,
input[type=email].my-form-lg,
input[type=password].my-form-lg,
select.my-form-lg {
  padding: 11px 10px;
}
input[type=text].is-invalid,
input[type=search].is-invalid,
input[type=tel].is-invalid,
input[type=url].is-invalid,
input[type=email].is-invalid,
input[type=password].is-invalid,
select.is-invalid {
  border-color: rgba(169, 68, 66, 0.7);
  background: rgba(169, 68, 66, 0.1);
}
input[type=text].is-invalid:hover,
input[type=search].is-invalid:hover,
input[type=tel].is-invalid:hover,
input[type=url].is-invalid:hover,
input[type=email].is-invalid:hover,
input[type=password].is-invalid:hover,
select.is-invalid:hover {
  border-color: rgba(169, 68, 66, 0.7);
}
input[type=text].is-invalid:focus,
input[type=search].is-invalid:focus,
input[type=tel].is-invalid:focus,
input[type=url].is-invalid:focus,
input[type=email].is-invalid:focus,
input[type=password].is-invalid:focus,
select.is-invalid:focus {
  border-color: rgba(169, 68, 66, 0.7);
}

.small-error {
  display: block;
  margin-top: 5px;
  color: #A94442;
}

.w-100 {
  width: 100%;
}

.login-or {
  padding: 16px 0;
  text-align: center;
  font-style: italic;
}

.social-login {
  margin-bottom: 12px;
}
.social-login img {
  display: block;
  width: 100%;
  height: auto;
}

.forgot-remember {
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.forgot-remember a {
  color: #3A3F50;
}
.forgot-remember a:hover {
  color: #3A3F50;
  text-decoration: underline;
}

.create-acc-label {
  text-align: center;
  margin-bottom: 12px;
  font-size: 14px;
}

small.form-error {
  color: #A94442;
  font-size: 14px;
}

.login-title {
  text-align: center;
  margin-bottom: 40px;
}
.login-title div {
  font-weight: 300;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 32px;
}
.login-title p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}

.login-back-link {
  text-align: center;
  font-size: 15px;
}
.login-back-link a {
  color: #3A3F50;
}
.login-back-link a:hover {
  color: #3A3F50;
  text-decoration: underline;
}

/*Sing up*/
.sing-up-page-bg {
  background: rgba(12, 139, 183, 0.15);
  padding: 40px 0 480px 0;
}
.sing-up-page-bg h1 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
  font-size: 45px;
  line-height: 125%;
}

.sing-up-page-bg__text {
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 55px;
  text-align: center;
}

.step-counter {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #59666E;
}
.step-counter.step-counter-grey .step-line {
  background: #DEE5E7;
}
.step-counter.step-counter-grey .step-counter__item span {
  background: #DEE5E7;
  color: #59666E;
}
.step-counter .step-line {
  height: 3px;
  background: #fff;
  flex: 1;
}
.step-counter .step-line.active {
  background: #0C8BB7;
}
.step-counter .step-counter__item {
  text-align: center;
  position: relative;
  z-index: 1;
}
.step-counter .step-counter__item.active span {
  background: #0C8BB7;
  color: #fff;
}
.step-counter .step-counter__item.active div {
  color: #3A3F50;
}
.step-counter .step-counter__item span {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  color: #59666E;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  line-height: 33px;
}
.step-counter .step-counter__item div {
  position: absolute;
  top: 45px;
  left: 50%;
  width: 120px;
  font-size: 18px;
  margin-left: -60px;
}

.plans-wrap {
  max-width: 1004px;
  margin: -360px auto 0 auto;
}

.plans-in {
  background: #f8f8f8;
  min-height: 500px;
  padding: 0 12px;
}
.plans-in .col {
  transition: background 0.15s ease-in-out;
}

.plans-filter {
  position: relative;
  margin-bottom: 5px;
  text-align: right;
  padding-right: 10px;
}

.plans-filter__drop {
  display: inline-flex;
  cursor: pointer;
  font-size: 14px;
  align-items: center;
  color: #0C8BB7;
}
.plans-filter__drop img {
  margin-left: 10px;
}

.col-plan-top-row .col, .col-plan-features-header-row .col, .col-plan-features-row .col {
  width: 25%;
}

.btn-free {
  font-size: 17px !important;
}

.col-plan-top-row .col {
  padding-top: 20px;
  padding-bottom: 20px;
}

.col-plan-top-row:first-child .col {
  padding-top: 35px;
}

.col-plan-top-row .col:first-child, .col-plan-features-header-row .col:first-child, .col-plan-features-row .col:first-child {
  padding-left: 20px;
}

.col-plan-top-row .col:last-child, .col-plan-features-header-row .col:last-child, .col-plan-features-row .col:last-child {
  padding-right: 20px;
}

.col-plan-top-1 {
  font-size: 18px;
}

.col-plan-top-2 {
  position: relative;
}
.col-plan-top-2 span {
  font-size: 30px;
  line-height: 38px;
  display: block;
  text-align: center;
}
.col-plan-top-2 p {
  font-size: 14px;
  line-height: 18px;
  margin: 20px 0 0 0;
}

.col-plan-top-row .col-plan-top-3 {
  text-align: center;
  padding-bottom: 40px;
}
.col-plan-top-row .col-plan-top-3 .price {
  font-size: 14px;
  margin-bottom: 20px;
}
.col-plan-top-row .col-plan-top-3 .price div {
  font-size: 45px;
  margin: -4px 0;
}
.col-plan-top-row .col-plan-top-3 .price div i {
  font-style: normal;
}
.col-plan-top-row .col-plan-top-3 .price div span {
  font-size: 20px;
}
.col-plan-top-row .col-plan-top-3 .btn {
  width: 100%;
}

.col-plan-top-4 {
  font-size: 14px;
  line-height: 23px;
}
.col-plan-top-4 strong {
  display: block;
  font-weight: bold;
}

.col-plan-features-header-row {
  height: 47px;
  align-items: center;
}
.col-plan-features-header-row .col {
  border-top: 1px solid #ADB7BD;
  border-bottom: 1px solid #ADB7BD;
  height: 47px;
  line-height: 47px;
  font-weight: bold;
}

.col-plan-features-row {
  align-items: center;
  font-size: 14px;
  line-height: 18px;
}
.col-plan-features-row .col {
  padding-top: 16px;
  padding-bottom: 16px;
}
.col-plan-features-row strong {
  color: #0C8BB7;
}

.yes {
  width: 18px;
  height: 13px;
  fill: #0C8BB7;
}

.no {
  width: 13px;
  height: 13px;
  fill: #D3D6D8;
}

.bestseller {
  color: #fff;
  background: #F05050;
  height: 29px;
  line-height: 29px;
  border-radius: 2px 2px 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -29px;
  text-align: center;
  font-size: 14px;
}

.col-plan-top-row-last .col {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ADB7BD;
}

.col-plan-features-row-last .col {
  padding-bottom: 40px;
}

.to-top-plan {
  text-align: center;
  font-size: 14px;
  color: #0C8BB7;
  margin: 16px 0 60px 0;
}
.to-top-plan span {
  display: inline-block;
  cursor: pointer;
}
.to-top-plan span img {
  transform: rotate(180deg);
  margin-right: 10px;
}

.recommended {
  background: #D4E8F0;
}

.row.col-plan-features-header-row .col.recommended {
  border-color: transparent;
}

.plans-in .row.col-plan-features-header-row .col.hover-plans {
  border-color: transparent;
}
.plans-in .row .col.hover-plans {
  background: #0C8BB7;
  color: #fff;
}
.plans-in .row .col.hover-plans .yes {
  fill: #fff;
}
.plans-in .row .col.hover-plans .no {
  fill: #1E9FCB;
}

.visitors-label {
  font-size: 20px;
  text-align: center;
  padding: 0 0 40px 0;
}

.mobile-plans-wrap {
  display: none;
  padding: 0 20px;
  margin-top: 70px;
}
.mobile-plans-wrap .plans-filter {
  padding-right: 0;
}

.mobile-plan {
  padding: 20px;
  text-align: center;
  background: #f8f8f8;
  display: none;
}
.mobile-plan .price {
  font-size: 14px;
  margin-bottom: 20px;
}
.mobile-plan .price div {
  font-size: 45px;
  margin: -4px 0;
}
.mobile-plan .price div i {
  font-style: normal;
}
.mobile-plan .price div span {
  font-size: 20px;
}

.mobile-plan-in {
  max-width: 300px;
  margin: 0 auto;
}

.mobile-plan__header-1 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.mobile-plan__txt-1 {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
}

.mobile-plan__header-2 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

.mobile-plan .price {
  margin-bottom: 10px;
}

.mobile-plan .btn {
  width: 130px;
  margin-bottom: 20px;
}

.mobile-plan__txt-2 {
  font-size: 12px;
  line-height: 19px;
}
.mobile-plan__txt-2 div {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.mobile-plan__txt-2 strong {
  font-weight: bold;
  display: block;
}

.mobile-features-wrap {
  display: none;
}
.mobile-features-wrap .video-wrap {
  margin-bottom: 0;
}

.mobile-features {
  display: none;
}

.mobile-features__header {
  font-weight: bold;
  font-size: 14px;
  border-top: 1px solid #ADB7BD;
  border-bottom: 1px solid #ADB7BD;
  padding: 4px 20px;
  background: #fff;
}

.mobile-features__table {
  display: none;
  padding: 0 20px;
}
.mobile-features__table .row {
  align-items: center;
}
.mobile-features__table .col {
  width: 50%;
  font-size: 12px;
  line-height: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.mobile-features__table .col strong {
  color: #0C8BB7;
  font-weight: bold;
}
.plans-header-list {
  display: none;
  background: #F8F8F8;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 9px 20px;
  position: fixed;
  left: 0;
  top: 50px;
  right: 0;
  z-index: 9;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.plans-header-list ul {
  border: 1px solid #3A3F50;
  display: flex;
}
.plans-header-list ul li {
  text-align: center;
  flex: 1;
  border-right: 1px solid #3A3F50;
  cursor: pointer;
  font-size: 12px;
  line-height: 15px;
  padding: 13px 10px;
}
.plans-header-list ul li.active {
  color: #0C8BB7;
  font-weight: bold;
}
.plans-header-list ul li:last-child {
  border: 0;
}

.step-2-header {
  padding: 70px 0 45px 0;
}
.step-2-header h1 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
  font-size: 45px;
  line-height: 125%;
}
.step-2-header p {
  margin: 0;
  font-size: 18px;
  line-height: 125%;
  text-align: center;
}

.step2-form-wrap {
  max-width: 670px;
  margin: 95px auto 0 auto;
}

.step2-buttons {
  max-width: 440px;
  margin: 40px auto;
}
.step2-buttons .or {
  margin: 30px auto;
}
.step2-buttons p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
}
.step2-buttons p a {
  color: #F05050;
}

.step2-devider {
  height: 40px;
  border-top: 1px solid #ADB7BD;
  border-bottom: 1px solid #ADB7BD;
  margin-bottom: 40px;
}

.text-page {
  line-height: 1.7;
  font-size: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.text-page h1 {
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.2;
}
.text-page h2 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
}
.text-page p, .text-page ol, .text-page ul {
  margin-bottom: 20px;
}
.text-page ol {
  padding-left: 15px;
}

.w-50 {
  width: 50%;
}

.my-tabs-wrap {
  margin: 120px auto 90px auto;
  max-width: 550px;
}

.my-tabs {
  display: flex;
  position: relative;
  margin-bottom: -1px;
}
.my-tabs li {
  flex: 1;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.my-tabs li.active {
  border: 1px solid #ddd;
  border-bottom-color: #fff;
  background: #fff;
}
.my-tabs li:hover:not(.active) {
  background: rgba(0, 0, 0, 0.05);
}

.my-tab {
  display: none;
}

.my-tabs-in {
  border: 1px solid #ddd;
  background: #fff;
  padding: 60px;
}

.pay-pal {
  margin-bottom: 30px;
  text-align: center;
}
.pay-pal img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.finish-text {
  text-align: center;
  margin: 90px 0 40px 0;
}
.finish-text div {
  color: #F05050;
  font-size: 48px;
  margin-bottom: 30px;
}
.finish-text p {
  margin-bottom: 30px;
  font-size: 22px;
}

@media (max-width: 1248px) {
  h2, .h2 {
    font-size: 45px;
  }

  .main-page-box {
    margin-bottom: 100px;
  }

  .main-text {
    margin: 0 0 24px 0;
  }
  .main-text .main-text__left {
    width: 41.666667%;
  }
  .main-text .main-text__right {
    width: 41.666667%;
  }
  .main-text .main-text__icon {
    width: 16.666667%;
  }
  .main-text:after, .main-text:before {
    display: none;
  }
  .main-text .main-text__left div, .main-text .main-text__right div {
    font-size: 20px;
  }
}
@media (max-width: 999px) {
  h2, .h2 {
    font-size: 39px;
  }

  .main-page-box {
    margin-bottom: 60px;
  }

  .nav-icon-ham {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .buttons-header {
    right: 76px;
  }

  .main-page-box {
    min-height: 1px;
  }

  .main-block {
    text-align: center;
    color: #fff;
    padding: 40px 0 70px 0;
  }
  .main-block h1 {
    font-size: 45px;
  }
  .main-block p {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .to-next-box {
    margin: 100px 0 30px 0;
  }

  header nav {
    position: fixed;
    left: 0;
    top: 67px;
    right: 0;
    bottom: 0;
    background: #0C8BB7;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    display: none;
  }
  header nav div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
  }
  header nav div ul {
    display: block;
    padding: 20px;
  }
  header nav div ul li a {
    font-size: 38px;
    font-weight: bold;
    padding: 10px 0;
    margin: 10px 0;
  }

  header.ham nav {
    display: block;
  }

  .join-up-box {
    display: block;
    text-align: center;
  }
  .join-up-box div {
    font-size: 39px;
    margin-bottom: 36px;
  }
  .join-up-box .btn {
    margin: 0 auto;
    display: block;
    max-width: 220px;
  }

  .join-up-box2 {
    padding: 100px 0;
  }
  .join-up-box2 .container {
    display: block;
    text-align: center;
  }
  .join-up-box2 .container div {
    font-size: 39px;
    margin-bottom: 36px;
  }
  .join-up-box2 .container .btn {
    margin: 0 auto;
    display: block;
    max-width: 220px;
  }

  .video-over .container p {
    font-size: 40px;
  }
  .video-over .container div a {
    min-width: 220px;
    margin: 0 20px;
  }

  .reviews .col div {
    padding: 0;
  }

  .sing-up-page-bg h1, .step-2-header h1 {
    font-size: 37px;
  }

  .sing-up-page-bg__text {
    font-size: 18px;
  }

  .step-counter {
    max-width: 480px;
  }

  .col-plan-top-2 span {
    font-size: 24px;
  }

  .text-page h1 {
    font-size: 40px;
  }
  .text-page h2 {
    font-size: 24px;
  }

  .finish-text div {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .finish-text p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .col {
    padding: 0 8px;
  }

  h2, .h2 {
    font-size: 30px;
  }

  .main-page-box {
    margin-bottom: 30px;
  }

  header {
    height: 50px;
  }

  .pad {
    height: 50px;
  }

  .logo {
    height: 20px;
    width: auto;
  }

  header nav {
    top: 50px;
  }

  .nav-icon-ham {
    width: 22px;
    height: 21px;
    top: 15px;
  }
  .nav-icon-ham span:nth-child(1) {
    top: 0;
  }
  .nav-icon-ham span:nth-child(2) {
    top: 8px;
  }
  .nav-icon-ham span:nth-child(3) {
    top: 16px;
  }
  .nav-icon-ham.open span:nth-child(2) {
    width: 0;
  }
  .nav-icon-ham.open span:nth-child(3) {
    top: 16px;
  }

  .buttons-header {
    top: 10px;
    right: 60px;
  }
  .buttons-header .btn-outline {
    margin-left: 8px;
    min-width: 60px;
    padding: 5px;
  }

  header nav div ul li a {
    font-size: 32px;
    margin: 5px 0;
  }

  .main-text {
    margin: 0 0 34px 0;
  }
  .main-text .main-text__left {
    width: 100%;
  }
  .main-text .main-text__right {
    width: 100%;
  }
  .main-text .main-text__right div {
    text-align: inherit;
  }
  .main-text .main-text__icon {
    width: 100%;
    height: 0;
    position: relative;
    margin: 8px 0;
  }
  .main-text .main-text__icon img {
    transform: translateY(-50%);
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
  }
  .main-text .main-text__left, .main-text .main-text__right {
    width: 100%;
    padding-right: 70px;
  }
  .main-text .main-text__left div, .main-text .main-text__right div {
    font-size: 18px;
  }

  .main-text-wrap {
    margin-bottom: 40px;
  }
  .main-text-wrap .main-text:nth-child(even) .main-text__icon {
    width: 100%;
    height: 0;
    position: relative;
    margin: 8px 0;
  }
  .main-text-wrap .main-text:nth-child(even) .main-text__icon img {
    right: auto;
    left: 0;
  }
  .main-text-wrap .main-text:nth-child(even) .main-text__left, .main-text-wrap .main-text:nth-child(even) .main-text__right {
    width: 100%;
    padding: 0 0 0 70px;
  }
  .main-text-wrap .main-text:nth-child(even) .main-text__left div, .main-text-wrap .main-text:nth-child(even) .main-text__right div {
    text-align: right;
  }

  .video-wrap {
    margin-bottom: 50px;
  }

  .video-over .container p {
    font-size: 30px;
    margin-bottom: 5%;
  }
  .video-over .container div a {
    margin: 0 10px;
    min-width: 120px;
  }
  .video-over .container div .btn {
    font-size: 12px;
    padding: 9px 24px;
  }
  .video-over .container div .btn-outline {
    font-size: 12px;
    padding: 8px 23px;
    border-width: 1px;
  }

  .join-up-box {
    margin-bottom: 50px;
  }
  .join-up-box div {
    font-size: 30px;
    margin-bottom: 26px;
  }

  .join-up-box2 {
    padding: 40px 0;
  }
  .join-up-box2 .container div {
    font-size: 28px;
    margin-bottom: 26px;
  }

  .reviews-wrap {
    margin-bottom: 20px;
  }

  .reviews .col {
    width: 50%;
  }
  .reviews .col div {
    padding: 0 0 40px 0;
  }

  .plans-wrap {
    display: none;
  }

  .sing-up-page-bg {
    padding-bottom: 20px;
    min-height: 1px;
  }

  .mobile-plans-wrap, .mobile-features-wrap {
    display: block;
  }

  .visitors-label {
    padding-bottom: 20px;
    font-weight: bold;
  }

  .step-counter .step-counter__item {
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .step-counter .step-counter__item div {
    position: absolute;
    top: 45px;
    left: 50%;
    width: 46px;
    margin-left: -23px;
    font-size: 12px;
  }

  .sing-up-page-bg h1, .step-2-header h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .step-2-header {
    padding: 40px 0;
  }
  .step-2-header h1 {
    font-size: 24px;
  }
  .step-2-header p {
    font-size: 16px;
  }

  .plans-header-list {
    display: block;
  }

  .plans-header-list-show {
    display: block;
    opacity: 1;
  }

  .my-tabs-in {
    padding: 20px;
  }

  .my-tabs li {
    font-size: 16px;
  }

  .my-tabs-wrap {
    margin: 70px auto 50px auto;
  }

  .finish-text div {
    font-size: 28px;
  }
  .finish-text p {
    font-size: 16px;
  }
  .finish-text p br {
    display: none;
  }
}
@media (max-width: 480px) {
  .main-block h1 {
    font-size: 26px;
  }
  .main-block p {
    font-size: 16px;
  }

  .to-next-box {
    margin: 40px 0;
  }

  footer ul {
    padding-bottom: 18px;
  }
  footer .container div a:nth-child(1) {
    order: 2;
    margin: 0 10px;
  }
  footer .container div a:nth-child(3) {
    order: 3;
    margin: 0 10px;
  }
  footer .container div p {
    order: 1;
    width: 100%;
    margin: 0 0 5px 0;
    text-align: center;
  }

  .reviews-wrap .h2 br {
    display: none;
  }

  .cont-go-area {
    display: block;
  }
  .cont-go-area .btn {
    width: 100%;
  }

  .contact-inputs {
    display: block;
  }
  .contact-inputs .col {
    width: 100%;
  }

  .login-page {
    padding: 40px 20px;
  }

  .logo-login {
    margin-bottom: 40px;
  }

  .login-title {
    text-align: center;
    margin-bottom: 40px;
  }
  .login-title div {
    font-weight: 300;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .login-title p br {
    display: none;
  }

  .step-2-header p br {
    display: none;
  }

  .text-page h1 {
    font-size: 30px;
  }
  .text-page h2 {
    font-size: 20px;
  }
}

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