.uc-menu2 .tmenu-mobile__menucontent_hidden {
  position: static;
}

.uc-menu2 .t228__right_buttons {
  min-width: 200px;
}

.uc-menu2 .t-btnflex_type_button {
  all: unset;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  background-color: transparent !important;
}

.uc-menu2 .t-btnflex_type_button::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -5px; /* иконка слева от текста */
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("https://static.tildacdn.pro/tild3633-6662-4037-b432-656263653031/phone.svg") no-repeat center /
    contain;
}

.uc-menu2 .t-btnflex__text {
  all: unset;
  background-color: #fff;
  color: #111181;
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
}

.uc-menu2 .t-sociallinks {
  display: none;
}

@media (max-width: 979px) {
  .uc-menu2 .t-sociallinks {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 980px) {
  .uc-menu2 .t-sociallinks {
    display: none;
  }
}

.uc-top-banner .t-btnflex_type_button2 {
  position: relative;
  padding-right: 32px;
}

.uc-top-banner .t-btnflex_type_button2::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 26px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("https://static.tildacdn.pro/tild3738-6165-4530-b164-643939346131/Group_1597883784.svg") no-repeat center /
    contain;
}

@media (max-width: 979px) {
  .uc-top-banner .t-btnflex_type_button {
    width: 100%;
  }
  .uc-top-banner .t-btnflex_type_button2 {
    width: 100%;
    padding-right: 5px;
  }
  .uc-top-banner .t-btnflex_type_button2::before {
    top: 48%;
    left: 20%;
  }
}

.uc-about .t-container {
  display: flex;
}

.uc-about .t-container > div:nth-of-type(1) {
  order: 2;
}

.uc-about .t-container > div:nth-of-type(2) {
  order: 1;
}

@media (max-width: 979px) {
  .uc-about .t-container {
    flex-direction: column;
  }
  .t478__blockimg {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: auto !important;
    min-height: 350px; /* подстрой под задачу, чтобы блок не схлопнулся */
    margin-bottom: 30px;
  }
}

.uc-contacts .t433__mainblock {
  display: flex;
}

.uc-contacts .t433__map {
  flex-basis: 80%;
}

/* Телефон */
.uc-contacts .t433__descr strong:nth-of-type(1) a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url("https://static.tildacdn.pro/tild3665-3630-4164-b338-356234623434/tel3.svg") no-repeat center/contain;
  vertical-align: middle;
}

/* Круглосуточно */
.uc-contacts .t433__descr strong:nth-of-type(4)::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url("https://static.tildacdn.pro/tild3661-3761-4063-a136-383333633630/clock2.svg") no-repeat
    center/contain;
  vertical-align: middle;
}

/* Адрес */
.uc-contacts .t433__descr strong:nth-of-type(5)::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url("https://static.tildacdn.pro/tild3062-3236-4366-b839-396638386364/pin2.svg") no-repeat center/contain;
  vertical-align: middle;
}

@media (max-width: 979px) {
  .uc-contacts .t433__mainblock {
    flex-direction: column;
  }
}

.uc-footer .t977__wrapper {
  display: flex;
}

.uc-footer .t977__menu {
  display: flex;
  justify-content: flex-start;
}

.uc-footer .t977__menu .t977__col-inner_small:nth-child(1) {
  width: 120px;
}

.uc-footer .t977__menu .t977__col-inner_small:nth-child(3) {
  max-width: 250px;
}

.uc-footer .t977__menu .t977__col-inner_small:nth-child(4) {
  margin-left: auto;
  max-width: 300px;
  width: 260px;
}

/* ——— Иконки в блоке descr3 (телефон, адрес, круглосуточно) ——— */
.uc-footer [field="descr3"] ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.uc-footer [field="descr3"] li {
  display: flex; /* чтобы ::before был отдельным "элементом" слева */
  align-items: center;
  gap: 8px; /* отступ между иконкой и текстом */
}

/* Базовые параметры псевдоэлемента */
.uc-footer [field="descr3"] li::before {
  content: "";
  display: inline-block;
  width: 20px; /* дефолт 20px, переопределим для телефона */
  height: 20px;
  background: no-repeat center/contain;
  flex: 0 0 20px; /* фиксированная ширина под иконку */
}

/* Телефон — 1-й пункт (23px) */
.uc-footer [field="descr3"] li:nth-child(1)::before {
  width: 23px;
  height: 23px;
  flex-basis: 23px;
  background-image: url("https://static.tildacdn.pro/tild3837-3234-4864-a634-356533626139/tel4.svg");
}

/* Адрес — 2-й пункт (20px) */
.uc-footer [field="descr3"] li:nth-child(2)::before {
  background-image: url("https://static.tildacdn.pro/tild3039-3735-4764-b539-643832623035/pin3.svg");
}

/* Круглосуточно — 3-й пункт (20px) */
.uc-footer [field="descr3"] li:nth-child(3)::before {
  background-image: url("https://static.tildacdn.pro/tild3635-6639-4762-b030-666636346465/clock3.svg");
}

/* (Необязательно, но устойчивее) Если порядок пунктов поменяют —
   используем :has для телефона с якорем tel: */
@supports (selector(:has(*))) {
  .uc-footer [field="descr3"] li:has(> a[href^="tel"])::before {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
    background-image: url("https://static.tildacdn.pro/tild3837-3234-4864-a634-356533626139/tel4.svg");
  }
}

@media (max-width: 979px) {
  .uc-footer .t977__wrapper {
    flex-direction: column;
  }

  .uc-footer .t977__menu {
    flex-direction: column;
  }

  .uc-footer .t977__menu .t977__col-inner_small:nth-child(3) {
    max-width: 100%;
  }

  .uc-footer .t977__menu .t977__col-inner_small:nth-child(4) {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}

.uc-feedback {
  background-image: url(https://optim.tildacdn.pro/tild6630-3861-4735-a235-393838303665/-/format/webp/feedback_backWBp.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
