@charset "UTF-8";
h1:after, .h1:after, h2:after, .h2:after, .nav-tabs:after, .checkbox:after, .agree-block:after, .radiobox:after, .coming-soon:after, .violet-text-image .container:after, .plan-card .top:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

input:focus, a:focus, input:active, a:active {
  outline: none; }

@media (min-width: 992px) {
  /* START ╤Б╨║╤А╨╛╨╗ */
  ::-webkit-scrollbar-button {
    background-image: url("");
    background-repeat: no-repeat;
    width: 10px;
    height: 0px; }

  ::-webkit-scrollbar-track {
    background-color: transparent; }

  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #c8c8c8;
    cursor: pointer;
    background-size: 100% 100%; }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #b4b2b2; }

  ::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 10px;
    height: 0px; }

  ::-webkit-scrollbar {
    width: 10px; }

  ::-webkit-scrollbar:horizontal {
    height: 10px; }

  ::-webkit-scrollbar-button {
    display: none; } }
/* END ╤Б╨║╤А╨╛╨╗ */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

*:active, *:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

body {
  padding: 0 0 0 0;
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #575756;
  background: #ffffff;
  position: relative;
  min-height: 100vh; }

body.bg {
  background: url(../img/bg.png) center top no-repeat; }

strong, b {
  font-weight: 600;
  color: #575756; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  font-family: "Montserrat"; }

h1, .h1, h2, .h2 {
  color: #575756;
  font-size: 45px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 80px; }

h2.line {
  text-align: center;
  position: relative;
  padding: 0 0 25px 0; }
  h2.line:after {
    content: "";
    height: 10px;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #06d6a0;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms; }
  h2.line:hover:after {
    width: 220px; }

@media (max-width: 1199px) {
  h1, .h1, h2, .h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600; } }
@media (max-width: 991px) {
  h1, .h1, h2, .h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 40px; }

  h2.line {
    padding-bottom: 15px;
    margin-bottom: 40px; }
    h2.line:after {
      height: 5px; } }
.clearfix {
  clear: both; }

a {
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms; }

p {
  font-size: 23px;
  line-height: 27px;
  font-weight: 400;
  color: #575756; }

input::-webkit-input-placeholder {
  color: #b5b5b5; }

input::-moz-placeholder {
  color: #b5b5b5; }

input:-ms-input-placeholder {
  color: #b5b5b5; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

@media (max-width: 991px) {
  body {
    padding: 80px 0 0 0; } }
@media (max-width: 575px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600; }

  h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600; } }
.form-control:focus, .form-control:active {
  box-shadow: none !important;
  outline: none !important; }

input.form-control {
  border: 1px solid #dddddd;
  background: #fafafa !important;
  padding: 0 65px 0 25px;
  color: #8d8a93;
  font-size: 16px;
  line-height: 54px;
  font-weight: 400;
  height: 56px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }
  input.form-control:focus, input.form-control:active {
    border: 1px solid #C0C0C0 !important;
    box-shadow: none !important;
    color: #000; }

.form-group {
  margin-bottom: 15px; }
  .form-group .label {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .form-group .label span {
      color: #ec1717; }

label.error {
  margin: 5px 0 0 0;
  color: #ec1717;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  display: block; }

.table-block {
  width: 100%;
  display: table; }
  .table-block .td {
    display: table-cell;
    vertical-align: top; }

.mb-45 {
  margin-bottom: 45px; }

.mb-40 {
  margin-bottom: 40px; }

.mt-50 {
  margin-top: 50px; }

.float-100 {
  float: left;
  width: 100%; }

.scroll-up {
  display: none;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  position: fixed;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
  transform: rotate(90deg);
  bottom: 65px;
  right: 30px;
  cursor: pointer;
  z-index: 400; }
  .scroll-up:hover {
    opacity: 0.8; }

@media (max-width: 767px) {
  .scroll-up {
    right: 15px;
    bottom: 30px; } }
.margin-10 {
  margin-left: -10px;
  margin-right: -10px; }

.text-formatted {
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  color: #575756; }
  .text-formatted p {
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
    margin-bottom: 20px;
    color: #575756; }
    .text-formatted p:last-child {
      margin-bottom: 0; }
  .text-formatted a {
    border-bottom: 1px solid #000;
    text-decoration: none !important;
    color: #575756; }
    .text-formatted a:hover {
      color: #575756;
      border-color: transparent; }

@media (max-width: 767px) {
  .section-text {
    padding: 30px 0; }

  .text-formatted {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }
    .text-formatted p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400; } }
.tab-content > .active {
  display: block !important;
  height: auto !important; }

.fade:not(.show) {
  display: block !important;
  height: 0;
  overflow: hidden; }

.nav-tabs {
  border: none;
  border-bottom: 1px solid #E6E6E6;
  display: block; }
  .nav-tabs .nav-item {
    margin: 0 15px 0 0;
    float: left; }
  .nav-tabs .nav-link {
    text-align: center;
    color: #8f8c95;
    text-decoration: none !important;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding: 20px 0;
    position: relative; }
    .nav-tabs .nav-link.active {
      color: #000;
      font-weight: 600; }

.tab-content {
  padding: 30px 0 0; }

.btn {
  background: #06d6a0;
  color: #ffffff;
  font-size: 18px;
  line-height: 48px;
  font-weight: 500;
  position: relative;
  padding: 0 30px;
  height: 50px;
  text-transform: uppercase;
  letter-spacing: 0;
  border: 1px solid #06d6a0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  z-index: 1;
  overflow: hidden;
  text-align: center; }
  .btn:hover {
    background: #fff;
    color: #000; }
    .btn:hover input {
      color: #000; }
  .btn input {
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    box-shadow: none !important;
    background: none !important;
    border: none !important;
    display: block;
    color: #ffffff;
    cursor: pointer;
    width: 100%; }
  .btn.btn-submit {
    padding: 0; }
  .btn.white {
    background: #fff;
    color: #000;
    border-color: #E6E6E6; }
    .btn.white:hover {
      color: #fff;
      background: #fff; }

@-webkit-keyframes move {
  0% {
    left: 0; }
  20% {
    left: 100%; }
  100% {
    left: 100%; } }
@-moz-keyframes move {
  0% {
    left: 0; }
  20% {
    left: 100%; }
  100% {
    left: 100%; } }
@-ms-keyframes move {
  0% {
    left: 0; }
  20% {
    left: 100%; }
  100% {
    left: 100%; } }
@-o-keyframes move {
  0% {
    left: 0; }
  20% {
    left: 100%; }
  100% {
    left: 100%; } }
@keyframes move {
  0% {
    left: 0; }
  20% {
    left: 100%; }
  100% {
    left: 100%; } }
@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0; }
  30% {
    left: 110%;
    margin-left: 80px; }
  100% {
    left: 110%;
    margin-left: 80px; } }
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0; }
  30% {
    left: 110%;
    margin-left: 80px; }
  100% {
    left: 110%;
    margin-left: 80px; } }
.btn-move:after {
  margin-left: -30px;
  content: " ";
  width: 30px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: -40px;
  top: -150px;
  top-animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.btn-effect-1 {
  overflow: hidden;
  position: relative; }
  .btn-effect-1:after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skew(-10deg, 0);
    -moz-transform: skew(-10deg, 0);
    -ms-transform: skew(-10deg, 0);
    -o-transform: skew(-10deg, 0);
    transform: skew(-10deg, 0);
    -webkit-animation: move 5s linear infinite;
    -moz-animation: move 5s linear infinite;
    -ms-animation: move 5s linear infinite;
    -o-animation: move 5s linear infinite;
    animation: move 5s linear infinite; }

input.btn.btn-grey:hover {
  background: #697177; }

.btn.focus, .btn:focus, btn:active {
  box-shadow: none !important; }

.link-view {
  color: #666;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  display: inline-block;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  position: relative; }
  .link-view:hover {
    color: #666;
    border-color: #666;
    text-decoration: none; }

.read-more {
  color: #B89E7F;
  text-decoration: none;
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  font-style: italic;
  border-bottom: 1px solid #B89E7F;
  display: inline-block;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  position: relative; }
  .read-more:hover {
    color: #B89E7F;
    border-color: transparent;
    text-decoration: none; }

.link-dashed {
  text-decoration: none;
  color: #44404F;
  border-bottom: 1px dashed #000; }
  .link-dashed:hover {
    border-color: transparent; }

@media (max-width: 575px) {
  .btn.sm-2-line {
    height: auto;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding: 15px 15px 13px 15px; } }
.jq-selectbox {
  height: 45px;
  width: auto;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #9CA3AF; }
  .jq-selectbox.select-search .jq-selectbox__select .jq-selectbox__trigger {
    display: none; }
  .jq-selectbox .jq-selectbox__search input {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    line-height: 43px;
    font-weight: 400;
    padding: 0 20px;
    color: #958e8e;
    border: 2px solid #B3B3B3;
    border-bottom: none;
    background: #fff; }
  .jq-selectbox .jq-selectbox__not-found[style] + ul {
    box-shadow: none; }
  .jq-selectbox .jq-selectbox__not-found {
    background: none;
    display: block;
    font-size: 15px;
    line-height: 43px;
    font-weight: 400;
    padding: 0 20px;
    color: #958e8e;
    opacity: 1;
    background: #fff;
    border: 2px solid #B3B3B3;
    margin: 0 0; }
  .jq-selectbox.opened {
    border-color: #116ACC; }
    .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
      transform: rotate(0deg); }
  .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
    height: 43px;
    font-size: 16px;
    line-height: 43px;
    font-weight: 400;
    color: #000;
    padding-right: 30px;
    padding-left: 15px;
    width: auto !important;
    max-width: 100%; }
  .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30px; }
    .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
      background: url("../img/select.svg") center center no-repeat;
      -webkit-background-size: 100% 100%;
      background-size: 100% 100%;
      content: "";
      position: absolute;
      margin: -3px -4px 0 0;
      top: 50%;
      right: 50%;
      width: 9px;
      height: 5px;
      transform: rotate(0deg);
      opacity: 1; }
  .jq-selectbox .jq-selectbox__dropdown {
    position: absolute;
    top: 50px !important;
    left: -1px !important;
    right: -1px !important;
    width: auto !important;
    bottom: auto !important; }
    .jq-selectbox .jq-selectbox__dropdown ul {
      box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      min-width: 155px;
      max-height: 365px !important;
      background: #fff;
      border: none;
      padding: 0 0;
      margin: 0;
      list-style: none;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      border-radius: 7px;
      overflow-y: auto; }
      .jq-selectbox .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
        background-color: #DFDFDF; }
      .jq-selectbox .jq-selectbox__dropdown ul::-webkit-resizer {
        width: 6px; }
      .jq-selectbox .jq-selectbox__dropdown ul::-webkit-scrollbar {
        width: 6px;
        background: #f6f6f6; }
      .jq-selectbox .jq-selectbox__dropdown ul li {
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
        padding: 15px 15px 13px 15px;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        -ms-transition-duration: 300ms;
        -o-transition-duration: 300ms;
        transition-duration: 300ms;
        white-space: normal;
        color: #374151;
        display: block;
        width: 100%; }
        .jq-selectbox .jq-selectbox__dropdown ul li:last-child {
          border-bottom: none; }
        .jq-selectbox .jq-selectbox__dropdown ul li:hover {
          background: rgba(160, 195, 255, 0.1); }

@media (max-width: 991px) {
  .jq-selectbox .jq-selectbox__dropdown ul {
    max-height: 290px !important; }

  .jq-selectbox {
    height: 50px;
    border: 1px solid #808080; }
    .jq-selectbox .jq-selectbox__dropdown {
      top: 50px !important; }
    .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
      height: 50px;
      line-height: 50px; } }
.qty .jq-number {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 120px;
  border: none;
  background: #fff; }
  .qty .jq-number .jq-number__spin {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    cursor: pointer;
    border: 2px solid #ec1717;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
  .qty .jq-number .minus {
    left: 0; }
    .qty .jq-number .minus:before {
      content: "";
      position: absolute;
      top: 11px;
      left: 6px;
      height: 2px;
      background: #ec1717;
      width: 12px; }
  .qty .jq-number .plus {
    right: 0; }
    .qty .jq-number .plus:before {
      content: "";
      position: absolute;
      top: 11px;
      left: 6px;
      height: 2px;
      background: #ec1717;
      width: 12px; }
    .qty .jq-number .plus:after {
      content: "";
      position: absolute;
      top: 7px;
      left: 11px;
      height: 12px;
      background: #ec1717;
      width: 2px; }
  .qty .jq-number .jq-number__field input {
    opacity: 1 !important;
    width: 100%;
    padding: 0 24px;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border: none;
    background: none; }

.lang .jq-selectbox {
  height: 54px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .lang .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
    height: 54px;
    font-size: 18px;
    line-height: 54px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 0; }
  .lang .jq-selectbox .jq-selectbox__dropdown ul {
    min-width: 100px; }

.checkbox {
  margin: 0 0 15px 0; }
  .checkbox.select-all label:after {
    border-color: #CDCDCD; }
  .checkbox.select-all input:checked + label:after {
    border-color: #B89E7F; }
  .checkbox input {
    width: 20px;
    height: 20px;
    background: none;
    display: block;
    opacity: 0;
    float: left; }
    .checkbox input:checked + label:before {
      opacity: 1; }
    .checkbox input[checked="checked"] + label:before {
      opacity: 1; }
    .checkbox input[checked="checked"] + label {
      color: #000; }
  .checkbox input:checked + label {
    color: #000 !important; }
  .checkbox label {
    cursor: pointer;
    padding: 1px 0 0 30px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #8f8888;
    margin: 0;
    position: relative;
    display: block;
    text-align: left;
    text-transform: uppercase; }
    .checkbox label:before {
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms;
      opacity: 0;
      content: "";
      position: absolute;
      top: 3px;
      left: 3px;
      width: 14px;
      height: 14px;
      background: #8F8888;
      z-index: 2;
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      -ms-border-radius: 0%;
      border-radius: 0%; }
    .checkbox label:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: #f4f3f3;
      border: 1px solid #8f8888;
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      -ms-border-radius: 0%;
      border-radius: 0%;
      display: block;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms; }
    .checkbox label a {
      color: #B89E7F;
      border-bottom: 1px solid #B89E7F;
      text-decoration: none; }
      .checkbox label a:hover {
        border-color: transparent; }
  .checkbox label.error {
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    padding: 0; }
  .checkbox input.error + label + label:before {
    opacity: 0; }
  .checkbox input.error + label + label:after {
    border-color: #ec1717; }
  .checkbox input.valid + label + label:before {
    opacity: 1; }
  .checkbox input.valid + label + label:after {
    border-color: #B89E7F; }

.agree-block input {
  width: 15px;
  height: 18px;
  background: none;
  display: block;
  opacity: 0;
  float: left; }
  .agree-block input:checked + label:before {
    opacity: 1; }
.agree-block label {
  cursor: pointer;
  padding: 0 0 0 40px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  color: #000;
  margin: 0;
  position: relative;
  display: block; }
  .agree-block label:before {
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    opacity: 0;
    content: "";
    position: absolute;
    top: 8px;
    left: 6px;
    width: 10px;
    height: 10px;
    background: #B89E7F;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .agree-block label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border: 1px solid #B89E7F;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block; }
  .agree-block label a {
    color: #B89E7F;
    border-bottom: 1px solid #B89E7F;
    text-decoration: none; }
    .agree-block label a:hover {
      border-color: transparent; }
.agree-block label.error {
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  padding: 0; }
.agree-block input.error + label + label:before {
  opacity: 0; }
.agree-block input.error + label + label:after {
  border-color: #ec1717; }
.agree-block input.valid + label + label:before {
  opacity: 1; }
.agree-block input.valid + label + label:after {
  border-color: #B89E7F; }

.text-switch {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 32px;
  font-weight: 400;
  color: #000; }
  .text-switch.left {
    margin: 0 5px 0 0; }
  .text-switch.right {
    margin-left: 5px; }

.checkbox-switch {
  cursor: pointer;
  display: block;
  vertical-align: top;
  position: relative; }
  .checkbox-switch input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer; }
    .checkbox-switch input:checked + label:after {
      background: #D0D0D0; }
    .checkbox-switch input:checked + label:before {
      right: 22px; }
  .checkbox-switch label {
    padding: 0 65px 0 0;
    display: block;
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
    cursor: pointer;
    text-transform: lowercase; }
    .checkbox-switch label:first-letter {
      text-transform: uppercase; }
    .checkbox-switch label:after {
      width: 48px;
      height: 28px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      cursor: pointer;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms;
      content: "";
      position: absolute;
      top: 3px;
      right: 0;
      background: #06D6A0; }
    .checkbox-switch label:before {
      z-index: 2;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms;
      content: "";
      width: 24px;
      height: 24px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      top: 5px;
      right: 2px;
      background: #ffffff; }

.radiobox {
  margin: 0 0 15px 0; }
  .radiobox.select-all label:after {
    border-color: #CDCDCD; }
  .radiobox.select-all input:checked + label:after {
    border-color: #B89E7F; }
  .radiobox input {
    width: 20px;
    height: 20px;
    background: none;
    display: block;
    opacity: 0;
    float: left; }
    .radiobox input:checked + label:before {
      opacity: 1; }
    .radiobox input[checked="radio"] + label:before {
      opacity: 1; }
    .radiobox input[checked="radio"] + label {
      color: #000; }
  .radiobox input:checked + label {
    color: #000 !important; }
  .radiobox label {
    cursor: pointer;
    padding: 1px 0 0 30px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin: 0;
    position: relative;
    display: block;
    text-align: left;
    text-transform: none; }
    .radiobox label:before {
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms;
      opacity: 0;
      content: "";
      position: absolute;
      top: 4px;
      left: 4px;
      width: 12px;
      height: 12px;
      background: #000;
      z-index: 2;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .radiobox label:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: #fff;
      border: 1px solid #000;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      display: block;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms; }

.banner-main {
  position: relative;
  padding: 0 0 50px 0; }
  .banner-main h1, .banner-main h2 {
    margin-bottom: 15px; }
  .banner-main .text-formatted {
    margin-bottom: 40px;
    font-weight: 600; }

.text-green {
  color: #06d6a0; }

.coming-soon {
  margin: 0 0 60px 0; }
  .coming-soon .text {
    float: left;
    font-size: 18px;
    line-height: 33px;
    font-weight: 400;
    margin: 0 53px 0 0;
    color: #4a4a49; }
  .coming-soon .img {
    max-width: 245px;
    float: left; }

.form-email {
  width: 100%;
  max-width: 450px;
  position: relative; }
  .form-email .input {
    width: 100%;
    padding: 0 170px 0 15px;
    display: block;
    height: 50px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: #fff;
    font-size: 18px;
    line-height: 50px;
    font-weight: 400; }
  .form-email .btn-submit {
    width: 160px;
    position: absolute;
    top: 0;
    right: 0; }

@media (max-width: 991px) {
  .banner-main {
    padding: 0 0 25px 0; }
    .banner-main .image {
      margin-top: 30px; }
    .banner-main .coming-soon {
      margin: 0 0 30px 0; } }
@media (max-width: 575px) {
  .banner-main .text-formatted {
    margin-bottom: 30px; } }
@media (max-width: 575px) {
  .form-email .btn-submit {
    width: 110px;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400; }
  .form-email .input {
    padding: 0 120px 0 15px;
    font-size: 15px;
    line-height: 50px;
    font-weight: 400; } }
.nft-list-img {
  padding: 50px 0 65px 0;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden; }
  .nft-list-img h5 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 35px 0;
    color: #575756; }
  .nft-list-img .text-formatted {
    margin: 20px 0 0 0;
    text-align: center;
    color: #575756; }
  .nft-list-img .list {
    font-size: 0;
    text-align: center; }
  .nft-list-img .img-c {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px; }
  .nft-list-img .img {
    display: inline-block;
    vertical-align: top;
    margin: 0 18px 25px; }
    .nft-list-img .img img {
      max-width: 100px; }

@media (max-width: 991px) {
  .nft-list-img {
    padding: 25px 0; }
    .nft-list-img .img {
      margin-bottom: 10px; } }
.utp-list {
  position: relative;
  overflow: hidden;
  padding: 55px 0 0 0; }
  .utp-list h2 {
    margin-bottom: 150px; }

.utp {
  position: relative;
  margin: 0 auto 120px;
  max-width: 350px; }
  .utp .img {
    height: 45px;
    width: 80px;
    text-align: center;
    margin: 0 auto 20px; }
    .utp .img img {
      max-height: 100%; }
  .utp .title {
    font-size: 30px;
    line-height: 120%;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #575756; }
  .utp .text-formatted {
    color: #575756;
    text-align: center;
    line-height: 160%; }

@media (max-width: 991px) {
  .utp-list h2 {
    margin-bottom: 40px; }

  .utp {
    margin: 0 auto 50px; }
    .utp .title {
      font-size: 23px; } }
.violet-text-image {
  background: #7209b7;
  padding: 30px 0;
  position: relative;
  overflow: hidden; }
  .violet-text-image .text {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #fff; }
  .violet-text-image .img {
    max-width: 750px; }

@media (max-width: 991px) {
  .violet-text-image .text {
    margin-bottom: 30px; } }
.pricing-plans {
  background: #f0f2f7;
  padding: 55px 0 130px 0;
  border-bottom: 1px solid #e9eaeb; }
  .pricing-plans .container {
    max-width: 960px; }

.plan-card {
  background: #fff;
  border: 1px solid #9eedda;
  padding: 30px 30px 50px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  overflow: hidden; }
  .plan-card.pro {
    background: #06d6a0;
    color: #fff; }
    .plan-card.pro .top .text {
      color: #fff; }
    .plan-card.pro .text-big {
      color: #fff; }
    .plan-card.pro .price {
      color: #fff;
      border-color: #fff; }
    .plan-card.pro .list li {
      color: #fff;
      background: url(../img/check-3.png) no-repeat;
      -webkit-background-size: 20px 20px;
      background-size: 20px 20px; }
    .plan-card.pro .btn {
      background: #fff;
      color: #06d6a0; }
      .plan-card.pro .btn:hover {
        background: #06d6a0;
        color: #fff;
        border-color: #fff; }
  .plan-card .top {
    border-bottom: 1px solid #d4d4d4;
    padding: 0 0 40px 0;
    margin-bottom: 30px; }
    .plan-card .top .left {
      float: left; }
    .plan-card .top .right {
      float: right; }
    .plan-card .top .text {
      font-size: 18px;
      line-height: 20px;
      font-weight: bold;
      color: #06d6a0; }
  .plan-card .text-big {
    margin-bottom: 5px;
    color: #06d6a0;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold; }
  .plan-card .price {
    width: 170px;
    height: 80px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #06d6a0;
    text-align: center;
    font-size: 40px;
    line-height: 78px;
    font-weight: 400;
    color: #06d6a0; }
    .plan-card .price span {
      font-size: 18px; }
  .plan-card .list {
    margin-bottom: 50px; }
    .plan-card .list li {
      font-size: 18px;
      line-height: 22px;
      font-weight: 400;
      color: #000;
      padding: 0 0 0 35px;
      margin-bottom: 12px;
      background: url(../img/check-1.png) no-repeat;
      -webkit-background-size: 20px 20px;
      background-size: 20px 20px; }
    .plan-card .list .not-included {
      color: #a0a0a0;
      background: url(../img/check-2.png) no-repeat;
      -webkit-background-size: 20px 20px;
      background-size: 20px 20px; }

@media (max-width: 991px) {
  .pricing-plans {
    padding-bottom: 30px; }
    .pricing-plans h2.line {
      margin-bottom: 40px; }

  .plan-card .top {
    padding: 0 0 20px 0;
    margin-bottom: 20px; }
  .plan-card .text-big {
    font-size: 25px;
    margin-bottom: 5px;
    line-height: 27px; }
  .plan-card .price {
    width: 130px;
    font-size: 20px;
    line-height: 48px;
    height: 50px; } }
@media (max-width: 575px) {
  .plan-card .top .left {
    float: none;
    margin-bottom: 10px; }
  .plan-card .top .right {
    float: none; } }
@media (min-width: 1200px) {
  .learn-connect .row {
    margin-left: -35px;
    margin-right: -35px; }
    .learn-connect .row > div {
      padding-left: 35px;
      padding-right: 35px; } }
.learn-connect {
  padding: 60px 0 120px 0; }

.connect-card {
  position: relative;
  height: 655px;
  overflow: hidden; }
  .connect-card:hover .img {
    -webkit-background-size: 110% 110%;
    background-size: 110% 110%; }
  .connect-card:after {
    content: "";
    background: url(../img/grad-green.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .connect-card .img {
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; }
  .connect-card .btn {
    position: absolute;
    bottom: 35px;
    left: 35px;
    z-index: 3; }
  .connect-card .text-block {
    position: relative;
    padding: 35px 15px 15px 35px;
    z-index: 3; }
  .connect-card .title {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px; }
  .connect-card .text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #ffffff; }

@media (max-width: 1199px) {
  .connect-card {
    height: 500px; } }
@media (max-width: 991px) {
  .learn-connect {
    padding: 30px 0 30px 0; }

  .connect-card {
    height: auto;
    min-height: 400px; } }
@media (max-width: 767px) {
  .connect-card {
    margin: 0 0 30px 0;
    min-height: 100px; }
    .connect-card .btn {
      position: relative;
      left: auto;
      bottom: auto;
      margin: 0 0 25px 15px; }
    .connect-card .text-block {
      padding: 20px 15px 15px;
      min-height: 200px; }
    .connect-card .title {
      font-size: 25px; }
    .connect-card .img {
      -webkit-background-size: cover !important;
      background-size: cover !important; } }
.join-discord {
  background: url(../img/grad-violet.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 60px 0; }
  .join-discord .title {
    color: #ffffff;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700; }
  .join-discord .img {
    float: right;
    max-width: 270px;
    margin: 30px 0 0 0; }

@media (max-width: 991px) {
  .join-discord {
    padding: 35px 0; }
    .join-discord .title {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 25px; }
    .join-discord .img {
      margin: 0 0 0;
      float: none;
      max-width: 150px; } }
@media (max-width: 767px) {
  .join-discord .title br {
    display: none; } }
.container {
  max-width: 1230px; }

@media (max-width: 991px) {
  .container {
    max-width: 100%; } }

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