@font-face {
  font-family: Marckscript;
  src: url('../fonts/MarckScript-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Arnopro Caption;
  src: url('../fonts/ArnoPro-Caption.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arnopro Display;
  src: url('../fonts/ArnoPro-Display.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arnopro Regular;
  src: url('../fonts/ArnoPro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arnopro Smbdcaption;
  src: url('../fonts/ArnoPro-SmbdCaption.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --gradient-main: #0b462c33;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

.body {
  background-color: #fff0;
  border: 1px solid #0000;
  font-family: Arnopro Smbdcaption, Verdana, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 76px;
}

.sec-1 {
  padding-bottom: 20px;
}

.container {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

._2-col-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
}

._2-col-grid.hero {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

._2-col-grid.footer {
  grid-template-columns: .75fr .75fr;
  padding-top: 30px;
  padding-bottom: 30px;
}

._2-col-grid.footer.return {
  justify-content: center;
  align-items: center;
  display: flex;
}

._2-col-grid.about-me {
  grid-template-columns: .5fr .5fr;
  padding-top: 40px;
}

._2-col-grid.why {
  margin-top: 20px;
}

.paragraph {
  color: #102b1f;
  margin-bottom: 0;
  font-family: Arnopro Smbdcaption, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}

.paragraph.hero {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph.about-me {
  font-family: Arnopro Smbdcaption, Verdana, sans-serif;
}

.text-wrapper {
  flex-flow: column;
  padding-top: 0;
}

.image-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.heading {
  color: #102b1f;
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  font-size: 60px;
  line-height: 62px;
}

.heading.green {
  color: #076c3f;
  text-align: center;
  margin-bottom: 0;
  padding-top: 30px;
  font-size: 60px;
  line-height: 62px;
}

.heading.margin {
  text-align: center;
  display: none;
}

.heading.center {
  text-align: center;
  font-family: Arnopro Smbdcaption, Verdana, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 68px;
}

.heading.problems {
  text-align: center;
  padding-left: 20px;
}

.heading.price {
  text-align: center;
}

.heading.hero_head {
  justify-content: flex-start;
  padding-top: 30px;
  display: block;
}

.main-menu-phone {
  color: #102b1f;
  padding-top: 5px;
  padding-left: 10px;
  font-family: Arnopro Smbdcaption, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.msngr-link {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
  text-decoration: none;
}

.main-menu-link {
  color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: Arnopro Caption, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.main-menu-link._1 {
  display: none;
}

.phone-wrapper {
  flex-flow: row;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 20px;
}

.brand-text {
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  padding-top: 5px;
  font-weight: 600;
  display: flex;
}

.image38 {
  color: #102b1f;
}

.brand {
  justify-content: flex-start;
  align-items: center;
}

.menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
}

.logo-text {
  color: #076c3f;
  margin-left: 6px;
  font-size: 28px;
  font-weight: 600;
  line-height: 29px;
}

.logo-text.white {
  color: #102b1f;
  font-size: 28px;
  line-height: 29px;
}

.main-menu-msngrs {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  line-height: 20px;
  display: block;
}

.main-menu-msngrs.mobile.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.main-menu {
  z-index: 999;
  color: #01010100;
  background-color: #ddd0;
  padding-top: 40px;
  padding-bottom: 20px;
  position: static;
  top: 0;
}

.insta {
  color: #102b1f;
}

.menu-container {
  max-width: 1180px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.menu-container.hero-menu {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  max-width: 92vw;
  display: block;
}

.image-40 {
  color: #102b1f;
}

.nav-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #229438;
  border-radius: 20px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 10px auto 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
  position: static;
  inset: 347px auto 0% 0%;
}

.nav-cta.main {
  text-align: center;
  background-color: #bd6800;
  border-radius: 40px;
  flex: 1;
  width: 350px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 26px;
  display: block;
}

.nav-cta.price {
  text-align: center;
  background-color: #bd6800;
  font-size: 14px;
  line-height: 30px;
}

.nav-cta.problem {
  text-align: center;
  background-color: #bd6800;
  border-radius: 20px;
  margin: 30px 24px 20px;
  font-size: 10px;
  display: block;
}

.nav-cta.returt {
  text-align: left;
  justify-content: center;
  width: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  display: inline-block;
}

.nav-cta.returt.w--current {
  text-align: center;
  width: auto;
  margin-top: auto;
  margin-bottom: 0;
  display: inline-block;
}

.nav-cta.returt.orange {
  background-color: #d66622;
}

.nav-cta-text {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arnopro Regular, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.nav-cta-text.problem {
  font-family: Arnopro Smbdcaption, Verdana, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.benefits-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.benefits-wrapper._1 {
  display: none;
}

.benefits-wrapper._2 {
  margin-top: 20px;
  display: none;
}

.benefit {
  margin-top: 10px;
  margin-left: 5px;
  display: flex;
}

.benefit-text {
  color: #102b1f;
  padding-left: 5px;
  font-size: 20px;
  line-height: 28px;
}

.sec-2 {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--gradient-main), white 54%);
  padding-top: 60px;
}

.h2 {
  color: #076c3f;
  text-align: center;
  font-family: Arnopro Regular, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

._4-col-grid {
  margin-top: 50px;
}

.exp-text {
  margin-top: -30px;
  font-family: Arnopro Smbdcaption, Verdana, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-block-8, .text-block-9 {
  color: #076c3f;
  font-size: 40px;
  line-height: 66px;
}

.sec-4 {
  background-color: #fff;
  padding-bottom: 60px;
  display: none;
}

.quote-text {
  text-align: center;
  padding-top: 60px;
  font-family: Arnopro Caption, Verdana, sans-serif;
  font-size: 42px;
  line-height: 50px;
}

.image-41 {
  padding-top: 200px;
}

.image-42 {
  width: 500px;
  margin-left: 100px;
}

.sec-5 {
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--gradient-main), #fff 56%);
  padding-top: 60px;
}

.problem-heading {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Arnopro Smbdcaption, Verdana, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.problem-text {
  padding-top: 22px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Arnopro Smbdcaption, Verdana, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.problem-wrapper {
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.image-problem {
  text-align: center;
}

.problem-image {
  text-align: center;
  padding-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.problem-silving-bclock {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: block;
}

.solving-text {
  padding-top: 30px;
  padding-left: 24px;
  font-size: 22px;
  line-height: 30px;
}

.bullet-bird {
  padding-top: 26px;
  padding-left: 5px;
}

._3-col-grid {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-top: 48px;
  display: grid;
}

._3-col-grid.problems {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  padding-top: 0;
}

._3-col-grid.footer {
  grid-template-columns: .5fr .5fr .5fr;
  padding-top: 50px;
  display: flex;
}

.sec-6 {
  padding-top: 60px;
}

.price-wrapper {
  background-image: linear-gradient(#e6efe9, #fff 72%);
  margin-top: 50px;
  padding-bottom: 120px;
  padding-left: 70px;
  padding-right: 70px;
}

.service-text {
  font-family: Arnopro Smbdcaption, Verdana, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.sec-7 {
  background-image: radial-gradient(circle at 50% 100%, #e6efe91a, #fff);
  padding-top: 40px;
}

.sec-8 {
  background-color: #102b1f;
  width: 100vw;
  max-width: 100%;
  display: block;
}

._2-col.return {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec-9 {
  padding-top: 40px;
}

.image-45 {
  margin-top: 60px;
}

.heading2 {
  text-align: left;
  font-family: Arnopro Smbdcaption, Verdana, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 62px;
}

.heading2.center {
  text-align: center;
  padding-bottom: 20px;
  line-height: 62px;
}

.heading2.form {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Arnopro Smbdcaption, Verdana, sans-serif;
  font-weight: 600;
  line-height: 62px;
}

.paragraph-3 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Arnopro Caption, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.text-block-14 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 26px;
}

.sec-faq {
  padding-top: 40px;
}

.question-text {
  color: #102b1f;
  font-size: 22px;
  line-height: 56px;
}

.card-header {
  background-image: url('../images/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
  flex-flow: row;
  height: 150px;
  display: none;
}

.card {
  color: #b8b9c2;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.arrow-left {
  width: 50px;
  height: 50px;
  inset: auto auto 0% 0%;
}

.carousel-slider._3 {
  right: 380px;
}

.carousel-slider._3.feed {
  right: -60px;
}

.carousel-slider._8 {
  right: 1060px;
}

.carousel-slider._8.feed {
  right: -210px;
}

.carousel-slider._8._1 {
  right: 1180px;
}

.carousel-slider._4 {
  right: 520px;
}

.carousel-slider._4.feed {
  right: -90px;
}

.carousel-slider._2 {
  right: 240px;
}

.carousel-slider._2.feed {
  right: -30px;
}

.carousel-slider._7 {
  right: 940px;
}

.carousel-slider._7.feed {
  right: -180px;
}

.carousel-slider._5 {
  right: 660px;
}

.carousel-slider._5.feed {
  right: -120px;
}

.carousel-slider._6 {
  right: 800px;
}

.carousel-slider._6.feed {
  right: -150px;
}

.carousel-slider.diploma {
  left: -90px;
}

.carousel-slider.feed._1 {
  left: auto;
}

.carousel-mask {
  width: 40%;
  overflow: visible;
}

.arrow-right {
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  font-size: 20px;
  line-height: 20px;
}

.card-body-2 {
  flex-flow: row;
  height: 100%;
  padding: 30px;
  display: flex;
}

.slider {
  background-image: linear-gradient(0deg, #e6efe9, #fff 40%);
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 100px;
  overflow: hidden;
}

.slider.diploma {
  background-image: none;
  padding-top: 60px;
  padding-bottom: 40px;
}

.slider.feedback {
  padding-bottom: 60px;
}

.container-3 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-4 {
  color: #000;
  padding-left: 20px;
  font-family: Arnopro Smbdcaption, Verdana, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.image-47 {
  align-self: flex-start;
}

.card-header-2 {
  background-image: url('../images/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.card-header-2.diploma {
  background-image: url('../images/Master500.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 353px;
}

.card-header-2.diploma._1 {
  background-size: cover;
  width: 300px;
  height: 210px;
}

.card-header-2.diploma._2 {
  background-image: url('../images/Bechelors500.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 210px;
}

.card-header-2.diploma._3 {
  background-image: url('../images/FreudIn500.jpg');
  width: 300px;
  height: 210px;
}

.card-header-2.diploma._4 {
  background-image: url('../images/PPS500.jpg');
  width: 300px;
  height: 210px;
}

.card-header-2.diploma._5 {
  background-image: url('../images/INP500.jpg');
  width: 300px;
  height: 210px;
}

.card-header-2.diploma._6 {
  background-image: url('../images/SES500.jpg');
  width: 300px;
  height: 210px;
}

.card-header-2.diploma._7 {
  background-image: url('../images/INPStart500.jpg');
  width: 300px;
  height: 210px;
}

.card-header-2.diploma._8 {
  background-image: url('../images/BaseINP500.jpg');
  width: 300px;
  height: 210px;
}

.card-header-2.diploma._8._1 {
  background-image: url('../images/finalINP500_1.avif');
}

.card-2 {
  color: #b8b9c2;
  background-color: #3f4046;
  border-radius: 5px;
  width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.card-2.diploma {
  width: 300px;
  height: auto;
}

.card-body {
  height: 100%;
  padding: 30px;
  display: block;
}

.card-body.diploma {
  display: none;
}

.container-4 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn:hover {
  background-color: #213ea0;
}

.slide-nav {
  font-size: 20px;
  display: none;
}

.slide-nav-2 {
  display: none;
}

.consult-navcta-wrapper {
  text-align: center;
}

.explain-text {
  margin-top: 20px;
  font-size: 20px;
  line-height: 26px;
}

.price-text {
  font-size: 28px;
  line-height: 28px;
}

.sec-footer {
  background-color: #102b1f;
}

.footer-text-wrapper {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.footer-map-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: block;
}

.footer-map-wrapper.return {
  display: none;
}

.heading3 {
  color: #fff;
}

.heading3.right {
  color: #fff;
  text-align: right;
}

.phone-text {
  color: #ffffffb3;
  font-family: Arnopro Smbdcaption, Verdana, sans-serif;
  font-size: 20px;
  line-height: 16px;
}

.link {
  color: #fff;
  font-family: Arnopro Caption, Verdana, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.privacy-footer-wrapper {
  border-top: 1px solid #c3cac7;
  margin-top: 80px;
}

.privacy-text {
  color: #fff;
  font-family: Arnopro Caption, Verdana, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.footer-menu-wrapper {
  padding-top: 0;
  display: flex;
}

.footer-menu-wrapper.return {
  display: none;
}

.footer-msngr-wrapper {
  color: #fff;
  text-align: center;
  background-color: #fff3;
  border-radius: 20px;
  width: 152px;
  height: 44px;
  margin-left: 10px;
  font-family: Arnopro Smbdcaption, Verdana, sans-serif;
  font-size: 22px;
  line-height: 44px;
}

.msngs-footer-button {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
}

.footer-menu-link {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Arnopro Caption, Verdana, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.footer-menu-link.w--current {
  font-size: 15px;
}

.image-50 {
  padding-top: 0;
}

.form-image {
  padding-left: 0;
  padding-right: 0;
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.code-embed {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  max-width: 100%;
  max-height: none;
  display: flex;
}

.accordion_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.accordion.hiden {
  display: none;
}

.accordion_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion_panel {
  display: none;
}

.question-amswer {
  color: #102b1f;
  font-family: Arnopro Regular, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.feed-image {
  width: 120px;
  height: 120px;
  max-height: 100%;
  display: block;
}

.embeded-code-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-cta-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mobile-menu {
  text-align: center;
  align-self: center;
  width: auto;
  margin-top: 10px;
  margin-left: 40px;
  display: none;
}

.mobile-menu.tablet {
  display: none;
}

.text-block-7 {
  color: #fff;
  margin-top: 4px;
  font-weight: 700;
}

.msngr-link-2 {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.container-5 {
  margin-top: 0;
  display: flex;
}

.text-block-15 {
  color: #102b1f;
  margin-top: 4px;
  font-weight: 700;
}

.container-6 {
  margin-top: auto;
}

.msngr-link-3 {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.add-text-wrapper {
  align-self: flex-start;
  margin-left: 8px;
}

.main-menu-link-2 {
  color: #fff;
  flex: 0 auto;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
}

.main-menu-link-2.w--current {
  color: #102b1f;
  font-family: Arnopro Caption, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.brand-text-2 {
  color: #061c3d;
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  font-size: 32px;
  font-weight: 700;
  display: block;
}

.brand-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.nav-cta-text-2 {
  font-size: 18px;
  line-height: 52px;
}

.h1 {
  color: #45b44f;
  margin-top: 60px;
  font-size: 31px;
  font-weight: 700;
  line-height: 41px;
  display: block;
  position: static;
}

._2-col-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

._2-col-grid-2.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 20px;
}

._2-col-grid-2.hero.return {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-items: center;
}

.logo-wrapper {
  align-self: auto;
  font-family: Arnopro Smbdcaption, Verdana, sans-serif;
  display: flex;
}

.content-wrapper.return {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.menu-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.short-p {
  color: #010101;
  flex: 0 auto;
  align-self: auto;
  height: auto;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.short-p.white {
  color: #fff;
  margin-top: 26px;
  font-size: 20px;
  line-height: 26px;
  position: static;
  top: 197px;
}

.short-p.white.return {
  color: #102b1f;
  margin-top: 50px;
}

.sec1 {
  background-color: #010101;
}

.sec1.return {
  background-color: #fff;
  padding-bottom: 40px;
}

.logo-text-2 {
  color: #076c3f;
  margin-left: 6px;
  font-size: 26px;
  font-weight: 700;
  line-height: 27px;
}

.logo-text-2.white {
  color: #333;
}

.main-menu-msngrs-2 {
  text-align: center;
  align-self: center;
  width: auto;
  margin-top: 10px;
  margin-left: 40px;
  display: block;
}

.main-menu-msngrs-2.tablet {
  display: none;
}

.main-menu-2 {
  z-index: 999;
  color: #010101;
  background-color: #010101;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  position: static;
  top: 0;
}

.main-menu-2.return {
  background-color: #fff;
  border-bottom-style: none;
}

.image-39 {
  display: block;
}

.bold-text-8 {
  color: #102b1f;
  font-family: Arnopro Smbdcaption, Verdana, sans-serif;
}

.container-7 {
  max-width: 1180px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.container-7.return {
  margin-left: auto;
  margin-right: auto;
}

.add-text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 15px;
}

.bold-text-9 {
  color: #102b1f;
  font-family: Arnopro Caption, Verdana, sans-serif;
}

.adres-text.white {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  font-size: 21px;
  line-height: 28px;
}

.alt-motivation-text {
  color: #102b1f;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
}

.bold-text-10 {
  padding-top: 30px;
  display: block;
}

.container-8 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-btn-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: none;
}

.video-btn {
  background-color: #076c3f;
  border-radius: 20px;
  padding: 12px 20px;
  font-family: Arnopro Regular, Verdana, sans-serif;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
}

.text-block-16 {
  color: #fff;
  font-size: 24px;
  line-height: 25px;
  text-decoration: none;
}

.bold-text-12 {
  justify-content: center;
  font-family: Arnopro Regular, Verdana, sans-serif;
  font-size: 48px;
  line-height: 52px;
  display: block;
}

.bold-text-13 {
  text-align: left;
  padding-top: 20px;
  font-family: Arnopro Regular, Verdana, sans-serif;
  font-size: 60px;
  line-height: 58px;
  display: block;
}

.italic-text {
  font-family: Arnopro Smbdcaption, Verdana, sans-serif;
  font-size: 28px;
}

.text-block-17 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
}

.text-span, .bold-text-14, .bold-text-15, .bold-text-16 {
  font-family: Arnopro Smbdcaption, Verdana, sans-serif;
}

@media screen and (min-width: 1280px) {
  .container {
    width: 1180px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    width: 1320px;
  }

  .menu-container.hero-menu {
    max-width: 1320px;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    color: #102b1f;
  }

  ._2-col-grid {
    grid-template-columns: .5fr .75fr;
  }

  ._2-col-grid.footer {
    grid-template-columns: .5fr .5fr;
    padding-top: 55px;
  }

  ._2-col-grid.about-me {
    padding-top: 80px;
  }

  ._2-col-grid.why {
    grid-template-columns: 1.5fr .75fr;
  }

  .logo-text {
    font-size: 38px;
  }

  .menu-container.hero-menu {
    width: 1320px;
  }

  ._3-col-grid.footer {
    grid-template-columns: .5fr .5fr .5fr;
    padding-top: 40px;
    display: flex;
  }

  .sec-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .heading2 {
    text-align: left;
    line-height: 68px;
    display: block;
  }

  .heading2.form {
    text-align: left;
  }

  .sec-faq {
    padding-bottom: 120px;
  }

  .sec-footer {
    background-color: #102b1f;
  }

  .footer-text-wrapper {
    padding-top: 60px;
  }

  .footer-map-wrapper.return {
    display: block;
  }

  .heading3 {
    color: #fff;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading3.right {
    text-align: right;
  }

  .phone-text {
    color: #fff6;
    font-size: 17px;
  }

  .phone {
    color: #fff;
  }

  .form {
    padding-bottom: 30px;
  }

  .div-block {
    display: flex;
  }

  .text-block-15 {
    color: #102b1f;
  }

  .main-menu-2.return {
    border-bottom-style: none;
    border-bottom-width: 0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 720px;
    max-width: 100%;
  }

  ._2-col-grid.hero {
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: .75fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._2-col-grid.footer {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
  }

  ._2-col-grid.about-me {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  ._2-col-grid.why {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .paragraph {
    text-align: left;
    font-size: 18px;
  }

  .paragraph.about-me {
    text-align: left;
  }

  .text-wrapper {
    text-align: center;
    padding-top: 0;
  }

  .image-wrapper {
    display: none;
  }

  .heading, .heading.green {
    text-align: center;
    font-size: 50px;
    line-height: 50px;
  }

  .heading.center {
    font-size: 50px;
    line-height: 50px;
  }

  .main-menu-phone.mobile {
    padding-top: 0;
    padding-left: 0;
  }

  .msngr-link.mobile {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-2, .main-menu-link._1 {
    display: none;
  }

  .phone-wrapper {
    display: block;
  }

  .phone-wrapper.mobile {
    margin-top: 21px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .brand {
    margin-top: 10px;
    margin-left: 0;
    margin-right: auto;
  }

  .menu-button {
    padding: 10px;
    display: none;
  }

  .menu-button.w--open {
    color: #010101;
  }

  .menu {
    background-color: #010101;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .main-menu-msngrs {
    display: block;
  }

  .main-menu-msngrs.mobile {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }

  .main-menu-msngrs.mobile.footer {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .main-menu {
    padding-top: 10px;
    padding-bottom: 20px;
    display: block;
  }

  .menu-container {
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .menu-container.hero-menu {
    width: auto;
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
    display: none;
  }

  .nav-cta {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-cta.main {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .nav-cta.price {
    margin-bottom: 0;
  }

  .nav-cta.problem {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-cta-text {
    padding-left: 0;
    padding-right: 0;
    font-family: Arnopro Smbdcaption, Verdana, sans-serif;
    font-size: 18px;
  }

  .benefits-wrapper._1, .benefits-wrapper._2 {
    justify-content: center;
    align-items: center;
  }

  .sec-2 {
    padding-top: 60px;
  }

  ._4-col-grid.padding50 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 30px;
  }

  .exp-text {
    margin-top: auto;
  }

  .text-block-8, .text-block-9 {
    font-size: 50px;
    line-height: 50px;
  }

  .sec-4 {
    padding-bottom: 20px;
  }

  ._3-col {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quote-text {
    padding-top: 40px;
    font-size: 38px;
    line-height: 46px;
  }

  .image-42 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sec-5 {
    padding-top: 60px;
  }

  .problem-heading {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .problem-text {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .problem-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .solving-text {
    font-size: 20px;
    line-height: 20px;
  }

  ._3-col-grid.price {
    display: flex;
  }

  ._3-col-grid.problems {
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._3-col-grid.footer {
    padding-top: 20px;
    display: none;
  }

  .sec-6 {
    padding-top: 60px;
  }

  .price-wrapper {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 20px 60px;
  }

  .service-text {
    font-size: 24px;
    line-height: 26px;
  }

  .sec-7 {
    padding-top: 40px;
  }

  ._2-col {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .sec-9 {
    padding-top: 40px;
  }

  .heading2 {
    text-align: center;
    font-size: 50px;
    line-height: 50px;
  }

  .heading2.center {
    padding-bottom: 20px;
  }

  .heading2.form {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 50px;
    line-height: 10px;
  }

  .paragraph-3 {
    font-size: 22px;
    line-height: 28px;
  }

  .text-block-14 {
    font-size: 22px;
  }

  .sec-faq {
    padding-top: 20px;
  }

  .question-text {
    font-size: 22px;
    line-height: 36px;
  }

  .carousel-slider._3 {
    right: -80px;
  }

  .carousel-slider._8 {
    right: -280px;
  }

  .carousel-slider._8._1 {
    right: -320px;
  }

  .carousel-slider._4 {
    right: -120px;
  }

  .carousel-slider._2 {
    right: -40px;
  }

  .carousel-slider._7 {
    right: -240px;
  }

  .carousel-slider._5 {
    right: -160px;
  }

  .carousel-slider._6 {
    right: -200px;
  }

  .carousel-slider.diploma {
    left: auto;
  }

  .carousel.is_contained, .carousel.is_contained.diploma {
    padding-bottom: 60px;
  }

  .card-body-2 {
    flex-flow: column;
    padding: 10px;
  }

  .slider.diploma {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .slider.feedback {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .paragraph-4 {
    margin-bottom: auto;
    padding: 10px;
    font-size: 15px;
    line-height: 18px;
    display: block;
  }

  .srvice-wrapper {
    flex-flow: column;
    flex: 1;
    display: flex;
  }

  .consult-navcta-wrapper {
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    display: flex;
  }

  .explain-text {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .price-text {
    font-size: 24px;
    line-height: 26px;
  }

  .footer-text-wrapper {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .footer-map-wrapper, .quote-photo-wrapper._1, .quote-photo-wrapper._2 {
    display: none;
  }

  .quote-text-wrapper {
    flex: 1;
  }

  .heading3 {
    margin-top: 10px;
    font-size: 32px;
    line-height: 32px;
  }

  .heading3.right {
    margin-top: 10px;
  }

  .privacy-footer-wrapper {
    margin-top: 20px;
  }

  .footer-menu-wrapper {
    display: none;
  }

  ._2-col-form {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-image {
    display: none;
  }

  .form {
    text-align: center;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .code-embed {
    margin-left: auto;
    margin-right: auto;
  }

  .accordion_panel {
    display: none;
  }

  .accordion-arrow {
    max-width: 85%;
  }

  .feed-image {
    width: 90px;
    max-width: none;
    height: 90px;
    padding: 10px;
    display: block;
  }

  .image-52 {
    max-width: 50%;
    max-height: 49%;
    padding: 10px;
  }

  .nav-cta-wrapper {
    margin-top: 20px;
    display: flex;
  }

  .mobile-menu {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .mobile-menu.tablet {
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    margin-left: auto;
    display: block;
  }

  .phone-wrapper-2 {
    display: block;
  }

  .image-38 {
    margin-top: 60px;
  }

  .container-5 {
    margin-top: auto;
  }

  .text-block-15 {
    color: #333;
  }

  .container-6 {
    margin-top: auto;
  }

  .image-wrapper-2 {
    display: none;
  }

  .image-wrapper-2.hero {
    display: block;
  }

  .brand-2 {
    margin-top: 10px;
    margin-left: 0;
    margin-right: auto;
  }

  .h1 {
    clear: right;
    margin-top: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  ._2-col-grid-2 {
    grid-template-columns: 1fr;
    margin-left: 30px;
    margin-right: 30px;
  }

  ._2-col-grid-2.hero {
    grid-template-columns: 1fr 1fr;
    margin-left: 30px;
    margin-right: 30px;
  }

  .content-wrapper {
    padding-left: 0;
  }

  .menu-2 {
    background-color: #010101;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .short-p.white {
    margin-top: 14px;
    font-size: 15px;
  }

  .short-p.white.return {
    font-size: 20px;
  }

  .main-menu-msngrs-2 {
    display: none;
  }

  .main-menu-msngrs-2.tablet {
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    margin-left: auto;
    display: block;
  }

  .container-7 {
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .container-7.hero-menu {
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
  }

  .alt-motivation-text {
    font-size: 22px;
  }

  .bold-text-10 {
    font-size: 20px;
  }

  .bold-text-11, .bold-text-13 {
    text-align: center;
  }

  .text-block-17 {
    font-size: 17px;
    line-height: 60px;
  }

  .bold-text-17 {
    line-height: 47px;
  }
}

@media screen and (max-width: 767px) {
  ._2-col-grid.about-me, .text-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 36px;
    line-height: 40px;
  }

  .heading.green {
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 40px;
  }

  .heading.margin, .heading.center, .heading.problems, .heading.price {
    font-size: 36px;
    line-height: 40px;
  }

  .icon-2 {
    display: none;
  }

  .brand-text {
    margin-top: 0;
  }

  .brand {
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: none;
  }

  .menu-button {
    display: none;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .main-menu-msngrs {
    display: none;
  }

  .main-menu-msngrs.mobile {
    display: block;
  }

  .main-menu {
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    display: block;
    position: static;
  }

  .menu-container {
    text-align: center;
    display: block;
  }

  .menu-container.hero-menu {
    justify-content: center;
    align-items: center;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-cta {
    width: 400px;
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .nav-cta.main {
    width: auto;
    min-width: 250px;
  }

  .nav-cta.price {
    width: auto;
    min-width: 250px;
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-cta.returt {
    margin-top: 20px;
  }

  .nav-cta-text {
    flex-flow: column;
    font-size: 20px;
  }

  .benefit-text {
    padding-left: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .sec-2 {
    padding-top: 40px;
  }

  .text-block-8, .text-block-9 {
    font-size: 40px;
    line-height: 40px;
  }

  .quote-text {
    padding-top: 20px;
    font-size: 36px;
    line-height: 40px;
  }

  .sec-5 {
    padding-top: 30px;
  }

  .problem-heading {
    padding-top: 20px;
  }

  .problem-text {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .problem-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .problem-image {
    padding-top: 0;
  }

  .problem-silving-bclock {
    justify-content: center;
    align-items: center;
  }

  .solving-text {
    padding-top: 10px;
    padding-left: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .bullet-bird {
    padding-top: 3px;
    padding-left: 3px;
  }

  ._3-col-grid.price {
    flex-flow: column;
    padding-top: 20px;
  }

  ._3-col-grid.problems {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 10px;
  }

  .sec-6 {
    padding-top: 40px;
  }

  .service-text {
    font-size: 28px;
    line-height: 28px;
  }

  .heading2 {
    font-size: 36px;
    line-height: 40px;
  }

  .heading2.center {
    line-height: 40px;
  }

  .heading2.form {
    margin-top: 0;
    font-size: 38px;
    line-height: 40px;
  }

  .paragraph-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider._8._1 {
    right: -72%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-mask {
    width: 60%;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .srvice-wrapper {
    justify-content: center;
    align-items: center;
  }

  .consult-navcta-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .explain-text {
    text-align: center;
    font-size: 20px;
  }

  .price-text {
    font-size: 28px;
    line-height: 28px;
  }

  .heading3 {
    font-size: 28px;
    line-height: 30px;
  }

  .link {
    font-size: 20px;
    line-height: 24px;
  }

  .msngs-footer-button {
    font-size: 22px;
    line-height: 33px;
  }

  .accordion_wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feed-image {
    width: 110px;
    height: 110px;
  }

  .mobile-menu {
    display: block;
  }

  .mobile-menu.tablet {
    margin-right: 30px;
    display: block;
  }

  .image-38 {
    display: block;
  }

  .text-block-15 {
    color: #333;
  }

  .image-wrapper-2, .image-wrapper-2.hero {
    display: none;
  }

  .brand-text-2 {
    margin-top: 0;
  }

  .brand-2 {
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .h1 {
    margin-top: 5px;
  }

  ._2-col-grid-2 {
    grid-template: "."
    / 1fr;
    grid-auto-flow: row;
    margin-left: auto;
    margin-right: auto;
  }

  ._2-col-grid-2.hero {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .content-wrapper {
    margin-top: 20px;
    display: block;
    overflow: visible;
  }

  .short-p.white {
    text-align: center;
    margin-top: 28px;
    font-size: 17px;
  }

  .short-p.white.return {
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 20px;
  }

  .main-menu-msngrs-2 {
    display: none;
  }

  .main-menu-msngrs-2.tablet {
    margin-right: 30px;
    display: block;
  }

  .main-menu-2 {
    z-index: 999;
    background-color: #010101;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    display: block;
    position: static;
  }

  .bold-text-8 {
    font-size: 28px;
  }

  .container-7 {
    text-align: center;
    display: block;
  }

  .container-7.hero-menu {
    justify-content: center;
    align-items: center;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  ._2-col-grid.footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .paragraph.about-me {
    text-align: left;
  }

  .heading {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    font-size: 32px;
    line-height: 38px;
  }

  .heading.green {
    font-size: 32px;
    line-height: 36px;
  }

  .heading.margin {
    font-size: 32px;
    line-height: 30px;
  }

  .heading.center, .heading.problems, .heading.price {
    font-size: 32px;
    line-height: 36px;
  }

  .main-menu-phone {
    margin-top: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .main-menu-phone.mobile {
    font-size: 22px;
    line-height: 22px;
    text-decoration: none;
  }

  .msngr-link {
    margin-top: 20px;
    margin-right: 0;
  }

  .msngr-link.mobile.footer {
    margin-top: 0;
  }

  .icon-2 {
    display: none;
  }

  .main-menu-link._1, .phone-wrapper {
    display: block;
  }

  .phone-wrapper.mobile {
    margin-top: auto;
  }

  .phone-wrapper.email {
    display: none;
  }

  .brand-text {
    font-size: 30px;
  }

  .brand {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: none;
  }

  .menu-button {
    display: none;
  }

  .menu {
    justify-content: center;
    display: none;
  }

  .logo-text, .logo-text.white {
    font-weight: 600;
  }

  .main-menu-msngrs {
    display: block;
  }

  .main-menu-msngrs.mobile {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .main-menu-msngrs.mobile.footer {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .main-menu {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 0;
    display: block;
  }

  .menu-container {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-container.hero-menu {
    align-self: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-cta {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
  }

  .nav-cta.main {
    width: auto;
    min-width: 240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-cta.price {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-width: 210px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-cta.problem {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-cta.returt {
    margin-top: 10px;
    margin-right: auto;
  }

  .nav-cta-text {
    font-size: 18px;
    line-height: 26px;
  }

  .benefit-text {
    font-size: 18px;
    line-height: 24px;
  }

  .sec-2 {
    padding-top: 30px;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .text-block-8, .text-block-9 {
    font-size: 30px;
    line-height: 36px;
  }

  .quote-text {
    padding-top: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .problem-heading {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .problem-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 19px;
    line-height: 22px;
  }

  .problem-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .solving-text {
    font-size: 20px;
  }

  .bullet-bird {
    flex: 0 auto;
    padding-top: 3px;
    padding-left: 2px;
  }

  ._3-col-grid.price {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  ._3-col-grid.problems {
    margin-top: 20px;
    padding-top: 0;
  }

  ._3-col-grid.footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr;
    grid-auto-columns: 1fr;
    padding-top: 10px;
    display: none;
  }

  .sec-6 {
    padding-top: 20px;
  }

  .price-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-text {
    font-size: 26px;
    line-height: 26px;
  }

  .heading2 {
    margin-top: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .heading2.center {
    margin-bottom: 0;
    line-height: 36px;
  }

  .heading2.form {
    margin-top: 0;
    padding-top: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-3 {
    margin-top: 20px;
    font-size: 22px;
  }

  .text-block-14 {
    line-height: 28px;
  }

  .sec-faq {
    padding-top: 40px;
  }

  .question-text {
    font-size: 20px;
    line-height: 26px;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._3, .carousel-slider._8, .carousel-slider._8._1, .carousel-slider._4, .carousel-slider._2, .carousel-slider._7, .carousel-slider._5, .carousel-slider._6 {
    right: 0%;
  }

  .carousel-mask {
    width: 100%;
  }

  .carousel.is_contained {
    padding-bottom: 20px;
  }

  .card-body-2, .card-body {
    padding: 20px;
  }

  .consult-navcta-wrapper {
    justify-content: center;
    align-items: center;
    min-width: auto;
  }

  .explain-text {
    font-size: 18px;
    line-height: 24px;
  }

  .price-text {
    font-size: 26px;
    line-height: 26px;
  }

  .footer-text-wrapper {
    flex-flow: column;
    display: flex;
  }

  .footer-msngr-wrapper {
    width: 100px;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .form {
    padding-bottom: 30px;
  }

  .accordion_header {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .accordion_panel {
    display: none;
  }

  .question-amswer {
    font-size: 18px;
  }

  .mobile-menu {
    display: block;
  }

  .mobile-menu.tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 20px;
    display: block;
  }

  .text-block-7 {
    margin-top: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .msngr-link-2 {
    margin-top: 20px;
    margin-right: 0;
  }

  .phone-wrapper-2 {
    display: block;
  }

  .container-5 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-15 {
    color: #333;
    margin-top: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .container-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .msngr-link-3 {
    margin-top: 20px;
    margin-right: 0;
  }

  .image-wrapper-2 {
    display: none;
  }

  .brand-text-2 {
    font-size: 30px;
  }

  .brand-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: flex;
  }

  .nav-cta-text-2 {
    font-size: 16px;
    line-height: 42px;
  }

  .h1 {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 31px;
  }

  ._2-col-grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  ._2-col-grid-2.hero {
    flex-flow: column;
    grid-auto-flow: row;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .content-wrapper.return {
    margin-left: 30px;
    margin-right: 30px;
  }

  .menu-2 {
    justify-content: center;
    display: block;
  }

  .short-p {
    font-size: 15px;
  }

  .short-p.white {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .short-p.white.return {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .logo-text-2, .logo-text-2.white {
    font-weight: 600;
  }

  .main-menu-msngrs-2.tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 20px;
    display: block;
  }

  .main-menu-2 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .main-menu-2.return {
    display: flex;
  }

  .bold-text-8 {
    font-size: 24px;
  }

  .container-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-7.hero-menu {
    align-self: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .add-text {
    font-size: 20px;
    line-height: 15px;
  }

  .bold-text-12 {
    font-size: 44px;
  }

  .bold-text-13 {
    font-size: 44px;
    line-height: 52px;
  }

  .italic-text {
    line-height: 36px;
  }

  .text-block-17 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 60px;
  }
}

#w-node-e81c2013-2c22-3062-6cfc-edba9a6ee006-d5667d91 {
  justify-self: end;
}

#w-node-_112e8e84-4ec6-b95c-3e44-490541409ef8-d5667d91 {
  justify-self: center;
}

#w-node-bd60516c-11f5-a7de-9e94-16cdc042de2f-d5667d91, #w-node-bec34306-a415-cc02-7c0d-69246cd62626-d5667d91 {
  place-self: center;
}

#w-node-_4d04c021-ff05-8afc-7817-362bc0574ebe-d5667d91 {
  justify-self: end;
}

#w-node-_458186ca-ced5-ce76-ea01-47f149ce3efc-d5667d91 {
  align-self: center;
}

#w-node-f7716007-f472-0a9f-f728-8d8583725f17-d5667d91 {
  place-self: center;
}

#w-node-_1826e1a1-998f-3548-08c9-3cca345aaf1b-d5667d91, #w-node-_0c208d1b-c5c4-d0a3-af51-23bf9c4d9192-d5667d91 {
  align-self: center;
}

#w-node-_9c40a773-ec06-c159-2999-e8d311278d52-d5667d91 {
  place-self: center end;
}

#w-node-_65a4f8f4-748f-9cb1-7b94-5032ed074223-51da502d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-faf3c47b-a574-41ca-0131-78bdb073ad45-51da502d {
  align-self: center;
}

#w-node-faf3c47b-a574-41ca-0131-78bdb073ad48-51da502d {
  place-self: center;
}

#w-node-faf3c47b-a574-41ca-0131-78bdb073ad4b-51da502d, #w-node-faf3c47b-a574-41ca-0131-78bdb073ad52-51da502d {
  align-self: center;
}

#w-node-faf3c47b-a574-41ca-0131-78bdb073ad55-51da502d {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_1b749b7a-b489-8a12-691e-26aa65d3694a-d5667d91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0c208d1b-c5c4-d0a3-af51-23bf9c4d9192-d5667d91, #w-node-faf3c47b-a574-41ca-0131-78bdb073ad52-51da502d {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_65a4f8f4-748f-9cb1-7b94-5032ed074223-51da502d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_458186ca-ced5-ce76-ea01-47f149ce3efc-d5667d91, #w-node-faf3c47b-a574-41ca-0131-78bdb073ad45-51da502d {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Marckscript';
  src: url('../fonts/MarckScript-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arnopro Caption';
  src: url('../fonts/ArnoPro-Caption.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arnopro Display';
  src: url('../fonts/ArnoPro-Display.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arnopro Regular';
  src: url('../fonts/ArnoPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arnopro Smbdcaption';
  src: url('../fonts/ArnoPro-SmbdCaption.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}