* {
  box-sizing: border-box;
}

body {
  font-size: 18px;
  font-family: Comfortaa;
  line-height: 1.5;
  color: white;
  background-color: #00222d;
  margin: 0;
  padding: 0;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
}

h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 15px 0;
}

a {
  color: #FFBE00 !important;
  text-decoration-style: dotted;
}

p {
  font-size: 18px;
  margin: 0 0 10px 0;
}
@media (max-width: 1000px) {
  p {
    font-size: 16px;
  }
}

section {
  padding: 40px;
}
@media (max-width: 1000px) {
  section {
    padding: 20px;
  }
}
section.bg1 {
  background-color: #084153;
}
section.bg2 {
  background-color: #03566F;
}
section.bg3 {
  background-color: #32778B;
}

div.characters {
  justify-content: center;
  display: flex;
}
@media (max-width: 1000px) {
  div.characters {
    flex-wrap: wrap;
  }
}
div.characters > div {
  width: 300px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
}
div.characters > div div {
  color: black;
  font-size: 16px;
}
div.characters > div:nth-of-type(1) {
  background-image: url("/img/question.png");
  padding: 15px 20px 100px 100px;
}
div.characters > div:nth-of-type(2) {
  background-image: url("/img/answer.png");
  padding: 123px 100px 20px 20px;
}
@media (max-width: 1000px) {
  div.characters > div:nth-of-type(2) {
    margin-top: -60px;
  }
}

section.top {
  background-color: #002C39;
}
section.top div.logo {
  margin: 40px 0;
}
@media (max-width: 1000px) {
  section.top div.logo {
    font-size: 14px;
    padding: 10px;
    margin: 0;
  }
}
section.top div.logo img {
  width: 600px;
}
@media (max-width: 1000px) {
  section.top div.logo img {
    width: 100%;
  }
}
section.top div.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.top div.buttons > a {
  padding: 20px;
  flex-grow: 1;
  border-radius: 10px;
  margin: 10px;
  font-size: 20px;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
}
@media (max-width: 1000px) {
  section.top div.buttons > a {
    font-size: 14px;
    padding: 10px;
    margin: 5px;
  }
}
section.top div.buttons a.button-learn {
  background-color: #0C4A5C;
}
section.top div.buttons a.button-words {
  background-color: #562F57;
}
section.top div.buttons a.button-magic {
  background-color: #72420D;
}
section.top h1 {
  font-size: 26px;
}
section.top div.about {
  font-size: 18px;
  margin: 40px 150px;
}
@media (max-width: 1000px) {
  section.top div.about {
    margin: 20px;
  }
}
section.top div.ratings {
  display: flex;
  justify-content: center;
}
section.top div.ratings > div {
  background-color: #003A4B;
  border-radius: 10px;
  border: 1px solid grey;
  padding: 10px;
  margin: 20px;
}
@media (max-width: 1000px) {
  section.top div.ratings > div {
    margin: 5px;
  }
}
section.top div.ratings > div div.number {
  font-size: 54px;
}
section.top div.ratings > div .stars {
  width: 100%;
  max-width: 200px;
}
section.top div.ratings > div .button {
  margin-top: 10px;
  display: block;
}
section.top div.ratings > div .button img {
  width: 100%;
  max-width: 200px;
}

section.advantages {
  background-color: #03566F;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.advantages div.blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.advantages div.blocks > div {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
}
@media (max-width: 1000px) {
  section.advantages div.blocks > div {
    width: 100%;
  }
}
section.advantages div.blocks > div:nth-of-type(3), section.advantages div.blocks > div:nth-of-type(4) {
  margin-top: 40px;
}
section.advantages div.blocks > div:nth-of-type(1) .image {
  background-image: url("/img/adv3.png");
}
section.advantages div.blocks > div:nth-of-type(2) .image {
  background-image: url("/img/adv4.png");
}
section.advantages div.blocks > div:nth-of-type(3) .image {
  background-image: url("/img/adv2.png");
}
section.advantages div.blocks > div:nth-of-type(4) .image {
  background-image: url("/img/adv1.png");
}
section.advantages div.blocks > div h3 {
  font-size: 20px;
}
section.advantages div.blocks > div div.image {
  height: 100px;
  width: 140px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
section.advantages div.blocks > div p {
  text-align: center;
}

section.training {
  background-color: #32778B;
}
section.training p {
  text-align: left;
}
section.training div.blocks > div {
  padding: 20px;
  margin: 70px;
  border-radius: 10px;
  box-shadow: 0 0 10px #00000055;
}
@media (max-width: 1000px) {
  section.training div.blocks > div {
    margin: 70px 0;
  }
}
section.training div.blocks > div img {
  width: 100px;
  height: 100px;
  margin-top: -70px;
}
section.training div.blocks > div h3 {
  color: black;
  font-size: 20px;
}
section.training div.blocks > div p {
  color: black;
}
section.training div.blocks > div:nth-of-type(1) {
  background-color: #FFC7DF;
}
section.training div.blocks > div:nth-of-type(2) {
  background-color: #BCFFD4;
}
section.training div.blocks > div:nth-of-type(3) {
  background-color: #FFC8A9;
}

section.magic {
  background-color: #002C39;
}
section.magic img {
  width: 30%;
}
@media (max-width: 1000px) {
  section.magic img {
    width: 80%;
  }
}
section.magic > div {
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
  section.magic > div {
    flex-wrap: wrap;
  }
}
section.magic > div > div {
  margin: 10px;
  border-radius: 500px;
  background-color: #ffffffaa;
  width: 290px;
  height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: black;
  font-size: 16px;
}
@media (max-width: 1000px) {
  section.magic > div > div {
    flex-wrap: wrap;
  }
}

section.diff {
  background-color: #32778B;
}
section.diff > div {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  section.diff > div {
    flex-wrap: wrap;
  }
}
section.diff > div > div {
  margin: 0 20px;
}
section.diff > div > div h3 {
  font-size: 24px;
}
section.diff > div > div img {
  max-width: 100%;
}

section.conclusion {
  background-color: #03566F;
}
section.conclusion div.characters {
  justify-content: center;
  display: flex;
}
section.conclusion div.characters img {
  width: 30%;
}
@media (max-width: 1000px) {
  section.conclusion div.characters img {
    width: 50%;
  }
}
section.conclusion h3 {
  font-size: 18px;
  text-transform: none;
}

section.contacts {
  background-color: #32778B;
}
section.contacts > div {
  display: flex;
  justify-content: center;
}
section.contacts > div a {
  margin: 0 10px;
}
section.contacts > div img {
  width: 70px;
  height: 70px;
}
section.contacts p {
  margin-top: 10px;
}

#navbar {
  background-color: #013645;
  position: fixed;
  top: -100px;
  width: 100%;
  transition: top 0.3s;
  box-shadow: 0 10px 10px #00000022;
}
#navbar.simple {
  top: 0;
  position: relative;
}
#navbar > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#navbar > div a {
  display: flex;
  align-items: center;
  justify-content: end;
}
#navbar img.logo {
  width: 250px;
  margin: 10px;
}
@media (max-width: 600px) {
  #navbar img.logo {
    margin: 5px;
    width: 50%;
  }
}
#navbar img.store {
  width: 200px;
  margin: 20px;
}
@media (max-width: 600px) {
  #navbar img.store {
    width: 80%;
    margin: 10px;
  }
}

/*# sourceMappingURL=new.css.map */
