.post, .documents-block a, .page-title__text, .news__block:hover, .submenu, .menu__link, .contact-link, .banners__item, .button-file-label, .footer-column__item, .hamburger_close, .hamburger__bar, .hamburger, .button-link, .button {
  transition: all 0.2s ease-out;
}

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

html {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
}

body {
  font-size: 1.6rem;
  line-height: 2.4rem;
  background: center/cover fixed url("../../src/images/body-background.jpg");
}

table {
  border-collapse: collapse;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  width: 100%;
  max-width: 100% !important;
  margin: 15px 0;
  display: block;
  overflow-x: scroll;
}

.table_full {
    display: table;
}

td {
  padding: 5px;
  border: 1px solid lightgray;
}

img {
  width: 49%;
}
@media (max-width: 768px) {
  img {
    width: 100%;
  }
}

thead {
  background-color: #3aafa9;
}

ol, ul {
  list-style-position: inside;
}

.h1_hidden {
  display: block;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.button {
  color: #feffff;
  background-color: #3aafa9;
  border-radius: 5px;
  padding: 15px;
  cursor: pointer;
}
.button:hover {
  background-color: #2b7a78;
}

.button-link {
  color: #17252a;
}
.button-link:hover {
  color: #2b7a78;
}
.button-link_bordered {
  border: 1px solid #17252a;
}

.button-close {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url("../images/icons/icon-close.png");
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}

.logo {
  width: 470px;
  height: 295px;
  background: center/contain no-repeat url("../images/logo48.svg");
}

.logo-icon {
  display: none;
  width: 60px;
  height: 60px;
  background-image: url("../../src/images/icons/logo-icon.png");
  background-position: center;
  background-size: contain;
  position: absolute;
  left: calc(50% - 30px);
}
@media (max-width: 1199px) {
  .logo-icon {
    display: block;
  }
}

.hamburger {
  position: relative;
  z-index: 15;
  width: 45px;
  height: 40px;
  padding: 3px;
  margin: 10px;
  border-radius: 5px;
  border: 2px solid transparent;
  cursor: pointer;
}
.hamburger:hover {
  border: 2px solid #feffff;
}
.hamburger_hidden {
  display: none;
}

.hamburger__bar {
  position: absolute;
  width: calc(100% - 6px);
  height: 4px;
  background-color: #feffff;
  border-radius: 3px;
}

.hamburger_open :nth-child(1) {
  top: 3px;
}
.hamburger_open :nth-child(2) {
  top: calc(50% - 2px);
}
.hamburger_open :nth-child(3) {
  bottom: 3px;
}

.hamburger_close :nth-child(1) {
  top: 16px;
  left: 3px;
  transform: rotate(-40deg);
}
.hamburger_close :nth-child(2) {
  display: none;
}
.hamburger_close :nth-child(3) {
  bottom: 16px;
  left: 3px;
  transform: rotate(40deg);
}

.wrapper {
  margin: auto;
  max-width: 1200px;
  background-color: #feffff;
}

.aside {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .aside {
    display: none;
  }
}

.aside__banners {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .aside__banners {
    margin-top: 0;
  }
}

.side-menu {
    width: 100%;
    padding:5px;
    display:flex;
    flex-direction: column;
    border: 1px solid gray;
    margin: 20px 0;
}

.side-menu__item {
    width: 100%;
    text-align: center;
    min-height:28px;
    line-height: 28px;
    background-color: #3aafa9;
    margin-bottom: 5px;
    text-decoration: none;
    color: #17252a;
    cursor: pointer;
}

.side-menu__item:hover {
    background-color: #2b7a78;
    transition: 0.2s;
}

.footer__wrapper {
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .footer__wrapper {
    flex-direction: column;
    padding-left: 20px;
  }
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: space-between;
  list-style: none;
  flex-basis: 33.3%;
  margin-bottom: 30px;
}

.footer-column__item {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #17252a;
  margin-top: 5px;
}
.footer-column__item a {
  color: #17252a;
}
.footer-column__item a:hover {
  color: #2b7a78;
}

.footer-column__item-name {
  color: #2b7a78;
}

.header {
  height: 400px;
  color: #17252a;
  position: relative;
}
@media (max-width: 1199px) {
  .header {
    display: none;
  }
}

.header__wrapper {
  -webkit-box-shadow: inset 0px 100px 36px 9px rgba(0, 0, 0, 0.40);
  -moz-box-shadow: inset 0px 100px 36px 9px rgba(0, 0, 0, 0.40);
  box-shadow: inset 0px 100px 36px 9px rgba(0, 0, 0, 0.40);
  display: flex;
  height: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #2b7a78;
  background: center/cover no-repeat url("../../src/images/header-background.jpg");
}

.header-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 30px;
}

.header-contacts {
  margin-right: 15px;
}

.main-container__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-bottom: 1px solid #2b7a78;
  padding: 15px;
}
@media (max-width: 1199px) {
  .main-container__wrapper {
    padding-top: 70px;
  }
}

.main__content {
  flex-grow: 3;
  width: 100%;
}

.main {
  flex-basis: 75%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 768px) {
  .main {
    flex-basis: 100%;
  }
}

.main__newsfeed {
  margin-top: 20px;
}

.admin {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  margin-top: 10px;
}
.admin h1 {
  text-align: center;
}

.form {
  padding: 30px;
  border-radius: 5px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.input {
  width: 100%;
  font-size: 2rem;
  line-height: 2.5rem;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 3px;
}

.form .button {
  width: 50%;
  display: block;
  align-self: center;
}

.admin__menu {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.admin__menu .button {
  margin: 20px 40px;
}

.form-group {
  width: 100%;
  padding: 15px;
  margin: 10px 0;
  display: flex;
  border-radius: 8px;
  border: 1px solid #d3d3d3;
  justify-content: space-around;
}
.form-group_column {
  flex-direction: column;
}

.textarea {
  width: 100%;
  resize: none;
  margin: 15px 0;
  padding: 3px;
}
.textarea_hidden {
  display: none;
}

.links {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #17252a;
}
.links_hidden {
  display: none;
}

.button-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.button-file-label {
  color: #feffff;
  background-color: #3aafa9;
  border-radius: 5px;
  padding: 15px;
  cursor: pointer;
  margin-bottom: 10px;
}
.button-file-label:hover {
  background-color: #2b7a78;
}

div.ck-editor[role=application] {
  resize: none;
  width: 100%;
}

figure.ck-widget svg {
  display: none;
}

.page-text {
  overflow: hidden;
}

.layout-2-column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.layout-2-column > * {
  width: 46%;
  margin: 1.6%;
}

.layout-3-column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.layout-3-column > * {
  width: 30%;
  margin: 1.6%;
}

.banners {
  max-width: 200px;
}

.banners__item {
  padding: 15px 15px;
  margin-bottom: 5px;
  border-radius: 10px;
  display: block;
  box-sizing: border-box;
  background: #3aafa9;
}
.banners__item:hover {
  background: #2b7a78;
}

.banners__banner {
  width: 100%;
  padding-bottom: 3px;
}

.contacts__list {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.contact-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  border-radius: 20px;
}

.contact-text {
  font-size: 1.4rem;
  color: #feffff;
}

.contact-link {
  margin-right: 15px;
  border-radius: 50%;
}
.contact-link:hover {
  background: #3aafa9;
}

.contact-icon {
  width: 25px;
  height: 25px;
  margin: 5px;
}
.contact-icon_phone {
  background: center/cover no-repeat url("../images/icons/phone_icon.svg");
}
.contact-icon_mail {
  background: center/cover no-repeat url("../images/icons/mail_icon.svg");
}
.contact-icon_location {
  background: center/cover no-repeat url("../images/icons/location_icon.svg");
}

.form {
  padding: 30px;
}

.headmaster {
  padding: 15px 10px;
  background: #2b7a78;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.headmaster__title {
  font-size: 1.8rem;
  color: #feffff;
  margin-bottom: 15px;
}

.headmaster__photo {
  width: 75%;
  border-radius: 5px;
}

.headmaster__name {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #feffff;
}

.submenu__item, .menu__item {
  color: #17252a;
}
.submenu__item:hover, .menu__item:hover {
  color: #feffff;
}

.menu {
  width: 100%;
  align-self: flex-end;
  z-index: 10;
  margin-bottom: -2px;
}
.menu_fixed {
  border-bottom: 1px solid #17252a;
  position: fixed;
  top: 0;
  width: 1200px;
}
@media (max-width: 1199px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .menu_hidden {
    width: auto;
    height: auto;
  }
}

@media (max-width: 1199px) {
  .menu__bar {
    background-color: #3aafa9;
    border-bottom: 1px solid #17252a;
    width: 100%;
    height: 60px;
    display: flex;
    position: fixed;
    top: 0;
  }
}

.menu__list {
  list-style: none;
  display: flex;
  flex-direction: row;
  background: #3aafa9;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .menu__list {
    justify-content: flex-start;
    transition: all 0.2s ease-out;
    flex-direction: column;
    position: absolute;
    height: 100%;
    width: 100%;
    margin-top: 60px;
    top: 0;
    left: 0;
    overflow: scroll;
    border-right: 1px solid #17252a;
  }
  .menu__list_hidden {
    left: -80%;
  }
}

.menu__item {
  position: relative;
}
.menu__item:hover {
  background-color: #349c97;
  border-bottom: none;
}
@media (max-width: 1199px) {
  .menu__item {
    padding: 15px 0 15px 20px;
  }
}

.menu__link_sub::after {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  background-color: #feffff;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  right: 7px;
  top: 10px;
  display: none;
}

.menu__link {
  font-size: 1.6rem;
  text-decoration: none;
  display: block;
  padding: 15px;
  border-top: none;
  color: inherit;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .menu__link {
    padding: 5px;
  }
}

.menu__link_sub {
  text-decoration: underline;
}

.submenu {
  background-color: #349c97;
  z-index: 10;
  min-width: 100%;
  max-width: 240%;
  width: max-content;
  position: absolute;
  display: none;
  list-style: none;
  top: 100%;
  left: 0;
}

.submenu-1 {
  top: 0%;
  left: 100%;
}

.submenu_visible {
  display: block;
}
.submenu :not(:last-child) {
  border-bottom: 1px solid #feffff;
}

.submenu .menu__link {
    border: none;
}

@media (max-width: 1199px) {
  .submenu {
    position: initial;
  }
  .submenu :not(:last-child) {
    border-bottom: none;
  }
}

.submenu__item {
  z-index: 10;
  margin-bottom: 1px;
  position: relative;
  padding: 2px;
}
@media (max-width: 1199px) {
  .submenu__item {
    padding-left: 30px;
  }
}

.submenu__link {
  padding: 6px;
  font-size: 1.5rem;
}

.news__list {
  width: 100%;
  list-style: none;
}
@media (max-width: 768px) {
  .news__list {
    display: none;
  }
}

.news-layout {
  width: 100%;
  height: 450px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.column-1 {
  width: 33%;
  height: 100%;
}

.column-2 {
  width: 66%;
  height: 100%;
}

.news__item {
  width: 100%;
  height: 100%;
}
.news__item_small {
  height: 50%;
}

.news__block {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news__block_small {
  width: 250px;
  height: 150px;
}

.news__block:hover {
  color: #3aafa9;
}

.news__image {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.news__image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0px -150px 78px -29px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -150px 78px -29px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -150px 78px -29px rgba(0, 0, 0, 0.75);
}

.news__image:hover {
  transform: scale(1.1);
  transition: 0.4s;
}

.news__title {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: bold;
  color: #feffff;
}

.newsfeed {
  width: 100%;
}
@media (max-width: 768px) {
  .newsfeed {
    width: 100%;
  }
}

.newsfeed-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.newsfeed-item {
  width: 100%;
  background-color: #3aafa9;
  margin-bottom: 5px;
  padding: 10px;
}

.newsfeed-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.newsfeed-link:hover .newsfeed-item__name {
  text-decoration: underline;
}

.newsfeed-item__name {
  font-size: 1.6rem;
  color: #17252a;
}

.newsfeed-item__date {
  align-self: flex-end;
  color: #d3d3d3;
}

.newsfeed__button-link {
  margin: 5px 10px 0 0;
  align-self: flex-end;
}

.page-title {
  background: #3aafa9;
  width: 100%;
  padding: 15px;
  margin: 0 0 20px 0;
}

.page-title__text {
  text-decoration: none;
  font-size: 2rem;
  line-height: 2.2rem;
  text-align: justify;
  color: #feffff;
}
.page-title__text:hover {
  color: #def2f1;
  text-decoration: underline;
}

.documents-block {
  padding: 3px;
}
.documents-block a {
  color: #17252a;
}
.documents-block a:hover {
  color: #2b7a78;
}

.page-text {
  padding: 15px;
}

.image-block {
  width: 100%;
}

.gallery {
  position: fixed;
  left: 2.5%;
  top: 2.5%;
  width: 95%;
  height: 95%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 30px 60px 0;
  padding-bottom: 60px;
  z-index: 15;
  background-color: #2b7a78;
  overflow: scroll;
}

.modal {
  position: fixed;
  left: 25%;
  top: 10%;
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 60px 0;
  padding-bottom: 60px;
  z-index: 15;
  background-color: #2b7a78;
}

.gallery_column {
  flex-direction: column;
}
.gallery button {
  position: absolute;
  bottom: 15px;
  left: 45%;
}

.gallery__image {
  width: 150px;
  height: 150px;
  margin: 15px;
  background-color: #feffff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.gallery__image input {
  width: 20%;
  height: 20%;
}

.gallery__document {
  display: flex;
  height: 35px;
  justify-content: space-between;
  margin: 10px;
  background-color: #feffff;
  cursor: pointer;
}
.gallery__document input {
  width: 30px;
  height: 100%;
}

.posts {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.post {
  width: 100%;
  background-color: #3aafa9;
  margin-bottom: 5px;
  overflow: hidden;
}
.post:hover .post__title {
  text-decoration: underline;
}
.post:hover {
  background-color: #329893;
}

.post-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 10px;
  color: #17252a;
}
@media (max-width: 768px) {
  .post-link {
    flex-direction: column;
  }
}

.post__title {
  font-size: 1.6rem;
  flex-basis: 75%;
  word-wrap: break-word;
}

.post__date {
  justify-content: space-between;
  flex-basis: 20%;
  color: #feffff;
  text-align: right;
}
@media (max-width: 768px) {
  .post__date {
    text-align: left;
  }
}

.post__author {
  align-self: flex-end;
  color: #feffff;
}

.employees {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.employee {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.employee__photo {
  width: 100% !important;
  margin-bottom: 10px;
}

.employee__name {
  font-weight: bold;
}

.employee__position {
  height: 50px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.dyploms {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.dyplom {
  width: 30%;
  margin: 1.5%;
}
.dyplom img {
  width: 100%;
}

.hidden {
    display: none;
}

h3 {
    margin: 20px 0;
}

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