/* common settings */

body{ background: white; padding: 0px; margin: 0px;

background: #f2f2f2; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 420px); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(420px,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2f2f2 133px,#ffffff 420px); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2f2f2 133px,#ffffff 420px); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2f2f2 133px,#ffffff 420px); /* IE10+ */
background: linear-gradient(to bottom,  #f2f2f2 133px,#ffffff 420px); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */


}
body *{ font-family: Lato,arial,verdana,tahoma; font-size: 13px; color: #707070; }

#bodyForm section {padding-bottom: 40px;}

.orderpack li.nofree:after{display:none;}
/* global settings */

.clear , .cl{ clear: both; }
.dColor{ color: #59B1B6; } /* important color */
.dColor2{ color: #10768C; } /* second important color */

/* header */

header{ height: 128px; background: url(images/tlo-blu.jpg) no-repeat top center; position: relative; border-bottom: 2px solid #F2F2F2; transition: all 0.3s; }

header.header_float{ position: fixed; top: 0px; z-index: 100; width: 100%; }
body.header_float{ padding-top: 100px; }
header.scrolled{ top: -130px; }

section{ width: 941px; margin: 0px auto; position: relative; }
header .logo{ width: 236px; position: absolute; top: 20px; left: 20px; }
header .logo img{ width: 100%; }
.lineHr{ height: 2px; background: black;  }
header .slogan{ width: 190px; height: 50px; position: absolute; top: 40px; right: 213px; padding-left: 53px; padding-top: 5px; text-transform: uppercase; font-size: 13px; color: #2D4467; }
header .slogan.s2{ right: -5px; }
header .slogan span{ width: 40px; height: 40px; position: absolute; border-radius: 90px; top: 0px; left: 0px; border: 2px solid rgba(255,255,255,0.6); background: url(../../../images/form_new/klodka.png) no-repeat 0px 0px; }
header .slogan.s2 span{ background-image: url(../../../images/form_new/R.png); }

/* global structure */

aside.aLeft , aside.aRight{ float: left; margin-top: 20px; }
aside.aLeft{ width: 622px; }
aside.aRight{ width: 319px; }

/* content */

.topContent{ margin-top: 20px; }
.topContent h2 , .topContent h2 *{ font-size: 24px; font-weight: 700; }
.twoBoxes .tLeft , .twoBoxes .tRight , .twoBoxes .tRight2{ height:auto; min-height:70px; width: 35%; float: left; font-size: 12px; padding-left: 70px; margin: 20px 0px; background: url(../../../images/form_new/cecha1.png) no-repeat 0px 0px; }
.twoBoxes .tRight{ background-image: url(../../../images/form_new/cecha2.png); }
.twoBoxes .tLeft strong , .twoBoxes .tRight strong{ font-size: 14px; font-weight: 700; }

h3{ background: #2D4467; padding: 8px 10px; font-size: 18px; color: white; margin: 10px 0px; font-weight: 900; }/* nagłówki */
h3 *{ font-size: inherit; color: #59B1B6; font-weight: normal; }
h2{ color: #59B1B6; margin: -10px 0px 15px 0px; font-size: 16px; }

/* products */

.packedOrder{ display: block; margin: 0px; padding: 0px; list-style: none; }
.packedOrder li{ display: block; margin: 0px; padding: 0px 20px 20px 0px; border: 1px solid #d0d0d0; margin-bottom: 24px; position: relative; transition: all 0.3s; cursor: pointer; }
.packedOrder li .img{ position: absolute; top: 40px; left: 15px; width: 180px; height: 130px; background-image: url(../../../images/form_new/startAB.png); background-position: 20px 20px; background-repeat: no-repeat; }
.packedOrder li.num2 .img{ background-image: url(../../../images/form_new/ekonomicznyAB.png); }
.packedOrder li.num3 .img{ background-image: url(../../../images/form_new/polecanyAB.png); }
.packUpsell li{ background-image: none;; }
.packUpsell li .img{ width: 65px; height: 90px; top: 30px; left: 20px; position: absolute; top: 57px; left: 60px; background: url(../../../images/form_new/upsell.png) no-repeat 0px 0px; }
.packedOrder li.recommended , .packedOrder li.selected , .packedOrder li.active{ background-color: #f4ffff; border-color: #59b1b6; }
.packedOrder li .information{ margin-left: 160px; }
.packedOrder li .information .infoBottom strong{ font-size: 16px; color: #333333; }
.packedOrder li .information .infoBottom .stroke{ color: #B8B8B8; text-decoration: line-through; }
.packedOrder li .information p{ line-height: 18px; }
.packedOrder li .information h4{ margin: 20px 0px 0px 0px; text-transform: uppercase; font-size: 14px; font-weight: 700; color: #2D4467; }
.packedOrder li .information h4 *{ font-size: inherit; color: inherit; }
.packedOrder li .select{ position: absolute; top: 89px; left: 20px; display: block; width: 18px; height: 18px; padding-top: 0px !important; border-radius: 90px; border: 1px solid #59b1b6; z-index: 1090; }
.packedOrder li .select span{ display: block; width: 10px; height: 10px; border-radius: 90px; margin: 4px 0px 0px 4px; }
.packedOrder li.selected .select span , .packedOrder li.selected .active span{ background: #2D4467; }
.packedOrder li .infoTabs{ margin: 20px 0px 0px 0px; }

.packedOrder li#MassCollectOption , .packedOrder li.otherPayment{ }
.packedOrder li#MassCollectOption .information, .packedOrder li.otherPayment .information{ margin-left: 20px; }
.packedOrder li#MassCollectOption .information h3, .packedOrder li.otherPayment .information h3{ background: none; padding: 0px 0px 0px 30px; color: #2D4467; font-size: 11px; }
.packedOrder.orderPay li .select{ top: 12px !important; left: 20px; }
.packedOrder.orderPay li{ padding-bottom: 0px; padding-top: 5px; }
.packedOrder li#MassCollectOption img, .packedOrder li#MassCollectOption br, .packedOrder li.otherPayment br, .packedOrder li.otherPayment img{ display: none; }

.packUpsell li .select{ border-radius: 6px; font-size: 31px; }
.packUpsell li.selected .select .checkbox , .packUpsell li.active .select .checkbox{ position: absolute; top: -14px; left: -8px; background: none; }

/* form */
.box3{ width: 941px; }
.boxPay{ float: left; width: 32.5%; margin-right: 10px; }
.boxPay:nth-child(3){ margin-right: 0px; width: 32.7%; }
.boxPay { float: left; width: 32.5%; margin-right: 10px; }

input.styled { }
select.styled { position: relative; width: 190px; opacity: 0; filter: alpha(opacity=0); z-index: 5; }
.disabled { opacity: 0.5; filter: alpha(opacity=50); }

.box3 .reguired{ display: none; }

#orderform ul{ display: block; list-style: none; margin: 0px; padding: 0px; }
#orderform ul li{ display: block; margin: 0px; float: left; padding: 0px 0px 10px 0px; position: relative; height: 46px; }
#orderform ul li label{ font: normal 12px arial,verdana,tahoma; color: #585858; margin-bottom: 3px; display: inline-block; transition: all 0.5s; }
#orderform ul li.email{ width: 297px; }
#orderform ul li.firstName{ width: 100px; margin-right: 15px; }
#orderform ul li.lastName{ width: 182px; }
#orderform ul li input , #orderform ul li select{ border: 1px solid #C7C7C9; background: white; padding: 3px 3px; width: 100%; transition: all 0.5s; }
#orderform ul li.streetName{ width: 102px; margin-right: 15px; }
#orderform ul li.streetNumber{ width: 96px; margin-right: 15px; }
#orderform ul li.apartmentNumber{ width: 68px;  }
#orderform ul li.postalCode{ width: 94px; margin-right: 15px; }
#orderform ul li.city{ width: 188px; }
#orderform ul li.country{ width: 165px; margin-right: 15px; }
#orderform ul li.country select{ width: 100%; }
#orderform ul li.telephone{ width: 118px; }
#orderform ul li .inputdesc{ color: #67B6BB; font-size: 10px; margin-top: 14px; display: block; cursor: pointer; }
#orderform ul li .infoError{ display: block;color: red;  opacity: 0; position: absolute; bottom: 3px; left: 0px; font-size: 10px; transition: all 0.3s; }

#orderform ul li.error label{ color: red; }
#orderform ul li.error .infoError{ opacity: 1;  }
#orderform ul li.apartmentNumber .infoError{ bottom: -14px; }

/*  box info right */

.boxinfo{ display: block; list-style: none; margin: 0px 0px 0px 10px; padding: 0px; }
.boxinfo li{ display: block; margin: 0px; padding: 0px 0px 0px 50px; background-position: 0px 0px; background-repeat: no-repeat; }
.boxinfo li h3{ margin: 5px 0px 10px 0px; padding: 7px 0px 0px 0px; color: #2D4467; background: none; font-size: 14px; }
.boxinfo li p{ line-height: 20px; color: #707070; font-size: 12px; }
.boxinfo li.s1{ background-image: url(../../../images/form_new/usp1.png); }
.boxinfo li.s2{ background-image: url(../../../images/form_new/usp2.png); }
.boxinfo li.s3{ background-image: url(../../../images/form_new/usp3.png); }
.boxinfo li.s4{ background-image: url(../../../images/form_new/usp4.png); }
.boxinfo li.s5{ background-image: url(../../../images/form_new/usp5.png); }
.boxinfo li.s6{ background-image: url(../../../images/form_new/usp6.png); }
.boxinfo li.s7{ background-image: url(../../../images/form_new/usp7.png); }

.summary{ font-size: 12px; font-weight: bold; }
.summary span{ color: #3CA2A8; }
.summary ul{ display: block; margin: 0px; padding: 0px; list-style: none; }
.summary ul li{ display: block; margin: 0px; padding: 0px; }
.summary ul li .input{ font-weight: normal; color: #A1A1A1; margin-bottom: 20px; line-height: 17px; }
.noRisk{ margin-top: 10px; background: url(../../../images/form_new/bezryzyka.png) no-repeat 0px 0px; padding: 5px 0px 5px 25px; }
.summary .private{ font-weight: normal; }

.processing .input{ cursor: pointer; transition: all .6s; }
.processing .input:hover{ color: black; cursor: pointer; }
.processing .input .req{ display: block; opacity: 0; transition: all .3s; color: red; }
.processing.selected .input .req{ opacity: 1; }

/* footer */

footer{ background: #F8F8F8; padding: 30px 0px 30px 0px; }
footer section ul{ display: block; margin: 0px; padding: 0px; list-style: none; }
footer section ul li{ display: block; margin: 0px; padding: 0px; float: left; margin-right: 10px; }
footer section ul li a{ text-transform: uppercase; }
footer section .copyright{ float: right; text-transform: uppercase; clear: both; margin-top: -13px; }

#sendButton{
    display: block;
    border-radius: 2px;
    border: 0px;
    font: bold 18px arial,verdana;
    color: #334467;
    padding: 20px 0px;
    width: 100%;
    text-align: center;
    cursor: pointer;

    background: #f3d753; /* Old browsers */
    background: -moz-linear-gradient(top,  #f3d753 0%, #e8b425 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3d753), color-stop(100%,#e8b425)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f3d753 0%,#e8b425 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f3d753 0%,#e8b425 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f3d753 0%,#e8b425 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f3d753 0%,#e8b425 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3d753', endColorstr='#e8b425',GradientType=0 ); /* IE6-9 */

}

#sendButton:hover{
    background: #e8b425; /* Old browsers */
    background: -moz-linear-gradient(top,  #e8b425 0%, #f3d753 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8b425), color-stop(100%,#f3d753)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e8b425 0%,#f3d753 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e8b425 0%,#f3d753 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e8b425 0%,#f3d753 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e8b425 0%,#f3d753 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b425', endColorstr='#f3d753',GradientType=0 ); /* IE6-9 */
}

/*
---------------------------
package not selected
---------------------------
*/
.cDi {
    position: fixed;
    z-index: 999888;
    background: rgba(0,0,0,0.7);
    border-radius: 5px;
    text-align: center;
    top: -80px;
    left: 50%;
    width: 400px;
    height: 38px;
    color: white;
    font: bold 17px arial,verdana;
    padding: 34px 0px 0px 0px;
    margin-left: -200px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.recommend_package{
    position:absolute;
    right:0;
    top:0;
    color:#fff;
    background:#EEA124;
    padding:4px 6px;
    font-size:12px
    /*
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    */

}
/*
---------------------------
#end package not selected
---------------------------
*/

/* info box */
.infoBg{ background: rgba(0,0,0,0.5); z-index: 9998; width: 100%; height: 100%; position: fixed; display: none; left: 0px; top: 0px; }
.infoBox{
    position: fixed;
    width: 500px;
    height: auto; /* bylo 200px */
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -100px;
    background: red;
    z-index: 9999;
    display: none;
    border-radius: 5px;
    background: #fcfdfd; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fcfdfd 0%, #fdfefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfdfd), color-stop(100%,#fdfefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfdfd 0%,#fdfefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfdfd 0%,#fdfefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfdfd 0%,#fdfefe 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfdfd 0%,#fdfefe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdfd', endColorstr='#fdfefe',GradientType=0 ); /* IE6-8 */
}

.infoBox .mhead{
    padding: 10px 20px; background: green; margin: 2px 2px 10px 2px; border-radius: 5px; font-weight: bold; position: relative;

    background: #b8e2e5; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4ZTJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5Y2Q3ZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #b8e2e5 0%, #9cd7dc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8e2e5), color-stop(100%,#9cd7dc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b8e2e5 0%,#9cd7dc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b8e2e5 0%,#9cd7dc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b8e2e5 0%,#9cd7dc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b8e2e5 0%,#9cd7dc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e2e5', endColorstr='#9cd7dc',GradientType=0 ); /* IE6-8 */

}
.infoBox .mhead br{ display: none; }
.infoBox .mhead .fa-times{ display: block; position: absolute; top: 2px; right: 2px; color: white; text-decoration: none; padding: 3px; border: 1px solid rgba(255,255,255,0); border-radius: 2px; font-size: 20px; transition: border .3s, color 0.6s; }
.infoBox .mhead .fa-times:hover{ border: 1px solid rgba(255,255,255,1); color: black; }
.infoBox .mcontent{ padding: 10px 10px; }
.private{ padding: 0px 0px 0px 15px; background: url(../../../images/form_new/dbamy.png) no-repeat 0px 3px; color: #525252; margin-bottom: 20px; }

.processing .input input{ display: none; }
.processing .input .checkGraphic{ font-size: 19px; cursor: pointer; width: 17px; }

/* responsive css */
.box3 , section{ max-width: 941px; }
#orderform ul li{padding-left:0%;}
#orderform ul li.email{ width: 97%; }
#orderform ul li.nip{ width: 97%; }
#orderform ul li.firstName {width: 30%; margin-right:5%}
#orderform ul li.lastName{width:62%;}
#orderform ul li.streetName{ width:30%; margin-right:5%; }
#orderform ul li.streetNumber{ width:29%; margin-right:5%; }
#orderform ul li.apartmentNumber{width:28%; }
#orderform ul li.postalCode{ width:30%; margin-right:5%; }
:lang(sk) #orderform ul li.postalCode {width: 97%;}
#orderform ul li.city{ width:62%; }
:lang(sk) #orderform ul li.city {width: 97%;}
#orderform ul li.country{ width:50%; margin-right:5%; }
#orderform ul li.telephone{ width:42%; }


.packProducts li.recom:after{ content: ""; position: absolute; width: 156px; height: 92px; background: url('../../../images/form_new/badge.png') repeat scroll 0% 0% transparent; top: -5px; right: -5px; }
.packProducts li.recom2:after{ content: ""; position: absolute; width: 156px; height: 92px; background: url('../../../images/form_new/badge2.png') repeat scroll 0% 0% transparent; top: -5px; right: -5px; }

@-webkit-keyframes inputUnfocus{
    0% { -webkit-transform: scale(1); opacity: 1; }
    95% { -webkit-transform: scale(1.1); opacity: 0.5; }
    100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes inputUnfocus{
    0% { transform: scale(1); opacity: 1; }
    95% { transform: scale(1.1); opacity: 0.5; }
    100% { transform: scale(1); opacity: 1; }
}

@media handheld,only screen and (min-width:200px) and (max-width:1024px){
    .box3 , section{ width: 96%; margin: 0px auto; }
    aside.aLeft, aside.aRight{float:none; width: 90% !important; margin:0 auto;}
    .boxinfo{ display: none; }
    .boxinfo li{float:left; width: 40%; min-height:170px;}

    .orderform{padding-bottom:6%}
    .infoBox{max-width: 500px; width: 96%; margin-left:-48%;}
    .boxPay, .boxPay:nth-child(3){ width: 45%; margin:0 2%;}
}

@media handheld,only screen and (min-width:200px) and (max-width:640px){
    .twoBoxes .tLeft, .twoBoxes .tRight, .twoBoxes .tRight{ width: 70%; min-height: 71px; }
    header .slogan{display:none;}
    .boxinfo li {width: 80%; margin: 0 auto;}
    .boxPay, .boxPay:nth-child(3){ width: 96%; margin:30px auto 0 auto; float:none;} /* zmieniłem margin top z 15px na 30px ponieważ napisy pod boxami wchodziły pod nastepny box na mobilkach */
    aside.aLeft, aside.aRight{ float:none; width: 96% !important; margin:0 auto; padding: 0px; }
    .packedOrder.packProducts li .select, .packedOrder li .select{ position: relative; top: auto; left: auto; margin: 20px auto; }
    .packedOrder.packProducts li .img, .packedOrder li .img{ top: 45px !important; width: 96% !important; left: 0px !important; background-position: center; background-position: center bottom; }
    .packedOrder.packProducts li .information, .packedOrder.packProducts li .information{ margin: 206px 10px 0px 10px; }
    .packedOrder.packProducts li .information h4, .packedOrder li .information h4{ text-align: center; }
    footer section .copyright{ float: none; padding-top: 6px; }

    .packedOrder.orderPay li .select{ margin:0px auto 15px auto; }
    .packedOrder li#MassCollectOption .information h3, .packedOrder li.otherPayment .information h3{ padding-left:30px; box-sizing:border-box; /*padding: 40px 0px 0px 0px;*/}
    .what-you-get {padding-bottom:10px;}
}

@media screen and (max-width: 640px){

    .packedOrder.packUpsell li .select{ top:0; }
    .packedOrder.packUpsell li .img{ top:50px; }
    .packedOrder.packUpsell li .information{ margin:170px 10px 0 20px; }

}

@media screen and (min-width: 200px) and (max-width: 1000px){

    header::before{ left:auto!important; right:3px; }

}

.icon-error div.input {
    position: relative;
}

.icon-error div.input:before {
    content: '\f058';
    position: absolute;
    top: 4px;
    right: -4px;
    font-family: "FontAwesome";
    font-size: 16px;
    z-index: 200;
    color: #008000;
    opacity: 0;
    transition: all 0.5s;
}

.icon-error.error div.input:before {
    opacity: 1;
    color: red;
    content: '\0f06a';
}

.green.icon-error div.input:before {
    opacity: 1;
    color: #008000;
    content: '\f058';
}

.icon-error.error input.input,
.icon-error.error input.firstName,
.icon-error.error input.lastName,
.icon-error.error input.streetName,
.icon-error.error input.streetNumber,
.icon-error.error input.apartmentNumber,
.icon-error.error input.city,
.icon-error.error input.fvPostalCode,
.icon-error.error input.fvCompanyName,
.icon-error.error input.fvStreetName,
.icon-error.error input.fvStreetNumber,
.icon-error.error input.fvApartmentNumber,
.icon-error.error input.fvCity {
    border: 1px solid #c00!important;
    background: #fee !important;
}

.green.icon-error input.input,
.green.icon-error input.firstName,
.green.icon-error input.lastName,
.green.icon-error input.streetName,
.green.icon-error input.streetNumber,
.green.icon-error input.apartmentNumber,
.green.icon-error input.city,
.green.icon-error input.fvPostalCode,
.green.icon-error input.fvCompanyName,
.green.icon-error input.fvStreetName,
.green.icon-error input.fvStreetNumber,
.green.icon-error input.fvApartmentNumber,
.green.icon-error input.fvCity {
    border: 1px solid #090!important;
    background: #efe !important;
}

.ui-menu {
    list-style-type: none;
    padding: 15px;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #C7C7C9;
    border-top: 0;
    z-index: 300;
}

.ui-menu li {
    margin-bottom: 5px;
    transition: all 0.5s;
}

.ui-menu li:hover {
    opacity: 0.5;
    cursor: pointer;
}

.ui-menu li:last-child {
    margin-bottom: 0;
}

.ui-helper-hidden-accessible {
    display: none!important;
}

#orderform ul li .infoError {
    display: none;
}
