.btn,
.form-label {
    text-transform: uppercase;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    min-height: 0;
}

.col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}

.col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
}

.col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
}

.col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}

.col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}

.col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}

.col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
}

.col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}


.regulamin-cnt{
    text-align: center;
    padding: 2.5rem;
    background-color: #111111;
  }
  
  .regulamin-lnk{
    text-decoration: none;
    font: 500 1.5rem 'Montserrat', sans-serif;
    color:#FFF;
  }

h1,
h2,
h3,
h4 {
    font-family: Montserrat, sans-serif;
    color: #2c2e35;
}

.contact-data {
    display: block;
    margin-top: 2rem;
    font: 700 1.8rem Montserrat, sans-serif;
}

.hide,
.navigation-checkbox {
    display: none;
}

.cursor-def {
    cursor: default;
}

.bold {
    font-weight: 700;
}

.center,
.col-lg-6,
.page-footer {
    justify-content: center;
}

.btn-to-top {
    position: fixed;
    right: 4rem;
    bottom: 4rem;
    width: 5rem;
    height: 5rem;
    transform: translateX(10rem);
    background-color: #0b00a1;
    transition: background-color .3s, transform .3s;
}

.btn-to-top::after,
.btn-to-top::before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    user-select: none;
}

.btn-to-top::before {
    transform: translate(-20%, -50%) rotate(45deg);
}

.btn-to-top::after {
    transform: translate(-81%, -50%) rotate(-45deg);
}

.btn-to-top:hover {
    background-color: #0e00d4;
}

.visible {
    transform: translateX(0);
}

html {
    font-size: 62.5%;
}

.btn-group {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.page-footer {
    width: 100%;
    padding: 5rem 10rem;
    background-color: #0b00a1;
    display: flex;
}

.contact-list {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 20rem;
}

.page-footer .row {
    min-width: 50%;
    padding: 2rem;
}

.col-lg-6 {
    display: flex;
    padding: 0 4rem;
}

.contact-item {
    font: 600 1.6rem Montserrat, sans-serif;
    color: #FFF;
    padding: 1rem 2rem;
    white-space: nowrap;
}

.contact-icon {
    fill: #FFF;
    position: absolute;
    max-height: 4rem;
    max-width: 6rem;
    top: 0;
    left: 0;
    transform: translateX(-100%);
}

*,
::after,
::before {
    box-sizing: border-box;
}

.btn-group>.btn {
    min-width: 25rem;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    background-color: #fff;
    border-left: 3px solid #F2F2F2;
    border-right: 3px solid #F2F2F2;
    border-bottom: 3px solid #F2F2F2;
    border-top: 3px solid #2F2FA1;
}

.spinner-active {
    animation: spinnerAnim 1s linear infinite;
}

.correct,
.error {
    animation: formMessageStatus 2s forwards;
}

@keyframes spinnerAnim {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width:1024px) {
    html {
        font-size: 50%;
    }
    .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .col-lg-12,
    .col-lg-4 {
        flex-basis: 100%;
        min-width: 100%;
        -ms-flex: 0 1 auto;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
    }
    .page-footer .row {
        min-width: 100%;
        flex-wrap: nowrap;
        flex-direction: row;
    }
    .navigation-button {
        background-color: #fff;
        height: 6rem;
        width: 6rem;
        outline: 0;
        position: fixed;
        top: 2rem;
        right: 2rem;
        border-radius: 50%;
        z-index: 2000;
        -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .1);
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, .1);
        text-align: center;
        cursor: pointer;
    }
    .navigation-checkbox:checked~.nav {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .navigation-icon {
        position: relative;
        margin-top: 3rem;
    }
    .navigation-icon,
    .navigation-icon::after,
    .navigation-icon::before {
        width: 3rem;
        height: 2px;
        background-color: #1a1a1a;
        display: inline-block;
    }
    .navigation-icon::after,
    .navigation-icon::before {
        content: "";
        position: absolute;
        left: 0;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
    .navigation-icon::before {
        top: -.8rem;
    }
    .navigation-icon::after {
        top: .8rem;
    }
    .navigation-checkbox:checked+.navigation-button .navigation-icon {
        background-color: transparent;
    }
    .navigation-checkbox:checked+.navigation-button .navigation-icon::before {
        top: 0;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .navigation-checkbox:checked+.navigation-button .navigation-icon::after {
        top: 0;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .nav-list {
        position: fixed;
        top: 0;
        width: 100%;
        min-height: 100vh;
        z-index: 997;
        display: flex;
        flex-direction: column;
        padding-top: 5rem;
        align-items: center;
        transform: translateX(-101%);
        transition: transform .3s ease-out;
        will-change: transform;
        background-color: #080072;
    }
    .open {
        transform: translateX(0);
    }
    .nav-item {
        position: relative;
    }
    .dropdown-link,
    .nav-link {
        text-decoration: none;
        font: 500 1.2rem Montserrat, sans-serif;
        text-transform: uppercase;
    }
    .nav-link {
        color: #FFF;
        display: block;
        text-align: center;
        padding: 1.5rem;
    }
    .dropdown-list {
        z-index: 998;
        background-color: #FFF;
        overflow: hidden;
        height: 0;
    }
    .dropdown-link {
        display: block;
        padding: 1.5rem 2.5rem;
        white-space: nowrap;
        font-weight: 600;
        color: #222;
        border-top: 1px solid #ccc;
    }
    .nav-item:hover .dropdown-list {
        display: block;
        height: 100%
    }
    .nav-link:hover {
        background-color: #0b00a1;
    }
    .dropdown-link:hover {
        background-color: #E6E6E6;
    }
    .nav-icon-phone {
        height: 2rem;
        width: 2rem;
        fill: #FFF;
    }
}

@media only screen and (min-width:1024px) {
    .nav-list {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 998;
        display: flex;
        justify-content: center;
        transition: .3s height, background-color .3s;
    }
    .nav-sm {
        height: 5rem;
        background-color: rgba(11, 0, 161, 1);
    }
    .nav-lg {
        height: 8rem;
        background-color: rgba(11, 0, 161, 0);
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    .nav-item {
        position: relative;
        margin: 0 1.5rem;
        height: 100%;
    }
    .dropdown-link,
    .nav-link {
        text-decoration: none;
        font: 500 1.2rem Montserrat, sans-serif;
        text-transform: uppercase;
    }
    .nav-link {
        color: #FFF;
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 1rem;
        white-space: nowrap;
    }
    .dropdown-list {
        display: none;
        position: absolute;
        background-color: #FFF;
        box-shadow: 0 0 30px 3px rgba(0, 0, 0, .1)
    }
    .dropdown-link {
        display: block;
        padding: 1.5rem 2.5rem;
        white-space: nowrap;
        font-weight: 600;
        color: #222;
        border-top: 1px solid #ccc;
    }
    .nav-item:hover .dropdown-list {
        display: block
    }
    .nav-link:hover {
        background-color: #080072
    }
    .dropdown-link:hover {
        background-color: #E6E6E6
    }
    .nav-icon-phone {
        height: 2rem;
        width: 2rem;
        fill: #FFF;
    }
}

.form,
.form-row {
    width: 100%;
    display: flex;
}

@media only screen and (max-width:600px) {
    .btn-group {
        -ms-flex-direction: column;
        flex-direction: column;
        bottom: 5%;
    }
    .btn-order,
    .btn-pdf,
    .btn-track {
        margin: 1rem;
    }
    .page-footer {
        padding: 5rem 2rem 5rem 4rem;
    }
    .page-footer .row {
        min-width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .col-lg-6 {
        min-width: 100%;
        flex-basis: auto;
    }
    .contact-list {
        width: 100%;
    }
    .list--1 {
        display: block;
        margin-bottom: 5rem;
    }
}

.form-container {
    display: flex;
    margin-top: 5rem;
    padding: 5rem 25rem;
    background-color: #F2F2F2;
    position: relative;
}

.form {
    background-color: #FFF;
    flex-direction: column;
    padding: 5rem;
}

.self-center {
    justify-self: center;
    align-self: center;
}

.form-heading {
    font: 700 4rem Montserrat, sans-serif;
    text-align: center;
    margin-bottom: 3rem;
    color: #2c2e35;
}

.form-row {
    flex-direction: column;
    margin-bottom: 2rem;
}

.form-input,
.form-label {
    margin-bottom: 1rem;
}

.form-label {
    font: 700 1.3rem Montserrat, sans-serif;
}

.form-input,
.textarea {
    padding: 1.5rem;
    font: 500 1.5rem Montserrat, sans-serif;
    border: 0;
    border: 1px solid silver;
    outline: 0;
    color: #222;
    background-color: #FFF!important;
}

.form-input:focus,
.textarea:focus {
    border: 1px solid #767676;
    box-shadow: 0 0 0 1px rgba(118, 118, 118, 1);
}

.textarea {
    resize: vertical;
    min-height: 10rem;
}

.flex-row {
    flex-direction: row;
}

.btn {
    flex: 1;
    border: 0;
    cursor: pointer;
    padding: 1.5rem 2.5rem;
    font: 700 1.2rem Montserrat, sans-serif;
    outline: 0;
    margin-top: 2rem;
    transform: scale(1) translateY(0) translateZ(0);
    transition: transform .1s, box-shadow .2s, background-color .3s;
}

.btn-submit {
    background-color: #0b00a1;
    color: #FFF;
    margin-right: 4rem;
}

.btn-reset {
    background-color: #ddd;
    color: #2c2e35;
}

.btn-submit:hover {
    background-color: #0d00c4;
}

.btn-reset:hover {
    background-color: #EEE;
}

.btn-submit:active {
    background-color: #0b00a1;
}

.btn-pdf:active,
.btn-reset:active {
    background-color: #ddd;
}

.invalid-input {
    border: 1px solid red;
    box-shadow: 0 0 0 1px red;
}

.btn-reset:hover,
.btn-submit:hover {
    transform: scale(1) translateY(-3px) translateZ(0);
    box-shadow: 0 8px 12px -6px rgba(0, 0, 0, .5);
}

.btn-reset:active,
.btn-submit:active {
    transform: scale(1) translateY(1px) translateZ(0);
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .75);
}


#message {
    position: fixed;
    z-index: -992;
    top: 50%;
    left: 50%;
    min-width: 10rem;
    min-height: 5rem;
    transform: translate(-50%, -50%);
    font: 700 2rem Montserrat, sans-serif;
    color: #FFF;
    padding: 2rem 10rem;
    opacity: 0;
}

.success {
    background-color: #5cb85c;
    border: 2px solid #3f7e3f;
    animation: formMessageStatus 3s forwards;
}

.error {
    background-color: #d9534f;
    border: 1px solid #7e3230;
    animation: formMessageStatus 3s forwards;
}

@keyframes formMessageStatus {
    0%,
    75% {
        opacity: 1;
        z-index: 100;
    },
    100% {
        z-index: -992;
    }
}

.input-error-msg {
    color: red;
    font: 500 1.2rem Montserrat, sans-serif;
}

@media only screen and (max-width:1280px) {
    .form-container {
        padding: 5rem 10rem;
    }
}

@media only screen and (max-width:1024px) {
    .form-container {
        padding: 5rem 10rem;
        margin-top: 0;
    }
}

@media only screen and (max-width:600px) {
    .form-container {
        padding: 0;
        margin-top: 0;
    }
    .flex-row {
        flex-direction: column;
    }
    .btn-submit {
        margin-right: 0;
    }
}

@media only screen and (min-width:1600px) {
    .form-container {
        padding: 5rem 50rem;
    }
}