@-webkit-keyframes rotatedelement {
    0% {
      -webkit-transform: translate(0) rotate(0deg);
      transform: translate(0) rotate(0deg);
    }
    25% {
      -webkit-transform: translate(-10px, 10px) rotate(10deg);
      transform: translate(-10px, 10px) rotate(10deg);
    }
    50% {
      -webkit-transform: translate(5px, -5px) rotate(25deg);
      transform: translate(5px, -5px) rotate(25deg);
    }
    75% {
      -webkit-transform: translate(15px, -5px) rotate(15deg);
      transform: translate(15px, -5px) rotate(15deg);
    }
    to {
      -webkit-transform: translate(0) rotate(0deg);
      transform: translate(0) rotate(0deg);
    }
  }
  @keyframes rotatedelement {
    0% {
      -webkit-transform: translate(0) rotate(0deg);
      transform: translate(0) rotate(0deg);
    }
    25% {
      -webkit-transform: translate(-10px, 10px) rotate(10deg);
      transform: translate(-10px, 10px) rotate(10deg);
    }
    50% {
      -webkit-transform: translate(5px, -5px) rotate(25deg);
      transform: translate(5px, -5px) rotate(25deg);
    }
    75% {
      -webkit-transform: translate(15px, -5px) rotate(15deg);
      transform: translate(15px, -5px) rotate(15deg);
    }
    to {
      -webkit-transform: translate(0) rotate(0deg);
      transform: translate(0) rotate(0deg);
    }
  }
  
  @-webkit-keyframes movedelement {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0);
    }
    25% {
      -webkit-transform: translate(10px, 10px);
      transform: translate(10px, 10px);
    }
    50% {
      -webkit-transform: translate(5px, 5px);
      transform: translate(5px, 5px);
    }
    75% {
      -webkit-transform: translate(10px, -5px);
      transform: translate(10px, -5px);
    }
    to {
      -webkit-transform: translate(0);
      transform: translate(0);
    }
  }
  @keyframes movedelement {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0);
    }
    25% {
      -webkit-transform: translate(10px, 10px);
      transform: translate(10px, 10px);
    }
    50% {
      -webkit-transform: translate(5px, 5px);
      transform: translate(5px, 5px);
    }
    75% {
      -webkit-transform: translate(10px, -5px);
      transform: translate(10px, -5px);
    }
    to {
      -webkit-transform: translate(0);
      transform: translate(0);
    }
  }
  @-webkit-keyframes movedelement2 {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0);
    }
    25% {
      -webkit-transform: translate(-10px, -10px);
      transform: translate(-10px, -10px);
    }
    50% {
      -webkit-transform: translate(-5px, -5px);
      transform: translate(-5px, -5px);
    }
    75% {
      -webkit-transform: translate(-10px, 5px);
      transform: translate(-10px, 5px);
    }
    to {
      -webkit-transform: translate(0);
      transform: translate(0);
    }
  }
  @keyframes movedelement2 {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0);
    }
    25% {
      -webkit-transform: translate(-10px, -10px);
      transform: translate(-10px, -10px);
    }
    50% {
      -webkit-transform: translate(-5px, -5px);
      transform: translate(-5px, -5px);
    }
    75% {
      -webkit-transform: translate(-10px, 5px);
      transform: translate(-10px, 5px);
    }
    to {
      -webkit-transform: translate(0);
      transform: translate(0);
    }
  }
  @-webkit-keyframes movedelement3 {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0);
    }
    25% {
      -webkit-transform: translate(15px, 15px);
      transform: translate(15px, 15px);
    }
    50% {
      -webkit-transform: translate(8px, 8px);
      transform: translate(8px, 8px);
    }
    75% {
      -webkit-transform: translate(15px, -8px);
      transform: translate(15px, -8px);
    }
    to {
      -webkit-transform: translate(0);
      transform: translate(0);
    }
  }
  @keyframes movedelement3 {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0);
    }
    25% {
      -webkit-transform: translate(15px, 15px);
      transform: translate(15px, 15px);
    }
    50% {
      -webkit-transform: translate(8px, 8px);
      transform: translate(8px, 8px);
    }
    75% {
      -webkit-transform: translate(15px, -8px);
      transform: translate(15px, -8px);
    }
    to {
      -webkit-transform: translate(0);
      transform: translate(0);
    }
  }
 
  .reviews-item {
      font-family: 'Rubik',sans-serif;
  }
  .reviews-item__text {
    font-size: 24px;
    font-style: italic;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #696687;
  }
  body .swiper-pagination {
    position: relative;
    bottom: 0;
    text-align: left;
    margin-top: 50px;
}

body .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cccbd6;
    opacity: 1;
}
body .swiper-pagination-bullet-active {
    width: 22px;
    background: #cccbd6;
    border-radius: 8px;
}
  .reviews-item__name {
      color: #3B3663;
    font-size: 18px;
   font-weight: 500;
    margin-top: 5px;
  }
  .t585__trigger-button {
      padding: 27px 50px 27px 54px;
  }
  .uc-rev-html,
  .uc-rev-html .tn-atom__html{
      display:block;
  }
  .rev-img1 img {
    -webkit-animation: movedelement2 5s linear infinite;
    animation: movedelement2 5s linear infinite;
  }
  .rev-img2 img {
    -webkit-animation: movedelement 5s linear infinite;
    animation: movedelement 5s linear infinite;
  }
  .rev-img3 img {
    -webkit-animation: movedelement2 5s linear infinite;
    animation: movedelement2 5s linear infinite;
}
.rev-img4 img {
    -webkit-animation: movedelement3 5s linear infinite;
    animation: movedelement3 5s linear infinite;
}
.rev-img5 img {
    -webkit-animation: movedelement3 5s linear infinite;
    animation: movedelement3 5s linear infinite;
}
.rev-img6 img {
    -webkit-animation: movedelement 5s linear infinite;
    animation: movedelement 5s linear infinite;
}
  .uc-contact .t-input {
      border: none !important;
      border-bottom:1px solid rgba(98,84,231,0.3) !important;
  }
  .faq-img {
      display:block;
      max-width:100%;
  }
  .faq-cube {
    position: absolute;
    left: -98px;
    top: -34px;
  }
  .uc-faq {
      position:relative;
  }
  .uc-faq::before {
    content: '';
    display: block;
    background: url(https://static.tildacdn.com/tild6333-3932-4063-b630-373662346561/faq-bg.png) no-repeat;
    width: 486px;
    height: 743px;
    position: absolute;
    left: 0;
    top: -50px;
  }
  .faq-b2 {
    background: url(https://static.tildacdn.com/tild3062-3639-4530-b665-303236396266/faq-bg2.png) no-repeat;
    width: 250px;
    height: 245px;
    position: absolute;
    left: -113px;
    top: -56px;
  }
  .faq-cube img {
    -webkit-animation: rotatedelement 5s linear infinite;
    animation: rotatedelement 5s linear infinite;
  }
  .uc-faq .t-container {
      position:relative;
  }
  .uc-faq h2 {
      font-family: 'Source Sans Pro',sans-serif;
      color: #030c26;
      font-size: 33px;
      font-weight: 700;
      padding-left:20px;
      margin-bottom:15px;
  }
  .uc-faq-left {
      align-self: end;
  }
  .uc-faq-right {
      padding-left: 40px;
      box-sizing: border-box;
  }
  .uc-faq .t585__icon {
      left:0;
  }
  .uc-faq .t585__header {
      border-top: none !important;
      padding: 15px 20px 15px 0px;
  }
  .uc-faq .t585__textwrapper {
      padding:0;
  }
  .uc-faq .t585__accordion {
      border-bottom:1px solid #eee;
  }
  .uc-hero .t396__artboard {
      overflow: inherit;
  }
  .hero-bg {
      top: -100px !important;
  }
  .hero-cube {
      -webkit-animation: rotatedelement 5s linear infinite;
      animation: rotatedelement 5s linear infinite;
  }
  .hero-cube2 {
      -webkit-animation: rotatedelement 5s linear infinite;
      animation: rotatedelement 5s linear infinite;
  }
  .advantage-item .tn-atom {
          box-shadow: 0px 0px 62px 0px rgb(10 51 80 / 10%);
  }
  .btn--1 {
      background: transparent;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      border: 2px solid #ef234e;
      padding-left: 31px;
      padding-right: 31px;
      padding-top: 16px;
      padding-bottom: 16px;
      display: inline-block;
      border-radius: 25px;
  }
  .btn--1:hover {
      background: #ef234e;
  }
  .sales-img img {
  -webkit-animation: movedelement 5s linear infinite;
    animation: movedelement 5s linear infinite;
  }
  .footer-cop strong {
      font-weight: normal;
  }
  @media (min-width:1024px) {
      .models ul li span.name {
          max-width: 250px;
          display: inline-block;
          vertical-align: middle;
      }
  }
  @media (max-width:1024px) {
      .models ul li span.name {
          max-width: 220px;
          display: inline-block;
          vertical-align: middle;
      }
  }
  @media (max-width: 767px) {
      .faq-cube {
            top: -120px;
            left: 0;
            width: 100%;
        }
        .faq-cube img {
            margin-left:auto;
            margin-right:auto;
            display: block;
        }
      .faq-b2 {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        background-size: 100%;
        width: 150px;
        top: -80px;
    }
      .uc-faq h2 {
          text-align:center;
      }
      .uc-faq-right {
          display:none;
      }
    .price-items ul li span.center {
        margin-right:auto;
        margin-left:auto;
        font-weight: bold;
        max-width: 100%;
    }
    #models_list {
        display: none;
    }
    .visible-xs, .hidden-sm {
        display: block !important;
    }
    .mobile_model_select {
        font-size: 17px;
        line-height: 1.23543;
        font-weight: 600;
        letter-spacing: -0.022em;
        display: block;
        width: 100%;
        height: 3.3em;
        color: #333;
        padding: 0 2.35294rem 0 16px;
        text-align: left;
        background: rgba(255, 255, 255, .8);
        border: 3px solid #d6d6d6;
        border-radius: 4px;
        background-clip: padding-box;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        min-height: 32px;
        margin-bottom: 10px;
        box-sizing: border-box;
    }
  }
  .price-sales--center {
    display: none;
  }
  .price.ipad .price-sales--center {
    display: block;
  }
  .price.ipad .price-sales--right {
    display: none;
  }
  .price {
    padding-top: 40px;
      padding-bottom: 150px;
      font-family: 'Rubik',Arial,sans-serif;
      overflow: hidden;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 15px;
      padding-right: 15px;
      box-sizing: border-box;
  }
  .price-name {
    margin-bottom: 40px;
  }
  .price-name h2 {
    color: #222;
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    
      font-family: 'Source Sans Pro',Arial,sans-serif;
  }
  .price-items {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
  }
  .button_wrapper {
    display: flex;
    justify-content: center;
  }
  .tabnav-button {
    color: #8582A2;
    font-size: 17px;
    line-height: 1.47059;
    letter-spacing: -0.022em;
    font-weight: 600;
    border: 1px solid #d6d6d6;
    background: white;
    position: relative;
    margin-left: -1px;
    box-sizing: border-box;
    padding: 28px 49px 56px 49px;
    z-index: 1;
    border-radius: 0 3px 3px 0;
    height: 88px;
  }
  .tabnav-button.current {
    border: 2px solid #0070c9;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-right: 1px;
  }
  .visible-xs, .hidden-sm {
    display: none;
  }
  .tabnav-items {
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0 0 1.17647em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .tabnav-item {
    color: #222;
    list-style-type: none !important;
    font-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
    padding: 0 16px;
    border-bottom: 1px solid #d6d6d6;
  }
  #models_list {
    width: 100%;
    max-width: 1000px;
    position: relative;
    font-size: 17px;
    text-align: center;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
  }
  .tabnav-item a {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.021em;
    padding: 9px 0 11px;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #555 !important;
    text-align: left;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 0;
  }
  .tabnav-item a.current {
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    border-bottom: 2px solid #000;
  }
  .tabnav-text {
    color: #000;
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
  }
  .tabnav-text a {
    color: #08a88a;
    text-align: center;
    display: inline-block;
  }
  .left_price, .center_price, .right_price {
    width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
        box-sizing: border-box;
  }
  .left_price, .right_price {
    margin-top: 35px;
  }
  .center_price img {
    display: block;
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: none;
    height: auto;
    max-width: 100%;
  }
  .center_price img.current {
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: all 0.5s ease-out;
  }
  .price-items ul li {
    color: #222;
    list-style-type: none !important;
    font-size: 16px;
    margin-bottom: 28px;
  }
  .models .text-align-right {
    font-weight: 700;
    white-space: nowrap;
  }
  .price-sales {
    background-color: #f7f7f7;
    border-radius: 5px;
    margin-top: 50px;
    padding: 50px 30px 30px;
  }
  .price-sales__name {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-family: 'Source Sans Pro',Arial,sans-serif;
  }
  .price-sales__name span {
    color: #EF234E;
  }
  .price-sales__introtext {
    font-weight: 300;
    color: #555;
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .price-sales__btn {
    text-align: center;
  }
  .price-sales__btn .btn--1 {
    color: #EF234E !important;
  }
  .price-sales__btn .btn--1:hover {
    color: #fff !important;
  }
  .text-right {
    text-align: right;
  }
  .left_price, .center_price, .right_price {
      width: 33.33333333%;
      padding-left: 15px;
      padding-right: 15px;
  }
  .left_price, .right_price {
      margin-top: 35px;
  }
  @media (max-width: 820px) {
    .left_price, .center_price, .right_price {
      width: 100%;
      margin-top: 0;
    }
    .left_price ul, .center_price ul, .right_price ul {
      margin: 0;
    }
    .center_price {
      display: none;
    }
    .text-right {
      text-align: left;
    }
    .price-items ul li {
      display: flex;
      flex-wrap: wrap;
      padding-left: 20px;
      padding-right: 20px;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto;
    }
    .price-items ul li span.hidden-xs {
      display: none;
    }
    .price-items ul li span:last-child {
      margin-left: auto;
    }
  }
  @media (max-width: 767px) {
    .button_wrapper {
      display: none;
    }
  }
  @media (max-width:480px) {
      .uc-faq h2 {
          padding-left:0;
      }
      .reviews-item__text {
          font-size:16px;
      }
  }
  