.About-module__hVONLq__main{color:#101828;flex-direction:column;min-height:100vh;display:flex}.About-module__hVONLq__heroOverlay{justify-content:center;align-items:center;font-weight:700;display:flex}.About-module__hVONLq__heroTitle{color:#101828;text-shadow:0 2px 4px rgba(0,0,0,.2);font-size:32px;font-weight:700}.About-module__hVONLq__content{flex-direction:column;gap:16px;max-width:1280px;margin:0 auto;padding:32px 20px;display:flex}.About-module__hVONLq__sectionTitle{font-size:24px;font-weight:700}.About-module__hVONLq__paragraph{font-size:16px;font-weight:500;line-height:1.5}.About-module__hVONLq__list{flex-direction:column;gap:8px;list-style:none;display:flex}.About-module__hVONLq__mapContainer{border-radius:12px;overflow:hidden}.About-module__hVONLq__mapContainer iframe{border:none;width:100%;height:300px;display:block}.About-module__hVONLq__mapButton{color:#fff;cursor:pointer;background-color:#3470ff;border:none;border-radius:8px;padding:12px 24px;font-weight:500;transition:background .3s,transform .2s;transform:translateY(0)}.About-module__hVONLq__mapButton:hover{background-color:#0b44cd;transform:translateY(-1px)}@media (max-width:768px){.About-module__hVONLq__heroTitle{font-size:32px}.About-module__hVONLq__sectionTitle{font-size:24px}.About-module__hVONLq__paragraph{font-size:14px}}@media (min-width:1024px){.About-module__hVONLq__mapContainer iframe{height:400px}}
.Loader-module__ciLxHG__overlay{z-index:9999;background:0 0;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.Loader-module__ciLxHG__loader{border:5px solid #f3f3f3;border-top-color:#3470ff;border-radius:50%;width:48px;height:48px;animation:1s linear infinite Loader-module__ciLxHG__spin}@keyframes Loader-module__ciLxHG__spin{to{transform:rotate(360deg)}}
.catalog-module__AEBMLa__container{max-width:1280px;min-height:100vh;margin:0 auto;padding:20px;font-family:Inter,sans-serif}.catalog-module__AEBMLa__div{justify-content:space-between;align-items:center;display:flex}.catalog-module__AEBMLa__title{color:#101828;justify-content:center;align-items:center;width:100%;font-size:32px;font-weight:700;display:flex}.catalog-module__AEBMLa__searchBar{justify-content:center;align-items:center;margin:32px auto;display:flex}.catalog-module__AEBMLa__searchInput{border:2px solid #dadde1;border-radius:12px;padding:10px 22px;font-size:16px;font-weight:500;transition:border .3s}.catalog-module__AEBMLa__searchInput:hover,.catalog-module__AEBMLa__searchInput:focus{border-color:#0b44cd;outline:none}.catalog-module__AEBMLa__list{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin:0 auto;padding:0;list-style:none;display:grid}.catalog-module__AEBMLa__loadMore{color:#101828;cursor:pointer;background-color:transparent;border:2px solid #3470ff;border-radius:12px;margin:30px auto;padding:10px 22px;font-size:14px;font-weight:600;transition:background .3s,color .3s,border .3s,transform .3s;display:block}.catalog-module__AEBMLa__loadMore:hover{color:#fff;background-color:#0b44cd;border:2px solid #0b44cd;transform:translateY(-4px)}.catalog-module__AEBMLa__scrollTop{color:#fff;cursor:pointer;opacity:.7;z-index:1000;background:#0b44cd;border:none;border-radius:50%;width:48px;height:48px;font-size:22px;transition:background .3s,transform .3s,opacity .3s;position:fixed;bottom:50px;right:50px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.catalog-module__AEBMLa__scrollTop:hover{background:#3470ff;transform:translateY(-4px)}.catalog-module__AEBMLa__scrollTop:active{transform:translateY(1px)}.catalog-module__AEBMLa__scrollTop{animation:.4s forwards catalog-module__AEBMLa__fadeIn}@keyframes catalog-module__AEBMLa__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.catalog-module__AEBMLa__title{font-size:28px}.catalog-module__AEBMLa__searchInput{width:240px}.catalog-module__AEBMLa__item img{height:120px}.catalog-module__AEBMLa__productName,.catalog-module__AEBMLa__productPrice{font-size:14px}}@media (min-width:320px) and (max-width:459.5px){.catalog-module__AEBMLa__item{width:240px}.catalog-module__AEBMLa__list{justify-items:center}.catalog-module__AEBMLa__scrollTop{bottom:120px;right:6px}}
.ProductCard-module__aoKufG__item{background-color:#fff;border:1px solid #dadde1;border-radius:12px;flex-direction:column;justify-content:space-between;padding:16px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 8px rgba(0,0,0,.05)}.ProductCard-module__aoKufG__item:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.15)}.ProductCard-module__aoKufG__imageWrapper{border-radius:8px;width:100%;height:150px;margin-bottom:12px;position:relative;overflow:hidden}.ProductCard-module__aoKufG__image{object-fit:cover}.ProductCard-module__aoKufG__productInfo{flex-direction:column;align-items:center;gap:10px;margin-top:10px;display:flex}.ProductCard-module__aoKufG__productName{color:#101828;font-size:14px;font-weight:600}.ProductCard-module__aoKufG__productPrice{color:#3470ff;font-size:14px;font-weight:600}.ProductCard-module__aoKufG__link{color:#3470ff;font-size:14px;font-weight:600;text-decoration:none;transition:color .3s}.ProductCard-module__aoKufG__link:hover{color:#0b44cd}.ProductCard-module__aoKufG__detailsBtn{color:#fff;background-color:#3470ff;border:none;border-radius:12px;width:95%;margin-top:10px;padding:10px 22px;font-size:14px;font-weight:600;transition:background .3s;display:block}.ProductCard-module__aoKufG__detailsBtn:hover{background-color:#0b44cd}@media (min-width:320px) and (max-width:459.5px){.ProductCard-module__aoKufG__item{width:240px}}
