/* Общий размер двух блоков каталога, по линии блока технологий. */
.zv-catalog-strip.popular{box-sizing:border-box;width:100%;max-width:1130px;padding:0 15px;margin:0 auto 50px;}
.zv-catalog-strip__heading{font-family:SFProText-Medium,Arial,sans-serif;font-size:26px;font-weight:400;line-height:1.5;text-align:center;text-transform:uppercase;color:#000;margin:0 0 39px;padding:0;}
.zv-catalog-strip .zv-catalog-strip__carousel{width:100%;max-width:100%;margin:0 auto;text-align:center;}
.zv-catalog-strip .owl-stage{padding-left:0;padding-right:0;display:flex;align-items:stretch;}
.zv-catalog-strip .owl-stage-outer{overflow:hidden;}
.zv-catalog-strip .owl-item>a{height:100%;display:flex;flex-direction:column;justify-content:flex-start;border-radius:20px;overflow:hidden;}
.zv-catalog-strip .owl-item>a>img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;flex-shrink:0;margin:0!important;border-radius:0!important;}
.zv-catalog-strip .owl-item .card__grid-text{box-sizing:border-box;display:flex;justify-content:center;align-items:center;font-family:SFProText-Medium,Arial,sans-serif;font-size:16px;line-height:1.15;text-align:center;min-height:62px;height:auto;flex:1;padding:10px;overflow-wrap:break-word;}
.zv-catalog-strip .owl-nav button.disabled{opacity:.25;cursor:default;}
.zv-catalog-strip .owl-dots{display:flex;justify-content:center;gap:10px;margin-top:0;}
.zv-catalog-strip .owl-dots .owl-dot{width:10px;height:10px;border:0;border-radius:50%;background:#dedde8;padding:0;}
.zv-catalog-strip .owl-dots .owl-dot.active{background:var(--zv-brand);}
.zv-catalog-strip a:focus-visible,.zv-catalog-strip button:focus-visible{outline:3px solid var(--zv-brand);outline-offset:3px;}
.zv-catalog-strip__carousel:not(.owl-loaded){display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}
@media(max-width:1199px){.zv-catalog-strip .zv-catalog-strip__carousel{max-width:75%;}}
@media(max-width:1024px){.zv-catalog-strip__carousel:not(.owl-loaded){grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:699px){.zv-catalog-strip__heading{font-size:23px;}.zv-catalog-strip__carousel:not(.owl-loaded){grid-template-columns:1fr;}}
