

/* Start:/local/templates/souse_new/components/bitrix/news.list/contacts/style.css?17370176351030*/
.contacts-page__items {
  display: grid;
  grid-template-columns: repeat(4, 362px);
  gap: 31px;
  padding-bottom: 120px;
  justify-content: center;
}
.contacts-page__item {
  box-sizing: border-box;
  border-radius: 30px;
  background: linear-gradient(180deg, #151517 0%, #464648 100%);
  box-shadow: 13.619px 13.619px 81.713px 0px rgba(0, 0, 0, 0.4),
    4.086px 4.086px 27.238px 0px #4c4c50 inset,
    -12.257px -16.343px 20.428px 0px #202021 inset;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;

  padding: 60px 10px;
  font-family: Montserrat;
}
.contacts-page__item > p,
.contacts-page__item > a {
  margin: unset;
  color: #fff;
  transition: 0.2s;
}
.contacts-page__item > a:hover {
  text-decoration: underline;
}
.contacts-page__item-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.contacts-page__item-text {
  font-size: 18px;
}
.contacts-page__item:last-child .contacts-page__item-text:last-child{
  margin-top: -10px;
}


/* End */
/* /local/templates/souse_new/components/bitrix/news.list/contacts/style.css?17370176351030 */
