
.azimutAlertOibSumm {
	font-weight: bolder;
    font-size: 50px;
    text-align: center;
}

.azimutAlertOibSummMin {
    display: block;
    width: 100%;
}

.oibBlock {
	background-size: contain;
	background-image: url(/img/oib.avif);
	background-repeat: no-repeat;
	background-position: center;
}


.gazetaNews {
	background-size: contain;
	background-image: url(/img/news.avif);
	background-repeat: no-repeat;
	background-position: center;
}

.contextMenu {

  background-color: #ffffff;
  border: 1px solid #000000;
}

.contextMenu ul li {
  border-bottom: 1px solid black;
  list-style: none;
  padding: 4px;
}

.contextMenu ul li:hover {
  background-color: #0008ff;
  color: #ffffff;
}

.contextMenu ul li:last-child {
  border-bottom: 0px !important;
}

.contextMenu ul {
  padding-inline-start: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.fit-content {
  width: fit-content;
  margin-top: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #444444 !important;
}

.bandge-azimut {
  padding: 2px;
  font-size: 11px;
  font-weight: 500;
}

.custom-file-label::after {
  content: "Выбрать" !important;
  cursor: pointer !important;
}

.input-group-text {
  cursor: pointer;
  color: #fff !important;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

.custom-file-label {
  cursor: pointer !important;
}

.matrix-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  z-index: 2;
  /* Ensure it stays above the rain effect */
}

.matrix-text {
  margin-right: -3px;
  color: #0f0;
  font-size: 22px;
  font-family: monospace;
  position: relative;
  text-shadow: 0 0 10px #0f0, 0 0 20px #0f0, 0 0 30px #0f0;
  z-index: 2;
  /* Ensure it stays above the rain effect */
}

.matrix-text::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: glitch 2s infinite;
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
  transform: translate(-2px, -2px);
  color: #0f0;
  text-shadow: 0 0 5px #0f0, 0 0 15px #0f0;
}

.rain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg,
      rgba(0, 255, 0, 0.1) 0,
      rgba(0, 255, 0, 0.2) 2px,
      transparent 4px);
  animation: rain 10s linear infinite;
  z-index: 1;
  /* Place it behind the text */
}

/* Animation for the rain effect */
@keyframes rain {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

/* Glitch effect for the text */
@keyframes glitch {

  0%,
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
    transform: translate(0);
  }

  33% {
    clip-path: polygon(0 0, 100% 0, 100% 15%, 0 15%);
    transform: translate(-5px, -5px);
  }

  66% {
    clip-path: polygon(0 85%, 100% 85%, 100% 100%, 0 100%);
    transform: translate(5px, 5px);
  }
}




.block-products__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}


@media (min-width: 0px) {
	.block-products__list-item {
		width: calc(99.3333% - 40px) !important;
	}
}

@media (min-width: 600px) {
	.block-products__list-item {
		width: calc(42.3333% - 40px) !important;
	}
}

@media (min-width: 900px) {
	.block-products__list-item {
		margin: 20px !important;
	}
}
@media (min-width: 1300px) {
	.block-products__list-item {
		width: calc(32.3333% - 40px) !important;
	}
}


@media (min-width: 1600px) {
	.block-products__list-item {
		width: calc(22.3333% - 40px) !important;
	}
}
/* .block-products__list-item {
    width: calc(22.3333% - 12px) !important;
} */
.block-products__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(19.3333% - 12px);
    margin: 6px;
}


.block-products__list-item .product-card {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-card {
    position: relative;
    padding: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* background: #fff; */
}


.product-card::before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.product-card::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px #ededed inset;
    box-shadow: 0 0 0 1px #ededed inset;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}



@media (min-width: 375px) {
    .block-products[data-mobile-grid-columns="2"] .block-products__list-item .product-card .product-card__image {
        padding: 0px !important;
    }
}
@media (min-width: 375px) {
    .block-products[data-mobile-grid-columns="2"] .block-products__list-item .product-card .product-card__image {
        padding: 15px;
    }
}
.block-products__list-item .product-card .product-card__image {
    padding: 18px 18px 20px;
}
.product-card__image {
    height: 464px;
}
.product-card__image {
    padding: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-image__img2 {
    border-radius: 24px;
    object-fit: fill;
    width: 100%;
    height: 464px;
}


@media (min-width: 375px) {
    .block-products[data-mobile-grid-columns="2"] .block-products__list-item .product-card .product-card__info {
        padding: 0 15px 0;
    }
}
.block-products__list-item .product-card .product-card__info {
   	padding: 6px 20px 7px 20px !important;
	font-weight: bold;
}
.product-card__info {
    margin-top: 20px;
    padding-left: 0px !important;
}
.product-card__info {
    padding: 2px 22px 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-card__name {
    font-size: 15px;
    line-height: 19px;
}


.product-card__name a {
    color: inherit;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}


@font-face {
    font-family: 'OceanicGroteskCompactTRIAL-Regular';
    src: url("/fonts/newdodo/OceanicGroteskCompactTRIAL-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'OceanicGroteskCompactTRIAL-Bold';
    font-weight: bold;
    src: url("/fonts/newdodo/OceanicGroteskCompactTRIAL-Bold.otf") format("opentype");
}

body {
	  font-family: "OceanicGroteskCompactTRIAL-Bold", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}