@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-mediumitalic-webfont.woff2) format("woff2"), url(fonts/metropolis-mediumitalic-webfont.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-regular-webfont.woff2) format("woff2"), url(fonts/metropolis-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-regularitalic-webfont.woff2) format("woff2"), url(fonts/metropolis-regularitalic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-bold-webfont.woff2) format("woff2"), url(fonts/metropolis-bold-webfont.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-bolditalic-webfont.woff2) format("woff2"), url(fonts/metropolis-bolditalic-webfont.woff) format("woff");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-medium-webfont.woff2) format("woff2"), url(fonts/metropolis-medium-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

#line1 {
    position: absolute;
    bottom: 300px;
    right: 0;
    height: 600px;
    z-index: 990
}

@media all and (max-width:1300px) {
    #line1 {
        display: none
    }
}

#sec1 {
    height: 31.25vw;
}


#slider {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0 center;
    position: relative;
    overflow: hidden
}

#slider>div {
    width: 90%;
    max-width: 1200px;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}








#slider>div>div:nth-child(1) {
    color: #9c0d55;
}


#slider>div>div:nth-child(2) {
    top: 160px
}

#slider>div>div:nth-child(3),.to_form-wrapper {
    top: 250px;
    font-size: 16px;
    background-color: #9c0d55;
    line-height: 45px;
    width: 190px
}

@media all and (max-width:750px) {
    #slider>div>div:nth-child(3),.to_form-wrapper {
        top: 230px
    }
}

@media all and (max-width:500px) {
    #slider>div>div:nth-child(3),.to_form-wrapper {
        top: 210px;
        font-size: 14px;
        line-height: 35px;
        width: 150px
    }
}

#slider a,.to_form {
    color: #fff;
    display: block;
    /*height: 100%;*/
    width: 190px;
    text-align: center
}

@media all and (max-width:500px) {
    #slider a,.to_form {
        width: 150px
    }
}

#slider>div.left>div {
    left: 0
}

@media all and (max-width:1000px) {
    #slider>div.left>div {
        right: 0;
        margin: auto;
        text-align: center
    }
}



#slider>div.center>div {
    right: 0;
    left: 0;
    margin: auto;
    text-align: center
}

#cechy_systemu {
    background-image: url(img/e.png), url(img/f.png);
    background-repeat: no-repeat;
    background-position: 0 100px, 100% 200px
}

@media all and (max-width:1300px) {
    #cechy_systemu {
        background-image: none
    }
}

#cennik {
    background-image: url(img/d.png);
    background-repeat: no-repeat;
    background-position: 0 -185px
}

@media all and (max-width:1300px) {
    #cennik {
        background-image: none
    }
}

#slider2 {
    overflow: hidden;
    position: relative;
    text-align: center;
    min-height: 425px
}

.element {
    display: inline-block;
    width: 230px;
    margin: 0 35px 20px;
    overflow: hidden;
    height: 400px
}

.element img {
    height: 90px
}

.element p {
    font-size: 14px
}

#next,
#prev {
    position: absolute;
    top: 20px;
    margin: 0 20px;
    cursor: pointer
}

#next>img,
#prev>img {
    height: 100px
}

#next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.half {
    width: 50%;
    float: left;
    height: 600px
}

@media all and (max-width:1000px) {
    .half {
        width: 100%
    }
}

@media all and (max-width:750px) {
    .half {
        height: 500px
    }
}

@media all and (max-width:500px) {
    .half {
        height: 350px
    }
}

.half>p {
    width: 300px;
    margin: 0 auto 50px
}

.half>h2 {
    max-width: 500px;
    width: 100%;
    padding: 100px 0 20px;
    margin: 0 auto
}

@media all and (max-width:500px) {
    .half>h2 {
        padding: 50px 0 20px
    }
}

.half:nth-child(1) {
    background-image: url(img/c.png);
    background-position: 0 85px;
    background-repeat: no-repeat
}

@media all and (max-width:1300px) {
    .half:nth-child(1) {
        background-image: none
    }
}

.half:nth-child(2) {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat
}

#nav {
    padding-bottom: 50px
}

#nav>div {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: .5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer
}

#nav>div:hover {
    opacity: .8
}

#nav>div.active {
    opacity: 1;
    cursor: default
}

#costs {
    margin: 0 auto 80px;
    width: 1000px;
    border-spacing: 0
}

@media all and (max-width:1000px) {
    #costs {
        width: 90%
    }
}

#costs th {
    color: #bbb;
    height: 50px
}

@media all and (max-width:1000px) {
    #costs th {
        font-size: 12px;
        height: 30px
    }
}

#costs td {
    text-align: center;
    height: 90px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    border-bottom: 1px solid #bbb;
    padding:15px 10px;
}

@media all and (max-width:700px) {
    #costs td {
        font-size: 16px;
    }
}
@media all and (max-width:400px) {
    #costs td {
        font-size: 13px;
        padding:15px 7px;
    }
}

#costs td:nth-child(4),#costs td:nth-child(1) {

    font-size: 24px;
    font-weight: 900;
    color: #9c0d55
}


@media all and (max-width:1000px) {
    #costs td:nth-child(4),#costs td:nth-child(1) {

        font-size: 20px;
    }
}


@media all and (max-width:700px) {
    #costs td:nth-child(4),#costs td:nth-child(1) {

        font-size: 14px;
    }
}

#costs tr:last-child td {
    border-bottom: none
}

#kontakt,
#sec3 {
    background-color: #9c0d55;
    text-align: center;
    color: #fff;
    overflow: hidden
}

#sec3
{
    background-color: #1a1a1a;
}

#kontakt {
    background-image: url(img/kontakt.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%
}

#kontakt>p {
    padding: 40px 0 90px;
    margin: 0;
}

#kontakt a
{
    color:#fff;
}

.duet {
    display: inline-block;
    width: 300px;
    line-height: 40px;
    font-weight: 700
}

.duet a {
    font-size: 26px;
    color: #232e3d
}

.duet a:hover {
    color: #232e3d
}

.duet:nth-child(2) {
    border-right: 1px solid rgba(180, 180, 180, .5)
}

@media all and (max-width:600px) {
    .duet:nth-child(2) {
        border-right: none;
        border-bottom: 1px solid rgba(180, 180, 180, .5);
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}

.sec_title {
    background-color: #9c0d55
}

.sec_title h2 {
    padding: 50px 0
}

.sec_text ol,
.sec_text p {
    width: 80%;
    list-style-position: inside;
    text-align: justify;
    margin: 20px auto;
    padding: 0
}

.sec_text li {
    margin: 20px 0
}

.sec_text h4 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-mediumitalic-webfont.woff2) format("woff2"), url(fonts/metropolis-mediumitalic-webfont.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-regular-webfont.woff2) format("woff2"), url(fonts/metropolis-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-regularitalic-webfont.woff2) format("woff2"), url(fonts/metropolis-regularitalic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-bold-webfont.woff2) format("woff2"), url(fonts/metropolis-bold-webfont.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-bolditalic-webfont.woff2) format("woff2"), url(fonts/metropolis-bolditalic-webfont.woff) format("woff");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-medium-webfont.woff2) format("woff2"), url(fonts/metropolis-medium-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

body>footer {
    width: 100%;
    background-color: #232e3d;
    line-height: 90px;
    font-size: 10px;
    color: #666;
    text-transform: uppercase
}

body>footer>div {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto
}

@media all and (max-width:750px) {
    body>footer {
        line-height: 60px
    }
}

#copy {
    float: left
}

@media all and (max-width:750px) {
    #copy {
        width: 100%;
        text-align: center;
        line-height: 20px;
        padding: 20px 0 0
    }
}

#link {
    float: right
}

@media all and (max-width:750px) {
    #link {
        width: 100%;
        text-align: center
    }
}

#link a {
    color: #666
}

#link a:hover {
    color: #9c0d55
}

#link div {
    display: inline-block;
    margin: 0 10px
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-mediumitalic-webfont.woff2) format("woff2"), url(fonts/metropolis-mediumitalic-webfont.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-regular-webfont.woff2) format("woff2"), url(fonts/metropolis-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-regularitalic-webfont.woff2) format("woff2"), url(fonts/metropolis-regularitalic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-bold-webfont.woff2) format("woff2"), url(fonts/metropolis-bold-webfont.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-bolditalic-webfont.woff2) format("woff2"), url(fonts/metropolis-bolditalic-webfont.woff) format("woff");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-medium-webfont.woff2) format("woff2"), url(fonts/metropolis-medium-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

.shadow {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
    background-color: rgba(156, 13, 85, .97);
    overflow: auto
}

.shadow h1 {
    font-size: 72px;
    font-weight: 400;
    padding: 30px 0;
    color: #fff
}

@media all and (max-width:750px) {
    .shadow h1 {
        font-size: 42px;
        padding: 80px 0 10px
    }
}

@media all and (max-width:500px) {
    .shadow h1 {
        font-size: 32px
    }
}

.shadow p {
    color: #fff;
    text-align: center;
    margin: 20px auto
}

.shadow p:nth-child(2) {
    width: 80%;
    font-size: 26px
}

@media all and (max-width:750px) {
    .shadow p:nth-child(2) {
        font-size: 22px;
        width: 90%
    }
}

@media all and (max-width:500px) {
    .shadow p:nth-child(2) {
        font-size: 18px;
        width: 100%
    }
}

.shadow p:nth-child(3) {
    width: 60%;
    font-size: 18px
}

@media all and (max-width:750px) {
    .shadow p:nth-child(3) {
        font-size: 16px;
        width: 80%
    }
}

@media all and (max-width:500px) {
    .shadow p:nth-child(3) {
        font-size: 14px;
        width: 92%
    }
}

#close_shadow {
    position: absolute;
    top: 15px;
    right: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    cursor: pointer
}

form {
    margin: 50px auto;
    width: 300px
}

form h2 {
    padding: 10px 0;
    font-size: 28px
}

form input {
    border: none;
    outline: 0;
    position: relative;
    line-height: 60px;
    font-size: 20px;
    width: 300px;
    padding: 0 35px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    color: #363636;
    margin-bottom: 10px;
    display: block
}

form input[type=checkbox] {
    display: inline-block;
    width: 15px;
    margin: 0
}

form input[type=submit] {
    margin: 0;
    height: 100px;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #363636;
    cursor: pointer
}

#check {
    text-align: center;
    width: 300px;
    color: #fff;
    display: block;
    margin-bottom: 25px;
    cursor: pointer
}

#check::before {
    top: 0!important;
    right: 0!important;
    left: -20px!important
}

#succes_send {
    display: none;
    width: 80%;
    font-size: 26px
}

@media all and (max-width:750px) {
    #succes_send {
        font-size: 22px
    }
}

@media all and (max-width:500px) {
    #succes_send {
        font-size: 18px
    }
}

.bad {
    display: block;
    position: relative
}

.bad::before {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 1;
    background-image: url(img/error.svg);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-mediumitalic-webfont.woff2) format("woff2"), url(fonts/metropolis-mediumitalic-webfont.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-regular-webfont.woff2) format("woff2"), url(fonts/metropolis-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-regularitalic-webfont.woff2) format("woff2"), url(fonts/metropolis-regularitalic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-bold-webfont.woff2) format("woff2"), url(fonts/metropolis-bold-webfont.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-bolditalic-webfont.woff2) format("woff2"), url(fonts/metropolis-bolditalic-webfont.woff) format("woff");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-medium-webfont.woff2) format("woff2"), url(fonts/metropolis-medium-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

body>header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    line-height: 90px;
    font-size: 14px
}

body>header>div {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto
}

@media all and (max-width:500px) {
    body>header {
        line-height: 60px
    }
}

#menu {
    float: left;
    text-align: left;
    font-weight: 700
}

#menu div {
    display: inline-block;
    margin: 0 20px
}

@media all and (max-width:1000px) {
    #menu div {
        /*    display: none*/
    }
}

#menu img {
    margin: 0 30px -5px 0;
    height: 20px
}

@media all and (max-width:500px) {
    #menu img {
        height: 14px
    }
}

#phone {
    float: right;
    font-size: 22px
}

@media all and (max-width:500px) {
    #phone {
        font-size: 14px
    }
}

#phone img {
    height: 22px;
    margin-right: 5px
}

@media all and (max-width:500px) {
    #phone img {
        height: 14px
    }
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-mediumitalic-webfont.woff2) format("woff2"), url(fonts/metropolis-mediumitalic-webfont.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-regular-webfont.woff2) format("woff2"), url(fonts/metropolis-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-regularitalic-webfont.woff2) format("woff2"), url(fonts/metropolis-regularitalic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-bold-webfont.woff2) format("woff2"), url(fonts/metropolis-bold-webfont.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-bolditalic-webfont.woff2) format("woff2"), url(fonts/metropolis-bolditalic-webfont.woff) format("woff");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-medium-webfont.woff2) format("woff2"), url(fonts/metropolis-medium-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

article,
aside,
details,
dialog,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

audio,
canvas,
embed,
keygen,
meter,
progress,
video {
    display: inline-block
}

[hidden] {
    display: none
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-mediumitalic-webfont.woff2) format("woff2"), url(fonts/metropolis-mediumitalic-webfont.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-regular-webfont.woff2) format("woff2"), url(fonts/metropolis-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-regularitalic-webfont.woff2) format("woff2"), url(fonts/metropolis-regularitalic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-bold-webfont.woff2) format("woff2"), url(fonts/metropolis-bold-webfont.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-bolditalic-webfont.woff2) format("woff2"), url(fonts/metropolis-bolditalic-webfont.woff) format("woff");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-medium-webfont.woff2) format("woff2"), url(fonts/metropolis-medium-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

.cl_b {
    clear: both
}

.fl_l {
    float: left
}

.fl_r {
    float: right
}

.dis_ib {
    display: inline-block
}

.dis_b {
    display: block
}

.dis_i {
    display: inline
}

.no_space {
    margin: 0;
    padding: 0
}

.no_margin {
    margin: 0
}

.no_padding {
    padding: 0
}

.top_space {
    margin: 10px 10px 0
}

.bottom_space {
    margin: 0 10px 10px
}

.right_space {
    margin: 10px 10px 10px 0
}

.left_space {
    margin: 10px 0 10px 10px
}

.title_big {
    line-height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    letter-spacing: 1px
}

.ol_big_space {
    margin: 30px;
    padding: 0 0 0 15px
}

.ol_big_space li {
    margin: 30px 0;
    font-size: font_size(big)
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-mediumitalic-webfont.woff2) format("woff2"), url(fonts/metropolis-mediumitalic-webfont.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-regular-webfont.woff2) format("woff2"), url(fonts/metropolis-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-regularitalic-webfont.woff2) format("woff2"), url(fonts/metropolis-regularitalic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-bold-webfont.woff2) format("woff2"), url(fonts/metropolis-bold-webfont.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-bolditalic-webfont.woff2) format("woff2"), url(fonts/metropolis-bolditalic-webfont.woff) format("woff");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: metropolis;
    src: url(fonts/metropolis-medium-webfont.woff2) format("woff2"), url(fonts/metropolis-medium-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

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

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    min-width: 300px;
    font-family: metropolis, sans-serif;
    color: #232e3d;
    background-color: #fff;
    position: relative
}

a {
    color: #232e3d;
    text-decoration: none;
    outline: 0
}

a:hover {
    color: #9c0d55
}

main {
    margin-top: 90px
}

@media all and (max-width:500px) {
    main {
        margin-top: 60px
    }
}

h1 {
    font-size: 56px;
    font-weight: 900;
    color: #9c0d55;
    text-align: center;
    padding: 80px 10px 60px;
    margin: 0
}

@media all and (max-width:750px) {
    h1 {
        font-size: 42px
    }
}

@media all and (max-width:500px) {
    h1 {
        font-size: 30px
    }
}

.nwrp {
    white-space: nowrap
}

h2 {
    font-size: 56px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    padding: 80px 10px 60px;
    margin: 0
}

@media all and (max-width:750px) {
    h2 {
        font-size: 42px
    }
}

@media all and (max-width:500px) {
    h2 {
        font-size: 30px
    }
}

h3 {
    font-weight: 700
}



.standard
{
    width:90%;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
    margin-bottom:100px;
    font-size:24px;
    line-height:1.4;


}

.standard .to_form-wrapper
{
    margin-left:auto;
    margin-right:auto;
    width:400px;

}

.standard .to_form
{
    color:#fff;
    font-weight:900;
    white-space:nowrap;
    width:auto;
}

@media(max-width:450px)
{
    .standard .to_form
    {
        font-size: 12px;
    }
}

#system-hurtowy .standard
{
    font-size:18px;
}





@media(max-width:600px)
{
    .standard
    {
        text-align: center;
    }

    #slider2
    {
        min-height:unset;
    }

    #slider2 .element
    {
        height:auto;
    }

}

.standard img
{
    max-width:100%;
}

.standard *
{
    color:#232e3d;
}
.standard h1,.standard h2,.standard h3,.standard h4,.standard h5,.standard h6
{
    color:#9c0d55;
}
.standard h2,.standard h3,.standard h4,.standard h5,.standard h6
{
    text-align: center;
    font-weight:900;
    font-size:30px;
}

#cennik .to_form-wrapper
{
    display:block;
    padding:10px;
    width: 300px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:85px;
    margin-top:-40px;

}

#cennik .to_form
{
    font-weight:900;
    font-size:18px;
    width:auto;
}

#cennik .to_form:hover
{
    color:#fff;
}

.shadow form
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:auto;
}

.small-text
{
    max-width:1000px;
    width:90%;
    margin-bottom:30px;
    font-size:10px;
}

.shadow form #check
{
    max-width:1000px;
    width:90%;
}

.shadow form .small-text
{
    color:#fff;
    opacity:.7;
}

.shadow form a
{
    color:#fff;
}

.menu-button
{
    background:none;
    border:none;

}

.menu-button:active,.menu-button:focus
{
    outline: none;
    border:none;
}

.menu-bars
{
    width:35px;
    height:23px;
    position:relative;
    display: block;
    top: 4px;
}

.menu-bars:after
{
    content:'';
    height:3px;
    width:100%;
    background-color:#9c0d55;
    position:absolute;
    display:block;
    bottom:0;
}

.menu-bars:before
{
    content:'';
    width:100%;
    height:7px;
    border-top:3px solid #9c0d55;
    border-bottom:3px solid #9c0d55;
    display:block;
    position:absolute;
    top:0;
}

@media(min-width:1001px)
{
    .menu-button
    {
        display:none;
    }
}

@media(max-width:1000px)
{
    #menu a:not(:first-of-type)
    {
        display:none!important;
    }

    #menu.showed a:not(:first-of-type)
    {
        display:block!important;
    }

    #menu.showed
    {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        float:none;
        position:absolute;
        width:100%;
        left:0;
        top:0;

    }

    #menu div
    {
        width:100%;

    }

    #menu a:first-of-type
    {
        position:absolute;
        left:5%;
        top:0;
    }

    #menu a:nth-of-type(2)
    {
        margin-top:90px;
    }

    #menu a:not(:first-of-type)
    {
        background-color:#fff;
        width:100%;
        height: 55px;
        display: flex;
        align-items: center;

    }

}


@media(max-width:500px)
{
    .menu-bars
    {
        top:8px;
    }

    #menu a:nth-of-type(2)
    {
        margin-top:60px;
    }
}

#slider.right p
{
    display:flex;
    align-items:flex-end;
    justify-content: center;
    flex-direction: column;
}

#slider p
{
    color:#fff;
    display:inline-block;
    font-size:1.875vw;
    line-height:1.2;
    font-weight: 800;
    display:inline;
}

#slider p strong
{
    color:#9c0d55;
    font-weight: 800;
    display:inline;
}

.old,.new
{
    display:flex;
    align-items: center;
    justify-content: flex-start;

}

.old.right,.new.right
{
    justify-content: flex-end;
}

@media(max-width:800px)
{
    #slider p
    {
        font-size:16px;
    }
}

@media(max-width:600px)
{
    .old,.new
    {
        justify-content: center!important;
        background-color:rgba(0,0,0,.3);
        width:100%!important;
    }
    #slider p
    {
        text-align: center;
        font-size:16px;
    }

    #sec1
    {
        height: 62.4vw;
    }
}

#slider .to_form-wrapper
{
    font-size:16px;
    width:auto;
    display:inline-block;
    position:absolute;
    top:100%;
    transform:translateY(-20px);
    height: 45px;


}


#slider .to_form
{
    width:220px;
    font-weight:800;
}

.slide-content
{
    line-height:1.2;
    display:inline-block;
    position:relative;
    top:auto;
    left:auto;
    right:auto;
    bottom:auto;
    display:flex;
}

.right .to_form-wrapper
{
    right: 0;
}
.left .to_form-wrapper
{
    left:0;
}

@media(max-width:1000px)
{
    #slider .to_form-wrapper
    {
        font-size:14px;
        width:auto;
        display:inline-block;
        position:absolute;
        top:100%;
        transform: translateY(0px);
        height: 35px;


    }


    #slider .to_form
    {
        width:180px;
        line-height: 34px;
    }
}

@media(max-width:600px)
{
    .to_form-wrapper
    {
        width: 100%!important;
        text-align:center;
        display:flex!important;
        align-items: center;
        justify-content:center;
        transform:translateY(0);
    }


}

.footer-links
{
    height:auto;
    line-height: 1;
    position:relative;
    bottom:20px;

}

.footer-links a
{
    color:#666;
    padding:5px;
}

.footer-links a:first-of-type
{
    padding-left:0;
}

.half
{
    background-position:center center;
}