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

@font-face {
  font-family: Sfprotext;
  src: url('../fonts/SFProText-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --shadow: #00000014;
  --textgrey: #848ea0;
  --green: #00c471;
  --lightgrey: #f4f6fb;
  --white: white;
  --hover: #006b3e;
  --blue: #05f;
  --yellow: #ffa805;
  --violet: #6060e9;
  --monochrome: #c6cddd;
  --darkgray: #c6cddd;
  --border-light: #ffffff40;
  --light-blue: #4185f7;
  --grey: #f1f4f9;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.body {
  color: var(--black);
  cursor: default;
  font-family: Sfprotext, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.section-green {
  background-color: #00c471;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-content-green {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3rem;
  display: flex;
}

.green-link {
  color: #fff;
  margin-right: 2rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
  padding-right: 1rem;
  text-decoration: none;
}

.green-link__text {
  margin-bottom: 0;
  font-weight: 600;
}

.icon-15 {
  margin-right: 0;
}

.content-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-2 {
  margin-right: 16px;
}

.dropdown-2:hover {
  color: #00c471;
}

.text-block-76 {
  margin-bottom: 15px;
  margin-right: 60px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2rem;
}

.sign-up {
  cursor: pointer;
  background-color: #00c471;
  border-radius: 50px;
  padding: .714rem 1.143rem;
  font-weight: 700;
}

.sign-up:hover {
  background-color: #006b3e;
}

.dropdown-toggle-2 {
  z-index: 99;
  cursor: pointer;
  padding: .75rem 1.5rem .75rem 1rem;
}

.dropdown-toggle-2:hover, .dropdown-toggle-2.w--open {
  color: #00c471;
}

.nav-menu {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.bold-text-2 {
  color: #fff;
}

.dropdown-list-2 {
  width: 80%;
}

.dropdown-list-2.w--open {
  box-shadow: 0 16px 48px 0 var(--shadow);
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
}

.div-block-480 {
  box-shadow: 0 16px 48px 0 var(--shadow);
  background-color: #fff;
  width: 25rem;
  padding: 1rem 1rem 1rem 2rem;
}

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.143rem;
  display: flex;
}

.text {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text.bold {
  padding-right: 4rem;
  font-weight: 600;
}

.text.bold.marg-bot {
  margin-bottom: 1.5rem;
}

.text.size16 {
  font-size: 1.143rem;
}

.text.size16.bold {
  margin-right: .5rem;
  padding-right: 0;
  font-weight: 600;
}

.text.marg-top {
  margin-top: 1rem;
}

.text.grey {
  color: var(--textgrey);
}

.nav-link {
  cursor: pointer;
  padding: .75rem 1.5rem;
  font-weight: 700;
}

.nav-link:hover {
  color: #00c471;
}

.brand {
  cursor: default;
  width: 7.563rem;
  margin-right: 2rem;
  padding-left: 0;
}

.log-in {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  margin-right: 1rem;
  padding: .714rem 1.143rem;
  font-weight: 700;
}

.log-in:hover {
  color: #00c471;
}

.buttons-navbar.mobail {
  display: none;
}

.lin {
  cursor: pointer;
  margin-bottom: .5rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: 0;
}

.lin:hover {
  color: #00c471;
}

.lin._2 {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
}

.lin._2:hover {
  color: var(--green);
}

.div-block-476 {
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-block-77 {
  color: #000;
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2rem;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5.5rem 3rem;
  display: flex;
}

.section.horizontal {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section.horizontal.aligan-top {
  justify-content: space-between;
  align-items: flex-start;
}

.section.top-margin {
  margin-top: 0;
  padding-top: 0;
}

.section.color {
  background-color: var(--lightgrey);
  color: var(--black);
  max-width: 100%;
}

.section.color.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.section.black {
  background-color: var(--black);
  color: var(--white);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.section.green {
  background-color: var(--green);
  background-image: url('../images/Shape.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.h1 {
  margin-top: 0;
  margin-bottom: 1.125rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
}

.div-total-form {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.div-total-foto {
  width: 49.5584%;
  max-width: 42.125rem;
  position: relative;
}

.h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
}

.h2.margin-mini {
  margin-bottom: 1rem;
}

.h2.aligan-left {
  text-align: left;
  width: 90%;
  margin-bottom: 3.1rem;
}

.h2.aligan-left.none-desctop {
  display: none;
}

.color {
  color: var(--green);
}

.div-total {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.5rem;
  display: flex;
}

.green-die {
  color: var(--white);
  background-image: url('../images/Union.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 10.5rem;
  height: 10.5rem;
  display: flex;
  position: absolute;
  inset: -1.6rem auto auto -3.2rem;
  transform: rotate(-7.09deg);
}

.text-die {
  text-align: center;
  width: 103.115%;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 120%;
}

.text-mini {
  font-size: .8rem;
  line-height: 1.4rem;
}

.text-mini.bold {
  font-weight: 600;
}

.text-mini.bold.border {
  border-bottom: 2px solid var(--green);
}

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

.text-2.color8 {
  color: var(--textgrey);
}

.text-2.size {
  font-size: .9rem;
}

.text-2.size-width {
  width: 25.7308%;
}

.text-2.margin-bot {
  margin-bottom: 2rem;
}

.text-2.margin {
  margin-right: 4rem;
}

.text-2.bold {
  font-weight: 600;
}

.text-2.marg-text {
  margin-bottom: .8rem;
}

.text-2.margin-step {
  margin-bottom: 2.25rem;
}

.icon {
  width: 1.375rem;
  margin-right: .5rem;
}

.left-arrow-5 {
  display: none;
}

.expert-foto {
  border-radius: 1.2rem 1.2rem 0 0;
}

.expert {
  border-radius: 1.5rem;
  height: 100%;
}

.slide-experts {
  box-shadow: 0 16px 48px 0 var(--shadow);
  border-radius: 1.5rem;
  width: 20rem;
  height: 100%;
  margin-left: .5rem;
  margin-right: .5rem;
}

.mask-experts {
  width: 100%;
  height: auto;
  overflow: visible;
}

.div-text-expert {
  background-color: #fff;
  border-radius: 0 0 1.5rem 1.5rem;
  padding: 1.125rem;
}

.div-infa {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-infa.margin {
  margin-top: 1.6rem;
  margin-bottom: .4rem;
}

.h5 {
  margin-top: 0;
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.slider-all-experts {
  background-color: #ddd0;
  border-top-left-radius: 0;
  width: 100%;
  height: auto;
  display: flex;
}

.right-arrow-5 {
  display: none;
}

.div-univer-logos {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin: 2.5rem auto;
  display: flex;
}

.universlogo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.green-line {
  background-color: var(--green);
  width: 4px;
  height: auto;
  min-height: 100%;
  max-height: 100%;
  margin-left: 2rem;
  margin-right: 2rem;
}

.button {
  background-color: var(--green);
  color: var(--white);
  cursor: pointer;
  border-radius: .5rem;
  padding: 1rem 2rem;
  font-weight: 600;
}

.button:hover {
  background-color: var(--hover);
}

.button.black {
  background-color: var(--black);
}

.button.black.marg-top {
  margin-top: 2.625rem;
}

.button.black.center-text {
  text-align: center;
}

.button.margin-top {
  margin-top: 2.625rem;
}

.button.margin-top.black:hover {
  background-color: var(--hover);
}

.button.flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  text-decoration: none;
  display: flex;
}

.button.none {
  display: none;
}

.div-total-cards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-card {
  background-color: var(--white);
  box-shadow: 0 16px 48px 0 var(--shadow);
  border-radius: 1.5rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.div-card.padding {
  padding: 2rem 2rem 0;
  position: relative;
}

.image {
  width: 10.813rem;
  margin-bottom: auto;
}

.image.size {
  width: 1.75rem;
}

.text-big {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 4.5rem;
}

.text-big.marg {
  margin-right: .5rem;
}

.div-text-card {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star {
  width: 3rem;
  margin-left: .5rem;
}

.div_card {
  justify-content: space-between;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.h3 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 2rem;
  line-height: 3rem;
}

.h3.margin {
  margin-bottom: .75rem;
}

.h3.margbot {
  margin-bottom: 2.5rem;
}

.h3.margin2 {
  margin-bottom: 2rem;
}

.div-description {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  margin-top: 3.75rem;
  padding: 1.25rem;
  box-shadow: 0 15px 45px #93a1c82e;
}

.text-med {
  font-size: 1.125rem;
  font-weight: 600;
}

.text-med.marg {
  margin-bottom: .813rem;
}

.text-min {
  color: var(--textgrey);
  font-size: .938rem;
}

.text-min.color {
  color: var(--black);
}

.text-min.color.margin {
  margin-top: .75rem;
}

.card-green {
  background-color: var(--green);
  color: var(--white);
  border-radius: 1rem;
  width: 19rem;
  padding: 1.25rem;
  position: absolute;
  inset: auto auto -1.9rem 13.2rem;
  transform: rotate(-3.37deg);
}

.image-2 {
  max-width: 3rem;
}

.text-block-78 {
  font-weight: 600;
  line-height: 4rem;
}

.text-100 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
}

.div-block-482 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-procent {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.text14 {
  font-size: .875rem;
  line-height: 1.25rem;
}

.ircle {
  border: .5px solid var(--white);
  border-radius: 100%;
  width: .625rem;
  height: .625rem;
  margin-left: auto;
  margin-right: .188rem;
}

.ircle.blue {
  background-color: var(--blue);
}

.ircle.yellow {
  background-color: var(--yellow);
}

.ircle.violet {
  background-color: var(--violet);
}

.ircle.monochrome {
  background-color: var(--monochrome);
}

.div-total-other {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-studybay {
  background-color: var(--green);
  color: var(--white);
  background-image: url('../images/telephone.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1.5rem;
  padding-left: 2.625rem;
  padding-right: 2.625rem;
}

.div-text-studybay {
  width: 18.188rem;
  margin-top: 5.813rem;
  margin-bottom: 5.813rem;
  margin-left: auto;
}

.div-plagiarism-checker {
  background-color: var(--lightgrey);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  padding-left: 2.625rem;
  padding-right: 2.625rem;
  display: flex;
}

.div-programming-assignment-help {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/foto.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 45%;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: 6.563rem 4rem;
}

.image-3 {
  max-width: 50%;
}

.div-text-programming-assignment-help {
  width: 33.5rem;
  margin-left: auto;
}

.div-writing-center {
  background-color: var(--lightgrey);
  background-image: url('../images/Shape.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  padding-right: 2.625rem;
  display: flex;
}

.div-text-writing-center {
  width: 18.188rem;
  margin-left: auto;
}

.image-girl {
  max-width: 60%;
  margin-top: auto;
}

.div-study-resources {
  background-color: var(--green);
  color: var(--white);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  padding-left: 2.625rem;
  padding-right: 2.625rem;
  display: flex;
}

.div-about-us {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 44rem;
  display: flex;
}

.text-block-79 {
  max-width: 38.75rem;
}

.div-border-green {
  border-left: 2px solid var(--green);
  padding: .25rem 1rem;
}

.div-points {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.link-social {
  cursor: pointer;
  width: 3rem;
}

.link-social.size {
  width: 2rem;
}

.div-total-social {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.div-total-social.no-margin {
  margin-top: 0;
  margin-bottom: .5rem;
}

.grid-foto {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 36rem;
  display: grid;
}

.div-foto {
  background-image: url('../images/group2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
}

.div-section {
  width: 100%;
  max-width: 90rem;
}

.slider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ddd0;
  width: 100%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 6rem;
  display: flex;
  overflow: hidden;
}

.slide {
  background-color: var(--white);
  box-shadow: 0 16px 48px 0 var(--shadow);
  border-radius: 1.5rem;
  width: 25.625rem;
  height: 100%;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 1.5rem;
}

.mask {
  width: 53rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.div-slide {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

.stars {
  width: 8rem;
}

.line {
  background-color: var(--darkgray);
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.left-arrow {
  cursor: pointer;
  width: 3.5rem;
  inset: auto 0% 0% -2.6rem;
}

.right-arrow-6 {
  cursor: pointer;
  width: 3.5rem;
  inset: auto -7.1rem 0% 0%;
}

.div-black {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/foto3.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1.5rem;
  width: 100%;
  padding: 4.5rem 4rem;
}

.div-button-logo {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.625rem;
  display: flex;
}

.logo-payment {
  width: auto;
  height: 1.3rem;
}

.logo-payment.height {
  height: 1.5rem;
}

.div-total-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-h2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-boost-your-writing {
  background-color: var(--lightgrey);
  border-radius: 1.5rem;
  padding: 3rem;
}

.div-grid-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  display: grid;
}

.link {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link:hover {
  color: var(--green);
}

.link.margin {
  cursor: pointer;
  margin-bottom: 1rem;
}

.icon-letter {
  background-color: var(--white);
  color: var(--green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  display: flex;
}

.div-writing-topics-ideas {
  background-color: var(--lightgrey);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3rem;
  display: flex;
}

.image-5 {
  max-width: 1.5rem;
  margin-right: .5rem;
}

.link-border {
  border-bottom: 2px solid var(--green);
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
}

.image-fone {
  width: 47rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.grid-download {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  display: grid;
}

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

.check {
  width: 1.5rem;
  margin-right: .5rem;
}

.link-app {
  border: 1px solid var(--border-light);
  border-radius: .4rem;
  width: 10.75rem;
  padding: .875rem 1.313rem;
}

.link-app.margin-r {
  margin-right: 1.125rem;
}

.link-5 {
  color: #000;
  text-decoration: none;
}

.link-5:hover {
  color: #00c471;
}

.heading-2 {
  color: #000;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 48px;
  line-height: 64px;
}

.heading-2._2 {
  margin-bottom: 0;
}

.link-email {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black);
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
}

.link-email._2 {
  margin-left: 20px;
}

.text-block-40 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
}

.text-block-57 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.text-block-57:hover {
  color: #019758;
}

.text-block-57._2 {
  font-weight: 700;
}

.div-block-51 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.text-block-105 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.div-faq {
  flex-direction: column;
  align-items: flex-start;
  width: 56%;
  display: flex;
}

.image-57 {
  margin-left: -31px;
}

.div-block-93 {
  background-color: #00c471;
  border-radius: 30px;
  justify-content: center;
  padding: 0;
  display: flex;
}

.div-block-93._2 {
  border-radius: 4px;
  align-items: center;
  margin-top: 33px;
  padding-left: 24px;
}

.div-faqs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.div-total-faq {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-block-21 {
  color: #000;
  white-space: nowrap;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.heading-13 {
  color: #000;
  margin-bottom: 0;
  font-size: 32px;
}

.section-9 {
  height: auto;
  padding-top: 88px;
}

.div-block-134 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: 80px;
  display: flex;
}

.image-31 {
  width: 28%;
  margin-bottom: 40px;
}

.intercom {
  color: #fff;
  white-space: nowrap;
  background-color: #0000;
  justify-content: flex-start;
  padding: 16px 24px 16px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.image-54 {
  width: 20%;
}

.div-block-132 {
  justify-content: center;
  max-width: 1314px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
}

.dropdown-4 {
  background-color: #f4f6fb;
  border-radius: 8px;
  flex-flow: column wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
}

.girl {
  z-index: 1;
  width: 115.377%;
  max-width: 15rem;
  position: relative;
}

.girl._1 {
  margin-left: 0;
}

.icon-6 {
  color: #00c471;
  background-color: #e8faf2;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 16px;
  display: flex;
}

.dropdown-toggle-4 {
  width: 100%;
  padding: 2rem;
}

.text-block-55 {
  color: #000;
  text-align: center;
  margin-top: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.heading-12 {
  color: #000;
  margin-bottom: 32px;
  font-size: 48px;
  line-height: 64px;
}

.dropdown-list-3 {
  background-color: #f4f6fb;
  height: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column wrap;
  width: 50%;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.fone {
  max-width: 1.5rem;
}

.div-ask-our-team {
  flex-direction: column;
  align-items: flex-start;
  width: 27%;
  display: flex;
}

.div-foto-girls {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.div-block-133 {
  flex-flow: wrap;
  justify-content: center;
  max-width: 1314px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
}

.text-block-23 {
  color: #000;
  margin-bottom: 64px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.email {
  max-width: 1.5rem;
}

.div-block-79 {
  background-color: #f4f6fb;
  flex-wrap: wrap;
  padding: 0 2rem 2rem;
  display: flex;
}

.link-fone {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
  display: flex;
}

.div-block-483 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black);
  flex-flow: column;
  display: flex;
}

.div-block-484 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  display: flex;
  position: relative;
}

.messeg {
  width: 88.4686%;
  max-width: 1.5rem;
}

.div-block-109 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.image-26 {
  width: 85%;
}

.div-block-46 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  margin-left: 0;
  display: flex;
}

.text-block-59 {
  color: #000;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 400;
}

.section-12 {
  background-color: #f4f6fb;
  height: auto;
  padding: 32px 0;
}

.div-block-45 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.link-block-14 {
  width: 100%;
}

.div-block-44 {
  justify-content: space-between;
  align-items: flex-start;
  width: 95.5466%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-16 {
  justify-content: flex-end;
  width: 11.688rem;
  margin-top: 1rem;
  display: flex;
}

.div-block-110 {
  justify-content: space-between;
  width: 30%;
  margin-bottom: 24px;
  display: flex;
}

.text-block-47 {
  color: #000;
}

.image-24 {
  width: 13%;
  margin-right: 22px;
}

.div-get-expert-help-today {
  color: var(--white);
  width: 33.5rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.image-58 {
  width: 32.75rem;
}

.div-green {
  background-color: var(--green);
  background-image: url('../images/Shape.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.form-block {
  width: 100%;
}

.form-block-buttons {
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 29rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
  display: flex;
}

.form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.mail_e {
  cursor: text;
  background-color: #f4f6fb;
  border: 0 solid #000;
  border-radius: .5rem;
  height: 3.5rem;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 1rem .5rem;
}

.mail_e:hover {
  border-color: #00c471;
}

.mail_e::placeholder {
  font-size: 1rem;
}

.text-field-3 {
  background-color: #f4f6fb;
  border: 2px solid #f4f6fb;
  border-radius: 4px;
  height: 48px;
  margin-top: 16px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.text-field-3:hover {
  border-color: #00c471;
}

.text-field-3:active, .text-field-3:focus-visible, .text-field-3[data-wf-focus-visible] {
  border-color: #000;
}

.submit-button {
  cursor: pointer;
  background-color: #00c471;
  border-radius: .5rem;
  width: 100%;
  margin-top: 1rem;
  padding: 1rem 2rem;
  font-weight: 700;
}

.submit-button:hover {
  background-color: var(--hover);
}

.div-total-popap {
  z-index: 1000;
  background-color: #00000040;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-social-linck {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.social-linck {
  color: var(--white);
  cursor: pointer;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.1rem;
  text-decoration: none;
  display: flex;
}

.social-linck.violet {
  background-color: var(--violet);
  background-image: url('../images/Action-Button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.1rem;
}

.social-linck.blue {
  background-color: var(--light-blue);
  background-image: url('../images/Action-Button-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.socialf {
  width: 100%;
  max-width: 1.5rem;
  margin-right: 1rem;
}

.logo1 {
  width: 7.438rem;
}

.image-59 {
  width: 3.375rem;
}

.logo3 {
  width: 6.688rem;
}

.logo4 {
  width: 4.125rem;
}

.logo5 {
  width: 2.563rem;
}

.logo6 {
  width: 5.875rem;
}

.logo7 {
  width: 4.688rem;
}

.link-6 {
  color: var(--black);
  text-decoration: none;
}

.link-6:hover {
  color: var(--green);
}

.link-7 {
  color: var(--black);
  text-decoration: none;
}

.link-7:hover {
  color: var(--green);
}

.link-8 {
  color: var(--black);
}

.link-8:hover {
  color: var(--green);
  text-decoration: none;
}

.div-text-mini {
  margin-top: .75rem;
}

.div-logos {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-485, .foto-mobile {
  display: none;
}

.div-block-486 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.div-block-487 {
  display: none;
}

.back-video {
  background-color: var(--lightgrey);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.background-video {
  z-index: 1;
  width: 80%;
  height: 25rem;
}

.div-steps {
  width: 45%;
}

.circl {
  background-color: var(--darkgray);
  border-radius: 50px;
  width: .75rem;
  height: .75rem;
  margin-bottom: .25rem;
}

.circl.green-link__text {
  background-color: var(--green);
}

.line-1 {
  background-color: var(--darkgray);
  text-align: left;
  border-radius: 20px;
  width: .375rem;
  height: 100%;
}

.step {
  margin-bottom: .25rem;
  display: flex;
}

.div-line {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  margin-right: 2rem;
  display: flex;
}

.h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.div-form {
  box-shadow: 0 18px 48px 0 var(--shadow);
  border-radius: 1.5rem;
  width: 100%;
  margin-top: 2rem;
  padding: 2.5rem;
}

.input {
  background-color: var(--grey);
  color: var(--black);
  cursor: text;
  border: 0 solid #000;
  border-radius: .5rem;
  height: 3.5rem;
  margin-bottom: 1rem;
}

.input::placeholder {
  color: var(--textgrey);
}

.sourceinput2 {
  text-align: left;
  cursor: pointer;
  background-color: #0000;
  height: 48px;
  margin-bottom: 0;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.form-2 {
  flex-flow: column;
  display: flex;
}

.form-block-3 {
  margin-bottom: 0;
}

.form-button {
  width: 100%;
  margin-bottom: 2rem;
}

.form-block-4 {
  width: 100%;
  margin-bottom: 0;
}

.form-block-4.none {
  display: none;
}

.name {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.name-autor {
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 1.2rem;
  }

  .green-link {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .icon-15 {
    margin-right: 10px;
    font-size: 1.5rem;
  }

  .menu-button {
    order: 1;
    padding: 0;
  }

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

  .bold-text-4 {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .dropdown-2 {
    z-index: 1;
    width: 100%;
    margin-right: 0;
  }

  .text-block-76 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .sign-up {
    padding: 1.2rem 1.7rem;
    font-size: 1.2rem;
  }

  .dropdown-toggle-2 {
    padding-right: 4.5rem;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 30rem;
    margin-left: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .dropdown-list-2 {
    z-index: 10;
  }

  .dropdown-list-2.w--open {
    z-index: 10;
    border-radius: 8px;
    width: 60rem;
    position: relative;
    left: -25.9rem;
  }

  .div-block-480 {
    width: 30rem;
  }

  .navbar {
    padding-top: 2rem;
  }

  .text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .text.size {
    width: 80%;
  }

  .nav-link {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .brand {
    width: 11.5rem;
  }

  .log-in {
    background-color: #f4f6fb;
    border-radius: 50px;
    padding: 1.2rem 1.7rem;
    font-size: 1.2rem;
  }

  .log-in:hover {
    background-color: #fcfcfc;
  }

  .buttons-navbar {
    margin-left: auto;
    margin-right: 2.5rem;
  }

  .lin, .lin._2 {
    font-size: 1.5rem;
  }

  .div-block-476 {
    width: 30rem;
  }

  .text-block-77 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .section {
    max-width: 100%;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .h1 {
    font-size: 4.4rem;
    line-height: 5rem;
  }

  .div-total-form {
    width: 44%;
  }

  .div-total-foto {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .h2 {
    font-size: 4.4rem;
    line-height: 5.5rem;
  }

  .h2.aligan-left {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .div-total {
    justify-content: space-between;
    align-items: stretch;
  }

  .green-die {
    width: 11rem;
    height: 11rem;
  }

  .text-die {
    width: 90%;
  }

  .text-mini {
    font-size: .9rem;
  }

  .text-mini.bold {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .text-2 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .text-2.margin-bot {
    font-size: 1.3rem;
  }

  .text-2.margin-step {
    margin-bottom: 3rem;
  }

  .icon {
    width: 1.4rem;
    margin-right: .7rem;
  }

  .left-arrow-5 {
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
  }

  .icon-2 {
    margin-bottom: 200px;
    margin-right: 20px;
    font-size: 1rem;
    display: flex;
  }

  .slide-experts {
    box-shadow: 0 12px 32px 0 var(--shadow);
    width: 22rem;
    margin-right: 1rem;
  }

  .mask-experts {
    padding-top: 1rem;
    padding-bottom: .5rem;
  }

  .div-text-expert {
    padding: 1.4rem;
  }

  .h5 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .slider-all-experts {
    overflow: visible;
  }

  .right-arrow-5 {
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
  }

  .icon-3 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 200px;
    margin-left: 20px;
    font-size: 1rem;
    display: flex;
  }

  .button {
    border-radius: .8rem;
    padding: 1.4rem 2.5rem;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .button.black.center-text {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
  }

  .div-card {
    padding: 2rem;
  }

  .image {
    width: 12rem;
  }

  .image.size {
    width: 2rem;
  }

  .text-big {
    font-size: 4rem;
  }

  .star {
    margin-left: 1rem;
  }

  .h3 {
    margin-bottom: 1rem;
    font-size: 3rem;
    line-height: 4rem;
  }

  .h3.margin {
    margin-bottom: 1rem;
  }

  .div-description {
    margin-top: 3rem;
    padding: 1.5rem;
  }

  .text-min {
    font-size: 1rem;
  }

  .card-green {
    width: 22rem;
    left: 15.4rem;
  }

  .text14 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .ircle {
    width: .8rem;
    height: .8rem;
    margin-right: .25rem;
  }

  .div-text-studybay, .div-text-writing-center {
    width: 22rem;
  }

  .div-about-us {
    width: 52rem;
  }

  .div-total-social {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-foto {
    width: 38rem;
  }

  .slide {
    width: 32rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mask {
    width: 68%;
  }

  .left-arrow {
    width: 3.8rem;
    left: -4.9rem;
  }

  .right-arrow-6 {
    width: 3.8rem;
  }

  .div-button-logo {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .logo-payment {
    height: 1.5rem;
  }

  .div-total-grid, .div-grid-link {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

  .link.margin {
    margin-bottom: 1.3rem;
  }

  .icon-letter {
    width: 3rem;
    height: 3rem;
  }

  .div-writing-topics-ideas {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .image-5 {
    margin-right: .8rem;
  }

  .image-fone {
    width: 40rem;
  }

  .link-app {
    width: 12rem;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 60px;
  }

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

  .div-faq {
    width: 60%;
  }

  .heading-13 {
    font-size: 30px;
    line-height: 42px;
  }

  .icon-6 {
    width: 3rem;
    height: 3rem;
  }

  .heading-12 {
    text-align: left;
    font-size: 40px;
    line-height: 60px;
  }

  .div-ask-our-team {
    width: 30%;
  }

  .text-block-23 {
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-484 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .div-block-109 {
    width: 50%;
  }

  .text-block-59 {
    font-size: 12px;
  }

  .section-12 {
    padding-top: 32px;
    padding-left: 34px;
    padding-right: 34px;
    overflow: hidden;
  }

  .div-block-45 {
    justify-content: flex-end;
  }

  .div-block-44 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .link-block-16 {
    width: 13rem;
    margin-top: 1.3rem;
  }

  .text-block-47 {
    font-size: 12px;
  }

  .image-24 {
    width: 15%;
    margin-right: 0;
  }

  .image-58 {
    width: 35rem;
  }

  .form-block-buttons {
    width: 38rem;
  }

  .form {
    flex-direction: column;
    height: 100%;
  }

  .mail_e {
    width: 100%;
    height: 4.3rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    font-size: 1.3rem;
  }

  .mail_e::placeholder {
    font-size: 1.3rem;
  }

  .submit-button, .social-linck {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.3rem;
  }

  .logo1 {
    width: 9rem;
  }

  .image-59 {
    width: 5rem;
  }

  .logo3 {
    width: 8rem;
  }

  .logo4 {
    width: 6rem;
  }

  .logo5 {
    width: 4rem;
  }

  .logo6 {
    width: 7rem;
  }

  .logo7 {
    width: 6rem;
  }

  .back-video {
    border-radius: 1.7rem;
  }

  .background-video {
    height: 33rem;
  }

  .circl {
    width: .95rem;
    height: .95rem;
    margin-bottom: .5rem;
  }

  .line-1 {
    width: .45rem;
  }

  .h4 {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }

  .div-form {
    margin-top: 3rem;
    padding: 3rem;
  }

  .input {
    height: 5rem;
  }

  .sourceinput2 {
    padding-left: 12px;
    font-size: 15px;
  }

  .image-60, .image-61 {
    height: 50%;
  }
}

@media screen and (max-width: 767px) {
  .icon-15 {
    font-size: 1.85rem;
  }

  .bold-text-4 {
    font-size: 1.85rem;
    line-height: 3rem;
  }

  .dropdown-2 {
    width: 100%;
    left: 0;
  }

  .text-block-76 {
    margin-right: 4rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
  }

  .sign-up {
    padding: 1rem 1.6rem;
    font-size: 1.85rem;
    line-height: 2.8rem;
  }

  .dropdown-list-2.w--open {
    width: 80rem;
    left: -45.5rem;
  }

  .div-block-480 {
    width: 40rem;
    padding-top: 16px;
    padding-left: 14px;
    padding-right: 16px;
  }

  .text {
    font-size: 2.2rem;
    line-height: 3.5rem;
  }

  .text.grey {
    font-size: 2rem;
  }

  .text.size.center {
    text-align: center;
    width: 100%;
  }

  .nav-link {
    font-size: 1.85rem;
    line-height: 3rem;
  }

  .brand {
    width: 13rem;
  }

  .log-in {
    font-size: 1.85rem;
    line-height: 2.8rem;
  }

  .lin {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 2rem;
    line-height: 2.7rem;
  }

  .lin._2 {
    font-size: 2rem;
  }

  .div-block-476 {
    width: 40rem;
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 3rem;
  }

  .text-block-77 {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.horizontal.direc, .section.horizontal.aligan-top {
    flex-flow: column;
  }

  .section.top-margin.nomargin {
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    text-align: center;
    margin-bottom: 2rem;
    line-height: 5.5rem;
  }

  .div-total-form {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-total-foto {
    display: none;
  }

  .h2 {
    margin-bottom: 4.5rem;
  }

  .h2.margin-mini.aligan-left {
    width: 100%;
    margin-bottom: 3rem;
    line-height: 5rem;
  }

  .h2.aligan-left.none-desctop {
    margin-bottom: 4rem;
    display: flex;
  }

  .text-mini.bold {
    width: auto;
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .text-2 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .text-2.size-width {
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .text-2.bold.color {
    font-size: 2rem;
    line-height: 3rem;
  }

  .text-2.bold.marg {
    margin-bottom: 1rem;
  }

  .icon {
    width: 2rem;
    margin-right: 1rem;
  }

  .expert-foto {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .slide-experts {
    width: 40rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mask-experts {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .div-text-expert {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    padding: 2rem;
  }

  .h5 {
    font-size: 2.1rem;
    line-height: 3rem;
  }

  .slider-all-experts {
    padding-bottom: 4rem;
    padding-left: 1.2rem;
    overflow: hidden;
  }

  .div-univer-logos {
    margin-bottom: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .universlogo {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .button {
    border-radius: 1.2rem;
    padding: 2rem 3rem;
    font-size: 2rem;
    line-height: 3rem;
  }

  .button.black.center-text {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }

  .button.flex {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    margin-top: 2rem;
  }

  .div-total-cards {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-card.padding {
    box-shadow: 0 8px 16px 0 var(--shadow);
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .div-card.horizontal {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .image {
    margin-bottom: 0;
  }

  .image.size {
    margin-left: 2rem;
  }

  .div_card {
    margin-bottom: 0;
  }

  .h3 {
    margin-bottom: 2rem;
    font-size: 3.5rem;
    line-height: 4.5rem;
  }

  .h3.margin {
    margin-bottom: 1.2rem;
  }

  .div-description {
    box-shadow: none;
    padding: 2rem;
  }

  .text-med.marg {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .text-min {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }

  .text-min.color {
    font-size: 1.5rem;
  }

  .text-min.color.margin {
    margin-top: 2rem;
  }

  .card-green {
    border-radius: 1.3rem;
    width: 24rem;
    bottom: .4rem;
    left: 60rem;
  }

  .text14 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .div-total-other {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-studybay {
    border-radius: 2rem;
  }

  .div-text-studybay {
    width: 42rem;
  }

  .div-plagiarism-checker {
    border-radius: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .div-programming-assignment-help {
    border-radius: 2rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .div-text-programming-assignment-help {
    width: 42rem;
  }

  .div-writing-center {
    border-radius: 2rem;
  }

  .div-text-writing-center {
    width: 42rem;
  }

  .image-girl {
    max-width: 50%;
  }

  .div-study-resources {
    border-radius: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .div-about-us {
    width: 100%;
  }

  .div-points {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
  }

  .link-social, .link-social.size {
    width: 4.5rem;
  }

  .div-total-social {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 4rem;
  }

  .grid-foto {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    order: 9999;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 4rem;
  }

  .div-foto {
    border-radius: 4rem;
  }

  .slider {
    padding-bottom: 8rem;
  }

  .slide {
    box-shadow: 0 12px 24px 0 var(--shadow);
    width: 53rem;
    padding: 2rem;
  }

  .mask {
    width: 55%;
  }

  .stars {
    width: 13rem;
  }

  .left-arrow {
    width: 5.5rem;
    left: -10.2rem;
  }

  .right-arrow-6 {
    width: 5.5rem;
    right: -10.2rem;
  }

  .div-black {
    border-radius: 3rem;
  }

  .div-button-logo {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-top: 4rem;
  }

  .logo-payment {
    height: 2rem;
  }

  .logo-payment.height {
    height: 2.5rem;
  }

  .div-total-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-grid-link {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .icon-letter {
    width: 5rem;
    height: 5rem;
    margin-right: 2rem;
  }

  .div-writing-topics-ideas {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    display: grid;
  }

  .image-5 {
    max-width: 3rem;
    margin-right: 1.5rem;
  }

  .image-fone {
    width: 45rem;
  }

  .div-download {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .grid-download {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 4rem;
  }

  .check {
    width: 2.5rem;
    margin-right: 1.2rem;
  }

  .link-app {
    border-radius: .8rem;
    width: 16rem;
    padding: 1.4rem 1.8rem;
  }

  .link-app.margin-r {
    margin-right: 1.6rem;
  }

  .heading-2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 35px;
  }

  .link-email {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-block-40 {
    margin-left: 9px;
  }

  .div-faq {
    align-items: center;
    width: 100%;
    margin-top: 6rem;
  }

  .div-faqs {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-total-faq {
    flex-wrap: wrap;
  }

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

  .div-block-134 {
    width: 50%;
  }

  .dropdown-4 {
    flex-flow: wrap;
  }

  .icon-6 {
    width: 4rem;
    height: 4rem;
    margin-right: 3rem;
  }

  .dropdown-toggle-4 {
    flex-direction: row;
    padding: 3rem;
  }

  .text-block-55 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-12 {
    font-size: 35px;
    line-height: 45px;
  }

  .fone {
    max-width: 2rem;
  }

  .div-ask-our-team {
    align-items: center;
    width: 100%;
  }

  .text-block-23 {
    text-align: center;
  }

  .email {
    max-width: 2rem;
  }

  .div-block-79 {
    padding-left: 29px;
  }

  .link-fone {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .messeg {
    max-width: 2.2rem;
  }

  .image-25 {
    margin-left: 0;
  }

  .div-block-109 {
    width: 100%;
  }

  .section-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-45 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 2rem;
  }

  .link-block-16 {
    width: 20rem;
    margin-top: 2rem;
  }

  .div-block-110 {
    width: 55%;
  }

  .div-get-expert-help-today {
    width: 42rem;
  }

  .image-58 {
    width: 45rem;
  }

  .form-block-buttons {
    width: 44rem;
    margin-bottom: 0;
    padding: 3rem;
  }

  .form {
    flex-direction: column;
    height: 100%;
  }

  .mail_e {
    border-radius: 1rem;
    width: 100%;
    height: 5.5rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .mail_e::placeholder {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .submit-button {
    border-radius: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .social-linck {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .social-linck.violet {
    border-radius: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .social-linck.blue {
    border-radius: 1rem;
  }

  .socialf {
    max-width: 2.5rem;
    margin-right: 1rem;
  }

  .logo1 {
    width: 11rem;
  }

  .image-59 {
    width: 7rem;
  }

  .logo3 {
    width: 10rem;
  }

  .logo4 {
    width: 8rem;
  }

  .logo5 {
    width: 6rem;
  }

  .logo6 {
    width: 9rem;
  }

  .logo7 {
    width: 8rem;
  }

  .div-text-mini {
    margin-top: 2rem;
  }

  .div-logos {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
  }

  .none {
    display: none;
  }

  .back-video {
    border-radius: 3rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 5rem;
  }

  .background-video {
    width: 70%;
    height: 50rem;
  }

  .div-steps {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .step {
    background-color: var(--lightgrey);
    border-radius: 3rem;
    padding: 3rem;
  }

  .div-line {
    display: none;
  }

  .h4 {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
  }

  .div-form {
    padding: 4rem;
  }

  .input {
    border-radius: 1rem;
    height: 8rem;
    margin-bottom: 2rem;
  }

  .sourceinput2 {
    padding-left: 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .section-green {
    display: none;
  }

  .icon-15 {
    font-size: 3rem;
  }

  .bold-text-4 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .text-block-76 {
    margin-bottom: 10px;
    font-size: 4rem;
    line-height: 5rem;
  }

  .sign-up {
    margin-left: 8px;
    padding: 2rem 3.2rem;
    font-size: 2.9rem;
    line-height: 3.8rem;
  }

  .dropdown-toggle-2 {
    padding-right: 9.3rem;
  }

  .nav-menu {
    width: 50rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    top: 62.3375px;
  }

  .dropdown-list-2.w--open {
    flex-direction: column;
    width: 50rem;
    left: -10px;
  }

  .div-block-480 {
    width: 50rem;
    padding-top: 10px;
  }

  .navbar {
    z-index: 99;
    margin-bottom: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .text {
    font-size: 4rem;
    line-height: 6rem;
  }

  .text.bold {
    padding-right: 8rem;
  }

  .text.grey {
    font-size: 3.5rem;
  }

  .text.size.center {
    text-align: center;
  }

  .text.size-mob {
    font-size: 5rem;
    line-height: 6rem;
  }

  .nav-link {
    font-size: 3rem;
    line-height: 5rem;
  }

  .brand {
    width: 30rem;
  }

  .log-in {
    padding: 2rem 3.2rem;
    font-size: 2.9rem;
    line-height: 3.8rem;
  }

  .buttons-navbar {
    display: none;
  }

  .buttons-navbar.mobail {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .lin {
    font-size: 3rem;
    font-weight: 400;
    line-height: 4rem;
  }

  .lin._2 {
    font-size: 3rem;
  }

  .div-block-476 {
    width: 50rem;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .text-block-77 {
    margin-bottom: 10px;
    font-size: 4rem;
    line-height: 5rem;
  }

  .section {
    padding: 7rem 4rem;
  }

  .section.black {
    height: 145rem;
  }

  .h1 {
    text-align: center;
    margin-bottom: 4.5rem;
    font-size: 8rem;
    line-height: 10rem;
  }

  .div-total-form {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-total-foto {
    display: none;
  }

  .h2 {
    margin-bottom: 6rem;
    font-size: 6rem;
    line-height: 8rem;
  }

  .h2.margin-mini.aligan-left {
    font-size: 6rem;
    line-height: 8rem;
  }

  .h2.aligan-left.none-desctop {
    text-align: center;
    font-size: 6rem;
    line-height: 8rem;
  }

  .text-mini.bold, .text-2 {
    font-size: 3.5rem;
    line-height: 5rem;
  }

  .text-2.size-width {
    width: 100%;
  }

  .text-2.margin-bot {
    font-size: 3.5rem;
  }

  .text-2.bold.color {
    font-size: 3.5rem;
    line-height: 5rem;
  }

  .text-2.bold.marg {
    margin-bottom: 3rem;
  }

  .icon {
    width: 5.5rem;
    margin-right: 2rem;
  }

  .icon-2 {
    display: none;
  }

  .expert-foto {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .expert {
    border-radius: 4rem;
  }

  .slide-experts {
    border-radius: 4rem;
    width: 80rem;
    margin-left: 2.2rem;
    margin-right: 2.2rem;
  }

  .mask-experts {
    width: 90%;
  }

  .div-text-expert {
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
    padding: 4.5rem;
  }

  .div-infa.margin {
    margin-top: 5rem;
    margin-bottom: 2rem;
  }

  .h5 {
    margin-bottom: 1rem;
    font-size: 5rem;
    line-height: 7rem;
  }

  .icon-3 {
    display: none;
  }

  .div-univer-logos {
    flex-flow: column;
    order: 9999;
    margin-top: 6rem;
  }

  .universlogo {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    justify-content: center;
    align-items: center;
  }

  .green-line {
    width: 100%;
    height: 4px;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .button {
    text-align: center;
    border-radius: 2rem;
    width: 100%;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .button.black.center-text {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .button.margin-top, .button.margin-top.black {
    width: 100%;
    margin-top: 6rem;
  }

  .button.flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
  }

  .div-total-cards {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-card.padding {
    box-shadow: 0 2px 8px 0 var(--shadow);
    border-radius: 6rem;
    order: -9999;
    padding-top: 7.5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .div-card.horizontal {
    box-shadow: 0 2px 8px 0 var(--shadow);
    border-radius: 6rem;
    padding: 6rem;
  }

  .image {
    width: 40rem;
  }

  .image.size {
    width: 7rem;
  }

  .text-big {
    font-size: 8rem;
    line-height: 10rem;
  }

  .star {
    width: 8rem;
    margin-left: 2rem;
  }

  .h3 {
    font-size: 5rem;
    line-height: 7rem;
  }

  .h3.margin {
    margin-bottom: 3rem;
  }

  .text-med.marg {
    font-size: 4.5rem;
    line-height: 5rem;
  }

  .text-min {
    font-size: 3rem;
    line-height: 4rem;
  }

  .text-min.color {
    font-size: 3rem;
  }

  .text-min.color.margin {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }

  .text-min.margin {
    margin-bottom: 2rem;
  }

  .card-green {
    border-radius: 4rem;
    width: 70rem;
    padding: 4rem 3rem 4rem 4rem;
    bottom: -1.1rem;
    left: auto;
    right: 0;
  }

  .image-2 {
    max-width: 8rem;
  }

  .text-100 {
    font-size: 6rem;
    line-height: 7rem;
  }

  .div-procent {
    margin-bottom: 1rem;
  }

  .text14 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }

  .ircle {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }

  .div-total-other {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .div-studybay {
    background-position: 90% 100%;
    background-size: contain;
    border-radius: 6rem;
    flex-flow: column;
    height: 100rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .div-text-studybay {
    width: 100%;
  }

  .div-plagiarism-checker {
    border-radius: 6rem;
    padding: 6rem;
  }

  .div-programming-assignment-help {
    background-position: 50% 100%;
    background-size: 90%;
    border-radius: 6rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 110rem;
    padding: 6rem;
    display: flex;
  }

  .div-text-programming-assignment-help {
    width: 100%;
  }

  .div-writing-center {
    background-image: url('../images/Shapemobil.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 50%;
    border-radius: 6rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100rem;
    padding: 6rem 6rem 0;
  }

  .div-text-writing-center {
    order: -9999;
    width: 100%;
  }

  .image-girl {
    max-width: 88%;
  }

  .div-study-resources {
    border-radius: 6rem;
    padding: 6rem;
  }

  .div-border-green {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 3rem;
  }

  .div-points {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 6rem;
  }

  .link-social {
    width: 10rem;
  }

  .link-social.size {
    width: 8rem;
  }

  .div-total-social {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
    margin-top: 6rem;
  }

  .div-total-social.no-margin {
    margin-bottom: 3rem;
  }

  .grid-foto {
    grid-template-rows: auto auto;
    margin-top: 6rem;
  }

  .div-foto {
    border-radius: 6rem;
  }

  .slider {
    padding-top: 6rem;
    padding-bottom: 13rem;
  }

  .slide {
    border-radius: 6rem;
    width: 97%;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 5rem 4rem;
  }

  .mask {
    width: 90%;
  }

  .stars {
    width: 31rem;
    margin-bottom: 3rem;
  }

  .line {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .left-arrow {
    width: 10rem;
    left: -15.4rem;
  }

  .right-arrow-6 {
    width: 10rem;
    right: -14.7rem;
  }

  .div-black {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 6rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 160rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-button-logo {
    flex-flow: column;
  }

  .logo-payment, .logo-payment.height {
    height: 4rem;
  }

  .div-total-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .div-boost-your-writing {
    border-radius: 6rem;
    flex-flow: column;
    padding: 6rem;
    display: flex;
  }

  .div-grid-link {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .icon-letter {
    width: 8rem;
    height: 8rem;
    margin-right: 3rem;
  }

  .div-writing-topics-ideas {
    border-radius: 6rem;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding: 6rem;
  }

  .image-5 {
    max-width: 4rem;
  }

  .image-fone {
    width: 100%;
  }

  .check {
    width: 3.5rem;
    margin-right: 3rem;
  }

  .link-app {
    width: 50%;
    padding: 3rem;
  }

  .link-app.margin-r {
    width: 45%;
    padding: 3rem 3rem 2rem;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .link-email {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-block-40 {
    text-align: left;
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
  }

  .div-faq {
    width: 100%;
    margin-top: 10rem;
  }

  .div-faqs {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .div-total-faq {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-21 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-13 {
    font-size: 28px;
    line-height: 38px;
  }

  .section-9 {
    padding-top: 58px;
  }

  .div-block-134 {
    width: 63%;
    margin-top: 58px;
  }

  .image-31 {
    width: 40%;
  }

  .intercom {
    font-size: 14px;
    line-height: 20px;
  }

  .dropdown-4 {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    padding-right: 8px;
  }

  .girl {
    max-width: 30rem;
  }

  .icon-6 {
    width: 30px;
    height: 30px;
    margin-right: 7px;
  }

  .dropdown-toggle-4 {
    padding: 4rem;
  }

  .text-block-55 {
    font-size: 16px;
  }

  .heading-12 {
    white-space: nowrap;
    font-size: 28px;
    line-height: 38px;
  }

  .fone {
    max-width: 3.5rem;
  }

  .div-ask-our-team {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .div-foto-girls {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .div-block-133 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-23 {
    font-size: 15px;
    line-height: 21px;
  }

  .email {
    max-width: 3.5rem;
  }

  .link-fone {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-483 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .div-block-484 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .messeg {
    width: 100%;
    max-width: 4rem;
  }

  .image-25 {
    width: 65%;
    margin-right: auto;
  }

  .div-block-109 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-46 {
    flex-wrap: wrap;
    width: 80%;
    margin: 10px auto 21px;
  }

  .text-block-59 {
    order: -1;
    margin-bottom: 16px;
    line-height: 18px;
  }

  .section-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-45 {
    flex-wrap: wrap;
  }

  .div-block-44 {
    width: 100%;
  }

  .link-block-16 {
    justify-content: flex-start;
    align-items: center;
    width: 65%;
    margin-top: 4rem;
  }

  .div-block-110 {
    width: 80%;
  }

  .text-block-47 {
    text-align: center;
  }

  .image-24 {
    width: 26%;
  }

  .div-get-expert-help-today {
    width: 100%;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .image-58 {
    order: 9999;
    width: 100%;
  }

  .div-green {
    background-image: url('../images/Shapemobil.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 80%;
    border-radius: 6rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .form-block-buttons {
    border-radius: 6rem;
    width: 90%;
    padding: 6rem;
  }

  .mail_e {
    height: 12rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 3.5rem;
    line-height: 5rem;
  }

  .mail_e::placeholder {
    font-size: 3.5rem;
    line-height: 5rem;
  }

  .submit-button {
    border-radius: 2rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .div-social-linck {
    margin-top: 8rem;
  }

  .social-linck {
    border-radius: 2rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .social-linck.violet {
    border-radius: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .social-linck.blue {
    border-radius: 2rem;
  }

  .socialf {
    max-width: 4rem;
  }

  .logo1 {
    width: 29rem;
  }

  .image-59 {
    width: 16rem;
  }

  .logo3 {
    width: 22rem;
  }

  .logo4 {
    width: 16rem;
  }

  .logo5 {
    width: 12rem;
  }

  .logo6 {
    width: 20rem;
  }

  .logo7 {
    width: 18rem;
  }

  .div-text-mini {
    margin-top: 3rem;
  }

  .div-logos {
    flex-flow: wrap;
  }

  .div-block-485 {
    border: 1px solid var(--darkgray);
    border-radius: 3rem;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8rem;
    padding: 1.5rem;
    display: flex;
  }

  .plashka-green {
    background-color: var(--green);
    color: var(--white);
    border-radius: 2rem;
    padding: 1rem 2rem;
    font-weight: 600;
  }

  .plashka-text {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 4rem;
  }

  .plashka-wight {
    padding: 1rem 2rem;
  }

  .foto-mobile {
    background-image: url('../images/men.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6rem;
    display: flex;
  }

  .none-mob {
    display: none;
  }

  .div-block-486 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    display: flex;
  }

  .div-block-487 {
    background-image: url('../images/foto-mob.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-right-radius: 6rem;
    border-bottom-left-radius: 6rem;
    width: 100%;
    height: 100rem;
    margin-top: 6rem;
    display: flex;
  }

  .div-block-488 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .back-video {
    width: 100%;
  }

  .background-video {
    width: 80%;
    height: 55rem;
  }

  .div-steps {
    width: 100%;
  }

  .step {
    border-radius: 5rem;
    padding: 5rem;
  }

  .h4 {
    margin-bottom: 3rem;
    font-size: 5rem;
    line-height: 7rem;
  }

  .div-form {
    padding: 6rem;
  }

  .input {
    height: 12rem;
    margin-bottom: 3rem;
  }

  .sourceinput2 {
    width: 100%;
    height: 48px;
    padding-left: 10px;
    font-size: 14px;
  }

  .form-button {
    margin-bottom: 5rem;
  }

  .form-block-4 {
    margin-top: 3rem;
  }
}

#w-node-_8207d560-4437-2d72-9eb2-d4ab0490ca2a-20f8f0f4 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_8939f1ad-7346-f1af-d249-12c8458ec365-20f8f0f4 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_0b25c0ac-1d51-aa08-c76b-aa0e3c79b876-20f8f0f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48eeb173-53b7-8812-e4cb-6cc4479c4f0b-20f8f0f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_40413742-1c83-a658-4278-c58a9522ffcc-20f8f0f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_157f0df6-1cf2-82c9-a647-69b092eb7cee-20f8f0f4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_772068fa-27db-caa0-587a-506f753ac2bf-20f8f0f4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_96ff6aeb-4345-3c71-e747-1cc7f404cce0-20f8f0f4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d101b0b7-da17-4930-1142-fe3a1711f560-20f8f0f4 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-ed44a825-33d9-19ee-f53e-90be9395327a-20f8f0f4 {
  grid-area: 3 / 1 / 5 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_96ff6aeb-4345-3c71-e747-1cc7f404cce0-20f8f0f4 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9a2dbd5b-01c2-6673-a25e-d2609055ae9b-20f8f0f4 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_8207d560-4437-2d72-9eb2-d4ab0490ca2a-20f8f0f4 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-da560261-8cae-d37f-5a04-52de963f2a3d-20f8f0f4 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_8939f1ad-7346-f1af-d249-12c8458ec365-20f8f0f4 {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-_8436699c-39f6-bf0a-a5fd-79211f4359bf-20f8f0f4 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_0b25c0ac-1d51-aa08-c76b-aa0e3c79b876-20f8f0f4, #w-node-_48eeb173-53b7-8812-e4cb-6cc4479c4f0b-20f8f0f4, #w-node-_40413742-1c83-a658-4278-c58a9522ffcc-20f8f0f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_157f0df6-1cf2-82c9-a647-69b092eb7cee-20f8f0f4 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-d101b0b7-da17-4930-1142-fe3a1711f560-20f8f0f4 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9a2dbd5b-01c2-6673-a25e-d2609055ae9b-20f8f0f4, #w-node-_8207d560-4437-2d72-9eb2-d4ab0490ca2a-20f8f0f4, #w-node-da560261-8cae-d37f-5a04-52de963f2a3d-20f8f0f4, #w-node-_8939f1ad-7346-f1af-d249-12c8458ec365-20f8f0f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8436699c-39f6-bf0a-a5fd-79211f4359bf-20f8f0f4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6a81a90a-7922-2986-141a-8803703c2c37-20f8f0f4 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }
}


@font-face {
  font-family: 'Sfprotext';
  src: url('../fonts/SFProText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprotext';
  src: url('../fonts/SFProText-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}