html{
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;  
}

html::-webkit-scrollbar {
    display: none;
}

body{
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    background-image: url('../img/background-img-61dee60c.jpg');
    background-size: cover;
    background-position: top center;
}

body.open-canvas{
    display: flex;
}

.off-canv{
    display: none;
    flex: 0 0 360px;
    width: 360px;
    height: 100vh;
    background-color: #FFFFFF;
    position: sticky;
    top: 0;
    flex-direction: column;
}

body.open-canvas .off-canv{
    display: flex;
}

.off-canv .head{
    display: flex;
    align-items: center;
    width: 100%;
    flex: 0 0 64px;
    padding: 0 16px;
    font-size: 0.95rem;
    text-transform: uppercase;
    color: #003082;
    font-weight: 500;
}

.off-canv .head a{
    display: inline-block;
    margin-left: auto;
}

.off-canv .head-icon{
    flex: 0 0 30px;
    margin-right: 0.5rem;
    width: 30px;
}

.off-canv .body{
    overflow-y: scroll;
}

.off-canv .body::-webkit-scrollbar {
    width: 7px;
}
.off-canv .body::-webkit-scrollbar-track {
    background: transparent; 
  }

  .off-canv .body::-webkit-scrollbar-thumb {
    background: #999; 
    border-radius: 5px;
    height: 250px;
}
.off-canv .body::-webkit-scrollbar-thumb:hover {
    background: #6c757d; 
}
.off-canv .body .item{
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 0 1rem;
    border-bottom: solid 1px #E6E7E8;
    min-height: 64px;
}

.off-canv .body .item .icon img{
    width: 40px;
}

.off-canv .body .item .label{
    font-size: .95rem;
    line-height: 1rem;
    font-weight: 600;
    color: #444;
}

.off-canv .body .item:first-child .name{
    font-size: 18px;
}

.off-canv .body .item .name{
    line-height: 1rem;
    font-weight: 600;
    color: #003082;
}


.off-canv .body .foot{
    padding: 16px;
    background: #FFF;
}

.off-canv .body .foot p{
    font-size: .95rem;
    color: #444;
}

.foot-btn{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 24px 0;
}

a.check-proof-button{
    color: #003082;
    box-shadow: none;
    border-radius: 90px;
    height: 48px;
    padding: 0 1rem;
    display: flex !important;
    align-items: center;
    line-height: initial;
    margin: 0 auto;
    border: solid 1px #FFFFFF;
    background: #FFFFFF;
    outline: none;
    transition: all .2s linear;
    text-decoration: none;
    gap: 8px;
    margin-top: 1rem;
}

a.check-proof-button:hover{
    border: solid 1px #003082;
    box-shadow: 0 0 10px #0003;
}

.foot-top{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
}

.topbar{
    background-color: #004277;
}

.nav-link{
    display: flex;
    align-items: center;
    padding: 8px;
    height: auto;
}

.header-content{
    padding: 16px 0;
    background-color: #fff;
}

.welcome-content{
    background-color: #EAF3FB;
    margin-top: 16px;
    padding: 1rem;
    font-size: 16px;
    color: #444;
}

.welcome-content h1,
.welcome-content p{
    font-size: 16px;
    color: #444;
    font-weight: 600;
    margin: 0;
}

.welcome-content p a{
    transition: all .2s linear;
    color: #29b7f6;
    text-decoration: none;
}

.welcome-content p a:hover{
    text-decoration: underline;
}

.welcome-content h1{
    font-weight: 700;
}

.owner-content{
    background-color: #fff;
    padding: 1rem;
    margin: 24px 0 16px;
    display: flex;
}

.owner-content .left{
    width: calc(100% - 386px);
    display: flex;
    flex-wrap: wrap;
}

.owner-content .left .test-name{
    font-size: 18px;
    color: #0188d9;
    width: 100%;
    font-weight: 600;
}

.owner-content .left .laureat-name{
    font-size: 56px;
    line-height: 60px;
    color: #003082;
    width: 100%;
    font-weight: 700;
}
.owner-content .left .birthdate{
    font-size: 16px;
    color: #444;
    margin: 16px 0 0;
    width: 100%;
    font-weight: 500;
}

.owner-content .right{
    width:386px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.owner-content .right a{
    width: 100%;
    display: flex;
    text-transform: uppercase;
    color: #0679ff;
    border: solid 1px #0679FF;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 52px;
    padding: 0 16px;
    border-radius: 80px;
    transition: all .2s linear;
    text-decoration: none;
    font-weight: 500;
}

.owner-content .right a svg path{
    fill: #0679ff;
}

.owner-content .right a:hover{
    background-color: #0679FF;
    color: #fff;
}

.owner-content .right a:hover svg path{
    fill: #fff;
}

.owner-content .right a.dowload-pdf{
    background-color: #0679FF;
    color: #fff;
}

.owner-content .right a.dowload-pdf svg path{
    fill: #fff;
}

.owner-content .right a.dowload-pdf:hover{
    border-color: #003082;
    background-color: #003082;
    color: #fff;
}

.owner-content .right a.dowload-pdf svg path{
    fill: #fff;
}

.info-content{
    display: flex;
    justify-content: space-between;
}

.block-score,
.block-test{
    background-color: #fff;
    width: calc(50% - 8px);
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.block-score .label,
.block-test .label{
    color: #003082;
    width: 30%;
    font-size: 20px;
    font-weight: 500;
}

.block-score .value,
.block-test .value{
    color: #444;
    width: 70%;
    text-align: right;
    font-size: 20px;
    font-weight: 500;
}

.block-score .border,
.block-test .border{
    width: 100%;
    border: none !important;
    border-bottom: solid 1px #1E7CC8 !important;
    margin: 4px 0 14px;
}

.block-score .value,
.block-score .label{
    width: 50%;
}

.border.border-double{
    border-bottom: solid 2px #1E7CC8 !important;
}

.block-score .value{
    font-size: 24px;
}

.block-score .value .your{
    font-weight: 700;
}

footer{
    background: #ECECEC;
    margin-top: 1rem;
}

.footer-content{
    height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

footer p{
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin: 0;
    font-weight: 600;
}

footer a{
    display: block;
    font-size: 14px;
    text-align: center;
    margin: 0;
    font-weight: 600;
    transition: all .2s linear;
    color: #29b7f6;
    text-decoration: none;
}

footer a:hover{
    text-decoration: underline;
}


@media only screen and (max-width: 1200px) {
    .owner-content{
        flex-direction: column;
        margin-bottom: 24px;
    }
    .owner-content .left,
    .owner-content .right{
        width: 100%;
    }
    .owner-content .right{
        margin-top: 16px;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .owner-content .right a{
        width: fit-content;
    }
    .info-content{
        flex-wrap: wrap;
    }
    .block-score, .block-test{
        width: 100%;
    }
    .block-score{
        margin-top: 24px;
    }
    .block-score .value{
        font-size: 20px;
    } 
    .block-test .value,
    .block-score .label, .block-test .label{
        font-size: 16px;
    }
    .welcome-content h1,
    .welcome-content p{
        font-size: 14px;
    }
}


@media only screen and (max-width: 992px) {
    .header-content{
        margin-top: 30px;
    }
    .footer-content{
        height: auto;
        padding-bottom: 60px;
        padding-top: 1rem;
    }
    .topbar{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
}

@media only screen and (max-width: 600px) {
    .owner-content .right a{
        width: 100%;
    }
}