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

.homepage {
  background: url(../images/design/home-watermark-1.svg) top 577px right -246px no-repeat, url(../images/design/home-watermark-2.svg) top 1920px right -322px no-repeat, url(../images/design/home-watermark-3.svg) top 1990px left -548px no-repeat; }

@media (max-width: 1049px) {
  .homepage {
    background: url(../images/design/home-watermark-1.svg) top 577px right -246px no-repeat, url(../images/design/home-watermark-2.svg) top 1520px right -322px no-repeat, url(../images/design/home-watermark-3.svg) top 1990px left -548px no-repeat; } }

.hero {
  min-height: 70vh;
  max-height: 100vh;
  height: 48vw; }

.scroll__down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4; }
  .scroll__down:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #9BAC86;
    opacity: 0.5;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    z-index: -1; }
  .scroll__down:focus-within .scroll__inner, .scroll__down:hover .scroll__inner {
    background: var(--col-sec);
    color: #fff; }
    .scroll__down:focus-within .scroll__inner svg, .scroll__down:hover .scroll__inner svg {
      -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
      transform: translateY(20%); }

.scroll__inner {
  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: 34px;
  height: 34px;
  border-radius: 100%;
  background: #fff;
  color: var(--col-sec);
  font-size: 20px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  z-index: 2; }
  .scroll__inner svg {
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    color: currentColor; }

.hero__media__ctrls {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%); }

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

.scrolling__values__inner {
  width: 100%; }

@media (min-width: 1050px) and (max-width: 1300px) {
  .scrolling__values {
    max-width: 570px;
    bottom: 100px; } }

@media (max-width: 1049px) {
  .scrolling__values {
    bottom: 120px;
    max-width: 280px; } }

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

.welcome__block {
  position: relative;
  padding: 80px 20px 60px; }

.welcome__inner {
  max-width: 1200px;
  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: 40px; }

.welcome__item__image {
  position: relative;
  width: auto; }
  .welcome__item__image:before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50% - 0px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background: url(../images/design/welcome-graphic.svg) center no-repeat;
    width: 756px;
    height: 651px; }
  .welcome__item__image img {
    position: relative;
    z-index: 2;
    width: 511px;
    height: 511px;
    border-radius: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover; }

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

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

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

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

.welcome__item__content {
  font-size: 16px;
  margin: 35px 0; }

@media (max-width: 1300px) {
  .welcome__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .welcome__item__image img {
    width: 410px;
    height: 410px; }
  .welcome__item__image:before {
    width: 646px;
    height: 651px;
    background-size: contain; } }

@media (max-width: 1049px) {
  .welcome__item__heading__line__1 {
    font-size: 20px; }
  .welcome__item__heading__line__2 {
    font-size: 30px; }
  .welcome__item__heading__line__3 {
    font-size: 30px; }
  .welcome__item__image img {
    width: 260px;
    height: 260px; }
  .welcome__item__image:before {
    width: 400px;
    height: 400px;
    background-size: contain; }
  .welcome__inner,
  .welcome__item__text__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; } }

.news__block {
  position: relative;
  padding: 60px 20px; }

@media (max-width: 1049px) {
  .news__block {
    padding: 20px; } }

.news__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 50px; }
  .header__wrap .heading {
    margin-right: auto; }
  .header__wrap .button__link.instagram__link > a,
  .header__wrap .button__link.instagram__link > span {
    color: #fff;
    border-color: var(--col-sec);
    background: var(--col-sec);
    padding: 13px 25px 13px 25px; }
    .header__wrap .button__link.instagram__link > a:before,
    .header__wrap .button__link.instagram__link > span:before {
      display: none; }
    .header__wrap .button__link.instagram__link > a:after,
    .header__wrap .button__link.instagram__link > span:after {
      display: none; }
    .header__wrap .button__link.instagram__link > a svg,
    .header__wrap .button__link.instagram__link > span svg {
      font-size: 20px;
      color: #fff; }
    .header__wrap .button__link.instagram__link > a:focus-within, .header__wrap .button__link.instagram__link > a:hover,
    .header__wrap .button__link.instagram__link > span:focus-within,
    .header__wrap .button__link.instagram__link > span:hover {
      border-color: var(--col-pri); }
  .header__wrap .button__link:nth-of-type(2) a,
  .header__wrap .button__link:nth-of-type(2) span {
    color: #fff;
    border-color: var(--col-sec);
    background: var(--col-sec); }
    .header__wrap .button__link:nth-of-type(2) a:focus-within, .header__wrap .button__link:nth-of-type(2) a:hover,
    .header__wrap .button__link:nth-of-type(2) span:focus-within,
    .header__wrap .button__link:nth-of-type(2) span:hover {
      border-color: var(--col-pri); }
  .header__wrap .link .button__link a,
  .header__wrap .link .button__link span {
    color: #fff;
    border-color: var(--col-sec);
    background: var(--col-sec); }
    .header__wrap .link .button__link a:focus-within, .header__wrap .link .button__link a:hover,
    .header__wrap .link .button__link span:focus-within,
    .header__wrap .link .button__link span:hover {
      border-color: var(--col-pri); }

@media (max-width: 1049px) {
  .header__wrap {
    -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;
    text-align: center; }
    .header__wrap .heading {
      margin: 0; } }

.social__item {
  padding: 10px 0; }

.social__item__block {
  position: relative;
  border-radius: 80px;
  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;
  background: var(--col-pri);
  color: var(--col-sec);
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .social__item__block:focus-within, .social__item__block:hover {
    background: var(--col-sec);
    color: var(--col-pri); }
    .social__item__block:focus-within .social__item__content__info__intro,
    .social__item__block:focus-within .social__item__content__info__title,
    .social__item__block:focus-within .social__item__content__date, .social__item__block:hover .social__item__content__info__intro,
    .social__item__block:hover .social__item__content__info__title,
    .social__item__block:hover .social__item__content__date {
      color: #fff; }
    .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__image {
  height: 214px;
  width: 100%;
  position: relative;
  border-radius: 80px 80px 0 0;
  overflow: hidden; }
  .social__item__image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #234123;
    opacity: 0.3;
    z-index: 1; }
  .social__item__image video,
  .social__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }

.social__item__content {
  padding: 20px 40px 40px;
  border-radius: 0 0 80px 80px;
  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; }

.social__item__content__date {
  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;
  color: var(--col-sec);
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .social__item__content__date svg {
    font-size: 17px; }

.social__item__content__info__title {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  color: var(--col-sec);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 84px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.social__item__content__info__intro {
  color: var(--col-sec);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.news__block .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: 48px;
  padding: 13px 60px 13px 25px;
  border-radius: 50vw;
  background: var(--col-pri);
  color: var(--col-sec);
  border: 2px solid var(--col-pri);
  line-height: 1;
  font-size: 1em;
  text-decoration: none;
  -webkit-transition: background .4s ease, color .4s ease, border-color .4s ease;
  -o-transition: background .4s ease, color .4s ease, border-color .4s ease;
  transition: background .4s ease, color .4s ease, border-color .4s ease;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); }
  .news__block .admin__feed__authorise a:before {
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    background: #fff;
    z-index: 1;
    width: 22px;
    height: 22px; }
  .news__block .admin__feed__authorise a:after {
    content: '\f054';
    position: absolute;
    right: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'fontAwesome';
    font-size: 10px;
    font-weight: bold;
    color: var(--col-sec);
    z-index: 2; }
  .news__block .admin__feed__authorise a:hover {
    background: var(--col-pri);
    border-color: var(--col-sec); }

.events__block {
  position: relative;
  padding: 60px 20px; }

@media (max-width: 1049px) {
  .events__block {
    padding: 20px; } }

.events__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.events__list {
  overflow-y: visible; }

.events__item {
  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; }
  .events__item:focus-within .events__item__info__title:after, .events__item:hover .events__item__info__title:after {
    opacity: 0; }

.events__item__link {
  border-radius: 100%; }

.day {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  background: var(--col-sec);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  z-index: 1; }

.month {
  font-size: 40px;
  font-weight: bold;
  color: var(--col-sec); }

.events__item__info__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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 320px;
  height: 320px;
  border-radius: 100%;
  position: relative;
  padding: 60px 40px 40px;
  background: url(../images/design/calendar-blop.svg) center no-repeat var(--col-pri); }

.events__item__info__title {
  position: relative;
  color: var(--col-sec);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none; }
  .events__item__info__title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--col-sec);
    -webkit-transition: ease 0.4s opacity;
    -o-transition: ease 0.4s opacity;
    transition: ease 0.4s opacity;
    opacity: 1; }

.events__item__time {
  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: 10px;
  color: var(--col-sec);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }
  .events__item__time svg {
    font-size: 24px; }

@media (max-width: 640px) {
  .events__item__info__content {
    width: 270px;
    height: 270px; } }

.where__block {
  position: relative;
  padding: 40px 20px;
  text-align: center; }

.where__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 40px;
  height: 510px; }

.where__item {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  background: var(--col-sec); }
  .where__item:nth-of-type(1) {
    height: 240px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3; }
  .where__item:nth-of-type(2) {
    height: 240px;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2; }
  .where__item:nth-of-type(3) {
    height: 240px;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3; }
  .where__item:nth-of-type(4) {
    height: 100%;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1 / 3 / 3 / 4; }
  .where__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #234123;
    opacity: 0.4;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    z-index: 1; }
  .where__item:focus-within:before, .where__item:hover:before {
    opacity: 0.6; }
  .where__item:focus-within .where__item__image img, .where__item:hover .where__item__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

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

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

.where__item__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 35px;
  font-weight: 600;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-align: center;
  z-index: 2; }

@media (max-width: 1049px) {
  .where__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    width: 100%; }
  .where__item {
    width: 100% !important;
    height: 240px !important; } }

.testimonials__block {
  padding: 40px 0;
  margin-bottom: 180px; }

.testimonials__inner {
  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; }

.testimonials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 40px;
  min-height: 764px;
  position: relative;
  background: url(../images/design/testimonials-bg.svg) top -60px center no-repeat;
  width: 100%; }

.testimonials__item__quote {
  position: relative;
  z-index: 1;
  font-size: 32px;
  font-weight: 500;
  color: var(--col-sec);
  margin: 0;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }

.testimonials__item__author {
  position: relative;
  z-index: 1;
  font-size: 32px;
  font-weight: 500;
  color: var(--col-sec);
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }

@media (max-width: 780px) {
  .testimonials__item__quote {
    font-size: 24px; }
  .testimonials__item__author {
    font-size: 24px; } }
