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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html[lang] {
    margin-top: 0 !important;
}

body {
    display: block;
    width: 100vw;
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    font-size: 16px;
    line-height: 22px;
    background: #f3f3f3;
    font-family: 'Open Sans', sans-serif;
    color: #013B57;
    box-sizing: border-box;
}

html {
    display: block;
    width: 100vw;
    overflow-x: hidden;
}

ul[class],
ol[class] {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

article > * + * {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

header {
    display: block;
    position: relative;
    background: url(../img/header-background.jpg) center bottom no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 200;
    border-bottom: 4px solid #05FF3F;
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.header-cover {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    height: 97px;
}

.header-logo{
    height: 60px;
    position: relative;
}
.header-logo img{
    height: 60px;
}

.header-cover-right ul{
    display: flex;
    flex-flow: row;
    align-items: center;
}
.header-cover-right ul li{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    padding: 0 16px;
    height: 97px;
}

.header-cover-right ul li a{
    display: inline-block;
    color: #05ff3f;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}

.header-cover-right ul li:hover .sub-menu{
    display: flex;
}
.header-cover-right ul .sub-menu{
    position: absolute;
    display: none;
    top: 100%;
    flex-flow: column;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.15);
    box-sizing: border-box;
    padding: 8px 0;
}

.header-cover-right ul .sub-menu li{
    height: initial;
    width: 100%;
}

.header-cover-right ul .sub-menu li a{
    font-size: 16px;
    color: #212529;
    white-space: nowrap;
    padding: 4px 0;
    box-sizing: border-box;
}

.header-cover-right ul .sub-menu li:hover{
    background: #f8f9fa;
}

.main-top{
    display: block;
    position: relative;
    box-sizing: border-box;
    background-size: cover;
}
.main-top-cover{
    display: block;
    box-sizing: border-box;
    padding: 30px 30px;
}

.text-cover h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 24px;
    letter-spacing: -.5px;
    font-weight: 700;
    ;
}

.text-cover h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 24px;
    letter-spacing: -.5px;
    ;
}

.text-cover h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 22px;
    letter-spacing: -.5px;
    ;
}

.text-cover h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 22px;
    letter-spacing: -.5px;
    ;
}

.text-cover h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: -.5px;
    ;
}

.text-cover h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
    letter-spacing: -.5px;
    ;
}

.text-cover p {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px 0;
}

.text-cover img.aligncenter{
    margin: 20px auto;
    display: block;
}
.text-cover img.alignleft{
    float: left;
    margin-right: 20px;
}
.text-cover img.alignright{
    float: right;
    margin-left: 20px;
}
.text-cover img {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-cover strong {
    font-weight: bold;
}

.text-cover a {
    font-size: 14px;
    line-height: 1.5;
    color: #46a3f4;
    text-decoration: underline;
}

.text-cover ul {
    list-style: initial;
    padding-left: 16px;
    padding-top: 16px;
    margin-bottom: 25px;
}

.text-cover ul li {
    line-height: 1.5;
    font-size: 14px;
    padding: 4px;
}
.clear{
    clear: both;
}

.text-second{
    display: block;
    width: 100%;
    padding: 45px 0 50px;
}

.main-list-title{
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 17px;
    margin-top: 30px;
    color: #013B57;
    text-align: center;
}
.main-list-items{
    width: 100%;
    max-width: 1020px;
    margin: 0 auto 15px;
    padding: 40px 0 40px;
}

.main-list-items-header{
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    background: #b3d8ea;
    height: 42px;
    border: 1px solid #C3C3C3;
}

.main-list-items-header-item{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #013B57;
    padding: 0 10px;
    box-sizing: border-box;
}

.main-list-items-header-item:nth-child(1){
    width: 60px;
}
.main-list-items-header-item:nth-child(2){
    width: 136px;
}
.main-list-items-header-item:nth-child(3){
    width: 230px;
}
.main-list-items-header-item:nth-child(4){
    width: 300px;
}
.main-list-items-header-item:nth-child(5){
    width: 190px;
}

.main-list-item{
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    box-shadow: -8px 12px 6px rgba(0,0,0,.161);
    border-radius: 14px;
    background: #fff;
    margin-bottom: 15px;
    position: relative;
}
.main-list-item:nth-child(2n+1){
    background: #f7f7f7;
}

.main-list-item-rank{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -23px;
    top: calc(50% - 23px);
    color: #ffffff;
    font-size: 23px;
    width: 46px;
    height: 46px;
    background: #005bab;
    opacity: 1;
    border-radius: 50%;
    z-index: 10;
    line-height: 36px;
}
.main-list-item-image{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 24%;
    height: 150px;
    box-sizing: border-box;
    padding: 0 15px 0 23px;
}

.main-list-item-image img{
    max-width: 100%;
}

.main-list-item-rating{
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}
.main-list-item-rating-num{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: #05ff3f;
    font-weight: 700;
    color: #005bab;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px;
    opacity: 1;
}
.main-list-item-rating-star{
    display: flex;
    flex-flow: row;
    justify-content: center;
    position: relative;
    background: #005bab;
    border-radius: 0 8px 8px 0;
    padding: 5px 5px;
    opacity: 1;
    font-size: 15px;
}
.main-list-item-rating-star div.active{
    background: url(../img/star-a.svg) center no-repeat;
    background-size: contain;
}
.main-list-item-rating-star div{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/star.svg) center no-repeat;
    background-size: contain;
}
.main-list-item-bonus{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #005bab;
    font-weight: 800;
    font-size: 16px;
    margin: 0;
}
.main-list-item-bonus span{
    font-size: 42px;
    font-weight: bold;
    display: block;
}
.main-list-item-stats{
    width: 300px;
}
.main-list-item-stats{
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.main-list-item-stats-item{
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 22px;
    color: rgb(1,59,87);
}
.main-list-item-stats-item:before{
    content: '✓';
    display: inline-block;
    margin-right: 5px;
}

.main-list-item-btn {
    width: 190px;
    box-sizing: border-box;
    padding-right: 10px;
}
.main-list-item-btn a{
    font-weight: 800;
    padding: 14px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    color: #05ff3f;
    background: #005bab;
}
footer{
    display: block;
    background: url(../img/footer.jpg) center top no-repeat;
    box-sizing: border-box;
    background-size: cover;
}
.footer-cover{
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 50px 0 40px;
}
.footer-menu{
    width: 25%;
    padding-right: 15px;
}
.footer-menu li{
    margin-bottom: 10px;
}
.footer-menu a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}
.footer-bottom{
    display: block;
    position: relative;
    background: #013B57;
    color: #fff;
    text-align: center;
    padding: 23px 0 23px;
    font-size: 12px;
    line-height: 16px;
    border-top: 4px solid #05ff3f;
}
.footer-bottom-image{
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.mob-btn{
    display: none;
}