.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: calc(100vh - 120px); }

@media (min-width: 1050px) {
  .hero__media__ctrls {
    bottom: 130px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.scrolling__values {
  position: absolute;
  bottom: 105px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  max-width: 400px;
  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;
  z-index: 3; }

.values__inner {
  overflow: visible;
  width: 100%; }

.values__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; }

.values__item__text {
  position: relative;
  font-size: clamp(30px, 4.7vw, 60px);
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05em; }

.scrolling__values .swiper__pagination {
  width: auto; }

@media (max-width: 700px) {
  .scrolling__values {
    padding: 0 20px; } }

.scroll__down {
  position: absolute;
  bottom: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
  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: #fff;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .scroll__down svg {
    color: currentColor;
    width: 40px;
    height: 16px;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
  .scroll__down:focus-within svg, .scroll__down:hover svg {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  .scroll__down:focus-within .scroll__text, .scroll__down:hover .scroll__text {
    opacity: 1; }

.scroll__text {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--col-qua);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
  -webkit-text-decoration-color: var(--col-sec);
  text-decoration-color: var(--col-sec);
  text-decoration-thickness: 2px; }

.welcome__block {
  position: relative;
  padding: 150px 20px 100px;
  z-index: 1; }

.welcome__inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px; }

.welcome__item__image__wrapper {
  position: relative; }

.welcome__item__image__wrap {
  position: relative;
  width: 500px;
  height: 500px;
  border-radius: 80px;
  border: 15px solid #fff;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2); }
  .welcome__item__image__wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 70px;
    overflow: hidden; }

.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: 500px;
  width: 100%; }

.welcome__item__heading__line__1 {
  font-weight: 500;
  font-size: 30px;
  color: var(--col-pri);
  margin: 0 0 10px; }

.welcome__item__heading__line__2 {
  font-size: 150px;
  font-weight: bold;
  line-height: 0.9;
  color: var(--col-ter);
  margin: 0; }
  .welcome__item__heading__line__2 span {
    color: var(--col-pri); }

.welcome__item__heading__line__3 {
  font-weight: 500;
  font-size: 50px;
  color: var(--col-sec);
  margin: 0; }

.welcome__item__text {
  font-weight: 500;
  font-size: 18px;
  margin: 20px 0 0;
  line-height: 1.5;
  color: var(--col-ter); }

@media (max-width: 1200px) {
  .welcome__item__image__wrap {
    width: 400px;
    height: 400px; } }

@media (max-width: 1049px) {
  .welcome__block {
    padding: 50px 20px; }
  .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; } }

@media (max-width: 640px) {
  .welcome__item__image__wrap {
    width: 280px;
    height: 280px; }
  .welcome__item__heading__line__2 {
    font-size: 100px; }
  .welcome__item__heading__line__3 {
    font-size: 30px; }
  .cta__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.svg__mask {
  position: absolute;
  width: 0;
  height: 0; }

.numbers__block {
  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;
  gap: 30px;
  padding: 20px 20px;
  z-index: 2; }
  .numbers__block .heading__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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .numbers__block .heading__wrap .heading {
      font-weight: 600;
      font-size: 50px;
      color: var(--col-pri);
      margin: 0 0 40px; }
      .numbers__block .heading__wrap .heading .prime7 {
        color: var(--col-ter);
        font-weight: bold; }
        .numbers__block .heading__wrap .heading .prime7 span {
          font-weight: 800;
          color: var(--col-sec); }

.numbers__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
  -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; }

.numbers__item__number {
  font-size: 60px;
  font-weight: 700;
  color: #fff; }

.numbers__item__title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.1em; }

.numbers__item {
  position: relative;
  text-align: center;
  width: 240px;
  height: 240px;
  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;
  -webkit-clip-path: url(#numbers-mask);
  clip-path: url(#numbers-mask);
  background: #fbfcfd; }
  .numbers__item .numbers__item__wrap {
    position: relative;
    width: calc(240px - 24px);
    height: calc(240px - 24px);
    background: var(--col-sec);
    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 20px 40px;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-clip-path: url(#numbers-mask);
    clip-path: url(#numbers-mask);
    z-index: 1; }
  .numbers__item:nth-of-type(2) .numbers__item__wrap {
    background: var(--col-ter); }
  .numbers__item:nth-of-type(3) .numbers__item__wrap {
    background: var(--col-pri); }

@media (max-width: 650px) {
  .numbers__block .heading__wrap .heading {
    font-size: 40px; } }

.academies__block {
  position: relative;
  padding: 60px 20px 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-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .academies__block .heading__wrap {
    position: relative;
    z-index: 1;
    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; }
    .academies__block .heading__wrap .heading {
      font-weight: 600;
      font-size: 50px;
      color: var(--col-ter);
      margin: 0; }
      .academies__block .heading__wrap .heading span {
        font-weight: 700;
        color: var(--col-ter); }
  .academies__block .swiper__pagination {
    position: relative;
    z-index: 2; }

.academies__block {
  padding-top: 280px;
  margin-top: -280px;
  margin-bottom: 140px;
  min-height: 981px; }
  .academies__block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 190px);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 122, 132, 0)), to(#397a84));
    background: -webkit-linear-gradient(rgba(57, 122, 132, 0) 0%, #397a84 100%);
    background: -o-linear-gradient(rgba(57, 122, 132, 0) 0%, #397a84 100%);
    background: linear-gradient(rgba(57, 122, 132, 0) 0%, #397a84 100%);
    opacity: 0.7; }

.academies__graphic__top {
  position: absolute;
  bottom: calc(100% - 245px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-height: 350px;
  width: 100%;
  z-index: 1;
  opacity: 0.7; }

.academies__graphic__bottom {
  position: absolute;
  top: calc(100% - 190px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-height: 340px;
  width: 100%;
  z-index: 1;
  opacity: 0.7; }

@media (max-width: 1049px) {
  .academies__graphic__top,
  .academies__graphic__bottom {
    width: 1480px; } }

@media (max-width: 640px) {
  .academies__block:before {
    height: 951px; } }

.academies__block__inner {
  position: relative;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto; }
  .academies__block__inner:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 6px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.our__academies__inner {
  width: calc(100% - 200px);
  padding: 40px 0 30px;
  overflow: visible; }

.our__academies__item {
  position: relative;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  border-radius: 40px; }
  .our__academies__item.swiper-slide {
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    opacity: 0;
    pointer-events: none; }
  .our__academies__item.swiper__special__active {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .our__academies__item .our__academies__item__inner {
    position: relative;
    border-radius: 40px;
    background: #fff;
    padding: 20px;
    min-height: 460px;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .our__academies__item:focus-within .our__academies__item__card__wrap, .our__academies__item:hover .our__academies__item__card__wrap {
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px); }
  .our__academies__item:focus-within .our__academies__item__logo__wrap, .our__academies__item:hover .our__academies__item__logo__wrap {
    margin-top: 0; }
  .our__academies__item:focus-within .our__academies__item__decoration, .our__academies__item:hover .our__academies__item__decoration {
    width: 200px; }

.our__academies__item__image__wrap {
  height: 300px;
  width: 100%;
  border-radius: 30px 30px 0 0;
  overflow: hidden; }
  .our__academies__item__image__wrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.our__academies__item__card__wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% - 145px));
  -ms-transform: translate(-50%, calc(100% - 145px));
  transform: translate(-50%, calc(100% - 145px));
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 25px 50px 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;
  text-align: center;
  background: #fff;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.our__academies__item__logo__wrap {
  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;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  background: #fff;
  margin-top: -70px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .our__academies__item__logo__wrap .our__academies__item__logo__inner__wrap {
    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;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 100%; }
  .our__academies__item__logo__wrap img {
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    -o-object-fit: contain;
    object-fit: contain; }

.our__academies__item__heading {
  font-size: 20px;
  font-weight: 800;
  color: var(--col-ter);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0; }
  .our__academies__item__heading span {
    margin-top: 10px;
    font-weight: 500;
    display: block; }

.our__academies__item__decoration {
  width: 30px;
  height: 2px;
  margin: 20px auto 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.our__academies__item__address {
  font-size: 18px;
  color: var(--col-ter);
  margin-top: 20px; }

.our__academies__item__contact__link {
  font-size: 18px;
  font-weight: 600;
  color: var(--col-pri);
  margin-top: 15px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .our__academies__item__contact__link:focus-within, .our__academies__item__contact__link:hover {
    color: var(--col-ter); }

.our__academies__item__email {
  text-decoration: underline; }

.our__academies__item__website {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: var(--col-sec);
  text-transform: uppercase;
  margin-top: auto;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .our__academies__item__website:focus-within, .our__academies__item__website:hover {
    -webkit-text-decoration-color: var(--col-pri);
    text-decoration-color: var(--col-pri);
    color: var(--col-pri); }

.academies__block .cta__wrap {
  position: relative;
  z-index: 2;
  margin: 0px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px; }

@media (max-width: 640px) {
  .our__academies__inner {
    width: 100%; }
  .academies__block .swiper__navigation {
    position: relative;
    margin: 20px auto 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .academies__block:before {
    height: 981px; } }

@media (max-width: 480px) {
  .academies__block:before {
    height: 1081px; }
  .academies__block .cta__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0; } }

@media (max-width: 400px) {
  .our__academies__item__heading {
    font-size: 18px; } }

@media (max-width: 391px) {
  .academies__block:before {
    height: 1142px; } }

@media (max-width: 360px) {
  .our__academies__item__heading {
    font-size: 16px;
    min-height: 54px; } }

.values__block {
  position: relative;
  padding: 50px 20px 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-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 2; }
  .values__block .heading__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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .values__block .heading__wrap .heading {
      font-weight: 600;
      font-size: 50px;
      color: var(--col-ter);
      margin: 0 0 40px; }
      .values__block .heading__wrap .heading span {
        font-weight: 700;
        color: var(--col-ter); }

.values__block__inner {
  position: relative;
  max-width: 1025px;
  width: 100%;
  margin: 0 auto; }

.our__values__inner {
  width: calc(100% - 60px);
  overflow: visible; }

.our__values__item {
  position: relative;
  padding: 10px 15px;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .our__values__item.swiper-slide {
    opacity: 0.5;
    pointer-events: none; }
  .our__values__item.swiper-slide-active {
    opacity: 1;
    pointer-events: all; }

.our__values__item__image__wrap {
  position: relative;
  width: 450px;
  height: 450px;
  border-radius: 30px;
  overflow: hidden; }
  .our__values__item__image__wrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.our__values__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;
  text-align: left;
  max-width: 400px;
  width: 100%;
  margin-right: 65px; }

.our__values__item__heading {
  font-weight: 800;
  font-size: 60px;
  letter-spacing: 0.05em;
  color: var(--col-pri);
  text-transform: uppercase;
  margin: 0 0 20px; }

.our__values__item__text {
  font-weight: 600;
  font-size: 18px;
  color: var(--col-pri);
  line-height: 1.6;
  min-height: 210px; }

@media (max-width: 1049px) {
  .our__values__item__image__wrap {
    width: 340px;
    height: 340px; }
  .our__values__item__heading {
    font-size: 40px; }
  .our__values__item__text {
    font-size: 16px; } }

@media (max-width: 900px) {
  .our__values__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 20px; }
  .our__values__item__image__wrap {
    width: 100%;
    height: 240px; }
  .our__values__item__text__wrap {
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 100%; }
  .our__values__item__heading {
    font-size: 30px; }
  .our__values__item__text {
    font-size: 14px;
    min-height: auto; } }

@media (max-width: 500px) {
  .our__values__inner {
    width: 100%; }
  .values__block .swiper__navigation {
    position: relative;
    margin: 40px auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.explore__block {
  position: relative;
  padding: 40px 20px 50px; }
  .explore__block .heading__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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .explore__block .heading__wrap .heading {
      font-weight: 600;
      font-size: 50px;
      color: var(--col-ter);
      margin: 0 0 40px; }
      .explore__block .heading__wrap .heading span {
        font-weight: 700;
        color: var(--col-ter); }
  .explore__block:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 150px;
    background: #D2E0E3; }

.explore__bg {
  position: absolute;
  bottom: 150px;
  left: 0;
  width: 100vw;
  max-height: 348px; }

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

.explore__links__item {
  width: 210px; }

.explore__links__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;
  -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: 20px;
  text-decoration: none; }
  .explore__links__item__link:focus-within .explore__links__item__icon__wrap, .explore__links__item__link:hover .explore__links__item__icon__wrap {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background: var(--col-pri); }
  .explore__links__item__link:focus-within .explore__links__item__icon, .explore__links__item__link:hover .explore__links__item__icon {
    border-color: var(--col-sec); }
  .explore__links__item__link:focus-within .explore__links__item__title, .explore__links__item__link:hover .explore__links__item__title {
    -webkit-text-decoration-color: var(--col-pri);
    text-decoration-color: var(--col-pri); }

.explore__links__item__icon__wrap {
  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;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  background: var(--col-sec);
  -webkit-filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.2));
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.explore__links__item__icon {
  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;
  border: 4px solid var(--col-pri);
  border-radius: 100%;
  width: 180px;
  height: 180px;
  font-size: 60px;
  color: #fff;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.explore__links__item__title {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  color: var(--col-pri);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.news__block {
  position: relative;
  padding: 0px 20px 0;
  background: var(--col-qua);
  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; }
  .news__block .heading__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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .news__block .heading__wrap .heading {
      font-weight: 600;
      font-size: 50px;
      color: var(--col-ter);
      margin: 40px 0 0; }
      .news__block .heading__wrap .heading span {
        font-weight: 700;
        color: var(--col-ter); }
  .news__block .news__pagination {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 180px !important; }
    .news__block .news__pagination .swiper-pagination-bullet {
      display: none;
      left: 0 !important;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: ease 0.4s;
      -o-transition: ease 0.4s;
      transition: ease 0.4s;
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
      .news__block .news__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }

.news__inner {
  position: relative;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto; }

.social__feed {
  width: calc(100% - 200px);
  padding: 40px 0 30px;
  overflow: visible; }

.social__item {
  position: relative;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .social__item.swiper-slide {
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    opacity: 0.2;
    pointer-events: none; }
  .social__item.swiper__special__active {
    opacity: 1;
    pointer-events: all; }

.social__item__block {
  position: relative;
  border-radius: 40px;
  background: #fff;
  padding: 15px;
  min-height: 460px;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .social__item__block:focus-within .social__item__image img, .social__item__block:hover .social__item__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .social__item__block:focus-within .social__item__content__date,
  .social__item__block:focus-within .social__item__link, .social__item__block:hover .social__item__content__date,
  .social__item__block:hover .social__item__link {
    -webkit-text-decoration-color: var(--col-pri);
    text-decoration-color: var(--col-pri);
    color: var(--col-pri); }

.social__item__image__wrapper {
  position: relative;
  border-radius: 30px 30px 0 0; }

.social__item__name__label {
  padding: 12px 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;
  border-radius: 30px 30px 0 0; }

.social__item__name {
  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;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff; }
  .social__item__name span {
    font-weight: 500;
    display: block; }

.social__item__image {
  height: 200px;
  width: 100%;
  overflow: hidden; }
  .social__item__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.social__item__content__label {
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 1;
  font-size: 30px;
  color: #fff; }

.social__item__content {
  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: 25px 15px; }

.social__item__content__date__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px; }
  .social__item__content__date__wrap svg {
    font-size: 16px;
    color: currentColor; }

.social__item__content__date {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: var(--col-pri);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  text-transform: uppercase; }

.social__item__content__info__intro {
  font-weight: normal;
  font-size: 16px;
  margin: 10px 0 20px;
  color: var(--col-ter);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 102px; }

.social__item__link {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: var(--col-sec);
  text-transform: uppercase;
  margin-top: auto;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

@media (max-width: 640px) {
  .social__feed {
    width: 100%; }
  .news__block .swiper__navigation {
    position: relative;
    margin: 20px auto 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.admin__feed__authorise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px; }
  .admin__feed__authorise .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 23px;
    border-radius: 15px;
    background: var(--col-sec);
    border: 2px solid var(--col-sec);
    color: #fff;
    line-height: 1;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
    .admin__feed__authorise .admin__setup:hover {
      background: var(--col-pri);
      border-color: #fff; }

.button__link__noborder {
  margin-top: 20px; }

.news__social__block {
  position: relative; }

.news__social__block__heading h2 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
  color: var(--col-pri);
  text-align: center; }

.news__social__block__graphic {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  max-height: 100px;
  z-index: 1; }

.news__social__block__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px; }

.news__social__block__links__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: 44px;
  height: 44px;
  background: none;
  border: 1px solid #fff;
  font-size: 20px;
  background: #fff;
  color: var(--col-pri);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  border-radius: 100%; }
  .news__social__block__links__item__link:focus-within, .news__social__block__links__item__link:hover {
    color: #fff;
    background: var(--col-pri);
    border-color: var(--col-pri); }

.map__block {
  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;
  background: none; }

.map__content__wrap {
  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;
  height: 750px;
  width: 100%;
  margin: 0 auto;
  gap: 60px; }

@media (min-width: 1050px) {
  .map__content__item {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: clamp(20px, 15vw, 288px); } }

.map__content__item {
  width: 500px;
  height: 500px;
  border-radius: 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;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  z-index: 10;
  -webkit-filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.2));
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .map__content__item.active {
    visibility: visible;
    opacity: 1; }

.map__content__item__name__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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.map__content__item__logo__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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  background: #fff;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.map__content__item__logo__inner__wrap {
  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;
  width: 100%;
  height: 100%;
  border-radius: 100%; }
  .map__content__item__logo__inner__wrap img {
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    -o-object-fit: contain;
    object-fit: contain; }

.map__content__item__title {
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--col-ter);
  margin: 15px 0 10px; }
  .map__content__item__title span {
    font-weight: normal;
    display: block; }

.map__content__item__decoration {
  width: 200px;
  height: 2px;
  margin: 0 auto 15px; }

.map__content__item__details {
  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;
  gap: 15px;
  width: 100%; }

.map__content__item__content {
  position: relative;
  margin: 0; }
  .map__content__item__content.map__content__item__telephone {
    margin-bottom: 0; }

.map__content__item__text {
  font-weight: normal;
  font-size: 18px;
  color: var(--col-ter); }

.map__content__item__address__text {
  display: block;
  max-width: 300px; }

a.map__content__item__text {
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  color: var(--col-pri);
  font-weight: 600;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--col-pri);
  text-decoration-color: var(--col-pri); }
  a.map__content__item__text.map__content__item__phone__text {
    text-decoration: none; }
  a.map__content__item__text:focus, a.map__content__item__text:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    color: var(--col-ter); }

.map__content__wrap .button__link {
  margin-top: 30px; }

.map__container__wrap {
  position: relative;
  min-height: 750px;
  width: 100%;
  background: var(--col-pri); }

.map__container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

div#google__map img {
  pointer-events: none; }

@media (max-width: 1050px) {
  .map__container__wrap {
    min-height: 390px; } }

@media (max-width: 1050px) {
  .map__container {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-color: #eaeaea;
    background-position: top !important; } }

@media (max-width: 1049px) {
  .map__block {
    padding: 100px 0 0;
    background: var(--col-pri); }
  .map__container__wrap {
    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; }
  .map__container {
    position: relative;
    height: 500px; }
  .map__content__wrap {
    height: auto; }
  .map__content__item {
    width: 100%;
    height: auto;
    border-radius: 0;
    display: none; }
    .map__content__item.active {
      display: block; } }

.scrolling__values {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.scrolling__values.inview {
  visibility: visible;
  opacity: 1; }

.hero .scroll__down {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s; }

.hero.inview .scroll__down {
  visibility: visible;
  opacity: 1; }

.welcome__block .welcome__item__image__wrapper {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.welcome__block .welcome__item__heading__line__1 {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s; }

.welcome__block .welcome__item__heading__line__2 {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.welcome__block .welcome__item__heading__line__3 {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s; }

.welcome__block .welcome__item__text {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.welcome__block .cta__wrap {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s; }

.welcome__block.inview .welcome__item__image__wrapper,
.welcome__block.inview .welcome__item__heading__line__1,
.welcome__block.inview .welcome__item__heading__line__2,
.welcome__block.inview .welcome__item__heading__line__3,
.welcome__block.inview .welcome__item__text,
.welcome__block.inview .cta__wrap {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  opacity: 1; }

.numbers__block .heading__wrap {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.numbers__block .numbers__inner {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s; }

.numbers__block.inview .heading__wrap,
.numbers__block.inview .numbers__inner {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1; }

.academies__block .academies__block__inner:before {
  width: 0;
  -webkit-transition: ease 0.8s width;
  -o-transition: ease 0.8s width;
  transition: ease 0.8s width;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.academies__block .heading__wrap {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s; }

.academies__block .our__academies__inner {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.academies__block .swiper__navigation {
  opacity: 0;
  -webkit-transition: opacity ease 0.8s;
  -o-transition: opacity ease 0.8s;
  transition: opacity ease 0.8s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.academies__block .swiper__pagination {
  opacity: 0;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s; }

.academies__block .cta__wrap {
  opacity: 0;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s; }

.academies__block.inview .academies__block__inner:before {
  width: 100vw; }

.academies__block.inview .swiper__navigation {
  opacity: 1;
  visibility: visible; }

.academies__block.inview .cta__wrap,
.academies__block.inview .swiper__pagination,
.academies__block.inview .heading__wrap,
.academies__block.inview .our__academies__inner {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1; }

.values__block .heading__wrap {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s; }

.values__block .our__values__inner {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.values__block .swiper__navigation {
  opacity: 0;
  -webkit-transition: opacity ease 0.8s;
  -o-transition: opacity ease 0.8s;
  transition: opacity ease 0.8s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.values__block .swiper__pagination {
  opacity: 0;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s; }

.values__block .button__link {
  opacity: 0;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s; }

.values__block.inview .swiper__navigation {
  opacity: 1;
  visibility: visible; }

.values__block.inview .button__link,
.values__block.inview .swiper__pagination,
.values__block.inview .heading__wrap,
.values__block.inview .our__values__inner {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1; }

.explore__block .heading__wrap {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s; }

.explore__block .explore__links__inner {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.explore__block.inview .heading__wrap,
.explore__block.inview .explore__links__inner {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1; }

.news__block .heading__wrap {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s; }

.news__block .social__feed {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  z-index: 3; }

.news__block .swiper__navigation {
  opacity: 0;
  -webkit-transition: opacity ease 0.8s;
  -o-transition: opacity ease 0.8s;
  transition: opacity ease 0.8s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.news__block .swiper__pagination {
  opacity: 0;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s; }

.news__block .news__social__block__heading {
  opacity: 0;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s; }

.news__block .news__social__block__links {
  opacity: 0;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 2.25s;
  -o-transition-delay: 2.25s;
  transition-delay: 2.25s; }

.news__block.inview .swiper__navigation {
  opacity: 1;
  visibility: visible; }

.news__block.inview .news__social__block__links,
.news__block.inview .news__social__block__heading,
.news__block.inview .swiper__pagination,
.news__block.inview .heading__wrap,
.news__block.inview .social__feed {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1; }
