@-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); } }

@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; }

.home__content {
  position: relative;
  background: #fff; }

.hero {
  min-height: 70vh;
  max-height: 100vh;
  height: 46vw; }
  .hero:after {
    height: 20%;
    top: auto;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, white 100%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, white 100%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, white 100%, #fff 100%); }

.hero__motto path {
  fill: var(--col-pri) !important; }

html {
  scroll-behavior: smooth; }

.hero__scroll__down {
  position: relative;
  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;
  color: var(--col-pri);
  text-decoration: none;
  background: none;
  z-index: 6;
  font-size: 18px;
  font-weight: 600;
  gap: 10px; }
  .hero__scroll__down svg {
    width: 41px;
    height: 54px;
    font-weight: normal;
    fill: var(--col-pri);
    -webkit-transition: ease 0.2s transform;
    -o-transition: ease 0.2s transform;
    transition: ease 0.2s transform; }
  .hero__scroll__down:hover svg {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%); }
  .hero__scroll__down:after {
    content: "";
    position: absolute;
    top: calc(100% + 0px);
    left: calc(50% + 50px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 359px;
    width: 1px;
    background: var(--col-pri); }

@media (min-width: 1050px) {
  .hero__scroll__down {
    position: absolute;
    right: 120px;
    bottom: 70px; } }

@media (max-width: 1050px) {
  .hero__scroll__down {
    position: absolute;
    right: 120px;
    bottom: 70px; } }

@media (max-width: 820px) {
  .home__content .welcome__block:before {
    display: none; }
  .home__content .welcome__block:after {
    right: -430px; }
  .hero__scroll__down {
    position: absolute;
    bottom: 20px;
    right: 40px; }
    .hero__scroll__down:after {
      height: 70px; } }

@media (max-width: 400px) {
  .home__content .welcome__block:after {
    bottom: calc(100% - 270px);
    right: -430px; }
  .hero__scroll__down {
    bottom: 20px; }
    .hero__scroll__down:after {
      height: 110px; } }

.motto__block {
  left: clamp(20px, 7.3vw, 140px);
  bottom: 80px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  text-align: left; }
  .motto__block h2 {
    font-weight: normal; }

@media (max-width: 640px) {
  .motto__block {
    bottom: 120px; } }

.welcome__block {
  position: relative; }
  .welcome__block:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 160px);
    right: 139px;
    height: 219px;
    width: 1px;
    background: var(--col-pri); }
  .welcome__block:after {
    content: "";
    position: absolute;
    bottom: calc(100% - 310px);
    right: -350px;
    width: 981px;
    height: 827px;
    z-index: 2; }

.welcome__item__text__wrap {
  position: relative;
  background: var(--col-pri);
  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;
  padding: 90px 140px 90px;
  margin-bottom: 50px;
  width: 52.53%;
  z-index: 2; }

.welcome__item__heading {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  max-width: 730px;
  margin: 0 0 30px;
  text-transform: capitalize; }
  .welcome__item__heading span {
    display: block;
    font-size: 40px;
    font-weight: bold; }

.welcome__item__text {
  font-size: 18px;
  color: #fff;
  width: 100%;
  margin-bottom: 50px;
  font-weight: 600;
  line-height: 26px;
  text-align: justify; }

@media (max-width: 1200px) {
  .welcome__item__text {
    max-width: 430px; } }

.welcome__item__image {
  position: absolute;
  bottom: -88px;
  right: 0;
  width: 53.2%;
  height: 536px;
  z-index: 2; }

.welcome__block .button__link > a,
.welcome__block .button__link > span {
  background: var(--col-sec);
  color: var(--col-sectxt); }
  .welcome__block .button__link > a:after,
  .welcome__block .button__link > span:after {
    color: currentColor; }

@media (max-width: 1800px) {
  .welcome__item__text__wrap {
    padding: 90px 120px 140px 20px; } }

@media (max-width: 1450px) {
  .welcome__item__heading {
    font-size: 24px; }
    .welcome__item__heading span {
      font-size: 30px; } }

@media (max-width: 1049px) {
  .welcome__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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; }
  .welcome__item__text__wrap {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 90px 20px; }
  .welcome__item__text {
    max-width: 80%;
    text-align: justify; }
  .welcome__item__image {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100vw;
    bottom: auto; } }

.values__block {
  position: relative;
  padding: 150px 0 70px; }

@media (max-width: 1049px) {
  .values__block {
    padding: 70px 0; } }

.values__block .heading {
  font-size: 50px;
  font-weight: bold;
  margin: 0 0 50px;
  color: var(--col-pri);
  text-align: center;
  text-transform: capitalize; }

.values__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.values__item__item {
  position: relative;
  min-width: 280px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 16%;
  flex: 1 1 16%;
  height: 342px;
  text-align: center; }

.values__item__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .values__item__background:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--col-pri);
    opacity: 0.7;
    -webkit-transition: ease 0.2s background;
    -o-transition: ease 0.2s background;
    transition: ease 0.2s background; }

.values__item__item:nth-of-type(even) .values__item__normal .values__item__title {
  color: var(--col-sectxt); }

.values__item__item:nth-of-type(even) .values__item__background:after {
  background: var(--col-sec); }

.values__item__item:focus-within .values__item__background:after, .values__item__item:hover .values__item__background:after {
  background: var(--col-pri); }

.values__item__normal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  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;
  padding: 20px; }

.values__item__title {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 10px;
  text-transform: capitalize; }

.values__item__active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  text-align: center;
  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;
  padding: 20px;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%); }
  .values__item__active .values__item__title {
    color: #fff; }

.values__item__text {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 30px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: justify; }

.values__item__item:focus-within .values__item__normal, .values__item__item:hover .values__item__normal {
  visibility: hidden;
  opacity: 0; }

.values__item__item:focus-within .values__item__active, .values__item__item:hover .values__item__active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.values__item__item:focus-within .values__item__background:nth-of-type(even):after, .values__item__item:hover .values__item__background:nth-of-type(even):after {
  background: var(--col-sec); }

.values__item__item:focus-within .values__item__background:focus-within:after, .values__item__item:focus-within .values__item__background:hover:after, .values__item__item:hover .values__item__background:focus-within:after, .values__item__item:hover .values__item__background:hover:after {
  background: var(--col-pri); }

.home__content .cp-controls-btn {
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: var(--col-sec);
  font-size: 0.875em;
  border: none;
  color: #fff;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  z-index: 2; }
  .home__content .cp-controls-btn svg {
    -webkit-transition: ease 0.2s transform;
    -o-transition: ease 0.2s transform;
    transition: ease 0.2s transform; }
  .home__content .cp-controls-btn:after {
    display: none; }

.home__content .cp-controls-btn.prev-arrow:focus-within, .home__content .cp-controls-btn.prev-arrow:hover {
  background: #fff;
  color: var(--col-sec); }

.home__content .cp-controls-btn.next-arrow:focus-within, .home__content .cp-controls-btn.next-arrow:hover {
  background: #fff;
  color: var(--col-sec); }

@media (min-width: 1050px) {
  .home__content .cp-controls-btn {
    width: 64px;
    height: 64px;
    font-size: 1.5em;
    top: 50%; } }

.schools__block {
  position: relative;
  padding: 70px 20px;
  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; }

@media (max-width: 1049px) {
  .schools__block {
    padding-top: 0;
    padding-bottom: 0; } }

.schools__block .heading {
  font-size: 50px;
  font-weight: bold;
  margin: 0 0 50px;
  color: var(--col-pri);
  text-align: center;
  text-transform: capitalize; }

.schools__block .swiper__nav__wrap {
  position: absolute;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  height: 100%; }

.schools__block .swiper-container {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto; }

.schools__item__item {
  position: relative;
  height: 523px;
  overflow: hidden;
  opacity: 0.5;
  -webkit-transition: ease 0.2s opacity;
  -o-transition: ease 0.2s opacity;
  transition: ease 0.2s opacity;
  pointer-events: none; }

.schools__block .slide__in__view {
  opacity: 1;
  pointer-events: all; }

.schools__item__logo {
  position: absolute;
  top: 36px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 104px;
  height: 104px;
  z-index: 1; }

.schools__item__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s; }
  .schools__item__background:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 31, 57, 0)), to(#10181b));
    background: -webkit-linear-gradient(rgba(24, 31, 57, 0) 0%, #10181b 100%);
    background: -o-linear-gradient(rgba(24, 31, 57, 0) 0%, #10181b 100%);
    background: linear-gradient(rgba(24, 31, 57, 0) 0%, #10181b 100%);
    opacity: 0.8; }

.schools__item__normal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 50px 40px; }

.schools__item__title {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  max-width: 100%;
  text-align: center; }

.schools__item__active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 50px 40px;
  gap: 10px;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%); }

.schools__item__text {
  font-size: 16px;
  color: #fff;
  margin: 0;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  line-height: 1.6; }

.schools__item__item:focus-within .schools__item__normal, .schools__item__item:hover .schools__item__normal {
  visibility: hidden;
  opacity: 0; }

.schools__item__item:focus-within .schools__item__active, .schools__item__item:hover .schools__item__active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.schools__item__item:focus-within .schools__item__background, .schools__item__item:hover .schools__item__background {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.schools__block .button__link a {
  background: var(--col-pri);
  color: var(--col-pritxt);
  margin-top: 70px; }
  .schools__block .button__link a:after {
    color: currentColor; }

.statistics__block {
  position: relative;
  padding: 70px 20px; }

.statistics__block .heading {
  font-size: 50px;
  font-weight: bold;
  margin: 0 0 50px;
  color: var(--col-pri);
  text-align: center;
  text-transform: capitalize; }

.statistics__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 52px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.statistics__item__item {
  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;
  background: var(--col-pri);
  width: 260px;
  height: 236px;
  text-decoration: none;
  -webkit-transition: ease 0.2s background;
  -o-transition: ease 0.2s background;
  transition: ease 0.2s background;
  gap: 15px; }
  .statistics__item__item:focus-within, .statistics__item__item:hover {
    background: var(--col-sec); }
    .statistics__item__item:focus-within .statistics__item__number,
    .statistics__item__item:focus-within .statistics__item__title, .statistics__item__item:hover .statistics__item__number,
    .statistics__item__item:hover .statistics__item__title {
      color: var(--col-sectxt); }

.statistics__item__number {
  margin: 0;
  font-size: 49px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: ease 0.2s color;
  -o-transition: ease 0.2s color;
  transition: ease 0.2s color; }

.statistics__item__title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: ease 0.2s color;
  -o-transition: ease 0.2s color;
  transition: ease 0.2s color;
  text-transform: capitalize; }

.facebook__block {
  position: relative;
  padding: 70px 20px;
  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; }

@media (max-width: 1049px) {
  .facebook__block {
    padding-top: 0; } }

.facebook__block .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px; }
  .facebook__block .swiper-pagination .swiper-pagination-custom-bullet {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: var(--col-pri);
    -webkit-transition: ease 0.2s color;
    -o-transition: ease 0.2s color;
    transition: ease 0.2s color;
    width: auto; }
    .facebook__block .swiper-pagination .swiper-pagination-custom-bullet:after {
      content: "";
      position: absolute;
      top: calc(100% + 8px);
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: var(--col-pri);
      height: 2px;
      width: 12px;
      border-radius: 50vw;
      opacity: 0;
      -webkit-transition: ease 0.2s opacity;
      -o-transition: ease 0.2s opacity;
      transition: ease 0.2s opacity; }
    .facebook__block .swiper-pagination .swiper-pagination-custom-bullet.swiper-pagination-custom-active {
      color: var(--col-pri); }
      .facebook__block .swiper-pagination .swiper-pagination-custom-bullet.swiper-pagination-custom-active:after {
        opacity: 1; }

.swiper-pagination-ellipsis {
  opacity: 0.3;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3px;
  width: 20px;
  height: 20px; }
  .swiper-pagination-ellipsis span {
    width: 4px;
    height: 4px;
    background: var(--col-pri);
    border-radius: 100%; }

.facebook__block .header__wrap {
  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: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px; }
  .facebook__block .header__wrap .heading {
    font-size: 50px;
    font-weight: bold;
    color: var(--col-pri);
    margin: 0;
    text-transform: capitalize; }

.facebook__block .header__controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  /* height: 100%; */
  z-index: 2; }

@media (max-width: 760px) {
  .facebook__block .header__wrap {
    -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; }
    .facebook__block .header__wrap .header__controls {
      margin: 0 auto; } }

.facebook__block .facebook__item .button__link a {
  background: var(--col-sec);
  color: var(--col-sectxt);
  margin-top: 10px; }
  .facebook__block .facebook__item .button__link a:focus-within, .facebook__block .facebook__item .button__link a:hover {
    background: #fff;
    color: var(--col-pri); }
  .facebook__block .facebook__item .button__link a:after {
    color: currentColor; }

.facebook__block .swiper-container {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto; }

.facebook__item .container {
  position: relative;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
  height: 533px;
  padding: 70px 40px; }

.facebook__item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .facebook__item__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(94.91%, rgba(16, 24, 27, 0.98)), to(#10181b));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(16, 24, 27, 0.98) 94.91%, #10181b 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(16, 24, 27, 0.98) 94.91%, #10181b 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(16, 24, 27, 0.98) 94.91%, #10181b 100%); }

.facebook__item__content {
  position: relative;
  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;
  gap: 20px;
  z-index: 1;
  width: 100%; }
  .facebook__item__content img {
    max-width: 100px; }

.facebook__item__date {
  font-size: 20px;
  font-weight: bold;
  color: var(--col-sec);
  letter-spacing: 0.09em; }

.facebook__item__intro {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  margin: 0; }

.facebook__item__label {
  position: absolute;
  top: 36px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  color: #fff;
  z-index: 1; }
  .facebook__item__label svg {
    font-size: 30px; }

.facebook__block .button__link > span,
.facebook__block .button__link a {
  color: #fff; }

.home__content .schools__block .cp-controls-btn {
  top: calc(50% - 40px); }

.events__link {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  background: var(--col-pri);
  color: var(--col-pritxt);
  border: 3px solid var(--col-pri);
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  padding: 30px; }
  .events__link:focus-within, .events__link:hover {
    color: var(--col-pri);
    border-color: var(--col-pri);
    background: #fff; }

.events__date {
  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;
  color: currentColor; }

.day {
  font-size: 80px;
  font-weight: bold;
  color: currentColor; }

.month {
  font-size: 40px;
  font-weight: bold;
  color: currentColor; }

.events__info__title {
  font-size: 18px;
  font-weight: bold;
  color: currentColor; }

.events__time {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  color: currentColor; }
  .events__time svg {
    font-size: 24px;
    fill: currentColor; }

.button__link.calendar__link > a,
.button__link.calendar__link > span {
  margin-top: 0;
  background: var(--col-sec);
  color: var(--col-sectxt); }

.schools__block .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px; }
  .schools__block .swiper-pagination .swiper-pagination-custom-bullet {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: var(--col-pri);
    -webkit-transition: ease 0.2s color;
    -o-transition: ease 0.2s color;
    transition: ease 0.2s color;
    width: auto; }
    .schools__block .swiper-pagination .swiper-pagination-custom-bullet:after {
      content: "";
      position: absolute;
      top: calc(100% + 8px);
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: var(--col-pri);
      height: 2px;
      width: 12px;
      border-radius: 50vw;
      opacity: 0;
      -webkit-transition: ease 0.2s opacity;
      -o-transition: ease 0.2s opacity;
      transition: ease 0.2s opacity; }
    .schools__block .swiper-pagination .swiper-pagination-custom-bullet.swiper-pagination-custom-active {
      color: var(--col-pri); }
      .schools__block .swiper-pagination .swiper-pagination-custom-bullet.swiper-pagination-custom-active:after {
        opacity: 1; }

.quicklinks__item__link {
  position: relative;
  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;
  width: 350px;
  height: 320px;
  overflow: hidden;
  padding: 20px;
  background: var(--col-pri); }
  .quicklinks__item__link:focus-within .quicklinks__item__text, .quicklinks__item__link:hover .quicklinks__item__text {
    text-decoration: underline; }
  .quicklinks__item__link:focus-within .quicklinks__item__image img, .quicklinks__item__link:hover .quicklinks__item__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.quicklinks__item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .quicklinks__item__image img {
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    width: 100%;
    height: 100%; }
  .quicklinks__item__image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(54, 66, 82, 0)), to(#0b0d10));
    background: -webkit-linear-gradient(rgba(54, 66, 82, 0) 0%, #0b0d10 100%);
    background: -o-linear-gradient(rgba(54, 66, 82, 0) 0%, #0b0d10 100%);
    background: linear-gradient(rgba(54, 66, 82, 0) 0%, #0b0d10 100%);
    z-index: 1; }

.quicklinks__item__icon {
  position: relative;
  z-index: 2;
  font-size: 40px;
  color: #fff; }

.quicklinks__item__text {
  position: relative;
  z-index: 2;
  font-size: 33px;
  font-weight: bold;
  color: #fff; }

@media (max-width: 1049px) {
  .quicklinks__item {
    width: 100%; }
  .quicklinks__item__link {
    width: 100%; } }
