.container.olympiad{
    max-width: 100%;
    padding-top: 66px;
}

.navbar-default.navbar-fixed-top{
    max-width: 100%;
    margin-left: 0;
    min-height: 66px;
    left: 0;
}

.navbar-default{
    border-bottom: none;
}

#navigation_menu{
    text-align: center;
}

.olympiad .navbar-nav{
    float: none;
    margin-top: 0;
    display: inline-block;
}

.navbar-brand{
    background: url("../images/oly/oly-logo-v1.svg") center center no-repeat;
    height: 34px;
}

.oly-reg-top-img{
    background: url("../images/oly/oly-register-top-img-v1.png") center right no-repeat;
    padding: 70px 0 0 60px;
    max-width: 1366px;
    margin: 0 auto;
}

.navbar-default .navbar-nav li>a.btn-default.btn-login{
    padding: 6px 20px !important;
    font-size: 12px;

}

.navbar-default .navbar-nav>li>a{
    font-size: 12px;
    padding: 7px 25px;
}

.navbar-default .closed-registration .navbar-nav>li>a{
    padding: 7px 65px;
}

.top-img-text{
    max-width: 580px;
    padding-left: 40px;
}

.top-img-text > div{
    max-width: 100%;
}

.top-img-text .top-image-logo-wrap{
    background: url("../images/oly/2026/top-img-logo.svg") 0 0 no-repeat;
    max-width: 470px;
    height: 84px;
}

.top-img-text h1{
    font: bold 24px "Raleway";
    padding: 18px 0 24px 0;
}

.top-img-text h4{
    font: bold 18px "Raleway";
    color: #bababa;
}

.top-img-text .days{
    border: none;
    font-size: 54px;
    font-weight: bold;
}

#challenge_start, a.red-link{
    padding: 24px 0;
    font-size: 27px;
    font-weight: normal;
}

.top-img-text .btn-lg.btn-primary{
    padding: 7px 16px;
    border-radius: 12px;
    color: #000;
    background-color: #f5cb14;
    border: none;
    width: 100%;
    max-width: 224px;
    font: bold 17px "Raleway";
    letter-spacing: 2px;
}

.top-img-text .btn-lg.btn-primary.green-btn{
    background-color: #05a94c;
    color: #fff;
}

.top-img-text .btn-lg.btn-primary.btn:focus,
.top-img-text .btn-lg.btn-primary.btn:active:focus,
.top-img-text .btn-lg.btn-primary.btn.active:focus{
    outline: none;
}

#about{
    background: none;
    padding: 0;
    box-shadow: 0 12px 10px -4px #e9e9e9;
    padding-bottom: 50px;
}

section#about> .form-group.row{
    background: #e5f4fa;
    box-shadow: 0 -7px 10px -4px #e9e9e9;
}

.olympiad .fixed-cont{
    max-width: 1024px;
    margin: 0 auto;
}

.fixed-cont:after,.footer-area:after{
    content: "";
    display: block;
    clear: both;
}

.about-points{
    width: calc(100% / 6);
    margin: 20px 0;
}

.about-points span{
    font-size: 14px;
}

.about-points .point-icon img{
    width: 104px;
}

#about .about-text{
    padding-top: 30px;
}

table.blue-table{
    margin-top: 15px;
}

table.blue-table.vt-blue-lines tbody tr td{
    font-weight: normal;
}

table.blue-table tbody tr:nth-child(odd){
    background: #fff;
}

table.blue-table.hz-blue-lines tbody tr:nth-child(odd){
    background: #e5f4fa;
}

table.blue-table.vt-blue-lines tbody tr td:nth-child(even){
    background: #e5f4fa;
}

table.blue-table th::after {
    content: '';
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
}

table.blue-table th{
    padding: 12px 7px;
    position: relative;
    font: bold 16px "Raleway";
}

table.blue-table th:last-child::after{
    display: none;
}

table.blue-table tbody tr:nth-child(even):last-child td:after,
table.blue-table tbody tr:first-child td:before,
table.blue-table tbody tr:last-child td:after {
    display: none;
}

table.blue-table tbody td{
    border: none;
    font: bold 13px "Raleway";
}

table.hz-blue-lines tbody tr:nth-child(odd){
    background: #cceaf5;
}

.text-with-img h2{
    font: bold 28px "Raleway";
    margin-top: 15px;
}

#about:before{
    display: none;
}

#form_register .one-block,
.one-block > .row{
    border: none;
}

.one-block >.row .col-xs-3{
    top: 0;
}
.all-fields-required{
    font-size: 14px;
    padding-bottom: 6px;
}

form .form-group label{
    font-size: 12px;
    margin-bottom: 0;
}

form .form-group label.receive-email::after {
    font-size: 15px;
}

form .form-group label.form-label{
    font-weight: bold;
}

#form_register .styled-checkbox{
    margin-top: 12px;
}

#form_register h4{
    font-size: 16px;
}

#form_register input.btn-default{
    color: #000;
}

#invalid_email_error{
    font-weight: normal;
    display: block;
}

#faq.grey{
    background: #f5cb14;
}

section#faq h2{
    color: #fff;
}

#simple-problems h2{
    color: #0296cf;
    font: bold 28px "Raleway";
}

#sample_problems_carousel_round1 .carousel-inner .item:nth-child(2) p{
    margin: 0 0 45px 10px;
}

.olympiad .carousel.slide{
    width: 100%;
    margin: 0;
}

.carousel-inner .item >div{
    width: 510px;
    margin-left: -255px;
}

.carousel-inner .item >span{
    text-align: center;
    font: 14px "Raleway";
}

.olympiad .carousel.slide{
    margin-bottom: 20px;
}

#faq .text-link.big,#registration_form_content h3{
    font: bold 24px "Raleway";
}

.footer-area{
    background: #fff;
}

.footer-area .form-group ul li:first-child img{
    width: 180px;
}

.footer-area p{
    font: 11px "Lusitana";
}

#registration,#registration:after,#simple-problems,#faq:before{
    background: none;
}

.background-img-land-page{
    background: url(../images/oly/land-page-image.svg) 0 -360px no-repeat;
    background-size: 100%;
}

#registration_form_content{
    padding-top: 60px;
}

.registration-closed-msg {
    color: #e52430;
    font-size: 25px;
}

.olympiad section > .row {
    margin-left: 0;
    margin-right: 0;
}

 #login_error_message{
   font-size: 12px;
    color: red;
    padding-top: 12px;
    display: block;
 }

.faq-main{
    font: bold 21px "Raleway";
}

.faq-main h1{
    color: #005e82;
    font: bold 48px "Raleway";
    padding-bottom: 20px;
}

.faq-main ol{
    padding-left: 0;
}

.faq-main ol li{
    font: bold 21px "Raleway";
    padding-bottom: 20px;
}

.faq-main ol li span{
    margin-right: 8px;
}

.faq-main ol li p{
    font: normal 21px "Raleway";
    padding-top: 4px;
}

.faq-main ol li ul{
    margin-left: 45px;
}

.faq-main ol li ul li{
    font: normal 21px "Raleway";
    padding: 4px 0;
}

.faq-main ol li sup,.faq-main ul li sup{
    font-size: 12px;
}

.faq-main ol li .dot,
.modal-body ul li .dot {
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #000;
    border-radius: 50%;
    margin-top: -2px;
}

.faq-main{
    background: url(../images/oly/faq-bg.png) 0 bottom no-repeat;
    background-size: 100%;
}

.olympiad.faq-page{
    padding-top: 0;
    background: linear-gradient(to right, #e4f4fc, #f2f2f3);
}

.faq-page .fixed-cont{
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6));
}

/* success registration dialog design start */
.dialog-heading h4{
    font-size: 32px;
    padding: 10px 0;
    text-transform: none;
}

#login_dialog .modal-dialog{
    width: 662px;
}

#login_dialog .modal-body{
    padding-left: 264px;
    min-height: 298px;
}

#login_dialog .left-part{
    height: 300px;
    width: 264px;
    padding-top: 65px;
}

#login_dialog form{
    padding: 30px 10px;
}

#login_dialog .form-group label{
    margin-top: -4px;
    padding: 0;
}

form .form-group input, form .form-group select{
    padding: 4px 30px;
}

#login_dialog .form-group input.btn-default{
    padding: 6px 20px
}

#login_dialog .form-group label img{
    width: 34px;
}

#login_dialog .dialog-heading h4 {
    font-size: 42px;
    line-height: 80px;
}

#login_dialog form .form-group.row{
    margin: 0 0 18px;
}

#login_dialog form .form-group:nth-child(2).row{
    margin-bottom: 13px;
}

.dialog-heading h4 span{
    font-size: 40px;
}

.modal-body h6{
    font: bold 14px "Raleway";
    text-transform: none;
    margin: 20px;
    margin-top: 10px;
}

.success-registration-dialog .modal-body p,.modal-body ul li,
.success-registration-dialog .modal-body p{
    font: normal 14px "Raleway";
    color: #005e82;
    padding-bottom: 6px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.modal-body ul li .dot{
    width: 3px;
    height: 3px;
    background: #005e82;
    margin-right: 8px;
}

.modal-content, .modal-content .dialog-heading{
    border-radius: 12px;
}

#login_dialog .modal-content,
#login_dialog .dialog-heading {
    border-radius: 0;
}

.modal-content .dialog-heading{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.success-registration-dialog .modal-dialog{
    width: 520px;
}

.modal-body p,.modal-body ul{
    margin-bottom: 20px;
}

.modal-body .btn-default.green-btn{
    background-color: #05a94c;
    color: #fff;
    font: bold 13px "Raleway";
    padding: 15px 20px;
    border-radius: 12px;
}
/* success registration dialog design end */

@media screen and (min-width: 768px) {
    .carousel-control .fa.fa-caret-right, .carousel-control .icon-next{
        margin-right: 10px;
    }

    .carousel-control .fa.fa-caret-left, .carousel-control .icon-prev{
        margin-left: 10px;
    }
}

@media screen and (max-width: 1366px){
    .oly-reg-top-img{
        max-width: 1366px;
    }
    .container.olympiad{
        padding-top: 66px;
    }
}

@media screen and (max-width: 1023px){
    .navbar-default.navbar-fixed-top{
        min-height: 48px;
    }

    .container.olympiad {
        padding-top: 53px;
    }

    #about .text-with-img.row>div,
    .text-with-img.row>div{
        width: 80%;
    }

    .navbar-default.navbar-fixed-top{
        margin-left: 0;
        width: 100%;
        left: 0;
    }

    .navbar-brand{
        margin-top: 0;
        height: 23px;
        padding: 8px 15px;
    }

    #navigation_menu .nav.navbar-nav{
        margin-top: 6px;
    }

    .navbar-header{
        margin-top: 4px;
    }

    .oly-reg-top-img{
        padding-top: 35px;
    }
}

@media screen and (max-width: 991px){
    .olympiad .carousel.slide{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .oly-reg-top-img{
        background: url(../images/oly/oly-register-top-img-v1.png) -476px center no-repeat;
    }

    .navbar-default .navbar-nav>li>a{
        padding: 7px 18px;
    }

    .navbar-default .closed-registration .navbar-nav>li>a{
        padding: 7px 50px;
    }

    .faq-page .fixed-cont{
        padding: 15px 25px;
    }

    .faq-main h1{
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .about-points {
        float: none;
        width: 32%;
        height: 200px;
        display: inline-block;
        vertical-align: top;
    }

    #about .text-with-img.row,
    #registration .text-with-img.row{
        padding-bottom: 0;
    }

    .carousel-inner .item >div {
        width: 90%;
        margin-left: -45%;
    }

    .olympiad .navbar-nav.navbar-right{
        position: absolute;
        right: 104px;
        top: 12px;
    }

    .navbar-brand{
        height: 44px;
    }
}

@media (max-width: 479px) {
    #about .text-with-img.row>div, .text-with-img.row>div,
    .olympiad .carousel.slide{
        width: 100%;
    }

    .oly-reg-top-img.register-page{
        background-size: 200% auto;
        background-position: right center;
    }
}