

/* Start:/bitrix/templates/redesign/css/contacts.css?17334829073818*/
.contacts {
  display: flex;
  gap: 89px;
}
.contacts__img {
  flex-shrink: 0;
  width: 474px;
  height: 226px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
}
.contacts__info {
  display: flex;
  justify-content: space-between;
}
.contacts__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: calc((100% - 89px) / 2);
}
.contacts__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue-01);
}
.contacts__data {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contacts__links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contacts__icon {
  display: flex;
}
.contacts__phone-main {
  margin-left: 8px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue-02);
  text-decoration: none;
}
.contacts__item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-01);
}
.contacts__item > a {
  color: var(--blue-02);
  text-decoration: none;
}
.contacts__shedule {
  padding: 16px 0px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  border-top: 1px solid var(--grey-01);
  border-bottom: 1px solid var(--grey-01);
}
.contacts__shedule-small {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-03);
}
.contacts__shedule-big {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-01);
}
@media (max-width:1280px) {
  .contacts {
    flex-direction: column;
    gap: 40px;
  }
  .contacts__img {
    width: 100%;
    height: 226px;
  }
  .contacts__block {
    width: 300px;
  }
}
@media (max-width:680px) {
  .contacts__info {
    flex-direction: column;
    gap: 40px;
  }
  .contacts__block {
    width: 100%;
  }
}

.requisites {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.requisites__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue-01);
}
.requisites__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.requisites__block {
  margin: 0;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  width: calc((100% - 49px) / 2);
  background: var(--pkun-04);
  border: 1px solid var(--grey-01);
  border-radius: 12px;
  box-sizing: border-box;
  list-style-type: none;
}
.requisites__item {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid var(--grey-01);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-01);
}
.requisites__item:last-child {
  border-bottom: none;
}
.requisites__smalltext {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-01);
}
@media (max-width:968px) {  
  .requisites__wrapper {
    flex-direction: column;
  }
  .requisites__block {
    width: 100%;
  }
  .requisites__block:first-child {
    border-bottom: none;
    border-radius: 12px 12px 0 0;
  }
  .requisites__block:first-child .requisites__item:last-child {
    border-bottom: 1px solid var(--grey-01);
  }
  .requisites__block:last-child {
    border-top: none;
    border-radius: 0 0 12px 12px;
  }
}
/* End */
/* /bitrix/templates/redesign/css/contacts.css?17334829073818 */
