.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: 95.5vh;
  overflow: visible; }

@media (max-width: 1049px) {
  .hero {
    height: calc(100vh - 200px); } }

.mason--nca .hero,
.mason--nsfc .hero {
  height: 42vw; }

.scrolling__values {
  position: absolute;
  bottom: 70px;
  left: 140px;
  z-index: 2;
  max-width: 650px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 3; }

.values__heading h2 {
  margin: 0 0 20px;
  min-width: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em; }

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

.values__item__title {
  position: relative;
  font-size: clamp(30px, 4.7vw, 58px);
  font-weight: 600;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em; }

.scrolling__values .swiper__pagination {
  width: auto; }

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

.welcome__block {
  position: relative;
  padding: 120px 20px;
  z-index: 3; }

.content__watermark {
  top: 450px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.welcome__inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  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; }

.welcome__heading {
  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; }
  .welcome__heading h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    color: var(--col-pri);
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 0; }
  .welcome__heading .welcome__preheading {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    color: var(--col-pri);
    text-transform: uppercase; }

.welcome__video__bg img {
  width: 100%;
  display: block; }

.welcome__media {
  height: auto;
  width: 100%; }

.welcome__media__content {
  height: 100%;
  width: 100%;
  display: none; }

.welcome__media__content__video {
  height: 100%;
  width: 100%;
  display: block; }

button.default__video__button.welcome__video__popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  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: none; }
  button.default__video__button.welcome__video__popup img {
    display: block;
    width: 100%; }
  button.default__video__button.welcome__video__popup:focus-within .welcome__video__play, button.default__video__button.welcome__video__popup:hover .welcome__video__play {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8); }

.welcome__video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  z-index: 1;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  gap: 10px;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s; }

.welcome__video__icon {
  width: 60px;
  height: 60px;
  background: #fff;
  color: var(--col-pri);
  font-size: 16px;
  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%; }

.welcome__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;
  gap: 10px;
  text-align: center;
  width: 100%; }
  .welcome__text__wrap .content__region {
    margin: 0;
    font-size: 16px;
    color: #1B1B1B; }

@media (max-width: 340px) {
  .welcome__video__play {
    top: calc(50% - 10px); }
  .welcome__video__icon {
    width: 44px;
    height: 44px;
    font-size: 14px; } }

.welcome__media .admin_hover_buttons {
  right: -30px !important; }

.journey__block {
  position: relative;
  padding: 0 0 120px;
  text-align: center;
  z-index: 3; }
  .journey__block .heading {
    font-weight: 600;
    font-size: 38px;
    letter-spacing: 0.03em;
    color: var(--col-pri);
    margin: 0 0 60px;
    text-transform: uppercase; }
  .journey__block:after {
    content: '';
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    height: 300px;
    background: var(--col-pri); }

.journey__links {
  position: relative;
  z-index: 2;
  padding: 0 10px;
  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; }

.journey__link__item {
  position: relative;
  height: 480px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%; }
  .journey__link__item:nth-of-type(2) .journey__link__item__subtitle:after {
    background: var(--col-sec); }

.journey__link__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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 20px;
  background: var(--col-pri); }
  .journey__link__item__link:focus-within .journey__link__item__title, .journey__link__item__link:hover .journey__link__item__title {
    text-decoration: underline; }
  .journey__link__item__link:focus-within .journey__link__item__content, .journey__link__item__link:hover .journey__link__item__content {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px); }
    .journey__link__item__link:focus-within .journey__link__item__content .button__link.journey__link__item__cta, .journey__link__item__link:hover .journey__link__item__content .button__link.journey__link__item__cta {
      opacity: 1;
      visibility: visible;
      height: 44px; }
  .journey__link__item__link:focus-within .journey__link__item__image__wrap:before, .journey__link__item__link:hover .journey__link__item__image__wrap:before {
    opacity: 0; }
  .journey__link__item__link:focus-within .journey__link__item__image__wrap:after, .journey__link__item__link:hover .journey__link__item__image__wrap:after {
    opacity: 1; }

.journey__link__item__image__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .journey__link__item__image__wrap:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 45, 66, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(43, 45, 66, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(43, 45, 66, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(43, 45, 66, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    opacity: 1;
    -webkit-transition: ease 0.2s opacity;
    -o-transition: ease 0.2s opacity;
    transition: ease 0.2s opacity; }
  .journey__link__item__image__wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 48, 123, 0.3)), to(#000));
    background: -webkit-linear-gradient(rgba(44, 48, 123, 0.3) 0%, #000 100%);
    background: -o-linear-gradient(rgba(44, 48, 123, 0.3) 0%, #000 100%);
    background: linear-gradient(rgba(44, 48, 123, 0.3) 0%, #000 100%);
    opacity: 0;
    -webkit-transition: ease 0.2s opacity;
    -o-transition: ease 0.2s opacity;
    transition: ease 0.2s opacity; }
  .journey__link__item__image__wrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.journey__link__item__content {
  position: relative;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  z-index: 1; }

.journey__link__item__title {
  font-weight: 600;
  font-size: clamp(20px, 1.5vw, 28px);
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: uppercase;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px; }

.journey__link__item__subtitle {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.03em;
  margin: 0;
  color: #fff;
  text-transform: uppercase; }
  .journey__link__item__subtitle:after {
    content: '';
    position: relative;
    display: block;
    width: 120px;
    height: 10px;
    background: var(--col-pri);
    margin: 15px auto 30px; }

.button__link.journey__link__item__cta {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s; }
  .button__link.journey__link__item__cta > span {
    background: #fff;
    border-color: #fff !important;
    color: var(--col-pri); }

@media (max-width: 1049px) {
  .journey__link__item {
    height: 380px; } }

@media (max-width: 750px) {
  .journey__link__item {
    height: 280px; } }

@media (max-width: 600px) {
  .journey__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .journey__link__item {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset; } }

body.popout__active {
  overflow: hidden; }
  body.popout__active:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0.7;
    z-index: 101; }

.choose__block {
  position: relative;
  border-top: 60px solid #fff;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 60px;
  background: url(../images/design/why-choose-bg.png) center no-repeat;
  background-size: cover;
  height: 690px;
  width: 100%;
  padding-top: 120px; }
  .choose__block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(44, 48, 123, 0.9)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(44, 48, 123, 0)), to(#2c307b));
    background: -webkit-linear-gradient(bottom, rgba(44, 48, 123, 0.9) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(bottom, rgba(44, 48, 123, 0) 0%, #2c307b 100%);
    background: -o-linear-gradient(bottom, rgba(44, 48, 123, 0.9) 0%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(bottom, rgba(44, 48, 123, 0) 0%, #2c307b 100%);
    background: linear-gradient(to top, rgba(44, 48, 123, 0.9) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(to top, rgba(44, 48, 123, 0) 0%, #2c307b 100%);
    z-index: 1; }
  .choose__block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.15;
    z-index: 1; }
  .choose__block .heading {
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 38px;
    letter-spacing: 0.03em;
    margin: 0;
    color: #fff;
    text-transform: uppercase; }
  .choose__block .link {
    position: relative;
    z-index: 3; }

.choose__trigger__inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 3; }
  .choose__trigger__inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/design/dashed-line.svg) center repeat-x; }

.choose__trigger__item {
  position: relative;
  z-index: 3; }
  .choose__trigger__item:nth-of-type(1) {
    top: 10px; }
  .choose__trigger__item:nth-of-type(2) {
    top: 70px; }
  .choose__trigger__item:nth-of-type(3) {
    top: 70px;
    left: 70px; }
  .choose__trigger__item:nth-of-type(4) {
    top: 10px; }
  .choose__trigger__item.active .choose__trigger__item__icon svg, .choose__trigger__item:focus-within .choose__trigger__item__icon svg, .choose__trigger__item:hover .choose__trigger__item__icon svg {
    opacity: 1; }
  .choose__trigger__item.active .choose__trigger__item__icon:before, .choose__trigger__item:focus-within .choose__trigger__item__icon:before, .choose__trigger__item:hover .choose__trigger__item__icon:before {
    width: 100px;
    height: 100px; }
  .choose__trigger__item.active .choose__trigger__item__title, .choose__trigger__item:focus-within .choose__trigger__item__title, .choose__trigger__item:hover .choose__trigger__item__title {
    text-decoration: underline; }

.choose__trigger__item__button {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  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;
  gap: 40px; }

.choose__trigger__item__icon {
  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;
  background: #fff;
  border-radius: 100%;
  font-size: 16px;
  color: var(--col-pri);
  width: 44px;
  height: 44px; }
  .choose__trigger__item__icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: #fff;
    opacity: 0.2;
    border-radius: 100%;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s; }
  .choose__trigger__item__icon svg {
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s; }

.choose__trigger__item__title {
  font-size: 20px;
  font-weight: 600;
  color: #fafafa;
  text-transform: uppercase;
  letter-spacing: 0.03em; }

@media (max-width: 1300px) {
  .choose__trigger__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .choose__trigger__item {
    position: relative;
    z-index: 3; }
    .choose__trigger__item:nth-of-type(1) {
      top: 15px; }
    .choose__trigger__item:nth-of-type(2) {
      top: 85px; }
    .choose__trigger__item:nth-of-type(3) {
      top: 90px;
      left: 70px; }
    .choose__trigger__item:nth-of-type(4) {
      top: 20px; } }

@media (max-width: 1000px) {
  .choose__block {
    height: auto;
    padding: 60px 0;
    overflow: hidden; }
  .choose__trigger__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px; }
    .choose__trigger__inner:after {
      display: none; }
  .choose__trigger__item {
    position: relative;
    z-index: 3;
    top: auto !important;
    left: auto !important; }
  .choose__block .button__link {
    margin-top: 0 !important; } }

.choose__popout {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  max-width: 1200px;
  width: 100%;
  z-index: 101;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s; }
  .choose__popout.active {
    opacity: 1;
    visibility: visible; }

.choose__popout__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  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;
  color: #fff;
  background: var(--col-pri);
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  border: none;
  z-index: 5;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 20px; }
  .choose__popout__close:focus-within .choose__popout__close__text, .choose__popout__close:hover .choose__popout__close__text {
    opacity: 1;
    visibility: visible; }

.choose__popout__close__text {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #1b1b1b;
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 3px; }

.choose__content__item {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 512px; }

.choose__content__item__image__wrap {
  position: relative;
  width: 570px;
  height: 100%; }
  .choose__content__item__image__wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.choose__content__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;
  padding: 60px;
  width: calc(100% - 570px); }

.choose__content__item__title {
  font-weight: 600;
  font-size: 38px;
  letter-spacing: 0.03em;
  margin: 0;
  text-transform: uppercase;
  color: var(--col-pri); }

.choose__content__item__text {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2;
  height: 350px;
  overflow-y: auto; }

.choose__navigation {
  position: static;
  margin: 0; }
  .choose__navigation .swiper__navigation__button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
    .choose__navigation .swiper__navigation__button.choose__navigation__prev {
      left: -30px; }
    .choose__navigation .swiper__navigation__button.choose__navigation__next {
      right: -30px; }

.choose__pagination {
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 5;
  margin-top: 10px; }

@media (max-width: 1320px) {
  .choose__popout {
    max-width: 900px; }
  .choose__content__item__image__wrap {
    width: 370px; }
  .choose__content__item {
    height: 400px; }
  .choose__content__item__text__wrap {
    width: calc(100% - 370px); }
  .choose__content__item__title {
    font-size: 28px; }
  .choose__content__item__text {
    height: 280px; } }

@media (max-width: 1049px) {
  .choose__block {
    text-align: center; }
    .choose__block .heading {
      font-size: 30px;
      text-align: center; }
  .choose__popout {
    max-width: calc(100vw - 80px); }
  .choose__content__item {
    -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;
    height: 80vh;
    padding: 40px 20px; }
  .choose__content__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;
    padding: 40px 20px; }
  .choose__content__item__image__wrap {
    width: 260px;
    height: 200px; }
  .choose__pagination {
    top: calc(100% + 0px); } }

@media (max-width: 450px) {
  .choose__content__item__title {
    font-size: 20px; }
  .choose__content__item__text {
    font-size: 14px; } }

.news {
  position: relative;
  padding: 120px 40px 0;
  border-top: 120px solid #fff;
  background: var(--col-pri); }
  .news .instagram__link > span,
  .news .instagram__link > a {
    border-color: #fff;
    background: var(--col-pri);
    color: #fff; }
    .news .instagram__link > span:focus-within, .news .instagram__link > span:hover,
    .news .instagram__link > a:focus-within,
    .news .instagram__link > a:hover {
      background: #fff;
      color: var(--col-pri); }

.mason--nsfc .news,
.mason--nca .news {
  border-top: 0; }

.news__inner {
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  z-index: 3; }

.news__header {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 60px; }

.news__title {
  font-weight: 600;
  font-size: 38px;
  letter-spacing: 0.03em;
  color: #fff;
  margin: 0;
  margin-right: auto;
  text-transform: uppercase; }

.social__feed {
  width: 100%; }

.social__item[data-type="instagram"] .social__item__content__label {
  color: #c32aa3; }

.social__item[data-type="instagram"] .social__item__content__info__title {
  font-size: 16px;
  text-transform: unset;
  font-weight: normal; }

.social__item[data-type="instagram"] .social__item__image:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(195, 42, 163, 0)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(rgba(195, 42, 163, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(rgba(195, 42, 163, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(rgba(195, 42, 163, 0) 0%, rgba(0, 0, 0, 0.9) 100%); }

.social__item__block__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }

.social__item__block {
  position: relative;
  background: var(--col-pri);
  height: 360px;
  width: 100%;
  overflow: hidden;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 30px; }
  .social__item__block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 48, 123, 0.3)), color-stop(130%, #000));
    background: -webkit-linear-gradient(rgba(44, 48, 123, 0.3) 0%, #000 130%);
    background: -o-linear-gradient(rgba(44, 48, 123, 0.3) 0%, #000 130%);
    background: linear-gradient(rgba(44, 48, 123, 0.3) 0%, #000 130%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s; }
  .social__item__block:focus-within:before, .social__item__block:hover:before {
    opacity: 1; }
  .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__image:before, .social__item__block:hover .social__item__image:before {
    opacity: 0; }
  .social__item__block:focus-within .social__item__content__info__title, .social__item__block:hover .social__item__content__info__title {
    text-decoration: underline; }

.social__item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .social__item__image video,
  .social__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s; }
  .social__item__image:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 48, 123, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(rgba(44, 48, 123, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(rgba(44, 48, 123, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(rgba(44, 48, 123, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    opacity: 1;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s; }
  .social__item__image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: 0.2; }

.social__item__content__label {
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 100%;
  height: 44px;
  width: 44px;
  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;
  color: var(--col-pri);
  font-size: 16px;
  background: #fff;
  z-index: 2; }

.social__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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 2; }

.social__item__school__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 8px;
  border-radius: 3px;
  background: var(--col-sec);
  color: #1b1b1b;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em; }
  .social__item__school__name .tags-inline > span {
    display: none; }
  .social__item__school__name .tags-inline > a {
    color: currentColor;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-decoration: none; }

.social__item__content__info__title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fafafa;
  margin: 15px 0;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.social__item__content__date {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #fafafa;
  opacity: 0.7;
  text-transform: uppercase; }

.admin__feed__authorise {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .admin__feed__authorise a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: 14px 24px;
    border-radius: 50vw;
    background: var(--col-sec);
    color: var(--col-pri);
    border: 1px solid var(--col-sec);
    line-height: 1;
    font-size: 0.875em;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15); }
    .admin__feed__authorise a:hover {
      background: #fff;
      border-color: var(--col-pri);
      color: var(--col-pri); }

.social__navigation {
  position: static;
  margin: 0; }
  .social__navigation .swiper__navigation__button {
    position: absolute;
    top: calc(50% + 20px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
    .social__navigation .swiper__navigation__button.social__navigation__prev {
      left: -30px; }
    .social__navigation .swiper__navigation__button.social__navigation__next {
      right: -30px; }

.news .swiper__pagination > span {
  background: #1B1B1B; }
  .news .swiper__pagination > span:before {
    border-color: #1B1B1B; }

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

@media (max-width: 740px) {
  .news__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px; }
  .news__title {
    text-align: center;
    margin: 0; } }

.home__get__in__touch {
  position: relative;
  height: 750px;
  width: 100%;
  background: url(../images/design/get-in-touch-bg.png) center no-repeat;
  background-size: cover;
  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;
  margin-top: -120px;
  padding: 0 20px; }
  .home__get__in__touch:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1; }
  .home__get__in__touch .heading__wrap .heading {
    color: var(--col-pri-static); }

.heading__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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  width: 100%; }
  .heading__wrap .heading {
    font-weight: 600;
    font-size: 38px;
    letter-spacing: 0.03em;
    color: var(--col-pri);
    text-transform: uppercase;
    margin: 0; }

.home__get__in__touch__inner {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px clamp(20px, 3.2vw, 60px);
  background: #fff;
  gap: 30px;
  width: 100%;
  max-width: 1240px; }

.home__get__in__touch__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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  width: 100%; }

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

.home__get__in__touch__item__wrap__contact {
  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;
  gap: 30px; }

.home__get__in__touch__item__address {
  margin: 0 0 20px; }
  .home__get__in__touch__item__address p {
    font-size: 20px;
    color: #1B1B1B;
    margin: 0; }

.home__get__in__touch__item__email,
.home__get__in__touch__item__telephone {
  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;
  font-size: 16px;
  font-weight: normal;
  gap: 15px;
  color: #1B1B1B;
  text-underline-offset: 3px !important; }
  .home__get__in__touch__item__email a,
  .home__get__in__touch__item__telephone a {
    color: var(--col-pri-static);
    text-decoration: none;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s; }
    .home__get__in__touch__item__email a:focus-within, .home__get__in__touch__item__email a:hover,
    .home__get__in__touch__item__telephone a:focus-within,
    .home__get__in__touch__item__telephone a:hover {
      text-decoration: underline !important;
      text-decoration-thickness: 3px !important; }
  .home__get__in__touch__item__email .icon__wrap,
  .home__get__in__touch__item__telephone .icon__wrap {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: var(--col-pri-static);
    color: #fff;
    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; }

.home__get__in__touch__item__telephone a {
  color: #1B1B1B; }

.home__get__in__touch__item__telephone .icon__wrap svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.home__get__in__touch__item__email a {
  text-decoration: underline;
  font-weight: 600; }

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

.button__link.home__get__in__touch__item__cta__directions > span,
.button__link.home__get__in__touch__item__cta__directions > a {
  background: #fff;
  color: var(--col-pri-static);
  border-color: var(--col-pri-static); }
  .button__link.home__get__in__touch__item__cta__directions > span:focus-within, .button__link.home__get__in__touch__item__cta__directions > span:hover,
  .button__link.home__get__in__touch__item__cta__directions > a:focus-within,
  .button__link.home__get__in__touch__item__cta__directions > a:hover {
    border-color: var(--col-pri-static);
    background: var(--col-pri-static);
    color: #fff; }

.social__links__block {
  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: 30px; }
  .social__links__block .social__links__heading {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.04em;
    color: var(--col-pri-static);
    margin: 0;
    text-transform: uppercase; }

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

.social__link__item__link {
  width: 44px;
  height: 44px;
  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;
  font-size: 16px;
  color: currentColor;
  border: 1px solid currentColor;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s; }
  .social__link__item__link svg {
    color: #fff;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s; }
  .social__link__item__link:focus-within, .social__link__item__link:hover {
    background: #fff !important;
    border-color: currentColor;
    color: currentColor; }
    .social__link__item__link:focus-within svg, .social__link__item__link:hover svg {
      color: currentColor; }

.button__link.home__get__in__touch__item__cta > a,
.button__link.home__get__in__touch__item__cta > span {
  color: var(--col-pri-static); }

@media (max-width: 1024px) {
  .home__get__in__touch .heading__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
  .home__get__in__touch__wrap,
  .home__get__in__touch__item__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; } }

@media (max-width: 640px) {
  .home__get__in__touch {
    height: 900px;
    padding-top: 50px; }
  .home__get__in__touch__item__email,
  .home__get__in__touch__item__telephone,
  .home__get__in__touch__item__link__wrap,
  .home__get__in__touch__item__wrap__contact,
  .social__links__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 15px; } }

.home__useful__links__block {
  position: relative;
  padding: 230px 40px 60px;
  background: #fff;
  margin-top: -230px; }
  .home__useful__links__block .heading {
    font-weight: 600;
    font-size: 38px;
    letter-spacing: 0.03em;
    color: var(--col-pri);
    text-transform: uppercase;
    margin: 120px 0 60px; }

.home__useful__links__navigation {
  position: static;
  margin: 0; }
  .home__useful__links__navigation .swiper__navigation__button {
    position: absolute;
    top: calc(50% + 20px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
    .home__useful__links__navigation .swiper__navigation__button.home__useful__links__navigation__prev {
      left: -30px; }
    .home__useful__links__navigation .swiper__navigation__button.home__useful__links__navigation__next {
      right: -30px; }

.home__useful__links__inner {
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.home__useful__links {
  width: 100%; }

.home__useful__link__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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 480px;
  padding: 60px 30px;
  gap: 30px; }
  .home__useful__link__item__link:focus-within .home__useful__link__item__text, .home__useful__link__item__link:hover .home__useful__link__item__text {
    text-decoration: underline; }
  .home__useful__link__item__link:focus-within .button__link.home__useful__link__item__cta, .home__useful__link__item__link:hover .button__link.home__useful__link__item__cta {
    height: 45px;
    opacity: 1;
    visibility: visible; }
  .home__useful__link__item__link:focus-within .home__useful__link__item__image__wrap:before, .home__useful__link__item__link:hover .home__useful__link__item__image__wrap:before {
    opacity: 0; }
  .home__useful__link__item__link:focus-within .home__useful__link__item__image__wrap:after, .home__useful__link__item__link:hover .home__useful__link__item__image__wrap:after {
    opacity: 1; }

.home__useful__link__item__image__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .home__useful__link__item__image__wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 48, 123, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(rgba(44, 48, 123, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(rgba(44, 48, 123, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(rgba(44, 48, 123, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 1;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    opacity: 1; }
  .home__useful__link__item__image__wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 48, 123, 0.3)), to(#000));
    background: -webkit-linear-gradient(rgba(44, 48, 123, 0.3) 0%, #000 100%);
    background: -o-linear-gradient(rgba(44, 48, 123, 0.3) 0%, #000 100%);
    background: linear-gradient(rgba(44, 48, 123, 0.3) 0%, #000 100%);
    z-index: 1;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    opacity: 0; }
  .home__useful__link__item__image__wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.home__useful__link__item__text {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: uppercase; }

.button__link.home__useful__link__item__cta {
  position: relative;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s; }

.home__useful__links__block .swiper__pagination > span {
  background: #1B1B1B; }
  .home__useful__links__block .swiper__pagination > span:before {
    border-color: #1B1B1B; }

@media (max-width: 1049px) {
  .home__useful__link__item__link {
    height: 380px; } }

.additional__links__block {
  padding: 60px 40px 120px;
  background: #fff; }

.additional__links {
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px; }

.additional__links__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.additional__links__item__link {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 30px;
  background: #F5F5F5; }
  .additional__links__item__link:focus-within .button__link.additional__links__item__cta > span,
  .additional__links__item__link:focus-within .button__link.additional__links__item__cta > a, .additional__links__item__link:hover .button__link.additional__links__item__cta > span,
  .additional__links__item__link:hover .button__link.additional__links__item__cta > a {
    background: #fff;
    color: var(--col-pri);
    border-color: var(--col-sec); }

.additional__links__item__image__wrap {
  width: 43px;
  margin-bottom: 30px; }
  .additional__links__item__image__wrap img {
    display: block;
    width: 100%; }

.additional__links__item__title {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.03em;
  color: var(--col-pri);
  margin: 0;
  text-transform: uppercase; }

.additional__links__item__text {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #1b1b1b;
  line-height: 2;
  margin: 15px 0 30px; }

.button__link.additional__links__item__cta > span,
.button__link.additional__links__item__cta > a {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15); }

@media (max-width: 1049px) {
  .additional__links__block {
    padding: 60px 20px 120px; }
  .additional__links {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .additional__links__item {
    min-width: 280px; } }

.scrolling__values .values__heading {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.scrolling__values .values__inner {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.scrolling__values .values__pagination {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

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

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

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

.welcome__block .welcome__heading {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.welcome__block .welcome__video__wrap {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.welcome__block .welcome__text__wrap {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

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

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

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

.journey__block .heading {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.journey__block .journey__links {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

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

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

.choose__block .heading {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.choose__block .choose__trigger__item:nth-of-type(1) {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.choose__block .choose__trigger__item:nth-of-type(2) {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.choose__block .choose__trigger__item:nth-of-type(3) {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.choose__block .choose__trigger__item:nth-of-type(4) {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.choose__block .link {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 3.5s;
  -o-transition-delay: 3.5s;
  transition-delay: 3.5s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

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

.choose__block.inview .choose__trigger__item:nth-of-type(1) {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.choose__block.inview .choose__trigger__item:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.choose__block.inview .choose__trigger__item:nth-of-type(3) {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.choose__block.inview .choose__trigger__item:nth-of-type(4) {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

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

.news .news__header {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.news .social__feed {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.news .social__navigation {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s; }

.news .social__pager {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

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

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

.news.inview .social__navigation {
  opacity: 1; }

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

.home__get__in__touch .home__get__in__touch__inner {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

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

.home__useful__links__block .heading {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.home__useful__links__block .home__useful__links {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.home__useful__links__block .home__useful__links__navigation {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s; }

.home__useful__links__block .home__useful__links__pagination {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

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

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

.home__useful__links__block.inview .home__useful__links__navigation {
  opacity: 1; }

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

.additional__links__block .additional__links__item:nth-of-type(1) {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.additional__links__block .additional__links__item:nth-of-type(2) {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.additional__links__block .additional__links__item:nth-of-type(3) {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.additional__links__block .additional__links__item:nth-of-type(4) {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.additional__links__block.inview .additional__links__item:nth-of-type(1) {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.additional__links__block.inview .additional__links__item:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.additional__links__block.inview .additional__links__item:nth-of-type(3) {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.additional__links__block.inview .additional__links__item:nth-of-type(4) {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.home__git__bg,
.choose__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .home__git__bg .image,
  .choose__bg .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .home__git__bg .image:focus, .home__git__bg .image:hover,
    .choose__bg .image:focus,
    .choose__bg .image:hover {
      z-index: unset; }
    .home__git__bg .image:after,
    .choose__bg .image:after {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      z-index: 10; }
    .home__git__bg .image img,
    .choose__bg .image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
