*, *::after, *::before {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: Arial;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
}
html.fonts-loaded body {
  font-family: "DMSans";
}
html.fonts-loaded body h1, html.fonts-loaded body h2, html.fonts-loaded body h3, html.fonts-loaded body h4, html.fonts-loaded body h5, html.fonts-loaded body h6 {
  font-family: "DMSans";
}
.footer {
  padding: 4em 0;
}
.footer__title {
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 2em;
  font-size: 1.5em;
}
.footer__title svg {
  margin-left: 1em;
}
.footer__columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .footer__content {
    width: 50%;
  }
}
@media screen and (min-width: 900px) {
  .footer__contact {
    width: 40%;
  }
}
.footer__item {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.footer__item svg {
  margin-right: 1rem;
}
.footer__line {
  width: 100%;
  height: 1px;
  background-color: #EDCE99;
  margin: 2em 0;
}
@media screen and (max-width: 900px) {
  .footer__logo {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.footer__icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.footer__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  width: auto;
  height: 60px;
  padding: 0 1%;
  color: #EDCE99;
  border: 1px solid #EDCE99;
  border-radius: 10px;
  transition: all 0.5s;
}
.footer__icon:hover {
  transition: all 0.5s;
  background-color: rgba(237, 206, 153, 0.5);
}
.oc-text-orange {
  color: #EDCE99;
}
.map {
  width: 100%;
  height: 22em;
  background-color: #ADADAD;
}
.map__wrapper {
  position: relative;
}
.map__info {
  background-color: #fff;
  top: 0;
  right: 10%;
  z-index: 9999;
}
@media screen and (min-width: 900px) {
  .map__info {
    position: absolute;
  }
}
.map__img img {
  width: 100%;
}
.map__address {
  padding: 1em 2em;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(129, 201, 158, 0.3);
  -moz-box-shadow: 0px 10px 15px 0px rgba(129, 201, 158, 0.3);
  box-shadow: 0px 10px 15px 0px rgba(129, 201, 158, 0.3);
}
.map__title {
  color: #81C99E;
  margin-bottom: 1em;
}
.help-system {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 2em 0;
}
.help-system__column {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .help-system__column {
    width: 33.333%;
  }
}
.help-system__title {
  font-weight: 400;
}
.help-system__subtitle {
  font-weight: 400;
}
.help-system__link {
  margin-top: 1.5em;
  display: block;
}
.help-system__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}
@media screen and (min-width: 900px) {
  .help-system__icon svg {
    width: 75%;
  }
}
.help-system__btn {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.btn {
  border: 1px solid;
  display: block;
  width: max-content;
  padding: 1em 3em;
  border-radius: 200px;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}
.btn:hover {
  transition: all 0.5s;
  color: #fff;
}
.btn--white {
  border-color: #fff;
}
.btn--white:hover {
  color: #707070;
  background-color: #fff;
}
.btn--gray-hover-blue {
  border-color: #ADADAD;
}
.btn--gray-hover-blue:hover {
  color: #fff;
  background: linear-gradient(90deg, #96d1e4 0%, #c3e5f0 100%);
  border-color: #fff;
}
.btn--red {
  border-color: #DB7981;
}
.btn--red:hover {
  background-color: #DB7981;
}
.btn--blue {
  border-color: #ADADAD;
}
.btn--blue:hover {
  border-color: #96D1E4;
  background-color: #96D1E4;
}
.btn--green {
  border-color: #81C99E;
}
.btn--green:hover {
  border-color: #ADADAD;
  background-color: #ADADAD;
}
.btn--text-red {
  color: #DB7981;
}
.btn--text-gray {
  color: #707070;
}
.btn--text-white {
  color: #fff;
}
.btn--text-green {
  color: #81C99E;
}
.important-links__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 20em;
}
@media screen and (max-width: 900px) {
  .important-links__items {
    height: unset;
    flex-wrap: wrap;
  }
}
.important-links__item {
  height: 100%;
  padding: 2rem;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
}
@media screen and (max-width: 900px) {
  .important-links__item {
    width: 100% !important;
  }
}
.important-links__item::after {
  content: "";
  position: absolute;
  right: -20px;
  z-index: 9;
  top: calc(50% - 10px);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  clear: both;
}
@media screen and (max-width: 900px) {
  .important-links__item::after {
    content: none;
  }
}
.important-links__item:hover {
  transition: all 0.5s;
}
.important-links__img {
  margin-bottom: 0.5em;
}
.important-links__name {
  margin-bottom: 0.1em;
  color: #fff;
  font-size: 1.875em;
}
.important-links__desc {
  color: #fff;
  font-size: 1.125em;
}
.important-links__desc-hide {
  animation-delay: 0.3s;
  display: none;
}
.important-links__btn {
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .important-links__btn {
    display: none;
  }
}
.main-baner {
  position: relative;
}
.main-baner__img {
  width: 100%;
}
.main-baner__content {
  top: 10vw;
  padding: 2em 10% 0 10%;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .main-baner__content {
    position: absolute;
    padding: 0 10%;
  }
}
.main-baner__title {
  font-weight: 400;
  color: #ADADAD;
  font-size: 1.875em;
}
@media screen and (min-width: 900px) {
  .main-baner__title {
    font-size: 3.125em;
  }
}
.main-baner__subtitle {
  font-weight: 400;
  color: #707070;
  font-size: 1.0625em;
}
@media screen and (min-width: 900px) {
  .main-baner__subtitle {
    font-size: 2em;
  }
}
.main-baner__btn {
  margin-top: 1em;
}
@media screen and (min-width: 900px) {
  .main-baner__btn {
    margin-top: 3em;
  }
}
.main-baner__btn .btn {
  margin-bottom: 1em;
}
nav {
  z-index: 9999;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.11);
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 900px) {
  nav {
    position: unset;
    padding: 0 5%;
  }
}
@media screen and (min-width: 900px) {
  .hamburger {
    display: none;
  }
}
.hamburger--active .hamburger__item:nth-last-child(2) {
  width: 30px;
  background-color: #DB7981;
}
.hamburger--active .hamburger__item:nth-last-child(1) {
  width: 35px;
  background-color: #EDCE99;
}
.hamburger__item {
  width: 40px;
  height: 4px;
  background-color: #81C99E;
  transition: all 0.5s;
}
.hamburger__item:not(:last-child) {
  margin-bottom: 6px;
}
.menu {
  padding: 2em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .menu {
    position: fixed;
    height: 130px;
    width: 100%;
    z-index: 999;
    background: #fff;
    left: 0;
    padding: 0 5%;
  }
}
@media screen and (max-width: 900px) {
  .menu {
    padding: 0;
    flex-wrap: wrap;
  }
}
.menu__links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  width: 100%;
  top: 130px;
  left: -150%;
  transition: all 0.5s;
  background-color: #fff;
}
.menu__links--active {
  transition: all 0.5s;
  left: 0;
}
@media screen and (min-width: 900px) {
  .menu__links {
    position: unset;
    margin-top: 2em;
    flex-wrap: nowrap;
    width: 70%;
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .menu__logo {
    padding: 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 130px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .menu__logo svg {
    width: 100%;
  }
}
.menu__item {
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 900px) {
  .menu__item {
    background-color: transparent !important;
  }
}
@media screen and (max-width: 900px) {
  .menu__item {
    width: 100%;
    text-align: center;
    padding: 1em 0;
    color: #fff;
  }
}
.menu__item::after {
  content: "";
  position: absolute;
  left: -4%;
  bottom: -4px;
  width: 0;
  height: 2px;
  transition: all 0.5s;
}
.menu__item--active::after {
  width: 108%;
}
.menu__item--underline-blue::after {
  background-color: #96D1E4;
}
.menu__item--underline-yellow::after {
  background-color: #EDCE99;
}
.menu__item--underline-gray::after {
  background-color: #ADADAD;
}
.menu__item--underline-green::after {
  background-color: #81C99E;
}
.menu__item--underline-red::after {
  background-color: #DB7981;
}
.menu__item:hover::after {
  width: 108%;
}
.menu__fastlink-line {
  width: 1px;
  background-color: #96D1E4;
  height: 50px;
  display: none;
}
@media screen and (min-width: 900px) {
  .menu__fastlink-line {
    display: block;
  }
}
.menu__fastlink {
  font-weight: 500;
  color: #96D1E4;
}
@media screen and (max-width: 900px) {
  .menu__fastlink {
    width: 100%;
    text-align: center;
    padding: 1em 0;
  }
}
.news {
  position: relative;
}
@media screen and (min-width: 900px) {
  .news {
    padding-top: 8rem;
  }
}
.news__wrapper {
  background-color: #F5F5F5;
}
.news__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  top: calc(8em - 50px);
}
@media screen and (min-width: 900px) {
  .news__nav {
    flex-direction: row;
    height: 50px;
    position: absolute;
  }
}
.news__nav-btn {
  background-color: #DFDFDF;
  display: block;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
  width: 100%;
  padding: 1em 3em;
}
@media screen and (min-width: 900px) {
  .news__nav-btn {
    padding: 0.7em 3em;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.16);
    border-radius: 1em 1em 0 0;
    width: max-content;
  }
}
.news__nav-btn--active {
  padding: 1em 3em;
}
.news__nav-btn:hover {
  padding: 1em 3em;
}
.news__nav-btn:not(:first-child) {
  margin-left: -20px;
}
.news__items {
  padding: 3em 0 3em 0;
  background-color: #fff;
}
.news__item:not(:first-child) {
  margin-top: 4em;
}
.news__item:not(:last-child) {
  border-bottom: 1px solid #ADADAD;
}
.news__headline {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media screen and (min-width: 900px) {
  .news__headline {
    flex-direction: row;
    align-items: flex-end;
  }
}
.news__date {
  font-weight: 400;
  background-color: #DFDFDF;
  display: block;
  width: max-content;
  border-radius: 0 10px 10px 0;
  padding: 0em 1.5em 0 1em;
  color: #fff;
  font-size: 1.25em;
}
@media screen and (min-width: 900px) {
  .news__date {
    font-size: 2em;
  }
}
.news__date span {
  font-size: 1.5em;
}
.news__name {
  margin-left: 1.2em;
  font-weight: 400;
  font-size: 1.5625em;
}
@media screen and (min-width: 900px) {
  .news__name {
    margin-left: 0.5em;
    font-size: 2em;
  }
}
.news__desc {
  padding: 2em 0 4em 2em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .news__desc {
    padding: 2em;
    flex-wrap: wrap;
  }
}
.news__column {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .news__column {
    width: 48%;
  }
}
@media screen and (max-width: 900px) {
  .news__column:first-of-type {
    margin-bottom: 2em;
  }
}
.news__column img {
  width: 100%;
  margin-bottom: 2em;
}
.news__btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news__btn {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 0;
}
.pagination__item {
  margin: 0 0.5em;
  font-size: 1.0625em;
}
.pagination__item:hover a, .pagination__item:hover span {
  color: #DFDFDF;
}
.pagination__item a, .pagination__item span {
  color: #DFDFDF;
}
.pagination__item--active a, .pagination__item--active span {
  color: #707070;
}
.gallery__items {
  padding: 3em 0 3em 0;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.gallery__item {
  position: relative;
  margin: 0 2em 2em 2em;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .gallery__item {
    width: calc(100% / 3 - 4em);
  }
}
.gallery__img {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 21rem;
}
.gallery__data {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-weight: 400;
  background-color: #DFDFDF;
  display: block;
  width: max-content;
  border-radius: 0 0 10px 0;
  padding: 0em 1.5em 0 1em;
  font-size: 1.25em;
  color: #fff;
}
.gallery__data span {
  font-size: 1.5em;
}
.gallery__title {
  margin-top: 0.5em;
  font-weight: 400;
  font-size: 1.25em;
}
.last-news {
  margin-top: 4em;
}
.last-news__headline {
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 2em;
}
.last-news__headline--white {
  color: #fff;
}
.last-news__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .last-news__row {
    flex-direction: row;
  }
}
.last-news__row .last-news__item {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .last-news__row .last-news__item {
    width: 50%;
  }
}
@media screen and (min-width: 900px) {
  .last-news__row .last-news__desc {
    width: 15vw;
  }
}
@media screen and (min-width: 900px) {
  .last-news__row .last-news__btn {
    visibility: hidden;
    margin-top: -1em;
    opacity: 0;
  }
}
.last-news__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .last-news__item {
    flex-direction: row;
  }
}
.last-news__image {
  padding-bottom: 21rem;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .last-news__image {
    width: 50%;
  }
}
.last-news__content {
  width: 100%;
  position: relative;
  height: 25rem;
}
@media screen and (min-width: 900px) {
  .last-news__content {
    height: 21rem;
    width: 50%;
  }
}
.last-news__info {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
  padding: 1.5rem;
}
@media screen and (min-width: 900px) {
  .last-news__info {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 900px) {
  .last-news__info--expand:hover {
    width: calc(200% - 20px);
  }
  .last-news__info--expand:hover .last-news__btn {
    visibility: visible;
    opacity: 1;
    margin-top: 0.5em;
  }
}
.last-news__info--bg-gray {
  background-color: #ADADAD;
}
.last-news__info--bg-gray::after {
  border-right: 20px solid #ADADAD !important;
}
.last-news__info--bg-green {
  background-color: #81C99E;
}
.last-news__info--bg-green::after {
  border-right: 20px solid #81C99E !important;
}
.last-news__info--bg-yellow {
  background-color: #EDCE99;
}
.last-news__info--bg-yellow::after {
  border-right: 20px solid #EDCE99 !important;
}
.last-news__info::after {
  content: "";
  position: absolute;
  left: -20px;
  z-index: 9;
  top: calc(50% - 10px);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
  clear: both;
}
@media screen and (max-width: 900px) {
  .last-news__info::after {
    content: none;
  }
}
.last-news__date {
  font-weight: 400;
  background-color: #fff;
  display: block;
  width: max-content;
  border-radius: 0 10px 10px 0;
  margin-left: -1.5rem;
  padding: 0em 1.5em 0 1.5rem;
  margin-top: 0.5em;
  color: #fff;
  font-size: 1.25em;
  margin-bottom: 1em;
}
.last-news__date--color-gray {
  color: #ADADAD;
}
.last-news__date--color-green {
  color: #81C99E;
}
.last-news__date--color-yellow {
  color: #EDCE99;
}
@media screen and (min-width: 900px) {
  .last-news__date {
    font-size: 1.5625em;
  }
}
.last-news__date span {
  font-size: 1.5em;
}
.last-news__title {
  color: #fff;
  margin-bottom: 0.5em;
  font-weight: 400;
  font-size: 2em;
}
.last-news__desc {
  color: #fff;
}
.last-news__desc > * {
  color: #fff;
}
.last-news__btn {
  transition: all 0.5s;
  align-self: flex-end;
  margin-top: 3em;
}
.page-help-systems__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .page-help-systems__row {
    flex-direction: row;
    background-color: #F5F5F5;
  }
}
@media screen and (min-width: 900px) {
  .page-help-systems__row--reverse {
    flex-direction: row-reverse;
  }
}
.page-help-systems__row:not(:last-child) {
  margin-bottom: 3em;
}
.page-help-systems__column {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .page-help-systems__column {
    width: 50%;
  }
}
.page-help-systems__column--text {
  padding-top: 3em;
}
@media screen and (min-width: 900px) {
  .page-help-systems__column--text {
    padding-left: 3em;
  }
}
.page-help-systems__column img {
  width: 100%;
}
.page-help-systems__title {
  font-weight: 400;
  font-size: 2em;
}
.page-help-systems__subtitle {
  font-weight: 400;
  font-size: 1.25em;
}
.page-help-systems__link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 2em;
  font-size: 1.25em;
}
.page-help-systems__link svg {
  margin-left: 1em;
  height: 50px;
  width: 50px;
}
.form__title {
  font-weight: 400;
  text-align: center;
  margin-bottom: 1em;
}
.form__title span {
  font-size: 0.8em;
}
.form__inputs {
  display: flex;
  justify-content: space-between;
  align-self: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .form__inputs {
    flex-direction: row;
  }
}
.form__item {
  margin-bottom: 1rem;
}
@media screen and (min-width: 900px) {
  .form__item {
    width: calc(100% / 3 - 1rem);
    margin-bottom: 0;
  }
}
.form__item--full {
  width: 100%;
}
.form__input--format {
  background-color: #F5F5F5;
  border-radius: 10px;
  border-color: transparent;
  padding: 1em;
  font-weight: 400;
}
.form__input--format:focus {
  outline: none;
}
.form__textarea {
  width: 100%;
  font-family: "DMSans";
}
@media screen and (min-width: 900px) {
  .form__textarea {
    margin-top: 1rem;
  }
}
.form__btn {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
.form__errors {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form__error {
  color: #DB7981;
}
.form__error:not(:last-child) {
  margin-bottom: 0.5em;
}
input {
  width: 100%;
}
.error {
  color: #DB7981;
}
.documents__wrapper {
  background-color: #F5F5F5;
}
.documents__headline {
  padding: 1em;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .documents__headline {
    padding: 3em;
  }
}
.documents__headline--menu {
  padding-bottom: 0em;
}
@media screen and (max-width: 900px) {
  .documents__headline--menu {
    padding-bottom: 1em;
  }
}
@media screen and (min-width: 900px) {
  .documents__list--padding {
    padding-top: 8rem;
  }
}
.documents__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 4em;
  background: #fff;
}
.documents__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4em;
  transition: all 0.5s;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .documents__item {
    width: calc(100% / 4);
  }
}
.documents__item:hover {
  transform: translateY(-10px);
}
.documents__icon {
  margin-bottom: 2em;
}
.documents__name {
  margin-bottom: 2em;
}
.know {
  background-color: #81C99E;
  padding-top: 2em;
}
.classes {
  padding: 5em 0;
}
.classes__headline {
  text-align: center;
  font-weight: 400;
  margin-bottom: 3em;
}
.classes__items {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 900px) {
  .classes__items {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.classes__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .classes__item {
    width: 50% !important;
    margin-bottom: 2em;
  }
}
.classes__hours {
  margin-bottom: 1em;
}
.classes__icon {
  margin-bottom: 1em;
}
.classes__dot {
  width: 40px;
  height: 40px;
  background-color: #81C99E;
  border-radius: 40px;
  margin-bottom: 1em;
}
.classes__line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: red;
}
.timetable__download {
  background-color: #96D1E4;
  text-align: center;
  font-weight: 400;
  padding: 1em;
  border-radius: 1em;
  color: #fff;
  margin-bottom: 2em;
  display: block;
}
.government {
  margin-bottom: 4em;
}
.government__title {
  font-weight: 400;
  text-align: center;
  margin-bottom: 2em;
}
.government__items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.government__item {
  text-align: center;
  width: 100%;
}
.government__item:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (min-width: 900px) {
  .government__item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .government__item {
    width: calc(100% / 3);
  }
}
.students-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
  padding-top: 3em;
}
@media screen and (min-width: 900px) {
  .students-desc {
    flex-direction: row;
    padding-top: 0;
  }
}
.students-desc__headline {
  margin-bottom: 2em;
  font-weight: 400;
}
.students-desc__photo {
  width: 90%;
}
.students-desc__photo img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .students-desc__photo {
    width: 50%;
  }
}
@media screen and (min-width: 900px) {
  .students-desc__content {
    width: 50%;
  }
}
.meetings {
  padding: 2em 0;
  text-align: center;
  margin-bottom: 5em;
}
.meetings__headline {
  font-weight: 400;
  color: #fff;
  margin-bottom: 1em;
}
.meetings__download-text {
  color: #fff;
  margin-bottom: 1em;
}
.meetings__icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.meetings__icons svg:not(:last-child) {
  margin-bottom: 1em;
}
.meetings__icons path {
  fill: #fff;
}
.buses {
  background-color: #F5F5F5;
  margin: 5em 0;
  padding: 2em 0;
}
.buses__title {
  text-align: center;
  font-weight: 400;
}
.buses__subtitle {
  text-align: center;
  font-weight: 400;
}
.buses__lines {
  margin-top: 2em;
}
.buses__line:not(:last-child) {
  margin-bottom: 5em;
}
.buses__line-name {
  margin-bottom: 2em;
  font-weight: 500;
  text-align: center;
}
.buses__stops {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.buses__stop {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .buses__stop {
    width: 50% !important;
    margin-bottom: 1em;
  }
}
.buses__icon {
  margin-bottom: 0.5em;
}
.buses__icon-red path {
  fill: #DB7981;
}
.buses__icon-green path {
  fill: #81C99E;
}
.buses__icon-yellow path {
  fill: #EDCE99;
}
.buses__desc {
  text-align: center;
  margin-top: 2em;
}
.council__download-text {
  color: #96D1E4;
  margin-bottom: 1em;
}
.council__icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.council__icons svg:not(:last-child) {
  margin-bottom: 1em;
}
.council__icons path {
  fill: #96D1E4;
}
.services {
  text-align: center;
  padding: 2em 0;
  margin-bottom: 5em;
}
.services__content h2 {
  font-weight: 400;
}
.library {
  background: url(../themes/sp-daleszyn/assets/scss/images/bg.jpg) no-repeat center center fixed;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center;
  padding: 2em 0;
  margin-bottom: 5em;
}
.library__headline {
  font-weight: 400;
  color: #fff;
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
}
.library__content * {
  color: #fff;
}
.title-content {
  margin-bottom: 3em;
}
.title-content__title {
  font-weight: 400;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 900px) {
  .main {
    margin-top: 130px;
  }
}
.main__pages {
  margin-top: 130px;
}
.container {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .container {
    width: 80%;
  }
}
a, p, div {
  color: #707070;
  text-decoration: none;
}
.bg--blue {
  background-color: #96D1E4;
}
.bg--yellow {
  background-color: #EDCE99;
}
.bg--gray {
  background-color: #ADADAD;
}
.bg--green {
  background-color: #81C99E;
}
.bg--red {
  background-color: #DB7981;
}
.icon-bg--blue path {
  fill: #96D1E4;
}
.icon-bg--yellow path {
  fill: #EDCE99;
}
.icon-bg--gray path {
  fill: #ADADAD;
}
.icon-bg--green path {
  fill: #81C99E;
}
.icon-bg--red path {
  fill: #DB7981;
}
.triangle--right {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.triangle--right-blue {
  border-left: 20px solid #96D1E4;
}
.triangle--right-blue::after {
  border-left: 20px solid #96D1E4;
}
.triangle--right-yellow {
  border-left: 20px solid #EDCE99;
}
.triangle--right-yellow::after {
  border-left: 20px solid #EDCE99;
}
.triangle--right-gray {
  border-left: 20px solid #ADADAD;
}
.triangle--right-gray::after {
  border-left: 20px solid #ADADAD;
}
.triangle--right-green {
  border-left: 20px solid #81C99E;
}
.triangle--right-green::after {
  border-left: 20px solid #81C99E;
}
.triangle--right-red {
  border-left: 20px solid #DB7981;
}
.triangle--right-red::after {
  border-left: 20px solid #DB7981;
}
.article {
  padding: 3em;
  background-color: #fff;
}
