@charset "UTF-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #b8b8b8 !important;
}

p {
    margin: 10px 0;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

h1,
h2 {
    margin: 1em 0;
    color: #820000;
    text-align: left;
    font-weight: normal;
}

h1+h2 {
    margin-top: 0;
}

h3 {
    margin: 1em 0;
    color: black;
    text-align: center;
    font-weight: bolder;
}

h3.newfont {
    font-size: 26px;
}

h3.h_benefit {
    text-align: left;
    background: left 50% url('shield_green.png') no-repeat;
    line-height: 44px;
    padding-left: 50px;
}

h1 {
    font-size: 32px;
    line-height: 1em;
}

h2 {
    font-size: 28px;
    line-height: 140%;
}

#wrapper {
    margin: 0 auto;
    min-height: 500px;
    width: 960px;
    background: #fff;
    color: #000000;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    max-width: 958px;
    width: 100%;
}

@media (min-width:769px) {
    #post {
        width: 100% !important;
        display: inline-block !important;
    }

    #side {
        width: 27% !important;
        display: inline-block !important;
        top: 0px;
        margin-top: 0px;
        float: right
    }

}

#side2 {
    display: none;
}

@media (max-width: 768px) {
    #side {
        width: 100% !important;
        display: inline-block !important;
        top: 0px;
        margin-top: 0px;
        float: none;
        display: none !important;
    }

    #side2 {
        max-width: 400px !important;
        width: 100% !important;
        display: inline-block !important;
        top: 0px;
        margin: 0px auto;
        float: none;
        display: block !important;
    }

    .infograph_desktop {
        display: none !important;
    }

    #side ul {
        overflow: hidden;
        float: left;

    }

    #side li {
        width: 40% !important;
        display: inline-block !important;
        margin: 20px;
        top: 0px;

        padding-bottom: 10000px;
        margin-bottom: -10000px;
        float: left;
    }


    #post {
        width: 100%;
    }

    #productCounter {
        float: none !important;
        margin: 25px 0px !important;
    }
    .infoProducts {
        margin: 0px auto 30px !important;
    }
}

@media(max-width:425px) {

    #side li {
        width: 90% !important;
        display: inline-block !important;
        margin: 20px;
        top: 0px;

        padding-bottom: 10000px;
        margin-bottom: -10000px;
        float: left;
    }

}

#sidebar {
    float: right;
    margin-left: 20px;
    width: 252px;
    border-left: 1px solid #cccccc;
    margin-top: 44px;
}

h1.a1 {
    margin-bottom: 30px;
    font-weight: bold;
}

.infoProducts {
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-bottom: 30px;
    width: 130px;
}

.p_benefit {
    font-size: 14px;
}

.box_1 {
    overflow: auto;
    margin: 20px 0;
    padding: 15px;
    width: 100%;
    border: 2px solid #F7F9B6;
    background-color: #FFFFEC;
}

.box_1 img {
    float: left;
    margin-right: 10px;
    max-width: 40%;
}

.box_1 h3 {
    margin: -6px 0 10px 0;
    text-align: left;
}

.box_1 p {
    margin-top: 0;
}

.box_1 .author {
    text-align: right;
}

.box_achtung {
    margin: 30px auto;
    padding: 10px;
    width: 400px;
    border: 1px double;
    text-align: center;
    font-weight: bolder;
}

.box_achtung h3 {
    margin-top: 0;
    font-weight: bolder;
}

.imagesSlider{
    float:left;
    text-align: center;
    padding: 10px;
}
.imagesSlider img{
    max-width: 100px;
}

ul.disc {
    margin-left: 60px;
    list-style-image: url("bulb.jpg");
}

ul.stop {
    margin-left: 60px;
    color: red;
    list-style-image: url("stop.jpg");
}

ul.yes {
    margin-left: 60px;
    color: black;
    list-style-image: url("arrow_right.jpg");
}

ul.redcheck {
    margin-left: 60px;
    color: black;
    list-style-image: url("red_check.jpg");
}

ul.list_belt {
    margin-top: -5px;
    margin-left: 30px;
    list-style: none;
}

ul.list_belt li {
    padding-left: 50px;
    background: 0 50% url('li_belt.png') no-repeat;
}

ol {
    margin-left: 60px;
}

div.myline {
    margin-left: 70px;
    border-left: 3px solid #cdcdcd;
}

.row {
    position: relative;
    clear: both;
    margin: 0;
}

div.testimonial {
    float: left;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 0 10px 10px 10px;
    width: 690px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}

div span.h3 {
    width: 400px;
}

ul.testimonials {
    border-radius: 5px;
    background: #fff;
    list-style: none;
}

ul.testimonials li.opinion {
    background-color: white;
    border: 3px inset green;
    margin: 20px 20px 20px 25px;
    padding: 0 10px 10px 10px;
    text-align: center;
    position: relative !important;
}

.ocena {
    position: absolute !important;
    width: 40% !important;
    right: -20px !important;
    top: -30px !important;
}

.redo {
    color: #820000;
    font-weight: bold;
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.redo2 {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.redo3 {
    color: #008000;
    font-weight: bold;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.redo3 span {
    color: #3d3d3d;
    font-weight: bold;
    font-size: 16px;
}

.yellow-box {
    padding: 15px;
    background: #fdf9d7;
}

.lul {
    background: yellow;
    font-weight: bold;
}

.redoyel {
    font-family: arial;
    color: #CC0000;
    font-weight: bold;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 10px;
}

ul.testimonials li.opinion:first-child {
    margin-top: 0;
}

ul.testimonials li.opinion:last-child {
    margin-bottom: 0;
}

ul.testimonials li.opinion h3 {
    color: #820000;
    font-size: 14pt;
    margin: 0px;
    padding: 0px;
    font-size: 20px !important;
    text-align: center;
}

ul.testimonials li.opinion img {
    display: block;
    margin: 10px auto 20px auto;
    width: 90%;
}

ul.testimonials li.opinion p {
    font-weight: normal;
    line-height: 18px;
}

ul.testimonials li.opinion .author {
    line-height: 15pt;
    margin: 10px 0px 0px;
}

.summary {
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
}

.summary tr {
    margin-bottom: 30px;
}

.summary td {
    vertical-align: top;
}

.summary td:first-child {
    margin-right: 10px;
    width: 260px;
}

.summary img {
    width: 200px;
}

.summary td p:first-child {
    margin-top: 0;
}

.summary ul {
    margin-top: -5px;
    margin-left: 60px;
}

span.h3 {
    color: #ff6000;
    font-size: 18px;
}

span.t1 {
    font-size: 16px;
}

span.t2 {
    padding-left: 30px;
    font-size: 20px;
}

.green {
    color: #336600;
}

.red {
    color: #ed1c24;
}

.orange {
    color: #ff6000;
}

.order {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 575px;
    background: #bdffbd;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
    border: 2px solid #009900;
}

.order #top {
    height: 14px;
}

.order #middle {
    padding: 0 20px;
    min-height: 500px;
}

.order #down {
    height: 11px;
}

.order input {
    width: 250px;
    height: 24px;
}

.order ul.ul_points2 {
    list-style: disc;
    margin-left: 50px;
}

.order ul.ul_points2 li {
    line-height: 20px;
}


.order ul.ul_points {
    list-style: none;
    text-align: left;
    font-size: 14px;
    width: 330px;
    margin: 15px auto;
}

.order ul.ul_points li {
    background-position: 0% 50%;
    background-repeat: no-repeat;
    font-weight: bolder;
    line-height: 30px;
    margin-bottom: 6px;
    padding-left: 30px;
}

.order ul.ul_points li.first {
    background-image: url('special_offer.png');
}

.order ul.ul_points li.second {
    background-image: url('secure_payment.png');
}

#footer {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}

#footer a {
    color: #666;
}

#sbutton {
    width: 375px;
    height: 60px;
    outline: none;
    border: 0px;
    background: url(order.png) no-repeat center top;
    cursor: pointer;
    margin-top: 12px;
}

#orbb {
    display: block;
    padding: 0;
    width: 350px;
    height: 60px;
    background: url(orbb.png) no-repeat center top;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #333;
    font-weight: bold;
    font-size: 19px;
    font-family: "Times New Roman", Times, serif;
    line-height: 60px;
}


#orsb {
    display: block;
    padding: 0;
    width: 350px;
    height: 60px;
    background: url(orsb.png) no-repeat center top;
    color: #999;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px #111;
    font-weight: bold;
    font-size: 14px;
    font-family: "Times New Roman", Times, serif;
    line-height: 60px;
}

#coddiv {
    text-align: center;
    width: 100%;
}

#codinp {
    width: 20px;
}

#cod_pay_div {
    margin: 0 auto 12px auto;
    text-decoration: underline;
}

#bottle {
    margin: 20px auto;
    max-width: 400px;
    text-align: center;
    position: relative;
}

#bottle_g {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 80px;
}

#bottle img {
    display: block;
    margin: 0px auto 20px auto;
    /* [disabled]width:140px; */
}

#bottle .prices {
    font-weight: bolder;
}

#bottle .prices .old {
    text-decoration: line-through;
    font-size: 26px;
}

#bottle .prices .new {
    font-size: 22px;
    line-height: 32px;
}

table.table_diff {
    display: block;
    margin: 30px auto 0 auto;
    width: 440px;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

table.table_diff caption {
    margin-bottom: 10px;
    font-weight: bolder;
    font-size: 26px;
}

table.table_diff thead {
    border: 1px solid #CCCCCC;
}


table.table_diff th {
    padding: 6px 8px;
    border: 1px solid #CCCCCC;
    border-top: medium none currentColor;
    background-color: #DCE9F9;
    background-image: -o-linear-gradient(top, #EBF3FC, #DCE9F9);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.804) inset;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.506);
    font-weight: bolder;
    font-size: 18px;
    vertical-align: middle;
}

table.table_diff th:first-child {
    -webkit-border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

table.table_diff th:last-child {
    -webkit-border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

table.table_diff th:only-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

table.table_diff td {
    padding: 4px 8px;
    border: 1px solid #CCCCCC;
}

table.table_diff td:first-of-type {
    text-align: right;
}

div.price_diff .price_old {
    font-size: 30px;
}

div.price_diff .price_new {
    font-size: 26px;
}

#counter {
    margin: 10px auto;
}

#counter_end {
    display: none;
    margin: 10px auto;
}

.price_old {
    text-decoration: line-through;
    font-size: 24px;
}

.price_new {
    line-height: 140%;
    font-size: 14px;
}

.grey {
    color: grey;
}

.left {
    float: left;
}

.center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

p.center,
span.center,
p.center {
    text-align: center;
}

.right {
    float: right;
}

p.table_podpis {
    font-size: 11px;
    line-height: normal;
}

p.table_podnaglowek_yes {
    font-size: 18px;
    color: green;
    font-weight: bold;
}

p.table_podnaglowek_no {
    font-size: 18px;
    color: red;
    font-weight: bold;
}

.custom_table {
    vertical-align: top;
    border-collapse: separate;
    margin-left: auto;
    margin-right: auto;
}

.custom_table td:nth-child(2) {
    margin-left: 20px;
}

#zbutton {
    background: url(przycisk.png) no-repeat center top;
    width: 300px;
    height: 58px;
    border: 0px;
    outline: none;
    cursor: pointer;
}

#zbutton h1 {
    margin: 0px;
    font-size: 30px;
    color: #00016B;
    text-align: center;
}

#tocart {
    background: url('tocart.jpg') no-repeat center top;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-shadow: black 0.1em 0.1em 0.2em
}

#tocart:hover {
    background: url('tocart2.jpg') no-repeat center top;
}

.libo li {
    margin-bottom: 15px;
}

h4 {
    font-family: georgia;
    font-weight: bold;
}

.phase {
    font-weight: bold;
}

.phase span {
    color: green;
    font-size: 28px;
}

.header_box {
    background-color: #02981d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -10px 0 10px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.space-beetween {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobil_form .form {
    background: #dddee3;
    margin: 0px auto 30px auto;
}

.mobil_form .form .promo-box {
    display: none;
    background-color: #1e911e;
    width: 100%;
}

.mobil_form .form .promo-box .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobil_form .form .promo-box .ico {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: block;
    width: 20px;
    height: 20px;
    margin: 13px;
    margin-right: 8px;
    content: url('box_ok.png');
}

.mobil_form .form .promo-box p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 13px;
    text-align: left;
    padding-top: 14px;
    padding-bottom: 14px;
}

.mobil_form .form .promo-box p span {
    font-weight: 400;
    line-height: 20px;
}

.mobil_form .form h2 {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 35px;
    text-transform: uppercase;
    font-weight: bold;
}

.mobil_form .form .steps {
    padding-left: 11px;
    padding-right: 11px;
}

.mobil_form .form form {
    padding-left: 11px;
    padding-right: 11px;
}

.mobil_form .form .error {
    display: none;
    color: #d96700;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    position: absolute;
    right: 1%;
    width: 44%;
}

.mobil_form .form .to-left {
    text-align: left !important;
}

.mobil_form .form .error:after {
    content: url('form_warn.png');
    position: absolute;
    width: 26px;
    height: 21px;
    top: 25%;
    margin-left: 9px;
    right: 4px;
}

.mobil_form .form .input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.mobil_form .form .step1 label {
    margin-top: 14px;
    margin-bottom: 28px;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.mobil_form .form .step2 button {
    margin-top: 29px;
}

.mobil_form .form .step2 label {
    color: #656565;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    position: absolute;
    text-align: left;
    top: -3px;
    left: 11px;
}

.mobil_form .form .step3 button {
    margin-bottom: 40px;
}

.mobil_form .form .step3 label {
    color: #656565;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    position: absolute;
    text-align: left;
    top: -3px;
    left: 11px;
}

.mobil_form .form input,
.mobil_form .form select {
    border-radius: 3px;
    border-width: 1px;
    border-color: #afb0b4;
    border-style: solid;
    background-color: #ffffff;
    width: 100%;
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    height: 48px;
    padding-left: 11px;
    padding-right: 11px;
    text-align: left;
    max-width: 650px;
}

.mobil_form .form .floatingSpan input {
    padding-top: 18px;
}

.mobil_form .form input:focus {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}

.mobil_form .form input:focus~.floating-label,
.mobil_form .form input:not(:placeholder-shown)~.floating-label {
    color: #656565;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    position: absolute;
    top: -3px;
    left: 11px;
    text-align: left;
}

.mobil_form .form .input-error {
    border-bottom: solid 2px #E0211B;
}

.mobil_form .form .floating-label {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    position: absolute;
    pointer-events: none;
    left: 11px;
    text-align: left;
    top: 25%;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.mobil_form .form .error-text {
    display: none;
    color: #E0211B;
    font-size: 13px;
}

.mobil_form .form .input-error~.error-text {
    display: block;
}

.mobil_form .form .floatingSpan {
    position: relative;
}

.mobil_form .form .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.mobil_form .form .checkbox div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.mobil_form .form .checkbox input {
    border-width: 1px;
    border-color: #afb0b4;
    border-style: solid;
    background: #ffffff;
    margin: 0;
    padding: 0;
    height: 20px;
    width: auto;
}

.mobil_form .form .checkbox label {
    padding-left: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: justify;
    position: relative;
    top: 0;
    left: 0;
}

.mobil_form .form .checkbox label strong {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.mobil_form .form button {
    border-radius: 3px;
    border-width: 1px;
    border-color: #afb0b4;
    border-style: solid;
    background-color: #0077cc;
    width: 100%;
    height: 71px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
    position: relative;
}

.mobil_form .form button span {
    font-size: 15px;
    font-weight: 400;
}

.mobil_form .form button:after {
    content: url('form_next.png');
    width: 7px;
    height: 11px;
    display: block;
    position: absolute;
    top: 35%;
    right: 17px;
}

.mobil_form .form .inpostButtonShowClick:after {
    content: none;
}

.mobil_form .form .info {
    display: block;
    margin-top: 10px;
    padding-bottom: 40px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.mobil_form .form .info strong {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.mobil_form .form input::-webkit-input-placeholder {
    color: #000000;
}

.mobil_form .form input:-ms-input-placeholder {
    color: #000000;
}

.mobil_form .form input::-ms-input-placeholder {
    color: #000000;
}

.mobil_form .form input::placeholder {
    color: #000000;
}

.mobil_form .form .step3,
.mobil_form .form .step2 {
    display: none;
}

.mobil_form .form .steps {
    margin-bottom: 20px;
    position: relative;
}

.mobil_form .form .steps .text {
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    display: block;
}

.mobil_form .form .steps .text span {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}

.mobil_form .form .steps .pointer {
    margin-top: 5px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background: url('form_n.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    z-index: 99;
}

.mobil_form .form .steps .active .text {
    color: #2b2b2b;
}

.mobil_form .form .steps .active .pointer {
    background: url('form_a.png');
}

.mobil_form .form .steps .completed .pointer {
    background: url('form_c.png');
}

.mobil_form .form .steps .line {
    height: 2px;
    display: block;
    position: absolute;
    width: 35%;
}

.mobil_form .form .steps .line1 {
    left: 18%;
    bottom: 7px;
}

.mobil_form .form .steps .line2 {
    right: 13%;
    bottom: 7px;
}

.mobil_form .form .steps .solid {
    background: url('form_line_sol.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.mobil_form .form .steps .dotted {
    background-image: none;
    border-bottom: 2px dashed #a6a6a6;
}

.mobil_form .form input::-webkit-input-placeholder {
    font-size: 15px;
    white-space: pre-line;
    position: relative;
    top: -10px;
}

.mobil_form .form input:-ms-input-placeholder {
    font-size: 15px;
    white-space: pre-line;
    position: relative;
    top: -10px;
}

.mobil_form .form input::-ms-input-placeholder {
    font-size: 15px;
    white-space: pre-line;
    position: relative;
    top: -10px;
}

.mobil_form .form input::placeholder {
    font-size: 15px;
    white-space: pre-line;
    position: relative;
    top: -10px;
}


@media (min-width: 511px) {
    .mobil_form .form .steps .line1 {
        left: 9%;
        bottom: 7px;
    }

    .mobil_form .form .steps .line {
        width: 81%;
    }

    .mobil_form .form .steps .line2 {
        right: 7%;
        bottom: 7px;
    }
}

@media (max-width: 510px) {
    .mobil_form .form .steps .line1 {
        left: 14%;
        bottom: 7px;
    }

    .mobil_form .form .steps .line {
        width: 70%;
    }

    .mobil_form .form .steps .line2 {
        right: 11%;
        bottom: 7px;
    }
}

@media (max-width: 360px) {
    .mobil_form .form .steps .line1 {
        left: 18%;
        bottom: 7px;
    }

    .mobil_form .form .steps .line2 {
        right: 13%;
        bottom: 7px;
    }

    .mobil_form .form .steps .line {
        width: 66%;
    }
}