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

html {
  font-size: 10px;
  font-family: Montserrat; }

.first-screen {
  min-height: 100vh;
  padding-bottom: 10em;
  position: relative; }
  .first-screen .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5; }
    .first-screen .back img {
      width: 100%;
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      object-position: 50%; }
  .first-screen .first-screen-wrap {
    max-width: 1150px;
    margin: 0 auto; }
    .first-screen .first-screen-wrap.burger .choose-camp, .first-screen .first-screen-wrap.burger .scroll-doun {
      opacity: 0; }
    .first-screen .first-screen-wrap .fs-caption {
      padding-top: 29em;
      max-width: 460px;
      margin-bottom: 1.8em; }
      .first-screen .first-screen-wrap .fs-caption h1 {
        font-weight: bold;
        font-size: 4.8em;
        color: #FFFFFF; }
    .first-screen .first-screen-wrap .fs-descript {
      max-width: 460px;
      margin-bottom: 4.1em; }
      .first-screen .first-screen-wrap .fs-descript p {
        font-size: 2.4em;
        color: #FFFFFF; }
    .first-screen .first-screen-wrap .choose-camp {
      margin-bottom: 8.5em;
      transition: 0.3s; }
      .first-screen .first-screen-wrap .choose-camp button {
        border-radius: 50px;
        background: transparent;
        border: 2px solid #6900EF;
        padding: 1.2em 1.8em;
        cursor: pointer;
        transition: 0.5s;
        position: relative; }
        .first-screen .first-screen-wrap .choose-camp button a {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; }
        .first-screen .first-screen-wrap .choose-camp button:hover {
          transition: 0.5s;
          background: #6900EF; }
        .first-screen .first-screen-wrap .choose-camp button p {
          transition: 0.5s;
          font-size: 1.8em;
          color: #FFFFFF; }
          @media (max-width: 998px) {
            .first-screen .first-screen-wrap .choose-camp button p {
              font-size: 2.8em; } }
    .first-screen .first-screen-wrap .scroll-doun {
      border: 2px solid #6900EF;
      border-radius: 50px;
      width: 50px;
      height: 50px;
      padding: 18px 13px;
      transition: 0.3s;
      position: relative; }
      .first-screen .first-screen-wrap .scroll-doun a {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
      .first-screen .first-screen-wrap .scroll-doun:hover {
        background: #6900EF; }

.about-camp-wrap {
  position: relative;
  margin-bottom: -1px; }
  .about-camp-wrap .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5; }
    .about-camp-wrap .back img {
      width: 100%;
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      object-position: 50%; }
  .about-camp-wrap .about-camp {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    flex-direction: column; }
    .about-camp-wrap .about-camp .descript-camp-wrap {
      margin-bottom: 9.1em;
      margin-left: 30px;}
      .about-camp-wrap .about-camp .descript-camp-wrap .ac-caption {
        max-width: 460px;
        padding-top: 9em;
        margin-bottom: 1.8em; }
        .about-camp-wrap .about-camp .descript-camp-wrap .ac-caption h2 {
          font-size: 4.8em;
          color: #C4C4C4; }
      .about-camp-wrap .about-camp .descript-camp-wrap .ac-descript p {
        max-width: 460px;
        font-size: 1.8em;
        color: #C4C4C4;
        margin-bottom: 1.8em; }
        .about-camp-wrap .about-camp .descript-camp-wrap .ac-descript p:last-child {
          margin-bottom: 0; }
        .about-camp-wrap .about-camp .descript-camp-wrap .ac-descript p span {
          background: #6900EF; }

.statistic-wrap {
  background: #000000;
  margin-bottom: -1px; }
  .statistic-wrap .statistic {
    display: flex;
    flex-wrap: wrap;
    max-width: 1050px;
    margin: 0 auto;
    padding-top: 8em;
    padding-bottom: 6.6em;
    align-items: center; }
    .statistic-wrap .statistic .data {
      width: 100%;
      text-align: center;
      margin-bottom: 5em; }
      .statistic-wrap .statistic .data p {
        font-size: 2.4em;
        color: #C4C4C4; }
    .statistic-wrap .statistic .quantity {
      flex-basis: calc(25% - 30px);
      margin: 0 15px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      flex-direction: column;
      position: relative;
      padding: 17em 0 15em; }
      .statistic-wrap .statistic .quantity .quantity-wrap {
        position: relative;
        display: inline-flex; }
      .statistic-wrap .statistic .quantity p {
        position: absolute;
        font-size: 2.4em;
        color: #C4C4C4; }
        .statistic-wrap .statistic .quantity p.blue {
          color: #6900EF; }
      .statistic-wrap .statistic .quantity.q-camp p {
        align-self: flex-end;
        top: -30px;
        left: 105px; }
        .statistic-wrap .statistic .quantity.q-camp p.blue {
          align-self: flex-start;
          top: 110px;
          left: 0; }
      .statistic-wrap .statistic .quantity.q-lectures .number {
        align-self: center; }
      .statistic-wrap .statistic .quantity.q-lectures p {
        align-self: flex-start;
        max-width: 132px;
        text-align: right;
        top: -60px;
        left: 0; }
        .statistic-wrap .statistic .quantity.q-lectures p.blue {
          align-self: center;
          top: 110px;
          left: 55px; }
      .statistic-wrap .statistic .quantity.q-emotions p.emotions {
        align-self: flex-end;
        max-width: 132px;
        text-align: right;
        top: 110px;
        left: 35px; }
        .statistic-wrap .statistic .quantity.q-emotions p.emotions span {
          color: #ffffff; }
      .statistic-wrap .statistic .quantity.q-emotions p {
        top: -40px;
        left: 0; }
      .statistic-wrap .statistic .quantity.q-participant .participant-descript {
        position: absolute;
        top: 110px;
        left: 0; }
        .statistic-wrap .statistic .quantity.q-participant .participant-descript p {
          position: relative; }

.our-camp {
  width: 100%;
  position: relative;
  margin-bottom: -1px; 
  background: black url(../img/png/stars.png) repeat;}
  .our-camp .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5; }
    .our-camp .back img {
      width: 100%;
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      object-position: 50%; }
  .our-camp .oc-descript {
    padding-top: 9.3em;
    margin-bottom: 11em; }
    .our-camp .oc-descript h2 {
      font-size: 4.8em;
      color: #FFFFFF;
      text-align: center; }
  .our-camp .camps {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    -ms-overflow-style: none;
    srollbar-width: none; }
    .our-camp .camps::-webkit-scrollbar {
      width: 0; }
    .our-camp .camps .camp {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
      flex-basis: calc(33% - 30px);
      margin: 0 15px 14em;
      position: relative;
      padding-bottom: 50px; }
      .our-camp .camps .camp .icon.custom-bg-wh {
        height: 150px;
        border-radius: 50%;
        background-color: white; }
      .our-camp .camps .camp .icon {
        margin-bottom: 2em; }
        .our-camp .camps .camp .icon.custom-circle-img img {
          border-radius: 50%; }
        .our-camp .camps .camp .icon img {
          max-width: 150px; }
      .our-camp .camps .camp p {
        font-size: 1.8em;
        color: #FFFFFF; }
      .our-camp .camps .camp h2 {
        margin: 2em 0;
        font-size: 1.8em;
        color: #FFFFFF;
        text-align: center; }
      .our-camp .camps .camp .buttons {
        text-align: center; }
        .our-camp .camps .camp .buttons .profile {
          border-radius: 50px;
          border: 2px solid #6900EF;
          height: 50px;
          padding: 12px 30px;
          transition: 0.3s;
          position: relative;
          margin-bottom: 15px; }
          .our-camp .camps .camp .buttons .profile a {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
          .our-camp .camps .camp .buttons .profile:hover {
            background: #6900EF; }
        .our-camp .camps .camp .buttons .fb {
          border-radius: 50px;
          border: 2px solid #6900EF;
          text-align: center;
          transition: 0.3s;
          position: relative;
          margin: auto;
          padding: 12px 30px;
          display: inline-block; }
          .our-camp .camps .camp .buttons .fb a {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
          .our-camp .camps .camp .buttons .fb:hover {
            background: #6900EF; }
        .our-camp .camps .camp .buttons .fb.insta {
          margin-top: 15px; }
.question-wrap {
  background: #000000; }
  .question-wrap .q-caption {
    padding-top: 8em;
    width: 90%;
    max-width: 850px;
    margin: 0 auto 2.5em;
    text-align: center; }
    .question-wrap .q-caption p {
      color: #C4C4C4;
      font-size: 4.8em; }
  .question-wrap .q-descript {
    width: 90%;
    max-width: 750px;
    margin: 0 auto 3.2em; }
    .question-wrap .q-descript p {
      color: #C4C4C4;
      font-size: 1.8em; }
  .question-wrap .questions {
    width: 90%;
    padding: 0 20px 17em;
    max-width: 950px;
    margin: 0 auto; }
    .question-wrap .questions .question {
      transition: 0.3s;
      border-radius: 20px;
      border: 2px solid #C4C4C4;
      width: 100%;
      margin-bottom: 15px;
      padding: 2.1em 0;
      position: relative;
      cursor: pointer; }
      .question-wrap .questions .question:nth-child(2n) {
        border: 2px solid #6900EF; }
      .question-wrap .questions .question .open {
        position: absolute;
        left: calc(3em - 5px);
        line-height: 0;
        top: calc(3em - 5px);
        transition: 0.3s;
        cursor: pointer; }
        .question-wrap .questions .question .open:hover svg path {
          fill: #6900EF; }
      .question-wrap .questions .question p {
        color: #C4C4C4;
        font-size: 1.8em;
        padding-left: 6em; }
      .question-wrap .questions .question .answer {
        transition: 0.3s;
        display: none;
        margin-top: 10px;
        padding-right: 4em; }
      .question-wrap .questions .question.active .answer {
        display: block; }
      .question-wrap .questions .question.active .open {
        transform: rotate(180deg); }

.main-menu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .main-menu .main-menu-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    transition: 0.3s; }
    .main-menu .main-menu-wrap .logo {
      position: relative; }
      .main-menu .main-menu-wrap .logo a {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
    .main-menu .main-menu-wrap .menu {
      display: flex;
      justify-content: space-between;
      width: 60%; }
      .main-menu .main-menu-wrap .menu .element-menu {
        padding: 0 10px; }
        .main-menu .main-menu-wrap .menu .element-menu a {
          color: #FFFFFF;
          font-size: 1.8em;
          text-decoration: none;
          transition: 0.3s; }
          .main-menu .main-menu-wrap .menu .element-menu a:hover {
            color: #6900EF; }
      @media (max-width: 900px) {
        .main-menu .main-menu-wrap .menu {
          transform: translateY(-100vh);
          height: 100vh;
          background: rgba(0, 0, 30, 0.9);
          position: absolute;
          top: 0;
          left: 0;
          flex-direction: column;
          justify-content: space-around;
          width: 100%;
          font-size: 3.4em;
          text-align: center; }
          .main-menu .main-menu-wrap .menu.burger {
            transform: translateY(0); }
          .main-menu .main-menu-wrap .menu .menu-burger {
            opacity: 0; } }
    .main-menu .main-menu-wrap .menu-burger {
      display: none;
      width: 50px;
      height: 30px;
      padding-top: 14px;
      position: relative;
      cursor: pointer; }
      .main-menu .main-menu-wrap .menu-burger .burg-line {
        width: 100%;
        height: 2px;
        background: #ffffff; }
        .main-menu .main-menu-wrap .menu-burger .burg-line::before {
          content: "";
          width: 100%;
          height: 2px;
          position: absolute;
          top: 0;
          left: 0;
          background: #ffffff; }
        .main-menu .main-menu-wrap .menu-burger .burg-line::after {
          content: "";
          width: 100%;
          height: 2px;
          position: absolute;
          bottom: 0;
          left: 0;
          background: #ffffff; }

.review {
  position: relative; }
  .review .static-part {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 7.5em; }
    .review .static-part p {
      transition: 1s;
      font-size: 4.8em;
      color: #000000;
      text-align: center; }
    .review .static-part.white p {
      color: #ffffff; }
  .review .slider {
    overflow: hidden; }
    .review .slider .slider-wrap {
      position: relative; }
    .review .slider .slide {
      min-width: 100%;
      flex-basis: 100vw;
      padding: 14em 0 11em;
      position: relative; }
      .review .slider .slide .back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -5; }
        .review .slider .slide .back img {
          width: 100%;
          min-width: 100%;
          min-height: 100%;
          object-fit: cover;
          object-position: 50%; }
      .review .slider .slide .item {
        position: relative;
        width: 60%;
        margin: 0 auto;
        background: #ffffff; }
        .review .slider .slide .item::before {
          content: "";
          position: absolute;
          width: 6.5em;
          height: 6.5em;
          background-image: url("../img/png/quotes.png");
          top: -20px;
          left: 85%; }
        .review .slider .slide .item .item-wrap {
          width: 90%;
          margin: 0 auto;
          display: flex;
          align-items: flex-end;
          justify-content: space-between; }
          .review .slider .slide .item .item-wrap .icon {
            width: 100%;
            height: 380px;
            overflow: hidden; }
            .review .slider .slide .item .item-wrap .icon img {
              width: 100%;
              min-width: 100%;
              min-height: 100%;
              object-fit: cover;
              object-position: 50%; }
          .review .slider .slide .item .item-wrap p {
            font-size: 1.8em;
            color: #000000; }
          .review .slider .slide .item .item-wrap .left-part, .review .slider .slide .item .item-wrap .descript-info {
            width: calc(50% - 30px);
            margin: 0 15px 9.3em;
            display: flex;
            flex-direction: column; }
          .review .slider .slide .item .item-wrap .left-part {
            position: relative;
            align-items: flex-start;
            padding-top: 4em; }
            .review .slider .slide .item .item-wrap .left-part .meta-info {
              display: inline-flex;
              flex-direction: column;
              text-align: right;
              margin-bottom: 8em; }
            .review .slider .slide .item .item-wrap .left-part .review-caption {
              width: 140%;
              position: absolute;
              top: 118px;
              left: 60%;
              background: #ffffff; }
              .review .slider .slide .item .item-wrap .left-part .review-caption p {
                font-size: 4.8em;
                padding: 10px 30px; }
          .review .slider .slide .item .item-wrap .descript-info p {
            max-width: 10em;
            text-align: right; }
          .review .slider .slide .item .item-wrap .descript-info button {
            border-radius: 50px;
            background: transparent;
            border: 2px solid #6900EF;
            padding: 1.2em 1.8em;
            max-width: 19.5em;
            align-self: flex-end;
            margin-top: 5.5em;
            position: relative; }
            .review .slider .slide .item .item-wrap .descript-info button a {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0; }
            .review .slider .slide .item .item-wrap .descript-info button:hover {
              background: #6900EF; }
            .review .slider .slide .item .item-wrap .descript-info button p {
              text-align: left;
              font-size: 1.4em;
              max-width: 20em; }
  .review .slick-prev, .review .slick-next {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 20;
    background-image: url("../img/png/arrow.png");
    border-radius: 50%; }
    .review .slick-prev:hover, .review .slick-next:hover {
      background-color: #6900EF;
      background-image: url("../img/png/arrow.png"); }
    .review .slick-prev:focus, .review .slick-next:focus {
      background-color: auto;
      background-image: url("../img/png/arrow.png"); }
    .review .slick-prev::before, .review .slick-next::before {
      content: ""; }
  .review .slick-prev {
    left: 10%; }
  .review .slick-next {
    right: 10%;
    transform: rotate(180deg); }

.about-us {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 21.3em;
  margin-bottom: -1px; }
  .about-us .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5; }
    .about-us .back img {
      width: 100%;
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      object-position: 50%; }
  .about-us .aa-caption {
    padding-top: 7.3em;
    width: 100%;
    text-align: center;
    margin-bottom: 12.5em; }
    .about-us .aa-caption p {
      color: #FFFFFF;
      font-size: 4.8em; }
  .about-us .aa-descript {
    flex-basis: 50%; }
    .about-us .aa-descript p {
      color: #FFFFFF;
      font-size: 1.8em;
      margin-bottom: 2em; }
      .about-us .aa-descript p span {
        color: #FFFFFF;
        font-weight: bold; }
  .about-us .contacts {
    flex-basis: 25%; }
    .about-us .contacts .social {
      margin-bottom: 12em; }
      .about-us .contacts .social p {
        color: #FFFFFF;
        font-size: 1.8em;
        margin-bottom: 1em; }
      .about-us .contacts .social a {
        color: #FFFFFF;
        font-size: 1.8em;
        text-decoration: none; }
        .about-us .contacts .social a:hover {
          color: #6900EF; }
      .about-us .contacts .social .icons {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 1.8em; }
        .about-us .contacts .social .icons .icon {
          position: relative;
          margin-right: 20px; }
          .about-us .contacts .social .icons .icon:hover svg path {
            fill: #6900EF; }
          .about-us .contacts .social .icons .icon a {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
    .about-us .contacts .butons button {
      border-radius: 50px;
      border: 2px solid #6900EF;
      background: transparent;
      line-height: 5em;
      text-align: center;
      width: 100%;
      margin-bottom: 1.8em;
      position: relative; }
      .about-us .contacts .butons button:hover {
        background: #6900EF; }
      .about-us .contacts .butons button p {
        color: #FFFFFF;
        font-size: 1.8em; }
      .about-us .contacts .butons button a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }

.footer {
  background: #000000; }
  .footer .footer-wrap {
    max-width: 950px;
    margin: 0 auto;
    padding-bottom: 23em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
    flex-wrap: wrap;
    flex-direction: row;}
    .footer .footer-wrap p, .footer .footer-wrap a {
      color: #FFFFFF;
      font-size: 1.8em; }
    .footer .footer-wrap a {
      text-decoration: none;
      margin-bottom: 10px; }
      .footer .footer-wrap a:hover {
        color: #6900EF; }
    .footer .footer-wrap .icons {
      display: flex; }
      .footer .footer-wrap .icons .icon {
        margin-right: 20px; }
        .footer .footer-wrap .icons .icon:hover svg path {
          fill: #6900EF; }
    .footer .footer-wrap .nav {
      padding-top: 45px;
      display: flex;
      flex-direction: column; }
    .footer .footer-wrap .authors {
      padding-top: 45px; }
      .footer .footer-wrap .authors .icon {
        position: relative; }
        .footer .footer-wrap .authors .icon a {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          z-index: 10; }
      .footer .footer-wrap .authors p {
        margin-bottom: 10px; }
    .footer .footer-wrap .fri-contact .logo {
      position: relative; }
      .footer .footer-wrap .fri-contact .logo a {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
    .footer .footer-wrap .fri-contact .icons .icon {
      position: relative; }
      .footer .footer-wrap .fri-contact .icons .icon:hover svg path {
        fill: #6900EF; }
      .footer .footer-wrap .fri-contact .icons .icon a {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }

@media (max-width: 1450px) and (max-width: 1200px) {
  .review .slider .slide .item .item-wrap .icon {
    height: 450px; } }

@media (max-width: 1450px) {
  .review .slider .slide .item .item-wrap .left-part .review-caption {
    width: 150%; } }
  @media (max-width: 1450px) and (max-width: 1320px) {
    .review .slider .slide .item .item-wrap .left-part .review-caption p {
      font-size: 4em; } }

@media (max-width: 1450px) {
  .review .slider .slide .item .item-wrap .descript-info p {
    max-width: 15em; } }

@media (max-width: 1450px) and (max-width: 1050px) {
  .review .slider .slide .item .item-wrap .descript-info button {
    font-size: 1.2em; } }

@media (max-width: 1200px) {
  .first-screen .first-screen-wrap {
    margin: 0 50px; }
  .first-screen .main-menu .main-menu-wrap {
    margin: 0 50px;
    width: auto; } }

@media (max-width: 1200px) and (max-width: 1050px) {
  .first-screen .main-menu .main-menu-wrap .menu {
    width: auto; } }
  @media (max-width: 1200px) and (max-width: 1050px) and (max-width: 900px) {
    .first-screen .main-menu .main-menu-wrap .menu {
      width: 100%; } }

@media (max-width: 1200px) {
  .about-camp .descript-camp-wrap {
    margin-right: 50px; }
  .footer {
    padding: 0 50px; } }

@media (max-width: 1000px) {
  .statistic-wrap .statistic .quantity {
    flex-basis: 100%; }
  .review .slider .slide .item .item-wrap .descript-info button p {
    text-align: center; } }

@media (max-width: 900px) {
  .review .slider .slide .item {
    width: 75%; }
    .review .slider .slide .item .item-wrap .left-part .review-caption p {
      font-size: 3em; }
  .review .slider .slick-prev {
    left: 5%; }
  .review .slider .slick-next {
    right: 5%; }
  .about-us .aa-descript {
    flex-basis: calc(100% - 60px);
    margin: 0 30px; }
  .about-us .contacts {
    flex-basis: calc(100% - 60px);
    margin: 0 30px; }
    .about-us .contacts .butons button {
      margin-right: 15px; }
  .main-menu .main-menu-wrap .menu-burger {
    display: block; } }

@media (device-width: 800px) {
  .our-camp .camps .camp {
    flex-basis: calc(50% - 30px); } }

@media (max-width: 600px) {
  html {
    font-size: 8px; } }

@media (max-width: 440px) {
  .review-caption {
    font-size: 7px;
  }
}

@media (max-width: 360px) {
  .review-caption {
    font-size: 5px;
  }
}