1.pac {
  position: relative;
  width: 100%;
}

.pac__flex {
  display: flex;
  padding: 10px 0 110px 0;
}

.pac__flex-item {
	max-width: 275px;
	color: #000;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	background: #f5f5f5;
	padding: 20px;
}

.pac__flex-item:not(:first-child) {
   margin-left: 10rem;
}


.pac__flex-item img {
  margin-bottom: 2.1rem;
}

.pac__flex-inner span {
  min-width: 90px;
  display: inline-block;
}

.pac__flex-item > .pac__flex-inner:nth-child(2) span {
  height: 45px;
}

.pac__flex-item a {
  color: var(--color-aqua);
  transition: .1s;
}

.pac__flex-item a:hover {
  opacity: .7;
}

.pac__socials a {
  font-size: 1.25rem;
}

.pac__socials a {
  margin-right: 1rem;
}

.pac__socials a:last-child {
  margin-right: 0;
}

.pac__rows {
  position: relative;
  z-index: 0;
  padding-top: 7rem;
}

.pac__row {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.pac__row::before {
  content: '';
  z-index: -1;
  opacity: .5;
  position: absolute;
  top: 25px;
  left: -60px;
  width: 300px;
  height: 382px;
  background: url( '../../images/bg-55.png' );
}

.pac__row-l {
  max-width: 350px;
  min-width: 200px;
}

.pac__row-header {
  min-height: 5rem;
  line-height: 1.2;
  font-size: 2.3rem;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color-aqua);
}

.pac__row-desc {
  line-height: 1.5;
  font-weight: 600;
  margin-top: 2rem;
}


.pac__row-r {
  width: 100%;
  display: flex;
  margin-left: 4.5rem;
  padding-bottom: 100px;
  flex-wrap: wrap;
  max-width: 720px;
}

.pac__s-item {
  min-width: 213px;
  width: 213px;
  margin-right: 60px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}

.pac__s-item:last-child {
  margin-right: 0;
}

.pac__item {
  max-width: 300px;
  margin-left: 4.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pac__item:first-child {
  margin-left: 0;
}

.pac__item-header {
  font-size: 2.1rem;
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  max-width: 210px;
}


.pac__item-desc {
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
  margin: 2rem 0 1.5rem 0;
}

.pac__item-row {
  display: flex;
  margin-bottom: .5rem;
}

.pac__item-row i {
  color: var(--color-gray);
  margin: 4px 1rem 0 0;
  width: 6px;
}

.pac__item-mb {
  margin-bottom: 1.5rem;
  max-width: 200px;
  min-height: 25px;
}

.pac__item-row a {
  color: var(--color-aqua);
  transition: .2s;
}

.pac__item-row a:hover {
  opacity: .7;
}

.pac__map {
  position: relative;
  width: 100%;
  height: 600px;
  background: url('../../../../images/map_01.jpg') no-repeat center center;
  background-size: cover;
  box-shadow: 0 0 10px #ccc;
}
.pac__map a {
	display: block;
	width: 100%;
	height: 100%;
}
