.image-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.image-card img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.image-card--empty img{margin-left:auto;margin-right:auto;max-width:75%;max-height:75%;-o-object-fit:fill;object-fit:fill}.image-card--contain img{-o-object-fit:contain;object-fit:contain}.series-card{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:8px;border:1px solid transparent;text-decoration:none;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.series-card:hover{border-color:#e0e0e0}.series-card__image{width:100%;height:410px;background:#f8f8f8;margin-bottom:24px}.series-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.series-card__title{margin-top:0;margin-bottom:8px;font-size:16px;font-weight:400;line-height:18.56px;text-align:center;color:#111;text-transform:uppercase}.series-card__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%}.series-card__desc{width:100%;font-size:16px;font-weight:400;line-height:18.56px;text-align:center;color:#4f4f4f;padding-bottom:8px}@media screen and (max-width:865px){.series-card__image{height:370px}}@media screen and (max-width:420px){.series-card__image{height:230px}}.catalog{position:relative;margin-bottom:80px}.catalog__title{margin-top:0;margin-bottom:32px;text-align:center;font-size:32px;font-weight:400;line-height:37.12px;color:#111;text-transform:uppercase}.catalog__series{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;padding-bottom:60px;margin-left:auto;margin-right:auto}.catalog__series-card{width:calc(33.33% - 12px)!important;margin-bottom:32px}.catalog__loader .loader{position:absolute;top:0;right:0;left:0;bottom:0;background-color:#fff}@media screen and (max-width:1140px){.catalog__series-card{width:calc(50% - 8px)!important}}@media screen and (max-width:425px){.catalog__title{font-size:24px;line-height:28px}}