:root{--colorBlack:#000;--colorWhite:#fff;--colorRed:#fa260a;--bordersColor:#efefef;--placeholdersColor:#b8b8b8;--bordersBoxColor:#c2c2c2;--colorMain:#2b2a29;--colorSubmain:#757371}.categories-list{padding:10px 0;margin:-10px}@media (min-width:1100px){.categories-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2.75rem;margin:0;padding:2.5rem 0}}.categories-item{height:200px;padding:.625rem;margin:10px 10px 25px;border-radius:10px;overflow:hidden;background-repeat:no-repeat;background-size:cover;cursor:pointer;position:relative;background-image:var(--mobileBgImage);transition:.6s}.categories-item:hover{transform:scale(1.04)}@media (min-width:1100px){.categories-item{padding:2rem 2.25rem;height:auto;margin:0;background-image:var(--desktopBgImage)}}@media (min-width:1100px){.categories-item:before{content:"";padding-bottom:100%;display:block}}.categories-item__title{font-size:2.1875rem;color:#fff;color:var(--colorWhite,#fff);font-weight:800;line-height:1;letter-spacing:-.07em;text-transform:uppercase;margin-bottom:0;max-width:80%;position:absolute;left:.625rem;bottom:.625rem}@media (min-width:600px){.categories-item__title{font-size:4.5vw;left:2.25rem;bottom:1rem}}