* {
    font-size: 20px;
    box-sizing: border-box;
}
body,
html {
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
}
body * {
    font-family: K2D, sans-serif;
    outline: 0;
}
body {
    width: 100%;
}
#mainBox {
    width: 100%;
    height: auto;
    min-height: 100%;
}
body,
html {
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
}
body * {
    font-family: K2D, sans-serif;
    outline: 0;
}
body {
    width: 100%;
    min-width: 1024px;
}
#mainBox {
    width: 100%;
    height: auto;
    min-height: 100%;
}
.content-wrap {
    margin: 0 auto;
    width: 100%;
}
body,
html {
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
}
body * {
    font-family: K2D, sans-serif;
    outline: 0;
}
body {
    width: 100%;
    min-width: 1024px;
}
#mainBox {
    width: 100%;
    height: auto;
    min-height: 100%;
}
#Header {
    background: #008db8;
    padding: 0 0 5px 0;
    position: absolute;
    z-index: 21;
    width: 100%;
}
#Header * {
    color: #fff;
    z-index: 2;
}
.flex-block {
    align-self: center;
    margin-right: 1vw;
    min-width: 280px;
}
.auth-butons-block {
    display: flex;
    justify-content: flex-end;
}
.logo-group-block {
    display: flex;
}
@media screen and (max-width: 1420px) {
    body {
        zoom: 0.8;
    }
}
body,
html {
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
}
body * {
    font-family: K2D, sans-serif;
    outline: 0;
}
body {
    width: 100%;
    min-width: 1024px;
}
#mainBox {
    width: 100%;
    height: auto;
    min-height: 100%;
}
@keyframes fadeIn {
    from {
        opacity: 0.2;
        transform: scale(0.1);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes flashing {
    0%,
    100%,
    80% {
        opacity: 0.2;
    }
    40% {
        opacity: 1;
    }
}
body,
html {
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
}
body * {
    font-family: K2D, sans-serif;
    outline: 0;
}
body {
    width: 100%;
    min-width: 1024px;
}
#mainBox {
    width: 100%;
    height: auto;
    min-height: 100%;
}
.brand-logo-group-block #logo {
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    background: #33d000;
    border-radius: 15px;
    padding: 6px 10px 8px;
}
#brand-pimary-csontainer {
    background: #008db8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brand-flex-block .brand-auth-butons-block span {
    background: #f34850;
    padding: 15px 20px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
    margin-left: 20px;
    text-transform: uppercase;
    line-height: 1;
}
.brand-flex-block .brand-auth-butons-block span:first-child {
    background: #004a71;
    margin-left: 0;
}
#brand-pimary-csontainer {
    padding: 25px 15px;
}
.brand-page-footer-wrap {
    background: #004a71;
    padding: 40px 15px;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
tr {
    border-bottom: 1px solid #004a71;
}
tr:nth-child(even) {
    background: #008db8;
}
tr:nth-child(odd) {
    background: #01a7d9;
}
td {
    text-align: left;
    padding: 15px;
    border: 1px solid #004a71;
    color: #fff;
}
.copyright {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    display: inline;
    border-bottom: 3px solid #f34850;
}
#brand-page-content {
    padding: 25px 15px;
}
ol,
ul {
    list-style: none;
    padding-left: 10px;
    margin-bottom: 20px;
}
ol li,
ul li {
    color: #004a71;
    font-size: 20px;
    margin-bottom: 15px;
}
h1,
h2 {
    color: #444;
    margin-bottom: 20px;
}
p {
    margin-bottom: 25px;
    line-height: 1.5;
}
h1 {
    font-size: 34px;
}
h2 {
    font-size: 28px;
}
a {
    color: #004a71;
    font-weight: 700;
}
#brand-bottom-block {
    text-align: center;
}
body {
    min-width: auto !important;
}
@media (max-width: 460px) {
    .brand-logo-group-block #logo {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .brand-flex-block .brand-auth-butons-block span {
        padding: 8px 16px;
    }
    #brand-pimary-csontainer {
        flex-direction: column;
    }
    .brand-logo-group-block {
        margin-bottom: 36px;
    }
}
