@keyframes heartBeat{20%{transform:scale(.9)}40%{transform:scale(1)}}.a-heartbeat{animation:.6s infinite heartBeat}.card{flex-direction:column;max-width:22rem;height:20.75rem;display:flex;position:relative}.card_pic{background-color:var(--color-ui-gray-100);height:9.25rem;font-size:0;position:relative;overflow:hidden}@media (hover:hover) and (pointer:fine){.card_pic:hover:after{content:"";background-color:#0000000d;position:absolute;inset:0}}.card_pic-img{background-color:var(--color-ui-gray-200);object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.card_title{--_lines-height:var(--typo-s-lh-s);--_lines-count:2;--_outline-gap:.25rem;height:calc((var(--_lines-height)*var(--_lines-count)) + (var(--_outline-gap)*2));padding:var(--_outline-gap);font-size:var(--typo-s-fs);line-height:var(--_lines-height);margin-top:.5rem;margin-bottom:0;margin-inline:calc(var(--_outline-gap)*-1);overflow:hidden}.card_title a{text-overflow:ellipsis;-webkit-line-clamp:var(--_lines-count);-webkit-box-orient:vertical;display:-webkit-box}.card_text{--_lines-height:var(--typo-xs-lh-s);--_lines-count:3;max-height:calc(var(--_lines-height)*var(--_lines-count));font-size:var(--typo-xs-fs);line-height:var(--_lines-height);color:var(--color-ui-gray-700);text-overflow:ellipsis;-webkit-line-clamp:var(--_lines-count);-webkit-box-orient:vertical;flex:1;margin-top:0;margin-bottom:0;display:-webkit-box;overflow:hidden}.card_footer{flex-shrink:0;justify-content:space-between;align-items:center;width:100%;height:3.5rem;display:flex}.card_price{white-space:nowrap;color:var(--color-ui-gray-800);line-height:1.5rem}.card_price:not(.card_price--var-before){letter-spacing:-.02em;font-size:var(--typo-s-fs);font-weight:500}.card_price--var-before{font-size:var(--typo-xs-fs);font-weight:500;line-height:1rem;text-decoration:line-through}.card_button{z-index:2;min-width:var(--size-3xl);position:relative}.card_label{--_self-height:1.5rem;z-index:1;background:var(--_foreground-color,var(--color-ui-yellow-100));height:var(--_self-height);text-transform:uppercase;min-width:3.25rem;font-size:var(--typo-2xs-fs);color:#fff;pointer-events:none;justify-content:center;align-items:center;font-weight:500;display:inline-flex;position:absolute;left:0}.card_label--one{top:calc(var(--_self-height)*0)}.card_label--two{top:calc(var(--_self-height)*1)}.card_label--three{top:calc(var(--_self-height)*2)}.card_label--four{top:calc(var(--_self-height)*3)}.card_label--new{--_foreground-color:linear-gradient(135deg,#196f2a,#27ad41,#196f2a)}.card_label--new:before{content:"new"}.card_label--action:before{content:"%"}.card_label--top{--_foreground-color:linear-gradient(135deg,#d57d2e,#e2a56e,#d57d2e)}.card_label--top:before{content:"top"}.card_label[class*=--disc],.card_label--action{--_foreground-color:linear-gradient(135deg,#811636,#c22151,#811636);font-size:var(--typo-xs-fs)}.card_label--disc10:before{content:"−10%"}.card_label--disc15:before{content:"−15%"}.card_label--disc20:before{content:"−20%"}.card_label--disc25:before{content:"−25%"}.card_label--disc30:before{content:"−30%"}.card_label--disc40:before{content:"−40%"}.card_label--disc50:before{content:"−50%"}.card_favorite{z-index:2;position:absolute;top:.5rem;right:.5rem}@media (hover:hover) and (pointer:fine){.card:not(:hover):not(:focus-within) .card_favorite:not(.is-favorite){opacity:0}}html.is-modal{overflow:hidden}@media (min-width:768px){html.is-modal{padding-right:var(--page-scrollbar-width,15px)}}.b-modal:not(.is-visible){visibility:hidden;pointer-events:none;clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.b-modal.is-visible{z-index:10000001;background-color:var(--backdrop-fill,#232323cc);-webkit-overflow-scrolling:touch;padding:3rem .5rem;display:flex;position:fixed;inset:0;overflow-y:auto}.b-modal_cnt{border-radius:var(--bdrs-m);background-color:#fff;max-width:100%;margin:auto;transition:transform .2s ease-out;position:relative}.b-modal:not(.is-visible) .b-modal_cnt{transform:translateY(-.75rem)}@media (max-width:767px){.b-modal_cnt{padding:1.5rem 1rem 2rem}}@media (min-width:768px){.b-modal_cnt{padding:1.5rem 1.5rem 2rem}}.b-modal_cnt--s{width:var(--size-6xl)}.b-modal_cnt--m{width:var(--size-7xl)}.b-modal_close{z-index:2;background-color:var(--color-ui-gray-700);border:none;border-radius:1.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex;position:absolute;top:.5rem;right:.5rem}@media (max-width:767px){.b-modal_close{width:2.5rem;height:1.5rem;top:-2rem;right:0}}@media (min-width:768px){.b-modal_close{width:1.5rem;height:2.5rem;top:0;right:-2rem}}.b-modal_close svg{flex-shrink:0;width:1.5rem}.b-modal_close path{stroke:var(--color-ui-gray-50)}@media (hover:hover) and (pointer:fine){.b-modal_close:hover{background-color:var(--color-ui-gray-700)}.b-modal_close:hover path{stroke:#fff}}.b-modal_title{font-size:var(--typo-s-fs);line-height:var(--typo-s-lh-m);color:var(--color-ui-gray-800);margin-bottom:.5rem;font-weight:600}.b-modal_title:first-of-type{margin-top:0}.b-modal_text{font-size:var(--typo-xs-fs);line-height:var(--typo-xs-lh-s);color:var(--color-ui-gray-700)}.b-modal_callback,.b-modal_error{z-index:3;opacity:0;border-radius:var(--bdrs-m);pointer-events:none;background-color:#fff;justify-content:center;align-items:center;width:100%;height:100%;padding:3.125rem 2.5rem;transition:opacity .2s;display:flex;position:absolute;top:0;left:0}@media (max-width:767px){.b-modal_callback,.b-modal_error{padding:2.5rem 1.25rem}}.b-modal.is-callback .b-modal_callback,.b-modal.is-error .b-modal_error{opacity:1;pointer-events:auto}.b-modal-book .b-modal_callback,.b-modal-book .b-modal_error{text-align:center}.b-modal-book_callback,.b-modal-book_error{max-width:25rem}.b-modal-review_pic{text-align:center;font-size:0}.b-modal-review_userpic{display:inline-block}.b-modal-review_title{text-align:center;margin-bottom:.25rem}.b-modal-review_meta{text-align:center;color:var(--color-ui-gray-700);margin:0}.b-modal-review_rating{text-align:center;justify-content:center;width:100%;margin-top:.75rem}.b-modal-review_review{visibility:hidden;opacity:0;pointer-events:none;margin:0;transition:opacity .4s;position:absolute}.b-modal-review.is-review .b-modal-review_review,.b-modal-review.is-review-with-vote .b-modal-review_review{visibility:visible;opacity:1;pointer-events:auto;position:static}.b-modal-review_form{--width-basic:100%;margin-bottom:1rem}.b-modal-review_status{text-align:center;margin-top:1.25rem}.b-modal-review:is(.is-sent,.is-error) :is(.b-modal-review_meta,.b-modal-review_rating,.b-modal-review_form,.b-modal-review_btn),.b-modal-review:not(.is-sent) .b-modal-review_success,.b-modal-review:not(.is-error) .b-modal-review_error{display:none}@media (hover:hover) and (pointer:fine){.b-modal-review_rating .e-star{cursor:pointer}}.b-modal_controls{justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.b-modal_controls--one{justify-content:center}.b-modal_controls--two{margin-top:1.5rem}.b-modal_controls_btn--one{min-width:var(--size-3xl)}.b-modal_ico{width:2rem;margin-bottom:.25rem}.e-favorite{aspect-ratio:1;border-radius:50%;justify-content:center;align-items:center;height:2rem;display:inline-flex}.e-favorite:not(.is-favorite) .e-favorite_ico{color:#fcfcfc;fill:none}@media (hover:hover) and (pointer:fine){.e-favorite:hover .e-favorite_ico,.e-favorite.is-favorite:hover .e-favorite_ico{color:var(--color-ui-red-600);fill:var(--color-ui-red-600);animation:.6s infinite heartBeat}}.e-favorite_ico{width:1.75rem}.e-favorite.is-favorite .e-favorite_ico{color:var(--color-ui-red-600);fill:var(--color-ui-red-600)}.e-page-compliment{top:0}.e-page-compliment_list{--_gap-desktop:2.5rem;--_gap-phone:2.5rem;margin-top:2rem}