.modal{position:fixed;top:0;left:0;z-index:-1;width:100vw;height:100vh;background-color:#fff;opacity:0}.modal--dark{background-color:#171717}.modal--open{z-index:999;overflow-x:auto;opacity:1}.modal--hidden{display:none!important}.modal__gutter{margin-right:11px;margin-left:11px;border-right:1px solid #f0f0f0;border-left:1px solid #f0f0f0;width:100%;padding:45px 0 50px}@media (min-width:2048px){.modal__gutter{margin-right:.53711vw;margin-left:.53711vw;border-width:.04883vw}}.modal__gutter--width-auto{width:auto}.modal__close{min-width:50px;text-align:center}@media (min-width:1024px){.modal__close{width:80px;margin-right:90px}}.modal__back{min-width:50px;text-align:center}@media (min-width:1024px){.modal__back{width:80px;margin-left:90px}}.modal__header_btn{width:50px;height:50px;padding:0;color:#de2b2b;background-color:#fff;border:1px solid #767676;border-radius:40px}@media (min-width:1024px){.modal__header_btn{width:80px;height:80px}}.modal__header_btn .icon-chevron-left,.modal__header_btn .icon-close{position:relative;top:2px}