* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

a {
  text-decoration: none;
  color: #0A1227;
}

.swiper [class^=swiper-button-],
.videoListWrap [class^=swiper-button-] {
  width: 44px;
  height: 44px;
  background-color: #2581BF;
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
}

.swiper [class^=swiper-button-] svg,
.videoListWrap [class^=swiper-button-] svg {
  fill: none;
  width: auto;
  height: auto;
}

.swiper [class^=swiper-button-next],
.videoListWrap [class^=swiper-button-next] {
  transform: rotate(180deg);
}

.swiper .swiper-button-disabled,
.videoListWrap .swiper-button-disabled {
  background: #CECECE;
  opacity: 1;
}

.wrapper {
  max-width: 1365px;
  margin: 0 auto;
}

.siteBg .headerMenu a,
.siteBg .headerNet a,
.siteBg .headerLang select {
  color: #fff;
}

.siteBg .headerLang select option {
  color: #0A1227;
}

.siteBg .headerSearch svg path,
.siteBg .headerSearch svg circle {
  stroke: #fff;
}

.siteBg .headerBar svg path {
  stroke: #fff;
}

.header {
  max-width: 1365px;
  margin: 0 auto;
  padding: 34px 0 50px;
}

.headerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 99;
}

.headerLogo {
  flex: 0 0 14%;
}

.headerLogo img {
  width: auto;
}

.headerPrefix {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 42px;
}

.headerMenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  row-gap: 10px;
}

.headerMenu ul li {
  list-style: none;
}

.headerMenu ul li a {
  font-weight: 400;
  font-size: 18px;
  transition: all 0.1s ease;
}

.headerMenu ul li a:hover {
  color: #2581BF !important;
}

.headerExpanded {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/12914b6e49b3b79214ddfcd912ed5c8c59b53831.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: 0px 18px 66px 0px #00000099;
  padding: 185px 0 60px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}

.headerExpanded.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.headerExpandedContent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 155px;
  row-gap: 50px;
}

.headerExpandedContentItem {
  flex: 0 0 calc(33.333% - 104px);
}

.headerExpandedContentItem h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 20px;
}

.headerExpandedContentItem ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.headerExpandedContentItem ul li {
  list-style: none;
}

.headerExpandedContentItem ul li a {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 100%;
}

.headerExpandedContentItem ul li a:hover {
  color: #4BA9DB;
}

.headerNet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.headerNet a {
  background: #002966;
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
  transition: all 0.1s ease;
}

.headerNet a svg {
  width: 20px;
  height: 20px;
  fill: #0A1227;
  transition: all 0.3s ease;
}

.headerNet a:hover {
  background-color: #104ba3;
}

.headerLang {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.headerLang select {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2%;
  color: #0A1227;
}

.headerLang select option {
  background: transparent;
}

.headerSearch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

#search-wrapper,
#error-404-wrapper {
  padding: 60px 0 90px;
}

#search-wrapper article {
  margin-bottom: 30px;
}

#search-wrapper label {
  display: block;
  margin-bottom: 15px;
}

#search-wrapper input,
#error-404-wrapper input {
  border: 1px solid rgba(10, 18, 39, 0.15);
  border-radius: 16px;
  padding: 16px 18px;
  font-size: 18px;
  outline: none;
}

#search-wrapper button,
#error-404-wrapper button {
  border: none;
  border-radius: 16px;
  padding: 16px 20px;
  background: #002966;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

#search-wrapper button:hover,
#error-404-wrapper button:hover {
  background: #033a8d;
}

#search-wrapper .entry-title,
#search-wrapper .entry-summary {
  margin-bottom: 10px;
}

.searchOverlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.searchOverlay.is-active {
  display: block;
}

.searchOverlayBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 39, 0.35);
}

.searchOverlayDialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(720px, calc(100% - 40px));
  background: #fff;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.searchOverlayClose {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(10, 18, 39, 0.15);
  background: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.searchOverlayForm {
  display: flex;
  align-items: center;
  gap: 12px;
}

.searchOverlayInput {
  flex: 1;
  border: 1px solid rgba(10, 18, 39, 0.15);
  border-radius: 16px;
  padding: 16px 18px;
  font-size: 18px;
  outline: none;
}

.searchOverlayInput:focus {
  border-color: rgba(37, 129, 191, 0.6);
  box-shadow: 0 0 0 4px rgba(37, 129, 191, 0.15);
}

.searchOverlaySubmit {
  border: none;
  border-radius: 16px;
  padding: 16px 20px;
  background: #002966;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.searchOverlaySubmit:hover {
  background: #033a8d;
}

#error-404-wrapper h1,
#error-404-wrapper p {
  margin-bottom: 20px;
}

.headerBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.hero {
  max-width: 1365px;
  margin: 0 auto;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.heroBox {
  display: grid;
  grid-template-columns: 75% 1fr;
  gap: 28px;
}

.heroMain {
  min-width: 0;
}

.heroMainImage {
  position: relative;
}

.heroMainImage::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.heroMainImage img {
  width: 100%;
  height: 517px;
  -o-object-fit: cover;
  object-fit: cover;
}

.heroMainImageText {
  z-index: 2;
  position: absolute;
  top: 115px;
  left: 60px;
}

.heroMainImageText p {
  font-size: 16px;
  color: #fff;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 30px;
}

.heroMainImageText h1 {
  max-width: 570px;
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 35px;
}

.heroMainImageText a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  color: #fff;
  padding: 20px;
  border-radius: 50px;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}

.heroMainImageText a:hover {
  background-color: #fff;
  color: #0A1227;
}

.heroThumbsWrap .swiper-slide {
  cursor: pointer;
}

.heroThumbsWrap .swiper-slide-thumb-active {
  opacity: 1;
}

.heroRightImage {
  position: relative;
  height: 167px;
}

.heroThumbsWrap .heroRightImage:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
}

.heroThumbsWrap .swiperHeroThumbs {
  height: 517px;
}

.heroThumbsWrap .swiper-slide {
  height: calc((517px - 14px) / 3);
}

.heroThumbsWrap .heroRightImage img {
  width: 100%;
  height: 167px;
  -o-object-fit: cover;
  object-fit: cover;
}

.heroRightText {
  max-width: 245px;
  z-index: 2;
  position: absolute;
  top: 20px;
  left: 27px;
}

.heroRightText svg {
  margin-bottom: 27px;
}

.heroRightText h2 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 100%;
}

.heroThumbsWrap .heroRightText h2 {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero .swiperHero [class^=swiper-button-] {
  left: 60px;
  bottom: 60px;
  top: auto;
}

.hero .swiperHero [class^=swiper-button-next] {
  left: 115px;
  transform: rotate(180deg);
}

.hero .swiperHero [class^=swiper-button-next] {
  right: auto;
}

.projectsSection {
  position: relative;
  isolation: isolate;
  padding-bottom: 57px;
}

.projectsSection::before {
  content: "";
  position: absolute;
  inset: -180px 0 0 0;
  background-color: #002966;
  z-index: -1;
}

.projects {
  max-width: 1365px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.projectsBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.projectsItem {
  flex: 0 0 calc(25% - 22.5px);
  position: relative;
}

.projectsItem .projectsItemImage {
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

.projectsItem .projectsItemImage:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 41, 102, 0) 40.27%, #002966 80.94%);
  transition: all 0.3s ease;
}

.projectsItem .projectsItemImage img {
  width: 100%;
  height: 265px;
  -o-object-fit: cover;
  object-fit: cover;
}

.projectsItem .projectsItemText {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  padding: 20px;
}

.projects .title {
  font-size: 48px;
  margin-bottom: 50px;
  color: #fff;
  line-height: 100%;
  font-weight: 400;
}

.projectsItem h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 10px;
  color: #fff;
}

.projectsItem .projectsItemText span svg {
  margin-bottom: 20px;
}

.about {
  max-width: 1365px;
  margin: 0 auto;
  padding: 50px 0;
}

.aboutBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

.aboutItem:nth-child(1) {
  flex: 0 0 53%;
}

.aboutItem img {
  width: 322px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 46px;
}

.aboutItem h3 {
  font-size: 48px;
  margin-bottom: 60px;
  font-weight: 400;
  line-height: 100%;
}

.aboutItem p {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 27px;
}

.aboutItem a {
  font-size: 16px;
  color: #002966;
  display: inline-block;
  padding: 20px;
  background-color: #002966;
  color: #fff;
  border-radius: 90px;
  transition: all 0.3s ease;
}

.aboutItem a:hover {
  background-color: #fff;
  color: #002966;
}

.video {
  max-width: 1365px;
  margin: 0 auto;
  padding: 50px 0;
}

.videoSection {
  background-color: #0A1227;
}

.videoTabs {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 60px;
}

.videoTitle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  line-height: 100%;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.videoTitle.is-active {
  opacity: 1;
}

.videoBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}

.videoPane {
  display: none;
}

.videoPane.is-active {
  display: flex;
}

.videoListWrap {
  height: 700px;
  flex: 0 0 calc(25% - 15px);
  position: relative;
}

.videoItem {
  flex: 0 0 calc(75% - 15px);
  position: relative;
}

.videoItem::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6980392157);
  z-index: 1;
  pointer-events: none;
}

.videoItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.videoItem svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease;
}

.videoItem:hover svg {
  transform: translate(-50%, -50%) scale(1.5);
  transition: all 0.3s ease;
  cursor: pointer;
}

.videoList {
  height: 100%;
}

.videoListItem {
  background-color: #fff;
  padding: 25px;
  border: 1px solid #0A1227;
  cursor: pointer;
}

.videoListItem p {
  color: #0A1227;
  font-size: 16px;
  transition: all 0.1s ease;
}

.videoListItem:hover {
  background-color: #2581BF;
}

.videoListItem.is-active {
  background-color: #2581BF;
}

.videoListItem:hover p {
  color: #fff;
}

.videoListItem.is-active p {
  color: #fff;
}

.videoListWrap [class^=swiper-button-prev] {
  top: -20px;
}

.videoListWrap [class^=swiper-button-next] {
  bottom: -20px;
}

.videoListWrap .swiper-button-disabled {
  background: #2B2C3C !important;
  opacity: 1;
}

.news {
  max-width: 1365px;
  margin: 0 auto;
  padding: 50px 0;
}

.newsSub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 60px;
}

.newsSub .title {
  font-size: 48px;
  color: #0A1227;
  font-weight: 400;
  line-height: 100%;
}

.newsSub a {
  display: inline-block;
  font-size: 18px;
  background-color: #002966;
  padding: 20px;
  color: #fff;
  font-weight: 400;
  transition: all 0.3s ease;
  border-radius: 90px;
}

.newsSub a:hover {
  background-color: #033a8d;
}

.newsBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.newsItem {
  flex: 0 0 calc(33.333% - 20px);
}

.newsItemImage {
  position: relative;
}

.newsItem img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 30px;
}

.newsItem p {
  font-size: 14px;
  color: #BFBFBF;
  font-weight: 300;
  line-height: 100%;
}

.news h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #0A1227;
  font-weight: 400;
  line-height: 100%;
}

.newsDate {
  font-weight: 300;
  font-size: 14px;
  color: #BFBFBF;
}

.links {
  max-width: 1365px;
  margin: 0 auto;
  padding: 50px 0;
}

.links .title {
  font-size: 48px;
  margin-bottom: 60px;
  color: #0A1227;
  font-weight: 400;
  line-height: 100%;
}

.linksBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.linksItem {
  flex: 0 0 calc(25% - 20px);
  display: flex;
  align-items: center;
  gap: 27px;
}

.linksItem img {
  width: 116px;
  height: 116px;
  -o-object-fit: cover;
  object-fit: cover;
}

.links p {
  font-size: 16px;
  color: #0A1227;
}

.partners {
  max-width: 1365px;
  margin: 0 auto;
  padding: 50px 0;
}

.partners .title {
  font-size: 48px;
  margin-bottom: 65px;
  color: #0A1227;
  font-weight: 400;
  line-height: 100%;
}

.partnersBox {
  padding-bottom: 84px;
}

.partnersItem img {
  width: 100%;
  height: 54px;
  -o-object-fit: contain;
  object-fit: contain;
}

.partners .swiper-button-prev {
  left: 0;
  bottom: 0;
  top: auto;
}

.partners .swiper-button-next {
  left: 60px;
  bottom: 0;
  top: auto;
}

.footer {
  background-color: #002966;
}

.footer .wrapper {
  max-width: 1365px;
  margin: 0 auto;
  padding: 60px 0 90px;
}

.footerTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 43px;
}

.footerTopLeft {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footerTopLeft img {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footerTopLeft p {
  max-width: 285px;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}

.footerTopRight {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footerTopRight a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  line-height: 100%;
  transition: all 0.1s ease;
}

.footerTopRight a:hover {
  color: #2581BF;
}

.footerTopRight a svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footerBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

.footerMenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.footerMenu li {
  list-style: none;
}

.footerMenu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.footerMenu a {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  transition: all 0.1s ease;
}

.footerMenu a:hover {
  color: #2581BF;
}

.footerNet {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footerNet a {
  background-color: #05347A;
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}

.footerNet a:hover {
  background-color: #104ba3;
}

.footerNet a svg {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.breadcrumbs {
  max-width: 1365px;
  margin: 0 auto;
  margin-top: 60px;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.breadcrumbs ul li {
  list-style: none;
}

.breadcrumbs ul li.active {
  color: #848894;
}

.breadcrumbs ul li {
  font-size: 14px;
  color: #0A1227;
}

.breadcrumbsItem {
  list-style: none;
}

.content {
  /* flex: 0 0 calc(70% - 40px); */
  width: 100%;
  flex: 0 0 auto;
}

.content img {
  width: 100%;
  height: 378px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 20px;
}

.content h2 {
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 20px;
  color: #0A1227;
  font-weight: 500;
}

.content p,
.content ul li {
  font-size: 16px;
  color: #0A1227;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 20px;
}

.content ul {
  margin-bottom: 20px;
  list-style-position: inside;
}

.contentBox {
  max-width: 1365px;
  margin: 0 auto;
  margin-bottom: 90px;
  /* display: flex;
  justify-content: space-between;
  gap: 80px; */
}

/* .contentBox .sidebar {
  flex: 0 0 calc(30% - 40px);
} */

.contentBox h1 {
  font-size: 48px;
  margin-bottom: 30px;
  color: #0A1227;
  font-weight: 400;
  line-height: 100%;
}

.contentBox .sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contentBox .sidebar ul li {
  list-style: none;
}

.contentBox .sidebar ul li a {
  font-size: 18px;
  color: #0A1227;
  font-weight: 300;
  line-height: 100%;
}

.contentBox .sidebar ul li a:hover {
  color: #2581BF;
}

.contentBox .sidebar ul li a.active {
  color: #2581BF;
}

.content h2 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #0A1227;
  font-weight: 400;
  line-height: 27px;
}

.content h2:first-of-type {
  margin-top: 0;
}

.contentHeader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
}

.contentHeaderItem {
  flex: 0 0 calc(33.333% - 20px);
}

.contentHeaderItemFilm {
  position: relative;
  flex: 0 0 100%;
}

.contentHeaderItemFilm a {
  display: block;
  width: 100%;
  height: 466px;
}

.contentHeaderItemFilm::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: #000000B2;
  z-index: 3;
  pointer-events: none;
}

.contentHeaderItemFilm a {
  position: relative;
  z-index: 2;
}

.contentHeaderItem p {
  font-size: 24px;
  color: #0A1227;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 30px;
}

.contentHeaderItem h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.contentHeaderItem img {
  width: 100%;
  height: 466px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 20px;
}

.contentText {
  max-width: 900px;
  margin: 0 auto;
}

.contentGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 30px;
}

.contentItem {
  flex: 0 0 calc(25% - 18.75px);
}

.contentItem .contentItemImage {
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}

.contentItem .contentItemImage a {
  display: block;
  width: 100%;
  height: 360px;
}

.contentItem .contentItemImage svg,
.contentHeaderItemFilm svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 4;
}

.contentItem .contentItemImage:after,
.newsItemImage:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 240px;
  inset: 0;
  background-color: transparent;
  transition: all 0.3s ease;
  pointer-events: none;
}

.contentItem .contentItemImage img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.contentItem .contentItemImage:hover svg {
  transform: translate(-50%, -50%) scale(1.5);
}

.contentItem .contentItemImage:hover::after,
.newsItemImage:hover::after {
  background-color: rgba(27, 37, 134, 0.7803921569);
}

.contentItem h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 20px;
}

.contentItem:hover h3 {
  color: #2581BF;
}

.content.contacts {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.contentContacts {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.contentContactsItem h2 {
  margin-top: 0;
}

.contentContactsItem p {
  margin-bottom: 0;
}

.contentContacts h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.contentMap {
  flex: 0 0 calc(58% - 15px);
}

/*# sourceMappingURL=main.css.map */