/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 350px) and (max-width: 800px) {
  .container {
    min-width: 300px;
    max-width: 750px;
  }
}
@font-face {
  font-family: "monserat-regular";
  src: url("../../fonts/Montserrat-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "monserat-bold";
  src: url("../../fonts/Montserrat-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "monserat-medium";
  src: url("../../fonts/Montserrat-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "monserat-extra-bold";
  src: url("../../fonts/Montserrat-ExtraBold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "monserat-semi-bold";
  src: url("../../fonts/Montserrat-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "circe-extra-bold";
  src: url("../../fonts/Circe-ExtraBold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "circe-regular";
  src: url("../../fonts/Circe-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "monserat-black";
  src: url("../../fonts/Montserrat-Black.otf");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "monserat-regular", Arial, sans-serif;
  font-size: 18px;
  color: #212121;
}
@media screen and (min-width: 350px) and (max-width: 800px) {
  body {
    min-width: 350px;
    max-width: 800px;
  }
}
a {
  text-decoration: none;
  color: black;
  color: #212121;
}
html {
  scroll-behavior: smooth;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
h2 {
  font-weight: normal;
}
.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.about-us {
  position: relative;
  background-image: url("../../img/bg_understudentsbook.png");
  background-size: 50% 70%;
  background-position: 0 80px;
  background-repeat: no-repeat;
}
.about-us:after {
  content: "";
  position: absolute;
  width: 55%;
  height: 532px;
  background-image: url("../../img/student-books.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 240px;
}
.about-us__wrapper {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.about-us__text-wrapper {
  text-align: left;
  width: 590px;
  z-index: 2;
}
.about-us__title {
  font-size: 48px;
  font-family: "monserat-semi-bold", Arial, sans-serif;
  margin: 0;
  margin-bottom: 80px;
}
.about-us__title span:first-child {
  position: relative;
  width: 255px;
}
.about-us__title span:first-child:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background-color: #caebff;
  top: 40px;
  left: 0;
  z-index: -1;
}
.about-us__title span:nth-child(2) {
  display: block;
  font-family: "monserat-extra-bold", Arial, sans-serif;
  position: relative;
  width: 400px;
  text-transform: uppercase;
}
.about-us__title span:nth-child(2):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background-color: #caebff;
  top: 40px;
  left: 0;
  z-index: -1;
}
.about-us__info {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 40px;
  position: relative;
}
.about-us__info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.7;
  border-radius: 10px;
  z-index: -1;
}
.about-us b {
  font-family: "monserat-bold", Arial, sans-serif;
  font-weight: normal;
}
.about-us__info i {
  font-family: "monserat-semi-bold", Arial, sans-serif;
  text-transform: none;
}
.about-us__countries {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 500px;
  position: relative;
}

.about-us__countries:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.7;
  border-radius: 10px;
  z-index: -1;
}
@media screen and (min-width: 350px) and (max-width: 800px) {
  .about-us {
    background-size: 100% 450px;
  }
  .about-us:after {
    content: "";
    top: 70%;
    width: 100%;
    max-width: 500px;
    left: auto;
    right: auto;
  }
  .about-us__title {
    font-size: 24px;
    width: 90%;
  }
  .about-us .about-us__title span {
    width: 100%;
  }
  .about-us .about-us__title span:before {
    top: 17px;
  }
  .about-us__text-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-us__countries {
    padding-bottom: 300px;
    margin-bottom: 0;
  }
  .about-us__countries:before {
    display: none;
  }
  .about-us__info:before {
    display: none;
  }
}
.easy {
  padding-top: 50px;
  background-image: url("../../img/bg_understudents.png");
  background-size: 59% 84%;
  background-position: right 20px;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 80px;
  box-sizing: border-box;
  height: 80vh;
}
.easy:after {
  content: "";
  position: absolute;
  width: 46%;
  max-width: 920px;
  height: 710px;
  background-image: url("../../img/students.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 25px;
  right: 7%;
}
.easy__title {
  font-family: "monserat-bold", Arial, sans-serif;
  font-size: 56px;
  line-height: 75px;
  margin-bottom: 60px;
  width: 50%;
}
.easy__title span {
  position: relative;
}
.easy__title span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background-color: #caebff;
  top: 48px;
  left: 0;
  z-index: -1;
}
.easy__text {
  width: 450px;
  font-family: "monserat-medium", Arial, sans-serif;
  margin-bottom: 100px;
  line-height: 36px;
  font-size: 24px;
}
.easy__join {
  width: 450px;
  height: 70px;
  border: none;
  border-radius: 10px;
  color: white;
  background-color: #4dc000;
  font-family: "circe-regular", Arial, sans-serif;
  font-size: 28px;
  position: relative;
  margin-bottom: 155px;
}
.easy__join a {
  color: white;
}
.easy__join:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.easy__join:after {
  content: "";
  position: absolute;
  right: 40px;
  top: 20px;
  width: 35px;
  height: 30px;
  background-image: url("../../img/next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.easy__join:hover:after {
  right: 30px;
  transition: all 0.5s;
}
@media screen and (min-width: 350px) and (max-width: 800px) {
  .easy {
    padding-top: 15px;
    margin-bottom: 50px;
    background-image: url("../../img/students.svg");
    background-size: contain;
    background-color: #eaf7ff;
    background-position: bottom center;
  }
  .easy:after {
    display: none;
  }
  .easy__text:after {
    content: "";
    display: block;
    position: static;
    width: 75%;
    height: 260px;
    background-image: url("../../img/students.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;

  }
  .easy__title {
    font-size: 24px;
    line-height: 40px;
    width: 80%;
    text-align: center;
    margin-bottom: 50px;
  }
  .easy__title br {
    display: none;
  }
  .easy__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .easy__text {
    font-size: 14px;
    width: 90%;
    text-align: center;
    margin-bottom: 270px;
    position: relative;
    margin-bottom: 0;
  }
  .easy__join {
    width: 90%;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 50px;
    z-index: 5;
  }
  .easy__join:after {
    display: none;
  }

  .easy__title span::before {
    display: none;
  }
}
.footer {
  border-top: 2px solid #efefef;
  font-family: "monserat-extra-bold", Arial, sans-serif;
}
.footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__contact {
  display: flex;
  flex-direction: column;
}
.footer__contact-title {
  font-size: 21px;
  text-transform: uppercase;
  padding-top: 40px;
  color: #585858;
}
.footer__contact-phone {
  font-size: 30px;
  color: #585858;
  display: block;
  margin-bottom: 35px;
}
.footer__contact-email {
  font-size: 18px;
  color: #5485a4;
  font-family: "monserat-medium", Arial, sans-serif;
}
.footer__copyright {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: "monserat-medium", Arial, sans-serif;
  color: #c8c8c8;
}
@media screen and (min-width: 350px) and (max-width: 800px) {
  .footer__contact {
    margin-bottom: 30px;
  }
}
.form {
  display: flex;
  flex-direction: column;
}
.form__wrapper {
  border: none;
  margin: 0;
  margin-bottom: 85px;
  width: 100%;
  padding: 0;
  text-align: center;
}
.form__wrapper input {
  width: 23%;
  height: 85px;
  box-sizing: border-box;
  padding-left: 40px;
  border: 2px solid #e1e1e1;
  border-right: none;
  color: #5485a4;*/
}
.form__wrapper input::placeholder {
  color: #cbcbcb;
}
.form__wrapper input:not(.form__name) {
  margin-left: -5px;
}
.form__submit {
  width: 25%;
  height: 85px;
  background-color: #4dc000;
  color: white;
  text-transform: uppercase;
  font-family: "circe-extra-bold", Arial, sans-serif;
  font-size: 21px;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-left: -5px;
}
.form__name {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.form__rodo-label {
  display: block;
  text-align: center;
  color: #e1e1e1;
  margin-bottom: 125px;
}
.form__rodo-checkbox {
  opacity: 0.4;
}
@media screen and (min-width: 350px) and (max-width: 800px) {
  .form {
    width: 95%;
  }
  .form__wrapper {
    flex-wrap: wrap;
    padding: 0;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
  .form__wrapper input {
    width: 90%;
    height: 60px;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-left: 0 !important;
    border-right: 2px solid #e1e1e1;
  }
  .form__submit {
    width: 100%;
    border-radius: 10px;
    margin-top: 30px;
  }
  .form__rodo-label {
    margin-bottom: 80px;
  }
}
.main-nav__list {
  display: flex;
  margin: 0;
  font-family: "monserat-medium", Arial, sans-serif;
}
.main-nav__item {
  margin-right: 30px;
  position: relative;
  transition: all 0.5s;
}
.main-nav__item:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  background-color: #caebff;
  top: 16px;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
@media screen and (min-width: 350px) and (max-width: 800px) {
  .main-nav__list {
    flex-direction: column;
  }
  .main-nav__item {
    margin-bottom: 40px;
  }
}
.form {
  display: block;
  width: 100%;
}
.member {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.member .member__title {
  width: 76%;
  font-size: 60px;
}
.member .member__title:before {
  top: 52px;
}
.member__info {
  font-size: 24px;
  margin-bottom: 75px;
}
@media screen and (min-width: 350px) and (max-width: 800px) {
  .member {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .member .member__title {
    font-size: 24px;
    width: 90%;
    text-align: center;
    margin-bottom: 40px;
  }
  .member .member__title:before {
    top: 18px;
  }
  .member__info {
    font-size: 18px;
    text-align: left;
    width: 90%;
  }
}
.page-header {
  padding-top: 60px;
  display: flex;
  align-items: baseline;
  height: 15vh;
  box-sizing: border-box;
}
.page-header__logo {
  font-family: "monserat-bold", Arial, sans-serif;
  margin-right: 35px;
  text-transform: uppercase;
}
@media screen and (min-width: 350px) and (max-width: 800px) {
  .page-header {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 25px;
  }
  .page-header__logo {
    padding-bottom: 25px;
  }
}
.reviews {
  min-height: 1000px;
  background-image: url("../../img/white-students.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-bottom: 80px;
}
.reviews__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.reviews__title {
  width: 480px;
  font-size: 48px;
  line-height: 64px;
  font-family: "monserat-semi-bold", Arial, sans-serif;
  margin-bottom: 125px;
  margin-right: 125px;
}
.reviews__title span:nth-child(2) {
  display: block;
  width: 270px;
  position: relative;
}
.reviews__title span:nth-child(2):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background-color: #caebff;
  top: 45px;
  left: 0;
  z-index: -1;
  text-align: right;
}
.reviews__title span:nth-child(3) {
  font-family: "monserat-extra-bold", Arial, sans-serif;
  width: 465px;
  position: relative;
}
.reviews__title span:nth-child(3):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background-color: #caebff;
  top: 40px;
  left: 0;
  z-index: -1;
}
.reviews__comment {
  position: absolute;
  left: 65px;
  top: 115px;
  width: 390px;
  height: auto;
}

.reviews__people {
  position: absolute;
  left: 40px;
  top: 593px;
  width: 455px;
}
@media screen and (min-width: 800px) and (max-width: 1150px) {
  .reviews__comment {
    position: absolute;
    left: 65px;
    top: 220px;
    width: 390px;
    height: auto;
  }
  .reviews__people {
    top: 700px;
  }
}
.reviews__blur-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 250px;
  width: 56%;
}
.reviews__blur-comments {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.reviews__blur-list li:first-child {
  width: 285px;
  height: 245px;
  background-image: url("../../img/comment-1.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.reviews__blur-list li:nth-child(2),
.reviews__blur-list li:nth-child(3) {
  width: 220px;
  height: 190px;
  background-image: url("../../img/comment-2.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.reviews__fb {
  display: flex;
  margin-bottom: 185px;
  color: #4e759b;
}
.reviews__fb-wrapper {
  width: 590px;
  text-align: right;
  margin-right: 60px;
}
.reviews__fb-title {
  font-family: "circe-extra-bold", Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
  font-size: 38px;
}
.reviews__fb-text {
  font-family: "circe-regular", Arial, sans-serif;
  font-size: 38px;
  margin: 0;
  line-height: 50px;
}
.reviews__fb-link {
  margin-top: 10px;
}
@media screen and (min-width: 350px) and (max-width: 800px) {
  .reviews__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reviews__title {
    width: 90%;
    font-size: 24px;
    margin-right: 0;
    margin-bottom: 75px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .reviews__title span:first-child {
    width: 140px;
  }
  .reviews__comment {
    position: static;
    width: 95%;
    height: auto;
  }
  .reviews__people {
    position: static;
    width: 100%;
    margin-top: -40px;
    margin-bottom: 70px;
  }
  .reviews__blur-comments {
    display: none;
  }
  .reviews__fb-wrapper {
    text-align: right;
    width: 95%;
    margin-right: 15px;
  }
  .reviews__fb-title {
    font-size: 24px;
  }
  .reviews__fb-image {
    width: 90px;
    height: 90px;
  }
  .reviews__fb-text {
    font-size: 18px;
    line-height: 30px;
  }
  .reviews__fb {
    margin-bottom: 80px;
  }
}
.section-title {
  margin: 0;
  font-size: 48px;
  font-family: "monserat-extra-bold", Arial, sans-serif;
  position: relative;
  margin-bottom: 90px;
}
.section-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background-color: #caebff;
  top: 40px;
  left: 0;
  z-index: -1;
}
.stages__title {
  width: 400px;
  margin-bottom: 100px;
}
.stages__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 86%;
  margin-bottom: 100px;
}
.stages__step {
  display: flex;
  align-items: center;
  width: 49%;
  height: 135px;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px 3px rgba(57, 57, 57, 0.2);
  border-radius: 7px;
  margin-bottom: 35px;
  padding: 0;
}
.stages__step:nth-child(2n - 1) {
  text-align: right;
  flex-direction: row-reverse;
  padding-left: 110px;
}
.stages__count {
  padding: 0  60px;
  color: #f4c982;
  font-size: 75px;
  font-family: "monserat-black", Arial, sans-serif;
}
.stages__count--first {
  opacity: 0.17;
}
.stages__count--second {
  opacity: 0.35;
}
.stages__count--third {
  opacity: 0.49;
}
.stages__count--fourth {
  opacity: 0.66;
}
.stages__count--fifth {
  opacity: 0.83;
}
@media screen and (min-width: 350px) and (max-width: 800px) {
  .stages {
    padding-top: 60px;
  }
  .stages__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .stages__title {
    font-size: 24px;
    width: 90%;
    text-align: center;
    margin-bottom: 60px;
  }
  .stages__title:before {
    top: 19px;
  }
  .stages__list {
    width: 95%;
    text-align: left;
    padding-left: 0;
    margin-bottom: 50px;
  }
  .stages__step:nth-child(2n - 1) {
    flex-direction: row;
    padding-left: 0;
  }
  .stages__step {
    padding-right: 20px;
    width: 100%;
  }
  .stages__step span {
    text-align: left;
  }
  .stages__step br {
    display: none;
  }
  .stages__count {
    font-size: 30px;
    padding: 0 30px;
  }
}
.terms {
  position: relative;
  background-image: url("../../img/bg-cap.png");
  background-size: 50% 100%;
  background-position: top right;
  background-repeat: no-repeat;
  padding-bottom: 290px;
}
.terms:after {
  content: "";
  position: absolute;
  width: 45%;
  height: 680px;
  background-image: url("../../img/cap.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 130px;
}
.terms__title {
  width: 460px;
}
.terms__list {
  margin-left: 120px;
}
.terms__list b {
  font-weight: normal;
  font-family: "monserat-bold", Arial, sans-serif;
}
.terms__item {
  margin-bottom: 40px;
  width: 530px;
  line-height: 40px;
  position: relative;
}
.terms__item:before {
  content: "";
  position: absolute;
  left: -55px;
  top: 9px;
  width: 25px;
  height: 25px;
  background-image: url("../../img/yellow_triangle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 350px) and (max-width: 800px) {
  .terms {
    background-image: none;
    background-color: #eaf7ff;
    z-index: -2;
    padding-bottom: 30px;
  }
  .terms:after {
    top: 140px;
    width: 90%;
    max-width: 400px;
  }
  .terms__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .terms .terms__title {
    width: 90%;
    font-size: 24px;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 320px;
  }
  .terms .terms__title:before {
    display: none;
  }
  .terms__list {
    padding-left: 60px;
    margin-left: 0;
    background-color: white;
    border-radius: 15px;
    padding-top: 25px;
  }
  .terms__item {
    width: 90%;
  }
}
