@charset "UTF-8";.belfoto-vacation-modal{--belfoto-accent:#e31720;--belfoto-accent-hover:#c71119;--belfoto-text:#1c1c1c;--belfoto-background:#fff;--belfoto-light-background:#f5f5f5;position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;visibility:hidden;opacity:0;transition:opacity 0.25s ease,visibility 0.25s ease}.belfoto-vacation-modal *,.belfoto-vacation-modal *::before,.belfoto-vacation-modal *::after{box-sizing:border-box}.belfoto-vacation-modal.is-visible{visibility:visible;opacity:1}.belfoto-vacation-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,0.7);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.belfoto-vacation-modal__window{position:relative;z-index:1;width:100%;max-width:590px;max-height:calc(100vh - 30px);padding:42px 42px 36px;overflow-y:auto;background:var(--belfoto-background);border-radius:24px;box-shadow:0 24px 70px rgba(0,0,0,0.35);text-align:center;transform:translateY(18px) scale(0.97);transition:transform 0.25s ease}.belfoto-vacation-modal.is-visible .belfoto-vacation-modal__window{transform:translateY(0) scale(1)}.belfoto-vacation-modal__window::before{content:"";position:absolute;top:0;right:0;left:0;height:8px;background:var(--belfoto-accent)}.belfoto-vacation-modal__close{position:absolute;top:14px;right:16px;width:44px;height:44px;padding:0;border:3px solid rgba(227,23,32,0.28);border-radius:50%;background:#f2f2f2;color:#333;font-family:Arial,sans-serif;font-size:32px;font-weight:400;line-height:36px;text-align:center;cursor:pointer;transition:background-color 0.2s ease,color 0.2s ease,transform 0.2s ease}.belfoto-vacation-modal__close:hover{background:var(--belfoto-accent);color:#fff;transform:rotate(90deg)}.belfoto-vacation-modal__icon{display:flex;align-items:center;justify-content:center;width:76px;height:76px;margin:10px auto 20px;border-radius:50%;background:#fff0d1;color:#e69700;font-size:42px;line-height:1}.belfoto-vacation-modal__label{margin:0 0 12px;color:var(--belfoto-accent);font-family:Arial,sans-serif;font-size:15px;font-weight:700;line-height:1.3;letter-spacing:1.2px;text-transform:uppercase}.belfoto-vacation-modal__title{margin:0 0 24px;color:var(--belfoto-text);font-family:Arial,sans-serif;font-size:34px;font-weight:700;line-height:1.18;text-transform:uppercase}.belfoto-vacation-modal__text{color:var(--belfoto-text);font-family:Arial,sans-serif;font-size:19px;line-height:1.5}.belfoto-vacation-modal__vacation-text{margin:0 0 24px}.belfoto-vacation-modal__schedule{padding:22px 24px;border-radius:18px;background:var(--belfoto-light-background)}.belfoto-vacation-modal__return{margin:0;font-size:20px;line-height:1.45}.belfoto-vacation-modal__divider{width:100%;height:1px;margin:20px 0;background:#ddd}.belfoto-vacation-modal__schedule-title{margin:0 0 14px;font-size:18px;font-weight:700}.belfoto-vacation-modal__schedule-list{display:flex;flex-direction:column;gap:8px}.belfoto-vacation-modal__schedule-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:9px 0;border-bottom:1px solid #e1e1e1;font-size:17px;line-height:1.35;text-align:left}.belfoto-vacation-modal__schedule-row:last-child{border-bottom:0}.belfoto-vacation-modal__schedule-row span{flex:1 1 auto}.belfoto-vacation-modal__schedule-row strong{flex:0 0 auto;white-space:nowrap}.belfoto-vacation-modal__button{display:inline-flex;align-items:center;justify-content:center;min-width:205px;min-height:56px;margin-top:26px;padding:14px 34px;border:0;border-radius:14px;background:var(--belfoto-accent);color:#fff;font-family:Arial,sans-serif;font-size:19px;font-weight:700;line-height:1.2;cursor:pointer;transition:background-color 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease}.belfoto-vacation-modal__button:hover{background:var(--belfoto-accent-hover);box-shadow:0 10px 25px rgba(227,23,32,0.25);transform:translateY(-1px)}.belfoto-vacation-modal__button:focus-visible,.belfoto-vacation-modal__close:focus-visible{outline:3px solid rgba(227,23,32,0.3);outline-offset:3px}body.belfoto-modal-open{overflow:hidden}@media (max-width:600px){.belfoto-vacation-modal{align-items:center;padding:10px}.belfoto-vacation-modal__window{max-width:none;max-height:calc(100vh - 20px);padding:38px 18px 24px;border-radius:20px}.belfoto-vacation-modal__close{top:11px;right:12px;width:38px;height:38px;font-size:27px;line-height:31px}.belfoto-vacation-modal__icon{width:58px;height:58px;margin-top:4px;margin-bottom:14px;font-size:32px}.belfoto-vacation-modal__label{margin-bottom:8px;font-size:11px}.belfoto-vacation-modal__title{margin-bottom:16px;font-size:25px}.belfoto-vacation-modal__text{font-size:16px;line-height:1.45}.belfoto-vacation-modal__vacation-text{margin-bottom:16px}.belfoto-vacation-modal__schedule{padding:16px 14px;border-radius:15px}.belfoto-vacation-modal__return{font-size:17px}.belfoto-vacation-modal__divider{margin:15px 0}.belfoto-vacation-modal__schedule-title{margin-bottom:9px;font-size:16px}.belfoto-vacation-modal__schedule-row{gap:10px;padding:7px 0;font-size:14px}.belfoto-vacation-modal__button{width:100%;min-height:50px;margin-top:18px;font-size:17px}}@media (max-width:370px){.belfoto-vacation-modal__schedule-row{display:block;text-align:center}.belfoto-vacation-modal__schedule-row span,.belfoto-vacation-modal__schedule-row strong{display:block}.belfoto-vacation-modal__schedule-row strong{margin-top:2px}}@media (prefers-reduced-motion:reduce){.belfoto-vacation-modal,.belfoto-vacation-modal__window,.belfoto-vacation-modal__close,.belfoto-vacation-modal__button{transition:none}}
