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

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

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

.m1-form input.field:-ms-input-placeholder {
    color: #727272;
    opacity: 1;
}

.hidden {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.just {
    text-align: justify;
}

.clearfix:after,
.list 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: 'Gotham Pro', Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
}

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 0;
}

section>p {
    text-align: justify;
    padding: 0 20px 20px;
}

.no-margbot {
    margin-bottom: 0;
}

.margbot {
    margin-bottom: 20px;
}

.nopad {
    padding: 0;
}

section>img {
    display: block;
    margin: 0 auto;
}

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 {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    width: 100%;
    height: 64px;
    line-height: 64px;
    margin: 0 auto 20px;
    padding: 0 20px 0 70px;
    background: #fff;
    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;
}

.button-m {
    position: relative;
    z-index: 2;
    display: block;
    width: 400px;
    height: 82px;
    line-height: 82px;
    margin: 0 auto;
    border: none;
    border-radius: 41px;
    -webkit-border-radius: 41px;
    text-align: center;
    font-family: 'Gotham Pro', Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: rgb(255, 92, 53);
    background: -moz-linear-gradient(top, rgba(255, 92, 53, 1) 0%, rgba(255, 54, 53, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 92, 53, 1) 0%, rgba(255, 54, 53, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 92, 53, 1) 0%, rgba(255, 54, 53, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5c35', endColorstr='#ff3635', GradientType=0);
    -webkit-box-shadow: inset 0 -5px 0 0 #e61e23, 0 2px 5px 0 rgba(0, 0, 0, .4);
    box-shadow: inset 0 -5px 0 0 #e61e23, 0 2px 5px 0 rgba(0, 0, 0, .4);
    -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;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .2);
}

.button-m:hover {}

.button-m:active {
    top: -1px;
}

.m1-form input[name="name"] {
    background: #fff url('../../../m1/img/sprite.png') no-repeat -451px 14px;
}

.m1-form input[name="phone"] {
    background: #fff url('../../../m1/img/sprite.png') no-repeat 22px 19px;
}

.m1-form {
    width: 400px;
    margin: 0 auto;
}

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

h2.title {
    margin: 0 0 30px 0;
    font-size: 26px;
    text-align: center;
    color: #3b3b3b;
    font-weight: 400;
}

h2.title>span {
    display: block;
    color: #ff5b35;
    font-size: 32px;
    font-weight: 700;
}

h2.title:after {
    content: '';
    display: block;
    background: url('../../../m1/img/sprite.png') no-repeat -343px -127px;
    width: 39px;
    height: 6px;
    margin: 20px auto 0;
}

.price {
    width: 100%;
    margin: 0 auto 30px;
    text-transform: uppercase;
    position: relative;
}

.price:before {
    content: '';
    display: block;
    background: url('../../../m1/img/sprite.png') no-repeat -56px -198px;
    width: 50px;
    height: 43px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -25px;
}

.old-cost {
    float: left;
    padding-right: 40px;
    text-align: right;
}

.old-cost p {
    font-size: 36px;
    line-height: 32px;
}

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

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

.new-cost {
    float: right;
    color: #ff5c35;
    padding-left: 40px;
}

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

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

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

.video-container {
    position: relative;
    width: 100%;
    height: 270px;
    overflow: hidden;
    background: #000;
    margin: 0 auto 20px;
}

.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;
}

/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    margin-top: -28px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url('../../../m1/img/sprite.png') no-repeat -116px -133px;
    width: 56px;
    height: 56px;
    z-index: 3;
}

.reviews .slick-prev,
.reviews2 .slick-prev,
.reviews .slick-next,
.reviews2 .slick-next {
    background: #fbb0b0 url('../../../m1/img/sprite.png') no-repeat -440px -128px;
    width: 76px;
    height: 66px;
    top: 300px;
    margin: 0;
    border-radius: 0 33px 33px 0;
    -webkit-border-radius: 0 33px 33px 0;
}

.reviews2 .slick-prev,
.reviews2 .slick-next {
    top: 0;
}

.reviews .slick-prev,
.reviews2 .slick-prev {
    left: 0;
}

.reviews .slick-next,
.reviews2 .slick-next {
    right: 0;
}

.slick-prev {
    left: 10px;
}

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

/*ÑÐ¿Ð¸ÑÐºÐ¸*/

.border img {
    border: 3px solid #f79bb0;
}

.list {
    font-size: 0;
}

.list li {
    font-size: 16px;
    position: relative;
}

.list li p b {
    display: block;
}

.list li>img {
    display: block;
}

.list .list-text {
    overflow: hidden;
}

.list .list-text b {
    display: inline-block;
    margin-bottom: 5px;
}

.list .list-text p {}

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

/*Ð¢Ð°Ð¹Ð¼ÐµÑ€*/

.countbox:before {
    content: 'Ð”Ð¾ ÐºÐ¾Ð½Ñ†Ð° Ð°ÐºÑ†Ð¸Ð¸ Ð¾ÑÑ‚Ð°Ð»Ð¾ÑÑŒ:';
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
}

.countbox {
    height: 94px;
    width: 100%;
    padding-left: 0;
    margin: 0 auto 20px;
}

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

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

.countbox .countbox-num {
    float: left;
    width: 66px;
    height: 64px;
    background: url("../../../m1/img/timer.html") no-repeat 0 0;
    margin-right: 59px;
    padding-top: 10px;
}

.countbox-hours,
.countbox-mins,
.countbox-secs {
    color: #f56a47;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    line-height: 26px;
    position: relative;
}

.countbox-hours:before,
.countbox-mins:before {
    content: ':';
    display: block;
    color: #a3a3a3;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    top: 5px;
    right: -35px;
}

.countbox-hours-text,
.countbox-mins-text,
.countbox-secs-text {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}