/*! 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: none;
  background-size: 50% 70%;
  background-position: 0 10px;
  background-repeat: no-repeat;
}
.about-us:after {
  content: "";
  position: absolute;
  width: 55%;
  height: 660px;
  background-image: url("../../img/student-books.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: -25px;
}
.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: 50px;
}
.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: 34px;
  margin-bottom: 25px;
  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;
  position: relative;
}
.about-us b::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    background-color: 
    #caebff;
    top: 11px;
    left: 0;
    z-index: -1;
}
.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: 0;
  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: 40px;
/*  background-image: none;
  background-size: 50% 100%;
  background-position: right 20px;
  background-repeat: no-repeat;*/
  position: relative;
  margin-bottom: 80px;
  box-sizing: border-box;
  height: 100vh;
  max-height: 850px;
  min-height: 800px;
}
.easy:after {
  content: "";
  position: absolute;
  width: 54%;
  max-width: 920px;
  height: 710px;
  background-image: url("../../img/students.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 25px;
  right: 0;
  z-index: -1;
}
.easy__title {
  font-family: "monserat-bold", Arial, sans-serif;
  font-size: 56px;
  line-height: 75px;
  margin-bottom: 25px;
  width: 50%;
  font-weight: normal;
}
.easy__title span {
  position: relative;
  font-family: "monserat-extra-bold", Arial, sans-serif;
}
.easy__title span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background-color: #caebff;
  top: 48px;
  left: 0;
  z-index: -1;
}
.easy__text {
  width: 570px;
  font-family: "monserat-regular", Arial, sans-serif;
  margin-bottom: 100px;
  line-height: 28px;
  font-size: 30px;
  position: relative;
}
.easy__text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    background-color: 
    #caebff;
    top: 28px;
    left: 0;
    z-index: -1;
}
.easy__join {
    align-items: center;
    display: flex;
    justify-content: center;
  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: 55px;
  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;
  }
}
.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;
}

.experience {
  padding-top: 100px;
  width: 1070px;
}

.section-title {
  margin: 0 auto;
  text-align: center;
  font-size: 48px;
  font-family: "monserat-bold", Arial, sans-serif;
  position: relative;
  margin-bottom: 110px;
}

.section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background-color: #caebff;
  top: 39px;
  left: 0;
  z-index: -1;
}

.experience__wrapper {
  height: 625px;
  box-sizing: border-box;
  background-color: #ff4d43;
  border-radius: 15px;
  border: 15px solid #454258;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 110px;
}

.experience__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.experience__play {
  width: 295px;
  height: 295px;
  border-radius: 50%;
  background-color: #ffdbd9;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.experience__play:hover {
  transform: scale(1.1);
}

.experience__play img {
  margin-left: 25px;
}

.terms {
  position: relative;
  width: 100%;
}

.terms::before {
  content: "";
  position: absolute;
  width: 1400px;
  height: 900px;
  background-image: url("../../img/answers-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  right: 0;
  top: 90px;
}

.terms__title {
  width: 450px;
  margin: 0;
  margin-bottom: 105px;
}

.terms__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.terms__item {
  min-height: 260px;
  height: auto;
  box-sizing: border-box;
  width: 49%;
  padding: 20px 45px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3);
  margin-bottom: 15px;
  border-radius: 15px;
  background-color: white;
}

.terms__item--last {
  width: 100%;
  min-height: 190px;
  height: auto;
  text-align: center;
}

.terms__item--last .terms__item-info {
  font-family: "monserat-bold", Arial, sans-serif;
}

.terms__item-title {
  font-size: 18px;
  font-weight: normal;
  font-family: "monserat-bold", Arial, sans-serif;
  margin-top: 0;
}

.terms__item-info {
  font-family: "monserat-medium", Arial, sans-serif;
}

.terms__item-info-space {
  margin-bottom: 25px;
}

.terms__item-list {
  padding-left: 0;
  line-height: 36px;
}

.terms__item-list li {
  font-size: 18px;
  font-weight: normal;
  font-family: "monserat-medium", Arial, sans-serif;
}

.terms__item-info {
  margin: 0;
}

.terms__item:nth-child(3) .terms__item-title,
.terms__item:nth-child(4) .terms__item-title {
  margin-bottom: 40px;
}

.judges {
  margin-bottom: 60px;
}

.judges__title {
  width: 160px;
}

.judges__list {
  margin: 0 auto;
  width: 960px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.judges__judge {
  width: 31%;
  text-align: center;
}
.judges__judge:first-child .judges__name {
  width: 160px;
}

.judges__judge:nth-child(2) .judges__name {
  width: 225px;
}

.judges__judge:nth-child(3) .judges__name {
  width: 220px;
}

.judges__name {
  font-size: 24px;
  font-weight: normal;
  font-family: "monserat-bold", Arial, sans-serif;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
}

.judges__name::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background-color: #caebff;
  top: 18px;
  left: 0;
  z-index: -1;
}

.judges__info {
  font-family: "monserat-bold", Arial, sans-serif;
  font-size: 18px;
}

.answers {
  background-image: url("../../img/terms-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 95%;
  height: 820px;
}

.answers__list {
  width: 54%;
  margin: 0 auto;
}

.answers__title {
  width: 515px;
}

.answers__item-title {
  font-weight: normal;
  font-size: 24px;
  font-family: "monserat-semi-bold", Arial, sans-serif;
  position: relative;
  margin-bottom: 0;
}

.answers__info {
  margin-top: 7px;
  margin-bottom: 30px;
}

.winner {
  text-align: center;
  margin-bottom: 85px;
}

.winner__title {
  width: 580px;
  margin-bottom: 35px;
}

.winner__info {
  font-size: 24px;
  margin-bottom: 40px;
}

.winner__info a {
  font-family: "monserat-semi-bold", Arial, sans-serif;
}

.sponsor {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sponsor__title {
  width: 655px;
  margin-bottom: 0;
}

.sponsor__logo {
  margin: 90px auto;
}

@media screen and (min-width: 350px) and (max-width: 800px) {
  .sponsor__title,
  .winner__title,
  .answers__title,
  .judges__title,
  .terms__title,
  .experience__title {
    width: 90%;
    font-size: 24px;
  }

  .section-title::before {
    top: 18px;
  }

  .experience {
    width: 90%;
  }

  .terms__item {
    width: 90%;
  }

  .terms__list {
    justify-content: center;
  }

  .terms {
    width: 90%;
  }

  .judges__title {
    margin-bottom: 50px;
  }

  .judges__list {
    width: 90%;
    flex-direction: column;
  }

  .judges__judge {
    width: 100%;
  }

  .answers__title {
    margin-bottom: 50px;
  }

  .answers__list {
    width: 95%;
  }

  .answers {
    background-position: left 40px;
    height: auto;
    margin-bottom: 70px;
  }

  .winner__info {
    font-size: 18px;
  }

  .sponsor__logo {
    width: 100%;
    height: auto;
  }
}
