/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
VARIABLES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
BODY
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 88, sass/sass/main.scss */
html {
  width: 100%;
  height: 100%;
  font-family: 'Kluppy', sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
  background-color: #F6F8FA;
  color: #484848;
  background-image: url(../img/confetiBg.png);
  background-size: cover;
}

/* line 101, sass/sass/main.scss */
body {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.1px;
  color: #484848;
  letter-spacing: 0.3px;
}

/* line 110, sass/sass/main.scss */
.main-btn {
  font-size: 1.4rem;
  color: #4D769D;
  height: 40px;
  padding: 11px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(77, 118, 157, 0.25);
  -moz-box-shadow: 0px 2px 16px 0px rgba(77, 118, 157, 0.25);
  box-shadow: 0px 2px 16px 0px rgba(77, 118, 157, 0.25);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 122, sass/sass/main.scss */
.main-btn:hover {
  cursor: pointer;
  transform: translate(0px, -2px);
}

/* line 128, sass/sass/main.scss */
.hero-btn {
  font-size: 1.4rem;
  color: #fff;
  height: 40px;
  padding: 12px 25px 9px 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #4D769D;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(77, 118, 157, 0.25);
  -moz-box-shadow: 0px 2px 16px 0px rgba(77, 118, 157, 0.25);
  box-shadow: 0px 2px 16px 0px rgba(77, 118, 157, 0.25);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 140, sass/sass/main.scss */
.hero-btn:hover {
  cursor: pointer;
  transform: translate(0px, -2px);
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
GOOGLE BUTTON
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 152, sass/sass/main.scss */
.abcRioButton {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ALERTS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 162, sass/sass/main.scss */
.flash {
  top: 0;
  position: absolute;
  width: 100%;
  padding: 25px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
/* line 171, sass/sass/main.scss */
.flash p {
  font-weight: 400;
}
/* line 175, sass/sass/main.scss */
.flash i {
  cursor: pointer;
}

/* line 180, sass/sass/main.scss */
.flash-danger {
  background: #ffd0cc;
  color: #f0506e;
}

/* line 185, sass/sass/main.scss */
.flash-success {
  background: #9fffe0;
  color: #2bbd7e;
}

/* line 190, sass/sass/main.scss */
.flash-info {
  background: #d8eafc;
  color: #1e87f0;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
COOKIES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 201, sass/sass/main.scss */
.cookies-box {
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  bottom: 0;
  color: #fff;
  position: absolute;
  width: 100%;
}
/* line 209, sass/sass/main.scss */
.cookies-box .cookies-content {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 25px;
  background-color: rgba(0, 0, 0, 0.65);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
/* line 217, sass/sass/main.scss */
.cookies-box .cookies-content .cookies-text {
  opacity: 0.85;
}
/* line 220, sass/sass/main.scss */
.cookies-box .cookies-content .cookies-text a {
  display: inline-block;
  margin-left: 5px;
  text-decoration: underline;
  color: #fff;
}
/* line 228, sass/sass/main.scss */
.cookies-box .cookies-content .cookies-close {
  font-size: 1.4rem;
  font-weight: 100;
  letter-spacing: 1px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 236, sass/sass/main.scss */
.cookies-box .cookies-content .cookies-close:hover {
  opacity: 1;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
NAV
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 249, sass/sass/main.scss */
nav {
  width: 100%;
  height: 70px;
  background-color: #fff;
}
/* line 254, sass/sass/main.scss */
nav .nav-container {
  height: 70px;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
}
/* line 263, sass/sass/main.scss */
nav .nav-container .nav-right {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
/* line 267, sass/sass/main.scss */
nav .nav-container .nav-right form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
/* line 271, sass/sass/main.scss */
nav .nav-container .nav-right form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.2rem;
  padding-right: 25px;
  background-image: url("../img/ico-drop-down.svg");
  background-position: right;
  background-repeat: no-repeat;
}
/* line 284, sass/sass/main.scss */
nav .nav-container .nav-right .logout {
  font-size: 1.3rem;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 8px 15px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.5px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-left: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 294, sass/sass/main.scss */
nav .nav-container .nav-right .logout:hover {
  color: rgba(0, 0, 0, 0.65);
  background-color: rgba(0, 0, 0, 0.25);
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CONTAINER
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 309, sass/sass/main.scss */
.container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0px 60px 0px;
}
/* line 318, sass/sass/main.scss */
.container .box-header {
  margin: 0 auto;
  margin-bottom: 40px;
}
/* line 322, sass/sass/main.scss */
.container .box-header .title {
  font-size: 3.6rem;
  text-align: center;
  color: #4D769D;
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 330, sass/sass/main.scss */
.container .box-header .section-steps {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
/* line 335, sass/sass/main.scss */
.container .box-header .section-steps .step-bullet {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-right: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
/* line 343, sass/sass/main.scss */
.container .box-header .section-steps .step-bullet:last-child {
  margin-right: 0px;
}
/* line 348, sass/sass/main.scss */
.container .box-header .section-steps .bullet-on {
  background-color: #4D769D;
  border: 1px solid #4D769D;
}
/* line 353, sass/sass/main.scss */
.container .box-header .section-steps .bullet-done {
  background-color: #4D769D;
  border: 1px solid #4D769D;
  opacity: 0.35;
}
/* line 360, sass/sass/main.scss */
.container .box-header .section-subtitle {
  width: 400px;
  font-size: 1.4rem;
  text-align: center;
  opacity: 0.8;
}
/* line 370, sass/sass/main.scss */
.container .tab-bar-title {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
/* line 375, sass/sass/main.scss */
.container .tab-bar {
  width: 264px;
  height: 40px;
  background: rgba(32, 32, 64, 0.1);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 2px;
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
}
/* line 385, sass/sass/main.scss */
.container .tab-bar button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: transparent;
  width: 50%;
  height: 36px;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.35;
  cursor: pointer;
  font-family: 'Kluppy', sans-serif;
  min-width: 130px;
}
/* line 402, sass/sass/main.scss */
.container .tab-bar .button-selected {
  background: #fff;
  opacity: 1;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(77, 118, 157, 0.25);
  -moz-box-shadow: 0px 2px 16px 0px rgba(77, 118, 157, 0.25);
  box-shadow: 0px 2px 16px 0px rgba(77, 118, 157, 0.25);
}
/* line 412, sass/sass/main.scss */
.container .prices-box-content {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 20px;
}
/* line 418, sass/sass/main.scss */
.container .prices-box-content .prices-column {
  width: 25%;
  padding: 10px;
}
/* line 422, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(72, 72, 72, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 40px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
/* line 432, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box .title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
/* line 439, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box .license-amount {
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0.75;
  margin-bottom: 30px;
}
/* line 446, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box .old-price {
  font-size: 1.2rem;
  font-weight: 400;
}
/* line 451, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box .old-price {
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0.5;
  text-decoration: line-through;
}
/* line 458, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box .license-price {
  font-size: 3.6rem;
}
/* line 462, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box .license-year {
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0.5;
  margin-bottom: 30px;
}
/* line 469, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box .discount-box {
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  right: 15px;
  padding: 5px 10px;
  margin-top: -5px;
  background-color: #50E3C2;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #00A0AE;
}
/* line 488, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box-custom {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(72, 72, 72, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 40px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
/* line 498, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box-custom .title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
/* line 505, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box-custom .license {
  margin-bottom: 5px;
}
/* line 508, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box-custom .license form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
/* line 513, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box-custom .license form .license-btn {
  width: 30px;
  height: 30px;
  background-color: rgba(72, 72, 72, 0.15);
  font-size: 20px;
  cursor: pointer;
  color: #999;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  padding: 4px 0px;
}
/* line 525, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box-custom .license form .license-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 530, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box-custom .license form .remove-license {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 539, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box-custom .license form .add-license {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 548, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box-custom .license form .license-number {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 0px 0px 0px;
  font-size: 16px !important;
  width: 40px;
  height: 30px;
  border: 1px solid rgba(72, 72, 72, 0.15);
  text-align: center;
  color: #888;
}
/* line 560, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box-custom .license form input[type="text"] {
  padding: 0px;
  background-color: transparent;
}
/* line 567, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box-custom .license .license-amount {
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0.75;
  text-align: center;
  width: 100%;
  margin-top: 5px;
}
/* line 577, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box-custom .old-price {
  font-size: 1.2rem;
  font-weight: 400;
}
/* line 582, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box-custom .old-price {
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0.5;
  text-decoration: line-through;
}
/* line 589, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box-custom .license-price {
  font-size: 3.6rem;
}
/* line 593, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box-custom .license-year {
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0.5;
  margin-bottom: 5px;
}
/* line 600, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box-custom .alert-license {
  color: red;
  font-size: 1.2rem;
  margin: 0px 0px 10px 0px;
  visibility: hidden;
}
/* line 607, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-box-custom .discount-box {
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  right: 15px;
  padding: 5px 10px;
  margin-top: -5px;
  background-color: #50E3C2;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #00A0AE;
}
/* line 626, sass/sass/main.scss */
.container .prices-box-content .prices-column .best-choice {
  border: 2px solid #4D769D;
  padding: 39px;
}
/* line 630, sass/sass/main.scss */
.container .prices-box-content .prices-column .best-choice .main-btn {
  font-size: 1.4rem;
  color: #fff;
  height: 40px;
  padding: 11px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #4D769D;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(77, 118, 157, 0.25);
  -moz-box-shadow: 0px 2px 16px 0px rgba(77, 118, 157, 0.25);
  box-shadow: 0px 2px 16px 0px rgba(77, 118, 157, 0.25);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 642, sass/sass/main.scss */
.container .prices-box-content .prices-column .best-choice .main-btn:hover {
  cursor: pointer;
  transform: translate(0px, -2px);
}
/* line 649, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-info {
  margin-top: 5px;
  padding: 30px;
  background-color: rgba(77, 118, 157, 0.1);
}
/* line 654, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-info .prices-info-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
  opacity: 0.75;
}
/* line 661, sass/sass/main.scss */
.container .prices-box-content .prices-column .prices-info .prices-info-text {
  font-size: 1.4rem;
  opacity: 0.75;
  font-weight: 400;
}
@media all and (max-width: 768px) and (min-width: 426px) {
  /* line 671, sass/sass/main.scss */
  .container .prices-box-content .prices-column {
    width: 50%;
  }
}
@media all and (max-width: 425px) and (min-width: 100px) {
  /* line 678, sass/sass/main.scss */
  .container .prices-box-content .prices-column {
    width: 100%;
  }
}
/* line 687, sass/sass/main.scss */
.container .regular-box-content {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
/* line 692, sass/sass/main.scss */
.container .regular-box-content .box-content-box {
  width: 380px;
  padding: 40px;
  border: 1px solid rgba(72, 72, 72, 0.15);
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 699, sass/sass/main.scss */
.container .regular-box-content .box-content-box .login-register-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
/* line 705, sass/sass/main.scss */
.container .regular-box-content .box-content-box form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 709, sass/sass/main.scss */
.container .regular-box-content .box-content-box form .password-remember {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
/* line 715, sass/sass/main.scss */
.container .regular-box-content .box-content-box form .password-remember .remember-password {
  font-size: 1.2rem;
  color: #484848;
  opacity: 0.5;
}
/* line 722, sass/sass/main.scss */
.container .regular-box-content .box-content-box form label {
  font-size: 1.4rem;
  font-weight: 600;
  width: 100%;
  opacity: 0.75;
}
/* line 729, sass/sass/main.scss */
.container .regular-box-content .box-content-box form input[type="text"], .container .regular-box-content .box-content-box form input[type="email"], .container .regular-box-content .box-content-box form input[type="password"], .container .regular-box-content .box-content-box form input[type="tel"], .container .regular-box-content .box-content-box form input[type="number"] {
  width: 100%;
  margin: 10px 0px 20px 0px;
  height: 40px;
  border: 1px solid rgba(72, 72, 72, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 0px 0px 10px;
  font-family: 'kluppy', sans-serif;
  font-size: 1.6rem;
}
/* line 739, sass/sass/main.scss */
.container .regular-box-content .box-content-box form input[type="text"]::-webkit-input-placeholder, .container .regular-box-content .box-content-box form input[type="email"]::-webkit-input-placeholder, .container .regular-box-content .box-content-box form input[type="password"]::-webkit-input-placeholder, .container .regular-box-content .box-content-box form input[type="tel"]::-webkit-input-placeholder, .container .regular-box-content .box-content-box form input[type="number"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'kluppy', sans-serif;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.35);
}
/* line 744, sass/sass/main.scss */
.container .regular-box-content .box-content-box form input[type="text"]::-moz-placeholder, .container .regular-box-content .box-content-box form input[type="email"]::-moz-placeholder, .container .regular-box-content .box-content-box form input[type="password"]::-moz-placeholder, .container .regular-box-content .box-content-box form input[type="tel"]::-moz-placeholder, .container .regular-box-content .box-content-box form input[type="number"]::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'kluppy', sans-serif;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.35);
}
/* line 749, sass/sass/main.scss */
.container .regular-box-content .box-content-box form input[type="text"]:-ms-input-placeholder, .container .regular-box-content .box-content-box form input[type="email"]:-ms-input-placeholder, .container .regular-box-content .box-content-box form input[type="password"]:-ms-input-placeholder, .container .regular-box-content .box-content-box form input[type="tel"]:-ms-input-placeholder, .container .regular-box-content .box-content-box form input[type="number"]:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'kluppy', sans-serif;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.35);
}
/* line 754, sass/sass/main.scss */
.container .regular-box-content .box-content-box form input[type="text"]:-moz-placeholder, .container .regular-box-content .box-content-box form input[type="email"]:-moz-placeholder, .container .regular-box-content .box-content-box form input[type="password"]:-moz-placeholder, .container .regular-box-content .box-content-box form input[type="tel"]:-moz-placeholder, .container .regular-box-content .box-content-box form input[type="number"]:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'kluppy', sans-serif;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.35);
}
/* line 761, sass/sass/main.scss */
.container .regular-box-content .box-content-box form .checkbox-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
}
/* line 765, sass/sass/main.scss */
.container .regular-box-content .box-content-box form .checkbox-content label {
  margin-left: 15px;
  font-weight: 400;
  font-size: 1.4rem;
  opacity: 0.5;
}
/* line 771, sass/sass/main.scss */
.container .regular-box-content .box-content-box form .checkbox-content label a {
  display: inline-block;
  color: #484848;
  text-decoration: underline;
}
/* line 779, sass/sass/main.scss */
.container .regular-box-content .box-content-box form .main-btn {
  border: 0px;
  margin-left: auto;
  margin-right: auto;
}
/* line 785, sass/sass/main.scss */
.container .regular-box-content .box-content-box form .register-btn, .container .regular-box-content .box-content-box form .login-btn {
  color: #484848;
  font-size: 1.2rem;
  opacity: 0.5;
  text-align: center;
  margin-top: 20px;
}
/* line 794, sass/sass/main.scss */
.container .regular-box-content .box-content-box .login-form {
  display: none;
}
/* line 800, sass/sass/main.scss */
.container .regular-box-content .box-register {
  width: 700px;
}
/* line 803, sass/sass/main.scss */
.container .regular-box-content .box-register form {
  width: 100%;
}
/* line 806, sass/sass/main.scss */
.container .regular-box-content .box-register form .register-cols {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
}
/* line 809, sass/sass/main.scss */
.container .regular-box-content .box-register form .register-cols .col-left {
  padding-right: 15px;
  width: 50%;
}
/* line 814, sass/sass/main.scss */
.container .regular-box-content .box-register form .register-cols .col-right {
  padding-left: 15px;
  width: 50%;
}
/* line 822, sass/sass/main.scss */
.container .regular-box-content .box-content-box-verification {
  width: 380px;
  padding: 40px;
  border: 1px solid rgba(72, 72, 72, 0.15);
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 832, sass/sass/main.scss */
.container .regular-box-content .box-content-box-verification .verificati-img {
  width: 139px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
/* line 839, sass/sass/main.scss */
.container .regular-box-content .box-content-box-verification .verification-title {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 846, sass/sass/main.scss */
.container .regular-box-content .box-content-box-verification .verification-text {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
  opacity: 0.75;
  margin-bottom: 20px;
}
/* line 854, sass/sass/main.scss */
.container .regular-box-content .box-content-box-verification .resend {
  font-size: 1.2rem;
  opacity: 0.35;
  color: #484848;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 860, sass/sass/main.scss */
.container .regular-box-content .box-content-box-verification .resend:hover {
  opacity: 1;
}
/* line 866, sass/sass/main.scss */
.container .regular-box-content .box-content-box-cart {
  width: 600px;
  padding: 40px;
  border: 1px solid rgba(72, 72, 72, 0.15);
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 873, sass/sass/main.scss */
.container .regular-box-content .box-content-box-cart .cart-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
/* line 879, sass/sass/main.scss */
.container .regular-box-content .box-content-box-cart .cart-row {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  padding: 15px 5px;
  border-bottom: 1px solid rgba(72, 72, 72, 0.15);
}
/* line 886, sass/sass/main.scss */
.container .regular-box-content .box-content-box-cart .cart-row .item-name {
  font-weight: 400;
}
/* line 891, sass/sass/main.scss */
.container .regular-box-content .box-content-box-cart .total-price {
  float: right;
  color: #4D769D;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 5px;
}
/* line 897, sass/sass/main.scss */
.container .regular-box-content .box-content-box-cart .total-price .total-text {
  font-weight: 100;
}
/* line 902, sass/sass/main.scss */
.container .regular-box-content .box-content-box-cart .billing-method {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 32px;
}
/* line 911, sass/sass/main.scss */
.container .regular-box-content .box-content-box-cart .billing-method label {
  margin-right: 16px;
}
/* line 915, sass/sass/main.scss */
.container .regular-box-content .box-content-box-cart .billing-method select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(72, 72, 72, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width: 200px;
  font-family: 'kluppy', sans-serif;
  font-size: 1.6rem;
  background-color: transparent;
  color: #484848;
  padding: 10px 16px 9px 16px;
  background-image: url("../img/ico-drop-down.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
/* line 932, sass/sass/main.scss */
.container .regular-box-content .box-content-box-cart .btn-box {
  margin-top: 30px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 937, sass/sass/main.scss */
.container .regular-box-content .box-content-box-cart .btn-box .register-btn {
  color: #484848;
  font-size: 1.2rem;
  opacity: 0.5;
  text-align: center;
  margin-top: 20px;
}
/* line 948, sass/sass/main.scss */
.container #payments-table {
  width: 100% !important;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-bottom: 0px;
  font-weight: 400;
  white-space: nowrap;
}
/* line 960, sass/sass/main.scss */
.container #payments-table thead tr th {
  font-size: 1.1rem;
  font-weight: 600;
  color: #8B93A2;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(72, 72, 72, 0.15);
  background-position: right 20px center;
  text-align: left;
}
/* line 969, sass/sass/main.scss */
.container #payments-table thead tr th img {
  width: 10px;
}
/* line 974, sass/sass/main.scss */
.container #payments-table thead tr th:first-child {
  padding-left: 10px;
}
/* line 978, sass/sass/main.scss */
.container #payments-table thead tr th:last-child {
  background-image: none;
}
/* line 987, sass/sass/main.scss */
.container #payments-table tbody tr {
  padding: 0px 0px 0px 5px;
}
/* line 990, sass/sass/main.scss */
.container #payments-table tbody tr td {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(72, 72, 72, 0.15);
  font-family: 'Roboto Condensed', sans-serif;
}
/* line 995, sass/sass/main.scss */
.container #payments-table tbody tr td .arrow {
  margin-top: -1px;
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
/* line 1003, sass/sass/main.scss */
.container #payments-table tbody tr td .ico-table-check {
  width: 24px;
  height: 24px;
  background-image: url("/img/ico/ico-table-check.svg");
  background-repeat: no-repeat;
  margin-left: 4px;
  width: 32px;
}
/* line 1012, sass/sass/main.scss */
.container #payments-table tbody tr td .ico-table-uncheck {
  width: 24px;
  height: 24px;
  background-image: url("/img/ico/ico-table-uncheck.svg");
  background-repeat: no-repeat;
  margin-left: 4px;
  width: 32px;
}
/* line 1024, sass/sass/main.scss */
.container #payments-table tbody tr .row-options a {
  width: 24px;
  height: 24px;
  opacity: 0.35;
  float: right;
}
/* line 1030, sass/sass/main.scss */
.container #payments-table tbody tr .row-options a:hover {
  opacity: 1;
}
/* line 1036, sass/sass/main.scss */
.container #payments-table tbody tr td:first-child {
  padding-left: 10px;
}
/* line 1040, sass/sass/main.scss */
.container #payments-table tbody tr td:last-child {
  padding-right: 10px;
}
/* line 1047, sass/sass/main.scss */
.container #payments-table tbody .selectable-row:hover td {
  background-color: rgba(80, 114, 255, 0.2) !important;
}
/* line 1054, sass/sass/main.scss */
.container #payments-table tbody .disabled-row td {
  text-decoration: line-through;
  opacity: 0.5;
}
/* line 1059, sass/sass/main.scss */
.container #payments-table tbody .disabled-row .row-options {
  opacity: 1;
}
/* line 1062, sass/sass/main.scss */
.container #payments-table tbody .disabled-row .row-options a {
  width: 24px;
  height: 24px;
}
/* line 1066, sass/sass/main.scss */
.container #payments-table tbody .disabled-row .row-options a img {
  width: 24px;
  height: 24px;
}
/* line 1076, sass/sass/main.scss */
.container #payments-table tbody tr:last-child td {
  border-bottom: 0px;
}
