/* my_presets *//* michael-k90 *//* endzeit_____ */
.m1-form input.field:focus::-webkit-input-placeholder {opacity:0;}
.m1-form input.field:focus::-moz-placeholder          {opacity:0;}
.m1-form input.field:focus:-moz-placeholder           {opacity:0;}
.m1-form input.field:focus:-ms-input-placeholder      {opacity:0;}
.m1-form input.field::-webkit-input-placeholder {color: #6a6a6a; opacity: 1;}
.m1-form input.field:-moz-placeholder {color: #6a6a6a; opacity: 1;}
.m1-form input.field::-moz-placeholder {color: #6a6a6a; opacity: 1;}
.m1-form input.field:-ms-input-placeholder {color: #6a6a6a; opacity: 1;}
.hidden{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.just {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.clearfix:after, .ship li:after {content: '';display: block;clear: both;}
.clear{clear: both;height: 0px;}
.ulfix {font-size: 0;}
.ulfix li {font-size: 16px;}
/* END my_presets */

h1,h2,h3,h4,h5,h6{font-family: 'Gotham Pro', Helvetica, sans-serif; font-weight: 700; text-transform: uppercase;line-height: 1.3em;}
b,strong{font-weight: 700;}
body{
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Gotham Pro', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #222;
    background: #f1f1f1;
}
.wrap {
    width: 480px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
}
section {
    padding: 30px 0;
}
section, footer {
	width: 100%;
    position: relative;
}
.wrap:after {
    clear: both;
    content: "";
    display: table;
}
section:after, footer:after {
    clear: both;
    content: "";
    display: table;
}
.m1-form input.field, .m1-form select{
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 41px;
    -webkit-border-radius: 41px;
    width: 100%;
    height: 82px;
    line-height: 82px;
    margin: 0 auto 10px;
    padding: 0 20px;
    background:#fff;
    text-align: left;
    text-align-last: left;
    font-size: 18px;
    font-family: 'Gotham Pro', Helvetica, sans-serif;
    font-weight: 400;
    color: #222;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
}
.m1-form select{
    background: url(../img/select.png) 100% 50% no-repeat #f3f4f6;
}
.button-m{
    position: relative;
    z-index: 2;
    display: block;
    width: 400px;
    height: 82px;
    line-height: 82px;
    margin: 10px auto;
    border: none;
    border-radius: 41px;
    -webkit-border-radius: 41px;
    text-align: center;
    font-family: 'Gotham Pro', Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #724b00;
    text-shadow: 0 2px 0 #fad334;
    background: #f9c802; 
    -webkit-box-shadow: 0 3px 0 0 #f9a502, 0 27px 13px -21px rgba(0,0,0,.35);
    box-shadow: 0 3px 0 0 #f9a502, 0 27px 13px -21px rgba(0,0,0,.35);
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.button-m:hover{
    
}
.button-m:active{
   
    top:-1px;
}
.m1-form {
    width: 400px;
    margin: 0 auto;
}
.m1-form .button-m{
    width: 100%;
}
h2.title {
    margin: 0 0 30px 0;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}
h2.title > span{
    color: #ed2171;
    font-size: 30px;
    font-weight: 700;
    display: block;
    line-height: 1em;
}
.price {
    width: 400px;
    color:#fff;
    margin: 0 auto 20px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.old-cost {
    float: left;
    background: #b224d2;
    border-radius: 41px 0 0 41px;
    padding-right: 30px;
}
.old-cost p {
    font-size: 26px;
    line-height: 28px;
}
.old-cost p span {
    text-decoration: line-through;
}
.old-cost > span, .new-cost > span {
    font-size: 12px;
}
.new-cost {
    float: right;
    font-weight: 700;
    background: #ed2171;
    border-radius: 0 41px 41px 0;
    padding-left: 30px;
}
.new-cost p {
    font-size: 26px;
    line-height: 28px;
}
.new-cost, .old-cost  {
    width: 50%;
    height: 82px;
    padding-top: 12px;
}
.old-cost p small, .new-cost p small {
    font-size: .85em;
}

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 126px;
    display: block;
    width: 25px;
    height: 44px;
    padding: 0;    
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url(../img/arrow.png) no-repeat 0 0;
    z-index: 3;
}
.slick-prev{
    left: 70px;
}
.slick-next{
    right: 70px;
    -moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.cat-cost .cost span{
    font-size: 28px;
}