@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
html,
body {
  margin: 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #2a2e41;
}

ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

ul li {
  list-style: none;
  margin: 0;
}

ul .red {
  color: #d64636 !important;
}

a {
  text-decoration: none;
  color: inherit;
  margin-left: 0;
  margin-right: 0;
  /* color: $col_link; */
}

h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 2.7rem;
}

h3 {
  font-size: 1.7rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
label {
  box-sizing: border-box;
  color: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.j-but {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: pre;
  gap: 14px;
  height: 36px;
  padding: 0 1.4rem;
  position: relative;
  font-size: 13px;
}

.j-free-phone {
  border-color: #d64636;
}

.j-free-lesson {
  border-color: #d64636;
  background: #d64636;
  color: #fff;
}

body {
  padding: 60px 40px 0;
}

body.header-fixed {
  padding: 120px 40px 0 !important;
}

.j-box,
.j-box-top {
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  padding: 60px;
  box-sizing: border-box;
}

.j-box {
  margin-bottom: 50px;
}

.j-box-top {
  width: 1400px;
  margin: 0 auto 50px;
}

#jet-main {
  max-width: 1400px;
  width: 1400px;
  margin: 0 auto;
}

.j-box {
  background: #f2f7fa;
}

.j-box-top {
  background: #c9d9ff;
  background: radial-gradient(circle farthest-corner at center center, #F7FCFF 0%, #C9D9FF 100%);
}

#jet-footer {
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-bar {
  height: 80px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  background: white;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.top-bar nav ul {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.top-bar nav a {
  color: #1d3557;
  margin: 0;
  text-decoration: none;
}

.top-bar .j-phone {
  font-weight: 500;
}

.promo-box {
  position: relative;
  margin-right: 580px;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 3rem;
}

.promo-box .content {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.promo-box .content .j-but {
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 0 2.4rem;
}

.j-box-top {
  position: relative;
}

.j-box-top .img {
  position: absolute;
  right: 50px;
  bottom: -75px;
}

.button-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#it-includes {
  position: relative;
}

#it-includes .img-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 1;
}

#it-includes h2 {
  position: relative;
  z-index: 2;
  font-size: 2rem;
}

#it-includes ul {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 2rem;
  padding-left: 0;
}

#it-includes ul li {
  height: 80px;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  color: #fff;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  padding: 0 1.5rem;
  font-weight: bold;
  width: calc((100% - 6rem) / 4);
  flex-grow: 1;
}

#it-includes ul li:nth-child(1) {
  background: #d64636;
}

#it-includes ul li:nth-child(2) {
  background: #015ca2;
}

#it-includes ul li:nth-child(3) {
  background: #4e8148;
}

#it-includes ul li:nth-child(4) {
  background: #c8a720;
}

.hero {
  background: linear-gradient(to right, #deeafc, #ffffff);
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero h1 {
  font-size: 2rem;
  color: #1d3557;
}

.hero .btn-primary {
  background: #d64636;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
}

#home-features h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#home-features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-left: 0;
}

#home-features ul li {
  box-sizing: border-box;
  background: #fff;
  padding: 1.5rem;
  width: calc((100% - 4rem) / 3);
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

#home-features ul li:first-child {
  background: transparent;
  padding: 0;
}

#home-features ul li:nth-child(2) h3 {
  color: #2a8bc6;
}

#home-features ul li:nth-child(3) h3 {
  color: #d64636;
}

#home-features ul li:nth-child(4) h3 {
  color: #4e8148;
}

#home-features ul li:nth-child(5) h3 {
  color: #c8a72e;
}

#home-features ul li:nth-child(6) h3 {
  color: #4369a2;
}

.areas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.areas .tag {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-weight: bold;
}

.areas .tag.logopedia {
  background: #e63946;
  color: white;
}

.areas .tag.psychology {
  background: #1d4ed8;
  color: white;
}

.areas .tag.neuro {
  background: #2f855a;
  color: white;
}

.areas .tag.pedagogy {
  background: #d97706;
  color: white;
}

#home-prices {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#home-prices .de-box {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

#home-prices .de-row {
  display: flex;
}

#home-prices .de-row .de-box1 {
  width: 33%;
}

#home-prices .de-row .de-box2-3 {
  background: #fff;
  width: 66%;
  display: flex;
}

#home-prices .de-row .de-box2,
#home-prices .de-row .de-box3 {
  width: 50%;
  max-width: 50%;
}

#home-prices .de-row .de-box3 {
  border: solid 1px #015ca2;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 1;
  position: relative;
}

#home-prices .de-row .de-box2 {
  z-index: 2;
  position: relative;
}

#home-prices .de-row .de-box2 .img {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 8;
}

.fd-c {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  gap: 1.3rem;
}

.fd-c h3,
.fd-c span,
.fd-c p {
  text-align: center;
}

.fd-c .de-price {
  text-align: center;
}

.fd-c .de-price p {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.fd-c .de-price .none {
  text-decoration: line-through;
}

.fd-c .de-price .details {
  font-size: 0.9rem;
}

.fd-c .j-but {
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0 2.4rem;
  border-color: transparent;
  font-size: 1.1rem;
}

.fd-c .j-but.j-free {
  border-color: #d64636;
}

.fd-c .j-but.j-get {
  background: #015ca2;
  color: #fff;
}

.fd-c .j-but.j-buy {
  background: #d64636;
  color: #fff;
}

.fd-c .de-save {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.fd-c .de-save .num {
  font-size: 2rem;
  color: #d64636;
}

.fd-c .de-save .words {
  font-size: .8rem;
}

.jet-pin {
  width: 100%;
  margin: 0 auto;
  transition: all 0.5s ease;
  opacity: 1;
}

.jet-pin.topbar-transparant {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  border-radius: 0 !important;
  opacity: 0;
  transition: all 0.5s ease;
}

.jet-pin.jet-fixed {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.jet-pin.jet-fixed .site-logo img {
  height: 70px;
}

.j-but,
.j-scale,
ul.boxes-6 .jp {
  transition: all 0.5s ease;
}

.j-but:hover,
.j-scale:hover,
ul.boxes-6 .jp:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.j-but.ja-scale-in-center {
  transition: all 0.5s ease;
}

.j-but.ja-scale-in-center:hover {
  background: #643131;
}

li a {
  transition: all 0.5s ease;
}

li a:hover {
  color: #7a84e4;
}

#home-features li {
  transition: all 0.5s ease;
}

#home-features li:hover {
  background: #e0e0eb;
}

.mobile-view {
  display: none;
}

@media (max-width: 481px) {
  .mobile-view {
    display: block;
  }
  .j-box-top {
    width: 100%;
  }
  h3 {
    margin: 0 0 1rem;
  }
  #home-features .boxes-6 li,
  #home-prices .de-row .de-box,
  #home-prices .de-row .de-box3 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  #home-prices .de-row .de-box3 {
    width: 100%;
    min-width: 100%;
  }
  #jet-main {
    max-width: 100%;
    width: 100%;
  }
  #j-phone-free.jet-modal {
    top: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
    right: 20px !important;
    padding: 1rem;
  }
  html,
  body {
    font-size: 14px;
    padding: 15px;
    margin-top: 20px;
  }
  .img,
  .img-bg {
    display: none;
  }
  #jet-header .top-bar nav,
  .button-block {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80%;
    z-index: 10001;
    background: #eceff1;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 16px;
    flex-direction: column;
    justify-content: start;
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0;
    transform: translateX(-100%);
    pointer-events: none;
  }
  #jet-header .top-bar nav.isActive,
  .button-block.isActive {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
  #jet-header .top-bar nav ul,
  .button-block ul {
    flex-direction: column;
    gap: 1rem;
  }
  #home-features .boxes-6,
  #it-includes ul,
  #home-prices .de-row {
    display: flex;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: center;
  }
  #home-features .boxes-6 .de-box1,
  #home-features .boxes-6 .de-box2-3,
  #home-features .boxes-6 .de-box2,
  #home-features .boxes-6 .de-box3,
  #home-features .boxes-6 li,
  #it-includes ul .de-box1,
  #it-includes ul .de-box2-3,
  #it-includes ul .de-box2,
  #it-includes ul .de-box3,
  #it-includes ul li,
  #home-prices .de-row .de-box1,
  #home-prices .de-row .de-box2-3,
  #home-prices .de-row .de-box2,
  #home-prices .de-row .de-box3,
  #home-prices .de-row li {
    max-width: 90% !important;
    width: 90% !important;
  }
  #it-includes ul li {
    height: 40px;
    flex-grow: 0;
  }
  #it-includes ul li img {
    height: 30px;
    width: auto;
  }
  .de-box2-3 {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  .j-but {
    white-space: normal;
    text-align: center;
  }
  .j-but span {
    display: none;
  }
  .j-box,
  .j-box-top {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 16px !important;
    margin: 0 auto 20px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
    text-align: center;
  }
  h3 {
    font-size: 18px;
  }
  h3 img {
    height: 40px;
    width: 40px;
  }
  #jet-header .top-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    height: 40px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  }
  #jet-header .top-bar .site-logo img {
    height: 35px;
  }
  #jet-header .promo-box {
    margin-right: 0;
    min-height: auto;
    text-align: center;
  }
  #jet-header .promo-box .content {
    flex-direction: column;
    text-align: center;
  }
}

.jet-modal {
  display: block;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.modal-bg {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100001;
  cursor: pointer;
}

.jet-modal {
  position: fixed;
  top: 80px;
  bottom: 100px;
  left: 100px;
  right: 100px;
  background: #fff;
  z-index: 100002;
  padding: 2rem;
  overflow-y: auto;
}

.jet-modal h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}

.jet-modal h3 span {
  font-size: 22px;
  cursor: pointer;
}

.modal-in {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.jet-modal.modal-out {
  opacity: 0;
  transform: translateY(-30px);
  pointer-events: none;
}

.modal-bg.modal-out {
  opacity: 0;
  pointer-events: none;
}
