/* @font-face {
  font-family: "Bounded";
  src: url("/fonts/Bounded-Black.woff2") format("woff2"), url("/fonts/Bounded-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bounded";
  src: url("/fonts/Bounded-Bold.woff2") format("woff2"), url("/fonts/Bounded-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bounded";
  src: url("/fonts/Bounded-ExtraBold.woff2") format("woff2"), url("/fonts/Bounded-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bounded";
  src: url("/fonts/Bounded-ExtraLight.woff2") format("woff2"), url("/fonts/Bounded-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bounded";
  src: url("/fonts/Bounded-Light.woff2") format("woff2"), url("/fonts/Bounded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bounded";
  src: url("/fonts/Bounded-Medium.woff2") format("woff2"), url("/fonts/Bounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bounded";
  src: url("/fonts/Bounded-Regular.woff2") format("woff2"), url("/fonts/Bounded-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bounded";
  src: url("/fonts/Bounded-SemiBold.woff2") format("woff2"), url("/fonts/Bounded-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
} */

:root {
  /* font-family: system-ui, Helvetica, Arial, sans-serif; */
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

html,
body {
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: normal;
  color: #282B2F;
  font-family: "Unbounded", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  padding-inline-start: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #282B2F;
}

section {
  margin-bottom: 140px;
}

.box {
  max-width: 1560px;
  margin: auto;
}

.wrapperMini {
  max-width: 1110px;
  margin: auto;
}

.title {
  font-weight: 800;
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 80px;
}

select {
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.home select,
.page-template-about-page select {
  color: #fff;
}

.home select option,
.page-template-about-page select option {
  color: #282B2F;
}

input {
  box-sizing: border-box;
  display: block;
  border: 0;
  outline: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  padding: 37px 35px;
  background-color: #1C1D2D;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

input::-moz-placeholder {
  color: #fff;
}

input::placeholder {
  color: #fff;
}

.breadcrumbs {
  margin-bottom: 60px;
}

.breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.breadcrumbs ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}

.breadcrumbs ul li,
.breadcrumbs ul li a {
  color: #282B2F;
}

.page-template-about-page .breadcrumbs ul li,
.page-template-about-page .breadcrumbs ul li a {
  color: #fff;
}

.button {
  border: 0;
  outline: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  padding: 16px 18px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.button:active {
  transform: scale(0.95);
}

.header .button svg path {
  stroke: #fff;
}

.heroSlider [class^=swiper-button] {
  width: 93px;
  height: 93px;
  padding: 34px;
  background: #fff;
  top: unset;
  bottom: 123px;
}

.heroSlider .swiper-button-prev {
  left: unset;
  right: 278px;
}

.heroSlider .swiper-button-next {
  right: 173px;
}

.awardsSlider [class^=swiper-button],
.awardsSlider .swiper-pagination,
.projectsSlider [class^=swiper-button],
.projectsSlider .swiper-pagination1 {
  bottom: 0;
  top: unset;
  position: relative;
}

.awardsSlider .swiper-button-prev,
.projectsSlider .swiper-button-prev {
  left: 0;
}

.awardsSlider .swiper-button-next,
.projectsSlider .swiper-button-next {
  left: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none !important;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 1px !important;
}

.header:not(.absolute) {
  margin: 60px 0;
}

.header.absolute {
  z-index: 2;
  position: absolute;
  width: 100%;
  padding-top: 60px;
}

.header.absolute .headerMenu ul li a {
  color: #fff;
}

.header.absolute .headerNet a {
  background: #fff;
}

.header.absolute .headerLang {
  color: #fff;
}

.header.absolute .headerLang svg path {
  stroke: #fff;
}

.header.absolute .headerNet a svg path {
  fill: #282B2F;
}

.header.absolute .button {
  background-color: #fff;
  color: #282b2f;
}

.header.absolute .button svg path {
  stroke: #282b2f;
}

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

.headerMenu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.headerMenu ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.headerMenu ul li a {
  color: #282B2F;
  transition: all .5s ease;
}

.headerMenu ul li a:hover {
  color: #3F70D8;
}

.headerMenu.active ul li a {
  color: #fff;
}

.headerSub {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 43px;
}

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

.headerNet a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: #282B2F;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 0;
}

.headerNet a svg path {
  fill: #fff;
}

.headerLang {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #282B2F;
}

.headerLang svg path {
  stroke: #282B2F;
}

.headerBar {
  display: none;
}

.header .button {
  background-color: #3F70D8;
  color: #fff;
}

.heroSlider {
  position: relative;
}

.hero h1 {
  color: #fff;
  font-weight: 800;
  font-size: 200px;
  line-height: 100%;
  margin-bottom: 9px;
}

.hero p {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  max-width: 820px;
}

.heroInfo {
  position: absolute;
  left: 192px;
  top: 500px;
}

.heroImage {
  height: 1013px;
  position: relative;
}

.heroImage::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.heroImage img {
  width: 100%;
  height: 100%;
}

.aboutItems {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
}

.aboutItem:first-child {
  flex: 0 0 calc(36% - 50px);
}

.aboutItem:first-child p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 92px;
}

.aboutItem:first-child img {
  width: 516px;
  height: 442px;
  -o-object-fit: cover;
  object-fit: cover;
}

.aboutItem:last-child {
  flex: 0 0 calc(64% - 50px);
}

.aboutItem:last-child p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 80px;
}

.aboutItem:last-child img {
  width: 675px;
  height: 442px;
}

.aboutItem:last-child div:first-of-type {
  background: #3F70D8;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  margin-bottom: 43px;
}

.aboutItem:last-child div:last-of-type {
  display: flex;
  align-items: stretch;
  gap: 60px;
}

.aboutItem:last-child div:last-of-type .button {
  color: #fff;
  background: #3F70D8;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.home .projects {
  overflow: hidden;
  background-color: #282B2F;
  margin-top: -495px;
  padding-top: 495px;
  padding-bottom: 130px;
}

.projects .title {
  color: #fff;
}

.single-projects .projects .title,
.single-projects .projects h4 a {
  color: #282B2F;
}

.projectsSlider {
  overflow: visible;
}

.projectsSlider::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  width: 28px;
  height: 645px;
  background: url(../img/Group\ 24.png);
}

.projectsImage {
  margin-bottom: 30px;
}

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

.projects h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 15px;
}

.projects h4 a {
  color: #fff;
}

.projects p {
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  color: #626870;
}

.projectsNav {
  margin-top: 68px;
  position: relative;
  display: flex;
  gap: 10px;
}

.servicesBox {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 138px;
}

.servicesList {
  flex: 0 0 calc(65% - 69px);
}

.servicesList ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  margin-bottom: 30px;
  transition: all .3s linear;
  /* &::before {
  	content: '';
  	display: inline-block;
  	width: 50px;
  	height: 50px;
  	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'><path d='M19.6379 12.4783L37.5218 12.4783L37.5218 30.3622' stroke='%23282B2F' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/><path d='M12.4783 37.5217L37.2713 12.7288' stroke='%23282B2F' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center/contain;
  } */
}

.servicesList ul li a {
  transition: all 0.5s linear;
  color: #a7adb5;
}

.servicesList ul li a.active {
  color: #282b2f;
}

.servicesList ul li svg,
.serviceList ul li svg {
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  transition: all .3s linear;
}

.servicesList ul li:hover svg,
.serviceList ul li:hover svg {
  opacity: 1;
  visibility: visible;
  max-width: 100%;
  transition: all .3s linear;
}

.servicesItem {
  display: none;
}

.servicesItem.active {
  display: block;
}

.servicesList ul li:hover a,
.serviceList ul li:hover a {
  display: inline-block;
  transform: translateX(10px);
  transition: all .3s linear;
  color: #3F70D8;
}

.servicesImage {
  margin-bottom: 60px;
}

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

.serviceList {
  position: sticky;
  top: 40px;
  height: 100%;
}

.services p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.home .services .button {
  justify-content: flex-start;
  border: 1px solid #282B2F;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.feedback {
  position: relative;
}

.feedback::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 120px;
  width: 1512px;
  height: 320px;
  background-color: #282B2F;
}

.feedback .box {
  background: url("../img/Group 19.png"), url("../img/98eb84d41d4e1c621b3002386d21afbba0b6330f.jpg");
  position: relative;
  padding: 163px 110px;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.feedback .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 43, 47, 0.9098039216);
}

.feedback h3 {
  font-weight: 800;
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 30px;
  color: #fff;
  z-index: 1;
  position: relative;
}

.feedback h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 30px;
  color: #fff;
  z-index: 1;
  position: relative;
}

.feedback p {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 30px;
  color: #fff;
  z-index: 1;
  position: relative;
  max-width: 582px;
}

.feedback a {
  z-index: 1;
  position: relative;
  background-color: #fff;
  width: fit-content;
}

.footer {
  padding-bottom: 60px;
}

.footer .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 280px;
}

.footerLogo img {
  margin-bottom: 29px;
}

.footerLogo h6 {
  max-width: 280px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}

.footerMenu {
  margin-bottom: 55px;
}

.footerMenu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}

.footerMenu ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.footerMenu ul li a {
  transition: all .5s ease;
}

.footerMenu ul li a:hover {
  color: #3F70D8;
}

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

.footerContacts div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

.intro {
  position: relative;
}

.introImage {
  height: 766px;
  position: relative;
}

.introImage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

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

.introInfo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 140px;
  flex-direction: column;
  position: absolute;
  top: 23%;
  left: 173px;
}

.introInfo h1 {
  font-weight: 800;
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 19px;
  color: #fff;
}

.introInfo p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  max-width: 820px;
}

.goals .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
}

.goalsLeft {
  flex: 0 0 calc(36% - 50px);
}

.goalsLeft p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 92px;
}

.goalsLeft img {
  width: 100%;
  height: 293px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 60px;
}

.goalsRight p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 60px;
}

.goalsRight h3 {
  font-weight: 800;
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 60px;
}

.team h3+p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 80px;
  max-width: 1019px;
}

.teamItems {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
}

.teamItem {
  flex: 0 0 calc(25% - 45px);
}

.teamItem h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.teamItem p {
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  color: #626870;
}

.teamImage {
  height: 468px;
  margin-bottom: 30px;
}

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

.awardsTitle {
  margin-bottom: 60px;
}

.awards p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  max-width: 1019px;
  margin-bottom: 56px;
}

.awardsSlider .swiper-wrapper {
  margin-bottom: 60px;
}

.awardsImage {
  margin-bottom: 30px;
}

.awardsImage img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: top;
  -o-object-position: top;
}

.awardsImage+p {
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 0;
}

.awards h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.awardsNav {
  position: relative;
  display: flex;
  gap: 10px;
}

.servicesPageItems,
.newsPageItems {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
}

.servicesPageItem,
.newsPageItem {
  flex: 0 0 calc(33.333% - 45px);
}

.servicesPageImage,
.newsPageImage {
  margin-bottom: 60px;
}

.servicesPageImage img,
.newsPageImage img {
  width: 100%;
  height: 338px;
  object-fit: cover;
}

.servicesPage h3,
.newsPage h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 30px;
}

.servicesPage h3+div,
.newsPage h3+div {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 30px;
}

.servicesPage p,
.newsPage p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 30px;
}

.serviceBox,
.newBox {
  display: flex;
  gap: 155px;
}

.serviceInfo,
.newInfo {
  flex: 0 0 calc(53% - 77.5px);
}

.serviceContent p,
.newContent p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 25px;
}

.serviceContent p strong,
.newContent p strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}

.serviceContent h6,
.newContent h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 15px;
}

.newContent img,
.serviceContent table {
  margin-bottom: 25px;
  width: 100%;
}

.serviceContent table td {
  border: 1px solid #333;
  border-collapse: collapse;
  padding: 5px;
}

.newContent a {
  text-decoration: underline;
  font-style: italic;
}

.newContent a:hover {
  text-decoration: unset;
  color: #3F70D8;
}

.serviceContent ul,
.newContent ul {
  margin-bottom: 25px;
}

.serviceContent ul li,
.newContent ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  list-style-type: disc;
  list-style-position: inside;
}

.serviceContent .button,
.newContent .button {
  background: #3F70D8;
  color: #fff;
}

.serviceImage,
.newImage {
  height: 480px;
  margin-bottom: 60px;
}

.serviceImage img,
.newImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.serviceList ul li,
.newList ul li {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #a7adb5;
  margin-bottom: 30px;
}

.serviceList ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all .5s linear;
}

.serviceList ul li a {
  color: #a7adb5;
  transition: all .5s linear;
}

.serviceList ul li a:hover {
  color: #282B2F;
}

.projectsPageItems {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
}

.projectsPageItem {
  flex: 0 0 calc(33.333% - 40px);
}

.projectsPageItem:hover h3 a,
.projectsSlider .swiper-slide:hover h4 a {
  color: #3F70D8;
}

.projectsPageItem h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 15px;
}

.projectsPageItem p {
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  color: #626870;
}

.projectsPageImage {
  height: 645px;
  margin-bottom: 30px;
}

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

.project {
  position: relative;
}

.project::after {
  content: "";
  background: url("../img/Group 20.png");
  position: absolute;
  width: 100%;
  height: 890px;
  /* margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%); */
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.projectImage {
  height: 700px;
  margin-bottom: 60px;
  z-index: 1;
  position: relative;
}

.projectImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.projectSlice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  z-index: 1;
  position: relative;
}

.projectSlice .projectImage {
  height: 413px;
  flex-grow: 1;
}

.projectSlice .projectImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.projectSlice p {
  flex: 0 0 calc(41% - 30px);
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
}

.project+.projects {
  background-color: #fff;
  padding-bottom: 0;
}

.project+.projects .title {
  color: #282B2F;
}

.project+.projects .projectsItems {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
}

.project+.projects .projectsItem {
  flex: 0 0 calc(33.333% - 40px);
}

.project+.projects .projectsItem h4 {
  color: #282b2f;
}

.new {
  max-width: 1013px;
  margin-left: auto;
  margin-right: auto;
}

.newTitle {
  text-align: center;
}

.newTitle+div {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 80px;
}

.contactsList {
  margin-bottom: 80px;
}

.contactsList ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 47px;
}

.contactsList ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}

.contactsMap img {
  width: 100%;
  height: 480px;
}

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