.page-content-box__content {
  padding: 0 18px;
}
@media (min-width: 960px) {
  .page-content-box__content {
    margin: 0 auto;
  }
}
.ishop-contacts {
  font-size: 0;
  line-height: 0;
  padding-top: 18px;
}
@media (min-width: 960px) {
  .ishop-contacts {
    padding-top: 36px;
  }
}
.ishop-contacts__section {
  margin-bottom: 42px;
}
@media (min-width: 960px) {
  .ishop-contacts__section {
    display: inline-block;
    margin-bottom: 18px;
    vertical-align: top;
    width: 50%;
  }
  .ishop-contacts__section--left {
    padding-right: 6px;
  }
  .ishop-contacts__section--right {
    padding-left: 6px;
  }
}
.ishop-contacts__section h3 {
  font-display: swap;
  font-family:
    DINPro Technopark,
    Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  margin: 0 0 18px;
}
.ishop-contacts__section p {
  margin: 0 0 12px;
}
.ishop-contacts__section p,
.ishop-contacts__time {
  font-display: swap;
  font-family:
    DINPro Technopark,
    Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.ishop-contacts__time {
  border-top: 1px solid #303030;
  padding-top: 12px;
}
.ishop-contacts__item {
  font-display: swap;
  font-family:
    DINPro Technopark,
    Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 42px;
}
.ishop-contacts__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .ishop-contacts__item {
    display: inline-block;
    margin-bottom: 12px;
    vertical-align: top;
    width: 50%;
  }
  .ishop-contacts__item:not(:last-child) {
    padding-right: 36px;
  }
}
.ishop-contacts__section--left .ishop-contacts__item {
  margin-bottom: 0;
}
.ishop-contacts__item a {
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
@media (min-width: 960px) {
  .ishop-contacts__item a:hover {
    border-color: #0093c4;
  }
}
.about-ishop-advantage__icon {
  color: #0093c4;
  height: 42px;
}
.about-ishop-page__content {
  padding: 24px 0;
}
@media (min-width: 768px) {
  .about-ishop-page__content {
    padding: 42px 0 72px;
  }
}
.about-ishop-page__logo {
  height: 31px;
  margin-bottom: 30px;
  width: 250px;
}
@media (min-width: 768px) {
  .about-ishop-page__logo {
    margin-bottom: 60px;
    margin-top: 46px;
  }
}
.about-ishop-page__contacts {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .about-ishop-page__contacts {
    margin-top: 102px;
  }
}
.about-ishop-page__about-tabs {
  display: none !important;
}
@media (min-width: 960px) {
  .about-ishop-page__about-tabs {
    display: flex !important;
  }
}
.about-ishop-page .mt-60 {
  margin-top: 60px;
}
.about-ishop-page .mt-36 {
  margin-top: 36px;
}
