.catalog__wrapper{display:grid;grid-template-columns:340px 1fr;gap:30px;max-width:1440px;width:100%;margin:0 auto 50px;align-items:start;box-sizing:border-box}@media only screen and (max-width:1440px){.catalog__wrapper{padding:0 40px}}@media only screen and (max-width:1023px){.catalog__wrapper{grid-template-columns:1fr;gap:30px;padding:0 30px;margin:30px auto}}@media only screen and (max-width:767px){.catalog__wrapper{padding:0 20px;gap:20px}}.catalog__wrapper--catalog{grid-template-columns:1fr}.catalog__category-links{display:flex;gap:50px;margin:0 auto 40px;width:100%;max-width:1440px;flex-wrap:wrap;justify-content:flex-start;box-sizing:border-box;padding:0 60px}@media only screen and (max-width:1023px){.catalog__category-links{padding:0 40px;margin:0 auto 30px}}@media only screen and (max-width:767px){.catalog__category-links{flex-direction:column;gap:14px;padding:0 20px}}.catalog__category-link{display:inline-block;font-size:23px;font-weight:600;font-family:Raleway,Verdana,sans-serif;color:#1564a7;text-decoration:none;border-radius:12px;background-color:transparent;border:2px solid transparent;transition:all .3s ease;line-height:1.2;box-sizing:border-box;white-space:nowrap}@media only screen and (max-width:1023px){.catalog__category-link{font-size:20px}}@media only screen and (max-width:767px){.catalog__category-link{font-size:18px}}@media only screen and (max-width:479px){.catalog__category-link{font-size:16px}}.catalog__category-link:hover,.catalog__category-link:active{color:#0aa89b}.products--home{max-width:1440px;width:100%;margin:0 auto;padding:100px 0}.products__wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%}@media only screen and (max-width:1023px){.products__wrapper{gap:15px}}@media only screen and (max-width:767px){.products__wrapper{grid-template-columns:1fr;gap:20px}}.products__wrapper--catalog{grid-template-columns:repeat(4,1fr)}@media only screen and (max-width:1023px){.products__wrapper--catalog{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:639px){.products__wrapper--catalog{grid-template-columns:1fr}}.products__wrapper--home{grid-template-columns:repeat(4,1fr);padding:0 40px;box-sizing:border-box}@media only screen and (max-width:1023px){.products__wrapper--home{grid-template-columns:repeat(2,1fr);padding:0 30px}}@media only screen and (max-width:639px){.products__wrapper--home{grid-template-columns:1fr;padding:0 20px}}.products__title{font-size:64px;line-height:77px;color:#11181d;font-weight:900;text-transform:uppercase;letter-spacing:1.6px;align-self:center;margin-bottom:50px;text-align:center}@media only screen and (max-width:1440px){.products__title{font-size:48px;line-height:58px;margin-bottom:40px}}@media only screen and (max-width:1023px){.products__title{font-size:40px;line-height:48px;margin-bottom:30px}}@media only screen and (max-width:767px){.products__title{font-size:32px;line-height:38px;margin-bottom:25px}}.products__empty-text{font-size:32px;line-height:38px;color:#11181d;font-weight:600}@media only screen and (max-width:1023px){.products__empty-text{font-size:28px;line-height:34px}}@media only screen and (max-width:767px){.products__empty-text{font-size:25px;line-height:30px}}.products__buttons{display:flex;gap:20px;justify-content:center;margin-top:50px}.product__card{width:100%;min-width:0;background-color:#fff;border-radius:20px;border:6px solid rgba(240,240,240,0);box-shadow:0 0 10px #abf3f940;transition:box-shadow .3s ease;box-sizing:border-box}.product__card--full{grid-column:1/-1}@media only screen and (max-width:767px){.product__card{border-radius:15px}}.product__card:hover{box-shadow:0 0 30px #abf3f940}.product__card-info{display:flex;flex-direction:column;text-transform:uppercase;gap:5px;padding:6px 8px;text-align:center}.product__card-info--centered{align-items:center;justify-content:center;padding:20px}@media only screen and (max-width:767px){.product__card-info{padding:8px 12px}}.product__card-image{width:100%;height:100%;border-radius:20px 20px 0 0;height:auto;aspect-ratio:1/1;object-fit:contain}@media only screen and (max-width:767px){.product__card-image{border-radius:15px 15px 0 0}}.product__card-title{font-size:20px;font-weight:600;color:#1c3480}@media only screen and (max-width:1023px){.product__card-title{font-size:18px}}@media only screen and (max-width:767px){.product__card-title{font-size:16px}}.product__card-subtitle{font-size:16px;font-weight:600;color:#11181d}@media only screen and (max-width:1023px){.product__card-subtitle{font-size:15px}}@media only screen and (max-width:767px){.product__card-subtitle{font-size:14px}}
