
body {
  background-color: #5ea7ea;
}

.start--section {
  background: -webkit-gradient(linear, left top, left bottom, from(#1d90f9), color-stop(70.71%, #5ea7ea));
  background: linear-gradient(180deg, #1d90f9, #5ea7ea 70.71%);
}
.start--section .made-in {
  color: white;
  font-size: 1.5em;
  font-weight: 500;
}
.start--section h1 {
  font-size: 8em;
  text-align: center;
  font-size: 600;
  color: white;
}
.start--section .start-btn {
  background-color: #ed8145;
  padding: 1.5rem 2rem;
  font-weight: 700;
  font-size: 2em;
  color: white;
  border-radius: 1000px;
  line-height: 1;
}
.start--section .hands-imgs-wrapper {
  width: 100%;
  bottom: 0;
}

.motivation--section .motivation .container,
.motivation--section .quality .container,
.quality--section .motivation .container,
.quality--section .quality .container {
  position: relative;
  background-color: white;
  padding: 3em 7em;
}
.motivation--section .motivation .container .motivation-block,
.motivation--section .motivation .container .quality-block,
.motivation--section .quality .container .motivation-block,
.motivation--section .quality .container .quality-block,
.quality--section .motivation .container .motivation-block,
.quality--section .motivation .container .quality-block,
.quality--section .quality .container .motivation-block,
.quality--section .quality .container .quality-block {
  margin-bottom: 3em;
}
.motivation--section .motivation .container .motivation-block h2,
.motivation--section .motivation .container .quality-block h2,
.motivation--section .quality .container .motivation-block h2,
.motivation--section .quality .container .quality-block h2,
.quality--section .motivation .container .motivation-block h2,
.quality--section .motivation .container .quality-block h2,
.quality--section .quality .container .motivation-block h2,
.quality--section .quality .container .quality-block h2 {
  margin-bottom: 2rem;
}
.motivation--section .motivation .container .hat,
.motivation--section .motivation .container .under-hat,
.motivation--section .quality .container .hat,
.motivation--section .quality .container .under-hat,
.quality--section .motivation .container .hat,
.quality--section .motivation .container .under-hat,
.quality--section .quality .container .hat,
.quality--section .quality .container .under-hat {
  position: absolute;
  height: 4em;
  width: 100%;
  background-color: white;
  left: 0;
}
.motivation--section .motivation .container .hat,
.motivation--section .quality .container .hat,
.quality--section .motivation .container .hat,
.quality--section .quality .container .hat {
  bottom: 100%;
  border-radius: 3em 3em 0 0;
  position: absolute;
}
.motivation--section .motivation .container .under-hat,
.motivation--section .quality .container .under-hat,
.quality--section .motivation .container .under-hat,
.quality--section .quality .container .under-hat {
  top: 100%;
  border-radius: 0 0 3em 3em;
  position: absolute;
}

.quality--section {
  background-color: white;
}

.possibilities--section {
  background-color: white;
  padding-bottom: 4rem;
  z-index: 1;
  position: relative;
  padding: 0;
}
.possibilities--section .content {
  padding-top: 4rem;
  width: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(54%, #1877ce), color-stop(89.69%, #5ea7e9));
  background: linear-gradient(180deg, #1877ce 54%, #5ea7e9 89.69%);
}
.possibilities--section .content h2 {
  font-size: 3em;
  color: white;
  text-align: center;
  margin-bottom: 4rem;
}
.possibilities--section .content .opportunity img {
  scale: 0.9;
}
.possibilities--section .content .opportunity span {
  margin-top: 1rem;
  font-size: 2.25em;
  color: white;
  font-weight: 600;
}
.possibilities--section .content .under-hat {
  position: absolute;
  width: 100%;
  height: 4em;
  background: red;
  left: 0;
  top: calc(100% - 3px);
  background-color: white; /* цвет эллипса */
  overflow: hidden; /* скрываем нижнюю часть */
  z-index: -1;
}
.possibilities--section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 64px;
  background: radial-gradient(ellipse at 50% 0%, #5ea7e9 75%, transparent 76%);
}

.chess--section {
  position: relative;
  background-color: #dbeeff;
}
.chess--section .content-block {
  padding: 4em 0;
  padding-bottom: 6em;
}
.chess--section h2 {
  margin-bottom: 4rem;
  color: #0885f8;
  font-weight: 600;
  font-size: 3em;
  text-align: center;
}
.chess--section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 64px;
  background: radial-gradient(ellipse at 50% 0%, #dbeeff 75%, transparent 76%);
}

.last--section {
  background-image: url("../../media/images/last-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 750px;
}
.last--section .container {
  height: 100%;
}
.last--section .container h2 {
  text-align: center;
  color: white;
  font-size: 3em;
  line-height: 1;
}
.last--section .container h2 span {
  margin-top: 0.5em;
  display: inline-block;
  position: relative;
}
.last--section .container h2 span div {
  z-index: -1;
  position: absolute;
  width: 110%;
  background-color: #ed8145;
  height: 2rem;
  top: 0.3em;
  left: -5%;
  rotate: -2deg;
}
.last--section .container a {
  padding: 2rem 4rem;
  background-color: #3097f6;
  border-radius: 1000px;
  font-size: 2.25em;
  line-height: 1;
  color: white;
  font-weight: 600;
  text-decoration: none;
}

.slider--section {
  padding-top: 8em;
  padding-bottom: 8em;
  background-color: #e2804b;
}
.slider--section h2 {
  font-size: 3em;
  color: white;
  font-size: 600;
  margin-bottom: 3rem;
}
.slider--section .container {
  overflow: hidden;
}
.slider--section .swiper-container {
  width: 30%;
  height: 300px;
}
.slider--section .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 1.5rem;
}
.slider--section .swiper-slide img {
  margin-bottom: 2em;
  width: 9em;
}
.slider--section .swiper-slide p {
  font-size: 1.8em;
  color: #2794f8;
  font-size: 600;
}
.slider--section .swiper-slide:nth-child(1) {
  background: none;
  border: solid white 1px;
}
.slider--section .swiper-slide:nth-child(1) p {
  color: white;
}
.slider--section .swiper-button-next,
.slider--section .swiper-button-prev {
  color: black;
}

footer {
  background-color: black;
  padding: 2em 0;
}
footer .footer-link {
  font-size: 1.25em;
  font-weight: 600;
  color: white;
  text-decoration: none;
}

.popup-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2039215686);
  z-index: 9999;
}
.popup-wrapper .popup {
  background-color: white;
  border-radius: 1.5em;
  padding: 1.5em;
  min-width: 475px;
  max-width: 50%;
  max-height: 100%;
}
.popup-wrapper .popup h4 {
  padding: 0 1.5rem;
  font-size: 1.5em;
  margin-bottom: 1.5rem;
}
.popup-wrapper .popup p {
  margin-bottom: 1.5em;
}
.popup-wrapper .popup .close {
  top: 1.5em;
  right: 1.5em;
}
.popup-wrapper .popup .action-btns button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1em 1.5em;
  font-weight: 600;
  border-radius: 1000px;
  background-color: #e3e3e3;
}

@media (max-width: 1400px) {
  .slider--section .swiper-container {
    width: 50%;
    height: 300px;
  }
  .slider--section .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
  .slider--section .swiper-slide img {
    margin-bottom: 2em;
    width: 9em;
  }
  .slider--section .swiper-slide p {
    font-size: 1.8em;
    color: #2794f8;
    font-size: 600;
  }
}
.possibilities--section .clouds {
  background-size: contain;
  bottom: 99%;
  height: 145px;
  background-image: url("../../media/images/Group 3.png");
  background-repeat: repeat-x;
  background-position: bottom;
}

.chess--section .clouds {
  background-size: contain;
  bottom: 99%;
  height: 145px;
  background-image: url("../../media/images/Group 33.png");
  background-repeat: repeat-x;
  background-position: bottom;
}

@media (max-width: 992px) {
  .start--section h1 {
    font-size: 5em;
  }
  .slider--section .swiper-container {
    width: 80%;
    height: 300px;
  }
  .slider--section .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
  .slider--section .swiper-slide img {
    margin-bottom: 2em;
    width: 9em;
  }
  .slider--section .swiper-slide p {
    font-size: 1.8em;
    color: #2794f8;
    font-size: 600;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
  .start--section .start-btn {
    background-color: #ed8145;
    padding: 1.5rem 2rem;
    font-weight: 700;
    font-size: 2em;
  }
  .motivation--section img,
  .quality--section img {
    width: 70%;
  }
  .motivation--section .motivation,
  .quality--section .motivation {
    padding: 0 1em;
  }
  .motivation--section .motivation .container,
  .motivation--section .quality .container,
  .quality--section .motivation .container,
  .quality--section .quality .container {
    padding: 3em 2em;
  }
}
@media (max-width: 567px) {
  .start--section h1 {
    font-size: 4em;
  }
  .popup-wrapper .popup {
    max-width: 95%;
  }
  .possibilities--section .content h2 {
    font-size: 2em;
  }
  .possibilities--section .content img {
    width: 60%;
  }
  .possibilities--section .content .opportunity span {
    margin-top: 0;
  }
  .chess--section .content-block {
    padding: 2em 0;
    padding-bottom: 0em;
  }
  .chess--section h2 {
    font-size: 2em;
    margin-bottom: 2em;
  }
  .chess--section img {
    width: 70%;
  }
}