/* Скрываем все блоки из blockMap до JS */
.uc-hide-initially {
    display: none !important;
}

.ymaps-2-1-79-copyrights-promo,
.ymaps-2-1-79-copyright__wrap,
.ymaps-2-1-79-controls__control_toolbar,
.ymaps-2-1-79-controls__control,
.ymaps-2-1-79-copyrights-pane,
.ymaps-2-1-79-gotoymaps,
.ymaps-2-1-79-gototaxi,
.ymaps-2-1-79-gototech {
    display: none !important;
}
#tilda-delivery-block input:focus {
    outline: none !important;
    border-color: #000;
    box-shadow: none;
}


  /* Стили для zoom-container */
  .zoom-container {
    overflow: hidden !important;
    border-radius: 25px !important;
  }
  
  .zoom-container .tn-atom {
    transition: all 0.3s ease !important;
    transform: scale(1) !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 25px !important;
    filter: brightness(0.7) !important; /* Темный фон изначально */
  }
  
  .zoom-container:hover .tn-atom {
    transform: scale(1.1) !important;
    filter: brightness(1) !important; /* Нормальная яркость при наведении */
  }
@media (min-width: 1025px) {
    .t-descr_xxs {
        font-size: 20px;
        line-height: 1.55;
    }
    .t-col {
        display: inline;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        width: 100%;
    }
    .t-container {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1120px;
        padding: 0;
    }
}

.t774__container {
    display: table;
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}