.b24-form-wrapper {max-width: 100% !important;}

@media only screen and (max-width: 480px) {
  #rec531796233 .t958__card-wrapper {
    max-width: 460px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .t-upwidget {
    margin-bottom: 0 !important;
    min-height: 39px;
  }
}

@media screen and (max-width: 479px) { /*Максимальная ширина смартфона где будет применяться эффект сетки зеро-блока*/
.t-col { 
    padding: 0 20px !important; } /*Это отступы слева и справа до контента в Grid-контейнере*/
.t-container {
    max-width: 460px !important; /*Это максимальная ширина контейнера в зеро-блоке, при отображении мобильного*/
}
}
@media screen and (min-width: 480px) and (max-width: 640px) { /*Максимальная ширина смартфона где будет применяться эффект сетки зеро-блока*/
.t-col { 
    padding: 0 10px !important; } /*Это отступы слева и справа до контента в Grid-контейнере*/
.t-container {
    max-width: 640px !important; /*Это максимальная ширина контейнера в зеро-блоке, при отображении мобильного*/
}
}
@media screen and (max-width: 479px) {
  .t-section__title,
  .t050__title {
    font-size: 24px;
  }
}

/* Переключатель адресов в футере */
.t-address-rotator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 15px 0;
  font-family: 'Roboto', Arial, sans-serif;
}

.t-address-rotator__arrow {
  background: none;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 20px;
  line-height: 1;
  color: #555;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #f9f9f9;
}

.t-address-rotator__arrow:hover {
  background-color: #fff;
  border-color: #aaa;
  color: #111;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.t-address-rotator__arrow:active {
  transform: scale(0.95);
}

.t-address-rotator__text {
  min-width: 180px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.3px;
  padding: 8px 0;
  border-bottom: 1px dashed #ccc;
}

@media (max-width: 480px) {
  .t-address-rotator {
    gap: 12px;
  }
  .t-address-rotator__text {
    min-width: 140px;
    font-size: 14px;
  }
}