/* Mixins */
.cf {
  min-height: 1%;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.inner-border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.upp {
  text-transform: uppercase;
}
.und {
  text-decoration: underline;
}
.row {
  width: 100%;
  min-height: 1%;
  clear: both;
}
.row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.inner-content {
  width: 87%;
  min-height: 1%;
  margin: 0 auto;
  clear: both;
}
.inner-content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.blind {
  display: none !important;
}
body.homepage {
  background-color: #00b4ff;
}
body {
  background-color: #eff1f3;
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}
input,
button {
  font-family: 'Work Sans', sans-serif;
}
h1 {
  color: #00b4ff;
  font-weight: 300;
  font-size: 48px;
  margin-top: 1em;
}
.intro-body-left h1 {
  color: #ccf0ff;
  font-weight: 300;
  text-align: left;
  font-size: 65px;
  margin-top: 33px;
  line-height: 74px;
}
@media all and (max-width: 490px) {
  .intro-body-left h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
.login_mobile {
  display: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  float: right;
  padding-top: 4px;
}


h3 {
  color: #00b4ff;
  font-weight: 300;
  font-size: 25px;
  line-height: 140%;
}
a {
  text-decoration: none;
  color: #00b4ff;
}
.intro-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.intro-menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.intro-menu li:first-child {
  float: left;
}
.intro-menu li {
  float: right;
}
.close-signup {
  position: absolute;
  right: 15%;
  top: 3.6em;
  cursor: pointer;
}
.formlink {
  margin: 0;
  padding: 0.6em 0 1em;
}
.content {
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  background-color: #fff;
  color: #505a69;
  border: 1px solid #dee4ec;
  padding: 40px 20px 80px;
}
form {
  margin-top: 1.4em;
}
input[type=text],
input[type=password],
textarea {
  /* -webkit-appearance: none; */
  /* font-size:16px; */
  border: 1px solid #dee4ec;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  width: 240px;
  transition: border-color 0.5s ease;
  background: #fff;
  box-sizing: border-box;
  color: #505a69;
  font-weight: 400;
  resize: none;
  padding-left: 11px;
  padding-right: 11px;
  margin-top: 20px;
  height: 40px;
  font-size: 16px;
  -webkit-appearance: none;
}
input.error[type=text],
input.error[type=password],
textarea.error {
  border-color: #ff6473;
}
input:focus,
textarea:focus {
  color: inherit;
  outline: 0;
}
input[type=text]:hover,
input[type=password]:hover {
  border: 1px solid #c3cad5;
  cursor: text;
}
*::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #96a0af;
}
*:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #96a0af;
  opacity: 1;
}
*::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #96a0af;
  opacity: 1;
}
*:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #96a0af;
}
*:focus::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
*:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
*:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
*:focus:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
small.hint {
  display: block;
  margin: 0.5em 2em;
}
div.pass_field {
  position: relative;
}
#tabs {
  padding: 0;
  border: 0;
  max-width: 520px;
  border: 1px solid #dee4ec;
  overflow: auto;
  border-bottom: 0;
}
.tab {
  text-align: center;
  width: 50%;
  display: block;
  float: left;
  cursor: pointer;
  padding: 18px 0;
  font-weight: 700;
}
#tab_reg {
  border-right: 1px solid #dee4ec;
  width: calc(49%);
}
.tab.off {
  background-color: #f7f8f9;
  border-bottom: 1px solid #dee4ec;
}
#tabs + .content {
  border-top: 0;
}
#pass_meter {
  position: absolute;
  top: 21px;
  margin-left: 4px;
  width: 4px;
  height: 38px;
  background: url('/assets/images/pass-strength.png') 0 0 no-repeat transparent;
}
p.dialog-info {
  color: #505a69;
  padding: 1em 3em 0;
}
.signup-button {
  width: 240px;
  /* height: 40px; */
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  color: #ffffff;
  background: #00b4ff;
  padding: 12px 0;
  text-decoration: none;
  text-align: center;
  border: none;
}
.signup-button:hover {
  background: #01a1f4;
  text-decoration: none;
}
.message {
  margin: 0 2em 1em;
}
.message.error,
.message.warning {
  color: #ff6473;
  display: block;
}
.confirm_info {
  line-height: 1.4em;
  font-size: 16px;
  margin: 1.5em 2em;
}

.registration-new p.url_preview {
  font-size: 27px;
  font-weight: 300;
  color: #00b3ff;
  margin-top: 32px;
  margin-bottom: 14px;
}
.registration-new .url_preview span {
  color: #c3cad6;
}

.registration-new.confirm,
.bluebg {
  background-color: #00b4ff;
  text-align: center;
}
.bluebg .registration-new {
  padding-top: 90px;
}
.bluebg .bottom {
  margin: 160px auto 20px;
  color: #fff;
  max-width: 540px;
  font-size: 11px;
  line-height: 22px;
  border-top: 1px solid #23c1ff;
}

#intro_benefits {
  background-color: #eff1f3;
  padding-bottom: 80px;
}
#intro_benefits .third {
  padding: 60px 4% 40px;
  margin-top: 49px;
  width: 25.3333%;
  float: left;
}
#intro_benefits .third.last {
  background: url(/assets/images/trol.png) 50% 0 no-repeat transparent;
}
#intro_benefits h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
}
.benefits_inner {
  display:none;
  overflow: auto;
  width: 87%;
  margin: 0 auto;
}

.imac{
  display:inherit;
  background: #eff1f3;
  position:relative;
}
.img-mac {
  margin-top: -6.5rem;
  padding-bottom: 38px;
  margin-left: 69px;

}

.imac-wrapper{
   display:inherit;
  position:relative;
  width:685px;
  margin: 0 auto;

}
.imac-text{
  display:inherit;
  color:#fff;
  font-size:20px;
  position:absolute;
  width: 125px;
  margin-top: -9.17em;
  margin-left: 29.49em;
}

.wrapimg {
  width: 100%;
  display: block;
}
.third p {
  color: #00b4ff;
  font-size: 16px;
  line-height: 26px;
}
#try_wrapper {
  padding: 37px 0 129px;
}
a.button.green {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  background-color: #5ce06c;
  color: #fff;
  border-radius: 2px;
  font-size: 20px;
  border: none;
  outline: none;
}
.homepage #footer {
  width: 100%;
  font-size: 12px;
  color: #324678;
  background: #eff1f3;
  min-height: 1%;
}
.homepage #footer:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.homepage #footer .inner-content {
  border-top: 1px solid #c9cfda;
  padding-top: 15px;
  padding-bottom: 30px;
}
.homepage #footer p {
  float: left;
  display: inline-block;
  margin: 0 0;
  color: #505a69;
  font-size: 12px;
}
.homepage #footer .right {
  float: right;
}
.homepage #footer .right a {
  text-decoration: none;
  color: #00b4ff;
  font-size: 12px;
  padding: 0 0;
  margin-left: 25px;
}
.footer {
  width: 80%;
  max-width: 1080px;
  padding-top: 3em;
  margin: 60px auto 30px;
  border-top: 1px solid #d2d9e4;
}
.footer-name {
  font-size: 2rem;
  line-height: 160%;
  font-weight: 700;
  color: #96a0af;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: 0;
}
.footer-notice {
  text-align: center;
  color: #96a0af;
  margin: 0;
  font-size: 14px;
}
/*intro*/
.intro-bg {
  width: 100%;
  height: 100%;
}
.intro-cont {
  width: 87%;
  height: 500px;
  margin: 0 auto;
  color: white;
}
.intro-head {
  height: 60px;
  widht: 100%;
  border-bottom: 1px dashed #dee4ec;
}
.intro-head a {
  color: white;
}
.intro-head a:hover {
  color: #d0f3ff;
}
/* .intro-menu{float:right; font-weight:600; color:white}
.intro-menu li{float:right; margin-left:69px; margin-top: 15px;} */
.intro-body {
  width: 100%;
  height: 400px;
  /* border-bottom:1px dashed #dee4ec */
}
.intro-body-left {
  width: 60%;
  float: left;
  text-align: left;
  padding-top: 40px;
}
/* .intro-body-left h1{font-size:65px; font-weight:700; padding-top: 50px; margin-top: 0; float:left; color:#fff; text-align: left;}
.intro-body-left h2{font-size:71px; font-weight:300;   margin-top: 1px; line-height: 65px; color:#fff; text-align: left;} */
.intro-body-left .original {
  font-size: 14px;
  float: left;
  float: none;
  padding-top: 70px;
  text-align: left;
}
.intro-body-right {
  max-width: 342px;
  /* height:300px; */
  float: right;
  margin-top: 116px;
}
.intro-body-right h3 {
  font-size: 22px;
  font-weight: 400;
  float: left;
}
.prihlasit-se-icon {
  float: right;
  margin-top: -17px;
}
.help-text1 {
  color: #324678;
  text-align: center;
  margin: 19px auto 0;
  display: block;
  font-size: 14px;
}
.help-text1:hover {
  text-decoration: underline;
}
.intro-foot {
  width: 100%;
  font-size: 13px;
  padding-top: 10px;
}
.intro-foot p {
  float: left;
}
.o-podminky {
  float: right;
  display: block;
  color: #324678;
  padding-top: 1em;
}
/* ABOUT */
#about {
  background: #00b4ff url(/assets/images/person.jpg) left bottom no-repeat;
  min-height: 500px;
  background-size: auto 100%;
}
#about .text {
  padding-top: 75px;
  color: #fff;
  float: right;
  max-width: 55%;
  text-align: left;
}
#about h2 {
  clear: both;
  font-size: 65px;
  font-weight: 300;
  color: #fff;
  line-height: 74px;
  margin: 0 0;
  margin-bottom: 18px;
}
#about p {
  clear: both;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  margin: 0 0;
}
/* PRICE */
#price {
  background: #eff1f3;
  clear: both;
  text-align: center;
}
#price .inner-content {
  padding: 80px 0 160px 0;
}
#price h2 {
  clear: both;
  font-size: 65px;
  font-weight: 300;
  color: #00b4ff;
  line-height: 74px;
  margin: 0 0;
  margin-bottom: 40px;
}
#price .box {
  display: inline-block;
  clear: none;
  width: 300px;
  margin: 0 50px;
  height: 340px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  border: 2px solid #00b4ff;
  border-radius: 2px;
}
#price .box .info {
  position: absolute;
  height: 30px;
  line-height: 30px;
  left: 50%;
  margin-left: -70px;
  top: -20px;
  background: #00b4ff;
  color: #fff;
  width: 140px;
  display: block;
  text-align: center;
  border-radius: 2px;
  font-size: 16px;
}
#price h3 {
  clear: both;
  font-size: 35px;
  font-weight: 300;
  color: #00b4ff;
  line-height: 40px;
  margin-top: 28px;
  margin-bottom: 8px;
}
#price .price {
  clear: both;
  font-size: 65px;
  font-weight: 300;
  color: #00b4ff;
  line-height: 62px;
  margin: 0 0;
  display: inline-block;
  position: relative;
  letter-spacing: -2Px;
}
#price .price strong {
  font-weight: 600;
  color: #5ce06c;
}
#price .price .line {
  height: 3px;
  width: 100%;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  left: 0;
  background: #00b4ff;
}
#price .price.second {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  top: 41%;
}
#price .bottom {
  width: 100%;
  position: absolute;
  bottom: 28px;
  left: 0;
}
#price p {
  clear: both;
  font-size: 16px;
  color: #324678;
  margin-bottom: 20px;
}
#price .buy {
  height: 50px;
  line-height: 46px;
  background: #5ce06c;
  color: #fff;
  width: 220px;
  margin: 0 auto;
  display: block;
  text-align: center;
  border-radius: 2px;
  font-weight: 500;
  font-size: 20px;
}
#price .shadow {
  position: absolute;
  width: 100%;
  height: 68px;
  background: url(/assets/images/shadow.png) center center no-repeat;
  left: 0;
  bottom: -72px;
}
#price .price-plan-switchers {
  display: none;
}
/* SIGN UP */
#sign-up .inner-content {
  padding-top: 65px;
  padding-bottom: 35px;
}
#sign-up h2 {
  clear: both;
  font-size: 65px;
  font-weight: 300;
  color: #fff;
  line-height: 74px;
  margin: 0 0;
  margin-bottom: 12px;
}
#sign-up form {
  min-height: 1%;
  border: none;
}
#sign-up form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
#sign-up fieldset {
  min-height: 1%;
  border: none;
}
#sign-up fieldset:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
#sign-up p {
  color: #324678;
  font-size: 14px;
  font-weight: 500;
}
#sign-up .row {
  margin-bottom: 25px;
}
#sign-up .sign-up-part {
  float: left;
  padding: 0 10px;
  clear: none;
  width: 23.333%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#sign-up .sign-up-part.last {
  width: 30%;
}
#sign-up input[type="text"],
#sign-up input[type="password"],
#sign-up input[type="email"] {
  height: 50px;
  line-height: 50px;
  width: 100%;
  border: none;
  display: block;
  background: #eff1f3;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 18px;
  color: #324678;
  font-size: 16px;
  border-radius: 2px;
  margin: 0 0;
}
#sign-up button {
  cursor: pointer;
  display: block;
  border: none;
  outline: none;
  height: 50px;
  width: 100%;
  border-radius: 2px;
  background: #324678;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
#sign-up button span {
  color: #5ce06c;
}
/* BOTTOM INFO */
#bottom-info {
  background: #eff1f3;
  padding: 80px 0 55px 0;
}
#bottom-info img {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}
#bottom-info .text {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 130px;
  min-height: 1%;
}
#bottom-info .text:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
#bottom-info p {
  font-size: 16px;
  color: #00b4ff;
  line-height: 26px;
  clear: both;
  margin-bottom: 32px;
}
#bottom-info .left {
  width: 50%;
  float: left;
}
#bottom-info .left p {
  font-size: 12px;
  font-weight: 500;
  color: #324678;
}
#bottom-info .right {
  width: 50%;
  float: right;
  text-align: right;
}
#bottom-info .right p {
  font-size: 12px;
  font-weight: 500;
  color: #324678;
}
#bottom-info .payment {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
#bottom-info .payment img {
  display: inline-block;
  margin: 0 14px;
  margin-bottom: 20px;
}
/* COOKIES */
#cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 8888;
  width: 100%;
  padding: 14px 0;
  text-align: center;
  background: #324678;
}
#cookies .inner-content {
  position: relative;
}
#cookies p {
  font-size: 14px;
  color: #fff;
  margin: 0 0;
  padding: 0 30px;
}
#cookies p a {
  color: #00b4ff;
  text-decoration: none;
}
#cookies .close {
  width: 11px;
  height: 9px;
  display: block;
  position: absolute;
  right: 0;
  text-indent: -1000px;
  overflow: hidden;
  background: url(/assets/images/close.png) left bottom no-repeat;
  top: 3px;
  padding: 0 0;
  margin: 0 0;
}
/* NEW REGISTRATION */
.registration-new {
  min-height: 1%;
  position: static;
}
.registration-new:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.registration-new .bg {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.registration-new .bg .left {
  width: 50%;
  float: left;
  background: #fafcff;
  height: 100%;
}
.registration-new .bg .right {
  width: 50%;
  float: left;
  background: #00b4ff;
  height: 100%;
}

.registration-new .bg .right.grey {
  background-color: #96a0af;
}
.registration-new .left-part,
.registration-new .right-part {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 20px;
  width: 50%;
  float: left;
  position: relative;
  z-index: 30;
  margin: 0 0;
  padding-top: 90px;
}
.registration-new h2 {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  max-width: 455px;
  clear: both;
  color: #fff;
  font-weight: 300;
  font-size: 65px;
  line-height: 74px;
  letter-spacing: -2px;
  margin-bottom: 14px;
}
.registration-new img {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
.registration-new p {
  font-size: 14px;
  color: #505a69;
  line-height: 19px;
  clear: both;
  margin: 0 auto;
  display: inline-block;
  max-width: 420px;
  width: 100%;
  padding: 0 0 !important;
}
.registration-new p a {
  color: #00b4ff;
  text-decoration: none;
}
.registration-new .left-part h2 {
  color: #505a69;
  text-align: center;
}
.registration-new .form-box {
  padding-top: 25px;
}
.registration-new .form-box form {
  margin-top: 0;
}
.registration-new .form-box .pass_field {
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  margin-top: 20px;
}
.registration-new .form-box #pass_show {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  position: absolute;
  right: 15px;
  font-size: 12px;
  color: #00b4ff;
  font-weight: 500;
  top: 0;
}
.registration-new .form-box input[type="text"],
.registration-new .form-box input[type="email"],
.registration-new .form-box input[type="password"],
.registration-new .form-box input[type="submit"] {
  clear: both;
  float: none;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
  max-width: 260px;
  border-radius: 2px;
  height: 50px;
  line-height: 50px;
  color: #1e2837;
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.registration-new .form-box input[type="password"] {
  margin: 0 0;
}
.registration-new .form-box input[type="submit"] {
  margin: 30px auto;
  line-height: normal;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border: none;
  background: #58cb6e;
  outline: none;
}
.registration-new .bottom {
  margin-top: 105px;
  padding-top: 22px;
  clear: both;
  border-top: 1px solid #dee4ec;
  width: 100%;
}
.registration-new .bottom p {
  color: #505a69;
  font-size: 12px;
  line-height: 18px;
  max-width: 470px;
}
.signinbtn {
  font-size: 20px !important;
}
/* MEDIA */
@media all and (max-width: 1100px) {
  #logo {
    max-width: 60%;
  }
  .intro-bg {
    height: 200%;
  }
  .intro-body {
    border: none;
  }
  .intro-body-right {
    float: left;
    margin-top: 80px;
    padding-bottom: 80px;
    max-width: 100%;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .intro-body-left {
    width: 100%;
    border-bottom: 1px dashed #dee4ec;
    padding-bottom: 30px;
  }
  .intro-foot {
    display: none;
  }
  #about {
    background: #00b4ff url(/assets/images/person.jpg) -200px bottom no-repeat;
  }
  #about .text {
    padding-top: 40px;
    max-width: 68%;
  }
  .benefits_inner {
    display:inherit;
    overflow: auto;
    width: 87%;
    margin: 0 auto;
  }

  .imac-text {
    display:none;
  }
  
  .imac-wrapper{
  display:none;

}

  .imac{
    display:none;
  }
  @media all and (max-width: 1018px) {
    #sign-up .sign-up-part {
      padding: 10px 10px;
      width: 50%;
    }
    #sign-up .sign-up-part.last {
      width: 50%;
    }
  }
  @media all and (max-width: 942px) {
    #price .box {
      margin: 0 25px;
    }
    #price .inner-content {
      width: 100%;
    }
  }
  @media all and (max-width: 865px) {
    #footer p,
    #footer .right {
      clear: both;
      float: left !important;
    }
    #footer .right {
      padding-top: 14px;
      text-align: left;
    }
    #footer .right a {
      margin-left: 0 !important;
      margin-right: 25px;
    }
    .o-podminky {
      float: left;
      margin-bottom: 14px;
    }
    .intro-body-right {
      display: none;
    }
    .intro-body-left {
      border: none;
    }
    .intro-cont {
      height: auto;
    }
    .login_mobile {
      display: block;
    }

  }
  @media all and (max-width: 820px) {
    #about {
      background: #00b4ff url(/assets/images/person.jpg) -240px bottom no-repeat;
    }
    #about .text {
      padding-top: 30px;
      max-width: 72%;
    }
    #about h2 {
      font-size: 40px;
      line-height: 46px;
    }
  }
  @media all and (max-width: 767px) {
    #intro_benefits .third {
      width: 100%;
      float: none;
      clear: both;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding: 0 0;
    }
    #intro_benefits .third.last {
      padding-top: 60px;
    }
    #intro_benefits a {
      margin-top: 60px;
    }
    #price .inner-content {
      padding-bottom: 50px;
    }
    #price .box {
      margin: 0 auto;
      margin-bottom: 110px;
      clear: both;
      float: none;
      display: block;
      max-width: 100%;
    }
    .registration-new .bg {
      display: none;
    }
    .registration-new .left-part,
    .registration-new .right-part {
      width: 100%;
      clear: both;
      padding-bottom: 90px;
      background: #fafcff;
    }
    .registration-new .right-part {
      background: #00b4ff;
    }

    .registration-new .right-part.grey {
      background-color: #96a0af;
    }

    #about,
    #price .price-title,
    #price .price-plan.hidden,
    #price .price-plan-switch.hidden,
    #price .shadow,
    .intro_benefits-register {
      display: none;
    }

    #price .price-plan {
      margin-bottom: 40px;
    }

    #price .price-plan-switchers {
      display: block;
      margin-bottom: 30px;
    }

    #intro_benefits {
      padding-top: 45px;
      padding-bottom: 10px;
    }

    #intro_benefits .third {
      clear: none;
      margin: 0 !important;
      padding: 0 !important;
    }

    #intro_benefits .third.last {
      background: none;
    }

    .bx-pager {
      margin: 40px 0 0;
    }

    .bx-pager-item {
      display: inline-block;
      text-align: center;
    }

    .bx-pager-link {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0 15px !important;

      border-radius: 50%;
      background-color: #00b3ff;
      text-indent: -9999em;
    }

    .bx-pager-link.active {
      background-color: #bee5f6;
    }

    #bottom-info .payment {
      font-size: 0;
    }

    #bottom-info .payment img {
      width: 7%;
      margin: 0 2.75%;
    }
    .login_mobile {
      margin-top: 20px;
    }
  }
  @media all and (max-width: 620px) {
    #sign-up .sign-up-part {
      padding: 0 0;
      margin-bottom: 20px;
      width: 100%;
      clear: both;
      float: none;
    }
    #sign-up .sign-up-part.last {
      width: 100%;
    }
  }
  @media all and (max-width: 490px) {
    #about {
      background: #00b4ff url(/assets/images/person.jpg) -260px bottom no-repeat;
    }
    #about .text {
      padding-top: 30px;
      max-width: 100%;
    }
    .login_mobile {
      margin-top: 12px;
    }
  }
  @media all and (max-width: 360px) {
    .login_mobile {
      margin-top: 8px;
    }
  }
