/* Minification failed. Returning unminified contents.
(3758,1): run-time error CSS1030: Expected identifier, found '('
(3758,1): run-time error CSS1026: Expected open brace, found '('
(3777,1): run-time error CSS1019: Unexpected token, found '}'
(3779,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3781,1): run-time error CSS1019: Unexpected token, found '('
(3781,12): run-time error CSS1031: Expected selector, found ')'
(3781,12): run-time error CSS1025: Expected comma or open brace, found ')'
(4186,15): run-time error CSS1038: Expected hex color, found '#ff000'
 */
@charset "UTF-8";

@font-face {
    font-family: 'ArialMT';
    src: url("../fonts/ArialMT/ArialMT.eot");
    src: url("../fonts/ArialMT/ArialMT.woff") format("woff"), url("../fonts/ArialMT/ArialMT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial-BoldMT';
    src: url("../fonts/ArialMT/Arial-BoldMT.eot");
    src: url("../fonts/ArialMT/Arial-BoldMT.woff") format("woff"), url("../fonts/ArialMT/Arial-BoldMT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DaxlinePro-Regular';
    src: url("../fonts/DaxlinePro/DaxlinePro-Regular.eot");
    src: url("../fonts/DaxlinePro/DaxlinePro-Regular.woff") format("woff"), url("../fonts/DaxlinePro/DaxlinePro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DaxlinePro-Bold';
    src: url("../fonts/DaxlinePro/DaxlinePro-Bold.eot");
    src: url("../fonts/DaxlinePro/DaxlinePro-Bold.woff") format("woff"), url("../fonts/DaxlinePro/DaxlinePro-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic';
    src: url("../fonts/tradegothic/TradeGothicLTStd.eot");
    src: url("../fonts/tradegothic/TradeGothicLTStd.woff2") format("woff2"), url("../fonts/tradegothic/TradeGothicLTStd.woff") format("woff"), url("../fonts/tradegothic/TradeGothicLTStd.ttf") format("truetype"), url("../fonts/tradegothic/TradeGothicLTStd.svg#TradeGothicLTStd") format("svg"), url("../fonts/tradegothic/TradeGothicLTStd.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic';
    src: url("../fonts/tradegothic/TradeGothicLTStd-Light.eot");
    src: url("../fonts/tradegothic/TradeGothicLTStd-Light.woff2") format("woff2"), url("../fonts/tradegothic/TradeGothicLTStd-Light.woff") format("woff"), url("../fonts/tradegothic/TradeGothicLTStd-Light.ttf") format("truetype"), url("../fonts/tradegothic/TradeGothicLTStd-Light.svg#TradeGothicLTStd-Light") format("svg"), url("../fonts/tradegothic/TradeGothicLTStd-Light.eot?#iefix") format("embedded-opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic';
    src: url("../fonts/tradegothic/TradeGothicLTStd-Bold.eot");
    src: url("../fonts/tradegothic/TradeGothicLTStd-Bold.woff2") format("woff2"), url("../fonts/tradegothic/TradeGothicLTStd-Bold.woff") format("woff"), url("../fonts/tradegothic/TradeGothicLTStd-Bold.ttf") format("truetype"), url("../fonts/tradegothic/TradeGothicLTStd-Bold.svg#TradeGothicLTStd-Bold") format("svg"), url("../fonts/tradegothic/TradeGothicLTStd-Bold.eot?#iefix") format("embedded-opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat/Montserrat-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url("../fonts/Montserrat/Montserrat-Bold.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url("../fonts/Montserrat/Montserrat-Medium.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: RobotoCondensed-Regular;
    src: url('../fonts/Roboto/RobotoCondensed-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: Roboto-Light;
    src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOutUp {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(-20px);
        opacity: 0;
    }
}

@keyframes fadeOutDown {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}

@keyframes fadeOutRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(20px);
        opacity: 0;
    }
}

@keyframes fadeOutLeft {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(-20px);
        opacity: 0;
    }
}

@keyframes fadeOutUpBig {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(-2000px);
        opacity: 0;
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        transform: translateX(20px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInUpBig {
    0% {
        transform: translateY(2000px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.95, 0.95);
    }

    50% {
        opacity: 1;
        transform: scale(1.1, 1.1);
    }

    100% {
        opacity: 0;
        transform: scale(0.3, 0.3);
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3, 0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05, 1.05);
    }

    70% {
        transform: scale(0.9, 0.9);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(30px);
    }

    80% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(-30px);
    }

    80% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        transform: translateX(-30px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        transform: translateX(30px);
    }

    80% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center 50%;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: center center 50%;
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom 50%;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: left bottom 50%;
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom 50%;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: left bottom 50%;
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom 50%;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: right bottom 50%;
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom 50%;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: right bottom 50%;
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center 50%;
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        transform-origin: center center 50%;
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom 50%;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom 50%;
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom 50%;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom 50%;
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom 50%;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom 50%;
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom 50%;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom 50%;
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) rotateY(360deg) scale(0.95);
        animation-timing-function: ease-in;
    }

    100% {
        transform: perspective(400px) scale(1);
        animation-timing-function: ease-in;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        transform: perspective(400px) rotateX(0deg);
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotateX(90deg);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        transform: perspective(400px) rotateY(0deg);
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotateY(90deg);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    50% {
        transform: translateY(0);
    }

    60% {
        transform: translateY(-15px);
    }

    80% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    10% {
        transform: translateX(-10px);
    }

    20% {
        transform: translateX(10px);
    }

    30% {
        transform: translateX(-10px);
    }

    40% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(-10px);
    }

    60% {
        transform: translateX(10px);
    }

    70% {
        transform: translateX(-10px);
    }

    80% {
        transform: translateX(10px);
    }

    90% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes tada {
    0% {
        transform: scale(1, 1);
    }

    10% {
        transform: scale(0.9) rotate(-3deg);
    }

    20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30% {
        transform: scale(1.1) rotate(3deg);
    }

    40% {
        transform: scale(1.1) rotate(-3deg);
    }

    50% {
        transform: scale(1.1) rotate(3deg);
    }

    60% {
        transform: scale(1.1) rotate(-3deg);
    }

    70% {
        transform: scale(1.1) rotate(3deg);
    }

    80% {
        transform: scale(1.1) rotate(-3deg);
    }

    90% {
        transform: scale(1.1) rotate(3deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

@keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        transform-origin: top center 50%;
    }

    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0%);
    }

    15% {
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left 50%;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left 50%;
        animation-timing-function: ease-in-out;
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left 50%;
        animation-timing-function: ease-in-out;
    }

    80% {
        transform: rotate(60deg) translateY(0);
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        transform-origin: top left 50%;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translateY(700px);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@keyframes rollIn {
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollOut {
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg);
    }
}

/* Mixins, Globals */

body {
    font-weight: 300 !important;
    font-size: 17px !important;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

.imageBreak {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    max-height: 466px;
    height: 100vh;
}

.visually-hidden {
    visibility: hidden;
}

.over {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(36, 165, 198, 0.7);
    z-index: 9999999;
}

.over .over_modal {
    width: 90vw;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 300px;
    min-height: 250px;
    height: 70vh;
    padding: 20px;
}

.over .over_modal img {
    width: 70%;
}

.over .over_modal p {
    padding: 20px 0px 0px;
    font-weight: 400;
}

.over .over_modal .button {
    font-size: 12px;
}

body.in_progress .over {
    display: block;
}

h1 {
    margin: 15px 0px;
    text-align: left;
}

h2 {
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
}

@media (min-width: 768px) {
    h2 {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 40px;
    }
}

h3 {
    margin: 0 0 10px 0;
    padding: 0;
}

h4 {
    font-size: 2.11765em;
    font-weight: 300;
    letter-spacing: 1.3px;
    margin-bottom: 33px;
}

h5 {
    color: #ffffff;
    font-size: 1.70588em;
    /* Przybliżenie (wynika z podstawienia czcionki) */
    font-weight: 400;
    line-height: 120%;
    /* Przybliżenie (wynika z podstawienia czcionki) */
    text-align: center;
    margin: 30px 0px;
}

h6 {
    font-size: 1.05882em;
}

hr {
    background: #CFCACA;
    height: 1px;
    border: 0px;
}

strong, b {
    font-weight: 700;
}

em {
    font-style: italic;
}

ul {
    padding: 0px;
}

ul li {
    padding-left: 30px;
    position: relative;
    list-style: none;
    font-size: initial;
}

ul li:before {
    content: "";
    border-radius: 6px;
    background-color: #f48135;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 12px;
}

ul li a {
    font-size: initial;
}

nav ul {
    margin-bottom: 0px;
}

nav ul li {
    display: inline-block;
    padding-left: 0px;
}

nav ul li:before {
    display: none;
}

nav ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}

nav ul li a:hover {
    font-weight: 300;
    text-decoration: none;
}

.gray {
    margin: 0px -15px;
    background: #ECEFF0;
}

.pixline {
    display: block;
    margin: auto;
    background-color: #24a5c6;
    width: 170px;
    height: 2px;
}

p {
    margin: 0 0 10px 0;
    padding: 0;
}

#tabs > ul li {
    display: inline-block;
    width: 33.3%;
    padding: 0px;
    font-size: 1.76471em;
    text-align: center;
    background: #fff;
    line-height: 1em;
    position: relative;
    cursor: pointer;
}

#tabs > ul li:before {
    display: none;
}

#tabs > ul li:after {
    content: "";
    display: none;
    width: 25px;
    height: 25px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}

#tabs > ul li a {
    color: #616161;
    text-decoration: none;
}

#tabs > ul li a:hover {
    color: #24a5c6;
    font-weight: 300;
}

#tabs > ul li .pixline {
    position: relative;
    z-index: 1000;
    height: 1px;
    width: 117px;
    margin: 10px auto 10px auto !important;
}

form.horizontal label {
    font-weight: 300;
    width: 100%;
    margin-bottom: 10px;
}

form.horizontal label *:first-child {
    width: 25%;
    display: inline-block;
    text-align: right;
    padding-right: 12px;
}

form.horizontal label * {
    vertical-align: top;
}

form.horizontal label p {
    display: inline-block;
    width: 74%;
    font-size: 0.76471em;
}

form.horizontal span {
    font-size: 0.76471em;
}

form.horizontal label span {
    font-size: 1em;
}

form.horizontal > *:not(label):not(.col-md-6) {
    margin-left: 25%;
}

form.horizontal > .col-md-6 > *:not(label) {
    margin-left: 25%;
}

form.horizontal .checkbox-wrapper {
    padding-top: 10px;
}

form.horizontal input[type=checkbox] {
    margin-top: 10px;
}

form.horizontal input[type=checkbox]:focus {
    outline: 0px none;
}

input[type="checkbox"] {
    vertical-align: middle;
    text-align: right;
}

input[type="checkbox"] + p {
    vertical-align: middle;
    margin-bottom: 10px !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
select.form-select {
    width: auto;
    max-width: 100%;
    height: auto;
    outline: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select.form-select, textarea {
    border-radius: 4px;
    border: solid thin #CCCCCC;
    padding: 15px 10px;
    line-height: 1;
    font-size: 14px;
    font-weight: 300;
    font-family: "TradeGothic", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
}

select.form-select {
    width: 100%;
    line-height: 1.3;
    background-size: 15px auto;
}

select.form-select:disabled {
    background-color: #F5F7FA;
    border: 1px solid #E2E6EB;
}

select {
    border-radius: 4px;
    border-width: 1px;
    border-color: #CCCCCC;
    border-style: solid;
    background-color: #ffffff;
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 0px 10px;
    outline: 0;
    background: url(/Content/arrowdown) center right 15px no-repeat;
    background-size: auto 40%;
}

textarea {
    border-radius: 4px;
    border-width: 1px;
    border-color: #CCCCCC;
    border-style: solid;
    background-color: #ffffff;
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 10px;
    outline: 0;
}

textarea:disabled {
    background: #F5F7FA;
    border: 1px solid #E2E6EB;
}

textarea[readonly] {
    background: #F5F7FA;
    border: 1px solid #E2E6EB;
}

.special {
    width: 100%;
    height: 25px;
    bottom: 0px;
    position: absolute;
    left: 0px;
    cursor: pointer;
    z-index: 100;
}

.special.top {
    background-image: url(/Content/toparrow);
    background-repeat: unset;
    background-position: center center;
    background-size: auto 100%;
    bottom: -25px;
}

.special.top.gray {
    background: url(/Content/toparrowgray) center;
    background-repeat: unset;
    bottom: -25px;
    padding: 0px !important;
    margin: 0px !important;
}

.special.bottom {
    background-image: url(/Content/bottomarrow);
    background-repeat: unset;
    background-position: center center;
    background-size: auto 100%;
}

.special.bottom.gray {
    background: url(../Content/Img/bgs/bottom_gray.png) no-repeat center;
    padding: 0px !important;
    margin: 0px !important;
}

select,
option,
input,
button {
    outline-style: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-style: none;
    text-shadow: none;
    box-shadow: none;
    line-height: 1;
}

input,
button {
    width: auto;
}

*:focus {
    outline: 0 !important;
}

form.vertical label {
    margin-bottom: 10px;
    font-weight: 300;
}

form.vertical label span {
    padding-left: 5px;
    color: #616161;
    font-size: 0.82353em;
}

form.vertical label strong {
    font-weight: 400;
}

form.vertical input[type=text].error,
form.vertical input[type=password].error {
    border: 1px solid #ff0000;
}

body .select2-container {
    width: 298px;
}

body .select2-container a.select2-choice {
    width: 100%;
    height: 25px;
}

body .select2-container a.select2-choice .select2-chosen {
    text-align: left;
    line-height: 25px;
}

body .select2-container a.select2-choice .select2-arrow {
    background: url("../Content/Img/arrow_down.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 32px;
}

    body .select2-container a.select2-choice .select2-arrow b {
        display: none;
    }

body .select2-container a.select2-choice:hover {
    font-weight: 300;
}

@media (max-width: 991px) {
    body .select2-container {
        width: 100%;
    }
}

body .select2-drop .select2-results li {
    font-size: 14px;
    padding-left: 0px;
}

body .select2-drop .select2-results li:before {
    content: none;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 17px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

/**********
 * Header *
 **********/

body > header {
    position: fixed;
    top: 0px;
    z-index: 10000;
    width: 100%;
    background-color: white;
}

@media (min-width: 992px) {
    body > header {
        box-shadow: 0px 0px 7px #a0a0a0;
    }
}

@media (min-width: 992px) {
    body > header .menuButton {
        display: none;
    }
}

body > header #logo {
    display: block;
    box-shadow: 0px 0px 7px #a0a0a0;
}

@media (min-width: 992px) {
    body > header #logo {
        box-shadow: none;
    }
}

body > header #logo a {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    top: 0 !important;
    left: 0;
    z-index: 123;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
}

@media (min-width: 992px) {
    body > header #logo a {
        position: absolute;
        top: 15px !important;
        height: 0;
        margin-top: 0;
    }
}

body > header #logo a h1 {
    margin: 0;
    padding: 0;
}

body > header #external-menu {
    line-height: 1;
    color: #fff;
    font-size: 0;
    text-align: right;
}

body > header #external-menu ul {
    width: 100%;
    display: inline-block;
    z-index: 20;
}

@media (min-width: 992px) {
    body > header #external-menu ul {
        width: auto;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (min-width: 992px) {
    body > header #external-menu li {
        margin-left: 50px;
        display: inline-block;
        padding-left: 0;
    }
}

body > header #external-menu a {
    color: #afafaf;
    font-size: 12px;
    line-height: 49px;
    transition: 0.3s all;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: center top 10px;
    text-decoration: none;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    body > header #external-menu a {
        padding: 55px 0px 0px 0px;
    }

    body > header #external-menu a[href*="ClaimRequest"],
    body > header #external-menu a[href*="RequestIndex"],
    body > header #external-menu a[href*="zglos"] {
        background-image: url(/Content/topmenu.servicerequest);
    }

    body > header #external-menu a[href*="RepairStatus"], body > header #external-menu a[href*="status"], body > header #external-menu a[href*="login"] {
        background-image: url(/Content/topmenu.repairstatus);
    }
}

body > header #external-menu a:focus {
    outline: none;
    border: 0;
}

body > header #external-menu a:hover, body > header #external-menu a.active {
    color: #f48135;
}

body > header #external-menu .container + a {
    padding: 0px;
}

body > header #external-menu .languageBox {
    position: absolute;
    top: 0px;
    cursor: pointer;
    right: 0px;
    padding: 0px;
}

body > header #external-menu .languageBox:hover {
    font-weight: 300;
}

body > header #external-menu .languageBox p {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}

body > header #external-menu .languageBox:after {
    vertical-align: middle;
    display: inline-block;
    content: "";
    background-color: #fff;
    width: 38px;
    height: 38px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 10px;
    background-image: url("../Content/Img/pl.png");
}

body > header #external-menu .languageBox.en:after {
    background-image: url("../Content/Img/en.png");
}

body > header #internal-menu {
    text-align: left;
    line-height: 1;
    font-size: 0;
}

body > header #internal-menu ul {
    font-size: 0;
    width: auto;
    display: inline-block;
}

nav > ul > li:first-child > a > * {
    width: 100px;
    height: 77px;
}

#logo a > h1 > * {
    width: 100px;
    height: 77px;
}

nav > ul > li {
    vertical-align: middle;
}

@media (min-width: 992px) {
    body > header #internal-menu ul {
        padding-top: 5px;
        padding-bottom: 10px;
    }
}

body > header #internal-menu ul li {
    display: inline-block;
    overflow: hidden;
}

@media (min-width: 992px) {
    body > header #internal-menu ul li:first-of-type {
        padding-left: 0;
        margin-left: 0;
    }

    body > header #internal-menu ul li:first-of-type a {
        padding-left: 0;
        margin-left: 0;
    }

    body > header #internal-menu ul li:last-of-type {
        padding-right: 0;
        margin-right: 0;
    }

    body > header #internal-menu ul li:last-of-type a {
        padding-right: 0;
        margin-right: 0;
    }
}

body > header #internal-menu ul li a {
    color: #f48135;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 49px;
    transition: 0.3s all;
    text-transform: uppercase;
}


@media (min-width: 992px) {
    body > header #internal-menu ul li a {
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    body > header #internal-menu ul li span {
        padding: 0 20px;
    }
}

body > header #internal-menu ul li a:hover, body > header #internal-menu ul li a.active {
    color: #f48135;
}

body > header #internal-menu ul li a:focus {
    text-decoration: none;
    outline: 0px none;
}

body > header #internal-menu ul:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0px;
}

body.menuOn header #logo {
    display: block;
}

@media (min-width: 992px) {
    .sidebar {
        display: block;
    }
}

.sidebar {
    background-repeat: no-repeat;
    background-size: 100% auto;
    /*background-position: center;*/
    background-image: url(/Content/claims.requestindex.image);
    background-color: #ECEBEA;    
}

body.home > main > section#product_overview,
body.home > main > section#customer_area,
body.home > main > section#regulations,
body.home > main > section#contact {
    padding: 45px 0px 70px 0px;
}

body > main {
    background-color: white;
    padding-top: 105px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body > main > section {
    position: relative;
}

body > main .main__title {
    text-shadow: none;
    color: #f48135;
    line-height: 1;
    width: 100%;
    position: relative;
    font-weight: 300;
    margin-bottom: 24px;
}

body > main .page__title {
    line-height: 1;
    font-size: 24px;
    color: #f48135;
    font-weight: 300;
    text-align: center;
}

body > main .page__title.blue {
    color: #24a5c6;
}

body > main .page__title:after {
    content: ' ';
    display: block;
    margin: 20px auto 20px;
    /*background-color: #24a5c6;*/
    height: 2px;
    width: 50px;
}

@media (min-width: 768px) {
    body > main .page__title {
        font-size: 32px;
    }

    body > main .page__title:after {
        width: 70px;
    }
}

@media (min-width: 992px) {
    body > main .page__title {
        font-size: 36px;
    }

    body > main .page__title:after {
        width: 80px;
        height: 4px;
    }
}

@media (min-width: 1200px) {
    body > main .page__title {
        font-size: 40px;
    }

    body > main .page__title:after {
        width: 80px;
    }
}

@media (min-width: 992px) {
    body > main #top {
        background-size: 125% auto;
        padding-top: 6%;
        padding-bottom: 8%;
    }
}

body > main #top .page__title {
    margin: 0;
    padding: 0;
    text-shadow: none;
    color: #373737;
    text-align: left;
}

body > main #top .page__title:after {
    background-color: white;
}

body > main #top .top__title {
    text-align: left;
    /*color: #fff;*/
    font-weight: normal;
    margin: 10px 0;
    text-shadow: 1px 1px 0px #000;
}

@media (min-width: 992px) {
    body > main #top .top__title {
        text-shadow: none;
        /*color: #373737;*/
    }
}

body > main #top h5.top__title {
    font-size: 1.5em;
    font-weight: 300;
}

body > main #top h2.top__title {
    font-size: 2.3em;
}

body > main #top .top__sub {
    margin: 0;
    padding: 0;
    text-shadow: none;
    line-height: 1.3;
    /*color: #fff;*/
    font-size: 1.3em;
    margin-top: 20px;
    font-weight: 300;
    letter-spacing: 0.1ex;
    text-align: left;
    text-shadow: 1px 1px 0px #000;
}

@media (min-width: 992px) {
    body > main #top .top__sub {
        text-shadow: none;
        /*color: #373737;*/
    }
}

body > main #top .button {
    background: url(/Content/Img/ubezp.png) no-repeat center left 10px;
    background-color: #1C8CC1;
    padding: 10px 35px 8px 65px;
}

body > main #top .container {
    position: relative;
    z-index: 40;
    font-size: 12px;
}

@media (min-width: 992px) {
    body > main #top .container {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    body > main #top .container {
        font-size: 17px;
    }
}

body > main #product_overview {
    text-align: left;
    padding-bottom: 15px;
    z-index: 98;
}

body > main #product_overview .pixline {
    margin-bottom: 30px;
}

body > main #product_overview p, body > main #product_overview ul {
    max-width: 920px;
    display: block;
    margin: 0 auto 10px;
}

body > main #customer_area,
body > main #regulations {
    z-index: 97;
}

body > main #customer_area .pixline + p,
body > main #regulations .pixline + p {
    margin-top: 32px;
    text-align: center;
}

body > main #customer_area .row:first-of-type p,
body > main #regulations .row:first-of-type p {
    text-align: center;
}

body > main #customer_area .icon,
body > main #regulations .icon {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 60px;
    margin: 40px auto 20px;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: fit;
}

body > main #customer_area .icon.your-policy,
body > main #regulations .icon.your-policy {
    background-image: url(/Content/homesection.customerarea.terms);
}

body > main #customer_area .icon.report-damage,
body > main #regulations .icon.report-damage {
    background-image: url(/Content/homesection.customerarea.servicerequest);
}

body > main #customer_area .icon.recovery-status,
body > main #regulations .icon.recovery-status {
    background-image: url(/Content/homesection.customerarea.repairstatus);
}

body > main #customer_area .col-md-3:hover .icon,
body > main #regulations .col-md-3:hover .icon {
    border-color: #24a5c6;
}

body > main #customer_area .customer-area_button,
body > main #regulations .customer-area_button {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    display: table;
    transition: 0.3s all;
    border-radius: 0;
    padding: 15px 0px 15px 0px;
    letter-spacing: 0.1ex;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.05882em;
    text-transform: none;
    background-color: #f48135;
    color: white;
    line-height: 1;
    border: 2px solid #f48135;
    font-weight: 300;
    border-radius: 4px;
    text-transform: uppercase;
}

body > main #customer_area .customer-area_button:hover,
body > main #regulations .customer-area_button:hover {
    background-color: white;
    color: #f48135;
}

body > main #nasze-produkty {
    z-index: 96;
    padding-bottom: 0px;
}

body > main #nasze-produkty .pixline {
    margin-bottom: 40px;
}

body > main #nasze-produkty .gray {
    margin-top: 140px;
    padding-bottom: 40px;
}

body > main #nasze-produkty .gray #tabs > ul {
    margin-top: -60px;
    margin-bottom: 50px;
}

body > main #nasze-produkty .gray #tabs > ul li {
    width: 50%;
}

body > main #nasze-produkty .gray #tabs > ul li.active:after {
    display: block;
}

body > main #nasze-produkty .gray #tabs > div {
    display: none;
    overflow: hidden;
}

body > main #nasze-produkty .gray #tabs > div.active {
    display: block;
}

body > main #nasze-produkty .col-md-6 img {
    max-width: 90%;
    margin-top: 17px;
}

body > main #nasze-produkty #tabs-2, body > main #nasze-produkty #tabs-3 {
    text-align: center;
}

body > main #nasze-produkty h5 {
    margin: 10px 0px;
}

body > main #contact {
    z-index: 94;
}

body > main #contact .pixline {
    margin-bottom: 40px;
}

body > main #contact .kontakt__description p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
}

@media (min-width: 992px) {
    body > main #contact .kontakt__description p {
        text-align: left;
    }
}

body > main #contact a {
    font-size: inherit;
    text-decoration: none;
    color: white;
}

body > main #contact a:hover {
    font-weight: inherit;
    color: #f48135;
}

body > main #contact .kontakt__form .form__submit {
    text-align: center;
}

body > main #contact .kontakt__form .checkbox-wrapper {
    float: left;
    clear: both;
    width: 100%;
}

body > main #contact .kontakt__form .checkbox-wrapper label {
    font-size: 14px;
}

body > main #contact .kontakt__form .checkbox-wrapper input[type='checkbox'] {
    opacity: 0;
    display: none;
}

body > main #contact .kontakt__form .checkbox-wrapper input[type='checkbox'] + label {
    cursor: pointer;
    position: relative;
    background-size: auto 16px;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 0 0 0 24px;
    margin-left: 0px;
    cursor: pointer;
    transition: 0.5s all;
    margin: 0;
    line-height: 1.5;
    cursor: pointer;
    background-position: left top 5px;
    background-size: auto 14px;
    background-repeat: no-repeat;
    background-image: url(/Content/checka);
}

body > main #contact .kontakt__form .checkbox-wrapper div {
    display: none;
}

body > main #contact .kontakt__form .check_box_required input[type='checkbox'] + label {
    background-image: url(/Content/checkc);
}

body > main #contact .kontakt__form .check_box_required div {
    color: red;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

body > main #contact .kontakt__form .checkbox-wrapper input[type='checkbox']:checked + label {
    background-image: url(/Content/checkb);
}

body > main #contact .kontakt__form p {
    font-size: 12px;
    float: left;
    clear: both;
    width: 100%;
}

body > main #contact .kontakt__form p.legal-notice {
    font-size: 12px;
    line-height: 1.4;
}

body > main #contact .kontakt__form #Div1 > .row > div span {
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 7px;
}

body > main #contact .kontakt__form #Div1 > .row > div label,
body > main #contact .kontakt__form #Div1 > .row > div select,
body > main #contact .kontakt__form #Div1 > .row > div input[type=text],
body > main #contact .kontakt__form #Div1 > .row > div input[type=email],
body > main #contact .kontakt__form #Div1 > .row > div textarea {
    width: 100%;
    float: left;
    margin-top: 7px;
}

body > main #contact .kontakt__form #Div1 select,
body > main #contact .kontakt__form #Div1 option,
body > main #contact .kontakt__form #Div1 input[type=text],
body > main #contact .kontakt__form #Div1 input[type=email],
body > main #contact .kontakt__form #Div1 textarea {
    border: thin solid #ccc;
    border-radius: 5px;
    padding: 10px;
    line-height: 1;
    font-size: 14px;
    font-weight: 300;
}

body > main #contact .kontakt__form #Div1 textarea {
    height: 249px;
    resize: none;
}

body > main #contact .kontakt__form input[type=submit] {
    background-color: #f48135;
    color: white;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1ex;
    font-size: 16px;
    padding: 15px 20px;
    border: 2px solid #f48135;
    transition: 0.3s all;
    border-radius: 4px;
}

@media (min-width: 992px) {
    body > main #contact .kontakt__form input[type=submit] {
        padding: 15px 80px;
    }
}

body > main #contact .kontakt__form input[type=submit]:hover {
    background-color: white;
    color: #f48135;
}

body > main .legal-notice {
    font-size: 0.64706em;
}

body > main .main-content {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 45px;
}

.step-indicator {
    height: 30px;
    position: relative;
    width: 100%;
    top: 0px;
    right: 0px;
    max-width: 200px;
    margin: 40px auto 50px;
    display: table;
    z-index: 10;
}

@media (min-width: 768px) {
    .step-indicator {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .step-indicator {
        display: block;
        right: 15px;
        margin: 0;
        position: absolute;
        top: 40px;
    }
}

.step-indicator:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f48135;
    z-index: -1;
    top: 50%;
    margin-top: -1px;
}

.step-indicator .dot {
    border-radius: 50%;
    display: block;
    height: 22px;
    position: absolute;
    top: 4px;
    width: 22px;
    border: 1px solid #CCD1D9;
    background: #fff;
    z-index: 10;
    transition: all .4s ease-in-out;
}

.step-indicator .dot:before {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 25px;
    font-style: normal;
    font-weight: 300;
    color: #CCD1D9;
    transform: translate(-50%, 0);
}

.step-indicator .dot:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #f48135;
    transform: scale(1);
    opacity: 0;
    transition: all .4s ease-in-out;
}

.step-indicator .dot.finished {
    border-color: #f48135;
    background: #f48135;
}

.step-indicator .dot.finished:before {
    color: #f48135;
}

.step-indicator .dot.active {
    box-shadow: 0px 0px 0px 4px #fff;
    border-color: #f48135;
    border-width: 2px;
}

.step-indicator .dot.active:before {
    color: #f48135;
}

.step-indicator .dot.active:after {
    transform: scale(1.8);
    opacity: 1;
}

.step-indicator .per-0 {
    left: 0px;
}

.step-indicator .per-0:before {
    content: '0%';
}

.step-indicator .per-33 {
    left: calc(33% - 11px);
}

.step-indicator .per-33:before {
    content: '33%';
}

.step-indicator .per-66 {
    left: calc(66% - 11px);
}

.step-indicator .per-66:before {
    content: '66%';
}

.step-indicator .per-100 {
    right: 0px;
}

.step-indicator .per-100:before {
    content: '100%';
}

.step-indicator__indicator {
    background-color: #f48135;
    border-radius: 6px;
    height: 14px;
    position: relative;
    transition: all 0.5s linear;
    width: 0;
}

.step-indicator__indicator .percent {
    color: #f48135;
    font-size: 14px;
    position: absolute;
    right: -10px;
    top: -20px;
}

.form__title {
    width: 100%;
    display: block;
    color: #009CBF;
    font-weight: 700;
    margin: 0 0 20px 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .form__title {
        font-size: 18.66666px;
    }
}

@media (min-width: 992px) {
    .form__title {
        font-size: 21.33328px;
    }
}

@media (min-width: 1200px) {
    .form__title {
        font-size: 23.2px;
    }
}

.info-tip {
    display: inline-block;
    height: 13px;
}

@media (min-width: 768px) {
    .info-tip {
        position: relative;
    }
}

.info-tip img {
    display: block;
    margin-left: 10px;
    vertical-align: center;
}

.info-tip p {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    height: auto;
    background-color: #9b9b9b;
    z-index: 123;
    font-size: 11px;
    text-align: left;
    width: 100%;
    max-width: 240px;
    height: auto;
    overflow: visible !important;
    border-radius: 4px;
    line-height: 1.3;
    padding: 10px 10px;
    color: #fff;
    font-weight: 300;
    font-family: "TradeGothic", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (min-width: 768px) {
    .info-tip p {
        width: 240px;
        right: -10px;
        left: initial;
    }

    .info-tip p:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: #9b9b9b;
        position: absolute;
        top: -4px;
        right: 15px;
        transform: rotate(45deg);
        border-radius: 4px;
        z-index: -1;
    }
}

.info-tip:hover p {
    display: block;
}

span.anchor {
    position: fixed;
    z-index: -123;
    height: 1px;
    width: 1px;
    opacity: 0;
    display: table;
    background: none;
    content: none;
    display: none !important;
}

form.subsite__main-content {
    width: 100%;
    float: left;
    clear: both;
    display: block;
    position: relative;
    padding-top: 20px;
}

form.subsite__main-content > fieldset {
    position: relative;
}

form.subsite__main-content > fieldset > fieldset {
    position: relative;
    margin-bottom: 30px;
}

form.subsite__main-content > fieldset > fieldset .row > .col > * {
    width: 100%;
    float: left;
}

form.subsite__main-content > fieldset > fieldset label {
    font-size: 11px;
    color: #616161;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

form.subsite__main-content > fieldset:nth-of-type(1) .row {
    margin-bottom: 10px;
}

form.subsite__main-content > fieldset:nth-of-type(1) > :nth-of-type(1) .row > .col.szkoda--zip input,
form.subsite__main-content > fieldset:nth-of-type(1) > :nth-of-type(1) .row > .col.szkoda--home input {
    width: 40% !important;
    margin-right: 10%;
}

form.subsite__main-content > fieldset:nth-of-type(1) > :nth-of-type(3) > .row > div:last-of-type > .row,
form.subsite__main-content > fieldset:nth-of-type(1) > :nth-of-type(4) > .row > div:last-of-type > .row {
    width: 100%;
    float: left;
}

form.subsite__main-content > fieldset:nth-of-type(1) > :nth-of-type(3) > .row > div:last-of-type > .row label,
form.subsite__main-content > fieldset:nth-of-type(1) > :nth-of-type(3) > .row > div:last-of-type > .row input,
form.subsite__main-content > fieldset:nth-of-type(1) > :nth-of-type(4) > .row > div:last-of-type > .row label,
form.subsite__main-content > fieldset:nth-of-type(1) > :nth-of-type(4) > .row > div:last-of-type > .row input {
    width: 100%;
    float: left;
}

form.subsite__main-content > fieldset:nth-of-type(1) > :nth-of-type(3) > .row > div:last-of-type > .row > .szkoda--zip input,
form.subsite__main-content > fieldset:nth-of-type(1) > :nth-of-type(3) > .row > div:last-of-type > .row > .szkoda--home input,
form.subsite__main-content > fieldset:nth-of-type(1) > :nth-of-type(4) > .row > div:last-of-type > .row > .szkoda--zip input,
form.subsite__main-content > fieldset:nth-of-type(1) > :nth-of-type(4) > .row > div:last-of-type > .row > .szkoda--home input {
    width: 40% !important;
    margin-right: 10%;
}

form.subsite__main-content > fieldset:nth-of-type(2) > fieldset .row {
    margin-bottom: 10px;
}

form.subsite__main-content > fieldset:nth-of-type(2) > fieldset .row label,
form.subsite__main-content > fieldset:nth-of-type(2) > fieldset .row input {
    width: 100%;
    float: left;
}

form.subsite__main-content > fieldset:nth-of-type(2) > fieldset:nth-of-type(3) > div:nth-of-type(2) .row {
    margin-bottom: 10px;
}

form.subsite__main-content > fieldset:nth-of-type(2) > fieldset:nth-of-type(3) > div:nth-of-type(2) .row label,
form.subsite__main-content > fieldset:nth-of-type(2) > fieldset:nth-of-type(3) > div:nth-of-type(2) .row input {
    width: 100%;
    float: left;
}

form.subsite__main-content > fieldset:nth-of-type(2) > fieldset:nth-of-type(4) .row {
    margin-bottom: 10px;
}

form.subsite__main-content > fieldset:nth-of-type(2) > fieldset:nth-of-type(4) .row label,
form.subsite__main-content > fieldset:nth-of-type(2) > fieldset:nth-of-type(4) .row textarea {
    width: 100%;
    float: left;
    resize: none;
}

form.subsite__main-content > fieldset:nth-of-type(2) > fieldset:nth-of-type(4) .row textarea {
    font-size: 16px;
    line-height: 1.2;
    outline: 0;
    border-radius: 4px;
}

form.subsite__main-content > fieldset:nth-of-type(2) input[type='checkbox'] {
    opacity: 0;
    display: none;
}

form.subsite__main-content > fieldset:nth-of-type(2) input[type='checkbox'] + label {
    cursor: pointer;
    position: relative;
    padding: 0 0 0 24px;
    margin-left: 0px;
    cursor: pointer;
    transition: 0.5s all;
    margin: 0;
    line-height: 1;
    background-position: left top 3px;
    background-size: auto 14px;
    background-repeat: no-repeat;
    background-image: url(/Content/checka);
    line-height: 1.3;
    font-size: 14px;
    text-align: justify;
}

form.subsite__main-content > fieldset:nth-of-type(2) input[type='checkbox']:checked + label {
    background-image: url(/Content/checkb);
}

form.subsite__main-content > fieldset:nth-of-type(2) .disabledCheckBox input[type='checkbox'] + label {
    background-image: url(/Content/checkd);
}

form.subsite__main-content > fieldset:nth-of-type(2) .disabledCheckBox input[type='checkbox']:checked + label {
    background-image: url(/Content/checke);
}

form.subsite__main-content > fieldset:nth-of-type(2) .check_box_required input[type='checkbox'] + label {
    background-image: url(/Content/checkc) !important;
}

form.subsite__main-content > fieldset:nth-of-type(2) .row > div:last-of-type p {
    font-size: 14px;
    line-height: 1.3;
    text-align: justify;
}

form.subsite__main-content > fieldset:nth-of-type(2) > fieldset:nth-of-type(6) > .row > div > span {
    width: 100%;
    float: left;
}

form.subsite__main-content > fieldset:nth-of-type(2) > fieldset:nth-of-type(6) > .row > div > span input[type='checkbox'] {
    opacity: 0;
    display: none;
}

form.subsite__main-content > fieldset:nth-of-type(2) > fieldset:nth-of-type(6) > .row > div > span input[type='checkbox'] + input[type='hidden'] + label {
    /*.subsite__long-labels-tip > span input[type='checkbox'] + input[type='hidden'] + label {*/
    cursor: pointer;
    position: relative;
    background-size: auto 16px;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 0 0 0 24px;
    margin-left: 0px;
    cursor: pointer;
    transition: 0.5s all;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    background-position: left center;
    background-size: auto 14px;
    background-repeat: no-repeat;
    background-image: url(/Content/checka);
}

form.subsite__main-content > fieldset:nth-of-type(2) > fieldset:nth-of-type(6) > .row > div > span input[type='checkbox']:checked + label {
    background-image: url(/Content/checkb);
}

form.subsite__main-content > fieldset:nth-of-type(2) > fieldset:nth-of-type(6) > .row > div > span .disabledCheckBox input[type='checkbox'] + label {
    background-image: url(/Content/checkd);
}

form.subsite__main-content > fieldset:nth-of-type(2) > fieldset:nth-of-type(6) > .row > div > span .disabledCheckBox input[type='checkbox']:checked + label {
    background-image: url(/Content/checke);
}

form.subsite__main-content > fieldset:nth-of-type(3) > fieldset:nth-of-type(1) .row > div label,
form.subsite__main-content > fieldset:nth-of-type(3) > fieldset:nth-of-type(1) .row > div input {
    width: 100%;
    float: left;
}

form.subsite__main-content > fieldset:nth-of-type(4) input[type='checkbox'] {
    opacity: 0;
    display: none;
}

form.subsite__main-content > fieldset:nth-of-type(4) input[type='checkbox'] + label {
    cursor: pointer;
    position: relative;
    padding: 0 0 0 24px;
    margin-left: 0px;
    cursor: pointer;
    transition: 0.5s all;
    margin: 0;
    line-height: 1;
    background-position: left top 3px;
    background-size: auto 14px;
    background-repeat: no-repeat;
    background-image: url(/Content/checka);
    line-height: 1.3;
    font-size: 14px;
    text-align: justify;
}

form.subsite__main-content > fieldset:nth-of-type(4) input[type='checkbox']:checked + label {
        background-image: url(/Content/checkb);
}

form.subsite__main-content > fieldset:nth-of-type(4) .check_box_required input[type='checkbox'] + label {
    background-image: url(/Content/checkc) !important;
}

form.subsite__main-content > fieldset:nth-of-type(4) .row > div:last-of-type {
    padding-top: 10px;
}

form.subsite__main-content > fieldset:nth-of-type(4) .row > div:last-of-type p {
    font-size: 14px;
    line-height: 1.3;
    text-align: justify;
}

form.subsite__main-content .button--container {
    position: relative;
    padding: 0;
    float: right;
    clear: both;
    display: block;
}

form.subsite__main-content .subsite__device {
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
    background-size: 30px 30px;
    background-position: left center;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    form.subsite__main-content .subsite__device {
        height: 60px;
        line-height: 60px;
        padding-left: 70px;
        background-size: 60px 60px;
        background-position: left center;
        background-repeat: no-repeat;
    }
}

form.subsite__main-content .subsite__device.subsite__device--phone {
    background-image: url(/Content/Img/ico/phone.svg);
}

form.subsite__main-content .subsite__device.subsite__device--smartphone {
    background-image: url(/Content/Img/ico/smart.svg);
}

form.subsite__main-content .subsite__date-container {
    position: relative;
    width: 100%;
    float: left;
}

form.subsite__main-content .subsite__date-container:after {
    content: ' ';
    position: absolute;
    width: 20px;
    right: 13px;
    top: 13px;
    display: block;
    height: 20px;
    z-index: 123;
    background-image: url(/Content/Img/small_calendar.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center right;
    pointer-events: none;
}

form.subsite__main-content .subsite__date-container input {
    width: 100%;
}

.subsite__popup {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1231231233;
    text-align: center;
}

.subsite__popup > div {
    width: auto;
    max-width: 90%;
    background-color: white;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f48135;
    padding: 20px 20px;
    font-size: 14px;
    text-align: center;
}

@media (min-width: 992px) {
    .subsite__popup > div {
        font-size: 18px;
        padding: 40px 100px;
    }
}

.subsite__popup a {
    text-align: center;
    display: table;
    width: auto;
    max-width: 100%;
    background-color: #f48135;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 300 !important;
    letter-spacing: 0.1ex;
    margin: 20px auto 10px !important;
    padding: 15px 15px !important;
    font-size: 14px !important;
}

.subsite__popup a:hover {
    color: #f48135;
}

@media (min-width: 992px) {
    .subsite__popup a {
        font-size: 18px !important;
        margin: 40px auto 20px !important;
        padding: 15px 30px !important;
    }
}

.subsite__popup h5 {
    color: black;
    font-weight: bold;
}

.subsite__popup p {
    color: black;
    font-size: 16px;
}

.subsite__date-container * {
    cursor: pointer;
}

.ui-datepicker {
    background-color: #fff;
    border: thin solid black;
    border-radius: 5px;
    margin-top: 0px;
    padding: 10px;
    display: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
}

.ui-datepicker a {
    color: black;
    font-weight: 400;
}

.ui-datepicker .ui-datepicker-calendar thead {
    color: #f48135;
}

.ui-datepicker thead span {
    font-weight: 300;
}

.ui-datepicker-header {
    position: relative;
    font-weight: 400;
    color: black;
}

.ui-datepicker-next, .ui-datepicker-prev {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
}

.ui-datepicker-next::after,
.ui-datepicker-prev::after {
    background-image: url(/Content/oval);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 200%;
    content: "";
    height: 16px;
    width: 16px;
    position: absolute;
    top: 3px;
}

.ui-datepicker-prev {
    left: 0;
}

.ui-datepicker-prev::after {
    left: 0;
    transform: rotate(90deg);
}

.ui-datepicker-next {
    right: 0;
}

.ui-datepicker-next::after {
    right: 0;
    transform: rotate(-90deg);
}

.ui-datepicker-title {
    padding: 0 20px;
    text-align: center;
}

.ui-datepicker-calendar th {
    padding: 5px;
}

.ui-datepicker-calendar a {
    padding: 2px 5px 0;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker-calendar .ui-state-active {
    border: 1px solid #f48135;
    border-radius: 3px;
    display: block;
    height: 100%;
    font-weight: 700;
    width: 100%;
}

.ui-datepicker-calendar .ui-state-highlight {
    border: 1px solid #f48135;
    background: #f48135;
    border-radius: 3px;
    display: block;
    height: 100%;
    font-weight: 700;
    width: 100%;
}

.ui-datepicker-calendar .ui-state-disabled {
    color: #ddd;
    cursor: default;
}

form.subsite__main-content > fieldset {
    display: none;
    position: relative;
}

form.subsite__main-content span.block:target + fieldset {
    display: block;
}

.subsite--invisible {
    display: none !important;
}

#all:target + form fieldset {
    display: block;
}

#all:target + form .last--all {
    border-bottom: none;
}

#all:target + form .button--container,
#all:target + form .button--next {
    display: none;
}

#all:target + form .subsite__required-info {
    display: none !important;
}

#all:target + form > fieldset:nth-of-type(4) > fieldset .row,
#all:target + form > fieldset:nth-of-type(4) > fieldset .row > div:first-of-type {
    position: relative;
    display: block !important;
}

#all:target + form > fieldset:nth-of-type(4) > fieldset .row {
    padding-bottom: 50px;
}

#all:target + form > fieldset:nth-of-type(4) > fieldset .row button {
    display: table !important;
    margin: 20px auto 20px;
    right: 0;
    bottom: 10px;
    background-color: #f48135;
    font-family: "TradeGothic", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
    color: white;
    border: 0;
    outline: 0;
    cursor: pointer;
    border: 2px solid #f48135;
    transition: 0.3s all;
    padding: 15px 50px;
    text-transform: uppercase;
    letter-spacing: 0.1ex;
    font-weight: 300;
}

@media (min-width: 768px) {
    #all:target + form > fieldset:nth-of-type(4) > fieldset .row button {
        float: right;
        margin: 80px 0 0;
    }
}

#all:target + form > fieldset:nth-of-type(4) > fieldset .row button:hover {
    background-color: white;
    color: #f48135;
}

body.stato-riparazione #external-menu a[href*=login],
body.login #external-menu a[href*=login],
body.TopMenuClaimRequestLink #external-menu a[href*=ClaimRequest],
body.richiesta-assistenza-2 #external-menu a[href*=richiesta-assistenza] {
    color: #f48135;
}

body.stato-riparazione footer,
body.TopMenuClaimRequestLink footer {
    display: none;
}

@media (min-width: 992px) {
    body.stato-riparazione footer,
    body.TopMenuClaimRequestLink footer {
        display: block;
    }
}

.center {
    text-align: center;
}

.button {
    margin: 0 auto;
    display: table;
    transition: 0.3s all;
    border-radius: 0;
    padding: 15px 55px 15px 55px;
    letter-spacing: 0.1ex;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    font-size: 1.05882em;
    text-transform: none;
    background-color: #f48135;
    color: white !important;
    line-height: 1;
    border: 2px solid #f48135;
    font-weight: 300;
    border-radius: 4px;
}

.button:hover {
    background-color: white;
    color: #f48135;
}

.button.submit {
    margin: 15px 0;
}

.text-center ul {
    width: 50%;
    text-align: left;
    margin: 15px auto;
}

.main-content__content .button--container {
    padding: 15px 0 30px;
}

.subsite__popup-box h3 {
    color: #24a5c6;
}

form.vertical input[type="text"], form.vertical select, form.vertical textarea {
    width: 100%;
    resize: none;
    float: left;
}

html input[disabled] {
    background: #F5F7FA;
    border: 1px solid #E2E6EB;
}

html input[readonly] {
    background: #F5F7FA;
    border: 1px solid #E2E6EB;
}

.readonly-transparent {
    background: white !important;
    border: 1px solid #CCCCCC !important;
}

table.status-table {
    width: 100%;
    table-layout: fixed;
    font-size: 14px;
    margin: 40px 0 30px;
}

    table.status-table th {
        font-weight: 600;
    }

@media (min-width: 768px) {
    table.status-table td {
        width: 260px;
    }
}

table.status-table td.tip {
    width: 40px;
    padding: 0;
}

table.status-table td.tip .info-tip {
    height: 17px;
}

table.status-table td, table.status-table th {
    padding: 10px 20px;
}

table.status-table tr:nth-child(odd) {
    background: #E2E5EA;
}

input[type='radio'] {
    opacity: 0;
    display: none;
}

input[type='radio'] + label {
    cursor: pointer;
    position: relative;
    background-size: auto 16px;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 5px 0 5px 30px;
    margin-left: 0px;
    cursor: pointer;
    transition: 0.5s all;
    margin: 0;
    line-height: 22px;
    cursor: pointer;
    font-size: 14px !important;
    margin: 0 !important;
}

input[type='radio'] + label:before, input[type='radio'] + label:after {
    transition: all .2s ease-in-out;
}

input[type='radio'] + label:before {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 22px;
    height: 22px;
    color: #5a626d;
    border: 1px solid currentColor;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

input[type='radio'] + label:after {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 14px;
    height: 14px;
    color: #5a626d;
    background: currentColor;
    left: 4px;
    top: 50%;
    margin-top: -6px;
    transform: scale(0);
}

input[type='radio']:checked + label:before, input[type='radio']:checked + label:after {
    color: #f48135;
}

input[type='radio']:checked + label:after {
    transform: scale(1);
}

input[type='radio']:disabled + label:before, input[type='radio']:disabled + label:after {
    color: #bdc3cf !important;
}

input[type='radio'][readonly] + label:before, input[type='radio'][readonly] + label:after {
    color: #bdc3cf !important;
}

.graph-section img {
    max-width: 100%;
    height: auto;
}

fieldset .unlock {
    position: relative;
    top: -20px;
    right: 0;
    color: #f48135;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    display: none;
    font-size: 16px;
    background-size: auto 80%;
    width: 30px;
    height: 30px;
}

@media (min-width: 768px) {
    fieldset .unlock {
        position: absolute;
        top: 2px;
    }
}

fieldset.locked .unlock {
    display: block;
}

.indicator-title {
    margin-bottom: 55px !important;
}

.obligatori {
    font-size: 11px;
}

#MainContent_szkodaProvincia + .parsley-errors-list li,
#MainContent_szkodaProvinciaOther + .parsley-errors-list li,
#MainContent_szkodaProvinciaBack + .parsley-errors-list li {
    white-space: initial;
}

form.is-last-step .last-hidden {
    display: none;
}

@media (min-width: 1200px) {
    #loginSection,
    #passwordResetSection {
        background-size: 1100px auto;
    }
}

#loginSection .black-text,
#passwordResetSection .black-text {
    color: #000;
    font-size: 0.82353em;
}

#loginSection .error-text,
#passwordResetSection .error-text {
    color: #ff0000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
}

#loginSection .page__title,
#passwordResetSection .page__title {
    margin-bottom: 20px;
}

    #loginSection .page__title:after,
    #passwordResetSection .page__title:after {
        background-color: transparent;
        content: none;
    }

#loginSection .page__title,
#passwordResetSection .page__title {
    padding-top: 8%;
    font-size: 1.41176em;
}

#loginSection .page__title .error,
#passwordResetSection .page__title .error {
    color: #f48135;
    display: none;
}

#loginSection .page__title.error span:first-child,
#passwordResetSection .page__title.error span:first-child {
    display: none;
}

#loginSection .page__title.error span.error,
#passwordResetSection .page__title.error span.error {
    display: block;
}

#loginSection form,
#passwordResetSection form {
    width: 90%;
    max-width: 360px;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

#loginSection form label,
#passwordResetSection form label {
    position: relative;
}

#loginSection form label > span,
#passwordResetSection form label > span {
    width: 100%;
    line-height: 1.2;
    font-size: 14px;
    margin-bottom: 10px;
    float: left;
    padding-left: 0;
}

#loginSection form label > span,
#loginSection form label > input,
#passwordResetSection form label > span,
#passwordResetSection form label > input {
    width: 100%;
}

#loginSection form label,
#passwordResetSection form label {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

#loginSection form input,
#passwordResetSection form input {
    float: left;
    width: 100%;
}

#loginSection form input[type="submit"],
#passwordResetSection form input[type="submit"] {
    background-color: #f48135;
    color: white;
    padding: 15px 50px;
    text-transform: uppercase;
    display: table;
    width: auto;
    float: none;
    line-height: 1;
    letter-spacing: 0.1ex;
    margin: 0 auto;
    font-weight: 300;
    border: 2px solid #f48135;
    transition: 0.3s all;
    cursor: pointer;
    margin-bottom: 30px;
}

#loginSection form input[type="submit"]:hover,
#passwordResetSection form input[type="submit"]:hover {
    background-color: transparent;
    color: #f48135;
}

#loginSection form a,
#passwordResetSection form a {
    color: #f48135;
    text-decoration: underline;
}

#loginSection form img + p,
#passwordResetSection form img + p {
    display: none;
}

#loginSection form img,
#passwordResetSection form img {
    right: -25px;
    top: 35px;
    display: block;
    position: absolute;
}

#loginSection form img:hover + p,
#passwordResetSection form img:hover + p {
    display: block;
}

#loginSection form p,
#passwordResetSection form p {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 20px;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 992px) {
    #loginSection form p,
    #passwordResetSection form p {
        position: absolute;
        left: 0;
        width: 280px;
        float: none;
        margin-top: 0;
        position: absolute;
        left: 0;
        width: 250px;
        float: none;
        margin-top: 0;
        left: 100%;
        margin-left: 35px;
        top: 30px;
        background-color: #9b9b9b;
        padding: 10px;
        border-radius: 4px;
        color: #fff;
    }

    #loginSection form p:after,
    #passwordResetSection form p:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: #9b9b9b;
        position: absolute;
        top: 10px;
        left: -4px;
        transform: rotate(45deg);
        border-radius: 4px;
        z-index: 1;
    }
}

#loginSection .orange-links a,
#passwordResetSection .orange-links a {
    color: #f48135;
    text-decoration: underline;
}

#loginSection .display-none,
#passwordResetSection .display-none {
    display: none;
}

#loginSection .after3errors-info,
#passwordResetSection .after3errors-info {
    margin: 0 auto;
    float: left;
    width: 100%;
}

#loginSection .after3errors-info.error,
#passwordResetSection .after3errors-info.error {
    visibility: visible !important;
}

#passwordResetSection {
    padding-bottom: 200px;
}

#passwordResetSection .page__title + p {
    font-size: 15px;
    margin-bottom: 20px;
}

#passwordResetSection input[type=submit] {
    width: auto;
}

#loginSection {
    padding-bottom: 200px;
}

#loginSection  .page__title + p {
    font-size: 15px;
    margin-bottom: 20px;
}

#loginSection  input[type=submit] {
    width: auto;
}

@keyframes

(throbbing) {
    0%, 100%;

{
    width: 120px;
    height: 120px;
    border-width: 2px;
    margin: 8px auto 50px;
    padding-top: 0px;
}

50% {
    width: 130px;
    height: 130px;
    border-width: 4px;
    margin: 0px auto 42px;
    padding-top: 6px;
}

}

@keyframes

(throbbing2) {
    0%, 100%;

{
    width: 120px;
    height: 120px;
    border-width: 2px;
    margin: 25px auto 25px;
    padding-top: 0px;
}

50% {
    width: 130px;
    height: 130px;
    border-width: 4px;
    margin: 20px auto 20px;
    padding-top: 3px;
}

}

body.repair {
    padding-top: 121px;
}

    body.repair h6 {
        font-size: 1.41176em;
    }

    body.repair .section-header-wrapper {
        border: 1px solid #dfdfdf;
        border-width: 1px 0px;
    }

        body.repair .section-header-wrapper h6 {
            margin: 25px 0px;
        }

    body.repair .side-menu {
        padding-top: 58px;
    }

        body.repair .side-menu ul {
            padding-left: 20px;
        }

            body.repair .side-menu ul li {
                padding-left: 0px;
                margin-bottom: 0.5em;
                list-style-image: url("../Content/Img/arr_right.png");
            }

                body.repair .side-menu ul li:before {
                    content: none;
                }

                body.repair .side-menu ul li a {
                    padding-left: 10px;
                    display: inline-block;
                    width: 100%;
                    text-decoration: none;
                    color: #616161;
                    line-height: 1.5em;
                    vertical-align: top;
                    font-size: 0.88235em;
                }

                body.repair .side-menu ul li:hover, body.repair .side-menu ul li.active {
                    font-weight: 500;
                    list-style-image: url("../Content/Img/arr_right_hover.png");
                }

                    body.repair .side-menu ul li:hover a, body.repair .side-menu ul li.active a {
                        color: #24a5c6;
                    }

    body.repair .main-content {
        border-left: 1px solid #dfdfdf;
    }

        body.repair .main-content h6 {
            padding-bottom: 10px;
            padding-left: 15px;
            border-bottom: 1px solid #dfdfdf;
            line-height: 2em;
        }

        body.repair .main-content label span {
            color: #373737;
        }

        body.repair .main-content input[type=text]:not(.subject) {
            width: 100%;
            height: 26px;
            line-height: 1em;
            padding: 0px 5px;
            border: 1px solid #24a5c6;
            font-size: 0.82353em;
        }

            body.repair .main-content input[type=text]:not(.subject):not([readonly=readonly]) {
                border-width: 2px;
                font-weight: 700;
            }

        body.repair .main-content .input-subject-wrapper {
            width: 100%;
        }

        body.repair .main-content input.subject {
            width: 100%;
        }

        body.repair .main-content input[type=submit] {
            width: auto;
            padding: 10px 20px;
            margin: 5px auto 20px;
            display: block;
        }

        body.repair .main-content .textarea-wrapper {
            width: 100%;
        }

        body.repair .main-content textarea {
            width: 100%;
            max-width: 100%;
            padding: 0px;
        }

        body.repair .main-content .graph-section {
            padding-top: 30px;
            margin-bottom: 45px;
        }

            body.repair .main-content .graph-section > row > div {
                position: relative;
            }

            body.repair .main-content .graph-section .dots {
                position: absolute;
                bottom: -50px;
                left: -50%;
                width: 200%;
                letter-spacing: 18px;
                line-height: 18px;
                overflow: hidden;
            }

                body.repair .main-content .graph-section .dots:before {
                    content: '••••••••••••••••••••••••••••••••••••••••••••••••';
                    margin-right: 6px;
                    font-size: 26px;
                    color: #24a5c6;
                    position: absolute;
                    right: 50%;
                }

                body.repair .main-content .graph-section .dots:after {
                    content: '••••••••••••••••••••••••••••••••••••••••••••••••';
                    font-size: 26px;
                    color: #24a5c6;
                    position: absolute;
                    top: 0%;
                    left: 50%;
                    margin-left: -5px;
                }

                body.repair .main-content .graph-section .dots .dot:after {
                    content: '•';
                    width: 18px;
                    height: 18px;
                    border: 2px solid #24a5c6;
                    display: inline-block;
                    line-height: 16px;
                    font-size: 36px;
                    color: #24a5c6;
                    text-align: center;
                    letter-spacing: 0px;
                    border-radius: 50%;
                }

            body.repair .main-content .graph-section .image-wrapper {
                position: relative;
                display: inline-block;
                margin: 8px auto 50px;
                width: 120px;
                height: 120px;
                line-height: 110px;
                border: 2px solid #24a5c6;
                text-align: center;
                background: #fff;
                cursor: pointer;
                border-radius: 50%;
                transition: 0.2s all;
            }

                body.repair .main-content .graph-section .image-wrapper.disable {
                    /*                    filter: url(filters.svg#grayscale); // Firefox 3.5+
					filter: gray; // IE 6-9
					-webkit-filter: grayscale(1); // Google Chrome, Safari 6+*/
                    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
                    filter: gray;
                    filter: grayscale(100%);
                }

.ie10 body.repair .main-content .graph-section .image-wrapper.disable, .ie11 body.repair .main-content .graph-section .image-wrapper.disable {
    border-color: #616161;
}

    .ie10 body.repair .main-content .graph-section .image-wrapper.disable .dots:before, .ie10 body.repair .main-content .graph-section .image-wrapper.disable .dots:after, .ie11 body.repair .main-content .graph-section .image-wrapper.disable .dots:before, .ie11 body.repair .main-content .graph-section .image-wrapper.disable .dots:after {
        color: #616161;
    }

    .ie10 body.repair .main-content .graph-section .image-wrapper.disable .dots .dot:after, .ie11 body.repair .main-content .graph-section .image-wrapper.disable .dots .dot:after {
        color: #616161;
        border-color: #616161;
    }

@media (max-width: 991px) {
    body.repair .main-content .graph-section .image-wrapper:not(.disable):hover, body.repair .main-content .graph-section .image-wrapper.active {
        animation: throbbing2 0.8s infinite;
    }
}

@media (min-width: 992px) {
    body.repair .main-content .graph-section .image-wrapper:not(.disable):hover, body.repair .main-content .graph-section .image-wrapper.active {
        animation: throbbing 0.8s infinite;
    }
}

body.repair .main-content .graph-section .graph-client-row,
body.repair .main-content .graph-section .graph-ucare-row {
    position: relative;
}

    body.repair .main-content .graph-section .graph-client-row .graph-label,
    body.repair .main-content .graph-section .graph-ucare-row .graph-label {
        position: absolute;
        top: 50%;
        right: 100%;
    }

    body.repair .main-content .graph-section .graph-client-row .graph-label {
        margin-top: -28px;
    }

    body.repair .main-content .graph-section .graph-ucare-row .graph-label {
        margin-top: -21px;
    }

body.repair .main-content .graph-section .etap {
    text-align: center;
    padding: 0px;
}

body.repair .main-content .graph-section .etap-1 {
    overflow: hidden;
    /*text-align: left;*/
}

body.repair .main-content .graph-section .etap-2 .dots {
    overflow: visible;
}

    body.repair .main-content .graph-section .etap-2 .dots:before {
        direction: rtl;
        max-width: 125px;
        overflow: hidden;
        margin-right: -6px;
    }

    body.repair .main-content .graph-section .etap-2 .dots:after {
        margin-top: -5px;
        margin-left: 0px;
        max-width: 100px;
        overflow: hidden;
        transform: rotate(90deg);
        transform-origin: 0;
    }

body.repair .main-content .graph-section .etap-3 {
    overflow: hidden;
}

    body.repair .main-content .graph-section .etap-3 .dots:before {
        content: none;
    }

body.repair .main-content .graph-section .etap-4 {
    overflow: hidden;
}

body.repair .main-content .graph-section .etap-5 {
    overflow: hidden;
    /*text-align: right;*/
}

    body.repair .main-content .graph-section .etap-5 .dots:after {
        content: none;
    }

body.repair .main-content .graph-section .etap-6 {
    /*text-align: right;*/
}

    body.repair .main-content .graph-section .etap-6 .dots {
        overflow: visible;
    }

        body.repair .main-content .graph-section .etap-6 .dots:before {
            content: none;
        }

        body.repair .main-content .graph-section .etap-6 .dots:after {
            margin-top: -5px;
            margin-left: 0px;
            max-width: 100px;
            overflow: hidden;
            transform: rotate(90deg);
            transform-origin: 0;
        }

body.repair .main-content .graph-section .graph-arrow {
    position: relative;
    height: 10px;
    margin: 20px 25px 20px -30px;
    padding: 0px;
    background: #adadad;
}

    body.repair .main-content .graph-section .graph-arrow:before {
        content: '';
        position: absolute;
        top: -10px;
        right: -25px;
        display: inline-block;
        border-bottom: 15px solid #adadad;
        border-right: 60px solid transparent;
    }

    body.repair .main-content .graph-section .graph-arrow:after {
        content: '';
        position: absolute;
        bottom: -10px;
        right: -25px;
        display: inline-block;
        border-top: 15px solid #adadad;
        border-right: 60px solid transparent;
    }

body.repair .main-content .table-details {
    position: relative;
    /*background: $gray-bg;*/
    background: #fff;
}

    body.repair .main-content .table-details > div {
        padding-top: 60px;
        padding-bottom: 25px;
    }

    body.repair .main-content .table-details .close-btn {
        position: absolute;
        top: 20px;
        right: 15px;
        cursor: pointer;
    }

    body.repair .main-content .table-details table {
        width: 100%;
    }

    body.repair .main-content .table-details tr th {
        border-radius: 10px 0 0 10px;
    }

    body.repair .main-content .table-details tr td {
        border-radius: 0 10px 10px 0;
    }

    body.repair .main-content .table-details tr:nth-child(2n+1) {
        background: #e9f6fc;
    }

    body.repair .main-content .table-details th, body.repair .main-content .table-details td {
        padding: 10px 20px;
        width: 50%;
        font-weight: 500;
        font-size: 0.94118em;
    }

    body.repair .main-content .table-details th {
        color: #373737;
    }

body.repair > main section {
    padding: 0px 15px;
}

#graphSVG svg {
    height: 300px;
}

    #graphSVG svg g:hover * {
        fill: #ff000;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    #graphSVG svg {
        height: 435px;
    }
}

/***********
 * Contact *
 ***********/
/**********
 * Footer *
 **********/
body > footer {
    width: 100%;
    /*background-color: #656d78;*/
    display: block;
    padding: 40px 0;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
	Created on : 2014-09-11, 15:24:44
	Author     : lukasz
*/
@media (max-width: 1440px) and (min-width: 991px) {
    header .languageBox .lang {
        display: none !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    body.repair .main-content .graph-section .etap-1 .dots:before {
        direction: rtl;
        max-width: 80px;
        overflow: hidden;
        margin-right: -4px;
    }

    body.repair .main-content .graph-section .etap-1 .dots:after {
        margin-left: 15px;
    }

    body.repair .main-content .graph-section .etap-2 .dots:before {
        max-width: 82px;
    }

    body.repair .main-content .graph-section .etap-3 .dots:after {
        margin-left: 20px;
    }

    body.repair .main-content .graph-section .etap-4 .dots:before {
        margin-right: 10px;
    }

    body.repair .main-content .graph-section .etap-4 .dots:after {
        margin-left: 20px;
    }

    body.repair .main-content .graph-section .etap-5 .dots:before {
        margin-right: 10px;
    }
}

@media (max-width: 991px) {
    body.repair {
        padding-top: 38px;
    }

        body.repair .main-content {
            border-left: 0px none;
        }

            body.repair .main-content .graph-section {
                padding-top: 0px;
            }

                body.repair .main-content .graph-section .image-wrapper {
                    margin: 25px auto 25px;
                }

        body.repair .etap .dots {
            display: none;
        }

        body.repair .graph-arrow {
            display: none;
        }

        body.repair .graph-client-row,
        body.repair .graph-ucare-row {
            border-bottom: 2px dashed #dfdfdf;
        }

            body.repair .graph-client-row .graph-label,
            body.repair .graph-ucare-row .graph-label {
                right: auto;
                left: 20px;
            }

    body > footer .alignleft {
        text-align: center;
    }

    body > footer .alignright {
        text-align: center;
    }

    body > footer img {
        padding: 10px;
    }

    .languageBox {
        width: 100% !important;
        background: #24a5c6 !important;
    }

    header .menu h1 {
        text-align: center !important;
    }

    header .menu nav ul li {
        display: block !important;
        text-align: left !important;
    }

    @media (max-width: 991px) {
        header #internal-menu nav ul li:first-child {
            display: none !important;
        }
    }


    header .menu#internal-menu ul {
        height: auto !important;
        width: 100%;
    }

        header .menu#internal-menu ul li {
            line-height: 40px !important;
        }

            header .menu#internal-menu ul li:after {
                display: none !important;
            }

    header .menu#internal-menu, header .menu#external-menu {
        overflow: hidden;
        height: 0px;
        transition: transition(height, 0.3s, linear);
    }

        header .menu#internal-menu li a, header .menu#external-menu li a {
            display: block;
            font-weight: 300 !important;
            /*color: #f48135 !important;*/
            color: #000000 !important;
            font-size: 18px !important;
            line-height: 3;
            height: auto;
        }

            header .menu#internal-menu li a:hover, header .menu#external-menu li a:hover {
                /*color: #f48135 !important;*/
                color: #000000 !important;
            }

    header .menuButton {
        cursor: pointer;
        background: url(../Content/Img/hamburger.svg) no-repeat center top;
        background-size: 39px;
        padding-top: 35px;
        z-index: 12312;
        transition: 0.3s all;
        float: right;
        position: relative;
        top: 28px;
    }

    body.menuOn > header {
        height: 100%;
    }

        body.menuOn > header #external-menu {
            margin-top: 40px !important;
        }

        body.menuOn > header .menu#internal-menu,
        body.menuOn > header .menu#external-menu {
            height: auto;
        }

            body.menuOn > header .menu#internal-menu#internal-menu,
            body.menuOn > header .menu#external-menu#internal-menu {
                height: auto;
            }

    body.home h2 {
        margin-top: 0px;
    }

    #tabs > ul li {
        font-size: 5vw;
        margin: 0;
    }

    form.horizontal label *:first-child {
        width: 100%;
        text-align: left;
    }

    form.horizontal label p {
        text-align: left;
        width: 100%;
    }

    form.horizontal > .col-md-6 > *:not(label), form.horizontal > *:not(label):not(.col-md-6) {
        text-align: left;
        margin-left: 0;
    }

    input[type="text"], input[type="submit"], input[type="password"], select, textarea {
        width: 100%;
    }

    body > main #kontakt {
        text-align: center;
    }

    body > main #ucare-w-liczbach {
        text-align: center;
    }

        body > main #ucare-w-liczbach .opinionHolder {
            padding: 0px 20px;
        }

        body > main #ucare-w-liczbach .blue {
            background: #24a5c6;
        }

            body > main #ucare-w-liczbach .blue .phoneElem {
                position: static;
                width: 100%;
                margin: 20px 0px !important;
                padding-top: 50px !important;
                text-align: center !important;
                font-size: 1.4em;
                background-position: top center;
                background-repeat: no-repeat;
            }

                body > main #ucare-w-liczbach .blue .phoneElem.speaker {
                    background-image: url(/Content/Img/speaker.png);
                }

                body > main #ucare-w-liczbach .blue .phoneElem.cover {
                    background-image: url(/Content/Img/cover.png);
                }

                body > main #ucare-w-liczbach .blue .phoneElem.screen {
                    background-image: url(/Content/Img/screen.png);
                }

                body > main #ucare-w-liczbach .blue .phoneElem.battery {
                    background-image: url(/Content/Img/battery.png);
                }

                body > main #ucare-w-liczbach .blue .phoneElem.computer {
                    background-image: url(/Content/Img/computer.png);
                }

                body > main #ucare-w-liczbach .blue .phoneElem.floot {
                    background-image: url(/Content/Img/floot.png);
                }

                body > main #ucare-w-liczbach .blue .phoneElem.microphone {
                    background-image: url(/Content/Img/microphone.png);
                }

    form.vertical .info-tip {
        margin-right: 0;
    }

        form.vertical .info-tip img {
            display: none;
        }

        form.vertical .info-tip p {
            opacity: 1;
            background: none;
            color: #000;
            width: 100%;
            position: static;
        }

    #passwordResetSection input[type=submit] {
        max-width: 100%;
        padding: 4px 20px 0px;
    }

    body > main #kontakt .container {
        background: none;
    }
}

.parsley-error {
    border: 1px solid #ce4242 !important;
    color: black !important;
}

.parsley-errors-list {
    background: #ce4242;
    color: #fff;
    position: relative;
    border: 1px solid #ce4242;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: -3px;
    float: left;
    width: 100%;
}

    .parsley-errors-list li {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        font-size: 12px;
    }

        .parsley-errors-list li:before {
            content: none;
            display: none;
        }

.parsley-success + .parsley-errors-list {
    display: none;
}

span.parsley-error {
    border: none !important;
}

    span.parsley-error + .parsley-errors-list {
        margin-top: 5px;
    }

body > main #contact div.row:nth-child(2) img {
    max-width: 200px;
    height: auto;
    width: 100%;
    margin-top: 20px;
}

@-moz-document url-prefix() {
    #Subject {
        height: 37.5px;
        font-size: 12px !important;
    }
}

#loader {
    background-image: url(/Content/loader);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    display: none;
}

.section-hide {
    display: none;
}

.plusCustomMenu {
    padding: 0px 15px !important;
    font-family: Montserrat;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.plusLogoCustom {
    margin-right: 6%;
}

@media (max-width: 1199px) {
    .plusCustomMenu {
        padding: 0px 6px !important;
        font-family: Montserrat;
        font-size: 13px !important;
        font-weight: 500 !important;
    }

    .plusLogoCustom {
        margin-right: 0%;
    }
}



