@charset "UTF-8";
html {
  scroll-behavior: smooth;
  transition: all ease 0.4s;
}

body {
  background-color: #f7f1f1;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Metropolis";
  font-style: normal;
  src: url("../fonts/metropolis.bold.otf");
  src: url("../fonts/metropolis.medium.otf");
  src: url("../fonts/metropolis.regular.otf");
  src: url("../fonts/metropolis.semi-bold.otf");
}
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

li {
  cursor: pointer;
}

button {
  cursor: pointer;
}

input {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.modal__logo {
  cursor: pointer;
}

.header__fixed {
  background-color: white;
  padding-bottom: 20px;
  width: 100vw;
  margin: 0 auto;
  padding-top: 60px;
  position: fixed;
  top: 0;
  z-index: 10000;
  transition: all ease 0.5s;
}

.header__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  transition: all ease 0.5s;
}

.header__logo {
  width: 114px;
  height: 30px;
}

.header__list {
  display: flex;
  align-items: center;
}

.header__list li {
  margin: 0 20px;
  display: flex;
  align-items: center;
}

.header__list a {
  padding: 8px 12px;
  color: #0a033c;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}

.dropdown__title {
  position: relative;
}

.header__vector {
  transform: rotate(180deg);
  transition: all ease 0.3s;
}

.dropdown__title:hover .header__vector {
  transform: rotate(360deg);
  transition: all ease 0.3s;
}

.dropdown__title:hover .dropdown {
  transition: all ease 0.3s;
  transform: translateY(-30px);
  visibility: visible;
}

.dropdown {
  position: absolute;
  transform: translateY(40px);
  top: 60px;
  left: 13px;
  background-color: white;
  box-shadow: 3px 3px 20px 1px white;
  width: 150px;
  border-radius: 8px;
  visibility: hidden;
}

.dropdown li {
  padding: 10px;
  margin: 0;
  cursor: pointer;
  font-weight: 500;
}

.dropdown li:hover {
  background-color: #ff6652;
  color: white;
  opacity: 1;
}

.header__bottom {
  position: relative;
  left: 0;
}

.parag {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 3px;
  background-color: red;
  transform: scale(0);
  transition: all ease 0.5s;
}

.header__bottom:hover .parag {
  transform: scale(0.8);
  transition: all ease 0.3s;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__right-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__right__list {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  color: #0a033c;
}

.header__right__list:hover {
  color: #ff6652;
}

.header__right__img {
  cursor: pointer;
}

.scroll {
  position: absolute;
  left: 1vw;
  top: 85vh;
  padding: 15px;
  border-radius: 50%;
  background-color: #9c4df4;
  border: none;
  visibility: hidden;
}

.scroll img {
  width: 40px;
  height: 40px;
}

.add {
  cursor: pointer;
  position: fixed;
  top: 85vh;
  left: 1vw;
  background-color: #9c4df4;
  visibility: visible;
  transition: all ease 0.3s;
  opacity: 0.5;
}

.add:hover {
  opacity: 1;
  box-shadow: 1px 1px 5px 1 #9c4df4;
}

.header-burger {
  width: 30px;
  height: 30px;
}

.header__menu {
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  color: #0a033c;
}

.crost {
  display: none;
}

.modal__mobile {
  display: none;
}

.modal {
  width: 70vw;
  height: 80vh;
  background: #ffffff;
  border-radius: 15px;
  z-index: 10000;
  position: fixed;
  top: 12vh;
  left: 13vw;
  padding: 40px 20px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  visibility: hidden;
  transition: all ease 0.3s;
  opacity: 0;
}

.modal__block {
  visibility: visible;
  opacity: 1;
  transition: all ease 0.3s;
}

.modal__wrapper {
  margin-left: 50px;
}

.modal__img {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 30px;
  width: 30px;
  height: 30px;
  transition: all ease 0.4s;
}

.modal__img__singin {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 30px;
  height: 30px;
  transition: all ease 0.4s;
  cursor: pointer;
}

.modal__img__singin:hover {
  transform: scale(1.2);
  transition: all ease 0.4s;
}

.modal__img:hover {
  transform: scale(1.2);
  transition: all ease 0.4s;
}

.modal__logo {
  width: 80px;
  height: 20px;
}

.modal__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #0a033c;
  margin-top: 15px;
}

.modal__person {
  width: 332px;
  height: 306px;
  margin-top: 30px;
}

.modul__hr {
  width: 1px;
  height: 500px;
}

.modal__wrap {
  position: relative;
  left: -50px;
  width: 310px;
}

.modal__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #5d5a6f;
}

.modal__line {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #5d5a6f;
}

.modal__aside {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.modal__google {
  width: 250px;
  height: 50px;
  margin-left: 30px;
}

.modal__input {
  display: flex;
  align-items: center;
  padding-left: 16px;
  background: #ffffff;
  border: 1px solid #dedde4;
  border-radius: 5px;
}

.modal__input img {
  width: 18px;
  height: 18px;
}

.modal__form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.modal__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #0a033c;
}

.input-modal {
  border: none;
  outline: none;
  padding: 16px;
  width: 300px;
}

.input-modal::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #5d5a6f;
}

.input-modal::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #5d5a6f;
}

.eye__logo {
  height: 18px;
  width: 18px;
  margin-right: 16px;
}

.modal__checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.modal__checkbox-wrap input:first-of-type {
  width: 17px;
  height: 17px;
}

.modal__checkbox {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #5d5a6f;
  cursor: pointer;
}

.modal__checkbox:hover¡ {
  color: #ff6652;
}

.modal__btn {
  background: #9c4df4;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  transition: all ease 0.2s;
  border: none;
}

.modal__btn:hover {
  box-shadow: 1px 1px 10px 1px #9c4df4;
}

.modal__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #5d5a6f;
  text-align: center;
}

.modal__link a {
  color: #9c4df4;
}

.modal__singin {
  height: 80vh;
  width: 70vw;
  background: #ffffff;
  border-radius: 15px;
  z-index: 10000;
  position: fixed;
  top: 12vh;
  left: 13vw;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  visibility: hidden;
  transition: all ease 0.3s;
  opacity: 0;
}

.modal__aside__block {
  visibility: visible;
  opacity: 1;
  transition: all ease 0.3s;
}

.header__burger {
  display: none;
}

.modal__singin__span {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  margin-left: 54px;
  cursor: pointer;
  color: #5d5a6f;
}

@media screen and (max-width: 450px) {
  .container {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
  }
  .header__block {
    padding-top: 30px;
    width: 370px;
    padding-bottom: 20px;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__logo {
    width: 99px;
    height: 28px;
  }
  .header__list {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: -22px;
    height: 40vh;
    align-items: flex-start;
    background-color: rgb(248, 212, 212);
    width: 100vw;
    transform: translateY(-600px);
    transition: all ease 0.5s;
    z-index: 100000;
    margin-top: 20px;
    padding: 0;
    -webkit-transform: translateY(-600px);
    -moz-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
    -o-transform: translateY(-600px);
  }
  .crost {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    display: block;
    top: 20px;
  }
  .parag {
    display: none;
  }
  .dropdown {
    display: none;
  }
  .header__vector {
    display: none;
  }
  .header__list a {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
  }
  .header__list a:hover {
    color: white;
  }
  .burger {
    transform: translateY(0);
    transition: all ease 0.5s;
  }
  .header__right {
    display: none;
  }
  .header__burger {
    display: block;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .add {
    cursor: pointer;
    position: fixed;
    top: 85vh;
    left: 1vw;
    background-color: #9c4df4;
    visibility: visible;
    transition: all ease 0.3s;
    opacity: 0.5;
  }
  .scroll {
    position: absolute;
    left: 1vw;
    top: 85vh;
    padding: 15px;
    border-radius: 50%;
    background-color: #9c4df4;
    border: none;
    visibility: hidden;
  }
  .modal__mobile {
    width: 350px;
    z-index: 10000;
    padding: 35px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 13vh;
    left: 5vw;
    background: #ffffff;
    border-radius: 5px;
    display: none;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
  }
  .modal__mobile__block {
    opacity: 1;
    z-index: 100000;
    transition: all ease 0.5s;
    display: block;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
  }
  .mobile__img {
    width: 295px;
    height: 50px;
  }
  .mobile__box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
  }
  .modal__form {
    width: 295px;
  }
}
.boy__block {
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
}

.boy__wrapper {
  width: 607px;
}

.boy__btn {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #ff6652;
  padding: 15px 20px;
  background: #ffffff;
  border-radius: 10px;
  border: none;
  transition: all ease 0.5s;
}

.boy__btn:hover {
  background-color: #ff6652;
  color: white;
  transition: all ease 0.5s;
  transform: translateY(-5px);
  box-shadow: 1px 1px 10px 1px red;
}

.boy__text {
  font-weight: 700;
  font-size: 65px;
  line-height: 75px;
  color: #0a033c;
  margin-top: 15px;
}

.boy__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #5d5a6f;
  margin-top: 30px;
}

.boy__content {
  margin-top: 40px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 5px 22px;
}

.boy__aside {
  display: flex;
  align-items: center;
}

.boy__hr {
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #dadada;
  margin: 0 25px;
}

.boy__list {
  padding: 5px;
  width: 120px;
  outline: none;
  border: none;
}

.boy_list {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: rgba(93, 90, 111, 0.6);
}

.boy__button img {
  width: 24px;
  height: 24px;
}

.boy__inp {
  display: none;
}

.boy__button {
  padding: 13px 30px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  background: #9c4df4;
  border-radius: 10px;
  border: none;
  transition: all ease 0.5s;
}

.boy__button:hover {
  box-shadow: 1px 1px 10px 1px #9c4df4;
  cursor: pointer;
  transition: all ease 0.5s;
}

.boy_bg {
  width: 518px;
  height: 669px;
  -o-object-fit: contain;
     object-fit: contain;
  background-image: url("../img/icons/bg-boy.png");
}

.boy__img {
  width: 418px;
  height: 648px;
  margin-left: 50px;
}

.box-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: white;
  box-shadow: 0px 25px 70px rgba(10, 3, 60, 0.15);
  border-radius: 10px;
  position: relative;
  top: -670px;
  animation: square 2s linear 1s infinite alternate backwards running;
}

.box-img2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: white;
  box-shadow: 0px 25px 70px rgba(10, 3, 60, 0.15);
  border-radius: 10px;
  position: relative;
  top: -440px;
  left: -40px;
  animation: square 2s linear 1s infinite alternate backwards running;
}

.box-img3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: white;
  box-shadow: 0px 25px 70px rgba(10, 3, 60, 0.15);
  border-radius: 10px;
  position: relative;
  top: -800px;
  left: 400px;
  animation: square 2s linear 1s infinite alternate backwards running;
}

.box-img4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: white;
  box-shadow: 0px 25px 70px rgba(10, 3, 60, 0.15);
  border-radius: 10px;
  position: relative;
  top: -370px;
  left: 500px;
  animation: square 2s linear 1s infinite alternate backwards running;
}

@keyframes square {
  0% {
    margin-right: 10px;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 450px) {
  .container {
    width: 90%;
    max-width: 430px;
    margin: 0 auto;
  }
  .boy__block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 90px;
  }
  .boy__btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    padding: 15px;
  }
  .boy__text {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    width: 299px;
    margin-top: 15px;
  }
  .boy__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    width: 333px;
  }
  .boy__content {
    width: 335px;
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
  }
  .boy__list {
    margin-bottom: 10px;
    width: 290px;
    padding: 17px 20px;
    background: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    border-radius: 5px;
  }
  .boy_list {
    display: none;
  }
  .boy__hr {
    display: none;
  }
  .boy__inp {
    display: block;
    background: #ffffff;
    border-radius: 5px;
    width: 390px;
    padding: 17px 20px;
    border: none;
    outline: none;
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 16px;
    color: rgba(93, 90, 111, 0.6);
  }
  .boy__button {
    width: 335px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .boy_bg {
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 50px;
    width: 323px;
    height: 339px;
  }
  .boy__img {
    width: 323px;
    height: 339px;
  }
  .box-img {
    position: relative;
    top: -350px;
    left: -10px;
    width: 39px;
    height: 39px;
  }
  .box-img img {
    width: 24px;
    height: 24px;
  }
  .box-img2 {
    position: relative;
    top: -200px;
    left: -10px;
    width: 39px;
    height: 39px;
  }
  .box-img2 img {
    width: 24px;
    height: 24px;
  }
  .box-img3 {
    position: relative;
    top: -380px;
    left: 290px;
    width: 39px;
    height: 39px;
  }
  .box-img3 img {
    width: 24px;
    height: 24px;
  }
  .box-img4 {
    position: relative;
    top: -200px;
    left: 290px;
    width: 39px;
    height: 39px;
  }
  .box-img4 img {
    width: 24px;
    height: 24px;
  }
}
.quality {
  margin-top: 150px;
}

.quality__wrapper {
  width: 840px;
  margin: 0 auto;
  text-align: center;
}

.quality__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #0a033c;
  margin: 0 auto;
  width: 556px;
}

.quality__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  width: 840px;
  margin: 20px auto;
  color: #5d5a6f;
}

.quality__button {
  padding: 20px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  background: #9c4df4;
  border-radius: 10px;
  border: none;
  transition: all ease 0.5s;
}

.quality__button:hover {
  box-shadow: 1px 1px 10px 1px #9c4df4;
  transition: all ease 0.5s;
  transform: translateY(-5px);
}

.quality__block {
  width: 1060px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 610px;
  box-shadow: 0px 50px 170px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background-color: white;
  margin: 60px auto;
  position: relative;
}

.quality__box {
  width: 1000px;
  height: 570px;
  background-image: url("../img/quality-img.png");
  border-radius: 20px;
}

.quality__content {
  width: 180px;
  height: 216px;
  background-color: white;
  box-shadow: 0px 50px 170px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  top: 340px;
  left: 65px;
}

.quality__content img {
  width: 158px;
  height: 194px;
  border-radius: 10px;
}

.quality__content-second {
  width: 60px;
  height: 60px;
  background-color: #ff6652;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 230px;
  left: 470px;
}

.quality__content-third {
  width: 60px;
  height: 60px;
  background-color: #9c4df4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 180px;
  left: 900px;
}

.quality__aside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1060px;
  margin: 0 auto;
}

.quality__wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #ffffff;
  border-radius: 10px;
  width: 333px;
  transition: all ease 0.5s;
  padding: 15px;
}

.quality__wrap:hover .aside__box {
  background-color: white;
  transition: all ease 0.5s;
}

.quality__wrap-second:hover .aside__box {
  background-color: white;
  transition: all ease 0.5s;
}

.quality__wrap-third:hover .aside__box {
  background-color: white;
  transition: all ease 0.5s;
}

.quality__wrap:hover .quality__text {
  color: white;
  transition: all ease 0.5s;
}

.quality__wrap:hover {
  transform: translateY(-5px);
  background-color: #ff6652;
  transition: all ease 0.5s;
  box-shadow: 2px 2px 10px 1px #ff6652;
}

.aside__box {
  width: 70px;
  height: 70px;
  background: #fff4f2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quality__wrap-second {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #ffffff;
  border-radius: 10px;
  width: 333px;
  transition: all ease 0.5s;
  padding: 15px;
}

.quality__wrap-second:hover {
  transform: translateY(-5px);
  background-color: #9c4df4;
  transition: all ease 0.5s;
  box-shadow: 2px 2px 10px 1px #9c4df4;
}

.quality__wrap-second:hover .quality__text {
  color: white;
  transition: all ease 0.5s;
}

.aside__box-second {
  width: 70px;
  height: 70px;
  background: #f8f2ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quality__wrap-third {
  display: flex;
  align-items: center;
  gap: 20px;
  background: white;
  border-radius: 10px;
  width: 333px;
  transition: all ease 0.5s;
  padding: 15px;
}

.quality__wrap-third:hover {
  transform: translateY(-5px);
  background-color: #21ec8a;
  transition: all ease 0.5s;
  box-shadow: 2px 2px 10px 1px #21ec8a;
}

.quality__wrap-third:hover .quality__text {
  color: white;
  transition: all ease 0.5s;
}

.aside__box-third {
  width: 70px;
  height: 70px;
  background: #e6fff3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quality__text {
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  color: #0a033c;
}

.lessons {
  margin-top: 150px;
}

.lessons__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #0a033c;
}

.lessons__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #5d5a6f;
  margin-top: 20px;
}

.lessons__box {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 50px auto;
  width: 500px;
}

.lessons__list {
  font-weight: 500;
  font-size: 16px;
  padding: 20px 30px;
  line-height: 20px;
  color: #0a033c;
  transition: all ease 0.5s;
  border-radius: 10px;
}

.lessons__list:hover {
  background: #ff6652;
  box-shadow: 0px 15px 50px rgba(255, 102, 82, 0.2);
  border-radius: 10px;
  padding: 20px 30px;
  transition: all ease 0.3s;
  border: none;
  color: white;
}

.lessons__block {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.lessons__wrapper {
  width: 280px;
  padding: 30px 15px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all ease 0.5s;
  border-radius: 15px;
}

.lessons__wrapper:hover {
  transform: translateY(-7px);
  transition: all ease 0.5s;
  box-shadow: 3px 3px 15px 1px rgb(138, 136, 136);
  cursor: pointer;
}

.lessons__wrapper h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  margin-top: 20px;
  color: #0a033c;
}

.lessons__wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-top: 15px;
  width: 260px;
  color: #5d5a6f;
}

.lessons__btn {
  padding: 16px 31px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border-color: #9c4df4;
  border: 1px solid #9c4df4;
  background-color: transparent;
  margin-top: 25px;
  border-radius: 5px;
  color: #9c4df4;
  transition: all ease 0.5s;
}

.lessons__btn:hover {
  color: white;
  cursor: pointer;
  background-color: #9c4df4;
}

.lessons__button {
  padding: 20px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-top: 50px;
  margin-left: 510px;
  color: #ffffff;
  background: #9c4df4;
  border-radius: 10px;
  border: none;
  transition: all ease 0.5s;
}

.lessons__button:hover {
  box-shadow: 1px 1px 10px 1px #9c4df4;
  transition: all ease 0.5s;
  transform: translateY(-5px);
}

.person__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 70px;
  margin-top: 120px;
  border-radius: 20px;
  height: 669px;
  background-color: #ede9f2;
  background-image: url("../img/lessons-bagimg.png");
}

.person__btn {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  padding: 15px 20px;
  background: #e4e2f4;
  border-radius: 10px;
  border: none;
  color: #9c4df4;
  transition: all ease 0.4s;
}

.person__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  width: 457px;
  margin-top: 15px;
  color: #0a033c;
}

.person__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  width: 500px;
  margin-top: 20px;
  color: #5d5a6f;
}

.person__btn--second {
  padding: 20px 30px;
  background: #9c4df4;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border: none;
  margin-top: 40px;
  color: #ffffff;
  transition: all ease 0.4s;
}

.person__btn--second:hover {
  transition: all ease 0.4s;
  transform: translateY(-5px);
  cursor: pointer;
}

.person_img-first {
  position: relative;
  left: 0;
  top: -110px;
}

.person_img--second {
  position: relative;
  left: 230px;
  top: -230px;
}

.person_img--third {
  position: relative;
  top: -30px;
  left: -40px;
}

.footer__top {
  margin-top: 150px;
}

.footer__top__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__top__img {
  width: 510px;
  height: 521px;
}

.footer__top__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  color: #0a033c;
  width: 435px;
}

.footet__top__subtitle {
  font-weight: 400;
  width: 500px;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #5d5a6f;
}

.footer__top__btn {
  padding: 20px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  background: #9c4df4;
  border-radius: 10px;
  border: none;
  margin-top: 40px;
  transition: all ease 0.5s;
  color: #ffffff;
}

.footer__top__btn:hover {
  box-shadow: 1px 1px 10px 1px #9c4df4;
  transition: all ease 0.5s;
  transform: translateY(-5px);
}

.footet__top__wrapper {
  background: #0a033c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin-top: 80px;
  padding: 60px 50px;
  margin-bottom: 80px;
}

.footer__top__contein {
  width: 576px;
}

.footer__top__text {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #ffffff;
}

.footer__top__list {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.footer__top__input {
  width: 367px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px 0px 0px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  border: none;
  outline: none;
  margin-top: 40px;
  margin-left: 40px;
}

.footer__top__button {
  padding: 18px 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-left: -5px;
  text-align: right;
  border: none;
  background: #9c4df4;
  border-radius: 0px 10px 10px 0px;
  color: #ffffff;
  border: 2px solid #9c4df4;
}

.footer__top__button:hover {
  opacity: 0.8;
  transition: all ease 0.3s;
}

.footer__img1 {
  position: relative;
  left: -260px;
  top: -259px;
}

.footer__img2 {
  position: relative;
  left: -210px;
  top: -140px;
}

.footer__img3 {
  position: relative;
  left: -339px;
  top: 20px;
}

.footer__img4 {
  position: relative;
  left: 530px;
  top: -250px;
}

.footer__img5 {
  position: relative;
  left: 400px;
  top: -100px;
}

.footer__img6 {
  position: relative;
  left: 480px;
  top: 10px;
}

footer {
  margin-bottom: 60px;
  margin-top: 80px;
}

.footer__block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.footer__box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}

.footer__box span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.4s;
}

.footer__box span:hover {
  background-color: #ff6652;
  transition: all ease 0.4s;
  transform: translateY(-7px);
  color: white;
}

.footer__list {
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5d5a6f;
}

.footer__text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5d5a6f;
}

.footer__wrapper h1 {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #0a033c;
}

.footer__wrapper li {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #5d5a6f;
  margin-top: 20px;
}

.footer__wrapper li:hover {
  color: #ff6652;
}

.book {
  background: #efebf5;
  border-radius: 20px;
  padding: 20px 30px;
  margin-top: 85px;
}

.book__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: rgba(10, 3, 60, 0.4);
}

.book__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.03em;
  cursor: pointer;
  color: rgba(10, 3, 60, 0.4);
}

.book__title:hover {
  color: #9c4df4;
}

.book__subtitle:hover {
  color: #9c4df4;
}

.book__box {
  margin-left: 135px;
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.book__box p {
  font-weight: 600;
  font-size: 45px;
  line-height: 50px;
  width: 278px;
  color: #0a033c;
}

.book__box img {
  margin-left: 243px;
}

.popular {
  margin-top: 40px;
  display: flex;
  gap: 30px;
}

.popular__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  color: #0a033c;
  margin-bottom: 5px;
}

.book__wrapper {
  background: #ffffff;
  border-radius: 10px;
  width: 400px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  transition: all ease 0.4s;
}

.book__wrapper:hover {
  box-shadow: 1px 1px 10px 1px rgb(175, 173, 173);
  transition: all ease 0.4s;
  transform: translateY(-4px);
}

.book__wrapper h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  width: 228px;
  color: #0a033c;
  margin-top: 10px;
}

.book__wrapper p {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  margin-top: 10px;
  color: #ff6652;
}

.book__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  margin-top: 20px;
  color: #9c4df4;
  margin-bottom: 40px;
}

.popular__wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.popular__wrapper button {
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0a033c;
  transition: all ease 0.4s;
}

.popular__wrapper button:hover {
  background: #ff6652;
  box-shadow: 0px 15px 50px rgba(255, 102, 82, 0.2);
  border-radius: 10px;
  color: white;
  transition: all ease 0.4s;
}

.popular__wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.popular__box {
  margin-top: 30px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 555px;
}

.popular__box input {
  width: 450px;
  padding: 22px 20px;
  background-color: transparent;
  border: none;
  outline: none;
}

.popular__contein {
  width: 230px;
  background: #ffffff;
  margin-top: 30px;
  border-radius: 10px;
  padding: 20px 20px;
}

.popular__contein select {
  border: none;
  outline: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: rgba(93, 90, 111, 0.6);
}

.popular__contein select {
  width: 200px;
}

.popular__block {
  display: flex;
  margin-top: 30px;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.popular__inner {
  padding-bottom: 10px;
  width: 255px;
}

.popular__aside {
  width: 255px;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popular__img {
  width: 210px;
  height: 220px;
  transition: all ease 0.3s;
}

.popular__img:hover {
  transform: scale(1.1);
  transition: all ease 2s;
}

.popular__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  margin-top: 15px;
  color: #0a033c;
}

.popular__sidebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.popular__sidebar p {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #ff6652;
}

.popular__bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 50px auto;
}

.popular__btn {
  background: #f2e6ff;
  padding: 6px 8px;
  border-radius: 6px;
  border: none;
}

.popular__bottom button:hover {
  background: #9c4df4;
}

.popular__btn-second {
  padding: 6px 8px;
  background: #f2e6ff;
  border-radius: 6px;
  border: none;
}

.popular__btn img {
  transform: rotate(270deg);
}

.popular__btn-second img {
  transform: rotate(90deg);
}

.popular__list {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #0a033c;
}

.popular__number {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  display: flex;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  color: #3e4756;
}

.popular__number-to {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #0a033c;
}/*# sourceMappingURL=style.css.map */