.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.content {
  width: 100%;
  float: none; }

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  min-height: 70vh;
  max-height: 100vh;
  height: 70vh;
  overflow: visible; }

.scrolling__values {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1360px;
  padding: 0 80px;
  width: 100%;
  margin: 0 auto;
  bottom: 40px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.scrolling__values__inner {
  width: 100%; }

.scrolling__values__item {
  font-size: 180px;
  margin: 0;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  opacity: 0.8;
  font-family: "Leckerli One", sans-serif;
  padding: 10px 0; }

@media (max-width: 1049px) {
  .scrolling__values {
    bottom: 60px;
    padding: 0 20px; }
  .scrolling__values__inner {
    max-width: 670px; }
  .scrolling__values__item {
    font-size: 90px; } }

@media (max-width: 740px) {
  .scrolling__values__inner {
    max-width: 520px; }
  .scrolling__values__item {
    font-size: 60px; } }

@media (max-width: 500px) {
  .scrolling__values__inner {
    max-width: 280px; }
  .scrolling__values__item {
    font-size: 40px; } }

html {
  scroll-behavior: smooth; }

.scroll__down {
  position: absolute;
  bottom: -45px;
  right: clamp(1em, 7.4%, 155px);
  width: 90px;
  height: 90px;
  background: var(--col-sec);
  font-size: 18px;
  color: #fff;
  z-index: 3;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .scroll__down:focus-within svg, .scroll__down:hover svg {
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%); }

.svg__icon__wrap svg {
  -webkit-transition: ease 0.2s transform;
  -o-transition: ease 0.2s transform;
  transition: ease 0.2s transform; }

@media (max-width: 1049px) {
  .scroll__down {
    bottom: -22px;
    width: 44px;
    height: 44px;
    font-size: 16px; } }

.welcome__block {
  position: relative;
  padding: 100px 20px 50px; }

.welcome__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px; }

.welcome__item__image {
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background: #fff;
  overflow: hidden; }
  .welcome__item__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.welcome__item__text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 685px;
  width: 100%; }

.welcome__item__heading {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 30px;
  text-transform: uppercase; }

.welcome__item__content {
  font-size: 16px;
  margin: 0;
  line-height: 1.4; }
  .welcome__item__content p {
    margin: 0; }

.welcome__item__author {
  margin: 20px 0  30px;
  font-weight: bold;
  font-size: 20px; }

@media (max-width: 1049px) {
  .welcome__block {
    padding: 50px 30px; }
  .welcome__item__text__wrap,
  .welcome__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; } }

.our__schools__block {
  position: relative;
  padding: 50px 30px 100px; }

.heading {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 40px;
  text-transform: uppercase; }

.our__schools__inner {
  position: relative;
  max-width: 1242px;
  width: 100%;
  margin: 0 auto; }
  .our__schools__inner .swiper__navigation {
    position: static; }
  .our__schools__inner .swiper__navigation__button {
    position: absolute;
    top: calc(50% + 20px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
  .our__schools__inner .schools__navigation__prev {
    left: -22px; }
  .our__schools__inner .schools__navigation__next {
    right: -22px; }

.our__schools {
  width: 100%;
  overflow: visible; }
  .our__schools .swiper-slide {
    opacity: 0.5;
    -webkit-transition: ease 0.4s opacity;
    -o-transition: ease 0.4s opacity;
    transition: ease 0.4s opacity;
    pointer-events: none; }
  .our__schools .swiper-slide-visible {
    opacity: 1;
    pointer-events: all; }

.our__schools__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--col-pri);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  height: 400px;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  text-align: center; }
  .our__schools__item__link:focus-within, .our__schools__item__link:hover {
    background: var(--col-ter); }
    .our__schools__item__link:focus-within .our__schools__item__image, .our__schools__item__link:hover .our__schools__item__image {
      height: 160px; }
    .our__schools__item__link:focus-within .our__schools__item__content, .our__schools__item__link:hover .our__schools__item__content {
      padding: 20px 40px; }
    .our__schools__item__link:focus-within .our__schools__item__title, .our__schools__item__link:hover .our__schools__item__title {
      color: var(--col-pri); }
      .our__schools__item__link:focus-within .our__schools__item__title:after, .our__schools__item__link:hover .our__schools__item__title:after {
        background: var(--col-pri); }
    .our__schools__item__link:focus-within .our__schools__item__link__text, .our__schools__item__link:hover .our__schools__item__link__text {
      color: var(--col-pri); }

.our__schools__item__image {
  width: 100%;
  height: 200px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .our__schools__item__image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%; }

.our__schools__item__content {
  padding: 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  text-align: center; }

.our__schools__item__title {
  position: relative;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  max-width: 400px;
  min-height: 100px; }
  .our__schools__item__title:after {
    content: '';
    position: relative;
    display: block;
    margin: 25px auto 0;
    max-width: 250px;
    height: 5px;
    background: #fff;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }

.our__schools__item__link__text {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

@media (max-width: 1049px) {
  .our__schools__block {
    padding: 50px 30px; }
    .our__schools__block .heading {
      text-align: center; } }

@media (max-width: 480px) {
  .our__schools__item__link {
    height: 370px; }
    .our__schools__item__link:focus-within .our__schools__item__content, .our__schools__item__link:hover .our__schools__item__content {
      padding: 30px 20px; }
  .our__schools__item__content {
    padding: 40px 20px; }
  .our__schools__item__title {
    font-size: 22px; } }

.news__block {
  position: relative;
  padding: 100px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--col-sec); }
  .news__block .heading__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 40px 40px;
    width: 100%; }
    .news__block .heading__wrap .heading {
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase;
      color: var(--col-pri);
      margin: 0; }
  .news__block .swiper__navigation {
    gap: 0;
    margin: 0; }
  .news__block .swiper__navigation__button {
    background: none !important;
    color: var(--col-pri) !important; }
    .news__block .swiper__navigation__button svg {
      -webkit-transition: ease 0.4s;
      -o-transition: ease 0.4s;
      transition: ease 0.4s; }
    .news__block .swiper__navigation__button.swiper-button-disabled {
      opacity: 0.5; }
    .news__block .swiper__navigation__button:focus-within.social__navigation__prev svg, .news__block .swiper__navigation__button:hover.social__navigation__prev svg {
      -webkit-transform: translateY(30%);
      -ms-transform: translateY(30%);
      transform: translateY(30%); }
    .news__block .swiper__navigation__button:focus-within.social__navigation__next svg, .news__block .swiper__navigation__button:hover.social__navigation__next svg {
      -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
      transform: translateY(-30%); }

.news__block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.news__feed {
  background: #fff;
  max-width: 788px;
  width: 100%; }
  .news__feed .news__container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .news__feed .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .news__feed .social__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: calc(50% - 60px); }

.social__feed {
  height: 200px;
  width: calc(100% - 80px);
  margin: 0 auto 40px; }

.social__item__block:focus-within .social__item__content__info__title, .social__item__block:hover .social__item__content__info__title {
  text-decoration: underline; }

.social__item__content {
  position: relative; }
  .social__item__content:after {
    content: '';
    position: relative;
    display: block;
    margin: 20px 0 0;
    max-width: 77px;
    height: 5px;
    background: var(--col-pri);
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }

.social__item__content__date {
  font-size: 24px;
  font-weight: bold;
  color: var(--col-pri);
  text-transform: uppercase; }

.social__item__content__info__title {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  color: var(--col-pri);
  text-transform: uppercase;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.button__link.news__link {
  width: 100%; }
  .button__link.news__link > span,
  .button__link.news__link > a {
    width: 100%;
    border-radius: 0;
    background: var(--col-pri);
    border-color: var(--col-pri);
    color: #fff; }
    .button__link.news__link > span:focus-within, .button__link.news__link > span:hover,
    .button__link.news__link > a:focus-within,
    .button__link.news__link > a:hover {
      background: var(--col-ter);
      color: var(--col-pri); }

.admin__feed__authorise {
  width: 100%; }
  .admin__feed__authorise a.admin__setup {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1em;
    text-align: center;
    min-height: 44px;
    padding: 20px 43px;
    line-height: 1;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid var(--col-pri);
    text-decoration: none;
    width: 100%;
    border-radius: 0;
    background: var(--col-pri);
    color: #fff;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
    .admin__feed__authorise a.admin__setup:focus-within, .admin__feed__authorise a.admin__setup:hover {
      background: var(--col-ter);
      color: var(--col-pri); }

.useful__links {
  position: relative;
  max-width: 387px;
  width: 100%;
  background: #fff;
  padding: 40px; }
  .useful__links .heading {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--col-pri);
    margin: 0 0 40px; }

.useful__links__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2.5px;
  width: 100%; }

.useful__links__item {
  width: 100%; }

.useful__links__item__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  color: var(--col-pri);
  text-transform: uppercase;
  width: 100%;
  padding: 12.5px 0; }
  .useful__links__item__link svg {
    opacity: 0.5;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
  .useful__links__item__link:focus-within, .useful__links__item__link:hover {
    text-decoration: underline; }
    .useful__links__item__link:focus-within svg, .useful__links__item__link:hover svg {
      opacity: 1; }

@media (max-width: 1049px) {
  .news__block {
    padding: 50px 30px; }
  .news__feed,
  .useful__links {
    max-width: 100%; } }

@media (max-width: 779px) {
  .news__block .heading__wrap {
    padding: 20px 20px 20px; }
  .news__feed .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .social__feed {
    height: 100px;
    width: calc(100% - 40px); }
  .news__feed .social__item {
    max-width: 100%; }
  .useful__links {
    padding: 20px; }
    .useful__links .heading {
      margin-bottom: 20px; } }

.map__block {
  position: relative; }
  .map__block .heading {
    position: absolute;
    top: -42px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 435px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
    background: var(--col-pri);
    border-radius: 0;
    z-index: 1;
    padding: 25px 20px;
    color: #fff;
    font-size: 30px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase; }

.contact__map {
  height: 664px;
  width: 100%; }

@media (max-width: 1049px) {
  .map__block .heading {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    max-width: 100%;
    width: 100%;
    margin: 0; }
  .contact__map {
    height: 400px; } }

@media (max-width: 850px) {
  .contact__map {
    height: 300px; } }

.scrolling__values {
  opacity: 0;
  -webkit-transition: ease 0.4s opacity;
  -o-transition: ease 0.4s opacity;
  transition: ease 0.4s opacity; }

.scrolling__values.inview {
  opacity: 1; }

.welcome__block .welcome__item__image {
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform; }

.welcome__block .welcome__item__text__wrap {
  opacity: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform; }

.welcome__block.inview .welcome__item__image {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.welcome__block.inview .welcome__item__text__wrap {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.our__schools__block .heading {
  opacity: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform; }

.our__schools__block .our__schools__item .our__schools__item__link__wrap {
  opacity: 0;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: ease 2s opacity, ease 2s transform, ease 0.4s background;
  -o-transition: ease 2s opacity, ease 2s transform, ease 0.4s background;
  transition: ease 2s opacity, ease 2s transform, ease 0.4s background; }

.our__schools__block .our__schools__item:nth-of-type(2) .our__schools__item__link__wrap {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.our__schools__block .our__schools__item:nth-of-type(3) .our__schools__item__link__wrap {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.our__schools__block .our__schools__item:nth-of-type(4) .our__schools__item__link__wrap {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.our__schools__block .our__schools__item:nth-of-type(5) .our__schools__item__link__wrap {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s; }

.our__schools__block.inview .heading {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.our__schools__block.inview .our__schools__item .our__schools__item__link__wrap {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.news__block .news__feed {
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform; }

.news__block .useful__links {
  opacity: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform; }

.news__block.inview .news__feed {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.news__block.inview .useful__links {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.map__block .heading {
  opacity: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform; }

.map__block .contact__map {
  opacity: 0;
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform; }

.map__block.inview .heading {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.map__block.inview .contact__map {
  opacity: 1; }

@media (max-width: 1049px) {
  .map__block .heading {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
  .map__block.inview .heading {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bottom__block .contact__details {
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform; }

.bottom__block .footer__awards {
  opacity: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform; }

.bottom__block.inview .contact__details {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.bottom__block.inview .footer__awards {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.footer {
  opacity: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform; }

.footer.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
