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

.heading h2 {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  text-align: center;
  min-width: 50px;
  letter-spacing: 0.04em; }

.home__watermark {
  position: absolute;
  top: 390px;
  left: -271px;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.08;
  width: 542px;
  height: 621px; }

.hero {
  min-height: 514px;
  max-height: 100vh;
  height: 26.8vw;
  border-radius: 10px 10px 0 0; }

.hero__motto {
  position: absolute;
  bottom: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  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; }

.motto__line__1 h2 {
  font-size: 31px;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #fff;
  min-width: 100px;
  margin: 0; }

.motto__line__2 h2 {
  font-size: 41px;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #fff;
  font-family: var(--font-heading);
  min-width: 100px;
  margin: 0; }

@media (max-width: 640px) {
  .motto__line__1 {
    font-size: 18px; }
  .motto__line__2 {
    font-size: 20px; } }

.quicklinks__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  gap: 20px;
  border-radius: 0 0 10px 10px;
  background: var(--col-pri);
  width: calc(100% - 120px);
  margin: 0 auto; }
  .quicklinks__block .heading h2 {
    font-weight: normal;
    font-size: 34px; }

.quicklinks__inner {
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 70px; }

.quicklinks__item__link {
  text-decoration: none;
  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: 10px; }
  .quicklinks__item__link:focus-within .quicklinks__item__icon__wrap, .quicklinks__item__link:hover .quicklinks__item__icon__wrap {
    border-width: 6px; }
    .quicklinks__item__link:focus-within .quicklinks__item__icon__wrap svg, .quicklinks__item__link:hover .quicklinks__item__icon__wrap svg {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.quicklinks__item__icon__wrap {
  width: 94px;
  height: 94px;
  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: 3px solid var(--col-sec);
  font-size: 42px;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  border-radius: 100%;
  color: var(--col-black);
  background: #fff; }
  .quicklinks__item__icon__wrap svg {
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s; }

.quicklinks__item__title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em; }

@media (max-width: 1049px) {
  .quicklinks__block {
    width: 100%; }
  .quicklinks__inner {
    gap: 20px; } }

.welcome__block {
  position: relative;
  padding: 0 20px;
  margin: 50px auto 70px; }

.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: 20px; }

.welcome__item__text__wrap {
  max-width: 610px;
  width: 100%; }

.welcome__item__heading {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: bold;
  color: var(--col-black);
  margin: 0; }

.welcome__item__content {
  font-size: 18px;
  color: var(--col-black);
  margin: 50px 0; }

.welcome__item__image {
  width: 471px;
  height: 372px;
  border-radius: 12px;
  overflow: hidden; }
  .welcome__item__image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover; }

.cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 27px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-self: flex-start; }

.button__link.welcome__item__cta__2 > a,
.button__link.welcome__item__cta__2 > span {
  border-color: var(--col-black);
  background: #fff;
  color: var(--col-black); }
  .button__link.welcome__item__cta__2 > a:focus-within, .button__link.welcome__item__cta__2 > a:hover,
  .button__link.welcome__item__cta__2 > span:focus-within,
  .button__link.welcome__item__cta__2 > span:hover {
    background: var(--col-sec); }

@media (max-width: 1049px) {
  .welcome__block {
    padding: 40px 20px;
    margin: 0; }
  .welcome__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .welcome__item__heading {
    font-size: 28px; }
  .welcome__item__content {
    font-size: 14px; }
  .welcome__item__image {
    width: 100%;
    max-width: 610px;
    height: 271px; } }

.news__block {
  position: relative;
  background: var(--col-pri);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
  width: calc(100% - 120px);
  padding: clamp(30px, 9.4vw, 180px) 60px;
  border-bottom: 5px solid #fff; }

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

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

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

.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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 500px;
  width: 100%;
  text-decoration: none; }

.social__item__title {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin: 0; }

.social__item__date {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 30px; }

.social__item__intro {
  font-size: 14px;
  margin: 30px 0;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.social__item__image {
  width: 471px;
  height: 433px;
  border-radius: 12px;
  overflow: hidden; }

.button__link.news__link > a,
.button__link.news__link > span {
  background: #fff;
  color: var(--col-black);
  border-color: var(--col-black); }
  .button__link.news__link > a:focus-within, .button__link.news__link > a:hover,
  .button__link.news__link > span:focus-within,
  .button__link.news__link > span:hover {
    background: var(--col-sec);
    color: var(--col-black);
    border-color: var(--col-sec); }

@media (min-width: 1050px) {
  .button__link.news__link {
    margin-top: 66px; } }

@media (max-width: 1049px) {
  .button__link.news__link {
    margin-top: 30px; } }

@media (max-width: 1280px) {
  .social__item__content {
    max-width: 400px; }
  .social__item__image {
    width: 353px;
    height: 324px; } }

@media (max-width: 1049px) {
  .news__block {
    width: 100%;
    padding: clamp(30px, 9.4vw, 180px) 20px; } }

@media (max-width: 1049px) {
  .social__item .container {
    -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; }
  .social__item .social__item__content {
    -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; }
  .social__item__image {
    width: 100%;
    max-width: 353px; } }

@media (min-width: 1049px) {
  .swiper__pagination.homepage__news__pager {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: -60px;
    position: relative;
    z-index: 2; } }

@media (min-width: 1049px) and (max-width: 1280px) {
  .swiper__pagination.homepage__news__pager {
    margin-top: 0px; } }

@media (max-width: 1049px) {
  .swiper__navigation {
    margin: 0; } }

.swiper__navigation__button {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  border: 1px solid #fff;
  background: none;
  font-size: 21px;
  color: #fff;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s; }
  .swiper__navigation__button.swiper-button-disabled {
    opacity: 0.5; }
  .swiper__navigation__button:focus-within, .swiper__navigation__button:hover {
    background: #fff;
    color: var(--col-black); }

@media (min-width: 1050px) {
  .swiper__navigation {
    position: absolute;
    top: calc(50% - 60px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1360px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 1050px) and (max-width: 1520px) {
  .swiper__navigation {
    max-width: calc(100% - 20px); } }

@media (min-width: 1050px) and (max-width: 1280px) {
  .swiper__navigation {
    top: calc(50% - 100px);
    max-width: calc(100% - 20px); } }

.swiper__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  width: auto; }

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: none;
  border: 1px solid #fff;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff; }

.calendar__block {
  position: relative;
  background: var(--col-pri);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: calc(100% - 120px);
  padding: clamp(30px, 9.4vw, 100px) 60px; }

.events__list {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 90px; }

.events__item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-width: 235px;
  min-height: 187px;
  border-radius: 12px;
  border: 3px solid var(--col-sec);
  background: #fff;
  padding: 10px 30px;
  text-align: center; }
  .events__item__link:focus-within .events__item__info__title, .events__item__link:hover .events__item__info__title {
    text-decoration: underline; }

.events__icon__wrap {
  font-size: 23px;
  color: var(--col-black);
  margin-bottom: 10px; }

.events__item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--col-black);
  line-height: 1; }
  .events__item__date .day {
    font-size: 43px;
    font-weight: 800;
    color: var(--col-black); }
  .events__item__date .month {
    font-size: 29px;
    font-weight: 700;
    color: var(--col-black); }

.events__item__info__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--col-black);
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px; }

@media (min-width: 1050px) {
  .swiper__navigation.events__navigation {
    top: calc(50% - 30px); } }

.button__link.term__dates__link > a,
.button__link.term__dates__link > span {
  background: #fff;
  color: var(--col-black);
  border-color: var(--col-black); }
  .button__link.term__dates__link > a:focus-within, .button__link.term__dates__link > a:hover,
  .button__link.term__dates__link > span:focus-within,
  .button__link.term__dates__link > span:hover {
    background: var(--col-sec);
    color: var(--col-black);
    border-color: var(--col-sec); }

@media (max-width: 1049px) {
  .calendar__block {
    width: 100%;
    padding: clamp(30px, 9.4vw, 100px) 20px; }
  .events__list {
    margin-top: 20px; }
  .swiper__navigation.events__navigation {
    margin-top: 20px; }
  .calendar__block .cta__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.contact__block {
  position: relative;
  padding: 60px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .contact__block .heading h2 {
    color: var(--col-black); }

.contact__inner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0; }

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

.contact__item__title {
  font-size: 20px;
  font-weight: bold;
  font-family: var(--font-heading);
  color: var(--col-black);
  margin: 0; }

.contact__item__telephone,
.contact__item__email,
.contact__item__address {
  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;
  font-style: normal;
  color: var(--col-black);
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.04em; }

.contact__item__telephone,
.contact__item__email {
  -webkit-transition: ease 0.2s opacity;
  -o-transition: ease 0.2s opacity;
  transition: ease 0.2s opacity; }
  .contact__item__telephone:focus-within, .contact__item__telephone:hover,
  .contact__item__email:focus-within,
  .contact__item__email:hover {
    opacity: 0.8; }

.contact__item__cta {
  margin-top: 10px; }

.map__block {
  width: 506px;
  height: 354px;
  border-radius: 12px;
  overflow: hidden; }

.map__container {
  width: 100%;
  height: 100%; }

@media (max-width: 1049px) {
  .contact__block {
    padding-bottom: 100px; }
  .contact__inner__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; }
  .map__block {
    max-width: 506px;
    width: 100%; } }
