body{
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    color:#5b5b5b;
    font-weight:400;
    line-height:1.3;
    text-align:center;
    overflow-x:hidden;
}
header{
    padding:30px 15px 25px;
    background-color:#282827;
}
header .container{
    position:relative;
}
.absolute-sign{
    position:absolute;
    top:-60px;
    right:0;
}
.container-small{
    max-width:720px;
}
.container-middle{
    max-width:830px;
}
.container-mini{
    max-width:460px;
    margin:auto;
}
h2{
    font-size:52px;
    font-weight:500;
    color:#282827;
    margin-bottom: 0.2rem;
    text-transform:uppercase;
}
h1,
h3{
    font-size:36px;
    margin-bottom: 0.2rem;
    font-weight:500;
    color:#282827;
}
.alert{
    font-size: 14px;
}
.orange{
    color:#EF7F1A;
}
.gray-box{
    background-color:#EBECEC;
    padding:10px;
    border: 2px solid #EBECEC;
}
p{
    margin-bottom:0;
}
form input.form-control{
    background-color:#EBECEC;
    border-radius:0;
    border:none;
}
form input.form-control:focus{
    box-shadow:none;
    background-color:#EBECEC;
    border-radius:0;
    border:none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-primary{
    color:#EF7F1A;
    background-color:#FFF;
    border: 2px solid #EF7F1A;
    border-radius:0;
    font-weight:500;
    min-width:150px;
    padding: .475rem .75rem;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-secondary{
    color:#FFF;
    background-color:#EF7F1A;
    border: 2px solid #EF7F1A;
    border-radius:0;
    font-weight:500;
    min-width:150px;
    padding: .475rem .75rem;
}
.register-question{
    padding:25px 0 35px;
}
.awards >div{
    padding-bottom:60px;
    margin-bottom:60px;
}

.awards > div:before{
    content: '';
    background: url("../img/quote.png") no-repeat;
    background-position: left center;
    background-size: cover;
    height: 290px;
    width: 25px;
    position: absolute;
    left: 15px;
    top: 0px;
}
.awards > div:after{
    content: '';
    background: url("../img/quote-r.png") no-repeat;
    background-position: right center;
    background-size: cover;
    height: 290px;
    width: 25px;
    position: absolute;
    right: 15px;
    top: 0px;
}
.awards img{
    max-width: 80%;
    transition: transform .25s ease;
}
.awards div:hover img{
    transform: scale(1.06);
}

.award-title{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    max-width: 265px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
    font-size:16px;
    text-transform: uppercase;
}
.container-mini > p{
    margin-bottom:10px;
}
.container-mini .awards >div:nth-child(1) img{
    width:125px;
}
.container-mini .awards >div:nth-child(2) img{
    width:90px;
}
.container-mini .awards >div {
    padding-bottom: 45px;
    margin-bottom:40px;
}
.container-mini .award-title{
    font-size:14px;
    max-width: 180px;
}
.container-mini .awards > div:after,
.container-mini .awards > div:before{
    height: 206px;
    width: 18px;
}
.content-article{
    margin-bottom:60px;
}
.content-article > *{
    margin-bottom:20px;
    text-align:justify;
}
.content-article h1{
    margin-bottom:25px;
}
.head-image-section{
    position:relative;
}
.head-image-section .counter{
    display: inline-block;
    top: 0;
    position: absolute;
    background-color: #282827;
    color: #FFF;
    font-size: 22px;
    padding: 10px;
    left:0px;
}
.question{
    position: absolute;
    display:inline-block;
    bottom: 45px;
    right: -40px;
}
.question img{
    max-width: 80%;
    animation: shadow-pulse 1.6s infinite;
}


@keyframes shadow-pulse
{
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
    }
}

.request{
    margin-bottom:30px;
}
.request p{
    padding:0 15px;
    font-size:22px;
}
.variants .gray-box{
    padding:18px 25px;
    height:100%;
    cursor:pointer;
    font-size:16px;
}
.variants .gray-box:hover{
    background-color: #e6e6e6;
}
.variants > div{
    margin-bottom:30px;
}
.variant-head{
    font-size:22px;
    color:#EF7F1A;
    margin-bottom:15px;
}
.variants .gray-box.selected{
    border: 2px solid #EF7F1A;
}
.variants .gray-box.wrong{
    background-color:#fce3d7;
}
.variants .gray-box.correct{
    background-color:#e1efe2;
}
.pager ul{
    padding:0;
    list-style:none;
}
.pager ul li{
    margin:0.6%;
    display:inline-block;
}
.pager ul li a{
    width:15px;
    height:15px;
    border:2px solid #d9dada;
    border-radius:20px;
    display:block;
}
.pager ul li.active a{
    background: url("../img/dot-active.png") no-repeat center;
    background-size:cover;
    border:none;
}
.modal-header{
    border:none;
}
.modal-header .close {
    position: absolute;
    right: 20px;
}
.modal-header > img{
    margin:25px auto 0px;
    max-width:60px;
}
.modal-content{
    background-color: #eeeeee;
    border:none;
    border-radius:0;
    padding:0 45px;
}
.modal-backdrop{
    background-color:#FFF;
}
.modal-backdrop.show{
    opacity:0.7;
}
.checkbox-label {
    display: block;
    position: relative;
    padding-left: 50px;
    text-align:left;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-label input {
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #ececec;
}

/* On mouse-over, add a grey background color */
.checkbox-label:hover input ~ .checkmark {
    background-color: #ececec;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked ~ .checkmark {
    background-color: #ececec;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
    left: 10px;
    top: 2px;
    width: 10px;
    height: 20px;
    border: solid #EF7F1A;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaaaaa !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #aaaaaa !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #aaaaaa !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #aaaaaa !important;
}

footer{
    background-color:#EF7F1A;
    padding: 15px 15px;
    min-height:80px;
}
form .btn-absolute,
footer a{
    color:#FFF;
    display:inline-block;
    padding:12px 45px;
    transition:0.2s;
    border:1px solid #FFF;
    min-width:210px;
    background-color:#EF7F1A;
}
footer button{
    color:#FFF;
    display:inline-block;
    padding:12px 45px;
    transition:0.2s;
    border:1px solid #FFF;
    min-width:210px;
    background-color:#EF7F1A;
}
form .btn-absolute{
    position:absolute;
    bottom:-114px;
    left:50%;
    transform:translateX(-50%);
    padding: .475rem .75rem;
}
form .btn-absolute:hover,
footer a:hover{
    text-decoration:none;
    background-color:#FFF;
    color:#EF7F1A;
    min-width:210px;
}
.footer-fixed{
    padding-bottom:190px;
}
.footer-fixed .pager,
.footer-fixed footer{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(184,184,184,1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(184,184,184,1);
    box-shadow: 0px 0px 4px 0px rgba(184,184,184,1);
}
.footer-fixed .pager{
    bottom:80px;
    background-color:#FFF;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(184,184,184,1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(184,184,184,1);
    box-shadow: 0px 0px 4px 0px rgba(184,184,184,1);
}
.footer-fixed .pager ul{
    margin-bottom:0;
    margin-top: 5px;
}
@media (min-width:1200px){
    .absolute-sign{
        right:120px;
    }
}
@media (max-width:1199px){

}
@media (min-width:992px){

}
@media (max-width:991px){

}
@media (min-width:768px){
    .modal-dialog {
        max-width: 700px;
    }
}
@media (max-width:767px){
    body{
        font-size:17px;
    }
    .request p{
        font-size:19px;
    }
    h1, h3 {
        font-size: 26px;
    }
    h2 {
        font-size: 36px;
    }
    .pager ul li {
        margin: 3px;
    }
    .head-image-section .counter{
        padding: 20px 5px 2px;
    }
    .question{
        max-width:40px;
        bottom: 10px;
        right: 15px;
    }
} 
@media (min-width:576px){
    .modal-dialog {
        margin: 4.75rem auto;
    }
}