* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  background-color: #F0F4F6;
}
body a {
  text-decoration: none;
}
body ul {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "Museo";
  src: local("Museo"), url(../fonts/MuseoSansCyrl500.ttf);
  font-family: "MuseoBold";
  src: local("Museo"), url(../fonts/MuseoSansCyrl700.ttf);
}

.invisible__object {
  outline: none;
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.btn-main {
  padding: 5px 15px;
  border-radius: 6px;
  border: 1px solid #E87D00;
  transition: all 0.2s ease-in-out;
}

.fade__in {
  margin-left: 0 !important;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding: 20px 0;
  align-items: center;
  color: #F0F4F6;
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "Montserrat", sans-serif;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__menu {
  font-weight: medium;
}
.header__menu ul {
  display: flex;
  align-items: center;
  list-style-type: none;
}
.header__menu ul li a {
  display: inline-block;
  font-size: 15px;
  padding: 5px 15px;
  color: #F0F4F6;
  transition: all 0.2s ease-in-out;
}

.hero {
  padding-top: 250px;
  background: #fff url(../img/main/main-bg.jpg) center no-repeat;
  background-size: cover;
}
.hero__title {
  margin-bottom: 180px;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #F0F4F6;
}

.about {
  margin-bottom: 32px;
}
.about__body {
  margin-top: -5%;
  padding: 50px;
  border-radius: 12px;
  background-color: #28969D;
  color: #F0F4F6;
}
.about__title {
  font-size: 36px;
  font-weight: 500;
}
.about__text {
  font-size: 20px;
  font-family: "Museo", sans-serif;
}

.about2 {
  margin-bottom: 32px;
}
.about2__body {
  font-family: "Museo", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 50px;
  border-radius: 12px;
  background-color: #fff;
}
.about2__img {
  display: flex;
  align-items: center;
  max-width: 300px;
}
.about2__img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.lesson__body {
  padding: 20px;
}
.lesson__card {
  margin-bottom: 32px;
  padding: 40px 30px 50px;
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
}
.lesson__card-inverse {
  background-color: #327A8A;
  color: #fff;
}
.lesson__card-inverse .lesson__card-date {
  color: rgba(255, 255, 255, 0.55);
}
.lesson__card-title {
    height: 66px;
  margin-bottom: 15px;
  font-family: "MuseoBold", sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.lesson__card-date {
  font-size: 22px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
}
.lesson__card-subtitle {
  margin-bottom: 15px;
  font-family: "MuseoBold", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.lesson__card-btn {
  margin-bottom: 15px;
  text-align: center;
  background-color: #E87D00;
  border-radius: 6px;
}
.lesson__card-btn a {
  color: #fff;
  padding: 10px;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.lesson__card-btn a:hover {
  color: #fff !important;
}
.lesson__card-date {
  color: #A0A0A0;
}

.mission {
  margin-bottom: 50px;
}
.mission__body {
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #E87D00;
}
.mission__text {
  margin-left: -50px;
  padding: 25px;
  background-color: #fff;
  border-radius: 12px;
  font-family: "Museo", sans-serif;
  font-size: 20px;
}

.news__top {
  height: 442px;
  padding-top: 50px;
  background-color: #28969D;
  font-family: "Montserrat", sans-serif;
}
.news a {
  color: #000;
}
.news h2 {
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif;
  color: #F0F4F6;
  font-size: 36px;
}
.news__card {
  margin-bottom: 50px;
  border-radius: 12px;
  background-color: #fff;
}
.news__card-img {
  margin-bottom: 32px;
}
.news__card-img img {
  height: 240px;
  width: 100%;
  border-radius: 12px 12px 0 0;
  object-fit: cover;
  object-position: center;
}
.news__card-title {
  height: 131px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 700;
}
.news__card-date {
  padding: 30px;
  font-size: 16px;
  color: #A0A0A0;
}
.news__bottom {
  margin-top: -316px;
  padding-bottom: 50px;
}
.news .btn-main {
  padding: 10px 55px;
  font-size: 17px;
  font-weight: medium;
  transition: all 0.2s ease-in-out;
  color: #E87D00;
}

.projects {
  font-family: "Montserrat", sans-serif;
}
.projects a {
  color: #000;
}
.projects__header {
  position: relative;
  height: 590px;
  border-radius: 12px;
  background: #fff url(../img/projects/bg.jpg) center no-repeat;
  background-size: cover;
}
.projects__header-title {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200px;
  background-color: #28969D;
  width: 100%;
  border-radius: 0 0 12px 12px;
}
.projects__header-title h2 {
  padding: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: #F0F4F6;
}
.projects__list {
  padding: 30px;
}
.projects__card {
  position: relative;
  margin-bottom: 50px;
  border-radius: 12px;
  background-color: #fff;
}
.projects__card-img {
  margin-bottom: 32px;
}
.projects__card-img img {
  height: 240px;
  width: 100%;
  border-radius: 12px 12px 0 0;
  object-fit: cover;
  object-position: center;
}
.projects__card-title {
  margin-bottom: 15px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 700;
}
.projects__card-subtitle {
  padding: 0 30px;
    min-height: 48px;
}
.projects__card-date {
  padding: 30px;
  font-size: 16px;
  color: #A0A0A0;
}

.docs {
  font-family: "Montserrat", sans-serif;
}
.docs__wrap {
  padding: 0 30px;
}
.docs__wrap h2 {
  margin-bottom: 50px;
  color: #1C5775;
  font-size: 36px;
}
.docs__link {
  margin-bottom: 15px;
  padding: 30px;
  border-radius: 12px;
  background-color: rgba(40, 150, 157, 0.2);
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  font-weight: 600;
  color: #1C5775;
}
.docs__link img {
  width: 23px;
  aspect-ratio: 1/1;
}

.modalReg {
  position: fixed;
  margin-left: -120vw;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}
.modalReg h3 {
  margin-bottom: 30px;
  font-size: 22px;
}
.modalReg form {
  position: relative;
  max-width: 600px;
  margin-top: 5vh;
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 33px 6px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 33px 6px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 33px 6px rgba(34, 60, 80, 0.2);
  text-align: center;
}
.modalReg form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #28969D;
  border-radius: 6px;
}
.modalReg form textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #28969D;
  border-radius: 6px;
}
.modalReg form button {
  background-color: #E87D00;
  color: #fff;
}

.modalReg__close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.newsPage__header {
  height: 480px;
  padding-top: 150px;
  margin-bottom: 30px;
  background-color: #28969D;
}
.newsPage__all {
  height: 250px;
}
.newsPage img {
  width: 100%;
}
.newsPage h2 {
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #1C5775;
}
.newsPage a {
  color: #000;
}

.post__title {
  font-family: "Mueno", sans-serif;
  font-size: 56px !important;
}
.post__subtitle {
  color: #fff;
}
.post__card img {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 100%;
}

.footer {
  padding: 70px 0;
  color: #A0A0A0;
  background-color: #0E3239;
}
.footer a {
  color: #A0A0A0;
}
.footer__top {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #28969D;
}
.footer__phone {
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
}
.footer__mail {
  font-size: 24px;
}
.footer__form form {
  margin: 30px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #28969D;
}
.footer__form form input {
  background-color: transparent;
  border: none;
}
.footer__form form input:focus {
  color: #28969D;
  outline: none;
}
.footer__form form button {
  background-color: #E87D00;
}

@media (hover: hover) {
  a:hover {
    transform: scale(1.1) !important;
    color: #E87D00 !important;
  }
  #modalReg__close:hover {
    transform: scale(1.1);
  }
  .btn-main:hover {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 992px) {
  .projects__card {
    margin-top: -100px;
  }
}
@media screen and (max-width: 1199px) {
  .header__menu ul li a {
    padding: 5px 10px;
    font-size: 13px;
  }
  .hero__title {
    font-size: 40px;
  }
  .news__card-title {
    font-size: 18px;
  }
  .docs__link {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .header__logo {
    margin-bottom: 30px;
  }
  .hero {
    padding-top: 215px;
  }
  .hero__title {
    font-size: 40px;
  }
  .lesson__card-subtitle {
    height: auto;
  }
  .docs__link {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .header__menu ul {
    display: block;
  }
  .header__menu ul li {
    text-align: center;
    border-top: 1px solid #F0F4F6;
  }
  .header__menu ul li:last-child {
    border-top: none;
  }
  .header__menu ul li a {
    padding: 15px;
  }
  .hero {
    padding-top: 400px;
  }
  .hero__title {
    margin-bottom: 40px;
  }
  .mission__body {
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #E87D00;
  }
  .mission__text {
    margin-left: 0;
    font-size: 18px;
  }
  .docs__link {
    font-size: 16px;
  }
  .newsPage__header {
    padding-top: 385px;
  }
  .newsPage__all {
    height: 450px;
  }
}
@media screen and (max-width: 575px) {
  .hero__title {
    font-size: 24px;
  }
  .header__title {
    font-size: 24px;
  }
  .about__text {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */
