body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

.header-gradient-blue {
    background: #020c37;
    background: -moz-linear-gradient(top,  #020c37 5%, #031a5d 57%, #031225 95%);
    background: -webkit-linear-gradient(top,  #020c37 5%,#031a5d 57%,#031225 95%);
    background: linear-gradient(to bottom,  #020c37 5%,#031a5d 57%,#031225 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020c37', endColorstr='#031225',GradientType=0 );

    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 4px solid #e8ac0b;
}

.contacts {
    padding-top: .5rem;
    text-align: center;
}
.contact-icon {
    background: transparent url(../img/ico-contacts.png) top center no-repeat;
    width: 27px;
    height: 27px;
    display: inline-block;
    text-indent: -999px;
    overflow: hidden;
    margin-right: .5rem;
}
.contact-icon.whatsapp {
    background-position: 0 0;
}
.contact-icon.telegram {
    background-position: 0 -27px;
}
.contact-icon.line {
    background-position: 0 -54px;
}
.contact-detail {
    font-size: 22px;
    font-weight: 700;
    vertical-align: super;
    display: inline-block;
}
.contact-detail a:link, .contact-detail a:visited {
    color: #fff;
    text-decoration: none;
}
.contact-detail a:hover {
    text-decoration: underline;
}

.pqq-main-menu {
    padding-top: 0;
    padding-bottom: 0;
}
.pqq-main-menu .nav-link {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 0;
}
.pqq-main-menu .nav-link.active {
    color: #e8ac0b;
}
.pqq-main-menu .nav-link:hover {
    color: #e8ac0b;
}

.bg-news-gradient {
    background: #000000;
    background: -moz-linear-gradient(top,  #000000 0%, #2d50a1 100%);
    background: -webkit-linear-gradient(top,  #000000 0%,#2d50a1 100%);
    background: linear-gradient(to bottom,  #000000 0%,#2d50a1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2d50a1',GradientType=0 );

    padding-top: 0;
    padding-bottom: 0;
}
.nt-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-top: .3rem;
}
.nt-text {
    background: #010f28;
    border-width: 1px 1px 1px 0px;
    border-color: #274b98;
    border-style: solid;
    padding: .3rem .5rem .1rem 1.5rem;

    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);    
}

.bg-section-1 {
    border-bottom: 4px solid #e8ac0b;
}

.bg-section-11 {
    display: flex;
    flex-flow: row nowrap;
}
.bg-section-11 .section-11-back, .bg-section-11 .section-11-fore {
    box-sizing: border-box;
    width: 100%;
    flex: none;
}
.section-11-back img {
    width: 100%;
    height: 100%;
}
.bg-section-11 .section-11-fore {
    margin-left: -100%;
}

.bg-blue-1 {
    background-color: rgba(6, 34, 118, .8);
    color: rgba(6, 34, 118, .8);

    padding: 2.5rem 2rem 1rem;
}

.pbqq-form {}
.pbqq-form  {}
.pbqq-form .form-control {
    background: #fff;
    background: -moz-linear-gradient(top,  #fff 0%, #d8d8d8 100%);
    background: -webkit-linear-gradient(top,  #fff 0%,#d8d8d8 100%);
    background: linear-gradient(to bottom,  #fff 0%,#d8d8d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#d8d8d8',GradientType=0 );

    font-size: 22px;
    font-weight: 700;
    color: #9b9b9b;
}
.pbqq-form .btn-orange {
    background: #edd50d;
    background: -moz-linear-gradient(top,  #edd50d 0%, #dd7f10 100%);
    background: -webkit-linear-gradient(top,  #edd50d 0%,#dd7f10 100%);
    background: linear-gradient(to bottom,  #edd50d 0%,#dd7f10 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edd50d', endColorstr='#dd7f10',GradientType=0 );    
    
    border: none;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    padding: .5rem 2rem;
    text-transform: uppercase;
}

.btn-register {
    background: #0d10a2;
    background: -moz-linear-gradient(top,  #0d10a2 0%, #001855 100%);
    background: -webkit-linear-gradient(top,  #0d10a2 0%,#001855 100%);
    background: linear-gradient(to bottom,  #0d10a2 0%,#001855 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d10a2', endColorstr='#001855',GradientType=0 );

    border: 2px solid #fff;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    padding: .8rem 1rem;
    text-transform: uppercase;
}

.bg-section-2 {
    border-bottom: 4px solid #e8ac0b;
}

.bg-section-21 {
    display: flex;
    flex-flow: row nowrap;
}
.bg-section-21 .section-21-back, .bg-section-21 .section-21-fore {
    box-sizing: border-box;
    width: 100%;
    flex: none;
}
.section-21-back img {
    width: 100%;
    height: 100%;
}
.bg-section-21 .section-21-fore {
    margin-left: -100%;
}

.pbqq-orange-box {
    background-color: rgba(235, 155, 10, .8);
    color: rgba(235, 155, 10, .8);

    padding: 1rem 2rem;
    border-radius: .5rem;
    text-align: center;
}
p.dpwd {
    margin-bottom: .5rem;
    background: #fff;
    border-radius: .5rem;
    font-size: 22px;
    font-weight: 700;
    text-align: justify;
    color: #9f1111;
    -webkit-box-shadow:inset -2px -2px 10px 2px #A1A1A1;
    box-shadow:inset -2px -2px 10px 2px #A1A1A1;
}
p.dpwd span{
    display: inline-block;
}
p.dpwd span.dpwd-name{
    width: 35%;
    text-align: left;
    padding-left: 5px;
}
p.dpwd span.dpwd-date{
    width: 30%;
    text-align: center;
}
p.dpwd span.dpwd-amount{
    width: 35%;
    text-align: right;
    padding-right: 5px;
}
.pbqq-jackpot {
    text-align: center;
}
.jp-box {
    display: flex;
    flex-flow: row nowrap;
}
.jp-box .jp-back, .jp-box .jp-fore {
    box-sizing: border-box;
    width: 100%;
    flex: none;
}
.jp-box .jp-fore {
    margin-left: -100%;
}
.jp-fore p {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-align: right;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-right: 3rem;
}

.bg-paragraph {
    background: #062174;
    background: -moz-linear-gradient(top,  #062174 0%, #021039 100%);
    background: -webkit-linear-gradient(top,  #062174 0%,#021039 100%);
    background: linear-gradient(to bottom,  #062174 0%,#021039 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062174', endColorstr='#021039',GradientType=0 );    

    padding-top: 1rem;
    padding-bottom: 1rem;
}

.post {
    background-color: rgba(0, 0, 0, .7);
    color: rgba(0, 0, 0, .7);

    padding: 2rem;
}
.post h1, .post h2, .post h3, .post h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}
.post h1 {font-size: 26px;}
.post h2 {font-size: 24px;}
.post h3 {font-size: 22px;}
.post h4 {font-size: 20px;}

.post p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
.post p a {
    font-weight: bold;
    color: #e8ac0b;
    text-decoration: none;
}
.post p a:hover {
    text-decoration: underline;
}

.footer-link {
    text-align: center;
    font-size: 20px;
}
.footer-link a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    padding: 0 0.3rem;
}
.footer-link a:hover {
    color: #e8ac0b;
}
p.footer {
    font-size: 11px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .pqq-main-menu {
        background: #9dacd7;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}
@media (min-width: 992px) {
    
}
@media (min-width: 1280px) {
    .bg-section-11 {
        max-height: 510px;
        overflow: hidden;
    }

    .bg-section-21 {
        max-height: 345px;
        overflow: hidden;
    }

    .btn-register {
        font-size: 28px;
        padding: 1.2rem 1.5rem;
    }

    .jp-fore p {
        padding-right: 6rem;
    }
}