/* my_presets *//* michael-k90 *//* endzeit_____ */
.m1-form .field:focus::-webkit-input-placeholder {opacity:0;}
.m1-form .field:focus::-moz-placeholder          {opacity:0;}
.m1-form .field:focus:-moz-placeholder           {opacity:0;}
.m1-form .field:focus:-ms-input-placeholder      {opacity:0;}
.m1-form .field::-webkit-input-placeholder {color: #757575; opacity: 1;}
.m1-form .field:-moz-placeholder {color: #757575; opacity: 1;}
.m1-form .field::-moz-placeholder {color: #757575; opacity: 1;}
.m1-form .field:-ms-input-placeholder {color: #757575; 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, .nabor li:after {content: '';display: block;clear: both;}
.clear{clear: both;height: 0px;}
.ulfix {font-size: 0;}
/* END my_presets */

h1,h2,h3,h4,h5,h6{font-family: 'Open Sans', Helvetica, sans-serif; font-weight: 700; text-transform: uppercase;line-height: 1.2em;}
b,strong{font-weight: 700;}
body{
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
    background: #fff;
}
section{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 0;
}
.wrap{
    width: 960px;
    padding: 0px 10px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.wrap:after {
    clear: both;
    content: "";
    display: table;
}
.m1-form .field{
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    margin: 0 auto 10px;
    padding: 0 20px;
    background:#fff;
    text-align: left;
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
    color: #333;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
}
select, input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
select[name="comment"] {
    display: block;
    width: 100%;
    height: 54px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    border:none;
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
    color: #333;
    padding: 0 20px;
}
select {
  background-image: url("../img/select.png");
  background-repeat: no-repeat;
  background-position: right center;
  overflow: hidden;
  /* for FF */
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
}
select::-ms-expand {
    display: none;
}
.button-m{
    position: relative;
    display: block;
    width: 300px;
    height: 68px;
    line-height: 68px;
    margin: 0 auto;
    border: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    text-align: center;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 22px;
    letter-spacing: 1.1px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: rgb(230,165,1);
    background: -moz-linear-gradient(top, rgba(230,165,1,1) 0%, rgba(223,124,11,1) 100%);
    background: -webkit-linear-gradient(top, rgba(230,165,1,1) 0%,rgba(223,124,11,1) 100%);
    background: linear-gradient(to bottom, rgba(230,165,1,1) 0%,rgba(223,124,11,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6a501', endColorstr='#df7c0b',GradientType=0 );
    -webkit-box-shadow: 0 5px 0 0 #b76302;
    box-shadow: 0 5px 0 0 #b76302;
    -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{
    background: rgb(225,162,1);
    background: -moz-linear-gradient(top, rgba(225,162,1,1) 0%, rgba(215,120,11,1) 100%);
    background: -webkit-linear-gradient(top, rgba(225,162,1,1) 0%,rgba(215,120,11,1) 100%);
    background: linear-gradient(to bottom, rgba(225,162,1,1) 0%,rgba(215,120,11,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1a201', endColorstr='#d7780b',GradientType=0 );
}
.button-m:active{
    top:-1px;
}
.m1-form {
    width: 300px;
    margin: 0 auto;
}
.m1-form .button-m{
    width: 100%;
}
h2.title{
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 38px;
    line-height: 1.2em;  
    color:#009fce;
    font-weight: 400;
}
h2.title>span{
    font-size: 24px;
    display: block;
    color:#333333;
    line-height: 1.4em;
}
.price {
    background: url("../img/price.png") no-repeat center top;
    width: 300px;
    height: 64px;
    margin: -32px auto 10px;
    text-align: center;
    padding: 5px 0 0;
}
.old-cost {
    float: left;
}
.old-cost p {
    font-size: 24px;
    line-height: 18px;
    text-transform: uppercase;
}
.old-cost p span {
    text-decoration: line-through;
}
.old-cost > span, .new-cost > span {
    font-size: 12px;
}
.new-cost {
    float: right;
    color:#fff;
}
.new-cost p {
    font-size: 24px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #b76302;
}
.new-cost, .old-cost  {
    width: 50%;
}

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 145px;
    display: block;
    width: 57px;
    height: 57px;
    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: 20px;
}
.slick-next{
    right: 20px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.reviews .slick-prev,
.reviews .slick-next{
    top: 23px;
    width: 22px;
    height: 38px;
    background: url("../img/arrow2.png") no-repeat 0 0;
}
.reviews .slick-prev {
    left: 57px;
}
.reviews .slick-next {
    right: 517px;
}

.video-container {
     position: relative;
     width: 100%;
     height: 226px;
     margin: 0 auto;
     overflow:hidden;
     background:#000;	
}
 .video-container iframe, .video-container object, .video-container embed{
    position:absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.youtube {
    height: 100% !important;
}
@media screen and (max-width: 976px) {
    .wrap{
        width: 640px;
    }
}
@media screen and (max-width: 659px) {
    .wrap{
        width: 320px;
    }
    
}