@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    }
body {
	background: #f9f9f9;
    color: #000;
    font: 14px/1.6 'Montserrat', sans-serif;
	}
h1 {
	margin: 0;
    font-weight: 700;
    line-height: 1.2;
	font-size: 60px;
}
h2 {
	margin: 0 0 40px;
    font-weight: 600;
    line-height: 1.4;
	font-size: 40px;
}
p {
    padding: 0;
    margin: 0 0 14px;
    }
a {
    color: #343434;
    text-decoration: none;
    outline: none;
    font-weight: bold;
    }
    a:hover {
    	color: #1EC3FF;
        text-decoration: none;
        }
ol {
    padding:0;
    margin:0 0 12px 0;
    list-style:decimal inside;
    }
    ol li {
        padding:4px 0;
        margin:0;
        }
table td {
	font-size : 12px;
	}
@media (min-width: 1025px) {
	.container {
	    padding-left: 40px;
	    padding-right: 40px;
	}
}
/* header */
.err-header {
    padding: 40px 0;
}
.err-header .logo {
	padding: 0;
	margin: 0;
	width: 208px;
	height: 42px;
	background: url(../images/logo.svg) no-repeat center center;
	background-size: contain;
}
	.err-header .logo span {
		display: none;
	}
	@media (max-width: 767px) {
        h1 {
            font-size: 50px;
        }
        h2 {
            font-size: 24px;
        }
        .err-header {
            padding: 24px 0;
        }
        .err-header .logo {
            width: 120px;
            height: 22px;
        }
    }
/* content */
.err-content {
	padding-bottom: 20px;
}
.err-content .container {
	min-height: 400px;
    padding-top: 80px;
	padding-bottom: 60px;
	background: #FFF;
	text-align: center;
    border-radius: 20px;
}
	@media (max-width: 767px) {
        .err-content .container {
            min-height: auto;
            padding-top: 36px;
            padding-bottom: 36px;
            border-radius: 0;
        }
    }
.err-body {
    margin: 0 0 36px;
}
.bttn-block {
    display: inline-block;
    min-width: 290px;
	margin-bottom: 16px;
}
.btn {
    padding: 7px 16px;
    line-height: 1.6;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-primary {
    color: #B5E5DE;
    background-color: #5B2FFF;
    border-color: #5B2FFF;
    }
    .btn-primary:hover {
        color: #B5E5DE;
        background-color: #3A1EA3;
        border-color: #3A1EA3;
        }
.btn-default {
    color: #5B2FFF;
    background-color: #B5E5DE;
    border-color: #B5E5DE;
}
    .btn-default:hover {
        color: #5B2FFF;
        background: #ABD2CC;
        border-color: #ABD2CC;
    }
.btn-block+.btn-block {
    margin-top: 16px;
}
/* footer */
.err-footer .container {
	padding-top: 20px;
	padding-bottom: 20px;
    text-align: center;
    font-size: 12px;
}
