* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: #609101;
  color: #FFFFFF;
}

html,
body {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 150%;
  color: #141414;
  font-weight: 400;
  background: #84CC89;
}

.container {
  max-width: 1320px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.heading {
  font-family: "Archivo Black", sans-serif;
  color: #F4DF95;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  text-shadow: -2px -2px #7F5016, -2px 2px #7F5016, 2px -2px #7F5016, 2px 2px #7F5016;
  margin: 0px 0px 40px;
}
.heading--chat {
  position: relative;
  display: flex;
  align-items: center;
}
.heading__decor {
  max-width: 203px;
}

h1 {
  font-size: 65px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0px 0px 20px;
}

h4 {
  font-weight: 700;
  margin: 0px 0px 20px;
}

a {
  color: #141414;
  text-decoration: underline;
  transition: all 0.3s ease-in-out 0s;
}
a:hover {
  text-decoration: none;
}

P {
  margin: 0px 0px 20px;
}

ul, ol {
  margin: 0px;
  padding: 0px 0px 0px 35px;
}
ul li, ol li {
  margin: 0px 0px 20px;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 20px 0px 0px;
}

figure {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.btn {
  display: inline-block;
  font-family: "Archivo Black", sans-serif;
  color: #141414;
  font-size: 24px;
  cursor: pointer;
  border: 0px;
  text-decoration: none;
  border-radius: 15px;
  border: 3px solid transparent;
  padding: 8px 35px;
}
.btn--primary {
  background: linear-gradient(to bottom, #FFBB5D, #FFBB5D) padding-box, linear-gradient(to bottom, #F4AC43, #A46D2B) border-box;
}
.btn--primary:hover {
  background: linear-gradient(to bottom, #D5EFFB, #D5EFFB) padding-box, linear-gradient(to bottom, #7EB8D3, #224352) border-box;
}
.btn--primary:active {
  background: linear-gradient(to bottom, #63AB43, #63AB43) padding-box, linear-gradient(to bottom, #A0EC7F, #1F5707) border-box;
}
.btn--accept {
  background: linear-gradient(to bottom, #79C6DA, #79C6DA) padding-box, linear-gradient(to bottom, #79C6DA, #79C6DA) border-box;
}
.btn--accept:hover {
  background: linear-gradient(to bottom, #C5EBF5, #C5EBF5) padding-box, linear-gradient(to bottom, #7AC3D6, #467885) border-box;
}
.btn--accept:active {
  background: linear-gradient(to bottom, #D4FF5D, #D4FF5D) padding-box, linear-gradient(to bottom, #D1F374, #88B40C) border-box;
}
.btn--decline {
  background: linear-gradient(to bottom, #4E9BAF, #4E9BAF) padding-box, linear-gradient(to bottom, #4E9BAF, #4E9BAF) border-box;
}
.btn--decline:hover {
  background: linear-gradient(to bottom, #7CC5D7, #7CC5D7) padding-box, linear-gradient(to bottom, #B3F0FF, #4E8A99) border-box;
}
.btn--decline:active {
  background: linear-gradient(to bottom, #DC8D20, #DC8D20) padding-box, linear-gradient(to bottom, #F4AC43, #A46D2B) border-box;
}

/*header*/
.header {
  position: fixed;
  top: 5px;
  left: 0px;
  width: 100%;
  background: linear-gradient(to bottom, #8ED46F, #70BB6D);
  border-radius: 15px;
  border: 1px solid #70BB6D;
  z-index: 1000;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0px;
}
.header__logo {
  min-width: 50px;
  max-width: 50px;
  border-radius: 5px;
  overflow: hidden;
}

.btn-burger {
  display: none;
}

.nav__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px;
}
.nav__item {
  list-style-type: none;
  margin: 0px 0px 0px 7px;
}
.nav__link {
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  padding: 10px 4px;
  background: linear-gradient(to bottom, #9EDB82, #6BBA82) padding-box, linear-gradient(to bottom, #69AB4B, #69AB4B) border-box;
  border: 1px solid transparent;
  border-radius: 5px;
}
.nav__link:hover {
  background: linear-gradient(to bottom, #D0F1FF, #D0F1FF) padding-box, linear-gradient(to bottom, #A4E4FF, #498199) border-box;
}
.nav__link:active {
  background: linear-gradient(to bottom, #FFBB5D, #FFBB5D) padding-box, linear-gradient(to bottom, #FFEFD9, #8B765A) border-box;
}

/*main*/
.main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 85px 0px 0px;
}
.main figure {
  margin: 0px 0px 20px;
}

section {
  padding: 50px 0px;
}

.section-wrap--decor {
  padding: 80px 60px 60px;
  background: linear-gradient(to bottom, #E7EFBF, #A3EFA9);
  border-radius: 20px;
}

.hero {
  height: 963px;
  padding: 0px;
}
.hero__wrap {
  position: absolute;
  left: 0px;
  top: 120px;
  width: 100%;
}
.hero__content {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}
.hero__img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__img figure {
  width: 100%;
  height: 100%;
}
.hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.hero__img:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 530px;
  height: 430px;
  background: url(../media/img/img_squirrel.png) no-repeat;
  background-size: 100%;
  content: "";
}

.story__img figure img {
  width: 100%;
}

.worlds__wrap {
  padding: 80px 60px 0px;
}
.worlds__img {
  width: calc(100% + 230px);
  margin-left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
}
.worlds figure {
  margin: 0px;
}

.characters {
  color: #FFFFFF;
}
.characters__wrap {
  padding: 80px 60px 270px;
  background: url(../media/img/bg_characters.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  border-radius: 20px;
}
.characters__content {
  max-width: 880px;
  margin: 0 auto;
}

.boosters__content {
  display: flex;
  justify-content: space-between;
}
.boosters__text {
  width: 57%;
}
.boosters__img {
  width: 41%;
}

.progress__content {
  display: flex;
  justify-content: space-between;
}
.progress__text {
  width: calc(100% - 336px);
}
.progress__img {
  width: 316px;
}

.community__content {
  display: flex;
  justify-content: space-between;
}
.community__text {
  width: calc(100% - 350px);
}
.community__img {
  width: 330px;
}

.invite__content {
  display: flex;
  justify-content: space-between;
}
.invite__text {
  width: calc(100% - 336px);
}
.invite__img {
  width: 316px;
}

.contact__wrap {
  position: relative;
  background-image: url(../media/img/bg_contact.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  padding: 80px 60px 60px;
}
.contact__wrap:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(to bottom, #A7EFAC, #77C07C);
  border-radius: 20px;
  z-index: -1;
  content: "";
}

/*footer*/
.footer {
  background: #74AF78;
  color: #141414;
  font-size: 16px;
  padding: 16px 0px;
}
.footer__wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 70px;
}
.footer__logo {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 70px;
  min-width: 70px;
  border-radius: 5px;
  overflow: hidden;
}
.footer__content {
  width: 100%;
  padding: 0px 90px;
}
.footer__copyright {
  text-align: center;
  line-height: 100%;
}

.nav-policy {
  display: flex;
  justify-content: center;
  margin: 0px 0px 38px;
}
.nav-policy__list {
  display: flex;
  justify-content: center;
  padding: 0px;
}
.nav-policy__item {
  position: relative;
  list-style-type: none;
  margin: 0px 0px 0px 40px;
  line-height: 100%;
}
.nav-policy__item:before {
  position: absolute;
  top: 0px;
  left: -20px;
  width: 1px;
  height: 100%;
  background: #141414;
  content: "";
}
.nav-policy__item--right {
  margin: 0px;
}
.nav-policy__item--right:before {
  display: none;
}
.nav-policy__link {
  color: #141414;
  text-decoration: none;
  line-height: 100%;
}
.nav-policy__link:hover {
  text-decoration: underline;
}

.cookie {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 90px 0px;
  background: #4E9852;
  color: #FFFFFF;
}
.cookie .heading {
  text-align: left;
}
.cookie p {
  margin: 0px;
}
.cookie__wrap {
  display: flex;
  justify-content: space-between;
}
.cookie__text {
  width: calc(100% - 300px);
}
.cookie__btns {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cookie__btn:first-child {
  margin: 0px 0px 20px;
}

@media (max-width: 1440px) {
  .nav__link {
    font-size: 15px;
  }
  .worlds__img {
    width: 100%;
  }
}
@media (max-width: 1320px) {
  .header {
    top: 0px;
    border-radius: 0px;
    background: #609101;
    border: 0px;
  }
  .header__wrap {
    padding: 7px 0px;
  }
  .header__logo {
    max-width: 42px;
    min-width: 42px;
  }
  .btn-burger {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 32px;
    height: 24px;
    position: relative;
    background: transparent;
    cursor: pointer;
    z-index: 2;
    border: none;
    padding: 0px;
  }
  .btn-burger__line {
    position: relative;
    display: block;
    width: 28px;
    height: 2px;
    background: #000000;
  }
  .btn-burger__line:before, .btn-burger__line:after {
    display: block;
    position: absolute;
    height: 100%;
    background: #000000;
    content: "";
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0;
  }
  .btn-burger__line:before {
    right: 0px;
    width: 32px;
    top: -10px;
  }
  .btn-burger__line:after {
    right: 0px;
    width: 24px;
    bottom: -10px;
  }
  .btn-burger--active {
    z-index: 2;
  }
  .btn-burger--active .btn-burger__line {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
  .btn-burger--active .btn-burger__line:before {
    width: 100%;
    height: 4px;
    transform: translateY(9px) rotate(45deg);
    background: #125D16;
  }
  .btn-burger--active .btn-burger__line:after {
    width: 100%;
    height: 4px;
    transform: translateY(-9px) rotate(-45deg);
    background: #125D16;
  }
  .nav {
    display: none;
  }
  .nav--open {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1;
    min-width: 266px;
    padding: 25px;
    background: #84CC89;
    box-shadow: 0px 0px 15px #FFFFFF;
    border-radius: 10px 0px 0px 10px;
  }
  .nav__list {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav__item {
    margin: 0px 0px 15px;
  }
  .nav__link {
    font-size: 14px;
    text-align: left;
    padding: 0px;
    background: transparent;
  }
  .nav__link:hover {
    background: transparent;
    color: #FFFFFF;
  }
  .nav__link:active {
    background: transparent;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 14px;
  }
  .heading {
    margin: 0px 0px 25px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 14px;
    margin: 0px 0px 15px;
  }
  P {
    margin: 0px 0px 15px;
  }
  ul, ol {
    padding: 0px 0px 0px 20px;
  }
  ul li, ol li {
    margin: 0px 0px 15px;
  }
  ul ul, ul ol, ol ul, ol ol {
    margin: 15px 0px 0px;
  }
  .btn {
    font-size: 14px;
  }
  section {
    padding: 25px 0px;
  }
  .section-wrap--decor {
    padding: 40px 20px;
  }
  .hero {
    height: 490px;
  }
  .hero__img:before {
    width: 190px;
    height: 155px;
  }
  .characters__wrap {
    padding: 40px 20px 100px;
  }
  .contact__wrap {
    padding: 40px 20px 20px;
  }
  /*footer*/
  .footer {
    font-size: 12px;
  }
  .footer__wrap {
    min-height: auto;
  }
  .footer__logo {
    display: none;
  }
  .footer__content {
    padding: 0px;
  }
  .cookie {
    padding: 30px 0px;
  }
  .cookie__wrap {
    flex-direction: column;
  }
  .cookie__text {
    width: 100%;
    margin: 0px 0px 30px;
  }
  .cookie__btns {
    align-items: center;
  }
}
@media (max-width: 768px) {
  html {
    min-width: 350px;
  }
  .heading--chat {
    padding: 25px 0px 0px;
  }
  .heading__decor {
    position: absolute;
    top: 0px;
    max-width: 37px;
  }
  .heading__decor--left {
    left: 0px;
  }
  .heading__decor--right {
    right: 0px;
  }
  .hero__content {
    max-width: 100%;
  }
  .boosters__content {
    flex-direction: column;
  }
  .boosters__text {
    width: 100%;
  }
  .boosters__img {
    width: 100%;
  }
  .progress__content {
    flex-direction: column;
  }
  .progress__text {
    width: 100%;
  }
  .progress__img {
    width: 100%;
  }
  .community__content {
    flex-direction: column;
  }
  .community__text {
    width: 100%;
  }
  .community__img {
    width: 100%;
  }
  .invite__content {
    flex-direction: column;
  }
  .invite__text {
    width: 100%;
  }
  .invite__img {
    width: 100%;
  }
  /*footer*/
  .footer__copyright {
    text-align: left;
  }
  .nav-policy {
    flex-direction: column;
    align-items: flex-start;
    margin: 0px 0px 10px;
  }
  .nav-policy__item {
    margin: 0px 0px 0px 10px;
  }
  .nav-policy__item:before {
    left: -5px;
  }
  .nav-policy__item:first-child {
    margin: 0px;
  }
  .nav-policy__item:first-child:before {
    display: none;
  }
  .nav-policy__item--right:first-child {
    margin: 0px 0px 10px;
  }
}/*# sourceMappingURL=style.css.map */