/* страница Контакты */


.contacts {
  position: relative;
  padding: 35px;
  margin: 20px -15px 0;
  background-color: #fff4ed;
}

section.contacts::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((-100vw + 100%) / 2);
  background-color: #fff4ed;
  z-index: -1;
}
.contacts p {
  margin-bottom: 0!important
}

.contact_info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  margin: 0;
  padding: 0;
  color: #333;
  font-weight: 400;
  text-align: left
}
.contact_info b {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px
}
#content-city-main .offers h3,
.contact_info b,
.contact_info span {
  display: block;
  margin-bottom: 5px
}
.contact_info p {
  color: #6e6e6e;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
}

.contact_border_bottom {
  width: 1134px;
  height: 1px;
  background-color: #818181;
  margin: 34px auto
}

.contact_list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0!important;
  list-style: none
}
.contact_item {
  width: 217px;
  text-align: center
}
.contact_item::before {
  content: none !important;
}
.contact_item img {
  border-radius: 50%;
  width: 166px;
  height: 166px
}
.contact_item h3 {
  position: relative;
  color: #ff7919;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 16px
}
.contact_item h3::after {
  position: absolute;
  content: "";
  width: 76px;
  height: 2px;
  background-color: #c63;
  opacity: .3;
  bottom: -10px;
  left: 50%;
  margin-left: -39px
}
.contact_item p {
  color: #333;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300
}
.contact_item p strong {
  color: #333;
  font-weight: 600;
  line-height: 15px
}

.contact_link {
  font-weight: 300;
  text-decoration: underline;
  color: #333
}

.timebreak {
  font-size: 12px;
  padding: 13px 0;
  color: #797979;
  display: block
}
