.popup{position:fixed;bottom:10px;right:10px;background:var(--white);text-align:center;width:max-content;background-color:#f8f7f0;width:calc(100% - 20px);max-width:600px;z-index:100}.popup .popup-text{padding:15px}.popup .photo{width:100%}.popup .photo:after{padding-top:41.6666666667%;content:"";display:block}.popup .title1{margin-bottom:10px}.popup .description{letter-spacing:0}.popup a{margin-top:5px;margin-left:auto;margin-right:auto}.popup a:hover{transform:none}.popup.no-photo .close{color:#000}.popup .close{position:absolute;top:5px;right:10px;color:#fff;cursor:pointer;font-size:24px}.popup-i{position:fixed;bottom:5px;right:5px;background:#fff;z-index:100;width:40px;height:40px;display:flex;justify-content:center;color:var(--color1);border:1px solid var(--color1);font-size:23px;align-items:center;cursor:pointer;transition:transform .2s ease;opacity:0;animation:apparitionAnimation 1s ease-in-out .5s forwards}.popup-i:hover{transform:scale(.9)}@media screen and (min-width:1200px){.popup .title1{font-size:30px}}@keyframes apparitionAnimation{to{opacity:1}}@media screen and (max-width:1023px){.popup .photo{display:none}.popup .close svg{color:var(--black)}.popup .title1{font-size:22px}.popup .popup-content.description{font-size:14px;line-height:20px}}