.promotion-block{width:330px;background-color:rgb(var(--global-color-white));border-radius:.5rem;overflow:hidden;box-shadow:0 1rem 1rem rgba(var(--global-color-primary),.05);border:unset;text-align:start}.promotion-block .dates{font-size:1.5rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:.56rem}.promotion-block:hover{cursor:pointer}.promotion-block__top{display:grid;position:relative}.promotion-block__top--background{position:absolute;top:50%;grid-area:1/1;width:100%;height:50%;z-index:1;background:linear-gradient(0deg,rgba(0,49,110,.33) 17.2%,rgba(0,0,0,0) 95.35%)}.promotion-block__top--img{grid-area:1/1;width:100%;height:296px;object-fit:cover;background:#d3d3d3 50%}.promotion-block__top--info{grid-area:1/1;height:100%;display:flex;flex-direction:column;justify-content:space-between;color:rgb(var(--global-color-white));padding:1.25rem 1.25rem .25rem;z-index:10}.promotion-block__top--info-top{display:flex;justify-content:flex-start;align-items:flex-start}.promotion-block__top--info-top img.favorite{width:2rem;height:2rem;cursor:pointer}.promotion-block__top--info-top .top-message{font-size:.875rem;color:rgb(var(--global-color-foreground));background-color:rgb(var(--global-color-white));border-radius:1rem;padding:.3rem .875rem .25rem}.promotion-block__top--info-bottom .bottom-message{font-size:16px;font-weight:500}.promotion-block__top--info-bottom .title{color:rgb(var(--global-color-white));font-size:34px;font-weight:700;line-height:.8}.promotion-block__top--info-bottom .title-wrapper{display:flex;align-items:flex-end}.promotion-block__top--info-bottom .dates{margin-bottom:0;font-size:24px}.promotion-block__bottom{padding:.75rem 1.25rem;height:189px}.promotion-block__bottom .hotel-info{border-bottom:1px solid rgb(var(--global-color-border));padding-bottom:.5rem;margin-bottom:.5rem}.promotion-block__bottom .hotel-info .hotel-name{font-size:1rem;line-height:1.5rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:right}.promotion-block__bottom .hotel-info .stars-block{display:flex;gap:2px}.promotion-block__bottom .hotel-info .stars-block img{display:block;width:12px;height:12px}.promotion-block__bottom .icons-info{display:flex;flex-direction:row;gap:1.25rem;flex-wrap:wrap;border-bottom:1px solid rgb(var(--global-color-border));padding-bottom:.5rem;margin-bottom:.75rem}.promotion-block__bottom .price-info{display:flex;justify-content:space-between;align-items:center;font-weight:500;margin-bottom:.5rem}.promotion-block__bottom .price-info .price-description{width:50%;font-size:14px}.promotion-block__bottom .price-info .price{display:flex;align-items:baseline;font-size:36px;line-height:1;height:1.5rem}.promotion-block__bottom .price-info .price small{font-size:22px}.promotion-block__bottom .price-info .price .priceFrom{font-size:14px;margin-inline-end:.25rem}.promotion-block .only-info-block .top-row{display:flex;flex-direction:row;justify-content:space-between}.promotion-block .only-info-block .duration-and-bag,.promotion-block .only-info-block .flight-row{display:flex;flex-direction:row}