/*! jQuery UI - v1.12.1 - 2017-05-31
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1300px) {
    .container {
      max-width: 1260px; } }

.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

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

.row-sm {
  margin-right: -10px;
  margin-left: -10px; }
  .row-sm > .col,
  .row-sm > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }

.row-xs {
  margin-right: -5px;
  margin-left: -5px; }
  .row-xs > .col,
  .row-xs > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1300px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1300px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1300px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 1; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #fff; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #fff; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #fff; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #fff; }

.tooltip-inner {
  max-width: 220px;
  padding: 0.25rem 0.5rem;
  color: #000;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 12px 24px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

/* Mixins  */
* {
  margin: 0;
  padding: 0; }

html {
  position: relative;
  min-height: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Roboto', "Helvetica Neue", Arial, sans-serif; }

body {
  margin: 0;
  font-size: 14px;
  overflow-x: hidden; }

a {
  text-decoration: underline;
  outline: none !important; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

p {
  padding-bottom: 15px; }

h1, .h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 57px;
  text-shadow: 0 1px 0 #000;
  padding: 0 0 20px; }
  @media (max-width: 1299.98px) {
    h1, .h1 {
      font-size: 36px;
      line-height: 43px; } }
  @media (max-width: 991.98px) {
    h1, .h1 {
      font-size: 25px;
      line-height: 33px;
      padding: 0 0 10px; } }

h2, .h2 {
  font-size: 40px;
  line-height: 53px;
  padding: 0 0 30px;
  font-weight: 400; }
  @media (max-width: 1299.98px) {
    h2, .h2 {
      font-size: 30px;
      line-height: 39px;
      padding: 0 0 20px; } }
  @media (max-width: 991.98px) {
    h2, .h2 {
      font-size: 20px;
      line-height: 26px;
      padding: 0 0 10px; } }

h3, .h3 {
  font-size: 25px;
  line-height: 33px;
  padding: 0 0 30px;
  font-weight: 400; }
  @media (max-width: 1299.98px) {
    h3, .h3 {
      font-size: 25px;
      line-height: 33px;
      padding: 0 0 20px; } }
  @media (max-width: 991.98px) {
    h3, .h3 {
      font-size: 16px;
      line-height: 21px;
      padding: 0 0 10px; } }

h4, .h4 {
  font-size: 22px;
  line-height: 29px;
  padding: 0 0 20px;
  font-weight: 400; }
  @media (max-width: 1299.98px) {
    h4, .h4 {
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 991.98px) {
    h4, .h4 {
      font-size: 12px;
      line-height: 16px;
      padding: 0 0 10px; } }

h5, .h5 {
  font-size: 19px;
  line-height: 25px;
  padding: 0 0 20px;
  font-weight: 400; }
  @media (max-width: 1299.98px) {
    h5, .h5 {
      font-size: 16px;
      line-height: 21px; } }
  @media (max-width: 991.98px) {
    h5, .h5 {
      font-size: 12px;
      line-height: 16px; } }

h6, .h6 {
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 15px;
  font-weight: 400; }
  @media (max-width: 1299.98px) {
    h6, .h6 {
      font-size: 12px;
      line-height: 16px; } }
  @media (max-width: 991.98px) {
    h6, .h6 {
      font-size: 12px;
      line-height: 16px; } }

.rel {
  position: relative; }

.svg-link {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .svg-link:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }

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

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

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

.hide {
  display: none; }

/*
.retina {
  display: none;
}
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
  .noretina {
    display: none;
  }
  .retina {
    display: block;
  }
}
*/
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea,
select,
.form-control {
  font-size: 18px;
  color: #000;
  border: 1px solid #ccc;
  margin: 0;
  height: 50px;
  width: 100%;
  padding: 0 16px;
  font-weight: 400;
  outline: none !important;
  border-radius: 0;
  -webkit-transition: border-color .3s ease-in, box-shadow .3s ease-in;
  transition: border-color .3s ease-in, box-shadow .3s ease-in; }
  [type="text"]::-webkit-input-placeholder,
  [type="password"]::-webkit-input-placeholder,
  [type="date"]::-webkit-input-placeholder,
  [type="datetime"]::-webkit-input-placeholder,
  [type="datetime-local"]::-webkit-input-placeholder,
  [type="month"]::-webkit-input-placeholder,
  [type="week"]::-webkit-input-placeholder,
  [type="email"]::-webkit-input-placeholder,
  [type="number"]::-webkit-input-placeholder,
  [type="search"]::-webkit-input-placeholder,
  [type="tel"]::-webkit-input-placeholder,
  [type="time"]::-webkit-input-placeholder,
  [type="url"]::-webkit-input-placeholder,
  [type="color"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  .form-control::-webkit-input-placeholder {
    color: #ccc; }
  [type="text"]:-moz-placeholder,
  [type="password"]:-moz-placeholder,
  [type="date"]:-moz-placeholder,
  [type="datetime"]:-moz-placeholder,
  [type="datetime-local"]:-moz-placeholder,
  [type="month"]:-moz-placeholder,
  [type="week"]:-moz-placeholder,
  [type="email"]:-moz-placeholder,
  [type="number"]:-moz-placeholder,
  [type="search"]:-moz-placeholder,
  [type="tel"]:-moz-placeholder,
  [type="time"]:-moz-placeholder,
  [type="url"]:-moz-placeholder,
  [type="color"]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder,
  .form-control:-moz-placeholder {
    color: #ccc; }
  [type="text"]::-moz-placeholder,
  [type="password"]::-moz-placeholder,
  [type="date"]::-moz-placeholder,
  [type="datetime"]::-moz-placeholder,
  [type="datetime-local"]::-moz-placeholder,
  [type="month"]::-moz-placeholder,
  [type="week"]::-moz-placeholder,
  [type="email"]::-moz-placeholder,
  [type="number"]::-moz-placeholder,
  [type="search"]::-moz-placeholder,
  [type="tel"]::-moz-placeholder,
  [type="time"]::-moz-placeholder,
  [type="url"]::-moz-placeholder,
  [type="color"]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder,
  .form-control::-moz-placeholder {
    color: #ccc; }
  [type="text"]:-ms-input-placeholder,
  [type="password"]:-ms-input-placeholder,
  [type="date"]:-ms-input-placeholder,
  [type="datetime"]:-ms-input-placeholder,
  [type="datetime-local"]:-ms-input-placeholder,
  [type="month"]:-ms-input-placeholder,
  [type="week"]:-ms-input-placeholder,
  [type="email"]:-ms-input-placeholder,
  [type="number"]:-ms-input-placeholder,
  [type="search"]:-ms-input-placeholder,
  [type="tel"]:-ms-input-placeholder,
  [type="time"]:-ms-input-placeholder,
  [type="url"]:-ms-input-placeholder,
  [type="color"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder,
  .form-control:-ms-input-placeholder {
    color: #ccc; }
  @media (max-width: 1299.98px) {
    [type="text"],
    [type="password"],
    [type="date"],
    [type="datetime"],
    [type="datetime-local"],
    [type="month"],
    [type="week"],
    [type="email"],
    [type="number"],
    [type="search"],
    [type="tel"],
    [type="time"],
    [type="url"],
    [type="color"],
    textarea,
    select,
    .form-control {
      height: 40px;
      font-size: 16px;
      padding: 0 12px; } }
  [type="text"].error,
  [type="password"].error,
  [type="date"].error,
  [type="datetime"].error,
  [type="datetime-local"].error,
  [type="month"].error,
  [type="week"].error,
  [type="email"].error,
  [type="number"].error,
  [type="search"].error,
  [type="tel"].error,
  [type="time"].error,
  [type="url"].error,
  [type="color"].error,
  textarea.error,
  select.error,
  .form-control.error {
    color: #ff363c; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0; }
  select:invalid {
    color: gray; }

.select-wrap {
  position: relative; }
  .select-wrap:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -3px;
    cursor: pointer;
    pointer-events: none;
    border-style: solid;
    border-width: 6px 5px;
    border-color: #000 transparent transparent transparent; }
    @media (max-width: 1299.98px) {
      .select-wrap:after {
        right: 10px; } }

textarea {
  padding: 5px 16px; }

.error-text {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  font-size: 12px;
  line-height: 16px;
  padding: 3px 6px 4px;
  background: #ff363c;
  color: #fff;
  z-index: 3; }
  @media (max-width: 1299.98px) {
    .error-text {
      font-size: 10px;
      line-height: 12px;
      padding: 2px 6px; } }

.form-group {
  margin-bottom: 15px;
  position: relative; }
  @media (max-width: 1299.98px) {
    .form-group {
      margin-bottom: 10px; } }
  .form-group label {
    display: block;
    margin-bottom: 5px; }
  .form-group.error .form-control {
    border-color: #ff363c; }
  .form-group.error .error-text {
    display: block; }
  .form-group .append {
    display: flex; }
    .form-group .append .form-control {
      min-width: 0; }
  .form-group .prepend {
    display: flex; }
    .form-group .prepend .form-control {
      min-width: 0; }

.input-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
  position: relative; }
  @media (max-width: 1299.98px) {
    .input-group {
      margin-bottom: 20px; } }
  .input-group > .form-control {
    width: 1%;
    position: relative;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .input-group.error .form-control {
    border-color: #ff363c; }

.input-group-prepend {
  margin-right: -1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .input-group-prepend .form-control {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-right: 6px;
    border-right: none;
    z-index: 2;
    position: relative;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .input-group-prepend .form-control:after {
      content: "";
      position: absolute;
      right: -5px;
      top: 10px;
      bottom: 10px;
      width: 1px;
      background: #ccc; }
  .input-group-prepend + .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.img-flag {
  width: 26px;
  height: 20px;
  margin-right: 10px; }

input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  height: 30px;
  vertical-align: sub;
  width: 30px; }

label.radio {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer; }
  label.radio input {
    visibility: hidden;
    margin-left: -20px;
    position: absolute; }
    label.radio input:checked + span:before {
      background: #ccc; }
    label.radio input.error + span {
      color: #ff363c; }
      label.radio input.error + span:before {
        border-color: #ff363c; }
    label.radio input + label {
      font-size: 16px;
      font-weight: 600;
      line-height: 26px;
      padding: 0 25px 0 34px;
      cursor: pointer; }
      label.radio input + label:before {
        background: #fff;
        border: 2px solid #ccc;
        border-radius: 100%;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        content: " ";
        display: block;
        height: 26px;
        left: 0;
        position: absolute;
        top: 0;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        width: 26px; }

label.checkbox {
  position: relative;
  overflow: hidden;
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
  min-height: 27px; }
  label.checkbox input {
    position: absolute;
    left: -20px;
    top: 0;
    opacity: 0; }
    label.checkbox input:checked + span:before {
      background: #000; }
    label.checkbox input:checked + span:after {
      display: block; }
    label.checkbox input:not(:checked).error + span {
      color: #ff363c; }
      label.checkbox input:not(:checked).error + span:before {
        border-color: #ff363c; }
      label.checkbox input:not(:checked).error + span a {
        color: #ff363c; }
    label.checkbox input + span {
      padding: 0 0 5px 45px;
      position: relative;
      display: inline-block; }
      label.checkbox input + span:before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        border: 2px solid #000;
        width: 25px;
        height: 25px;
        border-radius: 1px; }
      label.checkbox input + span:after {
        display: none;
        content: "";
        position: absolute;
        left: 8px;
        top: 5px;
        width: 9px;
        height: 16px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

.ui-menu {
  background: #fff;
  border: 1px solid #ccc; }
  .ui-menu .ui-menu-item {
    padding: 0 16px; }
    @media (max-width: 1299.98px) {
      .ui-menu .ui-menu-item {
        padding: 0 12px; } }

header {
  position: relative;
  z-index: 2; }

.logo {
  height: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  @media (max-width: 1299.98px) {
    .logo {
      height: 130px; } }
  @media (max-width: 991.98px) {
    .logo {
      height: 70px; } }
  .logo img {
    max-width: 350px;
    max-height: 85px; }
    @media (max-width: 991.98px) {
      .logo img {
        width: auto !important;
        max-height: 40px; } }

.header-text {
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  padding: 10px 0 20px; }
  @media (max-width: 1299.98px) {
    .header-text {
      padding: 10px 0 15px; } }
  @media (max-width: 991.98px) {
    .header-text {
      padding: 3px 0 15px;
      font-size: 8px;
      line-height: 8px; } }
  .header-text p {
    padding: 0; }

.main-block-wrap {
  position: relative; }

.background-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden; }

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }
  .background:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65); }
  .background .rel {
    width: 100%;
    height: 100%; }
  .background .shine {
    position: absolute;
    bottom: -550px;
    left: 50%;
    margin-left: calc(-550px - 315px);
    width: 1100px;
    height: 1100px; }
    @media (max-width: 1299.98px) {
      .background .shine {
        margin-left: calc(-550px - 240px); } }
    @media (max-width: 991.98px) {
      .background .shine {
        width: 640px;
        height: 640px;
        margin-left: -320px;
        bottom: -320px; } }
    @media (max-width: 575.98px) {
      .background .shine {
        width: 320px;
        height: 320px;
        margin-left: -160px;
        bottom: -160px; } }

.main-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  margin-bottom: 141px;
  z-index: 2; }
  @media (max-width: 1299.98px) {
    .main-block {
      margin-bottom: 137px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 991.98px) {
    .main-block {
      margin-bottom: 50px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      margin-left: -20px;
      margin-right: -20px; } }
  .main-block .left {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 50%;
    max-width: 50%;
    align-self: flex-start; }
    @media (max-width: 1299.98px) {
      .main-block .left {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 991.98px) {
      .main-block .left {
        padding-left: 20px;
        padding-right: 20px;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        z-index: 2;
        margin-bottom: 80px; } }
    @media (max-width: 575.98px) {
      .main-block .left {
        margin-bottom: 60px; } }
  .main-block .right {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media (max-width: 1299.98px) {
      .main-block .right {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 991.98px) {
      .main-block .right {
        padding-left: 20px;
        padding-right: 20px;
        flex: 0 0 100%;
        max-width: 100%; } }
  .main-block .image {
    margin-bottom: -95px;
    position: relative; }
    @media (max-width: 1299.98px) {
      .main-block .image {
        margin-bottom: -77px; } }
    @media (max-width: 991.98px) {
      .main-block .image {
        padding: 0 60px 0 20px;
        margin-bottom: -80px;
        margin-top: 10px; } }
    @media (max-width: 575.98px) {
      .main-block .image {
        margin-bottom: -60px; } }
    .main-block .image img {
      max-width: 100%; }
  .main-block .image-slogan-wrap {
    position: absolute;
    top: 85px;
    left: 70px; }
    @media (max-width: 1299.98px) {
      .main-block .image-slogan-wrap {
        top: 34px;
        left: 35px; } }
    @media (max-width: 991.98px) {
      .main-block .image-slogan-wrap {
        top: 0;
        left: 0; } }
  .main-block .image-slogan {
    display: inline-block;
    padding: 10px 20px 13px;
    font-size: 60px;
    line-height: 79px;
    font-weight: 300; }
    @media (max-width: 991.98px) {
      .main-block .image-slogan {
        font-size: 40px;
        line-height: 53px;
        padding: 6px 15px 9px; } }
    .main-block .image-slogan strong {
      font-weight: 700; }
    .main-block .image-slogan sup {
      opacity: .4;
      font-size: 30px;
      line-height: 39px; }

@media (max-width: 991.98px) {
  .image-web {
    display: none; } }

@media (min-width: 992px) {
  .image-wap {
    display: none; } }

.sub-image {
  text-align: center; }
  .sub-image h4, .sub-image .h4 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 40px; }
    @media (max-width: 1299.98px) {
      .sub-image h4, .sub-image .h4 {
        padding-bottom: 30px; } }

.secures {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 20px; }

.secure {
  text-align: center;
  font-size: 17px;
  line-height: 24px;
  margin: 0 17px; }
  @media (max-width: 991.98px) {
    .secure {
      font-size: 14px;
      line-height: 19px; } }
  .secure img {
    margin-bottom: 5px; }
  .secure strong {
    display: block;
    font-weight: 400; }

.hide-content {
  display: none; }

footer {
  padding: 80px 0; }
  @media (max-width: 991.98px) {
    footer {
      padding: 50px 0; } }
  footer h6 {
    font-size: 28px;
    font-weight: bold;
    line-height: 37px;
    padding-bottom: 30px; }
    @media (max-width: 991.98px) {
      footer h6 {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 20px; } }

.footer-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }
  @media (max-width: 1299.98px) {
    .footer-row {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 991.98px) {
    .footer-row {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      margin-left: -20px;
      margin-right: -20px; } }

.footer-text {
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }
  @media (max-width: 1299.98px) {
    .footer-text {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }
  @media (max-width: 991.98px) {
    .footer-text {
      padding-left: 20px;
      padding-right: 20px;
      flex: 0 0 100%;
      max-width: 100%;
      padding-bottom: 35px; } }
  .footer-text p:last-child {
    padding: 0; }

.footer-logos {
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  text-align: right;
  line-height: 0; }
  @media (max-width: 1299.98px) {
    .footer-logos {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (max-width: 991.98px) {
    .footer-logos {
      padding-left: 20px;
      padding-right: 20px;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center; } }
  .footer-logos img {
    max-width: 215px; }

.footer-links {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  border-bottom: 1px solid #000;
  padding: 0 0 40px 0;
  margin: 0 0 40px 0; }
  @media (max-width: 991.98px) {
    .footer-links {
      font-size: 14px;
      line-height: 25px;
      padding: 0 0 20px 0;
      margin: 0 0 25px 0; } }
  .footer-links a {
    text-decoration: none; }
  .footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer-links li {
    display: inline-block;
    margin: 0 0 0 17px;
    padding: 0 17px 0 0;
    position: relative;
    vertical-align: top; }
    @media (max-width: 991.98px) {
      .footer-links li {
        margin: 0 0 0 10px;
        padding: 0 10px 0 0; } }
    .footer-links li:after {
      content: "";
      position: absolute;
      right: -2px;
      top: 50%;
      width: 4px;
      height: 4px;
      margin-top: -2px;
      border-radius: 50%; }
    .footer-links li:last-child:after {
      display: none; }

.adult {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  margin: 0 0 0 22px; }

.footer-terms {
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  margin-left: 8.33333%; }
  @media (max-width: 1299.98px) {
    .footer-terms {
      margin-left: 0;
      padding-left: 20px;
      padding-right: 20px;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 991.98px) {
    .footer-terms {
      padding-left: 20px;
      padding-right: 20px;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center; } }
  .footer-terms p {
    padding-bottom: 5px; }
    .footer-terms p:last-child {
      padding-bottom: 0; }
  .footer-terms .terms {
    margin-top: 10px;
    padding: 10px;
    background: #fff;
    color: #000; }
    .footer-terms .terms input + span, .footer-terms .terms label.checkbox input + span {
      padding: 2px 0 5px 30px;
      color: #000; }
      .footer-terms .terms input + span:before, .footer-terms .terms label.checkbox input + span:before {
        width: 22px;
        height: 22px;
        border-width: 1px; }
      .footer-terms .terms input + span:after, .footer-terms .terms label.checkbox input + span:after {
        left: 8px;
        top: 4px;
        width: 7px;
        height: 14px; }
    .footer-terms .terms a, .footer-terms .terms label.checkbox a {
      color: #000; }
    .footer-terms .terms .terms-position:last-child {
      padding-bottom: 0; }

.cgv_v {
  font-size: 13px; }

div.pdp_bonus_selector_container {
  display: block !important;
  border: 1px solid #000;
  padding: 5px !important;
  margin-top: 5px !important;
  background-color: #fff;
  color: #000 !important;
  text-align: left; }
  div.pdp_bonus_selector_container p {
    display: inline; }
  div.pdp_bonus_selector_container a {
    color: inherit; }
  div.pdp_bonus_selector_container strong {
    color: inherit; }
  div.pdp_bonus_selector_container span.bonus_cgv {
    cursor: pointer;
    text-decoration: underline; }
  div.pdp_bonus_selector_container input {
    width: auto;
    height: auto;
    margin: auto;
    vertical-align: baseline; }

.button {
  font-size: 18px;
  height: 50px;
  line-height: 24px;
  text-align: center;
  padding: 12px 20px;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  cursor: pointer;
  font-weight: 400;
  outline: none;
  text-decoration: none;
  display: inline-block;
  font-family: inherit; }
  @media (max-width: 1299.98px) {
    .button {
      height: 40px;
      font-size: 16px;
      line-height: 21px;
      padding: 9px 20px 10px; } }
  .button:hover, .button:active, .button:focus {
    outline: none;
    color: #fff;
    background: #000;
    border-color: #000; }

.button-lg {
  font-size: 20px;
  height: 60px;
  line-height: 26px;
  padding: 17px 25px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05); }
  @media (max-width: 1299.98px) {
    .button-lg {
      font-size: 18px;
      height: 50px;
      line-height: 24px;
      padding: 12px 20px; } }

.pay-button {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 10px; }
  @media (max-width: 1299.98px) {
    .pay-button {
      margin-bottom: 10px; } }
  .col:last-child:not(:first-child) .pay-button {
    float: right; }
    @media (max-width: 1299.98px) {
      .col:last-child:not(:first-child) .pay-button {
        float: none; } }

.progress-bar {
  background: #ccc; }

.progress-bar-in {
  height: 5px;
  background: #000; }

.progress-bar-legend {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 0; }

.progress-bar-numbers {
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative; }
  .progress-bar-numbers:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    height: 1px;
    background: #000; }

.progress-bar-number {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none; }
  .progress-bar-number.finished {
    background: #000;
    color: #fff; }
    .progress-bar-number.finished .progress-bar-num {
      display: none; }
    .progress-bar-number.finished .progress-bar-check {
      display: block; }
  .progress-bar-number.active {
    background: #000;
    color: #fff; }
  .progress-bar-number:first-child {
    margin-left: 0; }
  .progress-bar-number:last-child {
    margin-right: 0; }

.progress-bar-check {
  display: none;
  content: "";
  width: 9px;
  height: 16px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.terms-position {
  padding: 0 0 10px;
  line-height: 16px;
  font-size: 12px; }
  .terms-position .checkbox {
    line-height: 16px;
    font-size: 12px; }

.form-step {
  min-width: 100%; }

@media (max-width: 991.98px) {
  .form-step1 .input-group {
    display: block; }
    .form-step1 .input-group > .form-control {
      width: 100%; }
    .form-step1 .input-group .button {
      width: 100%; }
    .form-step1 .input-group .input-group-append {
      margin: -1px 0 0;
      position: relative; }
    .form-step1 .input-group .input-group-prepend {
      margin: 0 0 -1px; }
  .form-step1 h2, .form-step1 .h2 {
    display: none; } }

.form-step2 h2, .form-step2 .h2 {
  margin-bottom: -20px;
  position: relative;
  z-index: 2; }

.form .row {
  align-items: flex-end; }
  @media (max-width: 991.98px) {
    .form .row .col {
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  .form .row .col-dates {
    width: auto;
    -webkit-box-flex: 0 auto;
    -moz-box-flex: 0 auto;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
    @media (max-width: 991.98px) {
      .form .row .col-dates {
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .form .row .col-dates .row {
      flex-flow: row;
      align-items: center; }
  .form .row .col-cvvs {
    -webkit-box-flex: 1 1;
    -moz-box-flex: 1 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1; }
    .form .row .col-cvvs .row {
      flex-flow: row;
      align-items: center; }
  .form .row .col-date {
    max-width: 130px;
    min-width: 100px;
    -webkit-box-flex: 0 auto;
    -moz-box-flex: 0 auto;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
    @media (max-width: 991.98px) {
      .form .row .col-date {
        -webkit-box-flex: 1 1;
        -moz-box-flex: 1 1;
        -webkit-flex: 1 1;
        -ms-flex: 1 1;
        flex: 1 1;
        max-width: none;
        min-width: 0; } }
    .form .row .col-date label {
      white-space: nowrap; }
    .form .row .col-date .form-group {
      margin: 0; }
  .form .row .col-date-sm {
    max-width: 110px;
    min-width: 90px; }
    @media (max-width: 991.98px) {
      .form .row .col-date-sm {
        max-width: none;
        min-width: 0; } }
  .form .row .col-date-single {
    max-width: 140px;
    min-width: 140px; }
    @media (max-width: 991.98px) {
      .form .row .col-date-single {
        max-width: none;
        min-width: 0; } }
  .form .row .col-cvv {
    max-width: 85px;
    min-width: 70px;
    -webkit-box-flex: 0 auto;
    -moz-box-flex: 0 auto;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
    .form .row .col-cvv .form-control {
      padding: 0 8px !important;
      text-align: center; }
    .form .row .col-cvv .form-group {
      margin: 0; }
    .form .row .col-cvv .row {
      align-items: center; }
  .form .row .col-tooltip {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 35px;
    -webkit-box-flex: 0 auto;
    -moz-box-flex: 0 auto;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
    .form .row .col-tooltip .form-group {
      margin: 0; }
  .form .row .col-logos {
    -webkit-box-flex: 1 1;
    -moz-box-flex: 1 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: center; }
    .form .row .col-logos .form-group {
      margin: 0; }

.form-wrap {
  padding: 40px 50px 36px;
  position: relative;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1299.98px) {
    .form-wrap {
      padding: 30px 30px 15px; } }
  @media (max-width: 991.98px) {
    .form-wrap {
      padding: 20px 20px 10px; } }
  @media (max-width: 575.98px) {
    .form-wrap {
      box-shadow: none;
      margin: 0 -20px; } }
  .form-wrap .progress-bar-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3; }

.check-info {
  font-size: 16px; }
  .check-info p {
    padding: 0; }

.check-line {
  position: relative;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end; }
  .check-line:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    border-bottom: 1px dashed #000; }
  .check-line span {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0 5px 0 0;
    z-index: 2; }
    .check-line span + span {
      margin-left: 30px;
      padding: 0 0 0 5px; }

.check-logos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  line-height: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .check-logos {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      flex-flow: row wrap;
      padding: 0;
      text-align: left;
      justify-content: flex-start; } }
  .check-logos img {
    display: block;
    width: 100% !important; }
  .check-logos .mastercard {
    width: 45px;
    margin-left: 13px; }
    @media (max-width: 1299.98px) {
      .check-logos .mastercard {
        width: 40px;
        margin: 2px 0 2px 5px; }
        .check-logos .mastercard:last-child {
          margin-left: 0; } }
  .check-logos .visa {
    width: 55px;
    margin-left: 13px; }
    @media (max-width: 1299.98px) {
      .check-logos .visa {
        width: 48px;
        margin: 2px 0 2px 5px; }
        .check-logos .visa:last-child {
          margin-left: 0; } }
  .check-logos .cartebancaire {
    width: 46px;
    margin-left: 13px; }
  .fr .check-logos .visa {
    margin-left: 6px;
    width: 52px; }
  .fr .check-logos .mastercard {
    margin-left: 6px;
    width: 40px; }
  .fr .check-logos .cartebancaire {
    margin-left: 6px;
    width: 46px; }

.card-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  width: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1299.98px) {
    .card-icon {
      width: 40px; } }
  .card-icon img {
    max-width: 100%;
    max-height: 100%; }

.tooltip-link {
  background: #ccc;
  min-width: 20px;
  font-size: 12px;
  border-radius: 10px;
  padding: 2px 5px;
  line-height: 16px;
  margin: 0;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  vertical-align: top; }
  label .tooltip-link {
    margin: 0 0 -3px 3px; }

.additional {
  font-size: 14px;
  line-height: 21px; }

.additional-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 340px;
  align-items: center;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 36px; }
  .additional-line:last-child {
    padding-bottom: 10px; }

.additional-image {
  width: 75px;
  -webkit-box-flex: 0 auto;
  -moz-box-flex: 0 auto;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 1; }

.additional-text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.space {
  height: 20px; }
  @media (max-width: 1299.98px) {
    .space {
      height: 15px; } }

.tooltip-cvv .tooltip-inner {
  padding: 20px 10px 10px 10px; }

.cvv-image {
  margin: 0 -10px;
  width: 220px;
  height: 110px;
  background: url("../../images/common/cvv.png") center center no-repeat;
  background-size: cover; }
  @media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .cvv-image {
      background-image: url("../../images/common/cvv@2x.png"); } }

.cvv-text {
  color: #ff363c;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  text-align: center; }

.tooltip-close {
  position: absolute;
  right: 6px;
  top: 3px;
  font-size: 16px;
  cursor: pointer; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 10;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center; }
  .blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em; }
  .blocker.behind {
    background-color: transparent; }

.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  width: 90%;
  color: #000;
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  text-align: left; }
  .modal a.close-modal {
    position: absolute;
    top: -3px;
    right: -3px;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAVxJREFUSA3NlkFugzAQRWsrR4ADcYJsEJsserYuuonY5AQcCI4QQf0oRuBgj02sqpaSGPznP42ZIVYfZnRdd+n7/ktr/ajr+s69XKNt22Ycx2tZlp9VVT0VsGEYvqdpapRST/O55YICM754X4zvvSiKmyYzYGTEAgKE72a4hS3ezbKL+kFmFpAD6sLwhsEjU1z4BGe2V/KagbmgEgzOCnwXGgN7AZ6FxsIOganQFJgXGAtNhQWBEpR1epY2Ys6g9KXK3hXNb9j+25cFqlQYMSIQ0RGU+3bEZLZq7UT69UFTYDC0BMq9/v+29Ggr2UYyz140PhilvwDztUUIZv+gYzRuDRw+wxSjFC3wF2CqASYpMTtgSiCg7YiNXYGxAVuIO4/xmIExQtfcdy15KUngMw7dD3lqDqlnGjgEpG3oVfuCQAsDluZEbBbm0zYChLbPQqbSmguFMbMI/Muj/g+o5Sjb+GKUmgAAAABJRU5ErkJggg==");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px 14px; }
  body > .modal {
    display: none; }
  .modal h3, .modal .h3 {
    color: #000;
    text-align: center; }
  .modal.modal-md {
    max-width: 600px; }

.modal-content {
  padding: 30px 60px;
  max-height: 600px;
  overflow: auto; }
  .modal-content:first-child {
    padding: 60px; }
    @media (max-width: 991.98px) {
      .modal-content:first-child {
        padding: 30px; } }

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") #111 no-repeat center center;
  border-radius: 8px; }

.modal-image {
  padding-bottom: 30px; }
  .modal-image img {
    max-width: 225px;
    display: block;
    margin: 0 auto;
    width: 100%; }

.modal-notification {
  text-align: center;
  font-size: 16px;
  line-height: 24px; }
  .modal-notification p {
    padding-bottom: 20px; }
  .modal-notification .modal-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 39px;
    padding-bottom: 20px; }
    @media (max-width: 991.98px) {
      .modal-notification .modal-title {
        font-size: 20px;
        line-height: 29px; } }
  .modal-notification .modal-text {
    padding-bottom: 30px; }
    @media (max-width: 991.98px) {
      .modal-notification .modal-text {
        padding-bottom: 10px; } }
  .modal-notification .button-lg {
    min-width: 130px; }

#modal-challenge {
  background: none;
  box-shadow: none;
  height: calc(100% - 40px); }
  @media (max-width: 991.98px) {
    #modal-challenge {
      margin: -40px;
      width: 100vw;
      height: 100vh; } }
  #modal-challenge iframe {
    border: none;
    min-width: 250px;
    min-height: 400px;
    max-width: 600px;
    max-height: 700px;
    width: 100%;
    height: 100%; }

svg.spinner {
  width: 40px;
  height: 40px;
  x: 0px;
  y: 0px;
  viewBox: 0 0 40 40; }
  svg.spinner circle {
    fill: transparent;
    stroke: #000;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 125.6;
    -webkit-transform-origin: 20px 20px 0;
    -moz-transform-origin: 20px 20px 0;
    -ms-transform-origin: 20px 20px 0;
    -o-transform-origin: 20px 20px 0;
    transform-origin: 20px 20px 0;
    -webkit-animation: spinner 2s linear infinite;
    -moz-animation: spinner 2s linear infinite;
    -ms-animation: spinner 2s linear infinite;
    -o-animation: spinner 2s linear infinite;
    animation: spinner 2s linear infinite; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    stroke-dashoffset: 26.4; }
  50% {
    -webkit-transform: rotate(720deg);
    stroke-dashoffset: 125.6; }
  100% {
    -webkit-transform: rotate(1080deg);
    stroke-dashoffset: 26.4; } }

@-moz-keyframes spinner {
  0% {
    -moz-transform: rotate(0deg);
    stroke-dashoffset: 26.4; }
  50% {
    -moz-transform: rotate(720deg);
    stroke-dashoffset: 125.6; }
  100% {
    -moz-transform: rotate(1080deg);
    stroke-dashoffset: 26.4; } }

@-ms-keyframes spinner {
  0% {
    -ms-transform: rotate(0deg);
    stroke-dashoffset: 26.4; }
  50% {
    -ms-transform: rotate(720deg);
    stroke-dashoffset: 125.6; }
  100% {
    -ms-transform: rotate(1080deg);
    stroke-dashoffset: 26.4; } }

@-o-keyframes spinner {
  0% {
    -o-transform: rotate(0deg);
    stroke-dashoffset: 26.4; }
  50% {
    -o-transform: rotate(720deg);
    stroke-dashoffset: 125.6; }
  100% {
    -o-transform: rotate(1080deg);
    stroke-dashoffset: 26.4; } }

@keyframes spinner {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 26.4; }
  50% {
    transform: rotate(720deg);
    stroke-dashoffset: 125.6; }
  100% {
    transform: rotate(1080deg);
    stroke-dashoffset: 26.4; } }

.spinner-wrap {
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }
  .spinner-wrap.hide {
    display: none; }

.description-blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 30px; }
  @media (max-width: 1299.98px) {
    .description-blocks {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 991.98px) {
    .description-blocks {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      margin-left: -20px;
      margin-right: -20px;
      padding-bottom: 20px; } }

.description-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-bottom: 45px; }
  @media (max-width: 1299.98px) {
    .description-block {
      padding-bottom: 35px;
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 991.98px) {
    .description-block {
      padding-bottom: 15px;
      display: block;
      padding-left: 20px;
      padding-right: 20px;
      flex: 0 0 100%;
      max-width: 100%; } }

.description-block-icon {
  font-size: 30px;
  width: 53px;
  flex: 0 auto;
  height: 33px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .description-block-icon .icon-present {
    font-size: 28px; }
  .description-block-icon .icon-dollar {
    font-size: 24px;
    margin-top: 3px; }
  .description-block-icon .icon-shield {
    font-size: 33px; }

.description-block-text {
  flex: 1; }
  @media (max-width: 1299.98px) {
    .description-block-text {
      padding-right: 55px; } }
  @media (max-width: 991.98px) {
    .description-block-text {
      padding-right: 0; } }
  .description-block-text h3, .description-block-text .h3 {
    font-size: 25px;
    line-height: 33px;
    padding: 0 0 20px;
    font-weight: 400; }
    @media (max-width: 1299.98px) {
      .description-block-text h3, .description-block-text .h3 {
        font-size: 25px;
        line-height: 33px;
        padding: 0 0 20px; } }
    @media (max-width: 991.98px) {
      .description-block-text h3, .description-block-text .h3 {
        font-size: 25px;
        line-height: 33px;
        padding: 0 0 10px; } }

.description-accordion {
  position: relative;
  padding: 85px 0 60px; }
  @media (max-width: 1299.98px) {
    .description-accordion {
      padding: 65px 0 40px; } }
  @media (max-width: 991.98px) {
    .description-accordion {
      padding: 45px 0 20px; } }

.description-accordion-item {
  padding: 0 0 20px; }
  @media (max-width: 1299.98px) {
    .description-accordion-item {
      padding: 0 0 10px; } }
  @media (max-width: 991.98px) {
    .description-accordion-item {
      padding: 0; } }
  .description-accordion-item.opened .description-accordion-header:before {
    margin-top: 4px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-bottom: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .description-accordion-item.opened .description-accordion-body {
    min-height: 50px;
    height: auto;
    max-height: 400px;
    margin-bottom: 15px; }

.description-accordion-header {
  font-size: 25px;
  line-height: 30px;
  padding: 15px 30px 15px 0;
  border-bottom: 1px solid #000;
  position: relative;
  cursor: pointer;
  font-weight: 700; }
  .description-accordion-header:before {
    content: "";
    position: absolute;
    right: 8px;
    top: 22px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.description-accordion-body {
  margin: 15px 0 5px;
  font-size: 17px;
  line-height: 24px;
  min-height: 0;
  max-height: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: min-height .3s ease-in, max-height .3s ease-in, margin-bottom .3s ease-in;
  transition: min-height .3s ease-in, max-height .3s ease-in, margin-bottom .3s ease-in; }
  @media (max-width: 991.98px) {
    .description-accordion-body {
      margin: 15px 0 0; } }
  .description-accordion-body p:last-child {
    padding: 0; }

.big-banner {
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  padding: 180px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  text-decoration: none; }
  @media (max-width: 1299.98px) {
    .big-banner {
      font-size: 50px;
      line-height: 80px;
      padding: 120px 0; } }
  @media (max-width: 991.98px) {
    .big-banner {
      font-size: 50px;
      line-height: 66px;
      padding: 100px 0; } }
  .big-banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }
  .big-banner .container {
    position: relative;
    z-index: 2; }

.question-banner {
  height: 95px;
  border-radius: 5px;
  background-color: #E6E4E4;
  overflow: hidden;
  align-items: center;
  padding: 20px 30px;
  font-size: 17px;
  line-height: 23px;
  color: #000;
  position: relative;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 991.98px) {
    .question-banner {
      padding: 20px; } }
  .question-banner img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .question-banner img {
        right: -80px; } }
  .question-banner .question-text {
    z-index: 2;
    position: relative; }
    .question-banner .question-text strong {
      font-size: 20px;
      font-weight: bold;
      line-height: 26px;
      margin-top: 6px;
      display: block; }

.color-choose-wrap {
  position: relative;
  text-align: center;
  padding-bottom: 48px; }

.color-choose-title {
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  padding-bottom: 34px; }
  @media (max-width: 991.98px) {
    .color-choose-title {
      display: none; } }

.color-choosers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.color-chooser {
  width: 66px;
  height: 66px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  cursor: pointer; }
  .color-chooser input {
    position: absolute;
    left: -50px;
    top: -50px;
    opacity: 0; }
    .color-chooser input:checked + .color-chooser-in:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 62px;
      height: 62px;
      margin: -31px 0 0 -31px;
      border: 3px solid #000;
      border-radius: 50%; }
  .color-chooser > .color-chooser-in {
    background: #fff;
    margin: 8px;
    width: 50px;
    height: 50px;
    display: block;
    vertical-align: top;
    border-radius: 50%;
    box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.3), 0 5px 10px 0 rgba(0, 0, 0, 0.06); }

.card-wrap {
  perspective: 1000px;
  margin: 0 auto 20px;
  max-width: 320px;
  position: relative; }
  .card-wrap .card {
    width: 100%;
    padding-bottom: 66.6%;
    position: relative;
    transition: transform .5s;
    transform-style: preserve-3d; }

.card-show-back .card {
  transform: rotateY(180deg); }

.card-front,
.card-back {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #444;
  color: #aaa;
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
  .card-front .filled,
  .card-back .filled {
    color: #fff; }

.card-back {
  transform: rotateY(180deg); }

.card-in {
  position: relative;
  width: 100%;
  height: 100%; }

.card-chip {
  position: absolute;
  left: 10%;
  top: 15%;
  width: 15%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .card-chip img {
    width: 100%; }

.card-logo {
  height: 15%;
  position: absolute;
  right: 10%;
  top: 15%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .card-logo img {
    height: 100%;
    width: 100%; }

.card-number {
  left: 8%;
  right: 8%;
  top: 43%;
  font-size: 20px;
  letter-spacing: .5px;
  line-height: 26px; }

.card-name {
  left: 8%;
  bottom: 13%;
  font-size: 16px;
  line-height: 21px;
  overflow: hidden;
  max-width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card-date {
  right: 8%;
  bottom: 13%;
  font-size: 16px;
  line-height: 21px; }

.card-name,
.card-date,
.card-number,
.card-cvv {
  position: absolute;
  padding: 2%;
  border-radius: 5px;
  transition: box-shadow .3s;
  box-shadow: 0 0 0 1px transparent; }
  .card-name.focused,
  .card-date.focused,
  .card-number.focused,
  .card-cvv.focused {
    box-shadow: 0 0 0 1px yellow; }

.card-cvv {
  right: 9%;
  top: 52.5%;
  font-size: 16px;
  line-height: 21px;
  color: #444;
  padding: 3% 5%; }
  .card-cvv.filled {
    color: #404554; }

.card-mag-line {
  position: absolute;
  top: 17.5%;
  left: 0;
  right: 0;
  height: 20%;
  background: #222; }

.card-sign-line {
  position: absolute;
  top: 53.5%;
  left: 10%;
  right: 10%;
  height: 17.5%;
  background-image: radial-gradient(#ddd 20%, #eee 20%);
  background-position: 0 5px;
  background-size: 6px 6px; }

.card-cvv-back {
  position: absolute;
  top: 53.5%;
  right: 10%;
  width: 20%;
  background: #eee;
  height: 17.5%; }
  .card-cvv-back:before {
    content: "CVV";
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    text-align: center;
    color: #aaa; }

.flags-content {
  position: relative;
  min-height: 100vh;
  padding: 50px 0;
  align-items: center;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media (max-width: 1299.98px) {
    .flags-content {
      padding: 20px 0; } }
  @media (max-width: 991.98px) {
    .flags-content {
      padding: 20px 0; } }
  .flags-content > .container {
    z-index: 5; }
  .flags-content .logo {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 30px; }
    @media (max-width: 1299.98px) {
      .flags-content .logo {
        margin-bottom: 20px; } }
    @media (max-width: 991.98px) {
      .flags-content .logo {
        margin-bottom: 10px; } }

.flags-content-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1; }

.flags-select {
  text-align: center; }
  .flags-select a {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 40px; }
    @media (max-width: 1299.98px) {
      .flags-select a {
        margin: 25px; } }
    @media (max-width: 991.98px) {
      .flags-select a {
        margin: 15px; } }
    .flags-select a:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 240px;
      height: 170px;
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.07);
      background: #000;
      margin: -85px 0 0 -120px;
      z-index: 1;
      border-color: #000;
      border-width: 0;
      border-style: solid;
      opacity: 0;
      -webkit-transition: all .2s ease-in;
      transition: all .2s ease-in; }
      @media (max-width: 1299.98px) {
        .flags-select a:after {
          width: 170px;
          height: 120px;
          margin: -60px 0 0 -85px;
          box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.07); } }
      @media (max-width: 991.98px) {
        .flags-select a:after {
          width: 138px;
          height: 98px;
          margin: -49px 0 0 -69px;
          box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.07); } }
      @media (max-width: 575.98px) {
        .flags-select a:after {
          width: 104px;
          height: 74px;
          margin: -37px 0 0 -52px;
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.07); } }
    .flags-select a:hover:after, .flags-select a:active:after, .flags-select a:focus:after {
      opacity: 1; }
    .flags-select a.hide {
      display: none; }
  .flags-select .flag-img {
    position: relative;
    z-index: 6;
    display: block;
    width: 210px;
    height: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 1299.98px) {
      .flags-select .flag-img {
        width: 150px;
        height: 100px;
        box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.1); } }
    @media (max-width: 991.98px) {
      .flags-select .flag-img {
        width: 120px;
        height: 80px;
        box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.1); } }
    @media (max-width: 575.98px) {
      .flags-select .flag-img {
        width: 90px;
        height: 60px;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); } }

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.flags-btn-wrap {
  text-align: center;
  margin-bottom: 40px;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  @media (max-width: 1299.98px) {
    .flags-btn-wrap {
      margin-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .flags-btn-wrap {
      margin-bottom: 20px; } }

.flags-btn {
  font-size: 16px;
  padding: 18px 25px;
  display: inline-block;
  color: #fff;
  background-color: #6dab3c;
  box-shadow: 0 5px 0 #53812d;
  border-radius: 5px;
  transition: all .2s ease-in-out;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
  position: relative;
  top: 0; }
  .flags-btn:hover, .flags-btn:focus {
    color: #f7f7f7;
    background-color: #6dab3c;
    top: 3px;
    box-shadow: 0 2px 0 #53812d; }

.lp-admin .lp-builder,
.lp-admin .lp-builder-form,
.lp-admin .lp-builder-image,
.lp-admin .lp-builder-video {
  cursor: pointer; }
  .lp-admin .lp-builder:hover,
  .lp-admin .lp-builder-form:hover,
  .lp-admin .lp-builder-image:hover,
  .lp-admin .lp-builder-video:hover {
    outline: 2px solid #1aa8ff; }

.lp-admin .lp-builder {
  display: block; }

.lp-admin .lp-builder-events {
  pointer-events: none; }

.lp-admin .modal-text .lp-builder {
  color: #333; }

.lp-admin .hide-content {
  opacity: 0.1;
  display: block; }
  .lp-admin .hide-content:hover {
    opacity: 0.25; }
/* Mixins  */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1300px) {
    .container {
      max-width: 1230px; } }

.main-block-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

.header {
  padding: 12px 0;
  min-height: 75px;
  margin-bottom: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  font-size: 15px;
  line-height: 25px;
  -webkit-box-flex: 0 auto;
  -moz-box-flex: 0 auto;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }
  @media (max-width: 991.98px) {
    .header {
      padding: 10px 0;
      min-height: 50px;
      margin-bottom: 0; } }
  .header .container {
    max-width: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .header a {
    text-decoration: none; }

.logo {
  line-height: 0;
  height: 50px; }
  @media (max-width: 991.98px) {
    .logo {
      height: 30px;
      width: auto; } }
  .logo img {
    max-width: 350px;
    max-height: 50px; }
    @media (max-width: 991.98px) {
      .logo img {
        max-width: 200px;
        max-height: 30px; } }

@media (max-width: 991.98px) {
  .header-links {
    display: none; } }

.header-links ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.header-links li {
  display: inline-block;
  margin: 0;
  padding: 0 15px; }

.header-login {
  font-size: 17px;
  line-height: 25px;
  width: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  @media (max-width: 991.98px) {
    .header-login {
      width: auto;
      display: none; } }
  .header-login a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
  .header-login img {
    margin: 0 9px 0 0; }

.header-menu {
  display: none; }
  @media (max-width: 991.98px) {
    .header-menu {
      display: block; } }
  .header-menu img {
    width: 24px; }
  .header-menu a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }

.page {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 1px; }
  .page:after {
    content: "";
    z-index: 1;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .95; }
  .page .container {
    z-index: 2;
    position: relative; }

.content {
  -webkit-box-flex: 1 1;
  -moz-box-flex: 1 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 40px 0 0; }
  @media (max-width: 1299.98px) {
    .content {
      padding: 35px 0 0; } }
  @media (max-width: 991.98px) {
    .content {
      padding: 30px 0 0; } }

.title {
  font-size: 50px;
  font-weight: 600;
  line-height: 82px;
  text-align: center;
  padding: 0; }
  @media (max-width: 1299.98px) {
    .title {
      font-size: 35px;
      font-weight: 600;
      line-height: 61px;
      padding: 0; } }
  @media (max-width: 991.98px) {
    .title {
      font-size: 25px;
      font-weight: 600;
      line-height: 41px;
      padding: 0; } }

.subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  padding-bottom: 62px; }
  @media (max-width: 1299.98px) {
    .subtitle {
      font-size: 18px;
      font-weight: 300;
      line-height: 28px;
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .subtitle {
      font-size: 14px;
      font-weight: 300;
      line-height: 23px;
      padding-bottom: 10px; } }

.prelander-main {
  padding: 60px 0 82px; }
  @media (max-width: 1299.98px) {
    .prelander-main {
      padding: 40px 0 50px; } }
  @media (max-width: 991.98px) {
    .prelander-main {
      padding: 20px 0 25px; } }

.prelander-main-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: center; }
  .prelander-main-row .prelander-main-left {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (max-width: 1299.98px) {
      .prelander-main-row .prelander-main-left {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; } }
    @media (max-width: 991.98px) {
      .prelander-main-row .prelander-main-left {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 15px; } }
  .prelander-main-row .prelander-main-right {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-left: 8.33333%; }
    @media (max-width: 1299.98px) {
      .prelander-main-row .prelander-main-right {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; } }
    @media (max-width: 991.98px) {
      .prelander-main-row .prelander-main-right {
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        max-width: 100%; } }

.software-tooltip {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 360px;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.07);
  font-size: 15px;
  line-height: 19px;
  padding: 20px 25px;
  margin: 0 auto 30px; }
  @media (max-width: 1299.98px) {
    .software-tooltip {
      font-size: 14px;
      line-height: 17px;
      padding: 18px 20px;
      margin: 0 auto 25px; } }
  @media (max-width: 991.98px) {
    .software-tooltip {
      font-size: 13px;
      line-height: 16px;
      margin: 0 auto 20px;
      padding: 15px; } }
  .software-tooltip:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -28px;
    margin-left: -14px;
    border-width: 14px;
    border-style: solid;
    border-color: #fff transparent transparent transparent; }
    @media (max-width: 991.98px) {
      .software-tooltip:after {
        bottom: -20px;
        margin-left: -10px;
        border-width: 10px; } }
  .software-tooltip p {
    margin: 0;
    padding: 0; }

.software-tooltip-icon {
  -webkit-box-flex: 0 auto;
  -moz-box-flex: 0 auto;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  margin-right: 27px;
  width: 41px; }
  @media (max-width: 1299.98px) {
    .software-tooltip-icon {
      margin-right: 22px;
      width: 38px; } }
  @media (max-width: 991.98px) {
    .software-tooltip-icon {
      margin-right: 15px;
      width: 33px; } }
  .software-tooltip-icon img {
    width: 100%; }

.software-tooltip-text {
  -webkit-box-flex: 1 1;
  -moz-box-flex: 1 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1; }

.software-tooltip-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 7px; }
  @media (max-width: 1299.98px) {
    .software-tooltip-title {
      font-size: 18px;
      font-weight: 600;
      line-height: 26px; } }
  @media (max-width: 991.98px) {
    .software-tooltip-title {
      font-size: 16px;
      font-weight: 600;
      line-height: 20px; } }

.main-image {
  padding: 0 10px;
  text-align: center; }
  .main-image img {
    max-width: 100%; }

.download-wrap {
  text-align: center; }
  .download-wrap .button {
    margin-bottom: 50px;
    width: auto;
    min-width: 175px;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 1299.98px) {
      .download-wrap .button {
        margin-bottom: 35px; } }
    @media (max-width: 991.98px) {
      .download-wrap .button {
        margin-bottom: 20px;
        min-width: 135px; } }

.download-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 10px; }
  @media (max-width: 1299.98px) {
    .download-title {
      font-size: 18px;
      font-weight: 600;
      line-height: 28px;
      padding-bottom: 5px; } }
  @media (max-width: 991.98px) {
    .download-title {
      font-size: 16px;
      font-weight: 600;
      line-height: 26px;
      padding-bottom: 0; } }

.download-title2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 57px; }
  @media (max-width: 1299.98px) {
    .download-title2 {
      font-size: 30px;
      font-weight: 600;
      line-height: 45px; } }
  @media (max-width: 991.98px) {
    .download-title2 {
      font-size: 25px;
      font-weight: 600;
      line-height: 35px; } }

.download-subtitle {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 40px; }
  @media (max-width: 1299.98px) {
    .download-subtitle {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .download-subtitle {
      padding-bottom: 20px; } }

.download-timer {
  font-size: 60px;
  font-weight: 600;
  line-height: 98px;
  padding-bottom: 20px; }
  @media (max-width: 1299.98px) {
    .download-timer {
      font-size: 50px;
      font-weight: 600;
      line-height: 72px;
      padding-bottom: 10px; } }
  @media (max-width: 991.98px) {
    .download-timer {
      font-size: 40px;
      font-weight: 600;
      line-height: 66px;
      padding-bottom: 0; } }

.download-points-wrap {
  padding-left: 10px; }

.download-points {
  min-width: 38px;
  display: inline-block;
  text-align: left; }

.download-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 40px; }
  @media (max-width: 1299.98px) {
    .download-text {
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .download-text {
      padding-bottom: 20px; } }

.download-points {
  letter-spacing: 2px; }

.progress-bar {
  border-radius: 6px;
  margin-bottom: 15px; }
  @media (max-width: 1299.98px) {
    .progress-bar {
      margin-bottom: 12px; } }
  @media (max-width: 991.98px) {
    .progress-bar {
      margin-bottom: 10px; } }

.progress-bar-in {
  height: 6px;
  border-radius: 6px;
  animation: progress 6s linear; }

@-webkit-keyframes progress {
  0% {
    width: 0; }
  20% {
    width: 30%; }
  50% {
    width: 50%; }
  70% {
    width: 82%; }
  100% {
    width: 100%; } }

@keyframes progress {
  0% {
    width: 0; }
  20% {
    width: 30%; }
  50% {
    width: 50%; }
  70% {
    width: 82%; }
  100% {
    width: 100%; } }

.progress-bar-wrap {
  max-width: 360px;
  margin: 0 auto; }
  @media (max-width: 1299.98px) {
    .progress-bar-wrap {
      max-width: 300px; } }
  @media (max-width: 991.98px) {
    .progress-bar-wrap {
      max-width: 260px; } }

.progress-bar-numbers-wrap {
  max-width: 426px;
  margin: 0 auto 30px;
  position: relative; }
  @media (max-width: 1299.98px) {
    .progress-bar-numbers-wrap {
      max-width: 400px; } }
  @media (max-width: 991.98px) {
    .progress-bar-numbers-wrap {
      max-width: 200px; } }

.progress-bar-numbers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .progress-bar-numbers:before {
    display: none; }

.progress-bar-numbers-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
  background: #ccc;
  border-radius: 2px; }

.progress-bar-numbers-line-in {
  background: #000;
  height: 2px; }

.progress-bar-number {
  width: 42px;
  height: 42px;
  border-width: 2px;
  margin: 0 10px; }
  @media (max-width: 1299.98px) {
    .progress-bar-number {
      width: 40px;
      height: 40px; } }
  @media (max-width: 991.98px) {
    .progress-bar-number {
      width: 38px;
      height: 38px; } }
  .progress-bar-number:first-child {
    margin-left: 0; }
  .progress-bar-number:last-child {
    margin-right: 0; }

.progress-bar-num {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px; }
  @media (max-width: 1299.98px) {
    .progress-bar-num {
      font-size: 18px;
      font-weight: 600;
      line-height: 28px; } }
  @media (max-width: 991.98px) {
    .progress-bar-num {
      font-size: 16px;
      font-weight: 600;
      line-height: 26px; } }

.progress-bar-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 60px;
  margin-left: -30px;
  margin-top: 7px;
  text-align: center; }
  @media (max-width: 1299.98px) {
    .progress-bar-text {
      font-size: 13px;
      font-weight: 500;
      line-height: 21px; } }
  @media (max-width: 991.98px) {
    .progress-bar-text {
      font-size: 12px;
      font-weight: 500;
      line-height: 19px; } }

.progress-bar-check {
  margin-bottom: 2px; }

.download-step2 {
  display: none; }

.description-blocks-wrap {
  background: url("../../images/unlimited-soft/benefits-bg.jpg") no-repeat right bottom #eceff0;
  background-size: auto 100%;
  padding: 75px 0; }
  @media (max-width: 1299.98px) {
    .description-blocks-wrap {
      padding: 45px 0; } }
  @media (max-width: 991.98px) {
    .description-blocks-wrap {
      background: #eceff0;
      padding: 25px 0; } }

.description-blocks-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.description-blocks-col {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  margin-left: 8.33333%; }
  @media (max-width: 1299.98px) {
    .description-blocks-col {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 50%;
      max-width: 50%;
      margin-left: 0; } }
  @media (max-width: 991.98px) {
    .description-blocks-col {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; } }

.description-blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0; }

.description-block {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 25px;
  padding-bottom: 25px; }
  @media (max-width: 1299.98px) {
    .description-block {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 991.98px) {
    .description-block {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .description-block p {
    padding: 0; }

.description-block-icon {
  width: 55px;
  min-height: 44px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  @media (max-width: 991.98px) {
    .description-block-icon {
      margin: 0 auto 10px;
      min-height: 0;
      width: auto;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center; } }
  .description-block-icon img {
    max-width: 100%; }

.description-block-text {
  font-size: 15px;
  line-height: 25px; }
  @media (max-width: 991.98px) {
    .description-block-text {
      font-size: 14px;
      line-height: 25px;
      text-align: center; } }

.description-block-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px; }
  @media (max-width: 991.98px) {
    .description-block-title {
      font-size: 18px;
      font-weight: 600;
      line-height: 35px;
      text-align: center; } }

.apps {
  background: #fff;
  padding: 70px 0 60px; }
  @media (max-width: 1299.98px) {
    .apps {
      padding: 50px 0 40px; } }
  @media (max-width: 991.98px) {
    .apps {
      padding: 30px 0 20px; } }

.app-list {
  width: 94%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap; }
  @media (max-width: 1299.98px) {
    .app-list {
      width: 96%; } }
  @media (max-width: 991.98px) {
    .app-list {
      width: 98%;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }

.app-icon {
  width: 5.35%;
  margin: 10px; }
  @media (max-width: 1299.98px) {
    .app-icon {
      width: 6%; } }
  @media (max-width: 991.98px) {
    .app-icon {
      width: 10.2%; } }
  @media (max-width: 575.98px) {
    .app-icon {
      width: 13%;
      margin: 7px; } }

.apps-subtitle {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center; }
  @media (max-width: 1299.98px) {
    .apps-subtitle {
      font-size: 18px;
      font-weight: 300;
      line-height: 28px; } }
  @media (max-width: 991.98px) {
    .apps-subtitle {
      font-size: 16px;
      font-weight: 300;
      line-height: 26px; } }

.apps-title {
  font-size: 35px;
  font-weight: 300;
  line-height: 57px;
  text-align: center;
  padding-bottom: 30px; }
  @media (max-width: 1299.98px) {
    .apps-title {
      font-size: 30px;
      font-weight: 300;
      line-height: 46px;
      padding-bottom: 25px; } }
  @media (max-width: 991.98px) {
    .apps-title {
      font-size: 25px;
      font-weight: 300;
      line-height: 36px;
      padding-bottom: 20px; } }

.tab-links {
  padding: 0 0 40px; }
  @media (max-width: 1299.98px) {
    .tab-links {
      padding: 0 0 32px; } }
  @media (max-width: 991.98px) {
    .tab-links {
      padding: 0 0 20px; } }
  .tab-links ul {
    list-style: none;
    text-align: center; }
  .tab-links li {
    display: inline-block; }
    @media (max-width: 991.98px) {
      .tab-links li {
        display: block;
        padding-bottom: 5px; } }
  .tab-links a {
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    padding: 8px 23px 9px;
    text-decoration: none;
    border-radius: 3px; }
    @media (max-width: 991.98px) {
      .tab-links a {
        min-width: 130px; } }
    .active .tab-links a {
      cursor: default; }

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea,
select,
.form-control {
  height: 50px;
  font-size: 18px;
  line-height: 24px; }
  @media (max-width: 991.98px) {
    [type="text"],
    [type="password"],
    [type="date"],
    [type="datetime"],
    [type="datetime-local"],
    [type="month"],
    [type="week"],
    [type="email"],
    [type="number"],
    [type="search"],
    [type="tel"],
    [type="time"],
    [type="url"],
    [type="color"],
    textarea,
    select,
    .form-control {
      height: 45px;
      font-size: 16px;
      line-height: 21px; } }

.form-group {
  margin-bottom: 20px; }
  @media (max-width: 1299.98px) {
    .form-group {
      margin-bottom: 15px; } }
  @media (max-width: 991.98px) {
    .form-group {
      margin-bottom: 10px; } }
  .form-group .append .form-control, .form-group .prepend .form-control {
    height: 50px; }
    @media (max-width: 1299.98px) {
      .form-group .append .form-control, .form-group .prepend .form-control {
        height: 45px; } }
  .form-group .input-group-prepend .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .form-group .input-group-prepend + .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .form-group .input-group-append .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.card-icon {
  right: 10px; }
  @media (max-width: 991.98px) {
    .card-icon {
      right: 5px; } }

.main-block-row-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.main-block-col-wrap {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  margin-left: 8.33333%; }
  @media (max-width: 1299.98px) {
    .main-block-col-wrap {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; } }

.main-block-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #F3F4F5;
  border-radius: 10px;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.08), 0 10px 25px 0 rgba(0, 0, 0, 0.07); }
  @media (max-width: 991.98px) {
    .main-block-row {
      display: block; } }

.main-block-left {
  -webkit-box-flex: 0 auto;
  -moz-box-flex: 0 auto;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  width: 521px;
  max-width: 521px;
  padding: 40px 45px 35px; }
  @media (max-width: 1299.98px) {
    .main-block-left {
      padding: 30px 35px 25px; } }
  @media (max-width: 991.98px) {
    .main-block-left {
      padding: 20px 25px 15px;
      width: auto;
      max-width: none; } }

.main-block-right {
  -webkit-box-flex: 1 1;
  -moz-box-flex: 1 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  background: url("../../images/unlimited-soft/benefits-bg-small@2x.png") no-repeat 0 bottom #dae1e4;
  background-size: 100% auto;
  padding: 40px 40px 250px;
  width: auto;
  max-width: none;
  border-radius: 0 10px 10px 0; }
  @media (max-width: 1299.98px) {
    .main-block-right {
      padding: 30px 30px 250px; } }
  @media (max-width: 991.98px) {
    .main-block-right {
      padding: 20px;
      border-radius: 0 0 10px 10px;
      background: #dae1e4; } }

.main-block {
  margin: 0 0 60px;
  align-items: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media (max-width: 1299.98px) {
    .main-block {
      margin: 0 0 40px; } }
  @media (max-width: 991.98px) {
    .main-block {
      margin: 0 0 20px;
      display: block; } }
  .main-block .left {
    -webkit-box-flex: 0 auto;
    -moz-box-flex: 0 auto;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    max-width: 640px;
    width: 640px;
    padding: 0 30px;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 0; }
    @media (max-width: 1299.98px) {
      .main-block .left {
        max-width: 540px;
        width: 540px;
        padding: 0 20px; } }
    @media (max-width: 991.98px) {
      .main-block .left {
        max-width: none;
        width: 100%;
        padding: 0; } }
  .main-block .right {
    -webkit-box-flex: 0 auto;
    -moz-box-flex: 0 auto;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    max-width: 480px;
    width: 480px;
    padding: 0 30px;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
    @media (max-width: 1299.98px) {
      .main-block .right {
        max-width: 380px;
        width: 380px;
        padding: 0 20px; } }
    @media (max-width: 991.98px) {
      .main-block .right {
        max-width: none;
        width: 100%;
        padding: 0; } }

.secure-big-image {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 320px;
  -webkit-box-flex: 0 auto;
  -moz-box-flex: 0 auto;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }
  @media (max-width: 1299.98px) {
    .secure-big-image {
      margin-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .secure-big-image {
      margin-bottom: 20px; } }
  .secure-big-image img {
    width: 100%; }

.secure-lines {
  -webkit-box-flex: 1 1;
  -moz-box-flex: 1 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1; }

.secure-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 30px; }
  @media (max-width: 1299.98px) {
    .secure-line {
      font-size: 13px;
      line-height: 20px;
      margin-bottom: 22px; } }
  @media (max-width: 991.98px) {
    .secure-line {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 15px; } }

.secure-line-image {
  -webkit-box-flex: 0 auto;
  -moz-box-flex: 0 auto;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  width: 38px;
  height: 34px; }
  @media (max-width: 1299.98px) {
    .secure-line-image {
      width: 34px; } }
  @media (max-width: 991.98px) {
    .secure-line-image {
      width: 30px;
      height: 28px; } }
  .secure-line-image img {
    max-width: 100%; }

.secure-line-text {
  -webkit-box-flex: 1 1;
  -moz-box-flex: 1 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1; }

.secure-line-title {
  font-size: 16px;
  line-height: 23px; }
  @media (max-width: 1299.98px) {
    .secure-line-title {
      font-size: 15px;
      line-height: 20px; } }
  @media (max-width: 991.98px) {
    .secure-line-title {
      font-size: 14px;
      line-height: 18px; } }

.call-line {
  -webkit-box-flex: 0 auto;
  -moz-box-flex: 0 auto;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  margin: 20px -10px -10px;
  padding: 30px 0 0 0;
  min-width: 100%;
  width: auto;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  display: block; }
  @media (max-width: 1299.98px) {
    .call-line {
      font-size: 18px;
      line-height: 22px;
      margin: 20px -10px -10px;
      padding: 20px 0 0 0; } }
  @media (max-width: 991.98px) {
    .call-line {
      font-size: 16px;
      line-height: 20px;
      margin: 20px -10px -10px;
      padding: 15px 0 0 0; } }

.call-line-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding-bottom: 10px; }

.why-block {
  font-size: 13px;
  line-height: 19px; }
  @media (max-width: 991.98px) {
    .why-block {
      font-size: 12px;
      line-height: 18px;
      text-align: center; } }
  .why-block p:last-child {
    padding-bottom: 0; }

.why-title {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 11px; }
  @media (max-width: 1299.98px) {
    .why-title {
      font-size: 15px;
      line-height: 20px;
      padding-bottom: 7px; } }
  @media (max-width: 991.98px) {
    .why-title {
      font-size: 14px;
      line-height: 18px;
      padding-bottom: 4px; } }

.form-wrap {
  -webkit-box-flex: 1 1;
  -moz-box-flex: 1 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  min-height: 100%;
  width: auto;
  border-radius: 3px;
  padding: 30px 40px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 1299.98px) {
    .form-wrap {
      padding: 25px 30px; } }
  @media (max-width: 991.98px) {
    .form-wrap {
      padding: 20px;
      margin: 0 0 25px; } }

.form-top {
  background: #F4F4F4;
  margin: 0 -40px 30px;
  -webkit-box-flex: 0 auto;
  -moz-box-flex: 0 auto;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  padding: 25px 40px 30px; }
  @media (max-width: 1299.98px) {
    .form-top {
      margin: 0 -30px 25px;
      padding: 25px 30px; } }
  @media (max-width: 991.98px) {
    .form-top {
      margin: 0 -20px 20px;
      padding: 20px;
      border-radius: 0 0 3px 3px; } }

.form-content {
  -webkit-box-flex: 1 1;
  -moz-box-flex: 1 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1; }
  @media (max-width: 991.98px) {
    .form-content {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; } }

.form-title {
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
  padding-bottom: 10px; }
  @media (max-width: 991.98px) {
    .form-title {
      font-size: 22px;
      line-height: 28px;
      text-align: center; } }

.form-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 30px; }
  @media (max-width: 991.98px) {
    .form-subtitle {
      font-size: 13px;
      font-weight: 400;
      line-height: 16px;
      padding-bottom: 17px;
      text-align: center; } }

.form-subtext {
  font-size: 13px;
  line-height: 18px; }
  @media (max-width: 991.98px) {
    .form-subtext {
      text-align: center; } }
  .form-subtext p:last-child {
    padding: 0; }
  .form-subtext a {
    text-decoration: none; }

.form-subtext-title {
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
  padding-bottom: 7px; }
  @media (max-width: 991.98px) {
    .form-subtext-title {
      font-size: 15px;
      font-weight: bold;
      line-height: 23px; } }

.form-secure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
  margin: -30px -40px 0;
  border-radius: 3px 3px 0 0; }
  @media (max-width: 1299.98px) {
    .form-secure {
      margin: -25px -30px 0;
      padding: 15px;
      font-size: 13px;
      line-height: 18px; } }
  @media (max-width: 991.98px) {
    .form-secure {
      margin: -20px -20px 0;
      padding: 10px;
      font-size: 12px;
      line-height: 16px; } }

.form-secure-image {
  margin-right: 10px;
  min-width: 24px;
  width: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center; }
  .form-secure-image img {
    height: 24px; }

.form-secure-text {
  -webkit-box-flex: 1 1;
  -moz-box-flex: 1 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1; }

.check-line {
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 15px; }
  @media (max-width: 1299.98px) {
    .check-line {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 12px; } }
  @media (max-width: 991.98px) {
    .check-line {
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 8px; } }

.check-info-text {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 9px; }
  @media (max-width: 991.98px) {
    .check-info-text {
      font-size: 12px;
      line-height: 16px; } }

.check-info-text-highlight {
  font-weight: 800; }

.check-info-feedback {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 16px; }
  @media (max-width: 991.98px) {
    .check-info-feedback {
      display: block; } }
  .check-info-feedback img {
    margin-right: 10px; }

.tooltip-link {
  height: 20px;
  width: 20px;
  border-width: 1px;
  border-style: solid;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%; }

.check-logos .mastercard {
  width: 41px;
  margin-left: 5px; }
  @media (max-width: 991.98px) {
    .check-logos .mastercard {
      width: 42px;
      margin: 2px 0 2px 5px; }
      .check-logos .mastercard:last-child {
        margin-left: 0; } }

.check-logos .visa {
  width: 66px;
  margin-left: 5px; }
  @media (max-width: 991.98px) {
    .check-logos .visa {
      width: 45px;
      margin: 2px 0 2px 5px; }
      .check-logos .visa:last-child {
        margin-left: 0; } }

.right-in {
  height: 100%;
  width: 100%;
  padding: 50px;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 1299.98px) {
    .right-in {
      padding: 40px; } }
  @media (max-width: 991.98px) {
    .right-in {
      padding: 30px; } }

.button {
  transition: all .3s ease-in;
  text-transform: uppercase;
  float: none;
  height: auto;
  width: 100%;
  margin: 15px 0 20px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }
  @media (max-width: 1299.98px) {
    .button {
      margin: 15px 0 15px; } }
  @media (max-width: 991.98px) {
    .button {
      font-size: 16px;
      margin: 10px 0 10px; } }

.button-lg {
  padding: 15px 25px; }
  @media (max-width: 991.98px) {
    .button-lg {
      padding: 12px 25px; } }

.modal-notification .button {
  width: auto; }

.secure strong {
  font-weight: 700; }

.check-info {
  font-size: 16px; }

#loadings {
  margin-top: -60px; }
  #loadings .content {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }

.loadings-progress {
  width: 180px;
  height: 12px;
  border-radius: 8px;
  margin: 0 auto 60px;
  overflow: hidden;
  border: 1px solid #000;
  padding: 2px; }

.loadings-progress-in {
  height: 6px;
  border-radius: 3px;
  animation: progress 2s linear; }

.loadings-title {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 20px;
  text-align: center; }

@-webkit-keyframes progress {
  0% {
    width: 0; }
  20% {
    width: 30%; }
  50% {
    width: 50%; }
  70% {
    width: 82%; }
  100% {
    width: 100%; } }

@keyframes progress {
  0% {
    width: 0; }
  20% {
    width: 30%; }
  50% {
    width: 50%; }
  70% {
    width: 82%; }
  100% {
    width: 100%; } }

.terms input + span, .terms label.checkbox input + span {
  padding: 2px 0 5px 30px; }
  .terms input + span:before, .terms label.checkbox input + span:before {
    width: 22px;
    height: 22px;
    border-width: 1px; }
  .terms input + span:after, .terms label.checkbox input + span:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 14px; }

.terms .terms-position, .terms label.checkbox .terms-position {
  font-size: 14px;
  line-height: 21px; }
  @media (max-width: 991.98px) {
    .terms .terms-position, .terms label.checkbox .terms-position {
      font-size: 12px;
      line-height: 20px; } }

.terms a {
  text-decoration: none; }

.form-subtext {
  font-size: 13px;
  line-height: 18px; }
  .form-subtext p:last-child {
    padding: 0; }
  .form-subtext a {
    text-decoration: none; }

.form-subtext-title {
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
  padding-bottom: 7px; }
  @media (max-width: 991.98px) {
    .form-subtext-title {
      font-size: 15px;
      font-weight: bold;
      line-height: 23px; } }

#createModal .modal-content {
  text-align: center;
  padding: 45px 50px; }
  @media (max-width: 991.98px) {
    #createModal .modal-content {
      padding: 25px 30px; } }

#createModal .modal-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
  padding-bottom: 40px; }
  @media (max-width: 991.98px) {
    #createModal .modal-title {
      font-size: 20px;
      font-weight: 600;
      line-height: 31px;
      padding-bottom: 30px; } }
  @media (max-width: 991.98px) {
    #createModal .modal-title {
      font-size: 18px;
      font-weight: 600;
      line-height: 28px;
      padding-bottom: 20px; } }

.modal-info-text {
  font-size: 14px;
  line-height: 20px; }
  .modal-info-text a {
    text-decoration: underline; }

.password-field {
  position: relative; }

.show-password {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -1px;
  top: -1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background: none; }
  @media (max-width: 991.98px) {
    .show-password {
      height: 45px;
      width: 45px; } }
  .show-password.active .visibility_off {
    display: none; }
  .show-password.active .visibility_on {
    display: block; }

.visibility_on {
  display: none; }

footer {
  -webkit-box-flex: 0 auto;
  -moz-box-flex: 0 auto;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  padding: 40px 0;
  border-top: 1px solid #000;
  position: relative;
  z-index: 3; }
  @media (max-width: 991.98px) {
    footer {
      padding: 30px 0; } }
  footer p {
    padding-bottom: 10px; }

.footer-text {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  margin-left: 8.33333%;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 0;
  text-align: left; }
  @media (max-width: 1299.98px) {
    .footer-text {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; } }

.footer-terms {
  font-size: 14px;
  line-height: 20px; }

.prelander .header .container {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  max-width: none; }

.prelander .logo {
  width: 150px; }

.prelander .content {
  background: transparent;
  padding: 0; }

.prelander .footer-text {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0;
  font-size: 15px;
  line-height: 20px;
  text-align: center; }

p {
  padding-bottom: 0; }

.blur > *:not(.jquery-modal):not(.ui-menu) {
  filter: blur(4px); }

@media (min-width: 1300px) {
  #createModal.termOpen {
    margin-right: 550px; } }

#createModal > .close-modal {
  top: 5px; }

#reg-modal-terms, #reg-modal-privacy {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 20px;
  z-index: 2; }
  #reg-modal-terms:after, #reg-modal-privacy:after {
    content: "";
    height: 20px;
    width: 100%;
    display: block; }
  @media (min-width: 1300px) {
    #reg-modal-terms, #reg-modal-privacy {
      margin-left: 550px;
      top: 0;
      margin-top: 0; }
      #reg-modal-terms:after, #reg-modal-privacy:after {
        display: none; } }
  #reg-modal-terms .modal-content, #reg-modal-privacy .modal-content {
    width: 100%;
    padding: 30px;
    max-height: 100%;
    scrollbar-width: thin; }
  #reg-modal-terms a.close-modal, #reg-modal-privacy a.close-modal {
    right: 5px;
    top: 5px; }
/* Background */
/* Text */
/* Form */
/* Inputs */
/* Checkbox */
/* Buttons */
/* Progress bar */
/* Tooltip */
/* Header */
/* Content */
/* Prelander */
/* Flags */
/* Description */
/* Modal */
/* Spinner */
/* Footer */
/* Mixins  */
/* Color sets */
/* Background */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&family=Poppins:wght@300;400;500;600;700&display=swap");
body {
  background: #f3f4f5;
  color: #000; }

/* Text */
.title {
  color: #000; }

.subtitle {
  color: #404554; }

/* Form */
.main-block {
  background: transparent; }

.main-block-row {
  background: #f3f4f5; }

.form-wrap {
  background: #fff;
  color: #404554; }

.check-info-wrap {
  background: #f4f4f4; }

.form-secure {
  color: #fff;
  background: #4A90E2; }

.form-top {
  color: #000;
  background: #f4f4f4; }

.check-info-text-highlight {
  color: #00C2FF; }

.check-line:after {
  border-bottom-color: transparent; }

.check-line span {
  background: #f4f4f4; }
  .check-line span + span {
    color: #00C2FF; }

.check-info-text-highlight {
  color: #00C2FF; }

.check-info-feedback {
  color: rgba(34, 34, 34, 0.5); }

/* Inputs */
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea,
select,
.form-control {
  color: #000;
  border-color: #E2E5EE;
  background: #fff;
  border-radius: 5px; }
  [type="text"]::-webkit-input-placeholder,
  [type="password"]::-webkit-input-placeholder,
  [type="date"]::-webkit-input-placeholder,
  [type="datetime"]::-webkit-input-placeholder,
  [type="datetime-local"]::-webkit-input-placeholder,
  [type="month"]::-webkit-input-placeholder,
  [type="week"]::-webkit-input-placeholder,
  [type="email"]::-webkit-input-placeholder,
  [type="number"]::-webkit-input-placeholder,
  [type="search"]::-webkit-input-placeholder,
  [type="tel"]::-webkit-input-placeholder,
  [type="time"]::-webkit-input-placeholder,
  [type="url"]::-webkit-input-placeholder,
  [type="color"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  .form-control::-webkit-input-placeholder {
    color: #aaa; }
  [type="text"]:-moz-placeholder,
  [type="password"]:-moz-placeholder,
  [type="date"]:-moz-placeholder,
  [type="datetime"]:-moz-placeholder,
  [type="datetime-local"]:-moz-placeholder,
  [type="month"]:-moz-placeholder,
  [type="week"]:-moz-placeholder,
  [type="email"]:-moz-placeholder,
  [type="number"]:-moz-placeholder,
  [type="search"]:-moz-placeholder,
  [type="tel"]:-moz-placeholder,
  [type="time"]:-moz-placeholder,
  [type="url"]:-moz-placeholder,
  [type="color"]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder,
  .form-control:-moz-placeholder {
    color: #aaa; }
  [type="text"]::-moz-placeholder,
  [type="password"]::-moz-placeholder,
  [type="date"]::-moz-placeholder,
  [type="datetime"]::-moz-placeholder,
  [type="datetime-local"]::-moz-placeholder,
  [type="month"]::-moz-placeholder,
  [type="week"]::-moz-placeholder,
  [type="email"]::-moz-placeholder,
  [type="number"]::-moz-placeholder,
  [type="search"]::-moz-placeholder,
  [type="tel"]::-moz-placeholder,
  [type="time"]::-moz-placeholder,
  [type="url"]::-moz-placeholder,
  [type="color"]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder,
  .form-control::-moz-placeholder {
    color: #aaa; }
  [type="text"]:-ms-input-placeholder,
  [type="password"]:-ms-input-placeholder,
  [type="date"]:-ms-input-placeholder,
  [type="datetime"]:-ms-input-placeholder,
  [type="datetime-local"]:-ms-input-placeholder,
  [type="month"]:-ms-input-placeholder,
  [type="week"]:-ms-input-placeholder,
  [type="email"]:-ms-input-placeholder,
  [type="number"]:-ms-input-placeholder,
  [type="search"]:-ms-input-placeholder,
  [type="tel"]:-ms-input-placeholder,
  [type="time"]:-ms-input-placeholder,
  [type="url"]:-ms-input-placeholder,
  [type="color"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder,
  .form-control:-ms-input-placeholder {
    color: #aaa; }
  [type="text"].error,
  [type="password"].error,
  [type="date"].error,
  [type="datetime"].error,
  [type="datetime-local"].error,
  [type="month"].error,
  [type="week"].error,
  [type="email"].error,
  [type="number"].error,
  [type="search"].error,
  [type="tel"].error,
  [type="time"].error,
  [type="url"].error,
  [type="color"].error,
  textarea.error,
  select.error,
  .form-control.error {
    color: #d0021b; }

select:required:invalid {
  color: #aaa; }

select:required option {
  color: #000; }

.select-wrap:after {
  border-top-color: #000; }

.input-group-prepend .form-control:after {
  background: #E2E5EE; }

.error-text {
  background: #db4437;
  color: #fff; }

.form-group.error .form-control, .input-group.error .form-control {
  border-color: #db4437;
  background: #fff6f6; }

.form-group.valid .form-control, .input-group.valid .form-control {
  border-color: #8ac500;
  background: #f8fff2; }

@media (max-width: 991.98px) {
  .form-step h2, .form-step .h2 {
    color: #000; } }

.ui-menu {
  border-color: #E2E5EE;
  background: #fff; }

/* Checkbox */
label.checkbox input:checked + span:before {
  border-color: #00C2FF;
  background: #00C2FF; }

label.checkbox input:not(:checked).error + span {
  color: #db4437; }
  label.checkbox input:not(:checked).error + span:before {
    border-color: #db4437; }
  label.checkbox input:not(:checked).error + span a {
    color: #db4437; }

label.checkbox input + span:before {
  border-color: #aaa;
  background: #fff; }

label.checkbox input + span:after {
  border-bottom-color: #fff;
  border-right-color: #fff; }

.terms, .terms label.checkbox {
  color: #404554; }
  .terms a, .terms label.checkbox a {
    color: #000; }
    .terms a:hover, .terms a:active, .terms a:focus, .terms label.checkbox a:hover, .terms label.checkbox a:active, .terms label.checkbox a:focus {
      color: #000; }

.form-subtext {
  color: rgba(64, 69, 84, 0.75); }
  .form-subtext a {
    color: #000; }
    .form-subtext a:hover, .form-subtext a:active, .form-subtext a:focus {
      color: #000; }

.form-subtext-title {
  color: rgba(64, 69, 84, 0.75); }

/* Buttons */
.button {
  border-radius: 5px;
  color: #fff;
  background: #00C2FF;
  border-color: #00C2FF; }
  .button.hover, .button:hover, .button:active, .button:focus {
    color: #fff;
    background: #4AAEE2;
    border-color: #4AAEE2; }
  .button.disabled, .button:disabled {
    color: #fff;
    background-color: #00C2FF;
    border-color: #00C2FF;
    opacity: .5;
    cursor: default; }

.button-secondary, .pay-button {
  color: #fff;
  background: #65C100;
  border-color: #65C100;
  width: 20%;  }
  .button-secondary.hover, .hover.pay-button, .button-secondary:hover, .pay-button:hover, .button-secondary:active, .pay-button:active, .button-secondary:focus, .pay-button:focus {
    color: #fff;
    background: #7ED321;
    border-color: #7ED321; }
  .button-secondary.disabled, .disabled.pay-button, .button-secondary:disabled, .pay-button:disabled {
    color: #fff;
    background-color: #65C100;
    border-color: #65C100;
    opacity: .5;
    cursor: default; }

.button-success {
  color: #fff;
  background: #8ac500;
  border-color: #8ac500; }
  .button-success.hover, .button-success:hover, .button-success:active, .button-success:focus {
    color: #fff;
    background: #96d600;
    border-color: #96d600; }
  .button-success.disabled, .button-success:disabled {
    color: #fff;
    background-color: #8ac500;
    border-color: #8ac500;
    opacity: .5;
    cursor: default; }

/* Progress bar */
.progress-bar {
  background: #e3e4e6; }

.progress-bar-in {
  background: #00C2FF;
  box-shadow: 0 0 3px #00C2FF; }

.progress-bar-numbers-line {
  background: #d3d5d9; }

.progress-bar-numbers-line-in {
  background: #00C2FF; }

.progress-bar-number {
  border-color: #d3d5d9;
  color: #d3d5d9;
  background: #f3f4f5; }
  .progress-bar-number .progress-bar-text {
    color: #d3d5d9; }
  .progress-bar-number.finished {
    border-color: #4AAEE2;
    color: #4AAEE2;
    background: #f3f4f5; }
    .progress-bar-number.finished .progress-bar-text {
      color: transparent; }
  .progress-bar-number.active {
    border-color: #4AAEE2;
    color: #404554;
    background: #f3f4f5; }
    .progress-bar-number.active .progress-bar-text {
      color: #404554; }

.progress-bar-check {
  border-bottom-color: #4AAEE2;
  border-right-color: #4AAEE2; }

/* Tooltip */
.tooltip-link {
  color: #aaa;
  background: none;
  border-color: #aaa; }
  .tooltip-link:hover {
    color: #919191;
    border-color: #919191; }

.cvv-text {
  color: #d0021b; }

.tooltip-close {
  color: #aaa; }
  .tooltip-close:hover, .tooltip-close:active, .tooltip-close:focus {
    color: #222; }

/* Header */
.header {
  background: #fff;
  color: #000;
  font-weight: normal; }
  .header a {
    color: #404554; }
    .header a:hover, .header a:active, .header a:focus {
      color: #00C2FF; }

/* Content */
.page:after {
  background: #111111;
  opacity: 0.75; }

.software-tooltip-text {
  color: #4B526C; }

.software-tooltip-title {
  color: #404554; }

.download-text {
  color: #404554; }

.download-subtitle {
  color: #A5A5A5; }

.secure-line {
  color: #888;
  background: transparent; }

.secure-line-inverse {
  color: #fff;
  background: #404554; }

.highlights {
  color: #00BAFF; }

.timeall {
  color: #aaa; }

.subtitle-info {
  color: #aaa; }

.subtitle-line {
  background: #555; }

.secure-line-title {
  color: #000; }

.call-line {
  color: #333; }

.call-line-title {
  color: #888; }

.loadings-title {
  color: #fff; }

.loadings-progress {
  border-color: #fff;
  background: transparent; }

.loadings-progress-in {
  background: #fff; }

.why-block {
  color: #888; }

.why-title {
  color: #333; }

.right-in {
  color: #000;
  background: #fff; }

/* Prelander */
.prelander {
  background: transparent; }
  .prelander label {
    color: #404554; }
  .prelander .footer {
    background: #404554;
    color: #fff; }

.prelander-block {
  background: #fff; }

.prelander-left,
.prelander-left-preview {
  background: #202430;
  color: #fff; }

.prelander-left-top {
  background: #121620; }

.prelander-right {
  background: transparent;
  color: #191516; }

.prelander-highlight {
  color: #65C100; }

.prelander-info-item {
  color: #858996; }

.prelander-info-title {
  color: #fff; }

/* Flags */
.flags-content {
  color: #fff;
  background: #222; }

.flags-content-bg {
  opacity: 1; }

.flag-img {
  border-radius: 0; }

.flags-select a:after {
  border-radius: 0;
  background: #00C2FF;
  border-color: transparent;
  border-width: 0; }
  @media (max-width: 1299.98px) {
    .flags-select a:after {
      border-width: 0; } }
  @media (max-width: 991.98px) {
    .flags-select a:after {
      border-width: 0; } }
  @media (max-width: 575.98px) {
    .flags-select a:after {
      border-width: 0; } }

/* Description */
.description-block-text {
  color: rgba(64, 69, 84, 0.75); }

.description-block-title {
  color: #000; }

.apps-subtitle {
  color: #404554; }

.apps-title {
  color: #404554; }

.tab-links a {
  color: #00C2FF;
  background: transparent; }
  .tab-links a:hover {
    background: #F3F4F5; }

.tab-links .active a {
  color: #fff;
  background: #00C2FF; }
  .tab-links .active a:hover {
    background: #00C2FF; }

/* Modal */
.blocker {
  background: rgba(0, 0, 0, 0.75); }

.modal {
  color: #000; }

.modal-info-text {
  color: #404554; }
  .modal-info-text a {
    color: #404554; }

#reg-modal-terms, #reg-modal-privacy {
  background: #fff; }

/* Spinner */
.spinner-wrap {
  color: rgba(255, 255, 255, 0.8); }

svg.spinner circle {
  stroke: #00C2FF; }

/* Footer */
footer {
  color: #404554;
  background: #fff;
  border-top-color: #CFD1D5; }
  footer a {
    color: #404554;
    text-decoration: none; }
    footer a:hover {
      color: #2a2d37;
      text-decoration: underline; }
  footer strong {
    color: #404554; }

.footer-terms {
  color: #404554; }
  .footer-terms a {
    color: #404554; }
  .footer-terms .terms {
    background: #fff; }
    .footer-terms .terms .checkbox span {
      color: #000; }
      .footer-terms .terms .checkbox span a {
        color: #000; }

body {
  font-family: "Poppins", sans-serif; }

.header-login {
  font-family: "Nunito Sans", sans-serif; }

.download-text {
  font-family: "Nunito Sans", sans-serif; }

.download-subtitle {
  font-family: "Nunito Sans", sans-serif; }

.software-tooltip p {
  font-family: "Nunito Sans", sans-serif; }

.description-block-text p {
  font-family: "Nunito Sans", sans-serif; }

.check-info-text {
  font-family: "Nunito Sans", sans-serif; }

.terms {
  font-family: "Nunito Sans", sans-serif; }

.form-subtext {
  font-family: "Nunito Sans", sans-serif; }

.secure-line-inverse {
  font-family: "Nunito Sans", sans-serif; }

.modal-info-text {
  font-family: "Nunito Sans", sans-serif; }

.footer {
  font-family: "Nunito Sans", sans-serif; }