body {
  background: #f7f9fd;
  color: #333333;
  line-height: 1;
  scroll-behavior: smooth;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

table {
  width: 100%;
}

img {
  width: 100%;
}

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

p, h1, h2, h3, li {
  margin: 0;
}

p, li {
  line-height: 1.5;
}

strong {
  font-weight: 500;
}

header, footer {
  background: white;
  padding: 20px 0;
}

.container {
  max-width: 1420px;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 575px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 320px) {
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.menu {
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu .logo {
  display: flex;
  align-items: center;
}
.menu .logo img {
  width: 70px;
  margin-right: 15px;
}
@media (max-width: 575px) {
  .menu .logo img {
    width: 45px;
    margin-right: 10px;
  }
}
.menu .logo .logo-txt {
  display: block;
  font-family: "Schist", "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #6B37BA;
}
.menu .logo .logo-txt .logo1 {
  font-size: 26px;
  line-height: 1;
}
@media (max-width: 575px) {
  .menu .logo .logo-txt .logo1 {
    font-size: 18px;
  }
}
.menu .logo .logo-txt .logo2 {
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 575px) {
  .menu .logo .logo-txt .logo2 {
    font-size: 13px;
  }
}
.menu .nav {
  list-style-type: none;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .menu .nav {
    display: none;
  }
}
.menu .nav li {
  margin: 0 25px;
  font-size: 16px;
  font-weight: 600;
}
.menu .nav li.pur {
  color: #6B37BA;
}
@media (max-width: 1199px) {
  .menu .nav li {
    font-size: 13px;
    margin: 0 10px;
  }
}
.menu .header_conts {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
.menu .header_conts p {
  font-weight: 600;
  font-style: italic;
  font-size: 13px;
}
.menu .header_conts .mail {
  color: #333333;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.menu .header_conts .mess-row {
  display: flex;
  justify-content: center;
}
.menu .header_conts .mess-row a {
  margin-top: 5px;
}
.menu .header_conts .mess-row a img {
  height: 21px;
}

.neuro_header {
  font-family: "Montserrat", sans-serif;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/bg1v1.jpg);
  padding-top: 100px;
  padding-bottom: 200px;
  color: #fff;
}
@media (max-width: 991px) {
  .neuro_header {
    background-image: url(../img/bg1mob.jpg);
    padding-top: 75px;
    padding-bottom: 100px;
  }
}
.neuro_header .header-left {
  width: 50%;
}
@media (max-width: 991px) {
  .neuro_header .header-left {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.neuro_header .header-left .preh1 {
  font-size: 18px;
  font-weight: 600;
  color: #B3B3B3;
  margin-bottom: 5px;
}
.neuro_header .header-left h1 {
  font-family: "Schist", "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 45px;
  text-transform: uppercase;
}
.neuro_header .header-left h1 span {
  white-space: nowrap;
}
@media (max-width: 1499px) {
  .neuro_header .header-left h1 {
    font-size: 38px;
  }
}
@media (max-width: 1349px) {
  .neuro_header .header-left h1 {
    font-size: 33px;
  }
}
.neuro_header .header-left .slogan {
  font-size: 21px;
  font-weight: 600;
  margin-top: 20px;
}
@media (max-width: 1349px) {
  .neuro_header .header-left .slogan {
    font-size: 16px;
  }
}
.neuro_header .header-left .list_h {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 15px;
}
.neuro_header .header-left .head-row {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .neuro_header .header-left .head-row {
    justify-content: center;
  }
}
.neuro_header .header-left .head-row img {
  width: 45px;
  margin-right: 20px;
}
.neuro_header .header-left .head-row p {
  text-align: left;
  max-width: 390px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .neuro_header .header-left .head-row p {
    font-size: 15px;
  }
}
.neuro_header .header-left .butts-row {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
@media (max-width: 991px) {
  .neuro_header .header-left .butts-row {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .neuro_header .header-left .butts-row {
    flex-direction: column;
  }
}
.neuro_header .header-left .butts-row .butt_more {
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 0;
  width: 250px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 100px;
  transition: 0.3s ease all;
  margin-right: 40px;
}
.neuro_header .header-left .butts-row .butt_more:hover {
  color: #6B37BA;
  background-color: #fff;
}
@media (max-width: 575px) {
  .neuro_header .header-left .butts-row .butt_more {
    margin-right: 0;
  }
}
.neuro_header .header-left .butts-row .butt_buy {
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 0;
  width: 250px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(#7A1AFF, #591099);
  border-radius: 100px;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.35));
}

.foot-row {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .foot-row {
    flex-direction: column-reverse;
  }
}
.foot-row .copywrite {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .foot-row .copywrite {
    margin-right: 0;
    margin-top: 10px;
  }
}
.foot-row .policy {
  font-style: italic;
  text-decoration: underline;
  color: #7A1AFF;
}

.about {
  font-family: "Montserrat", sans-serif;
  background: #f6f9fe;
  position: relative;
  z-index: 0;
  padding-top: 25px;
  padding-bottom: 170px;
}
.about .about-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
}
@media (max-width: 1199px) {
  .about .about-row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .about .about-row {
    flex-direction: column;
  }
}
.about .about-row .about-video {
  width: 25%;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 991px) {
  .about .about-row .about-video {
    width: 300px;
    margin-bottom: 40px;
  }
}
.about .about-row .about-video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/play.svg), rgba(0, 0, 0, 0.25);
  background-position: center;
  background-size: 120px auto;
  background-repeat: no-repeat;
}
.about .about-row .about-video video {
  width: 100%;
  margin-bottom: -7px;
}
.about .about-row .about-text {
  width: 75%;
  padding: 0 7%;
}
@media (max-width: 991px) {
  .about .about-row .about-text {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.about .about-row .about-text h2 {
  font-family: "Schist", "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 45px;
  margin-bottom: 20px;
  color: #6B37BA;
}
@media (max-width: 991px) {
  .about .about-row .about-text h2 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .about .about-row .about-text h2 {
    font-size: 30px;
  }
}
.about .about-row .about-text p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .about .about-row .about-text p {
    font-size: 14px;
  }
}
.about .about-row .about-text .butt_next {
  display: table;
  color: #fff;
  text-decoration: none;
  margin-top: 35px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(#7A1AFF, #591099);
  border-radius: 100px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 991px) {
  .about .about-row .about-text .butt_next {
    margin-left: auto;
    margin-right: auto;
  }
}

.solutions {
  font-family: "Montserrat", sans-serif;
  background: #F0E3FF;
  position: relative;
  z-index: 1;
  margin-top: -70px;
  padding-top: 70px;
  padding-bottom: 150px;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
}
.solutions h2 {
  text-align: center;
  font-family: "Schist", "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 45px;
  margin-bottom: 40px;
  color: #6B37BA;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .solutions h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .solutions h2 {
    font-size: 30px;
  }
}
.solutions .solur_row {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .solutions .solur_row {
    flex-direction: column;
  }
}
.solutions .solur_row .sol_col {
  width: 45%;
  position: relative;
}
@media (max-width: 1199px) {
  .solutions .solur_row .sol_col {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .solutions .solur_row .sol_col {
    width: 100%;
    margin-bottom: 40px;
  }
}
.solutions .solur_row .sol_col .circ {
  display: table;
  border-radius: 100px;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
}
.solutions .solur_row .sol_col .circ.grey {
  background: linear-gradient(#D9D9D9, #A1A1A1);
}
.solutions .solur_row .sol_col .circ.purp {
  background: linear-gradient(#9A7BFD, #3B15A9);
  filter: drop-shadow(0 0 5px #6B37BA);
}
.solutions .solur_row .sol_col .circ img {
  width: 50px;
}
.solutions .solur_row .sol_col .block {
  width: 100%;
  border: 5px solid;
  position: relative;
  z-index: 3;
  margin-top: -45px;
  padding: 60px 40px 40px;
  background-color: #fff;
  border-radius: 45px;
}
@media (max-width: 575px) {
  .solutions .solur_row .sol_col .block {
    padding: 60px 30px 30px;
  }
}
.solutions .solur_row .sol_col .block .sol_zag {
  font-family: "Schist", "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 35px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .solutions .solur_row .sol_col .block .sol_zag {
    font-size: 25px;
  }
}
.solutions .solur_row .sol_col .block .sol_zag span {
  white-space: nowrap;
}
.solutions .solur_row .sol_col .block p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-position: 0 3px;
}
.solutions .solur_row .sol_col .block.grey {
  border-color: #DBDBDB;
}
.solutions .solur_row .sol_col .block.grey .sol_zag {
  color: #878787;
}
.solutions .solur_row .sol_col .block.grey p {
  background-image: url(../img/pt.svg);
}
.solutions .solur_row .sol_col .block.purp {
  border-color: #7047EB;
  filter: drop-shadow(0 0 5px #6B37BA);
}
.solutions .solur_row .sol_col .block.purp .sol_zag {
  color: #6B37BA;
}
.solutions .solur_row .sol_col .block.purp p {
  background-image: url(../img/check.png);
}
.solutions .butt_next {
  display: table;
  color: #fff;
  text-decoration: none;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 60px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(#9A7BFD, #3812A6);
  border-radius: 100px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 991px) {
  .solutions .butt_next {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }
}

.module {
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin-top: -70px;
  padding-top: 100px;
  padding-bottom: 170px;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
}
.module .module-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .module .module-row {
    flex-direction: column !important;
  }
}
.module .module-row .module-img {
  width: 49%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 991px) {
  .module .module-row .module-img {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding-bottom: 55%;
  }
}
.module .module-row .module-info {
  width: 49%;
}
@media (max-width: 991px) {
  .module .module-row .module-info {
    width: 100%;
  }
}
.module .module-row .module-info .preh2 {
  color: #B3B3B3;
  font-weight: 600;
  font-size: 21px;
}
@media (max-width: 991px) {
  .module .module-row .module-info .preh2 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .module .module-row .module-info .preh2 {
    font-size: 18px;
  }
}
.module .module-row .module-info h2 {
  font-family: "Schist", "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .module .module-row .module-info h2 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .module .module-row .module-info h2 {
    font-size: 36px;
  }
}
.module .module-row .module-info .slogan {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .module .module-row .module-info .slogan {
    font-size: 16px;
  }
}
.module .module-row .module-info .prelist {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .module .module-row .module-info .prelist {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .module .module-row .module-info .prelist {
    font-size: 18px;
  }
}
.module .module-row .module-info .list-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.module .module-row .module-info .list-row img {
  width: 35px;
  margin-right: 15px;
}
.module .module-row .module-info .list-row p {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .module .module-row .module-info .list-row p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .module .module-row .module-info .list-row p {
    font-size: 14px;
  }
}
.module .module-row .module-info .butt_next {
  display: table;
  margin-top: 50px;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
  text-decoration: none;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 991px) {
  .module .module-row .module-info .butt_next {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.module.yellow {
  z-index: 2;
  background: #FFF6E9;
}
.module.yellow .module-row {
  flex-direction: row-reverse;
}
.module.yellow .module-row .module-img {
  background-image: url(../img/m1.png);
}
.module.yellow .module-row .module-info h2 {
  color: #EFB30E;
}
.module.yellow .module-row .butt_next {
  color: #333333;
  background: linear-gradient(#FFD31E, #FFB301);
}
.module.green {
  z-index: 3;
  background: #DCF3F1;
}
.module.green .module-row {
  flex-direction: row;
}
.module.green .module-row .module-img {
  background-image: url(../img/m2.png);
}
.module.green .module-row .module-info h2 {
  color: #007276;
}
.module.green .module-row .butt_next {
  color: #fff;
  background: linear-gradient(#08AD97, #005053);
}
.module.red {
  z-index: 4;
  background: #FFEAEA;
}
.module.red .module-row {
  flex-direction: row-reverse;
}
.module.red .module-row .module-img {
  background-image: url(../img/m3.png);
}
.module.red .module-row .module-info h2 {
  color: #E70000;
}
.module.red .module-row .butt_next {
  color: #fff;
  background: linear-gradient(#F00101, #8A0101);
}
.module.gold {
  z-index: 5;
  background: #FFF4E3;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  padding-bottom: 120px;
}
.module.gold .module-row {
  flex-direction: row;
}
.module.gold .module-row .module-img {
  background-image: url(../img/m4.png);
}
.module.gold .module-row .module-info h2 {
  color: #E4A446;
}
.module.gold .module-row .butt_next {
  color: #fff;
  background: linear-gradient(#E6AB53, #80530C);
}

.offer {
  font-family: "Montserrat", sans-serif;
  background: #F0E3FF;
  position: relative;
  z-index: 3;
  margin-top: -70px;
  padding-top: 150px;
  padding-bottom: 100px;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
}
.offer h2 {
  text-align: center;
  font-family: "Schist", "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 45px;
  margin-bottom: 40px;
  color: #6B37BA;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .offer h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .offer h2 {
    font-size: 30px;
  }
}
.offer h2.limit {
  color: #BA37A0;
  text-transform: uppercase;
}
.offer .offer-block {
  background: #fff;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  filter: drop-shadow(0 0 20px rgba(81, 30, 120, 0.25));
}
.offer .offer-block.big {
  margin: 0 10% 50px;
}
@media (max-width: 1349px) {
  .offer .offer-block.big {
    margin: 0 0 50px;
  }
}
.offer .offer-block img {
  width: 135px;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .offer .offer-block img {
    width: 95px;
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .offer .offer-block img {
    width: 70px;
  }
}
.offer .offer-block p {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .offer .offer-block p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .offer .offer-block p {
    font-size: 14px;
  }
}
.offer .offer-row {
  padding: 0 10%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1349px) {
  .offer .offer-row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .offer .offer-row {
    flex-direction: column;
  }
}
.offer .offer-row .offer-block {
  width: 48%;
}
@media (max-width: 991px) {
  .offer .offer-row .offer-block {
    width: 100%;
    margin-bottom: 20px;
  }
}
.offer .offer-row .offer-block img {
  width: 95px;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .offer .offer-row .offer-block img {
    width: 70px;
  }
}
.offer .offer-row .offer-block p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .offer .offer-row .offer-block p {
    font-size: 14px;
  }
}
.offer .offer-row .offer-block p a {
  text-decoration: underline;
  color: #6B37BA;
}
.offer .offer-row .price {
  width: 48%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .offer .offer-row .price {
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .offer .offer-row .price {
    flex-direction: column-reverse;
  }
}
.offer .offer-row .price .big {
  display: table;
  font-family: "Schist", "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 55px;
  margin-left: auto;
  color: #BA37A0;
}
@media (max-width: 575px) {
  .offer .offer-row .price .big {
    margin-right: auto;
  }
}
.offer .offer-row .price p {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 0;
  color: #6B37BA;
}
@media (max-width: 1499px) {
  .offer .offer-row .price p {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .offer .offer-row .price p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .offer .offer-row .price p {
    font-size: 29px;
  }
}
@media (max-width: 575px) {
  .offer .offer-row .price p {
    text-align: center;
  }
}
.offer .offer-row .price p span {
  font-size: 19px;
  color: #ADADAD;
  text-decoration: line-through;
  white-space: nowrap;
}
.offer .offer-row .timer-block {
  width: 48%;
}
@media (max-width: 991px) {
  .offer .offer-row .timer-block {
    width: 100%;
    max-width: 600px;
  }
}
.offer .offer-row .timer-block p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.offer .offer-row .timer-block .timer {
  width: 100%;
}
.offer .offer-row .timer-block .timer .timer__items {
  display: flex;
  width: 100%;
}
.offer .offer-row .timer-block .timer .timer__items .timer__item {
  position: relative;
  width: 25%;
  font-family: "Schist", "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 55px;
  color: #6B37BA;
  margin-right: 10px;
  padding-bottom: 15px;
  text-align: center;
}
.offer .offer-row .timer-block .timer .timer__items .timer__item::before {
  color: #333333;
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1 !important;
}
.offer .offer-row .timer-block .timer .timer__items .timer__item:not(:last-child)::after {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  content: ":";
  position: absolute;
  right: -15px;
}

.offer .butt_buy, .faq-neuro .butt_buy {
  display: table;
  color: #fff;
  text-decoration: none;
  margin: 70px auto;
  padding: 15px 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(#9A7BFD, #3812A6);
  border-radius: 100px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 991px) {
  .offer .butt_buy, .faq-neuro .butt_buy {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }
}

.faq {
  padding-bottom: 200px;
}
.faq.faq-neuro {
  padding-top: 100px;
  padding-bottom: 0;
}
.faq.faq-neuro .faq-h2 {
  color: #6B37BA;
  font-family: "Schist", "Montserrat", sans-serif;
  font-weight: 800;
}
.faq .faq-h2 {
  font-size: 35px;
  margin-bottom: 35px;
  text-align: center;
}
.faq .faq-block {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
  background: #fff;
  filter: drop-shadow(2px 4px 15px rgba(0, 25, 88, 0.04));
}
.faq .faq-block .faq-head {
  padding: 25px 75px 25px 30px;
  font-weight: 600;
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  cursor: pointer;
}
.faq .faq-block .faq-head::after {
  content: "";
  width: 40px;
  height: 100%;
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 30px;
  transition: 0.2s ease all;
}
.faq .faq-block .faq-head.unfolded::after {
  transform: rotate(180deg);
}
.faq .faq-block .faq-body {
  padding: 0px 50px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.faq .faq-block .faq-body p {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}
.faq .faq-block .faq-body p a {
  text-decoration: underline;
  color: #7047EB;
}

@media (max-width: 560px) {
  .faq {
    padding-bottom: 100px;
  }
  .faq .faq-h2 {
    font-size: 24px;
  }
  .faq .faq-block .faq-head {
    font-size: 18px;
  }
  .faq .faq-block .faq-body {
    font-size: 14px;
    padding: 0 30px 25px;
  }
}/*# sourceMappingURL=style.css.map */