@charset 'utf-8';

/* ==========================================================================
   Fonts styles
   ========================================================================== */

@font-face {
    font-family: 'DINPro-Black';
    src: url('../fonts/DINPro-Black.eot');
    src: url('../fonts/DINPro-Blackd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/DINPro-Black.woff') format('woff'), url('../fonts/DINPro-Black.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Regular';
    src: url('../fonts/DINPro-Regular.eot');
    src: url('../fonts/DINPro-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/DINPro-Regular.woff') format('woff'), url('../fonts/DINPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,500);

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
    vertical-align: baseline;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: none;
    padding: 0;
    margin: 0;
}
.clBoth {
    clear: both;
}
body {
    font-family: 'DINPro-Regular';
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
}
a:hover,
a:focus {
    outline: inherit;
}

/* ==========================================================================
   Preloader
   ========================================================================== */

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 100500;
}
#page-preloader .spinner {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../img/spinner.html') no-repeat 50% 50%;
    margin: -16px 0 0 -16px;
}
/* ==========================================================================
   Header styles
   ========================================================================== */
body{
    background: #ffec00;
}

#header{
    background: #000000;
    padding: 10px 0;
}

.logo{
    padding: 18px 0;
}

body.h-bg{
    background: url(../img/h-img-bg.jpg) repeat-x 0 0 #fff;
}

.h-page{
    background: url(../img/h-img-header.jpg) no-repeat center 0 transparent;
    min-height: 1000px;
}

.h-page .vk img{
    float: right;
}

.h-page .logo{
    padding-top: 24px;
}

.h-page #header{
    min-height: 820px;
    background: none;
    padding: 0;
}

p.exit{
    text-align: right;
    vertical-align: middle;
     margin: 15px 0;
}

p.exit a{
    color: #feff00;
    font-size: 16px;
}
 
/* ==========================================================================
   Authorization styles
   ========================================================================== */
.authorization{
    padding-top: 200px;
}

.register{
    font-family: 'Times New Roman';
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 400;
}

a:hover.register, .forget_pass a:hover{
    color: #000000;
    text-decoration: none;
    
}

.forget_pass a{
     font-family: 'Times New Roman';
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 400;
}

.forget_pass{
    text-align: right;
}

.form-control{
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff799;
    border-radius: 0px;
    box-shadow: none;
    color: #757575;
    display: block;
    font-size: 13px;
    height: 36px;
    line-height: 1.45;
    padding: 6px 12px;
    transition: none;
    text-transform: uppercase;
    font-family: 'DINPro-Regular';
    font-weight: 600;
}

.form-control:focus{
    border: 1px solid #fff799;
}

.btn-open{
    width: 100%;
    background-color: #a30019;
    border: 1px solid #da8e0a;
    border-radius: 10px;
    font-family: 'DINPro-Regular';
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
}

.btn-open:hover, .btn-open:focus, .btn-open.focus, .btn-open.active:focus, .btn-open.active.focus, .btn-open:active:focus, .btn-open.focus:active{
     color: #ffffff;
    outline: none;
}


/* ==========================================================================
   Footer styles
   ========================================================================== */

footer{
    background: #333333;
    color: #fff;
    padding: 35px 0 20px 0;
    font-family: 'DINPro-Regular';
    font-size: 14px;
    margin-top: 30px;
}

footer a{
    color: #fff;
    font-weight: 400;
}


footer a:hover, footer a:focus{
    color: #fff;
}

.footer-right > p{
    text-align: right;
}

.vk-footer{
    margin: 0 0 0 10px
}

/* ==========================================================================
   Fixed styles
   ========================================================================== */

* {
  margin: 0;
  padding: 0;
}
.q-content {
  min-height: calc(100vh - 120px);
}


/* ==========================================================================
   Modal form styles
   ========================================================================== */


.modal-content{
    border-radius: 0px;
    background: #ffec00;
}

.close{
    opacity: 0.75;
    font-size: 30px;
}

.modal-dialog {
    margin: 30px auto;
    width: 800px;
}

.modal-header{
    border: none;
    padding: 15px 15px 15px 65px;
}
.modal-header p.modal-text {
    margin: 0;
    padding: 50px 0 15px 20px;
    font-size: 19px;
}

.modal-body{
padding: 15px 65px;
}

.modal-header, .modal-body{
 background: #ffec00;
}

.separator{
    border-bottom:2px dashed #090800;
    padding: 0px 20px 30px 20px;
    margin-bottom: 40px;
}

.separator:last-child {
    border: medium none;
    padding: 0px 20px 0px 20px;
}

.modal-content label {
    font-weight: 400;
    margin-bottom: 15px;
    max-width: 100%;
}

.modal-content .form-control{
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff799;
    border-radius: 0px;
    box-shadow: none;
    color: #666666;
    display: block;
    font-size: 15px;
    height: 36px;
    line-height: 1.45;
    padding: 6px 12px;
    transition: none;
    text-transform: none;
    font-family: 'DINPro-Regular';
    font-weight: 400;
    margin: 0 0 30px 0;
}

.modal-content .form-control.black, .form-control.black::-moz-placeholder{
     color: #000;
}

.modal-content label.bold, .modal-content .form-control.bold{
    font-weight: 600;
}

.modal-content .small{
    font-size: 14px;
}

.modal-content .checkbox label{
    padding-right: 30px;
}

.modal-content  .checkbox{
    text-align: right;
}

.modal-content .checkbox input[type="checkbox"], .modal-content .checkbox-inline input[type="checkbox"] {
    margin-top: 9px;
    margin-right: 0px;
    position: absolute;
    right: 0;
}

.modal-content a {
    font-weight: 400;
}

.modal-content .btn-register{
    width: 100%;
    background-color: #00be3d;
    border: 1px solid #57ce28;
    border-radius: 10px;
    font-family: 'DINPro-Regular';
    font-size: 18px;
    text-transform: none;
    color: #ffffff;
    padding: 18px 12px 20px;
}

.modal-content .btn-register:hover, .modal-content .btn-register:focus, .modal-content .btn-register.focus, .modal-content .btn-register.active:focus, .modal-content .btn-register.active.focus, .modal-content .btn-register:active:focus, .modal-content .btn-register.focus:active{
     color: #ffffff;
    outline: none;
}

.captcha-link{
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 15px;
}

.captcha-link:hover{
    text-decoration: none;
    cursor: pointer;
}

#text-captcha{
    border: 1px solid #000;
}

#img-captcha{
    margin-bottom: 30px;
}

#recovery-pass .modal-dialog{
    width: 600px;
}

#recovery-pass .modal-header{
    padding: 30px 15px 15px 30px;
}

#recovery-pass .modal-body{
    padding: 15px 30px 30px;
}

#recovery-pass .modal-title{
    text-align: center;
}

#recovery-pass .modal-content .btn-register{
    font-size: 22px;
    padding: 10px 12px 12px;
}


/* ==========================================================================
   Menu styles
   ========================================================================== */
.navbar-brand, .navbar-nav > li > a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 15px;
}

.nav > li > a:focus, .nav > li > a:hover, .nav > li > a.active{
    background: none;
    color: #feff00;
}

.navbar{
    margin: 10px 0 0 0;
}

.navbar-collapse{
    padding: 0;
}

/* ==========================================================================
   Worksheet Page styles
   ========================================================================== */
.w-page .user{
    padding: 40px;
    border-bottom: 2px dashed #000000;
}

.w-page .code{
    padding: 0 40px;
    border-bottom: 2px dashed #000000;
}

.w-page .history{
     padding: 0 40px;
}

.w-page .user span.positive{
    font-weight: 600;
    color: #197b00;
}

.w-page .user span.store-num{
    padding-left: 30px;
}

.w-page .user select.form-control{
    text-transform: none;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    border-radius: 10px;
     line-height: 1;
     padding: 0 12px 5px;
    margin-bottom: 20px;
}

.w-page .user .invoice{
    font-size: 50px;
}

.w-page .code h2{
    font-size: 50px;
    font-weight: 600;
}

.w-page .code .form-control{
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
     padding: 0 12px 5px;
    margin-bottom: 20px;
    height: 47px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.w-page .code .btn-enrollment{
    background: url(../img/btn-enrollment.png) no-repeat 0 0 transparent;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    height: 75px;
    width: 195px;
    text-align: center;
    margin-top: -15px;
}

.w-page .code .btn-enrollment:hover, .w-page .code .btn-enrollment:focus, .w-page .code .btn-enrollment.focus, .w-page .code .btn-enrollment.active:focus, .w-page .code .btn-enrollment.active.focus, .w-page .code .btn-enrollment:active:focus, .w-page .code .btn-enrollment.focus:active{
     color: #ffffff;
    outline: none;
    box-shadow: none;
}

.w-page .code .text-bonnus {
    margin-top: 35px;
    padding-left: 5px;
}

.w-page .code .bonnus{
     font-size: 120px;
    font-weight: 600;
    line-height: 0.5;
}

.w-page .history h3{
    text-align: center;
    font-size: 24px;
    color: #000;
}

.w-page .history h3 a, .w-page .user a{
    font-weight: 400;
}


/* ==========================================================================
   Terms-action Page styles
   ========================================================================== */

.ta-content{
    padding-top: 20px;
    padding-bottom: 20px;
}

/* ==========================================================================
   Question Page styles
   ========================================================================== */
.q-content{
    padding-top: 20px;
    padding-bottom: 20px;
}

.question{
    font-size: 24px;
    border-bottom: 2px dotted #000;
    margin-bottom: 20px;
    cursor: pointer;
}

/* ==========================================================================
   DataTable styles
   ========================================================================== */
.w-page .history .table-responsive{
    margin: 40px 0 !important;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after{
    bottom: 20px !important;
    right: 30px !important;
}

th {
    padding-bottom: 25px;
}

.pagination > li > a, .pagination > li > span{
    border: none;
    background: none;
    color: #000;
    text-decoration: underline;
}

.pagination > li > a:focus,.pagination > li > a:hover, .pagination > li > span:focus,.pagination > li > span:hover {
    border: none;
    background: none;
    color: #000;
    text-decoration: underline;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover{
    border: none;
    background: none;
    text-decoration: none;
}

.row.mwidth {
    float: left;
    text-align: right;
    width: 80%;
    ma
}


/* ==========================================================================
   Text styles
   ========================================================================== */

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}

h1{
  font-family: 'DINPro-Regular';
  font-weight: 600;
}

a{
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}

a:hover, a:focus, a.focus{
    color: #000;
    text-decoration: none;
}

p {
     margin: 0 0 20px;
     text-align: justify;
}

p.stock{
    text-align: right;
}

.btn-right, .qw-btn-right {
    text-align: right;
    font-weight: 600;
    float: right;
    background: none;
    text-decoration: underline;
    padding-top: 8px;
}

.btn-right:hover, .btn-right:focus, .btn-right.focus, .btn-right.active:focus, .btn-right.active.focus, .btn-right:active:focus, .btn-right.focus:active, 
.qw-btn-right:hover, .qw-btn-right:focus, .qw-btn-right.focus, .qw-btn-right.active:focus, .qw-btn-right.active.focus, .qw-btn-right:active:focus, .qw-btn-right.focus:active{
    outline: none;
    text-decoration: none;
}

/* ==========================================================================
   Feedback form styles
   ========================================================================== */
.feedback-form{
    padding-top: 30px;
}

.feedback-form h3{
    font-size: 18px;
    color: #333333;
//    text-decoration: underline;
}

.feedback-form .form-control{
    color: #666666;
    font-size: 17px;
    text-transform: none;
    font-weight: 400;
}


.feedback-form .form-control:focus{
    box-shadow: none;
    border: 1px solid #fff;
}

.feedback-form .btn-send{
    background-color: #00be3d;
    border: 1px solid #57ce28;
    border-radius: 10px;
    font-family: 'DINPro-Regular';
    font-size: 24px;
    text-transform: none;
    color: #ffffff;
    padding: 7px 35px 10px;
    margin: 0 auto;
}

.feedback-form .btn-send:hover, .feedback-form .btn-send:focus, .feedback-form .btn-send.focus, .feedback-form .btn-send.active:focus, .feedback-form .btn-send.active.focus, .feedback-form .btn-send:active:focus, .feedback-form .btn-send.focus:active{
     color: #ffffff;
    outline: none;
}

.feedback-form .btn-bs{
    text-align: center;
    margin-top: -35px;
}


/* ==========================================================================
   Responsive styles
   ========================================================================== */

@media only screen and (min-width: 1280px) {
}

@media (min-width: 1199px) and (max-width: 1279px) {}

@media (min-width: 1024px) and (max-width: 1199px) {
    
}
@media (min-width: 768px) and (max-width: 1023px) {
    
}
@media (min-width: 768px) and (max-width: 991px) {
    .feedback-form .btn-bs{
    margin-top: 30px;
}
    
}
@media (min-width: 480px) and (max-width: 767px) {
   
}
@media screen and (max-width: 479px) {
    
}
@media only screen and (max-width: 320px) {
   
}
@media only screen and (max-width: 767px) {
    p {
        text-align: left;
    }
    
    .footer-right > p{
        text-align: left;
    }
    .modal-dialog, #recovery-pass .modal-dialog {
        margin: 30px auto;
        width: auto;
    }
    .modal-body, .modal-header{
        padding: 15px;
    }
    .navbar-toggle{
        border: 1px solid #feff00;
        border-radius: 0;
        margin: 0 0 15px 0;
        width: 100%;
    }
    
    .line-right {
        float: right;
        margin-top: 10px;
    }
    
    .navbar-toggle .icon-bar {
        background: #feff00 none repeat scroll 0 0;
    }
    .sr-only{ 
        color: #feff00;
        float: left;
        font-family: 'DINPro-Regular';
        font-size: 18px;
        height: auto;
        margin: 0;
        overflow: visible;
        position: relative;
        text-align: left;
        text-transform: uppercase;
        width: auto;
    }
    .navbar-collapse{
        padding: 0 15px;
    }
    
    .w-page .user, .w-page .code{
        padding: 20px;
    }
    .w-page .user .invoice{
        font-size: 38px;
    }
    
    .w-page .code h2{
        font-size: 45px;
    }
    
    .feedback-form .btn-bs{
    margin-top: 30px;
}


}