@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Archivo";
  vertical-align: top;
}

.mobmenu {
  display: none !important;
}

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

html,
body {
  background: #eaeaea;
  margin: 0;
  width: 100%;
  padding: 0;
}

.grid_main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(-webkit-max-content, 400px) 1fr;
  -ms-grid-columns: minmax(max-content, 400px) 1fr;
  grid-template-columns: minmax(-webkit-max-content, 400px) 1fr;
  grid-template-columns: minmax(max-content, 400px) 1fr;
}

.left {
  position: sticky;
  top: 0;
  z-index: 1;
  text-align: center;
  height: 100vh;
  background-size: 100%;
}
.left img.element {
  width: calc(100% + 50px) !important;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
  min-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
.left .logo {
  padding: 40px 0;
}
.left .logo img {
  width: 150px;
}
.left .buttons {
  padding-top: 50px;
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.left .buttons a.button {
  padding: 20px;
  max-width: 250px;
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.2509803922);
  display: block !important;
  width: 100%;
  margin: 5px auto;
}
.left .buttons a.button.active {
  background: rgba(255, 255, 255, 0.2509803922) !important;
}
.left .buttons a.button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.left blockquote {
  position: relative;
  max-width: 250px;
  margin: auto;
  text-align: left;
  padding: 20px;
  border-left: 2px solid rgba(255, 255, 255, 0.2509803922);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2509803922);
  color: white;
}
.left blockquote:before {
  position: absolute;
  width: 40px;
  height: 40px;
  left: -30px;
  top: -20px;
  background: url("../images/q_start.svg") no-repeat center;
  background-size: 100%;
  content: "";
}
.left blockquote:after {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -30px;
  bottom: -20px;
  background: url("../images/q_end.svg") no-repeat center;
  background-size: 100%;
  content: "";
}

.form {
  max-width: 700px;
  margin: 60px auto;
}
.form input[type=submit] {
  margin-top: 50px;
  font-size: 140%;
  padding: 20px 40px;
  border: none;
  border-radius: 5px;
  background: #24aa6e;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: white;
}
.form input[type=submit]:hover {
  background: #28bf7c;
}
.form label {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.form label span {
  font-size: 90%;
  opacity: 0.5;
}
.form label input,
.form label select,
.form label textarea {
  padding: 15px;
  resize: none;
  font-size: 120%;
  border: none;
  background: #ccc;
}

.inside_content {
  min-height: 1000px;
}
.inside_content center {
  padding: 100px 0;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.list li {
  padding: 15px;
  background: #eaeaea;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 10px solid #ccc;
  margin-bottom: 3px !important;
}

.langs {
  position: absolute;
  right: 20px;
  top: 140px;
}
.langs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: white;
}
.langs ul a {
  padding: 5px 7px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2862745098);
  color: #ffffff;
  text-decoration: none;
}

h6 {
  font-size: 500%;
  padding: 60px;
  margin: 0;
}
h6 a {
  color: orange;
  font-weight: lighter;
}

.faq_content p.active b {
  color: #2daa6e;
}
.faq_content p b {
  font-size: 200%;
  font-weight: lighter;
  cursor: pointer;
  display: block;
}
.faq_content blockquote {
  border-left: 10px solid #ccc;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0 !important;
  background: #eaeaea;
  display: none;
}
.faq_content blockquote p {
  padding: 20px !important;
  margin: 0;
  padding: 0;
}

.sat {
  max-width: 200px !important;
}

.wa {
  width: 18px;
  margin-right: 10px;
}

.content {
  padding: 30px 60px;
  background: #fff;
  border-bottom-left-radius: 40px;
  margin-bottom: 50px;
}
.content .images {
  max-width: 900px;
  margin: auto;
  margin-top: 60px;
  border-radius: 30px;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.content .images img {
  border-radius: 10px;
  width: 100%;
}
.content h3 {
  font-size: 200%;
  font-weight: lighter;
}
.content p {
  line-height: 1.6;
  font-size: 120%;
}

#testimonials {
  margin: 120px 40px 40px 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
#testimonials .testimonial_alone {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
#testimonials .testimonial_alone h4,
#testimonials .testimonial_alone h5 {
  font-weight: lighter;
  padding: 0;
  margin: 0;
}
#testimonials .testimonial_alone h4 {
  font-size: 170%;
}
#testimonials .testimonial_alone h5 {
  font-size: 120%;
  color: darkgreen;
}
#testimonials .testimonial_alone img {
  width: 110px;
  height: 110px;
  margin-left: 10px;
  margin-top: -100px;
}

nav {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  width: calc(100% - 50px);
  padding: 20px 40px 160px 40px;
  margin-left: 50px;
  position: absolute;
  left: 0;
  height: 50px;
  z-index: 10;
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
nav ul a {
  display: block;
  padding-bottom: 10px;
  color: white;
  text-decoration: none;
  font-size: 120%;
}
nav ul a.active {
  border-bottom: 2px solid #fff;
}

.body {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.body .body_content img {
  max-width: 100%;
}
.body .banner {
  position: relative;
}
.body .banner .btm_line {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 140%;
  margin-left: 120px;
  padding: 0 20px 20px 30px;
  line-height: 2;
  border-left: 20px solid rgba(255, 255, 255, 0.2509803922);
  border-top-left-radius: 30px;
}
.body .banner .banner_cover {
  background: url("../images/banner_elements_bg.png") no-repeat center top;
  background-size: 100%;
  bottom: 0;
  width: 100%;
  height: 550px;
  left: 0;
  padding-top: 200px;
  color: white;
  position: absolute;
  padding-left: 120px;
}
.body .banner .banner_cover h1,
.body .banner .banner_cover h2 {
  padding: 0;
  margin: 0;
}
.body .banner .banner_cover h1 {
  font-size: 500%;
  font-weight: normal;
  margin-bottom: 10px;
}
.body .banner .banner_cover h2 {
  font-weight: lighter;
}
.body .banner img {
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% - 50px);
  margin-left: 50px;
}
.body .steps_container {
  background: #fff;
  border-bottom-left-radius: 40px;
  padding: 50px;
}
.body .steps_container .steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
.body .steps_container .steps .step {
  position: relative;
}
.body .steps_container .steps .step .step_name {
  position: absolute;
  left: 80px;
  font-weight: bold;
  top: 24px;
}
.body .steps_container .steps .step .step_content {
  position: absolute;
  left: 80px;
}
.body .steps_container .steps .step .step_number {
  background: url("../images/galka.svg") no-repeat left;
  height: 50px;
  background-size: 60px;
  text-align: right;
  max-width: 70px;
  font-size: 200%;
  padding-top: 10px;
}
.body .steps_container .under_step_text {
  font-size: 200%;
  padding: 80px 0 10px 0;
  line-height: 1.5;
  font-weight: lighter;
}
.body .call_to_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: calc(100% - 50px);
  padding: 40px;
  background: #23AA6E;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: white;
  text-align: center;
  margin: 30px 0 30px 50px;
  font-size: 130%;
}
.body .call_to_action .cta_button {
  background: #FABE28;
  color: black;
  padding: 20px;
  display: block;
  border-radius: 10px;
  margin: auto;
  text-decoration: none;
  max-width: 250px;
}
.body #psychologist {
  margin: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.body #psychologist img {
  max-width: 300px;
  height: 300px;
}
.body #psychologist h1 {
  max-width: 600px;
  text-align: right;
  font-weight: lighter;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-size: 340%;
}
.body #psychologist p {
  max-width: 600px;
  text-align: right;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-size: 140%;
}
.body .inspiring {
  color: white;
  min-height: 1200px;
  padding: 100px;
  background: url("../images/inspiring_bg.png") no-repeat center top #06423C;
  background-size: 100%;
  margin-bottom: 140px;
}
.body .inspiring h1 {
  font-size: 500%;
  font-weight: lighter;
}
.body .inspiring h3 {
  font-weight: lighter;
  font-size: 200%;
  margin-top: 60px;
}
.body .inspiring img {
  max-width: 600px;
  border-radius: 30px;
  border-top-left-radius: 0;
}
.body .inspiring iframe {
  border: none;
  width: 100%;
  height: 500px;
  margin-top: 30px;
  margin-bottom: -150px;
}

footer {
  background: #cccccc;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 40px;
  text-align: center;
}

.inside h1.title {
  position: absolute;
  bottom: 10px;
  left: 90px;
  font-size: 400%;
  color: white;
  font-weight: lighter;
}
.inside .banner img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: 500px !important;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.grid4 ul {
  margin: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.grid4 ul li {
  background: rgba(255, 255, 255, 0.3137254902);
  padding: 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.grid4 ul li .key {
  opacity: 0.5;
  height: 40px;
  font-size: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid4 ul li .value {
  margin-top: 20px;
  font-weight: lighter;
  font-size: 300%;
}

#success_stories {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#success_stories h2 {
  margin: 0;
  padding: 0;
  font-size: 200%;
  font-weight: lighter;
}

.inside_text_block {
  padding: 40px 100px;
  margin-bottom: 40px;
}
.inside_text_block h3 {
  font-weight: lighter;
  font-size: 200%;
}
.inside_text_block p {
  line-height: 1.5;
  font-size: 120%;
}

.sub_contents {
  border-radius: 30px;
  padding: 0 20px;
  font-size: 80%;
  background: rgba(45, 170, 110, 0.1254901961);
}
.sub_contents .content {
  padding: 20px;
  background: none;
  border-radius: 20px;
  margin-bottom: 0;
  border-bottom: 2px solid #2daa6e;
}
.sub_contents .content:last-child {
  border: none !important;
}

.main_service {
  font-size: 140% !important;
}

@media screen and (max-width: 500px) {
  h6 {
    font-size: 300%;
  }
  .content {
    padding: 20px 40px;
    font-size: 90%;
  }
  .content .images {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .faq_content p.active b {
    font-weight: bold;
  }
  .faq_content p b {
    font-size: 100%;
  }
  .form {
    background: #fff;
    padding: 20px 40px;
    font-size: 90%;
    margin: 0;
  }
  .inside h1.title {
    font-size: 300%;
    left: 40px;
    bottom: 10px;
    margin: 0;
  }
  .inside .banner img {
    margin: 0 !important;
    height: 200px !important;
  }
  .grid_main {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  .call_to_action {
    border-radius: 0 !important;
    width: 100% !important;
    padding: 20px !important;
    font-size: 90% !important;
    margin: 30px 0 !important;
  }
  #testimonials {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 80px;
  }
  #success_stories h2 {
    font-size: 140%;
  }
  .under_step_text {
    font-size: 140% !important;
  }
  .body #psychologist {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 70%;
  }
  .body #psychologist > div {
    font-size: 90%;
    padding: 40px;
  }
  .body .inspiring {
    padding: 50px;
  }
  .body .inspiring h1 {
    font-size: 300%;
  }
  .body .inspiring img {
    max-width: 100%;
  }
  .body .banner .banner_cover {
    height: 470px;
    padding-top: 100px;
    font-size: 90%;
    padding-right: 20px;
    padding-left: 40px;
  }
  .body .banner .btm_line {
    font-size: 100%;
    margin-left: 10px;
  }
  .body .banner img {
    width: 100%;
    height: 550px;
    margin: 0;
    margin-bottom: 340px;
  }
  .body .steps_container .steps {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid4 ul {
    margin: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .grid4 ul li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .grid4 ul li .value {
    font-size: 150%;
  }
  .grid4 ul li .key {
    font-size: 80%;
    height: auto;
  }
  .left,
  nav {
    display: none;
  }
  footer {
    margin-top: 30px;
    padding: 10px;
    font-size: 80%;
    margin-bottom: 70px !important;
  }
  .mobmenu {
    display: -ms-grid !important;
    display: grid !important;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.71);
    padding: 0 20px;
    gap: 10px;
    -ms-grid-columns: 100px 10px 1fr 10px 50px 10px 50px;
    grid-template-columns: 100px 1fr 50px 50px;
  }
  .mobmenu .openmenu {
    width: 50px;
    height: 70px;
    background: url("../images/menu.png") no-repeat center;
    background-size: 30px;
  }
  .mobmenu a {
    color: black !important;
  }
  .mobmenu .wa {
    margin: 0;
  }
  .mobmenu .logobtm {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobmenu .logobtm img {
    width: 100%;
  }
  .mobmenu > div > a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    text-decoration: none;
    color: white;
    font-size: 100%;
  }
  .mobmenu > div > a.button {
    padding: 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1254901961);
    border-radius: 10px;
    height: 50px;
    margin: 10px 0;
  }
  .mobmenu nav {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    height: 100px;
    pointer-events: none;
    position: fixed;
    bottom: 70px;
    display: block;
    -webkit-backdrop-filter: blur(5px) !important;
            backdrop-filter: blur(5px) !important;
    background: rgba(41, 41, 41, 0.71);
    width: 100%;
    left: 0;
    margin: 0;
    display: block;
  }
  .mobmenu nav .langs_mob {
    position: absolute;
    top: -50px;
    background: rgba(41, 41, 41, 0.71);
    width: 100%;
    left: 0;
    padding: 12px;
    padding-bottom: 8px;
    left: 40px;
    width: calc(100% - 80px);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  .mobmenu nav .langs_mob ul {
    color: white;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .mobmenu nav .langs_mob ul,
  .mobmenu nav .langs_mob ul a {
    font-size: 100%;
  }
  .mobmenu nav .langs_mob ul a {
    opacity: 0.6;
  }
  .mobmenu nav.opened {
    opacity: 1;
    height: 380px;
    pointer-events: all;
  }
  .mobmenu nav ul {
    display: -ms-grid !important;
    display: grid !important;
    gap: 20px !important;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  .mobmenu nav ul a {
    color: white !important;
  }
}