* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

@keyframes down {
    0% {
        height: 0;
    }
    100% {
        height: 100px;
    }
}

@keyframes opac {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.anim {
    animation-duration: 2s;
}

.float-left {
    float: left;
}

.margin-left-40 {
    margin-left: 40px;
}

html,
body {
	margin:0;
    padding:0;
    height:100%;
}
body {
   color: #000;
   font-family: Jost,sans-serif !important;
   font-size: 12px; 
}
h1, h2 {
   margin: 0; padding: 0;
}
.box {
	margin: 0 auto;
}
.registration-header {
    font-size: 30px;
    font-weight: 500;
}
ul { 
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#page-wrapper {
    min-height:100%;
    position:relative;
}

#header .buttons {
    flex-shrink: 0;
}

#header {
    display: flex;
    justify-content: center;
    height: 100px;
    width: 100%;
    z-index: 99999;
    position: fixed;
    top: 0;
    background-color: #fff;
    transition: all .2s ease;
    padding: 0 15px;
}

#logo img {
    position: relative;
    width: 150px;
}

#header #top-menu ul.menu ul a {
    color: #fff;
}

#top-menu ul.menu ul {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: 5px;
    white-space: nowrap;
}

#top-menu ul.menu ul li {
    float: none;
    display: block;
    width: 100%;
    padding: 10px 10px;
}

#top-menu ul.menu li:hover ul {
    display: block;
}

#header #top-menu ul.menu ul a {
    color: #fff;
}

#header #top-menu ul.menu ul li.selected a:after {
    display: none;
}

#header.scrolled {
    height: 80px;
    box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.3);
}

.main-container {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
}

#header .main-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header.scrolled {
    background-color: #fff;
    box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.3);
}

.register-button {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    position: relative;
    background-color: #000000;
    border-radius: 4px;
    padding: 10px 20px;
    margin-left: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.register-button:hover {
    background-color: #363636;
}

.login-button {
    color: #1d1d1b;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    position: relative;
    background-color: #ffe62e;
    border-radius: 4px;
    padding: 10px 20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.login-button:hover {
    background-color: #ffeb7e;
}

#logo {
    display: inline-block;
    text-align: left;
}

.login-btn-inmenu {
    display: none;
}

#top-menu {
    margin-left: 90px;
}

#top-menu .menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    position: relative;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#top-menu a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 12px;
}

#top-menu a:hover {
    text-decoration: underline;
}

#header .menu > .child:nth-child(4):after {
    content: " ";
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    margin: 12px;
}

#header #top-menu .menu > .child:nth-child(+n+5) > a {
    font-size: 14px;
    font-weight: 400;
}

.header-title {
    font-weight: 400;
    font-size: 22px;
    color: #000;    
}
#login-header {
    text-align: center;
    margin-bottom: 30px;
}
.form {
    margin: 0 auto 130px;
    width: 550px;
}
.form label {
    display: none;
}
.form .errorlist {
    margin-top: 10px;
}
#content .form input[type="text"],
#content .form input[type="email"],
#content .form input[type="password"] {
    border: 3px solid #e1e1e1;
    padding: 15px 25px;
    height: 55px;
    color: #000;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
    background-color: #f1f1f1;
}
#content .form li {
    margin-bottom: 35px;    
}

.pass-reset-button {
    color: #000;
    font-size: 15px;
}

.pass-reset-info {
    color: #000;
    font-size: 16px;
    margin: 0 0 20px;
}

.pass-reset-button:hover {
    text-decoration: underline;
}
.form__proposition-box {
    font-size: 18px;
    margin-top: 45px;
}
.form__href {
    color: #000;
    text-decoration: underline;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.form__href:hover {
    color: #2F2F2FFF;
}
a.btn-submit span {
    font-size: 26px;
}
.reset-password.minus-margin {
    margin-top: -20px;
}
.error-content {	
	height: 80%;
	position: relative;
	top: 0;
	width: 100%;
}
.main-page {
    padding-bottom: 0px;

}
#page-content {
	height: 305px; 
	padding: 30px 0 0px;
	text-align: center;
	margin-bottom: 80px;
}
.error-no {
    color: #000;
    display: inline-block;
    font-size: 60px;
    padding: 15px 35px;
}	

.error-add-info {
    color: #4d4d4d;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 20px;
    display: block;
    font-weight: normal;
}
a {
	text-decoration: none;
}
#buttons {
	margin-bottom: 40px;
}
.btn-red {
    background: #A90209;    
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    line-height: 20px;
    border: none;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}
.btn-yellow {
    background: #fde000;    
    color: #000;
    font-weight: bold;
    padding: 10px 25px;
    line-height: 20px;
    border-radius: 6px;
    border: none;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    transition: 0.3s all;
}
.btn-yellow:hover {
    color: #fff;
    background: #000;
}

.error-content .btn-red {
    padding: 7px 17px;
}
.activate-page .btn-red {
    margin-right: 60px;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 20px;
}
#buttons .btn-red.last {
	margin-right: 0;
}
.btn-red:hover {
    background-color: #FF0006;
}
.next-step {
    cursor: pointer;
}
.next-step.big {
    font-size: 26px;
    font-weight: 500;
    margin: 10px 0 25px;
    padding: 15px 55px 15px 70px;   
}
.btn-pay.next-step.big {
    padding-left: 25px;
}
.next-step span:after {
    display: block;
    float: right;
    content: ' ';
    margin-left: 8px;
    background: url('/static/images/next_step_arrow.png') right center no-repeat;
    width: 18px;
    height: 11px;    
    position: relative;
    top: 6px;
}

#message {
	color: #000;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}
#message .smaller {
    font-size: 20px;
}

.button {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.btn--normal {
    font-size: 20px;
    padding: 10px 40px 10px 40px;
    font-weight: 400;
    line-height: 36px;
}

.btn--black {
    background-color: #000;
    color: #fff;
}

.btn--black:hover {
    background-color: #363636;
}

.btn--shadow {
    box-shadow: 0 20px 30px rgb(0 0 0 / 20%);
}

.form__buttons-container {
    display: flex;
    justify-content: flex-end;
}

.form__buttons-container--spaced {
    justify-content: space-between;
}

.buttons-account-service {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 10px;
}

.hamburger {
    display: none;
}

.hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none;
    padding: 0;
}

.hamburger svg {
    width: 48px;
    height: 48px;
}

.hamburger .line {
    fill: none;
    stroke: #000000;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__hamburger .line {
    stroke: #FFFFFF;
}

.hamburger .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.hamburger .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.hamburger .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.hamburger.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.hamburger.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.hamburger.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.footer__hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

#content {
    padding: 60px 0;
    text-align: center;
}

.section__header-container {
    margin-bottom: 40px;
}

.section__header {
    font-size: 30px;
    font-weight: normal;
    line-height: 34px;
}

.title-main--sm {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin: 0;
}

#footer {
    background-color: #000000;
    color: #FFFFFF;
    width: 100%;
    bottom: 0;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 80px 0 45px;
}

.footer__top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 30px;
    row-gap: 30px;
    margin-bottom: 40px;
}

.footer__header-box {
    width: 100%;
    max-width: 960px;
}

.footer__contact-box {
    min-width: 300px;
}

.footer__contact-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.footer__contact-phone,
.footer__contact-phone a {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #FFE100;
    margin-bottom: 10px;
}

.footer__contact-open {
    font-size: 14px;
    line-height: 20px;
}

.footer__nav {
    padding: 0 0 40px 0;
}

.footer-nav__menu {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 32px;
    row-gap: 7px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
}

.footer-nav__item a {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

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

.footer-nav__item--mobile {
    display: none;
}

.footer__sub-nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 90px;
    padding-right: 90px;
    margin-right: 90px;
    min-width: 325px;
    border-right: solid 1px #262626;
}

.footer-nav__menu--sub {
    flex-direction: column;
}

.footer__hamburger-box {
    display: none;
}

.rewards {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 45px;
    row-gap: 20px;
    flex-wrap: wrap;
    border-top: solid 1px #262626;
    border-bottom: solid 1px #262626;
    padding: 40px 0;
}

.reward {
    background: url("/static/images/site/sprites/logo.png") no-repeat;
}

.reward--fair-kielce {
    width: 87px;
    height: 47px;
    background-position: -112px -234px;
}

.reward--gf-bank {
    width: 129px;
    height: 29px;
    background-position: -194px -193px;
}

.reward--gf-corpo {
    width: 185px;
    height: 35px;
    background-position: 1px -192px;
}

.reward--ekomers {
    width: 106px;
    height: 49px;
    background-position: -71px -106px;
}

.reward--paper-fin {
    width: 93px;
    height: 29px;
    background-position: 0 -234px;
}

.reward--order-fin {
    width: 51px;
    height: 73px;
    background-position: -292px -108px;
}

.reward--order-fin2 {
    width: 51px;
    height: 73px;
    background-position: -360px -108px;
}

.reward--order-fin3 {
    width: 51px;
    height: 73px;
    background-position: -430px -108px;
}

.reward--paper-cert {
    width: 71px;
    height: 61px;
    background-position: -201px -108px;
}

.reward--best-product {
    width: 53px;
    height: 61px;
    background-position: 0 -108px;
}

.footer__socials-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 0;
}

.footer__socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 50px;
    row-gap: 10px;
}

.social {
    width: 18px;
    height: 18px;
}

.social--facebook {
    background: url("/static/images/site/sprites/icons-desk.png") no-repeat -207px 0;
}

.social--instagram {
    background: url("/static/images/site/sprites/icons-desk.png") no-repeat -227px 0;
}

.social--youtube {
    background: url("/static/images/site/sprites/icons-desk.png") no-repeat -275px 2px;
}

.social--linkedin {
    background: url("/static/images/site/sprites/icons-desk.png") no-repeat -251px 0;
}

.social__content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
}

.social__name {
    font-size: 14px;
    line-height: 20px;
    color: #B2B2B2;
    margin: 0 0 0 16px;
}

.footer__registered {
    font-size: 14px;
    line-height: 20px;
    color: #B2B2B2;
    margin-top: 30px;
}

.footer__system-info {
    max-width: 1070px;
    margin-top: 20px;
}

.footer__system-info p{
    font-size: 12px;
    line-height: 17px;
    color: #595959;
    margin: 0;
}

.footer-payment__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 710px;
}

.footer-payment__container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 18px;
    row-gap: 15px;
}

.footer-payment__title {
    font-size: 14px;
    line-height: 20px;
    color: #B2B2B2;
}

.footer-payment__title--pzzw {
    max-width: 230px;
}

.footer-payment__img--pzzw {
    width: 93px;
    height: 36px;
    background: url("/static/images/site/sprites/icons-desk.png") no-repeat -98px -249px;
}

.footer-payment__title--dotpay {
    max-width: 180px;
}

.footer-payment__img--dotpay {
    width: 91px;
    height: 26px;
    background: url("/static/images/site/sprites/icons-desk.png") no-repeat 0 -250px;
}

.left {
	float: left;
}
.right {
	float: right;
	text-align: right;
}
.clear {
	clear: both;
}

#first {
    padding-top: 100px;
    position: relative;
}

.messages {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 420px;
    margin-left: -210px;
    margin-top: -66px;
    z-index: 100;
}

.msg:before {
    content: '\25C0';
    left: -9px;
    position: absolute;
    line-height: 20px;
}

.messages .close-message {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    background: url('/static/images/close-popup.png') center no-repeat;
    width: 24px;
    height: 24px;
}

.messages .close-message:hover {
    opacity: 0.7;
}

.msg.info:before {
    color: #62a138;
}

.msg.error:before {
    color: #b94630;
}

.msg p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.msg {
    margin-bottom: 10px;
    padding: 50px 20px;
    position: relative;
}

.msg.info {
    background: #62a138;
}

.msg.error {
    background: #b94630;
}

.debt-detail__container {
    max-width: 700px;
    min-width: 300px;
    margin: 0 auto;
}

.debt-detail__information {
    font-size: 15px;
    padding: 0px 10px;
}

.debt-detail__information p {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 12px;
}

.debt-detail__section {
    margin-bottom: 40px;
}

.debt-detail__title {
    text-align: center;
    margin-bottom: 30px;
}

.debt-detail__data {
    font-size: 16px;
    padding: 0 10px;
    text-align: left;
}

.debt-detail__rows {
    margin-bottom: 25px;
}

.debt-detail__row {
    display: flex;
    padding: 10px 0px;
    border-bottom: 1px solid #e6e6e6;
}

.debt-detail__label {
    width: 100%;
    min-width: 180px;
    font-weight: 700;
}

.debt-detail__value {
    width: 100%;
    min-width: 180px;
}

.debt-detail__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.debt-detail__btn-pdf {
    margin: 8px 10px;
    color: #000000;
    transition: color ease 200ms;
}

.debt-detail__btn-pdf:hover {
    color: #5a5a5a;
}

.debt-detail__buttons .btn-red.big {
    margin: 8px 10px;
}

/* colobox style */
#cboxLoadedContent .white-simple-bg {
    padding-top: 30px;
}

.white-simple-bg {
    padding: 40px 30px 20px 30px;
}

.order-container__title {
    font-size: 20px;
    margin-bottom: 10px;
}

.order-container__save-btn {
    color: #fff;
    padding: 5px 15px 5px 35px;
    line-height: 20px;
    border: none;
    float: right;
    cursor: pointer;
    border-radius: 5px;
    font-size: 12px;
    margin: 20px 0 5px 0;
    font-weight: bold;
    background: #2580de url('/static/images/icons/save.png') 12px center no-repeat;
}

.with-block-labels label {
    font-size: 14px;
}

#order-container__form #id_order_amount {
    width: 180px;
    font-size: 14px;
}

input[type='submit']:disabled {
    cursor: not-allowed !important;
}

.errors-img {
    position: absolute;
    left: 20%;
    top: 100px;
}