

/* Start:/local/templates/teboil/css/buy_block.css?17797317581293*/
.pvl_buy__title {
  margin-bottom: 0 !important;
}
.shops__links {
  --gap-size: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-size);
  margin-top: 40px;
}
@media (max-width: 767px) {
  .shops__links {
    margin-top: 64px;
  }
}
.shop__link {
  flex-grow: 1;
  width: calc(100% / var(--cols) - var(--gap-size));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 13px;
  color: #0033a1;
  font-size: 14px;
  font-weight: 800;
  line-height: 144%;
  text-align: center;
  text-transform: uppercase;
  background: #ffffff;
  border: 1px solid #0033a1;
  transition: background 0.3s;
}
@media (min-width: 1024px) {
  .shop__link:hover {
    background: #eff2f5;
  }
}
.shop__link.this--red {
  border: 0.47px solid #ea0029;
  background: #ea0029;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .shop__link.this--red:hover {
    background: rgba(234, 0, 41, 0.8);
  }
}
@media (min-width: 768px) {
  .shop__link.this--font18 {
    font-size: 18px;
  }
}
@media (max-width: 1279px) {
  .shop__link {
    --cols: 5;
  }
  .shop__link:last-child {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .shop__link {
    --cols: 4;
  }
  .shop__link:first-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .shop__link {
    --cols: 2;
  }
}

/* End */
/* /local/templates/teboil/css/buy_block.css?17797317581293 */
