.popup{text-align:center;height:auto!important;display:flex;flex-direction:column;position:relative;overflow:hidden}.popup .popup-bg-flowers{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:-1}.popup .popup-bg-flowers .flower-bg{position:absolute;opacity:.6}.popup .popup-bg-flowers .flower-bg.flower-bg-1{top:-7%;left:-7%;width:200px;height:200px;transform:rotate(15deg)}.popup .popup-bg-flowers .flower-bg.flower-bg-2{bottom:-7%;right:-7%;left:unset;width:250px;height:250px;transform:rotate(-25deg)}.popup .popup-close{position:absolute;top:10px;right:10px;background:none;border:none;cursor:pointer;z-index:10}.popup .popup-close .icon-close{width:24px;height:24px;background:url(/icons/close.svg) no-repeat 50%;background-size:contain}.popup .photo{max-width:500px;width:100%;height:35vmin;min-height:200px;margin-top:25px;border-radius:19px;overflow:hidden}.popup .photo img{object-position:50% 50%;object-fit:contain}.popup .title1{font-weight:300}.popup .description{margin-top:35px;max-width:500px;font-size:16px;line-height:1.3}.popup .description b,.popup .description strong{font-weight:700;color:var(--color1)}.popup .button{margin-top:35px}