.close{width:2.4rem;height:2.4rem;color:#fff;background-color:var(--c-error);border-radius:50%;cursor:pointer}.close,.modal{-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;display:-moz-box;display:flex}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;background-color:rgba(19,19,49,.8)}.modal>*{width:100%}.modal__outside{-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;display:-moz-box;display:flex;-moz-box-align:stretch;align-items:stretch;position:relative;max-width:90rem;max-height:100%;padding:1.2rem}.modal__wrap{position:relative;overflow:auto;width:100%}.modal__content{height:-moz-max-content;height:max-content}.modal__close{position:absolute;top:.6rem;right:.6rem;z-index:2}.modal--full-screen .modal__outside{max-width:100%}.lang-list__list{margin:0;list-style:none;display:grid;grid-gap:2.4rem;gap:2.4rem;grid-template-columns:repeat(2,1fr);overflow:auto;max-width:94rem;width:100%;padding:2.5rem 1.6rem 1.6rem}.lang-list__list>li{margin:0;padding:0}@media(min-width:769px){.lang-list__list{grid-template-columns:repeat(3,1fr)}}@media(min-width:993px){.lang-list__list{grid-template-columns:repeat(4,1fr)}}.lang-list__item .btn{width:100%}