*,body,html{box-sizing:border-box}body,html{width:100%;height:100%;background:#f2f2f2;font-family:Roboto,sans-serif;font-size:16px;margin:0;padding:0;color:#333;line-height:1.4}@media (max-width:1500px){body,html{font-size:14px}}@media (max-width:640px){body,html{font-size:13px}}a{color:#333;outline:none;text-underline-position:under;transition:color .25s}a:focus,a:hover{color:#e87e02}.container{padding:3rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:90vh}@media (max-width:640px){.container{padding:1rem}}.header{-ms-flex:0;flex:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media (max-width:640px){.header{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start}}.header__logo img{display:block;max-width:100%}.header__nav{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.header__nav a{display:block;margin-left:15px}@media (max-width:640px){.header__nav a{margin:10px}}.content{-ms-flex:1;flex:1;-ms-flex-pack:center;justify-content:center}.content,.content__panel{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.content__panel{font-size:1.5rem;padding:3rem;background:#fff;box-shadow:5px 5px 15px rgba(0,0,0,.2);-ms-flex-pack:justify;justify-content:space-between}@media (max-width:640px){.content__panel{padding:1.5rem;text-align:center;-ms-flex-direction:column;flex-direction:column;font-size:1.2rem}}.content__panel a{color:#e87e02}.content__panel a:focus,.content__panel a:hover{color:#333}.content__panel span{display:block}@media (max-width:640px){.content__panel span{display:inline}}.content__img{-ms-flex:0 0 70px;flex:0 0 70px;margin-right:1.5rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}@media (max-width:640px){.content__img{margin:0;margin-bottom:1rem}}.content__img img{width:70px;height:70px}.content__text{-ms-flex:1;flex:1}.content__danger{color:#e74c3c}