@font-face {
    font-family: "Segoe UI";
    src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.eot");
    src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.eot?#iefix") format("embedded-opentype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2") format("woff2"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf") format("truetype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.svg#web") format("svg");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: "Segoe UI";
    src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.eot");
    src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.eot?#iefix") format("embedded-opentype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2") format("woff2"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf") format("truetype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.svg#web") format("svg");
    font-weight: 300;
    font-style: normal; }

@font-face {
    font-family: "Segoe UI";
    src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.eot");
    src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.eot?#iefix") format("embedded-opentype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2") format("woff2"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf") format("truetype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.svg#web") format("svg");
    font-weight: 500;
    font-style: normal; }

@font-face {
    font-family: "Segoe UI Cyrillic";
    src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/cyrillic/normal/latest.eot");
    src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/cyrillic/normal/latest.eot?#iefix") format("embedded-opentype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/cyrillic/normal/latest.woff2") format("woff2"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/cyrillic/normal/latest.ttf") format("truetype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/cyrillic/normal/latest.svg#web") format("svg");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: "Segoe UI Cyrillic";
    src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/cyrillic/light/latest.eot");
    src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/cyrillic/light/latest.eot?#iefix") format("embedded-opentype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/cyrillic/light/latest.woff2") format("woff2"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/cyrillic/light/latest.ttf") format("truetype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/cyrillic/light/latest.svg#web") format("svg");
    font-weight: 300;
    font-style: normal; }

@font-face {
    font-family: "Segoe UI Cyrillic";
    src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/cyrillic/semibold/latest.eot");
    src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/cyrillic/semibold/latest.eot?#iefix") format("embedded-opentype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/cyrillic/semibold/latest.woff2") format("woff2"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/cyrillic/semibold/latest.ttf") format("truetype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/cyrillic/semibold/latest.svg#web") format("svg");
    font-weight: 500;
    font-style: normal; }

.error_page {
    font-family: "Segoe UI", "Segoe UI Cyrillic", Segoe, "Segoe WP", Helvetica-Neue, Tahoma, Verdana, Arial, sans-serif;
    padding: 160px 0;
    text-align: center;
    font-weight: 300;
    color: #a7a7a7;
    font-size: 18px;
}
.error_page .header {
    font-size: 136px;
    line-height: 50px;
    color: #ddd;
    margin-bottom: 45px;
}
.error_page .error_message {
    font-size: 30px;
    height: 60px;
    margin-bottom: 40px;
}
.error_page .support_message {
    height: 40px;
    margin-top: 25px;
}
.error_page .support_message a {
    color: #2787ea;
}
.error_page .cas-footer {
    width: 140px;
    margin-bottom: 15px;
}


.cas-footer {
    display: -webkit-box;
    display: -webkit-flex;
    /*order of definition of properties below is crucially important*/
    display: -ms-flexbox /* TWEENER - IE 10 */;
    display: -webkit-flex /* NEW - Chrome */;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 350px;
}