.categories-grid{margin-top:40px}.categories-grid__items{grid-template-columns:repeat(12,1fr);justify-content:center;gap:10px;display:grid}.categories-grid__item{border-radius:var(--border-radius);border:1px solid var(--greyNormal);flex-direction:column;grid-column:span 2;justify-content:flex-start;align-items:center;row-gap:6px;min-height:165px;padding:25px 5px 10px;transition:border .3s ease-in-out;display:flex;position:relative;overflow:hidden}.categories-grid__item:before{content:"";background:var(--gradient-primary-hover);opacity:0;visibility:hidden;width:100%;height:3%;transition:var(--transition-fade);position:absolute;bottom:0;left:0}.categories-grid__item:hover{border:1px solid var(--blue)}.categories-grid__item:hover:before{opacity:1;visibility:visible}.categories-grid__item:last-child{grid-column-end:-4}.categories-grid__item:nth-last-child(2){grid-column-end:-6}.categories-grid__item:nth-last-child(3){grid-column-end:-8}.categories-grid__item-icon{background:var(--greyLight);border-radius:36px;justify-content:center;align-items:center;min-width:72px;min-height:72px;display:flex}.categories-grid__item-icon img{width:40px;height:auto}.categories-grid__item-title{text-align:center;align-items:center;max-width:139px;height:100%;display:flex}.categories-grid__link{margin:8px 0 0 auto}@media (max-width:1200px){.categories-grid__items{gap:10px}}@media (max-width:1100px){.categories-grid__items{grid-template-columns:repeat(10,1fr)}.categories-grid__item{grid-column:span 2}.categories-grid__item:last-child{grid-column-end:-4}.categories-grid__item:nth-last-child(2){grid-column-end:6}.categories-grid__item:nth-last-child(3),.categories-grid__item:nth-last-child(4){grid-column-end:auto}}@media (max-width:950px){.categories-grid__items{grid-template-columns:repeat(8,1fr)}.categories-grid__item:last-child{grid-column-end:8!important}.categories-grid__item:nth-last-child(2){grid-column-end:6!important}.categories-grid__item:nth-last-child(3){grid-column-end:4!important}.categories-grid__item-title{max-width:100%}}@media (max-width:750px){.categories-grid{margin-top:30px}.categories-grid__items{grid-template-columns:repeat(4,1fr)}.categories-grid__item,.categories-grid__item:last-child,.categories-grid__item:nth-last-child(2),.categories-grid__item:nth-last-child(3){grid-column-end:auto!important}.categories-grid__item:last-child{grid-column-end:4!important}.categories-grid__link{margin:30px auto 0}}@media (max-width:370px){.categories-grid{margin-top:20px}.categories-grid__items{grid-template-columns:1fr;row-gap:5px}.categories-grid__item{flex-direction:row-reverse;justify-content:space-between;min-height:auto;padding:10px}.categories-grid__item:last-child{grid-column-end:auto!important}.categories-grid__item-icon{min-width:33px;max-width:33px;min-height:33px;max-height:33px}.categories-grid__item-icon svg{width:60%;height:auto}.categories-grid__item-title{text-align:left;max-width:250px}}@media (max-width:1200px){.header__search-wrapper.--mobile-popup{box-shadow:none;border-radius:0;padding:20px 13px 19px;overflow:hidden;transform:none;height:100dvh!important;max-height:100dvh!important;z-index:var(--z-mobile-modal)!important;position:fixed!important;inset:0!important}.header__search-bg.--mobile-popup{z-index:calc(var(--z-mobile-modal) - 1);background:#00000080;position:fixed;inset:0}}.header__search-mobile{display:none}@media (max-width:1200px){.header__search-mobile{flex-direction:column;justify-content:flex-end;display:flex}}.header__search-close{cursor:pointer;margin-bottom:15px;margin-left:auto;display:flex}.header__search-close svg{width:15px;height:15px}.header__search-mobile-title{color:var(--black);font-weight:800;font-family:var(--font-secondary);margin-bottom:20px;letter-spacing:.2px!important;font-size:20px!important;line-height:24px!important}.header__search-mobile-wrapper{margin-bottom:24px;position:relative}.header__search-mobile-icon{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:12px;left:12px}.header__search-mobile-input{border:1px solid var(--greyNormal);width:100%;font-size:14px;font-family:var(--font-secondary);border-radius:8px;outline:none;padding:12px 12px 12px 44px}.header__search-mobile-input::placeholder{color:#00000080}.header__search-mobile-input:focus{border-color:#0000004d}@media (max-width:1200px){.header__search-container{flex-direction:column;height:100%;display:flex;overflow:hidden}.header__search-content{flex:1;padding-bottom:400px;overflow-y:auto}}
