* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  background: #fff;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden; }

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: transparent;
  transition: all ease 0.3s; }
  header .container {
    padding: 20px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto; }
    header .container img {
      max-width: 181px;
      height: auto; }

.fixed-header {
  background: #16284e; }

.header--controls {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .header--controls--burger {
    cursor: pointer;
    margin-left: 15px; }
  .header--controls--btns {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    .header--controls--btns .register {
      width: 135px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 7px;
      font-weight: 600;
      font-size: 12px;
      font-family: "Montserrat", sans-serif;
      border-radius: 15px;
      background: #2977cb;
      color: #fff; }
      .header--controls--btns .register:hover {
        text-decoration: none;
        background: linear-gradient(-90deg, #2f8fdc, #23b435);
        background-size: 400% 400%;
        animation: gradient 2s ease infinite;
        border-color: transparent; }
    .header--controls--btns .loginbtn {
      width: 70px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 7px;
      font-weight: 600;
      font-size: 12px;
      font-family: "Montserrat", sans-serif;
      border-radius: 15px;
      border: 2px solid #fff;
      color: #fff; }
      .header--controls--btns .loginbtn:hover {
        text-decoration: none;
        background: linear-gradient(-90deg, #2f8fdc, #23b435);
        background-size: 400% 400%;
        animation: gradient 2s ease infinite; }
  .header--controls--phone {
    font-weight: bold;
    font-size: 18px;
    font-family: "Montserrat", sans-serif; }
    .header--controls--phone a {
      color: #fff; }
      .header--controls--phone a span {
        margin-left: 7px; }
      .header--controls--phone a:hover {
        text-decoration: none; }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

section {
  width: 100%;
  overflow-x: hidden; }

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

.container {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
  position: relative;
  top: 0;
  padding: 0; }

.intro {
  padding-top: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/fbg.png");
  min-height: 769px; }
.introform {
    padding-top: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/fbg.png");}

.formlc form {margin: 0 auto;}

  .intro h2, .introform h2  {
    font-size: 36px;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: bold; }

  .introform h2 {
      padding-top: 30px;
      padding-bottom: 30px;}

  .intro .slider {
    width: 100%;
    margin-top: 25px; }
    .intro .slider__item {
      width: 100%; }
      .intro .slider__item img {
        width: 100%;
        height: auto;
        margin: 0 auto; }
  .intro--text {
    width: 100%;
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .intro--text__image {
      width: 65%;
      height: auto;
      position: relative;
      padding-top: 30px; }
      .intro--text__image img {
        width: 100%;
        height: auto; }
      .intro--text__image .preload {
        position: absolute;
        top: 45px;
        left: 50%;
        transform: translateX(calc(-50% - 2px));
        height: auto;
        max-width: 435px;
        border-radius: 5px; }
    .intro--text__text {
      padding-top: 20px;
      width: 35%; }
      .intro--text__text .ps {
        font-size: 12px;
        font-weight: 400;
        font-family: "Montserrat", sans-serif;
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 12px; }
    .intro--text .list {
      margin-bottom: 48px; }
      .intro--text .list li {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap; }
        .intro--text .list li p {
          max-width: 200px;
          font-weight: 500;
          font-size: 18px;
          font-family: "Montserrat", sans-serif;
          color: #fff; }
        .intro--text .list li .next-list {
          list-style-type: none;
          display: flex;
          max-width: 265px;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; }
          .intro--text .list li .next-list li {
            font-weight: 500;
            font-size: 18px;
            font-family: "Montserrat", sans-serif;
            color: #fff; }

.laptop-wrapper {
  width: 100%;
  position: relative; }

.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #23b435;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  letter-spacing: -1.13px;
  flex-wrap: wrap;
  margin-right: 18px;
  align-self: center; }
  .circle p {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    letter-spacing: -1.13px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 10px;
    padding-top: 16px; }
  .circle span {
    font-size: 9px;
    margin-top: 4px; }

.general-heading {
  text-align: center;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 51px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin: 0 62px; }

.f-elemets {
  position: absolute;
  top: 586px;
  left: 0;
  width: 100%;
  height: auto; }

.gen-btn {
  width: 100%;
  padding: 16px 34px;
  background: #23b435;
  text-align: center;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  border-radius: 25px;
  margin: 0 auto;
  display: block; }
  .gen-btn:hover {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(-90deg, #2f8fdc, #23b435);
    background-size: 400% 400%;
    animation: gradient 2s ease infinite; }

.advantage {
  padding-top: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg2.png"); }
  .advantage .container {
    position: relative; }
  .advantage--cat {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .advantage--cat__item {
      width: 25%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      min-height: 90px; }
      .advantage--cat__item img {
        margin-right: 10px;
        margin-top: -10px;
}
      .advantage--cat__item p {
        font-size: 13px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: #323740;
        max-width: 70%; }
  .advantage--nine {
    margin-top: 40px;
    margin-bottom: 50px;
    width: 100%;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 18px #030c1424;
    border: 2px solid #ffffffcc;
    border-radius: 5px;
    padding: 40px 60px;
    padding-top: 48px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .advantage--nine h2 {
      color: #0a253e;
      font-size: 36px;
      font-family: "Montserrat", sans-serif;
      text-align: center;
      width: 100%;
      font-weight: 100%;
      position: relative; }
      .advantage--nine h2::after {
        content: "";
        display: block;
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        position: absolute;
        bottom: -30px; }
    .advantage--nine--item {
      margin-top: 60px;
      width: 30%; }
      .advantage--nine--item h3 {
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        color: #23b435;
        text-align: center;
        margin-bottom: 24px; }
      .advantage--nine--item ul {
        margin-top: 24px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column; }
        .advantage--nine--item ul li {
          list-style-type: none;
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
          align-items: flex-start;
          position: relative;
          padding-left: 35px;
          margin-bottom: 12px; }
          .advantage--nine--item ul li p {
            color: #323740;
            font-size: 16px;
            font-weight: 400;
            /*max-width: 199px;*/ }
            .advantage--nine--item ul li p span {
              font-weight: bold; }
          .advantage--nine--item ul li .success-icon {
            position: absolute;
            top: 3px;
            left: 5px; }

.lefthand {
  position: absolute;
  bottom: -50px;
  transform: translateX(-83%);
  left: 0; }

.righthand {
  position: absolute;
  bottom: -50px;
  transform: translateX(83%);
  right: 0; }

.tooltip > .tooltip-inner {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #030c1447;
  padding: 15px 20px;
  text-align: center;
  color: #0a253e; }

.tooltip.bottom > .tooltip-arrow {
  border-color: #ffffff; }

.dashboard {
  padding-top: 72px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg3.png");
  padding-bottom: 64px; }
  .dashboard .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .dashboard .container h2 {
      width: 100%;
      text-align: center;
      color: #0a253e;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 36px; }
  .dashboard--text {
    width: 100%;
    margin-bottom: 20px; }
    .dashboard--text p {
      text-align: center;
      max-width: 548px;
      margin: 10px auto;
      color: #5b7995;
      font-weight: 700;
      font-size: 18px;
      font-family: "Montserrat", sans-serif; }
  .dashboard--item {
    width: 32%;
    cursor: pointer;
    margin-top: 15px; }
    .dashboard--item img {
      width: 100%;
      height: auto; }
    .dashboard--item h3 {
      text-align: center;
      margin: 5px 0;
      color: #0a253e;
      font-weight: bold;
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      width: 100%; }
    .dashboard--item p {
      text-align: center;
      letter-spacing: 0px;
      color: #707070;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      width: 100%;
      font-weight: 400; }

.table {
  padding-top: 72px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  background-image: url("../img/bg4.png"); }
  .table h2 {
    text-align: center;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    font-size: 36px;
    font-family: "Montserrat", sans-serif; }
  .table .container {
    /* Hide scrollbar for IE, Edge and Firefox */ }
    .table .container .example {
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */ }
  .table--item {
    min-width: 996px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 32px auto;
    min-height: 575px;
    width: 100%;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #030c145c;
    border-radius: 5px;
    background: #fff;
    padding: 24px;
    padding-top: 0;
    padding-bottom: 0; }
    .table--item--column {
      width: 176px;
      margin: 0 1px; }
      .table--item--column--transperent {
        min-height: 65px;
        padding-top: 15px;
        min-height: 78px; }
        .table--item--column--transperent h4 {
          font-size: 16px;
          font-family: "Montserrat", sans-serif;
          font-weight: bold;
          color: #0a253e;
          text-align: center; }
        .table--item--column--transperent p {
          text-align: center;
          font-size: 12px;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          color: #707070;
          margin-bottom: 0; }
      .table--item--column ul {
        margin-bottom: 0px; }
        .table--item--column ul li {
          text-align: center; }
      .table--item--column--c1 {
        position: relative; }
        .table--item--column--c1 ul {
          list-style-type: none;
          border-top-left-radius: 5px; }
          .table--item--column--c1 ul li {
            color: #23b435;
            padding: 0.5px 0;
            font-size: 13px;
            font-family: "Montserrat", sans-serif;
            font-weight: bold;
            margin-bottom: 2px;
            background: #d7f1db; }
        .table--item--column--c1 span {
          display: block;
          position: absolute;
          top: 14px;
          left: 17px;
          margin-left: -30px;
          background: #23b435;
          width: 41px;
          transform: rotate(270deg);
          text-align: center;
          letter-spacing: 0px;
          color: #ffffff;
          font-size: 10px;
          font-family: "Montserrat", sans-serif;
          font-weight: bold;
          /*border-top-right-radius: 5px;*/ }
      .table--item--column--c2 {
        position: relative; }
        .table--item--column--c2 ul {
          list-style-type: none;
          min-height: 178px; }
          .table--item--column--c2 ul li {
            padding: 0.5px 0;
            color: #313131;
            font-size: 13px;
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            margin-bottom: 2px;
            background: #e0f1f1;
            max-height: 20px; }
        .table--item--column--c2 span {
          display: block;
          position: absolute;
          bottom: -11px;
          left: 30px;
          margin-left: -30px;
          background: #209d9e;
          width: 174px;
          transform-origin: 0 0;
          transform: rotate(270deg);
          text-align: center;
          letter-spacing: 0px;
          color: #ffffff;
          font-size: 10px;
          font-family: "Montserrat", sans-serif;
          font-weight: bold; }
      .table--item--column--c3 {
        position: relative; }
        .table--item--column--c3 ul {
          list-style-type: none;
          border-top-left-radius: 5px; }
          .table--item--column--c3 ul li {
            padding: 0.5px 0;
            color: #313131;
            font-size: 13px;
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            margin-bottom: 2px;
            background: #d4e4f5; }
        .table--item--column--c3 span {
          display: block;
          position: absolute;
          bottom: -14px;
          left: 30px;
          margin-left: -30px;
          background: #2977cb;
          width: 178px;
          transform-origin: 0 0;
          transform: rotate(270deg);
          text-align: center;
          letter-spacing: 0px;
          color: #ffffff;
          font-size: 11px;
          font-family: "Montserrat", sans-serif;
          font-weight: bold; }
    .table--item--column:first-child {
      width: 230px; }
      .table--item--column:first-child .table--item--column--c1 li,
      .table--item--column:first-child .table--item--column--c2 li,
      .table--item--column:first-child .table--item--column--c3 li {
        text-align: left;
        padding: 2px 0;
        color: #313131;
        font-size: 11px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        margin-bottom: 2px;
        padding-left: 40px; }

.table--text {
  color: #fff;
  text-align: center;
  width: 90%;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 56px; }

.second-row .table--item--column--c2 ul li {
  flex-direction: column;
  min-height: 174px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  color: #209d9e;
  font-weight: 600;
  font-size: 14px; }

.second-row .table--item--column--c3 ul {
  min-height: 180px; }
  .second-row .table--item--column--c3 ul li:first-child {
    min-height: 36px; }

.anin-btn {
  color: #fff !important;
  background: linear-gradient(-90deg, #2f8fdc, #23b435) !important;
  background-size: 400% 400% !important;
  animation: gradient 2s ease infinite;
  text-decoration: none; }

.table--item--column--c3 ul {
  min-height: 180px; }
  .table--item--column--c3 ul li:first-child {
    min-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center; }

.bestcol {
  cursor: pointer;
  position: relative;
  /*transform: scale(0.99);
  -webkit-transform: scale(0.99);*/
  border: 2px solid #23b435;
  z-index: 999;
  border: 3px solid #23b435;
  border-radius: 5px;
  background: #fff;
margin-top: -3px;
  /*transform-origin: bottom;*/ }

.third-row,
.second-row,
.forth-row {
  /*transition: all ease 0.3s;*/ }
  .third-row:hover,
  .second-row:hover,
  .forth-row:hover {
    cursor: pointer;
    position: relative;
    /*transform: scale(0.99);
    -webkit-transform: scale(0.99);*/
    border: 2px solid #23b435;
    z-index: 999;
    border: 3px solid #23b435;
    border-radius: 5px;
    background: #fff;
    margin-top: -3px;
    /*transform-origin: bottom;*/ }
  .third-row:hover .best,
  .second-row:hover .best,
  .forth-row:hover .best {
    transform: scale(1);
    border: none; }

.table--item--column--c3 ul li:nth-child(4) {
  min-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center; }

.table--item--column--c3 ul li:nth-child(5) {
  min-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center; }

.blue-btn {
  width: 165px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2977cb;
  border-radius: 20px;
  margin: 20px auto;
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 16px; }
  .blue-btn:hover {
    color: #fff;
    background: linear-gradient(-90deg, #2f8fdc, #23b435);
    background-size: 400% 400%;
    animation: gradient 2s ease infinite;
    text-decoration: none; }

.works {
  padding-top: 72px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("../img/bg5.png"); }
  .works h2 {
    text-align: center;
    letter-spacing: 0px;
    color: #0a253e;
    font-weight: bold;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase; }
  .works--item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .works--item--pos {
      width: 55%;
      padding-top: 60px; }
      .works--item--pos--item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px; }
        .works--item--pos--item--text {
          max-width: 440px;
          padding: 20px 40px;
          background: #103774;
          color: #fff;
          border-radius: 5px;
          padding-right: 20px;
          padding-bottom: 10px; }
          .works--item--pos--item--text h4 {
            color: #fff;
            font-weight: bold;
            font-size: 18px; }
          .works--item--pos--item--text p {
            color: #fff;
            font-weight: 400;
            font-size: 14px;
            font-family: "Montserrat", sans-serif; }
        .works--item--pos--item--circle {
          width: 60px;
          height: 60px;
          border-radius: 50%;
          background: #103774;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: bold;
          font-size: 20px;
          font-family: "Montserrat", sans-serif;
          text-transform: uppercase;
          color: #fff;
          position: relative; }
    .works--item--img {
      width: 45%; }
      .works--item--img img {
        width: 100%;
        height: auto; }
  .works--controls {
    width: 100%;
    margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    .works--controls a {
      background: #23b435;
      padding: 20px 0;
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      font-size: 18px;
      font-family: "Montserrat", sans-serif;
      color: #fff;
      border-radius: 20px; }
      .works--controls a img:first-child {
        margin-left: 15px; }
      .works--controls a:hover {
        background: linear-gradient(-90deg, #2f8fdc, #23b435);
        background-size: 400% 400%;
        animation: gradient 2s ease infinite;
        color: #fff;
        text-decoration: none; }

.line {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%); }

.lightblue {
  background: #1679a8; }

.lightgreen {
  background: #23b435; }

.darkgreen {
  background: #209e5b; }

.better {
  padding-top: 72px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg6.png");
  padding-bottom: 64px; }
  .better .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .better .container h2 {
      width: 100%;
      text-align: center;
      color: #0a253e;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 36px; }
  .better--text {
    width: 100%;
    margin-bottom: 20px; }
    .better--text p {
      text-align: center;
      max-width: 548px;
      margin: 10px auto;
      color: #5b7995;
      font-weight: 700;
      font-size: 18px;
      font-family: "Montserrat", sans-serif; }
  .better--minus {
    width: 40%;
    margin-top: 20px; }
    .better--minus ul li {
      list-style-type: none;
      font-weight: 600;
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
      color: #0a253e;
      margin-bottom: 14px;
      position: relative;
      padding-left: 35px; }
      .better--minus ul li img {
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 3px; }
    .better--minus--item {
      font-weight: bold;
      color: #f44336 !important; }
  .better--plus {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px; }
    .better--plus ul li {
      list-style-type: none;
      font-weight: 600;
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
      color: #23b435;
      margin-bottom: 14px;
      position: relative;
      padding-left: 35px; }
      .better--plus ul li img {
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 3px; }
    .better--plus--item {
      font-weight: bold; }

.form {
  padding-top: 72px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg7.png");
  padding-bottom: 64px; }
  .form .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .form .container h2 {
      width: 100%;
      text-align: center;
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 36px; }
  .form--text {
    width: 100%;
    margin-bottom: 20px; }
    .form--text p {
      text-align: center;
      max-width: 548px;
      margin: 10px auto;
      color: #fff;
      font-weight: 700;
      font-size: 18px;
      font-family: "Montserrat", sans-serif; }
  .form--item {
    width: 100%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .form--item--input {
      width: 30%;
      position: relative; }
      .form--item--input label {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        font-size: 12px;
        font-weight: bold;
        font-family: "Montserrat", sans-serif;
        color: #959595; }
      .form--item--input input {
        width: 100%;
        height: 50px;
        border-radius: 20px;
        border: none;
        padding-left: 30%;
        outline: none; }
        .form--item--input input::placeholder {
          color: #434343;
          font-size: 14px;
          font-weight: 400;
          font-family: "Montserrat", sans-serif;
          transform: translateY(-1px); }
      .form--item--input a {
        background: #23b435;
        padding: 10px 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        color: #fff;
        border-radius: 20px; }
        .form--item--input a:hover {
          background: linear-gradient(-90deg, #2f8fdc, #23b435);
          background-size: 400% 400%;
          animation: gradient 2s ease infinite;
          color: #fff;
          text-decoration: none; }
  .form--controls {
    margin-top: 50px;
    width: 100%; }
    .form--controls p {
      color: #fff;
      font-weight: 700;
      font-size: 18px;
      font-family: "Montserrat", sans-serif;
      text-align: center; }
    .form--controls--item {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .form--controls .viber {
      background: #ba64de; }
    .form--controls .telegram {
      background: #2f8fdc; }
    .form--controls a {
      width: 160px;
      height: 50px;
      margin: 0 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 20px;
      color: #fff; }
      .form--controls a img {
        margin-right: 10px; }

.analyze {
  padding-top: 72px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg8.png");
  padding-bottom: 64px; }
  .analyze .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .analyze .container h2 {
      width: 100%;
      text-align: center;
      color: #0a253e;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 36px; }
  .analyze--text {
    width: 100%;
    margin-bottom: 20px; }
    .analyze--text p {
      text-align: center;
      max-width: 548px;
      margin: 10px auto;
      color: #5b7995;
      font-weight: 700;
      font-size: 18px;
      font-family: "Montserrat", sans-serif;
      margin-bottom: 64px; }
    .analyze--text img {
      width: 100%;
      height: auto;
      margin-bottom: 60px; }

.review {
  padding-top: 72px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg9.png");
  padding-bottom: 64px; }
  .review .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .review .container h2 {
      width: 100%;
      text-align: center;
      color: #ffffff;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 36px; }

.review-slider {
  width: 100%;
  z-index: 999;
  margin-top: 40px; }
  .review-slider--item {
    width: 280px;
    background: #fff;
    overflow: hidden;
    position: relative;
    min-height: 475px; }
    .review-slider--item::after {
      content: "";
      display: block;
      width: 227px;
      height: 227px;
      border: 10px solid rgba(27, 73, 143, 0.3);
      border-radius: 50%;
      top: -30%;
      left: 50%;
      position: absolute;
      transform: translateX(-50%); }
    .review-slider--item img {
      margin: 32px auto;
      margin-bottom: 16px;
      position: relative;
      z-index: 99; }
    .review-slider--item span {
      text-align: center;
      max-width: 244px;
      color: #707070;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 14px;
      display: block;
      margin: 0 auto; }
    .review-slider--item h4 {
      margin: 16px auto;
      text-align: center;
      max-width: 244px;
      color: #0a253e;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 16px; }
    .review-slider--item p {
      color: #313131;
      max-width: 244px;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 16px;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 20px; }
      .review-slider--item p a {
        text-decoration: underline;
        color: #707070;
        font-size: 14px; }

.slick-slide {
  margin: 10px; }

.week {
  padding-top: 48px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg10.png");
  padding-bottom: 64px; }
  .week .container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap; }
    .week .container h2 {
      width: 100%;
      text-align: center;
      color: #0a253e;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 36px; }
  .week--text {
    width: 100%;
    margin-bottom: 20px; }
    .week--text p {
      text-align: center;
      margin: 10px auto;
      color: #5b7995;
      font-weight: 700;
      font-size: 18px;
      font-family: "Montserrat", sans-serif;
      margin-bottom: 32px; }
    .week--text img {
      width: 100%;
      height: auto;
      margin-bottom: 70px;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -o-user-select: none;
      user-select: none; }
  .week .gen-btn {
    width: 45%;
    max-width: 410px;
    margin: 0;
    margin-top: 165px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .week .gen-btn img {
      margin-right: 15px; }

.safe {
  padding-top: 72px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg11.png");
  padding-bottom: 64px; }
  .safe .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .safe .container h2 {
      width: 100%;
      text-align: center;
      color: #ffffff;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 36px;
      line-height: 42px; }
  .safe--text {
    width: 100%;
    margin-bottom: 20px; }
    .safe--text p {
      text-align: center;
      max-width: 548px;
      margin: 10px auto;
      color: #fff;
      font-weight: 700;
      font-size: 18px;
      font-family: "Montserrat", sans-serif;
      margin-bottom: 32px; }
  .safe--wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .safe--wrapper--item {
      width: 30%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      background: #ffffff 0% 0% no-repeat padding-box;
      box-shadow: 0px 0px 5px #030c145c;
      border-radius: 5px;
      padding: 40px 20px;
      min-height: 520px; }
      .safe--wrapper--item img {
        margin-bottom: 20px; }
      .safe--wrapper--item h3 {
        color: #0a253e;
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
        min-height: 63px; }
      .safe--wrapper--item ul {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column; }
        .safe--wrapper--item ul li {
          list-style-type: none;
          position: relative;
          padding-left: 55px;
          font-size: 16px;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          margin-bottom: 20px; }
          .safe--wrapper--item ul li span {
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            background: #dee4f2;
            border-radius: 50%;
            color: #0a253e;
            font-size: 16px;
            font-family: "Montserrat", sans-serif;
            font-weight: bold; }
        .safe--wrapper--item ul::before {
          content: "";
          display: block;
          width: 85%;
          position: absolute;
          top: -10%;
          left: 50%;
          transform: translateX(-50%);
          height: 1px;
          background: rgba(0, 0, 0, 0.2); }

.facts {
  padding-top: 48px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg12.png");
  padding-bottom: 0;
  overflow: hidden; }
  .facts .container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap; }
    .facts .container h2 {
      width: 100%;
      text-align: center;
      color: #0a253e;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 36px; }
  .facts--text {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px; }
    .facts--text p {
      text-align: center;
      max-width: 548px;
      margin: 10px auto;
      color: #5b7995;
      font-weight: 700;
      font-size: 18px;
      font-family: "Montserrat", sans-serif;
      margin-bottom: 80px; }
    .facts--text--wrapper {
      margin-bottom: 0px;
      max-width: 568px;
      position: relative;
      z-index: 99;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      float: left;
      position: relative; }
      .facts--text--wrapper .circle-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 100px; }
      .facts--text--wrapper--item {
        width: 245px;
        height: 245px;
        background: #ffffff;
        box-shadow: 0px 0px 7px #030c1433;
        margin: 20px 0;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-self: center;
        flex-direction: column; }
        .facts--text--wrapper--item h4 {
          text-align: center;
          font-size: 95px;
          font-family: "Montserrat", sans-serif;
          font-weight: bold;
          margin: 0; }
        .facts--text--wrapper--item p {
          color: #5b7995;
          font-size: 16px;
          font-family: "Montserrat", sans-serif;
          font-weight: 600;
          text-align: center;
          padding: 10px 40px;
          margin: 0; }
        .facts--text--wrapper--item .green {
          color: #23b435; }
        .facts--text--wrapper--item .darkgreen {
          color: #209e6a;
          background: transparent; }
        .facts--text--wrapper--item .blue {
          color: #103774; }
        .facts--text--wrapper--item .darkblue {
          color: #1679a8; }
    .facts--text img {
      width: 100%;
      height: auto; }
    .facts--text .photo {
      position: absolute;
      max-width: 528px;
      right: 0;
      z-index: 98; }
    .facts--text .person-name {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; }
      .facts--text .person-name li {
        list-style-type: none;
        text-align: right;
        color: #fff;
        font-weight: 400;
        font-size: 12px;
        font-family: "Montserrat", sans-serif; }
      .facts--text .person-name li:first-child {
        font-weight: bold; }

footer {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/footerbg.png");
  padding-top: 63px; }

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 2px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 32px; }
  .footer-info--item {
    width: 25%; }
    .footer-info--item ul {
      list-style-type: none; }
      .footer-info--item ul li:first-child {
        font-size: 14px;
        color: #7891b9;
        font-weight: 400;
        font-family: "Montserrat", sans-serif;
        position: relative; }
        .footer-info--item ul li:first-child img {
          position: absolute;
          left: 0;
          top: 0; }
      .footer-info--item ul li {
        padding-left: 35px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: bold; }
        .footer-info--item ul li a {
          color: #fff; }

.copyright {
  margin-top: 42px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .copyright--item {
    width: 40%; }
    .copyright--item p {
      text-align: center;
      color: #7891b9;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      font-weight: 400; }
    .copyright--item img {
      display: block;
      margin: 35px auto; }
    .copyright--item ul {
      list-style-type: none;
      margin-bottom: 45px; }
      .copyright--item ul li {
        color: #7891b9;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        margin-bottom: 8px; }
        .copyright--item ul li a {
          font-weight: bold;
          color: #7891b9; }
    .copyright--item .copyright--item--link {
      color: #7891b9;
      text-decoration: underline;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      font-weight: 400; }
  .copyright .small {
    width: 35%; }
  .copyright .smallest {
    width: 25%; }

.demo-adv {
  background: #e4ebf9;
  padding-bottom: 40px; }

.slider__counter {
  text-align: center;
  margin-top: 25px auto;
  color: #fff;
  font-size: 18px;
    display: none; }
  .slider__counter span {
    color: #529ee3; }

.menu-list {
  width: 40%;
  position: absolute;
  min-height: 100vh;
  background: #242a3b;
  background: linear-gradient(90deg, #163465, #222c44);
  z-index: 99999;
  right: 0;
  top: 0;
  padding: 47px;
  display: none; }
  .menu-list--wrapper h3 {
    width: 240px;
    font-size: 14px;
    display: flex;
    font-family: "Montserrat", sans-serif;
    justify-content: space-between;
    align-items: flex-start;
    color: #47618b;
    border-bottom: 1px solid #47618b;
    padding-bottom: 27px;
    margin-bottom: 27px; }
    .menu-list--wrapper h3 img {
      max-width: 19px;
      cursor: pointer; }
  .menu-list--wrapper ul {
    transform: translateX(-18px); }
    .menu-list--wrapper ul li {
      list-style-type: none;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 1.5em; }
      .menu-list--wrapper ul li a {
        width: 100%;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        color: #fff;
        padding: 11px 18px;
        display: block;
        width: auto;
        border: 2px solid transparent;
        border-radius: 20px; }
        .menu-list--wrapper ul li a:hover {
          border: 2px solid #fff; }

.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  display: none; }
  .popup--enter {
    min-width: 470px;
    min-height: 455px;
    border-radius: 5px;
    background: #fff;
    background-image: url("../img/Clip.png");
    border: 4px solid rgba(0, 0, 0, 0.2);
    padding: 65px;
    position: relative;
    display: none; }
    .popup--enter h3 {
      text-align: center;
      font-size: 30px;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      color: #0a253e; }
      .popup--enter h3 img {
        transform: translateY(-5px); }
    .popup--enter--form--item {
      width: 100%;
      max-width: 315px;
      margin: 20px auto;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column; }
      .popup--enter--form--item--input {
        width: 100%;
        position: relative; }
        .popup--enter--form--item--input label {
          position: absolute;
          top: 50%;
          right: 15px;
          transform: translateY(-65%);
          font-size: 12px;
          font-weight: bold;
          font-family: "Montserrat", sans-serif;
          color: #959595; }
        .popup--enter--form--item--input input {
          width: 100%;
          height: 50px;
          border-radius: 20px;
          padding-left: 5%;
          outline: none;
          border: 1px solid #707070;
          margin-bottom: 10px; }
          .popup--enter--form--item--input input::placeholder {
            color: #434343;
            font-size: 14px;
            font-weight: 400;
            font-family: "Montserrat", sans-serif;
            transform: translateY(-1px); }
        .popup--enter--form--item--input a {
          background: #23b435;
          padding: 10px 0;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: bold;
          font-size: 18px;
          font-family: "Montserrat", sans-serif;
          color: #fff;
          border-radius: 20px; }
          .popup--enter--form--item--input a:hover {
            background: linear-gradient(-90deg, #2f8fdc, #23b435);
            background-size: 400% 400%;
            animation: gradient 2s ease infinite;
            color: #fff;
            text-decoration: none; }
      .popup--enter--form--item .enter-btn,
      .popup--enter--form--item .register-btn {
        margin-top: 30px; }
      .popup--enter--form--item .premb {
        text-align: center;
        font-weight: 14px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        text-decoration: underline;
        width: 100%;
        color: #0a253e;
        margin-top: 18px; }

.close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer; }

.password-block {
  display: none;
  min-width: 800px;
  min-height: 315px; }
  .password-block p {
    text-align: center;
    color: #5b7995;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-top: 17px;
    margin-bottom: 33px;
    max-width: 575px; }
  .password-block .popup--enter--form--item--input {
    max-width: 315px;
    margin-right: 21px; }
  .password-block .popup--enter--form--item {
    max-width: initial;
    flex-direction: initial;
    justify-content: center; }
    .password-block .popup--enter--form--item input {
      max-width: 315px; }
    .password-block .popup--enter--form--item .restore-btn {
      max-width: 315px; }

.thank-block {
  display: none;
  min-width: 350px;
  min-height: 300px; }
  .thank-block p {
    color: #5b7995;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-top: 17px;
    margin-bottom: 33px;
    max-width: 315px;
    text-align: left;
    padding-left: 55px; }

.request-block {
  display: none;
  min-width: 811px;
  background-image: initial;
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding-bottom: 0px; }
  .request-block--ui {
    position: relative;
    z-index: 8; }
    .request-block--ui h3 {
      text-align: right;
      margin-bottom: 30px; }
    .request-block--ui .popup--enter--form--item {
      margin: initial;
      align-items: flex-end;
      max-width: initial; }
    .request-block--ui .close-popup {
      top: -40px;
      right: -20px;
      cursor: pointer; }
  .request-block--img {
    position: absolute;
    right: 0;
    top: 0; }
    .request-block--img img {
      transform: scale(-1, 1); }
  .request-block .popup--enter--form--item--input {
    max-width: 400px; }
  .request-block .request-btn {
    width: 70%;
    margin-top: 40px; }

.popup--comments {
  min-width: 811px;
  background-image: initial;
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 0; }
  .popup--comments .container {
    padding: 0; }
  .popup--comments .content {
    padding-top: 70px;
    padding-right: 80px; }
    .popup--comments .content img {
      position: absolute;
      top: 40px;
      left: 50px; }
    .popup--comments .content h3 {
      text-align: left; }
      .popup--comments .content h3 img {
        position: static; }
    .popup--comments .content h3,
    .popup--comments .content p,
    .popup--comments .content span {
      padding-left: 170px; }
    .popup--comments .content span {
      max-width: 245px;
      font-size: 14px;
      color: #707070;
      font-family: "Montserrat", sans-serif;
      font-weight: 400; }
    .popup--comments .content h3 {
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 18px;
      color: #0a253e;
      margin-top: 30px;
      margin-bottom: 15px; }
    .popup--comments .content p {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #0a253e; }

.popup--dashboard {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg3.png); }
  .popup--dashboard .content img {
    max-width: initial;
    width: 100%;
    margin: 25px auto; }
  .popup--dashboard .content h3 {
    text-align: center;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    border-bottom: 2px solid rgba(112, 112, 112, 0.2);
    padding-bottom: 10px; }
    .popup--dashboard .content h3 img {
      max-width: 20px;
      margin: 0;
      margin-right: 18px; }
  .popup--dashboard .content ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-top: 20px; }
    .popup--dashboard .content ul li {
      margin-bottom: 20px;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      list-style-type: none;
      padding-left: 25px;
      position: relative; }
      .popup--dashboard .content ul li img {
        margin: 0;
        max-width: 13px;
        position: absolute;
        left: 0;
        top: 5px; }
  .popup--dashboard .close-popup {
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999; }

#accordion {
  display: none; }

.laptop {
  display: none; }

.table--item--wrapper {
  flex-wrap: nowrap;
  width: 900px;
  overflow: scroll;
  margin-left: 0px;
  display: none; }
  .table--item--wrapper .table--item--column {
    min-width: 115px; }
  .table--item--wrapper .bestcol {
    transform: scale(1); }
  .table--item--wrapper .blue-btn {
    margin-top: 10px; }

.plansm {
  display: none; }

.header--controls--btns--mob {
  display: none;
  cursor: pointer; }

.dashboard--wrapper,
.slider-nav {
  display: none; }

#accordion2 {
  display: none; }

.panel-body {
  border-top: 0 !important; }

.safe--wrapper {
  flex-wrap: wrap; }
  .safe--wrapper .gen-btn {
    position: relative;
    padding-bottom: 20px;
    margin-top: 20px;
    max-width: 510px;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    .safe--wrapper .gen-btn img {
      margin-right: 15px;
      padding-top: 3px; }
    .safe--wrapper .gen-btn p {
      text-align: left;
      margin-bottom: 0;
      line-height: 100%;
      padding-top: 4px; }
    .safe--wrapper .gen-btn span {
      font-size: 12px;
      font-weight: 400; }

.header--controls--btns--m {
  display: none; }

#accordion3 {
  display: none; }

.page {
  background: #103774;
  padding-top: 120px;
  padding-bottom: 40px;
  font-family: "Montserrat", sans-serif;
  min-height: 100vh; }
  .page .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .page ul {
    width: 100%;
    margin: 20px auto; }
    .page ul li {
      list-style-type: none;
      color: #fff;
      font-size: 18px;
      color: #fff;
      font-weight: 400; }
  .page h2 {
    margin-bottom: 40px; }
  .page h2,
  .page h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    width: 100%; }
  .page h3 {
    font-size: 24px;
    margin: 20px auto; }
  .page p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px; }
  .page .gen-btn {
    max-width: 410px;
    margin: 25px auto; }

.smallest .privatpolicy {
  display: none; }

.week--wrapper {
  width: 100%; }
  .week--wrapper--main {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .week--wrapper--main .circle-c {
      width: 150px;
      height: 150px;
      background: #103774;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      border-radius: 50%;
      border: 5px solid #fff;
      box-shadow: 0px 0px 13px #030c145c;
      position: relative; }
      .week--wrapper--main .circle-c img {
        max-width: 44px;
        margin: 15px; }
      .week--wrapper--main .circle-c .arr {
        position: absolute;
        bottom: 85%;
        margin: 0;
        right: -32px;
        max-width: 59px; }
      .week--wrapper--main .circle-c span {
        text-align: center;
        font-size: 12px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        color: #fff; }
    .week--wrapper--main .points {
      width: 100%;
      max-width: 820px;
      background: #fff;
      position: relative; }
      .week--wrapper--main .points--heading {
        background: #2977cb;
        border-radius: 5px 5px 0px 0px;
        text-align: center;
        padding: 10px 0;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        color: #fff;
        margin-bottom: 20px; }
      .week--wrapper--main .points ul {
        display: flex;
        justify-content: space-around;
        align-items: flex-start; }
        .week--wrapper--main .points ul li {
          list-style-type: none;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-direction: column;
          max-width: 95px;
          font-size: 14px;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          text-align: center;
          color: #313131;
          position: relative; }
          .week--wrapper--main .points ul li img {
            width: 100%;
            height: auto;
            max-width: 55px;
            margin-bottom: 15px; }
          .week--wrapper--main .points ul li .graynext {
            position: absolute;
            max-width: 20px;
            margin: 0;
            left: 100%;
            top: 24px; }
        .week--wrapper--main .points ul li:last-child .graynext {
          position: absolute;
          max-width: 20px;
          margin: 0;
          left: 40%;
          top: 120%;
          transform: rotate(90deg) translateX(-50%); }
      .week--wrapper--main .points .arr {
        position: absolute;
        max-width: 59px;
        margin-bottom: 0;
        right: -7px;
        top: 97%; }
  .week--wrapper--circles {
    width: 100%;
    justify-content: flex-end;
    display: flex;
    align-items: flex-start;
    margin-top: 20px; }
    .week--wrapper--circles .circle1,
    .week--wrapper--circles .circle2,
    .week--wrapper--circles .circle3 {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      border-radius: 50%;
      border: 5px solid #fff;
      box-shadow: 0px 0px 13px #030c145c;
      position: relative;
      margin: 0; }
      .week--wrapper--circles .circle1 img,
      .week--wrapper--circles .circle2 img,
      .week--wrapper--circles .circle3 img {
        max-width: 44px;
        margin: 15px; }
      .week--wrapper--circles .circle1 .arr,
      .week--wrapper--circles .circle2 .arr,
      .week--wrapper--circles .circle3 .arr {
        position: absolute;
        bottom: 85%;
        margin: 0;
        right: -32px;
        max-width: 59px; }
      .week--wrapper--circles .circle1 span,
      .week--wrapper--circles .circle2 span,
      .week--wrapper--circles .circle3 span {
        text-align: center;
        font-size: 12px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        color: #fff; }
    .week--wrapper--circles .circle1 {
      width: 180px;
      height: 180px;
      background: #23b435;
      transform: translate(-25px, 15px); }
      .week--wrapper--circles .circle1 img {
        max-width: 59px; }
      .week--wrapper--circles .circle1 .arr {
        position: absolute;
        bottom: 35%;
        margin: 0;
        left: -50px;
        max-width: 59px;
        transform: scale(1, -1) rotate(-90deg); }
    .week--wrapper--circles .circle2 {
      width: 125px;
      height: 125px;
      background: #209e6a;
      transform: translateY(85%); }
      .week--wrapper--circles .circle2 .arr {
        position: absolute;
        bottom: 25%;
        margin: 0;
        left: -50px;
        max-width: 59px;
        transform: scale(-1, 1); }
    .week--wrapper--circles .circle3 {
      width: 150px;
      height: 150px;
      background: #2977cb;
      margin-right: 20px; }
      .week--wrapper--circles .circle3 span {
        max-width: 72px; }
      .week--wrapper--circles .circle3 .arr {
        position: absolute;
        bottom: 25%;
        margin: 0;
        left: -50px;
        max-width: 59px;
        transform: scale(1, -1) rotate(-90deg); }

.panel,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
  outline: none; }

button:focus {
  outline: none !important; }

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

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

@media all and (max-width: 996px) {
  .container {
    margin: 0;
    width: 100%;
    padding: 20px 15px !important; }
    .container h2 {
      font-size: 18px !important; }
  .header--controls--btns a {
    display: none !important; }
  .header--controls--btns--mob {
    display: block;
    transform: translateY(20%); }
  .header--controls img {
    max-width: 20px !important; }
  .menu-list {
    width: 100%;
    padding: 0;
    padding-top: 16px; }
  .menu-list--wrapper h3,
  .menu-list--wrapper ul {
    width: 100%;
    text-align: center; }
  .menu-list--wrapper ul {
    transform: initial; }
    .menu-list--wrapper ul li {
      margin-bottom: 15px; }
  .menu-list--wrapper ul li a {
    width: 100%;
    padding: 5px 18px;
    text-align: center;
    font-size: 12px; }
  .f-elemets,
  .lefthand,
  .righthand {
    display: none; }
  .advantage--cat {
    flex-wrap: wrap; }
    .advantage--cat__item {
      width: 50%; }
  .advantage--nine--item {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .dashboard--item {
    width: 45%; }
  .works--item {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }
    .works--item--pos {
      width: 100%;
      order: 1;
      max-width: 525px; }
    .works--item--img {
      order: 2; }
  .better--text img {
    width: 100%;
    height: auto; }
  .better--minus,
  .better-plus {
    width: 40%; }
  .better--plus {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
  .works--item--pos--item--text {
    max-width: 320px; }
  .safe--wrapper {
    flex-wrap: wrap; }
    .safe--wrapper--item {
      width: 100%; }
  .footer-info {
    flex-wrap: wrap; }
    .footer-info--item {
      width: 100%;
      margin-bottom: 15px; }
    .footer-info--item:first-child {
      padding-bottom: 15px;
      border-bottom: 2px solid rgba(112, 112, 112, 0.2); }
      .footer-info--item:first-child img {
        margin: 10px auto;
        display: block; }
  .copyright {
    flex-wrap: wrap; }
    .copyright--item {
      width: 100% !important; }
      .copyright--item ul li {
        text-align: center; }
    .copyright .smallest ul li {
      text-align: center; }
  .review-slider {
    width: 85%;
    margin: 20px auto; }
  .photo {
    position: static !important;
    transform: translateY(40px); }
  .facts {
    padding-top: 28px; }
    .facts .container {
      padding-bottom: 0 !important; }
      .facts .container h2 {
        font-size: 18px; }
    .facts--text {
      padding-bottom: 0 !important; }
      .facts--text p {
        font-size: 14px; }
      .facts--text .person-name {
        position: absolute;
        left: 100%;
        transform: translateX(-100%);
        bottom: 100px; }
        .facts--text .person-name ul {
          width: 40%; }
        .facts--text .person-name li {
          text-align: left; }
  .safe--text p {
    font-size: 14px;
    font-weight: 400;
    max-width: 234px; }
  .general-heading {
    font-size: 21px;
    margin: 0px; }
  .intro {
    padding-top: 85px; }
    .intro--text {
      flex-wrap: wrap; }
      .intro--text__image, .intro--text__text {
        width: 100%; }
  .intro--text .list li p,
  .intro--text .list li .next-list li {
    font-size: 14px;
    font-weight: 400; }
  .safe--wrapper--item {
    margin-bottom: 16px; } }

@media all and (max-width: 768px) {
  .advantage--cat__item p {
    max-width: 100%; }
  .intro {
    min-height: initial; }
  .dashboard--wrapper,
  .slider-nav {
    display: initial; }
  #accordion2 {
    display: block; }
  .advantage .card-header {
    width: 100%; }
  .advantage .advantage--nine--item {
    display: none; }
  .advantage #accordion {
    display: block;
    width: 100%; }
    .advantage #accordion .advantage--nine--item {
      display: flex !important; }
    .advantage #accordion .btn-link {
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      color: #23b435;
      text-align: center;
      margin-bottom: 10px;
      border-radius: 20px;
      border: 1px solid #707070;
      width: 100%;
      text-align: left;
      position: relative;
      text-decoration: none; }
      .advantage #accordion .btn-link img {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%); }
    .advantage #accordion .collapsed {
      background-color: #23b435;
      color: #fff;
      border: 1px solid #23b435; }
      .advantage #accordion .collapsed img {
        filter: contrast(0);
        transform: translateY(-50%) rotate(180deg); }
  .advantage--nine {
    padding: 20px; }
    .advantage--nine--item {
      margin-top: 0px; }
  .advantage--nine h2::after {
    display: none; }
  .header--controls--phone a span {
    display: none; }
  .advantage--cat__item {
    width: 100%; }
  .table--item {
    min-height: initial; }
  .mainlogo {
    width: 110px; }
  .intro--text__text ul li {
    margin-bottom: 16px; }
    .intro--text__text ul li .next-list li {
      margin-bottom: 0; }
  .works--item--img {
    width: 100%; }
  .works--controls a {
    width: 100%;
    text-align: center;
    font-size: 14px; }
    .works--controls a img:first-child {
      margin-left: 5px; }
  .laptop {
    display: block;
    width: 100%;
    height: auto; }
  .intro--text__image {
    display: none; }
  .line {
    display: none; }
  .works--item--pos--item {
    flex-wrap: wrap; }
    .works--item--pos--item--circle {
      width: 40px;
      height: 40px; }
    .works--item--pos--item--text {
      width: 83%;
      padding: 13px;
      border-radius: 20px; }
      .works--item--pos--item--text h4 {
        text-align: left;
        font-size: 14px;
        margin: 0; }
    .works--item--pos--item .btn-link {
      width: 100%;
      padding: 0;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
  .works--item--pos--item {
    display: none; }
  .works--item--pos {
    padding-top: 16px; }
  .dashboard--item {
    width: 100%;
    display: none; }
  .dashboard--wrapper,
  .slider-nav {
    width: 100%; }
  .slider-nav--item img {
    width: 100%;
    height: auto; }
  .slider-nav--item h3 {
    font-size: 8px;
    font-weight: bold;
    margin-top: 5px;
    text-align: center; }
  .works,
  .form,
  .analyze,
  .review,
  .week,
  .dashboard,
  .table,
  .better,
  .safe {
    padding-top: 20px;
    padding-bottom: 10px; }
  #accordion2 .works--item--pos--item {
    display: flex; }
  #accordion2 .collapse,
  #accordion2 .collapsing {
    margin-top: 10px;
    padding-left: 55px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif; }
  .form--item {
    flex-wrap: wrap; }
    .form--item--input {
      width: 100%;
      margin-bottom: 8px; }
  .form--text p {
    font-size: 14px;
    font-weight: 400; }
  .form--controls {
    margin: 0; }
    .form--controls p {
      font-size: 14px;
      font-weight: 400; }
  .analyze {
    padding-bottom: 0; }
  .analyze--text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 24px; }
  .analyze--text img {
    margin-bottom: 0; }
  .table--item {
    overflow: hidden; }
  .table--item--column:first-child .table--item--column--c1 li,
  .table--item--column:first-child .table--item--column--c2 li,
  .table--item--column:first-child .table--item--column--c3 li {
    font-size: 10px; }
  .table--item--column--c1 span,
  .table--item--column--c2 span,
  .table--item--column--c3 span {
    font-size: 10px; }
  .table--item--column--c1 span {
    top: 23px;
    left: -4px;
    width: 63px; }
  .table--item--column--c2 ul,
  .second-row .table--item--column--c2 ul li {
    min-height: 257px;
    font-size: 11px; }
  .table--item--column--c2 span {
    bottom: -14px;
    left: 20px;
    width: 256px; }
  .table--item--column--c3 span {
    bottom: -16px;
    left: 20px;
    width: 209px; }
  .table--item--column:first-child .table--item--column--c1 li,
  .table--item--column:first-child .table--item--column--c2 li,
  .table--item--column:first-child .table--item--column--c3 li {
    padding-left: 10px; }
  .table--item--column {
    width: 140px !important; }
  .table--item--column--c1 ul li,
  .table--item--column--c3 ul li,
  .table--item--column--c2 ul li {
    font-size: 14px;
    padding: 4.5px 0;
    min-height: 30px; }
  .table--item--column--transperent h4 {
    font-size: 10px; }
  .table--item--column--transperent p {
    font-size: 9px; }
  .blue-btn {
    font-size: 9px;
    width: 95%;
    margin: 0; }
  .table--item {
    min-width: initial;
    padding: 13px;
    padding-right: 0; }
  .container {
    padding: 10px 20px !important; }
  .table--item--wrapper {
    width: 100%; }
    .table--item--wrapper .slick-prev,
    .table--item--wrapper .slick-next {
      display: none !important; }
    .table--item--wrapper .slick-slide {
      margin: 0 !important; }
  .table--item--column--c3 img {
    margin: 3px 0 !important; }
  .table--item--column--c2 img {
    margin: 6px 0 !important; }
  .table--item--column--c1 ul li,
  .table--item--column--c2 ul li,
  .table--item--column--c3 ul li {
    display: flex;
    justify-content: center;
    align-items: center; }
  .third-row:hover,
  .second-row:hover,
  .forth-row:hover {
    transform: scale(1);
    -webkit-transform: scale(1); }
  .third-row,
  .second-row,
  .forth-row {
    display: none; }
  .table--item--wrapper {
    display: flex; }
  .table--item--wrapper .third-row,
  .table--item--wrapper .second-row,
  .table--item--wrapper .forth-row {
    display: block; }
  .plansm {
    display: block !important; }
  .week--text img {
    max-width: 313px;
    margin: 0 auto; }
  .week .gen-btn {
    width: 100%; }
  .week .container {
    justify-content: center; }
  .header--controls--btns--m {
    position: absolute;
    top: 100%;
    min-height: 180px;
    z-index: 999;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    padding: 40px 15px;
    border-radius: 20px;
    background: linear-gradient(0deg, #163465, #222c44);
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .header--controls--btns--m a {
      display: block !important;
      width: 100% !important;
      padding: 10px;
      text-align: center;
      max-width: initial;
      margin: 0 !important;
      margin-bottom: 10px !important;
      line-height: 100%; }
  .password-block .popup--enter--form--item {
    flex-wrap: wrap; }
  .popup--enter {
    min-width: 95%;
    max-width: 500px;
    padding: 15px;
    min-height: initial;
    background: #fff; }
    .popup--enter .close-popup {
      top: 10px;
      right: 10px; }
    .popup--enter h3 {
      font-size: 18px; }
    .popup--enter p {
      font-size: 14px; }
  .popup--dashboard {
    min-height: 100vh;
    overflow: scroll; }
    .popup--dashboard .content img {
      margin: 40px auto; }
    .popup--dashboard .content ul {
      columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1; }
  .popup--comments {
    min-height: 100vh;
    overflow: scroll; }
    .popup--comments .content img {
      position: static; }
    .popup--comments .content {
      padding-right: 0; }
      .popup--comments .content p,
      .popup--comments .content span,
      .popup--comments .content h3 {
        padding-left: 0; }
      .popup--comments .content span {
        padding-left: 100px;
        display: block; }
        .popup--comments .content span::after {
          content: "";
          display: block;
          clear: both; }
      .popup--comments .content p {
        font-size: 14px;
        text-align: center; }
      .popup--comments .content h3 {
        font-size: 14px;
        text-align: center; }
      .popup--comments .content img {
        float: left; }
  .request-block {
    padding: 0;
    padding-top: 30px; }
  .popup--enter--form--item--input a {
    font-size: 12px; }
  .request-block--ui h3 {
    text-align: center; }
  .request-block--img {
    position: static;
    width: 100%; }
    .request-block--img img {
      width: 100%;
      height: auto; }
  .safe--wrapper--item {
    display: none; }
  #accordion3 {
    display: block; }
    #accordion3 .safe--wrapper--item {
      display: block;
      min-height: initial;
      padding: 10px 20px; }
      #accordion3 .safe--wrapper--item ul {
        margin-top: 25px; }
      #accordion3 .safe--wrapper--item .btn-link {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative; }
        #accordion3 .safe--wrapper--item .btn-link img {
          margin-bottom: 0; }
        #accordion3 .safe--wrapper--item .btn-link h3 {
          margin-bottom: 0;
          font-size: 14px;
          line-height: 100%;
          text-align: left;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-left: 20px; }
        #accordion3 .safe--wrapper--item .btn-link img:first-child {
          max-width: 50px; }
        #accordion3 .safe--wrapper--item .btn-link img:last-child {
          position: absolute;
          right: 15px;
          top: 50%;
          transform: translateY(-50%);
          transform: rotate(180deg);
          filter: brightness(0.5); }
  .better--plus ul li,
  .better--minus ul li {
    font-size: 12px; }
  .facts--text .person-name {
    width: 125px;
    bottom: 150px; }
  .safe .gen-btn {
    font-size: 14px; }
  .menu-list--wrapper h3 {
    position: relative;
    justify-content: center; }
    .menu-list--wrapper h3 img {
      position: absolute;
      right: 20px; }
  .small .privatpolicy {
    display: none; }
  .smallest .privatpolicy {
    display: block; }
  .first-row {
    position: relative;
    z-index: 999; }
  .facts {
    max-height: 930px; }
  .photo {
    transform: translateY(10px); }
  .table--item--wrapper {
    margin-left: 2px; }
  .facts--text--wrapper--item {
    width: 50%;
    max-width: 150px;
    height: 150px;
    margin: 10px 0; }
    .facts--text--wrapper--item h4 {
      font-size: 50px; }
    .facts--text--wrapper--item p {
      font-size: 9px;
      padding: 0px 25px; }
  .circle-logo {
    max-width: 50px !important; } }

@media all and (max-width: 996px) {
  .intro--text__image .preload {
    max-width: 650px; }
  .week--wrapper--main {
    flex-direction: column; }
    .week--wrapper--main .circle-c {
      width: 290px;
      height: 55px;
      border-radius: 25px;
      flex-direction: row;
      font-size: 12px; }
      .week--wrapper--main .circle-c img {
        max-width: 29px;
        margin: 0 15px; }
      .week--wrapper--main .circle-c .arr {
        display: none; }
    .week--wrapper--main .points {
      margin-top: 40px; }
      .week--wrapper--main .points .arr {
        display: none; }
      .week--wrapper--main .points--heading {
        font-size: 12px; }
      .week--wrapper--main .points ul {
        flex-direction: column; }
        .week--wrapper--main .points ul li {
          width: 100%;
          flex-direction: row;
          max-width: initial;
          padding-left: 12px; }
          .week--wrapper--main .points ul li img {
            max-width: 20px;
            margin: 0 !important;
            margin-bottom: 0;
            margin-right: 12px !important;
            display: block !important; }
          .week--wrapper--main .points ul li .graynext {
            display: none !important; }
        .week--wrapper--main .points ul li:last-child .graynext {
          display: block !important;
          left: 50%;
          top: 25%;
          transform: rotate(0deg) translateX(-50%); }
  .week--wrapper--circles {
    transform: translateY(-75px);
    flex-wrap: wrap;
    position: relative;
    min-height: 115px; }
    .week--wrapper--circles .arr {
      display: none; }
    .week--wrapper--circles .circle1 {
      order: 3;
      width: 145px;
      height: 145px;
      position: absolute;
      transform: initial;
      top: 170px;
      right: 0px; }
      .week--wrapper--circles .circle1 img {
        max-width: 32px;
        margin: 4px; }
      .week--wrapper--circles .circle1 span {
        font-size: 10px; }
    .week--wrapper--circles .circle2 {
      order: 2;
      width: 100px;
      height: 100px;
      position: absolute;
      transform: initial;
      top: 90px;
      right: 130px; }
      .week--wrapper--circles .circle2 img {
        max-width: 32px;
        margin: 4px; }
      .week--wrapper--circles .circle2 span {
        font-size: 10px; }
      .week--wrapper--circles .circle2 .arr {
        position: absolute;
        bottom: -46px;
        margin: 0;
        left: 22px;
        max-width: 59px;
        transform: scale(1, -1);
        display: block !important; }
    .week--wrapper--circles .circle3 {
      order: 1;
      width: 100px;
      height: 100px;
      position: absolute;
      transform: initial;
      top: 0;
      right: 0; }
      .week--wrapper--circles .circle3 img {
        max-width: 32px;
        margin: 4px; }
      .week--wrapper--circles .circle3 span {
        font-size: 10px; }
      .week--wrapper--circles .circle3 .arr {
        bottom: 0%;
        margin: 0;
        display: block !important;
        left: -52px; } }

@media all and (max-width: 1920px) {
  .popup--dashboard .content img {
    width: 100%;
    margin: 25px auto;
    display: block; } }

@media all and (max-width: 1440px) {
  .popup--dashboard .content img {
    width: 62%;
    margin: 25px auto;
    margin-bottom: 0;
    max-width: 768px;
    display: block; } }

@media all and (max-width: 850px) {
  .intro--text__image .preload {
    max-width: 68%; } }

@media all and (max-width: 768px) {
  .laptop-wrapper .preload {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(calc(-50% - 4px));
    max-width: 500px;
    border-radius: 5px; }
  .popup--dashboard .content img {
    max-width: initial;
    width: 100%; } }

@media all and (max-width: 750px) {
  .laptop-wrapper .preload {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(calc(-50% - 4px));
    max-width: 68%;
    border-radius: 5px; } }

@media all and (max-width: 500px) {
  .advantage #accordion .btn-link {
    text-align: center; }
  .laptop-wrapper .preload {
    top: 5px;
    transform: translateX(calc(-50% - 2px)); }
  .intro--text {
    margin-top: 24px; }
  .intro--text .list {
    margin-bottom: 15px; }
  .gen-btn {
    font-size: 14px; }
  .advantage--cat__item {
    min-height: 55px; }
  .advantage--nine--item ul li {
    margin-bottom: 0; }
  .slider-nav {
    transform: translateY(-40px);
    margin-bottom: 0; }
  .table--text {
    margin-bottom: 0px;
    text-align: center;
    width: 100%; }
  .safe--text p,
  .facts--text p {
    margin-bottom: 12px; }
  footer {
    padding-top: 24px; }
  .footer-info {
    padding-bottom: 0px; } }
