/* Для опытных пользователей */
.modal.in .modal-dialog
{
    min-width: 50%;
    margin: 2em auto 3em auto;
}

.Products-module__wrapper#blur.active
{
  filter: blur(5px);
  pointer-events: none;
  user-select: none;
}

:root[data-theme]
{
	--font-color-800: #5f5f5f;
	--font-color-900: #5f5f5f;
  	/*--bg-color-700: #d8d8d8;*/
  	--bg-color-700: #fff;
  	--bg-color-900: #e1e1e1;
	--font-color-700: white;
	--product-items-trans-bg-color: white;
}

.Categories-module__category
{
  background-color: #d8d8d8;
}

.MonitoringServer-module__progressBarAnim
{
  	box-shadow: initial;
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
.productModalImg
{
  	max-width: initial;
	height: initial;
}
.ProductModal-module__command, .ProductModal-module__bp, .ProductModal-module__item, .ProductModal-module__dropdown 
{
    width: initial;
}
.ModalLayout-module__modal
{
  	width: initial;
    max-width: 600px;
}