.modal{position:fixed;display:flex;width:100vw;height:100vh;left:0;right:0;top:0;bottom:0;z-index:1000}@media screen and (max-width:480px){.modal{width:100%;height:auto}}.modal_closing .modal__underlay{animation:fadeOut .25s linear}.modal_closing .modal__container{animation:scaleOut .25s linear}@media screen and (max-width:1260px){.modal_closing .modal__container{animation:slideDown .25s linear!important}}.modal__underlay{position:absolute;width:100vw;height:100vh;left:0;right:0;top:0;bottom:0;z-index:1;background-color:#33373d;opacity:.6;animation:fadeIn .25s linear}@media screen and (max-width:480px){.modal__underlay{width:100%}}.modal__inner{width:100%;padding:60px 30px;display:flex;overflow-y:auto}@media screen and (max-width:1260px){.modal__inner{padding-bottom:0}}@media screen and (max-width:480px){.modal__inner{padding-left:0;padding-right:0}}.modal__container{width:100%;max-width:780px;position:relative;z-index:2;display:flex;margin:auto;background-color:#fff;border-radius:32px;padding:40px;animation:scaleIn .25s linear;height:-moz-fit-content;height:fit-content;overflow-y:auto}@media screen and (max-width:1760px){.modal__container{padding:30px}}@media screen and (max-width:1260px){.modal__container{max-width:700px;margin-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;animation:slideUp .25s linear;flex-direction:column-reverse;padding:70px}}@media screen and (max-width:780px){.modal__container{max-width:100%;padding:80px 40px 40px}}.modal__container_with-image{max-width:1600px;gap:40px}@media screen and (max-width:1760px){.modal__container_with-image{max-width:1260px}}@media screen and (max-width:1420px){.modal__container_with-image{max-width:1140px;gap:30px}}@media screen and (max-width:780px){.modal__container_with-image{max-width:100%;gap:30px;padding:60px 40px 40px}}@media screen and (max-width:420px){.modal__container_with-image{padding:50px 24px 30px}}.modal__mobile-close{display:none}@media screen and (max-width:1260px){.modal__mobile-close{position:absolute;right:0;left:0;top:0;width:100%;height:46px;display:flex;align-items:center;justify-content:center;z-index:2222}.modal__mobile-close:after{content:"";display:block;width:84px;height:6px;background-color:#dadee7;border-radius:20px}}.modal__close{cursor:pointer;position:absolute;top:40px;right:40px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .25s linear}.modal__close img,.modal__close svg{display:block;margin:0;width:20px;height:20px}.modal__close:hover{opacity:.8}@media screen and (max-width:1260px){.modal__close{display:none}}.modal__image{flex:1;border-radius:16px;overflow:hidden}.modal__image img{border-radius:16px;width:100%;display:block;margin:0;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1260px){.modal__image_desktop{display:none}}.modal__image_mobile{display:none}@media screen and (max-width:1260px){.modal__image_mobile{display:block;margin-top:30px}}.modal__content{margin-top:40px;flex:1}.modal__content::-webkit-scrollbar{width:6px}.modal__content::-webkit-scrollbar-button{width:0;height:0}.modal__content::-webkit-scrollbar-track{width:6px;background-color:rgba(0,0,0,0)}.modal__content::-webkit-scrollbar-thumb{width:6px;background-color:rgba(235,235,235,.33);border-radius:6px;cursor:pointer}.modal__content::-webkit-scrollbar-thumb:hover{background-color:#ebebeb}@media screen and (max-width:1260px){.modal__content{max-height:100%;margin-top:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:.6}}@keyframes fadeOut{0%{opacity:.6}to{opacity:0}}@keyframes scaleIn{0%{transform:scale(.97);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(.97);opacity:0}}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}