html {
    overflow-y: scroll;
    font-family: 'Open Sans', sans-serif;
}

body {
    background: #d8d8d8;
}

.modal {
    overflow-x: hidden;
}

.modal-footer {
    text-align: center;
}

.modal-backdrop {
    background-color: #333d33;
    overflow: hidden;
}

.modal-backdrop.in {
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    background-color: #FFFFFF;
}

.modal-content .close {
    margin-top: 17px;
    margin-right: 24px;
    font-size: 100px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    text-shadow: none;
    color: #fff;
}

.modal-content .modal-header {
    border: none;
}

.modal-content .modal-body {
    background-color: #FFFFFF;
    margin: 0px;
}

.modal-content .modal-footer {
    border: none;
    margin: 0px;
}

.counter-wrapper {
    height: auto;
    float: right;
    position: relative;
    left: -50%;
    margin-top: 14px;
}

.flip-counter {
    position: relative;
    left: 50%;
    list-style-type: none;
}

.flip-counter li {
    float: right;
}

.no-csstransforms3d span.back {
    display: none;
}

.flip-counter.default .digit {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    z-index: 0;
    width: 38px;
    height: 60px;
    margin-left: 3px;
    background-color: #E1E1E1;
    text-align: center;
    line-height: 0;
    border: 1px solid #d4d4d4;
    /*-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);*/
    /*-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);*/
    /*box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.flip-counter.default .digit:last-child {
    margin-left: -40px;
}

.flip-counter.default .digit span {
    position: absolute;
    left: 0;
    width: 36px;
    height: 29px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 60px;
    font-weight: 100;
    text-indent: 2px;
    background-color: #E1E1E1;
    color: #1a1a1a;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.flip-counter.default .digit span.front {
    top: 0;
    padding-top: 29px;
}

.flip-counter.default .digit span.back {
    bottom: 0;
}

.flip-counter.default .digit .line {
    position: absolute;
    z-index: 10;
    height: 29px;
    width: 36px;
    border-bottom: 1px solid rgba(165, 165, 165, 0.69);
    /*-webkit-box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.7);*/
    /*-moz-box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.7);*/
    /*box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.7);*/
}

.flip-counter.default .digit .hinge-wrap {
    z-index: 5;
    position: relative;
    overflow: visible;
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    -ms-perspective: 300px;
    perspective: 300px;
}

.flip-counter.default .digit .hinge {
    position: absolute;
    height: 29px;
    width: 36px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.flip-counter.default .digit .hinge span {
    height: 0px;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-counter.default .digit .hinge span.front {
    padding-top: 29px;
}

.flip-counter.default .digit .hinge span.back {
    height: 29px;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.flip-counter.default .digit.animate .hinge {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.flip-counter.default .digit-delimiter {
    font-family: 'Open Sans', sans-serif;
    margin-right: 20px;
    font-weight: 100;
    font-size: 25px;
    color: #333d33;
}

.form .form-group label {
    font-size: 13px;
    font-weight: 100;
    color: #1a1a1a;
}

.form .form-group input {
    font-size: 20px;
    height: auto;
    border-radius: 0px;
}

.form .form-group textarea {
    font-size: 13px;
    border-radius: 0px;
}

.has-error button.selectpicker {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form .form_go {
    text-align: left;
}

.form .form_go #errors {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
    height: 26px;
    color: #a94442;
    /*min-width: 1px;*/
}

.bootstrap-select {
    font-size: 20px;
    width: 100% !important;
    margin-bottom: 0px !important;
}

.bootstrap-select button.selectpicker {
    border-radius: 0px;
    color: #555;
    font-size: 20px;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    font-size: 20px;
}

.button {
    color: #FFFFFF;
    background: url("../img/pixel.png") repeat;
    padding: 8px 35px;
    font-size: 24px;
    font-weight: 700;
    text-indent: 4px;
    letter-spacing: -1.5px;
    word-spacing: 1.5px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-stretch: condensed;

}

.button:hover {
    background: #3A8E00;
    color: #FFFFFF;
}

.button:focus {
    background: #3A8E00;
    color: #FFFFFF;
    outline: none;
}

.container {
    /*width: 1298px;*/
    position: relative;
    padding: 0;
    border-top: 4px solid #1f8f00;
    font-family: 'Open Sans', sans-serif;
}

.container .repeat-x {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 12px;
    z-index: 3;
    background: url("../img/repeat-x.png") repeat;
}

.container .zdbcb {
    position: relative;
    height: 605px;
    margin: 0;
    width: 100%;
    background: url("../img/background.jpg") no-repeat bottom;
}

.container .zdbcb .top {
    margin-top: 31px;
    margin-left: -14px;
}

.container .zdbcb .top .sprite.logo {
    float: left;
    zoom: 0.8;
}

.container .zdbcb .top .sprite.beta {
    float: left;
    margin-top: 25px;
    margin-left: 30px;
}

.container .zdbcb .bottom {
    float: left;
    color: #ffffff;
    letter-spacing: 0.05em;
    word-spacing: -0.04em;
    line-height: 1.245em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    margin-top: 53px;
    margin-left: -23px;
    font-size: 70px;
    text-shadow: 3px 2px 0 rgb(71, 71, 71);
}

.container .zdbcb .bb {
    position: relative;
    height: 605px;
    width: 100%;
}

.container .zdbcb .bb .binoculars {
    position: absolute;
    margin-left: -35px;
    bottom: 4px;
    width: 454px;
    height: 100%;
    background: url("../img/binoculars.png") no-repeat bottom;
    background-size: 100% auto;
}

.container .zdbcb .bb .binoculars .action {
    position: absolute;
    bottom: 80px;
    height: 100%;
    width: 100%;
    left: -50%;
}

.container .zdbcb .bb .binoculars .action_2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 50%;
}

.container .zdbcb .bb .binoculars button {
    margin-left: -10px;
    padding: 0;
}

.container .zdbcb .bb .binoculars span {
    margin-top: 3px;
    float: none;
    display: block;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}

.container .zn {
    background: #333d33;
    margin: 0;
}

.container .zn .text {
    margin-top: 20px;
    line-height: 1.3em;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 28px;
    text-align: center;
}

.container .zn .number {
    margin-top: 40px;
    margin-bottom: 45px;
}

.container .zn .number .text-center {
    margin-top: 10px;
    color: #ffffff;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    word-spacing: 0.04em;
}

.container .zn .number .text-center span {
    position: relative;
    right: 100px;
    top: 9px;
}

.container .zn .number .text-center span .sprite.strelka {
    position: absolute;
    top: -30px;
    left: -10px;
}

.container .zn .number .text-center span .sprite.strelka span {
    position: absolute;
    top: -32px;
    right: -50px;
    text-align: left;
    line-height: 2.2em;
    font-size: 12px;
    width: 110px;
}

.container .btp {
    margin: 0;
    padding: 53px 0 57px 70px;
    background: #ffffff;
}

.container .btp .rovno {
    position: static;
    position: inherit;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.container .btp h3 {
    margin-top: 34px;
    font-weight: 900;
    margin-bottom: 25px;
}

.container .btp .rovno span {
    font-size: 19px;
    font-weight: 100;
    line-height: 1.1em;
}

.container .fmi {
    margin-top: 32px;
}

.container .fmi h5 {
    font-family: "Georgia", serif;
    font-style: italic;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.container .fmi .block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.container .fmi a {
    color: #000000;
    text-decoration: none;
}

.container .fmi a:hover {
    color: #000000;
    text-decoration: none;
}

.container .fmi a > .block p {
    color: #000000;
    text-decoration: underline;
}

.container .fmi a:hover > .block p {
    text-decoration: none;
}

.container .fmi .block.w1 {
    width: 170px;
    text-align: left;
}

.container .fmi .block.w2 {
    width: 120px;
}

.container .fmi .block.w3 {
    width: 130px;
}

.container .fmi .block .sprite {
    float: left;
}

.container .fmi .block p {
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    height: 40px;
    font-weight: 100;
    line-height: 1.2em;
}

.container .fmi p.t2, .container .fmi p.t3 {
    line-height: 2.5em;
}

.container .footer {
    padding: 40px 0;
    border-top: 1px solid #3b483b;
    margin: 30px 110px;
    width: auto;
}

.container .footer .links div {
    margin-top: 10px;
}

.container .footer .links div a {
    color: #080808;
    text-decoration: underline;
}

.container .footer .links div a:hover {
    text-decoration: none;
}

.container .footer .copyright {
    margin-top: 10px;
}

@media (max-width: 480px) {
    .container {
        width: 380px;
    }
    .container .zdbcb {
        height: 400px;
        background-position: top;
    }
    .container .zdbcb .top {
        width: 210px;
        margin: 25px auto;
    }

    .container .zdbcb .bottom {
        margin-left: 0;
        margin-top: 15px;
        text-align: center;
        font-size: 25pt;
    }

    .container .zdbcb .bb {
        height: 400px;
    }
    .container .zdbcb .bb .binoculars {
        background: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .container .zdbcb .bb .binoculars .action {
        bottom: 30px;
    }

    .container .zdbcb .bb .binoculars button {
        zoom: 0.8;
    }

    .container .zdbcb .bb .binoculars span {
        font-size: 12px;
    }

    .container .zn .text {
        font-size: 16px;
    }

    .container .zn .count {
        text-align: center;
        font-size: 43px;
        font-weight: 900;
        color: #E1E1E1;
    }

    .container .zn .number {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .container .zn .number .text-center {
        margin-top: 0;
        font-size: 13px;
    }

    .container .btp {
        padding: 0;
    }

    .container .btp .center-block {
        margin-right: 20px;
    }

    .container .btp .sprite {
        float: left;
    }

    .container .btp .rovno {
        text-align: left;
    }

    .container .btp h3 {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        font-size: 18px;
        text-align: left;
    }

    .container .btp .row span {
        font-size: 13px;
    }

    .container .btp .row {
        margin: 0;
        padding: 25px 0;
        border-bottom: 1px solid #d8d8d8;
    }

    .container .fmi h5 {
        font-size: 25px;
    }

    .container .fmi .block.w1 {
        width: 250px;
    }

    .container .fmi .block.w1 p {
        line-height: 2.5em;
    }

    .container .footer {
        padding: 30px 0;
        margin: 30px 0 0;
    }

    .container .footer .social {
        width: 135px;
        margin: 0 auto;
    }

    .container .footer .links {
        text-align: center;
    }

    .container .footer .f_logo {
        width: 122px;
        margin: 0 auto;
    }
}

@media (min-width: 480px) and (max-width: 768px) {

    .container .zdbcb {
        height: 400px;
        background-position: top;
    }

    .container .zdbcb .top {
        width: 210px;
        margin: 25px auto;
    }

    .container .zdbcb .top .sprite {
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .container .zdbcb .bottom {
        margin: 0;
        text-align: center;
        font-size: 30pt;
    }

    .container .zdbcb .bb {
        height: 400px;
    }

    .container .zdbcb .bb .binoculars {
        width: 100%;
        margin: 0 auto;
        background: none;
    }

    .container .zdbcb .bb .binoculars .action {
        bottom: 40px;
    }

    .container .zdbcb .bb .binoculars button {
        zoom: 0.8;
    }

    .container .zdbcb .bb .binoculars span {
        font-size: 12px;
    }

    .container .zn .text {
        font-size: 18px;
    }

    .container .zn .count {
        text-align: center;
        font-size: 52px;
        font-weight: 900;
        color: #E1E1E1;
    }

    .container .zn .number {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .container .zn .number .text-center {
        margin-top: 0;
        font-size: 14px;
    }

    .container .btp {
        padding: 0;
    }

    .container .btp .center-block {
        margin-right: 20px;
    }

    .container .btp .rovno {
        text-align: left;
    }

    .container .btp h3 {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        font-size: 18px;
        text-align: left;
    }

    .container .btp .row span {
        font-size: 15px;
    }

    .container .btp .row {
        margin: 0;
        padding: 25px 0;
        border-bottom: 1px solid #d8d8d8;
    }

    .container .fmi h5 {
        font-size: 25px;
    }

    .container .fmi .block.w1 {
        width: 250px;
    }

    .container .fmi .block.w1 p {
        line-height: 2.5em;
    }

    .container .footer {
        padding: 30px 0;
        margin: 30px 0 0;
    }

    .container .footer .social {
        width: 135px;
        margin: 0 auto;
    }

    .container .footer .links {
        text-align: center;
    }

    .container .footer .f_logo {
        width: 122px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .container .zdbcb {
        height: 400px;
        background-position: top;
    }

    .container .zdbcb .top {
        margin-top: 25px;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    .container .zdbcb .bottom {
        margin-top: 10px;
        margin-left: 20px;
        /*text-align: center;*/
        font-size: 45px;
    }

    .container .zdbcb .bb {
        height: 400px;
    }

    .container .zdbcb .bb .binoculars {
        width: 300px;
    }

    .container .zdbcb .bb .binoculars .action {
        bottom: 40px;
    }

    .container .zdbcb .bb .binoculars button {
        zoom: 0.8;
    }

    .container .zdbcb .bb .binoculars span {
        font-size: 12px;
    }

    .container .zn .text {
        font-size: 18px;
    }

    .container .zn .count {
        text-align: center;
        font-size: 52px;
        font-weight: 900;
        color: #E1E1E1;
    }

    .container .zn .number {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .container .zn .number .text-center {
        margin-top: 0;
        font-size: 14px;
    }

    .container .btp {
        padding: 0;
    }

    .container .btp .sprite {
        margin-left: 20px;
    }

    .container .btp .rovno {
        text-align: left;
    }

    .container .btp h3 {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        font-size: 18px;
        text-align: left;
    }

    .container .btp .row span {
        font-size: 15px;
    }

    .container .btp .row {
        margin: 0;
        padding: 25px 0;
        border-bottom: 1px solid #d8d8d8;
    }

    .container .fmi h5 {
        font-size: 25px;
    }

    .container .footer {
        padding: 30px 0;
        margin: 30px 0 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .form .form_go #errors {
        font-size: 11px;
        text-align: center;
    }

    .button {
        padding: 8px 25px;
    }

    .container .zdbcb {
        height: 500px;
        background-position: top;
    }

    .container .zdbcb .bb {
        height: 500px;
    }

    .container .zdbcb .bottom {
        font-size: 60px;
    }

    .container .zdbcb .bb .binoculars {
        width: 100%;
    }

    .container .zdbcb .bb .binoculars .action {
        bottom: 30px;
    }

    .container .zdbcb .bb .binoculars button {
        zoom: 0.8;
    }

    .container .zn .text {
        font-size: 24px;
    }

    .container .btp {
        padding: 20px 0 20px 60px;
    }

    .container .btp h3 {
        font-size: 18px;
        width: 172px;
        margin: 17px auto;
    }

    .container .btp .r h3 {
        width: 210px;
    }

    .container .btp span {
        font-size: 15px;
    }

    .container .footer .copyright {
        margin-top: 5px;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        width: 1100px;
    }
}