:root {
  --main-purple: #29006e;
  --input: #f3f3fa;
  --white: #ffffff;
  --bg: #f7f7f9;
  --bg-2: #efeff5;
  --border: #e8e8ec;
  --line: #f5f5f5;
  --footer-title: #6d6d6d;
  --second-text: #717171;
  --footer-bg: #1e1925;
  --footer-icon: #2e2836;
  --footer-line: #312a3b;
  --black: #201e23;
  --second-blue: #4241f1;
}

body {
  font-family: "Onest", sans-serif;
  /* font-family: "Inter", sans-serif; */
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.wrapper {
  overflow: hidden;
  max-width: 100%;
}

.header {
  padding: 10px 0;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}
.header .navbar-expand-lg .navbar-nav {
  gap: 0 26px;
}
.nav-link {
  color: var(--black);
}

.dropdown-toggle::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/_img/interface/arrow_down.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  right: -12px;
  border: none;
}

.header-auth {
  display: flex;
  align-items: center;
  gap: 0 30px;
  /* margin-left: 160px; */
}
.desktop-logo {
  display: none;
}
.mobile-logo {
  display: block;
}
.header-auth .header-signup {
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  background: var(--main-purple);
  padding: 12px 20px;
  transition: 0.3s all ease;
}

.header-auth .header-signup:hover {
  background-color: var(--second-blue);
}
.header-login {
  color: var(--black);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.header-auth .user-avatar {
  display: flex;
  align-items: center;
  justify-content: center;  
}
.header-auth .user-avatar div {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color:var(--second-blue);
  background: rgb(41,0,110);
  background: linear-gradient(90deg, rgba(41,0,110,1) 0%, rgba(66,65,241,1) 70%);  
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;  
}

.header-auth .user-avatar div span {font-size:22px}

.header-auth .user-name {
  color: var(--main-purple);
  font-size: 15px;
  font-weight: 500;
  margin-left: 10px;
}
.dropdown-menu {
  border: none;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
}
.dropdown-menu {
  padding: 6px;
}
.dropdown-item {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  padding: 15px 18px;
}
.header-auth .dropdown-toggle::after {
  top: 22px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  border-radius: 8px;
  background: var(--bg-2);
  color: var(--main-purple);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  padding: 15px 18px;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: transparent;
  outline: none !important;
}
.dropdown-menu {
  /* border: none !important; */
}
.header-auth .dropdown-menu.show {
  border-radius: 8px;
  border: none;
  background: var(--white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
}
.main-section__block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-bottom: 297px;
  padding-top: 147px;
  background-image: url('/_img/index/main-bg.svg');
}
.site-title {
  color: var(--black);
  font-size: 45px;
  font-weight: 700;
  line-height: 110%; /* 49.5px */
}

.main-subtitle {
  color: var(--second-text);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  max-width: 488px;
  margin-bottom: 30px;
}

.site-btn {
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 14px 36px;
  border-radius: 8px;
  background-color: var(--main-purple);
  transition: 0.3s all ease;
}

.site-btn:hover {
  background-color: var(--second-blue);
}

.second-title {
  color: var(--black);
  font-size: 38px;
  font-weight: 700;
  line-height: 110%; /* 41.8px */
  margin-bottom: 96px;
}

.service-item {
  border-radius: 20px;
  background: var(--bg);
  padding: 32px;
  position: relative;
  padding-top: 170px;  
}

.service-col {
  margin-bottom: 100px;
}
.service-item .service-item__img svg{margin-top:50px}

.service-item .service-item__img {
  text-align: center;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);  

  /* margin-top: -100px; */
}
.service-title {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  margin-bottom: 20px;
}
.service-title__blue {
  color: var(--second-blue);
}

.service-secondtitle {
  color: var(--second-text);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  margin-bottom: 24px;
}

.service-list {
  padding: 0;
  margin: 0;
  padding-left: 14px;
}
.service-list li {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  position: relative;
}

.service-list li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: -14px;
  top: 7px;
  background-color: var(--second-blue);
}

.lib-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px 0;
}

.lib-item a {
  display: block;
  color: var(--black);
  font-size: 18px;
  font-weight: 500;

  display: flex;
  width: 245px;
  height: 45px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;

  border-radius: 52px;
  border: 1px solid var(--border);
  background: var(--white);
  transition: 0.3s all ease;
}

.lib-item a:hover {
  background-color: var(--second-blue);
  color: var(--white);
}

.reports {
  margin-bottom: 170px;
}

.routine {
  margin-bottom: 170px;
  position: relative;
}

.rectangle-1,
.rectangle-2,
.rectangle-3 {
  position: absolute;
  /* width: 100%; */
  height: 100%;
}
.rectangle-1 {
  top: 20%;
  left: 1%;
}
.rectangle-2 {
  right: 0;
  top: 20%;
}
.rectangle-3 {
  left: 30%;
  bottom: -100%;
}

.routine-item {
  border-radius: 20px;
  background: var(--bg);
  padding: 30px;
  transition: 0.3s all ease;
  text-align: left;
}
.routine-item:hover {
  transform: translateY(-60px);
  background-color: var(--bg-2);
}
.routine-user__info {
  margin-bottom: 20px;
}
.routine-avatar {
  width: 100px;
  height: 100px;
  margin-right: 15px;
}
.routine-user__info img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  border: 7px solid var(--white);
}
.routine-user__info h3 {
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
}

.routine-user__info p {
  color: var(--second-text);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.routine-second__title {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  margin-bottom: 30px;
}

.routine-second__body {
  line-height: 120%;

}

.routine-second__body p {
  margin:10px 0;
}

.routine-second__body b {
font-weight: 700;
}

.routine-blue__text {
  color: var(--second-blue);
  font-size: 48px;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
}
.manticum-slider {
  position: relative;
  margin-bottom: 170px;
}
.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}

.swiper-slide {
  align-items: center;
  border-radius: 20px;
  background: var(--bg);
  padding: 30px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-title {
  color: var(--black);
  font-size: 24px;
  margin-bottom: 4px;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
}
.slider-sectitle {
  color: var(--second-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  margin-bottom: 40px;
}
.slider-text {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  height:400px; 
  overflow-y: scroll;
  padding-right:20px;
}

.swiper-pagination-bullet-active {
  background-color: var(--second-blue);
}
.blue-text {
  display: block;
  color: var(--second-blue);
}

/* main-signin */
.main-signin__title {
  padding-top: 110px;
  margin-bottom: 40px;
}

.form-signin {
  max-width: 450px;
}
.main-signin .signin-label {
  color: var(--black);
  font-size: 12px;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  margin-bottom: 5px;
}

.main-signin .form-input {
  border-radius: 10px;
  background: var(--input);
  padding: 15px 10px;
}

.main-signin .help-text {
  color: var(--second-text);
  font-size: 12px;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}
.main-signin__check {
  margin-top: 24px;
  margin-bottom: 30px;
}
.main-signin__check .form-check-inputs {
  width: 20px;
  height: 20px;
}
.main-signin__check input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #f3f3fa;
  /* Not removed via appearance */
  margin: 0;
  margin-right: 14px;
  margin-left: 12px;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 4px;
  /* transform: translateY(-0.075em); */
  cursor: pointer;
  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  width: 20px;
  height: 20px;
  /* clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left; */
  transition: 120ms transform ease-in-out;
  /* Windows High Contrast Mode */
  /* background-color: #fff; */
  background-image: url("../images/checbox.svg");
}
input[type="checkbox"]:checked {
  width: 20px;
  height: 20px;
  background-color: #29006e !important;
  background-image: url("../images/checbox.svg");
}
input[type="checkbox"]:checked::before {
  /* transform: scale(1); */
  width: 20px;
  height: 20px;
  background-image: url("../images/checbox.svg");
}

/* input[type="checkbox"]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
} */

/* *********** */
.main-signin__check label {
  color: var(--black);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
}
.main-signin__check label span {
  color: var(--second-blue);
}
.main-signin_btn {
  width: 100%;
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 47px;
  padding: 14px 36px;
  border-radius: 8px;
  background: var(--main-purple);
  border: none;
  transition: 0.3s all ease;
}
.main-signin_btn:hover {
  background-color: var(--second-blue);
}
.footer {
  background-color: var(--footer-bg);
  padding-top: 40px;
  padding-bottom: 30px;
  border-radius: 20px 20px 0px 0px;
}
.footer h5 {
  color: var(--footer-title);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}
.footer .nav-item {
  margin-bottom: 12px;
}
.footer .nav-item a {
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
  transition: 0.3s all ease;
}
.footer .nav-item a:hover {
  color: #266af7;
}

.footer-line {
  height: 1px;
  background: var(--footer-line);
  margin-bottom: 30px;
  margin-top: 18px;
}

.footer-copy {
  color: var(--footer-title);
  font-size: 14px;
  font-weight: 400;
}
.footer-social {
  gap: 0 6px;
}
.footer-social li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--Footer-icon, #2e2836);
}
.footer-social svg {
  width: 20px;
  height: 20px;
}
.footer-social svg:hover path {
  fill: #266af7;
}
footer {
  display: block;
}
.mobile-menu-ft {
  display: none;
}
.navbar-toggler {
  border: none;
}
button:focus:not(:focus-visible) {
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}


.p-after-header {
  font-size: 20px; color:#666; line-height:28px; margin:-70px 0 100px 0;
}

.p-after-header span {
  color:#4748ED;
}

.main-section__block.secondary {
  padding:140px 0 100px 0;
}


@media (max-width: 1200px) { 
  .features-block > div {
    width:45% !important;
    margin-bottom:30px;
  }  
}

/********************************* MOOBILE DEVICES *********************************/
@media (max-width: 992px) {
  .header {
    padding: 10px 0;
  }

  .navbar-collapse {
    padding-top: 18px;
  }
  .desktop-logo {
    display: block;
  }
  .mobile-logo {
    display: none;
  }
  .dropdown-toggle::after {
    top: 27px;
    right: 15px;
    width: 24px;
    height: 24px;
  }
  .header-auth {
    margin: 0;
    justify-content: center;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 35px;
  }
  .dropdown-menu {
    border: none;
    padding: 0;
    margin: 0;
  }
  .user-mobil {
    position: absolute;
    top: -33px;
    right: 88px;
  }
  .user-mobil .user-name {
    display: none;
  }
  .user-mobil .dropdown-toggle::after {
    right: -12px;
  }

  /* .navbar-nav .nav-link.active, */
  .navbar-nav {
    /* padding-left: 15px; */
  }
  .navbar-nav .nav-link.show {
    background-color: var(--bg);
    color: var(--second-text);
    /* padding-bottom: 0; */
    /* margin-bottom: 20px; */
    font-size: 15px;
    /* padding-left: 15px; */
  }
  .navbar-nav .dropdown-menu {
    background-color: var(--bg);
    border-radius: 0;
    margin-top: -2px;
    padding-top: 20px;
    /* padding-left: 15px; */
    box-shadow: none;
    padding-bottom: 20px;
  }
  .header-auth .dropdown-menu.show {
    border-radius: 8px;
    border: none;
    background: var(--white);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
  }
  .nav-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
  }
  .nav-link {
    font-size: 15px;
  }
  .dropdown-item {
    color: var(--black);
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    margin-bottom: 16px;
  }

  .header-auth .dropdown-item {
    padding: 10px 18px;
    margin-bottom: 0;
  }
  .header-auth .dropdown-item:focus,
  .dropdown-item:hover {
    padding: 0;
    background: none;
    border-radius: 0;
    color: var(--main-purple);
    font-size: 15px;
    line-height: 120%; /* 16.8px */
    padding: 0;
  }
  .main-section__block {
    background-position: center;
  }
  .main-section__block {
    padding: 80px 0;
  }
  .site-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 110%; /* 26.4px */
    margin-bottom: 16px;
    max-width: 94%;
    margin: 0 auto;
  }
  .site-title br {
    display: none;
  }
  .main-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    margin-bottom: 24px;
  }
  .site-btn {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
  }
  .second-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 110%; /* 24.2px */
    margin-bottom: 20px;
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-signin__title {
    padding-top: 40px;
  }
  .main-signin__check label {
    max-width: 258px;
  }
  .main-signin_btn {
    display: block;
    width: 94%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .service-item {
    padding: 20px;
  }
  .service-col {
    margin-bottom: 20px;
  }
  .service-item .service-item__img {
    position: static;
    transform: none;
  }
  .service-item .service-item__img svg{margin-top:0px}

  .service-item .service-item__img img {
    width: 80%;
  }
  .service-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 16px;
  }
  .service-secondtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    margin-bottom: 16px;
  }
  .service-list li {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
  }
  .service-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 110%; /* 19.8px */
  }
  .reports,
  .routine {
    margin-bottom: 80px;
  }
  .lib-item {
    align-items: center;
  }
  .lib-item a {
    font-size: 14.541px;
    font-weight: 500;
    line-height: normal;
  }
  .routine-item {
    padding: 20px;
  }
  .routine-user__info h3 {
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
  }
  .routine-user__info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
  }
  .routine-avatar {
    height: 70px;
    width: 70px;
  }
  .routine-user__info img {
    border-width: 4px;
  }
  .routine-user__info {
    margin-bottom: 40px;
  }
  .routine-second__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
  }
  .routine-blue__text {
    font-size: 40px;
    font-weight: 700;
    line-height: 120%; /* 48px */
  }
  .swiper-slide {
    padding: 20px;
  }
  .slider-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
    margin-bottom: 4px;
  }
  .slider-sectitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
    margin-bottom: 20px;
  }
  .slider-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
  }
  .manticum-slider {
    margin-bottom: 80px;
    padding: 0 10px;
  }
  /* %^%^%$&^%$^&%$&^%$&^%$&^%$&^%$&^ */
  .mobile-menu-ft {
    display: block;
  }
  .footer {
    background-color: var(--footer-bg);
    padding: 20px 0;
  }

  .menu-item {
    /* padding: 10px 20px; */
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--footer-line);
    padding: 20px;
  }
  .mobile-menu-ft span {
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    /* display: block; */
  }
  .mute-text {
    display: block;
    width: 100%;
  }
  .mute-text.active {
    color: var(--footer-title);
    font-size: 15px;
    font-weight: 400;
    display: block;
    line-height: normal;
    width: 100%;
  }
  .sub-menu {
    display: none;
    margin: 10px 0;
    padding-left: 20px;
  }

  .sub-menu a {
    display: block;
    padding: 10px 0;
    color: white;
    text-decoration: none;
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
  }

  .sub-menu a:hover {
    /* background-color: #555; */
  }
  footer {
    display: none;
  }

  .p-after-header {margin-top:10px; font-size:18px}
  .service-title {margin-top:20px}

  .routine-user__info img{width:80px; height:80px}
  .routine-second__title {font-weight: bold;}

  .main-section__block {
    background-image: url('/_img/index/main-bg-mobile.svg');
  }

  .features-block > div {
    width:100% !important;
    margin-bottom:30px;
  }

  .main-section__block.secondary {
    padding:50px 0 20px 0;
  }

  .sub-features-block > div {
    font-size: 16px !important ;
    padding:10px 15px !important;
  }  
}

/* New Footer */

/* Form generatot CSS */
.std-form .row {margin:20px 0}

.std-form label {
  color: var(--black);
  font-size: 12px;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  margin-bottom: 5px;
}

.std-form select {
  border-radius: 10px;
  background-color: var(--input);
  padding: 10px 10px; 
  font-size:16px;
  font-family: "Onest", sans-serif;
}


.std-form textarea {
  border-radius: 10px;
  background: var(--input);
  padding: 10px 10px;  
}

.std-form input[type="text"],input[type="email"],input[type="password"] {
  border-radius: 10px;
  background: var(--input);
  padding: 10px 10px;
}

.std-form form button {
  border-radius: 10px;
  background: var(--input);
  padding: 15px 10px;
}

.modal-footer button {
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 8px;
  background: var(--main-purple);
  border: none;
  transition: 0.3s all ease;
}

.modal-footer button.btn-secondary {
  background-color:var(--input);
  color:var(--black);
}

.std-form button.btn {
  width: 100%;
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 47px;
  padding: 11px 36px 14px 36px;
  border-radius: 8px;
  background: var(--main-purple);
  border: none;
  transition: 0.3s all ease;
}
.std-form button.btn:hover {
  background-color: var(--second-blue);
}

.std-form input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #f3f3fa;
  /* Not removed via appearance */
  margin: 0;
  margin-right: 14px;
  margin-left: 12px;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 4px;
  /* transform: translateY(-0.075em); */
  cursor: pointer;
  display: grid;
  place-content: center;
}

.std-form input[type="checkbox"]::before {
  content: "";
  width: 20px;
  height: 20px;
  /* clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left; */
  transition: 120ms transform ease-in-out;
  /* Windows High Contrast Mode */
  /* background-color: #fff; */
  background-image: url("/_img/interface/checbox.svg");
}

.std-form input[type="checkbox"]:checked {
 
  width: 20px;
  height: 20px;
  background-color: #29006e !important;
  background-image: url("/_img/interface/checbox.svg");
}

.std-form input[type="checkbox"]:checked::before {
  /* transform: scale(1); */
  width: 20px;
  height: 20px;
  background-image: url("/_img/interface//checbox.svg");
}

.offer-title {
  line-height: 120%;
  margin-top:50px 0
}

.fetures-block-1 {
  margin:40px 0 80px 0;
}

.fetures-block-1 div {
  font-size:24px; 
  margin-bottom:10px;
}

.offer-header-2 {
  font-size: 42px;
  font-weight: bold;
  margin:150px 0 40px 0;
}

.header-phone {
  font-size: 24px;
  font-weight: bold;
}

.header-phone a {
  color:#29006e;
}

.header-phone.footer{
  text-align: right;
  padding:10px 0;
}

.header-phone.footer a {
  color:#FFFFFF;  
}

.offer-title span {color:#5756F2;}

.price-period-selector {
  display: flex;    
  justify-content:center;
  margin-top:20px;
  cursor: pointer;
}

.price-period-selector > div{
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  background-color: #EFEFF9;
  width:100px;
}

.price-period-selector > div.selected {
  background-color: #4241F1;
  color:#fff;
}

.price-period-selector .left-pill {border-radius: 15px 0 0 15px;}
.price-period-selector .right-pill {border-radius: 0 15px 15px 0;}

.pricing-sub-title {
  color:#5756F2;
  font-size:26px;
  font-weight: bold;
}

.demo-features-block {
  padding:50px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;    
  background-color: #fff;  
}

.demo-features-block  > div {
  border:1px solid silver;
  border-radius:5px;
  background-color: #F7F7FC;
  margin:5px 0;  
  padding:15px;
  width:250px;
  text-align: left;
  line-height: 130%;
  color:#666;
}
.demo-features-block  > div.wide {
  width:400px;
}

.demo-features-block  p {
  margin-bottom:15px;
}

.demo-features-block  b {
 font-weight: bold;
}

.demo-features-block  ul {
  list-style-type: disc;
  padding-left:20px;  
}

.demo-features-block  ul li {
  margin-bottom:6px; 
  list-style-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg  role='img' width='11' height='10' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 4L4 7L9 1' stroke='%234241F1' stroke-width='2'/></svg>");   
}

.how-to-get-demo li.super-bonus {
  color:#4241F1;
  font-weight: bold;
}

.demo-features-block div.header {
  -color:#5756F2;
  font-weight: bold;
  padding: 0;
  margin-bottom:10px;
  display: flex;
}

.demo-features-block div.header .check-icon {
  text-align: center;
  padding-right: 10px;
}


.demo-features-block div.header .feature-icon {
  text-align: center;
  padding-right: 15px;
}

.demo-features-block   div.header path {
  -fill:#5756F2;
}

.pricing-block {
  margin-top:50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;    
  background-color: #fff;
}

.pricing-block > div {
  border:1px solid #BBBBF6;
  border-radius:5px;
  background-color: #fff;
  margin:5px 0;  
  padding:10px;
  width:260px;
}

.pricing-block > div.profy {
  border:3px solid #4241F1;
  background-color: #F7F7FC;
}


.pricing-block > div.guru {
  border:3px solid #C8BBF6;  
}


.pricing-block.mini .tariff-name {
  display: block;
 }

 .pricing-block.mini .tariff-name div{
  background-color: #EFEFF9;
  padding:7px 10px;
  color:#7A7AF4;
  border-radius: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;  
 }
  
 .pricing-block.mini .features-list {
  height:120px;
 }

 .pricing-block.mini .CTA button {
  background-color:#2a86ed;
 }


.starter-tariff-panel {
  border:1px solid #BBBBF6;
  border-radius:5px;
  background-color: #F7F7FC;
  margin:5px 0;  
  padding:20px;
  display: flex;
  justify-content:space-between;
  flex-flow: row wrap;
  align-items:center;
  margin:-50px 0 100px 0;
}

.starter-tariff-panel .description {
  padding:0 20px;
  text-align: left;
  color:#666;
  line-height: 20px;
  flex-grow:3;
  width:200px;
}

.starter-tariff-panel .description b {
  font-weight: bold;
  -color:#4241F1;
}

.starter-tariff-panel .tariff-price {
  padding:0 20px;
  text-align: center;
}

.starter-tariff-panel .tariff-name span{
  width:auto;
  background-color: #fff;
}

.starter-tariff-panel .tariff-name span sup {
  text-transform: lowercase;
  color:#000;
}

.starter-tariff-panel .CTA {
  -width:400px;
}

.starter-tariff-panel .CTA button, .how-to-get-demo .CTA button{
  color:#ffffff;
  background-color: #4241F1;
  border-radius: 5px;
  text-align: center;
  border:none;
  padding:10px;
  font-size: 14px;
  width: 100%;
  margin:0;
}

.how-to-get-demo h2 {
  font-size: 24px;
  font-weight: bold;
  color: #4241F1;
  margin-bottom:20px
}

.how-to-get-demo ul {
  list-style-type: disc;
  font-size: 18px;
  color: #333;
  margin-bottom:20px;
  text-align: left;
  max-width:600px;
  margin:40px auto;
  color:#666;
}

.how-to-get-demo ul li {margin-bottom: 20px;}

.how-to-get-demo .CTA button{
  width:auto;
  padding:20px 40px;
  font-size: 18px;
}

.tariff-name {
  display: flex;
  margin-bottom:5px;
}

.profy .tariff-name span {
  background-color: #4241F1;
  color:#fff;
}


.guru .tariff-name span {
  background-color: #DDCCFF;
  color:#333;
}

.tariff-info {
  text-align: left;
  font-size: 16px;
  margin:10px 0;
}

.tariff-info span {margin-right:2px}
.tariff-info svg {margin-top:-10px}

.tariff-price {
  font-size: 40px;
  font-weight: bold;
  text-align: left;
}

.tariff-price span.month {
  font-size: 13px;
  color:#777777;
}

.tariff-price span {
  margin-right:4px;
}

.tariff-hor {
  background-color: #BBBBF6;
  height: 1px;
}

.tariff-text {
  text-align: left;
  color:#5756F2;
  padding:10px 0;
  font-size: 14px;
  height:80px;
}

.features-list {
  font-size: 14px;
  height:200px;
  padding-top:20px;
  text-align: left;
}

.features-list ul{
  list-style: none;
  padding-left: 20px;
}

.features-list ul li {
	--padding-left: 20px;
	margin-bottom: 0.5em;
  list-style-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%234241F1' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'></path></svg>"); 
}

.features-list ul li::marker{  
  font-size: 30px;
  line-height: 0.1;
}


.tariff-name span {
  background-color: #EFEFF9;
  padding:7px 10px;
  color:#7A7AF4;
  border-radius: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  width:100px;
}

.pricing-block .CTA button {
  color:#ffffff;
  background-color: #4241F1;
  border-radius: 5px;
  text-align: center;
  border:none;
  padding:10px;
  font-size: 14px;
  width: 100%;
  margin:0;
}

.pricing-block .guru .CTA button {
  background-color: #8A41F1;
}

.pricing-table-title {
  margin:0px 0 150px 0; 
  font-size: 45px;
  font-weight: bold;
}

.comparsion-table {
  -overflow-x: scroll;
}

.comparsion-table table {width: 100%;}
.comparsion-table table td {
  padding:10px;
  background-color: #fff;
  width:15%;
  font-size:14px;
  color:#666;
}

.comparsion-table table .stripe td {
  background-color: #F4F4FA;
}


.comparsion-table .header td { 
  font-weight: bold;
  background-color: #EFEFF9;
  padding:10px;
  font-size:16px;
}

.comparsion-table .buttons td {
  padding:30px 5px;
}
.comparsion-table .buttons button {
  color:#ffffff;
  background-color: #4241F1;
  border-radius: 5px;
  text-align: center;
  border:none;
  padding:10px;
  font-size: 14px;
  margin:0;
}

.comparsion-table td.feature-name > div {
  display: flex;
  justify-content:space-between;
}

.comparsion-table td.feature-name {
  text-align: left;
  width:40%;  
  font-size:16px;
  color:#333;  
}

.directory-name {
  text-align: left;
  font-weight: bold;
}

.comparsion-table td.directory-name {
  font-size:16px;
  color:#333;  
}


.comparsion-table h2 {
  font-size:24px; padding:20px 0;
  font-weight: bold;
}


.features-block {
  margin-top:50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;  

}

.features-block > div {
  text-align: left;  
  border-radius: 20px;
  padding: 20px;
  background-color: #EFEFF9;  
  width:30%;
  min-width:200px;
  line-height: 24px;
}

.features-block > div h2 {
  font-size:26px;
  font-weight: 500;
  margin-bottom:0px;
  min-height:90px;
  line-height: 25px;
}

.sub-features-block {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;  
}

.sub-features-block > div {
  font-size:22px;
  border-radius: 20px;
  padding:15px 20px;
  margin:0 10px 10px 0;
  background-color: #266af7;
  color:#fff;
}


.sub-features-block.type-2 > div {
  padding:10px 15px;
  font-size: 18px;
  background-color: #f3f3fa;
  color:#333;
}

.sub-features-block.type-2 > div.module {
  background-color: #266af7;
  color:#fff;
}


.tooltip-inner {
  text-align: left;
  background-color: #29006e;
}

.tooltip-arrow {
    color: #29006e;
}

.academy-items-list {
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  padding:40px 0;
  background-color: #f9f9f9;
}

.academy-items-list > div {
  width:550px;
  background-color: #fff;
  padding: 30px;
  margin:0 30px 30px 0;
}

.academy-items-list .ai-header {
  height:200px;      
  display: flex;    
  justify-content: center;
  align-items: center;

}

.academy-items-list .ai-header a {
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color:#fff;
  font-size: 36px;
  font-weight: 400;    
}

.academy-items-list .ai-header.numerology_pro {
  background: #2A4CD5 url(/_img/pages/academy/index/gilgamesh.png) left center no-repeat;
  background-size: contain;
  padding:0 20px 0 200px;
}

.academy-items-list .ai-header.numerology_relations {
  background: #EDA121 url(/_img/pages/academy/index/cupid_and_psyche.png) left center no-repeat;
  background-size: contain;
  padding-left:220px;
}

.academy-items-list .ai-header.fate_matrix {
  background: #7A2AE0 url(/_img/pages/academy/index/fate_matrix.png) left center no-repeat;
  background-size: contain;
  padding-left:160px;
}

.academy-items-list .ai-header.psy_matrix_1 {
  background: #0EB7D8 url(/_img/pages/academy/index/psymatrix2.png) left center no-repeat;
  background-size: contain;
  padding:0 20px 0 260px;
}

.academy-items-list .ai-header.psy_matrix_2 {
  background: #0EB7D8 url(/_img/pages/academy/index/psymatrix3.png) left center no-repeat;
  background-size: contain;
  padding:0 40px 0 200px;
}

.academy-items-list .ai-header.ayurveda {
  background: #97CB6D url(/_img/pages/academy/index/ayurveda.png) left center no-repeat;
  background-size: contain;
  padding:0 40px 0 200px;
}

.academy-items-list .ai-header.marketing {
  background: #E05849 url(/_img/pages/academy/index/marketing.png) left center no-repeat;
  background-size: contain;
  padding:0 40px 0 270px;
}

.academy-items-list .ai-header.sales {
  background: #FF9B60 url(/_img/pages/academy/index/sales.png) left center no-repeat;
  background-size: contain;
  padding:0 40px 0 270px;
}

.academy-items-list .ai-header.numerology_vedic {
  background: #EDA121 url(/_img/pages/academy/index/vedic.png) left center no-repeat;
  background-size: contain;
  padding-left:220px;
}


.academy-items-list h2 {
  font-size: 26px;
  font-weight: 600;
  margin:20px 0;
  line-height: 30px;
}

.academy-items-list h2 a {
  color:#333;    
}

.academy-items-list .ai-description {
  color:#717171;
  line-height: 18px;
}

.academy-items-list .buttons {
  margin:20px 0;
}

.academy-items-list .buttons button {
  padding:10px;
  font-size: 16px;
  font-weight: 500;
  margin-right:5px;
}

.academy-items-list .buttons button.orange {
  background-color: #EB8F1C;
  color:#fff;
  border:2px solid #EB8F1C;    
}

.academy-items-list .buttons button.gray {
  background-color: #FFF;
  color:#333;
  border:2px solid #aaa;    
}

.academy-items-list .lessons-count {
  color:#9A9A9A;
  font-size: 16px;
  margin-left:10px;
}

.academy-items-list .footer-text {
  color:#9A9A9A;
  line-height: 18px;
  font-size: 15px;
}


.try-demo-form {
  text-align: left;
  padding:50px;
  background-color: #f0f0f0;
  border-radius: 15px;
}

.try-demo-form input {
  border-radius: 10px;
  padding:5px;
  width: 100%;
  border:1px solid #fefefe;
  height:40px;
  margin:5px 0 15px 0;
}

.try-demo-form label {
 font-weight: bold;
}

.try-demo-form .CTA {
  margin-top:30px;
}

.try-demo-form .CTA button{
  width:100%;
}

.try-demo-form input[type="checkbox"] {
  margin:0 5px 0 0;  
}

.try-demo-form .oferta {
  font-size:14px;
  line-height: 18px;
}

.how-to-get-demo {margin-top:50px}

@media (max-width: 1980px) {
  .offer-title {font-size:34px}
  .main-section__block {padding-top:100px}
  .demo-features-block {margin:0 -100px  0 -100px}
  .header.shadow-sm {padding:0}

  .demo-features-block .header{font-size:14px}
  .demo-features-block .feature-icon{padding-right:5px !important}
  .pricing-sub-title {font-size:22px}
}

@media (max-width: 1400px) {
  .offer-title {font-size:28px}
  .main-section__block {padding-top:60px}
  .demo-features-block {margin:0 -100px  0 -100px}
  .header.shadow-sm {padding:0}

  .demo-features-block .header{font-size:14px}
  .demo-features-block .feature-icon{padding-right:5px !important}
  .pricing-sub-title {font-size:22px}
}

@media (max-width: 1200px) {
  .demo-features-block {margin:0 -150px  0 -150px}
  .demo-features-block > div {min-width:220px;}
}

@media (max-width: 992px) {
  
  .offer-header-2 {
    font-size:28px;
    margin-top:100px;
  }

  .how-to-get-demo .how-to {
    padding:20px;
  }

  .how-to-get-demo .how-to ul {
    padding-left:30px;
  }

  .try-demo-form {
    padding:40px 20px;
  }

  .mobile-menu-ft .phone {
    color:#fff;
    text-align: center;
    margin:50px 0;

  }

  .mobile-menu-ft .phone > div {margin-bottom:5px;}
  .mobile-menu-ft .phone a {
    color:#fff;
    font-size: 24px;
    font-weight: bold;
  }

  .mobile-menu-ft .legal a{
    color:silver;
    text-decoration: underline;
  }

  .mobile-menu-ft .legal ul {
    padding-left:20px;
  }

  .mobile-menu-ft .footer-copy {
    padding:20px;
  }
  .mobile-menu-ft .legal ul li {margin-bottom: 5px;}

  .header.shadow-sm {
    padding:0 10px;
  }

  .main-section__block {
    padding-top:30px;
  }

  .demo-features-block {
    padding:20px 0;
  }

  .demo-features-block  > div {
    padding:10px;
    width:90%;    
  }

  .pricing-sub-title {font-size: 20px; margin:20px 0}

  .offer-header-2 {
    font-size: 24px;
    margin-top:50px;  
  }

  .demo-features-block {margin:0;
    border:1px solid #f0f0f0;
    padding:0;
    border-radius: 15px;    
    display: block;
  }

  .demo-features-block > div {
    margin:0;
    padding:5px !important;
    border:0;
    border-radius: 0;
    width:100%;
  }

  .offer-title {font-size:22px}

}
