/* 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: #333;
 opacity: 1;
}

.m1-form input.field:-moz-placeholder {
 color: #333;
 opacity: 1;
}

.m1-form input.field::-moz-placeholder {
 color: #333;
 opacity: 1;
}

.m1-form input.field:-ms-input-placeholder {
 color: #333;
 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,
.header-one_plus li:after,
.header-two_plus li:after,
.rev:after,
.list:after,
.list > li:after,
.list-left:after,
.list-right:after,
.two-col:after {
 content: '';
 display: block;
 clear: both;
}

.clear {
 clear: both;
 height: 0px;
}

.ulfix {
 font-size: 0;
}

.video-container.shadow {
 border: 24px solid #fff;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
}

.shadow {
 -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
 box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.dark-bg {
 background: #4c6181;
 color: #fff;
}

.light-bg {
 background: #cbdff2;
}

.gray-bg {
 background: #f3f4f6;
}

.round img {
 border-radius: 50%;
 -webkit-border-radius: 50%;
}

.border img {
 border: 10px solid #70819a;
}

.border2 img {
 border: 2px solid #fff;
 border-radius: 4px;
}

.border3 img {
 border: 2px solid #edf0f2;
 border-radius: 4px;
}

p {
 margin-bottom: 20px;
}

/* END my_presets */

h1, h2, h3, h4, h5, h6 {
 font-family: 'AvenirNextCyr', Arial, 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: 0;
 margin: 0 auto;
 font-family: 'AvenirNextCyr', Arial, Helvetica, sans-serif;
 font-weight: 400;
 font-size: 16px;
 line-height: 1.5em;
 color: #333;
 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;
}

.nopad {
 padding: 0;
}

.pad {
 padding: 0 10px;
}

.container {
 padding: 0 10px;
}

.wrap:after {
 clear: both;
 content: "";
 display: table;
}

/*   cost   */

.cost {
 background: url("price-bg.png") 50% 0 no-repeat;
 width: 300px;
 height: 78px;
}

.cost .old,
.cost .new {
 float: left;
 width: 50%;
 text-align: center;
 line-height: 27px;
 padding-top: 10px;
}

.cost .new {
 color: #fff;
}

.cost p {
 margin-bottom: 0;
}

.cost .val {
 font-size: 28px;
 font-weight: 700;
}

.cost .old .val span {
 text-decoration: line-through;
}

.cost .val i {
 font-style: normal;
 font-size: 22px;
 text-transform: uppercase;
}

/*   timer block   */

.timer_block {
 width: 300px;
 height: 78px;
 padding-top: 6px;
 background: #fff;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.timer_block > p {
 color: #333;
 text-align: center;
 margin-bottom: 0;
 padding-bottom: 9px;
}

.timer_block .timer_item:first-child {
 margin-left: 0;
}

.timer_block .timer_item {
 position: relative;
 float: left;
 width: 55px;
 font-size: 40px;
 font-weight: 700;
 color: #d8253f;
 text-align: center;
 margin-left: 27px;
}

.timer_block .timer_item:after {
 position: absolute;
 right: -18px;
 top: 0;
 font-size: 30px;
 color: #333;
 content: ':';
}

.timer_block .timer_item:last-child:after {
 display: none;
}

.timer_block .timer {
 width: 220px;
 margin: 0 auto;
}

.m1-form input.field {
 position: relative;
 display: block;
 outline: 0;
 border: none;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 width: 100%;
 height: 66px;
 line-height: 66px;
 margin: 0 auto 15px;
 padding: 0 20px;
 background: #fff;
 text-align: center;
 font-size: 18px;
 font-family: 'AvenirNextCyr', Arial, 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;
}

.button-m {
 position: relative;
 display: block;
 width: 300px;
 height: 76px;
 line-height: 78px;
 margin: 0 auto;
 border: none;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 text-align: center;
 font-family: 'AvenirNextCyr', Arial, Helvetica, sans-serif;
 font-size: 24px;
 font-weight: 700;
 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
 text-decoration: none;
 cursor: pointer;
 color: #333;
 background: rgb(255, 192, 0);
 background: -moz-linear-gradient(0deg, rgba(255, 192, 0, 1) 0%, rgba(253, 220, 64, 1) 100%);
 background: -webkit-linear-gradient(0deg, rgba(255, 192, 0, 1) 0%, rgba(253, 220, 64, 1) 100%);
 background: linear-gradient(0deg, rgba(255, 192, 0, 1) 0%, rgba(253, 220, 64, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc000", endColorstr="#fddc40", GradientType=1);
 -webkit-box-shadow: 0 2px 0 #d7a200;
 box-shadow: 0 2px 0 #d7a200;
 -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:active {
 top: -1px;
}

.m1-form .button-m {
 width: 100%;
}

.m1-form {
 margin: 0 auto;
}

.formbox {
 width: 340px;
 background: rgba(255, 255, 255, .65);
 padding: 20px;
 border-radius: 5px;
}

.formbox .cost,
.formbox .timer_block {
 margin-bottom: 15px;
}

h2.title {
 margin: 0 0 40px 0;
 text-align: center;
 font-size: 48px;
 line-height: 1.1em;
 text-transform: none;
}

h2.title span {
 color: #d6253e;
}

p.subtitle {
 text-align: center;
 margin: -15px 170px 30px;
}

.price {
 width: 280px;
 margin: 0 auto 15px;
 text-align: center;
 text-transform: uppercase;
}

.old-cost {
 float: left;
}

.old-cost p {
 font-size: 32px;
 font-weight: 700;
 line-height: 30px;
}

.old-cost p span {
 text-decoration: line-through;
}

.old-cost > span, .new-cost > span {
 font-size: 12px;
}

.new-cost {
 float: right;
}

.new-cost p {
 font-size: 32px;
 font-weight: 700;
 line-height: 30px;
 color: #77c300;
 margin: 0;
}

.new-cost, .old-cost {
 width: 50%;
 height: 63px;
}

.old-cost p small, .new-cost p small {
 font-size: .8em;
}

.sale2 {
 background: #fed229;
 width: 106px;
 height: 106px;
 border: 6px solid rgba(255, 255, 255, .1);
 background-clip: padding-box;
 border-radius: 50%;
 text-align: center;
 font-size: 13px;
 color: #333;
 font-weight: 700;
 text-transform: uppercase;
 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
 padding: 13px 0 0;
 line-height: 19px;
 position: absolute;
 z-index: 5;
}

.sale2 p {
 font-size: 32px;
 line-height: 30px;
 margin: 0;
}

/*СПИСКИ*/
.list {
 font-size: 0;
 text-align: center;
}

.list > li {
 font-size: 16px;
 display: inline-block;
 vertical-align: top;
 margin: 0 10px;
 position: relative;
}

.list > li img {
 display: block;
 margin: 0 auto 15px;
}

.list h3 {
 font-size: 16px;
 margin-bottom: 5px;
 text-transform: none;
}

.stroke {
 text-align: left;
}

.stroke .list-left {
 float: left;
}

.stroke .list-right {
 overflow: hidden;
 padding: 0px 0 0 20px;
}

.stroke li img {
 margin: 0;
}

/*ОДНА КОЛОНКА СПИСКА*/
.col1 > li {
 width: 100%;
 margin: 0;
}

.col1 > li p {
 margin-bottom: 0;
}

/*ДВЕ КОЛОНКИ СПИСКА*/
.col2 > li {
 width: 460px;
}

/* ТРИ КОЛОНКИ СПИСКА */
.col3 > li {
 width: 300px;
}

/* ЧЕТЫРЕ КОЛОНКИ СПИСКА */
.col4 > li {
 width: 210px;
}

.col4 > li > h3 {
 text-transform: none;
}

/* ДВЕ КОЛОНКИ */
.two-col img {
 margin: 0 auto;
 display: block;
}

.two-col .two-col_left {
 float: left;
 width: 460px;
 margin: 0 10px;
}

.two-col .two-col_right {
 float: right;
 width: 460px;
 margin: 0 10px;
}

/*ВИДЕО*/
.video-container {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container .youtube {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

/* Arrows */
.slick-slide img {
 margin: 0 auto;
}

.slick-prev,
.slick-next {
 font-size: 0;
 line-height: 0;
 position: absolute;
 top: 61px;
 display: block;
 padding: 0;
 cursor: pointer;
 color: transparent;
 border: none;
 outline: none;
 background: #fff url('sprite.png') no-repeat -47px -33px;
 width: 40px;
 height: 40px;
 z-index: 3;
 border-radius: 50%;
 -webkit-border-radius: 50%;
}

.reviews-3 .slick-prev,
.reviews-3 .slick-next,
.reviews-6 .slick-prev,
.reviews-6 .slick-next,
.gallery2 .slick-prev,
.gallery2 .slick-next,
.char4_gallery .slick-prev,
.char4_gallery .slick-next {
 background: #77c300 url('sprite.png') no-repeat -100px -33px;
 top: 110px;
}

.gallery2 .slick-prev,
.gallery2 .slick-next,
.char4_gallery .slick-prev,
.char4_gallery .slick-next {
 top: 50%;
 margin-top: -20px;
}

.char4_gallery .slick-prev {
 left: 30px;
}

.char4_gallery .slick-next {
 right: 30px;
}

.reviews-3 .slick-prev {
 left: 60px;
}

.reviews-3 .slick-next {
 right: 530px;
}

.slick-prev {
 left: -40px;
}

.slick-next {
 right: -40px;
 -moz-transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
 -o-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}

/* Dots */
.slick-dotted.slick-slider {
 margin-bottom: 30px;
}

.slick-dots {
 position: absolute;
 bottom: -25px;
 display: block;
 width: 100%;
 padding: 0;
 margin: 0;
 list-style: none;
 text-align: center;
}

.reviews-3 .slick-dots {
 bottom: 10px;
 padding: 0 470px 0 0;
}

.slick-dots li {
 width: auto;
 height: 0;
 margin: 0 5px;
 text-align: center;
 display: inline-block;
}

.slick-dots li button {
 width: 12px;
 height: 12px;
 border-radius: 50%;
 padding: 0;
 background: #8291a7;
 border: none;
 display: inline-block;
 text-indent: -9000px;
 cursor: pointer;
}

.slick-dots li button:before {
 display: none;
}

.slick-dots li.slick-active button {
 background: #fff;
}

.reviews-3 .slick-dots li.slick-active button,
.reviews-6 .slick-dots li.slick-active button {
 background: #77c300;
}

.reviews-3 .slick-dots li button,
.reviews-6 .slick-dots li button {
 background: #b2b2b2;
}

/*Таймер*/
.countbox:before {
 content: 'Конец акции через:';
 display: block;
 text-align: center;
 font-size: 14px;
 color: #333;
 font-weight: 700;
 margin-bottom: 2px;
 text-transform: uppercase;
 padding-top: 5px;
}

.countbox {
 height: 76px;
 width: 200px;
 padding-left: 0;
 margin: 0 auto;
 background: #fff;
 float: right;
}

.countbox > div:last-child {
 margin: 0;
}

.countbox > div:first-child {
 margin-left: 15px;
}

.countbox .countbox-num {
 float: left;
 width: 46px;
 height: 38px;
 margin-right: 16px;
}

.countbox-hours, .countbox-mins, .countbox-secs {
 color: #77c300;
 font-size: 30px;
 text-align: center;
 font-weight: 700;
 line-height: 24px;
 letter-spacing: .3px;
}

.countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
 font-size: 11px;
 line-height: 10px;
 text-align: center;
 text-transform: lowercase;
}

@media screen and (max-width: 976px) {
 .wrap {
  width: 640px;
 }

 h2.title {
  font-size: 32px;
 }

 .slick-next {
  right: 0;
 }

 .slick-prev {
  left: 0;
 }

 .char3 .slick-prev, .char3 .slick-next {
  top: 50%;
  margin-top: -20px;
 }
}

@media screen and (max-width: 659px) {
 .wrap {
  width: 320px;
 }

}