.uc-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.js-store-prod-dimensions.t-typography__characteristics,
.js-store-prod-weight.t-typography__characteristics {
  display: none !important;
}

/*Положение кнопки заказать выше мобильного меню*/
@media screen and (max-width: 561px) {
	 .t-store__product-snippet .t-store__prod-popup__btn-wrapper-fixed, .t-popup .t-popup__container .t-store__prod-popup__btn-wrapper-fixed {
		 bottom: 65px !important;
	}
	
	.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right.t-col.t-col_5 {
	    padding-bottom: 120px !important;
	}
}
 