html {
  box-sizing: border-box;
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: #575859;
  font-size: 20px;
  line-height: 1.23;
  overflow-x: hidden;
  width: 100%;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

p {
  margin: 0;
}

.center {
  text-align: center;
}

.space-between {
  justify-content: space-between;
}

.btn-primary {
  text-decoration: none;
  background: #0b65ed;
  color: white;
  font-size: 24px;
  padding: 21px 55px;
  border-radius: 60px;
  font-weight: 600;
  display: inline-block;
}

.btn-primary:hover {
  background: #2e7bff;
  color: white;
}

.btn-primary:active {
  background: #094ec1;
  color: white;
}

nav .btn-primary {
  font-size: 20px;
  font-weight: 500;
  margin-left: 17px;
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
}

.container {
  max-width: 1220px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

nav a {
  padding: 11px;
  color: #464647;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}

nav a:hover {
  color: #0b65ed;
}

.brand {
  display: flex;
}

header {
  padding-top: 66px;
}

.title-big {
  color: #083055;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
}

.hero .container {
  max-width: 930px;
  position: relative;
}

.hero-img {
  margin-top: 60px;
}

.title-big {
  margin: 0 0 33px;
}

.title-big span {
  color: #1f85e5;
}

.hero {
  padding-top: 140px;
}

.hero p {
  max-width: 668px;
  margin: 0 auto 45px;
  letter-spacing: 0.2px;
}

body {
  background: url(../img/hero-elipse.png) top right;
  background-repeat: no-repeat;
}

.hero {
  background: url(../img/hero-line.png) 100% -50px;
  background-repeat: no-repeat;
}

.hero .star1 {
  margin: -120px 70px 0;
  transform: rotate(35deg);
}

.hero .star3 {
  margin: -60px 70px 0;
}

.hero .star2.absolute {
  right: -35px;
  bottom: 65px;
}

section.pain p {
  font-size: 24px;
}

.hero p:last-child {
  margin-bottom: 27px;
}

.hero-img img.section-img {
  max-width: 719px;
  margin-top: 26px;
}
.hero .hero-img .star1 {
  bottom: 170px;
  margin: 0px 140px 0;
  transform: none;
  display: block;
}
.hero .hero-img .star2 {
  transform: none;
  right: 50px;
  bottom: 330px;
  display: block;
}
.pain {
  margin-top: 130px;
}

.pain img.section-img {
  margin-right: 73px;
}

.title-block {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.section-title {
  font-size: 48px;
  color: #083055;
  margin: 0;
}

.pain-content {
  max-width: 530px;
}

.solution {
  margin-top: 100px;
}

.title-block img {
  margin-right: 28px;
}

.pain-content p {
  line-height: 1.5;
}

.solution-content {
  padding-left: 107px;
  max-width: 466px;
  letter-spacing: 0.5px;
}

.sub-title {
  font-size: 32px;
  font-weight: 600;
  color: black;
  line-height: 1.5;
  margin: 45px 0 15px;
}

.solution-content p {
  line-height: 1.5;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px 24px;
  color: #041527;
}

.block_blue {
  padding: 40px 23px;
  border: 1px solid #d3d5d8;
  border-radius: 20px;
  background: linear-gradient(to top, #c8e9ff, #f3f9ff);
  position: relative;
  z-index: 2;
}

.howitworks .container {
  max-width: 1080px;
}

.howitworks {
  margin-top: 132px;
}

.block_blue_title {
  color: #041527;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 14px;
}

.block_blue_icon {
  margin-bottom: 40px;
}

.whygegi .grid {
  max-width: 724px;
  gap: 14px 18px;
}

.howitworks .title-big {
  margin-bottom: 70px;
}

.whygegi {
  padding-top: 190px;
  padding-bottom: 134px;
  background: url(../img/why-ellipse.png) 0px 20px;
  background-repeat: no-repeat;
  position: relative;
}

.howitworks .container {
  max-width: 1080px;
}

.block_border {
  border: 1px solid rgb(0 0 0 / 20%);
  max-height: 283px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 8px;
  padding-top: 35px;
  padding-bottom: 45px;
  background: #fafdff;
}

.banner {
  background: url(../img/white-line.png) #332f34;
  padding-top: 50px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 24px;
}

.white {
  color: white;
}

.white .title-big {
  color: white;
}

.banner a.btn-primary {
  width: 100%;
  text-align: center;
  max-width: 236px;
  margin-top: 67px;
}

.absolute {
  position: absolute;
}

.whygegi .star2.absolute {
  margin: 20% 68px 0;
}

.block_border img {
  margin-bottom: 42px;
}

section.solution .container {
  max-width: 1100px;
}

.whygegi:before {
  content: url(../img/why-line.png);
  position: absolute;
  left: 0;
  top: -185px;
}

.banner .flex div {
  max-width: 500px;
  margin: 0 auto 0;
}

.banner .title-big {
  margin-bottom: 25px;
}

.banner .absolute img {
  filter: brightness(0) invert(1);
}

.banner .star1.absolute {
  margin: -15px 42% 0;
}

.banner .star2.absolute {
  right: 50px;
  bottom: 0px;
}

.banner .container {
  position: relative;
}

.banner .star1.absolute img {
  width: 64px;
}

.footer-logo {
  color: #1f85e5;
  font-size: 48px;
  font-weight: 600;
}

.сopyright {
  font-weight: 500;
  color: #73899f;
  font-size: 24px;
  margin-top: 28px;
  margin-right: 50px;
}

.w-title {
  color: #083055;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 29px;
  margin-top: 25px;
}

footer a {
  color: #464647;
  text-decoration: none;
  font-weight: 500;
}

footer div p {
  margin-bottom: 24px;
}

footer {
  padding-top: 67px;
  padding-bottom: 67px;
  background: #f7fbfe;
}

footer a:hover {
  color: #0b65ed;
}

a {
  transition: 0.3s;
}

.solution img.section-img {
  max-height: 700px;
  padding-left: 15px;
  max-width: 610px;
}

@media only screen and (min-width: 1201px) {
  .solution-content {
    padding-bottom: 31px;
    padding-top: 10px;
    min-height: 297px;
    border-left: 1px solid rgb(0 0 0 / 40%);
    position: relative;
    left: -35px;
    position: relative;
  }

  .solution-content:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    background: #e0bfee;
    border-radius: 50%;
    left: -9px;
    top: -10px;
  }

  .solution-content:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    background: #e0bfee;
    border-radius: 50%;
    left: -9px;
    bottom: -10px;
  }

  .solution-content .title-block:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    background: #e0bfee;
    border-radius: 50%;
    left: -9px;
    bottom: 50%;
  }
}

@media only screen and (max-width: 1280px) {
  .hero {
    background-position-x: calc(100% + 100px);
  }

  img.section-img {
    max-width: 440px;
  }

  .absolute {
    display: none;
  }

  .hero-img {
    margin-top: 30px;
  }

  img.section-img {
    margin: 0 0 -15px;
  }

  .solution img.section-img {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1120px) {
  .сopyright {
    margin-right: 0px;
  }

  header {
    padding-top: 18px;
    padding-bottom: 24px;
  }

  .hero {
    padding-top: 60px;
  }

  section.whygegi .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (max-width: 980px) {
  .hero-img img.section-img {
    max-width: 100%;
    padding-left: 0;
    margin-top: 0px;
  }
  .hero .hero-img .star1 {
    bottom: 110px;
    margin: 0px 20px 0;
  }
  body {
    background-size: 500px;
  }

  .solution-content {
    padding-left: 00px;
    max-width: 100%;
  }

  .sub-title {
    font-size: 24px;
    font-weight: 600;
    color: #1f85e5;
    line-height: 1.5;
    margin: 29px 0 15px;
  }

  section.howitworks .grid {
    max-width: 724px;
    margin: auto;
  }

  section.whygegi .title-big {
    width: 100%;
    text-align: center;
  }

  header nav {
    transition: 0.5s;
    position: absolute;
    background: rgb(255 255 255 / 80%);
    padding: 30px 0px;
    height: 100vh;
    z-index: 9;
    top: -150vh;
    backdrop-filter: blur(5px);
    padding-top: 100px;
    left: 0;
    width: 100%;
    max-height: 315px;
    text-align: center;
  }

  .brand {
    position: relative;
    z-index: 10;
  }

  header.show-menu nav {
    top: 0;
  }

  header nav a {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  }

  nav .btn-primary {
    margin-top: 50px;
    max-width: 200px;
    text-align: center;
    margin-left: 0;
  }

  header .menu-burger {
    display: block !important;
    width: 37px;
    height: 37px;
    cursor: pointer;
    margin: 0 -5px 0;
    z-index: 99;
    position: relative;
  }

  .menu-burger span {
    width: 24px;
    height: 3px;
    background: #131615;
    position: absolute;
    border-radius: 3px;
    margin: 7px 7px 0;
  }

  .menu-burger span:before {
    content: "";
    width: 24px;
    height: 3px;
    background: #131615;
    position: absolute;
    border-radius: 3px;
    margin: 8px 0px 0;
  }

  .menu-burger span:after {
    content: "";
    width: 24px;
    height: 3px;
    background: #131615;
    position: absolute;
    border-radius: 3px;
    margin: 16px 0px 0;
  }

  .title-big {
    font-size: 32px;
  }

  body {
    font-size: 16px;
  }

  .hero .container {
    max-width: 620px;
  }

  .btn-primary {
    font-size: 16px;
    padding: 14px 20px;
  }

  .hero p {
    max-width: 640px;
    margin: 0 auto 34px;
  }

  .hero {
    background-position-y: -120px;
  }

  .hero-img {
    background-size: contain;
  }

  header .container {
    max-width: 100%;
  }

  .solution img.section-img {
    max-width: 100%;
  }

  .flex {
    flex-wrap: wrap;
  }

  .pain {
    margin-top: 42px;
  }

  .flex.mobile-row-reverse {
    flex-wrap: wrap-reverse;
  }

  .container {
    max-width: 460px;
  }

  footer .container {
    max-width: 100%;
  }

  section.solution .container {
    max-width: 460px;
  }

  .title-block {
    margin-bottom: 10px;
  }

  .section-title {
    font-size: 32px;
  }

  .title-block img {
    margin-right: 16px;
    width: 49px;
  }

  .pain-content {
    margin: 0 0 35px;
  }

  .pain img.section-img {
    margin-right: 0px;
  }

  .whygegi:before {
    display: none;
  }

  .solution {
    margin-top: 70px;
  }

  .howitworks {
    margin-top: 64px;
  }

  .howitworks .title-big {
    margin-bottom: 30px;
  }

  .whygegi {
    padding-top: 70px;
    padding-bottom: 73px;
  }

  img {
    max-width: 100%;
  }

  section.banner .flex {
    flex-direction: column-reverse;
  }

  .banner a.btn-primary {
    margin-top: 46px;
    font-size: 24px;
    margin-bottom: 35px;
  }

  .banner a.btn-primary {
    width: 100%;
    text-align: center;
    max-width: 205px;
    margin-top: 46px;
    font-size: 24px;
    margin-bottom: 35px;
    padding: 18px 24px;
  }

  section.banner .title-big {
    font-size: 40px;
  }

  .banner .star2.absolute {
    right: 50px;
    bottom: 0px;
    display: block;
    bottom: 50%;
  }

  .сopyright {
    margin-top: 7px;
  }

  .w-title {
    margin-bottom: 24px;
  }

  .block_blue_title {
    font-size: 20px;
  }

  .block_border img {
    margin-bottom: 34px;
  }

  section.whygegi .container {
    max-width: 980px;
  }

  .hidden {
    overflow: hidden;
  }

  header.show-menu .menu-burger span:before {
    display: none;
  }

  header.show-menu .menu-burger span {
    transform: rotate(45deg);
    margin-top: 14px;
  }

  header.show-menu .menu-burger span:after {
    transform: rotate(-90deg);
    margin-top: 0px;
  }

  footer .container .flex div {
    min-width: 250px;
    width: 50%;
  }

  .banner {
    background: #332f34;
  }

  .banner {
    font-size: 20px;
  }
}

@media only screen and (max-width: 680px) {
  .w-title {
    font-size: 20px;
  }

  .whygegi .title-big {
    margin: 0 0 24px;
  }

  .grid {
    gap: 24px;
  }

  .solution-content {
    margin-bottom: 10px;
  }

  .whygegi .grid {
    gap: 24px;
  }

  .hero {
    background-position-x: calc(100% + 55px);
    background-size: 150px;
    background-position-y: -35px !important;
  }

  header {
    padding-top: 13px;
    padding-bottom: 5px;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 15%);
    background: white;
  }

  .hero-img {
    background-size: auto 270px;
  }

  .hero-img img.section-img {
    max-width: 270px;
  }

  img.section-img {
    max-width: 100%;
  }

  .grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, auto);
  }

  .block_border {
    font-size: 20px;
  }

  footer .flex div {
    width: 100%;
  }

  footer {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  body {
    background-size: 400px;
  }

  .whygegi {
    background: none;
  }

  .hero-img img.section-img {
    max-width: 100%;
    position: relative;
  }

  section.pain p {
    font-size: 16px;
  }
  .hero .star1 {
    margin: -35px 10px 0;
    transform: rotate(35deg);
    display: block;
    width: 32px;
  }
  .hero .hero-img .star1,
  .hero .hero-img .star2 {
    width: 28px;
    height: 28px;
  }
  .hero .hero-img .star1 {
    bottom: 98%;
    margin: 0px 10px 0;
  }
  .hero .hero-img .star2 {
    bottom: 30px;
    right: 20px;
  }
}

@media only screen and (max-width: 560px) {
  footer .flex {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  footer .container .flex div {
    width: 100%;
  }

  .banner img {
    max-width: 300px;
  }

  .hero .title-big {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }

  section.whygegi .title-big {
    max-width: 300px;
  }
}
