﻿@charset "UTF-8";
body,
h2 {
  margin: 0;
}
.b2-left ul,
.b3-right ul,
.b6-left ul,
.b8-left ul,
.hb-center ul {
  list-style-type: none;
}
.alert h3,
.b6-right p,
.block-10 .client-info,
.hb-center .promo,
.stage,
h2 {
  text-transform: uppercase;
}
body {
  font-family: OpenSans, sans-serif;
  font-size: 18px;
  color: 000;
  padding: 0;
  width: 100%;
  min-width: 1000px;
}
h2 {
  font-family: OpenSansExtraBold, sans-serif;
  font-size: 56px;
  line-height: 1.1;
}
.hb-center ul,
.header h2 span {
  font-family: OpenSansLight, sans-serif;
}
.clearfix {
  clear: both;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
.header {
  background-image: url(../img/header-bg.jpg);
  background-size: cover;
  color: #fff;
  padding: 5px 0;
}
.hb-center .promo:before,
.hb-center ul li:before {
  content: "";
  background-size: 100% 100%;
}
.header h2 span {
  font-size: 42px;
  font-weight: 400;
}
.header-top {
  padding-bottom: 40px;
}
.ht-left {
  float: left;
  width: 470px;
  padding-right: 10px;
}
.ht-right {
  display: none;
  float: right;
  text-align: right;
  padding: 15px 0;
}
.hb-center,
.hb-left {
  float: left;
  width: 320px;
}
.ht-right img {
  margin-right: 20px;
}
.ht-right img:last-child {
  margin-right: 0;
}
.hb-left img {
  max-width: 500px;
  margin-top: 10px;
  position: relative;
  left: -180px;
}
.hb-center ul {
  margin: 0;
  padding-left: 55px;
  font-size: 19px;
}
.hb-center ul li {
  margin-bottom: 20px;
  line-height: 1.5;
  position: relative;
}
.hb-center ul li:first-line {
  font-family: OpenSans, sans-serif;
  font-weight: 700;
}
.hb-center ul li:before {
  position: absolute;
  left: -45px;
  top: 5px;
  width: 28px;
  height: 28px;
  background-image: url(../img/check-circle.png);
}
.hb-center .promo {
  margin: 10px 0;
  padding-left: 55px;
  font-family: OpenSansLight, sans-serif;
  font-size: 20px;
  line-height: 1.05;
  position: relative;
}
.hb-center .promo .sale {
  font-family: OpenSansExtraBold, sans-serif;
  font-size: 22px;
  color: #fff722;
}
.hb-center .promo:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-image: url(../img/percent.png);
}
.hb-center .price {
  float: right;
  width: 260px;
  height: 95px;
  padding: 10px 20px 5px;
  margin-top: 10px;
  background-color: #910439;
}
.hb-center .price p {
  margin: 0;
  line-height: 1;
}
.hb-center .price .price_old {
  font-family: OpenSansLight, sans-serif;
  font-size: 26px;
  color: #cd5c76;
  line-height: 1.2;
}
.hb-center .price .price_old span {
  font-size: 17px;
}
.hb-center .price .price_main {
  font-weight: 700;
  font-size: 58px;
  color: #fff722;
}
.hb-center .price .price_main span {
  font-size: 38px;
}
.hb-right {
  float: right;
  width: 320px;
}
.timer-wrap {
  padding: 15px 20px;
  background-color: #d7d9da;
}
.timer-wrap p {
  font-family: OpenSansExtraBold, sans-serif;
  font-size: 15px;
  color: #000;
  margin: 0;
}
.order_form {
  width: 100%;
  background-color: #e5e9ea;
  padding: 15px 20px;
  color: #262626;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b2-left h2,
.landing__countdown span {
  font-family: OpenSansLight, sans-serif;
}
.order_form button,
.order_form input,
.order_form label,
.order_form option,
.order_form select {
  display: block;
}
.order_form button:focus,
.order_form input:focus,
.order_form label:focus,
.order_form option:focus,
.order_form select:focus {
  outline: 0;
}
.order_form label {
  margin-bottom: 5px;
}
.order_form input,
.order_form select {
  -webkit-box-sizing: border-box;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 19px;
}
.order_form select {
  width: 100%;
  height: 58px;
  box-sizing: border-box;
  border: 2px solid #8ebbb9;
}
.order_form .custom-select {
  position: relative;
}
.order_form .custom-select:after,
.order_form .custom-select:before {
  pointer-events: none;
  content: "";
  position: absolute;
}
.order_form .custom-select:before {
  width: 60px;
  height: 54px;
  top: 2px;
  right: 2px;
  border-left: 2px solid #8ebbb9;
  background: #fff;
}
.order_form .custom-select:after {
  right: 23px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #8ebbb9;
}
.order_form .custom-select:hover:after {
  border-top: 10px solid #6e9b99;
}
.order_form input {
  width: 100%;
  height: 58px;
  box-sizing: border-box;
  border: 2px solid #8ebbb9;
}
.factor,
.landing__countdown span {
  -webkit-box-sizing: border-box;
  text-align: center;
}
.order_form button[type="submit"] {
  width: 100%;
  height: 70px;
  margin: 20px 0 10px;
  border: none;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#1d6f4d),
    to(#269366)
  );
  background-image: -webkit-linear-gradient(bottom, #1d6f4d, #269366);
  background-image: linear-gradient(to top, #1d6f4d, #269366);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
}
.order_form button[type="submit"]:hover {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#1c6345),
    to(#2a8660)
  );
  background-image: -webkit-linear-gradient(bottom, #1c6345, #2a8660);
  background-image: linear-gradient(to top, #1c6345, #2a8660);
}
.order_form p {
  text-align: center;
  color: #3e3e3e;
  margin: 0;
  line-height: 1.3;
}
.order_form p .red-span {
  font-weight: 700;
  color: #ff002c;
}
.landing__countdown {
  margin: 10px 0 20px;
}
.landing__countdown span {
  background-color: #fff;
  font-size: 52px;
  color: #000;
  margin-right: 12px;
  border: 2px solid #c2c6c7;
  box-sizing: border-box;
  display: inline-block;
  width: 80px;
  position: relative;
}
.landing__countdown span:after {
  content: ":";
  position: absolute;
  color: #e7e8e9;
  right: -14px;
  top: -5px;
}
.landing__countdown span:before {
  font-size: 17px;
  position: absolute;
  bottom: -25px;
}
.landing__countdown span:last-child {
  margin-right: 0;
}
.landing__countdown span:last-child:after {
  display: none;
}
.landing__countdown .hours:before {
  content: "Stunden";
  left: 17px;
}
.landing__countdown .minutes:before {
  content: "Minuten";
  left: 20px;
}
.landing__countdown .seconds:before {
  content: "Sekunde";
  left: 17px;
}
.b2-left ul li:before,
.b3-right ul li:before {
  content: "";
  left: -45px;
  top: 5px;
}
.block-2 {
  padding: 40px 0 50px;
}
.b2-left {
  float: left;
  width: 480px;
}
.b2-left h2 {
  line-height: 1;
  color: #2b1429;
  font-size: 42px;
}
.b2-left h2 .str-2,
.b2-left h2 .str-3 {
  font-family: OpenSansExtraBold, sans-serif;
  font-size: 63px;
}
.b2-left h2 .str-3 {
  color: #fb382a;
}
.b2-left p {
  font-family: OpenSansLight, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}
.b2-left p span {
  font-family: OpenSans, sans-serif;
  font-weight: 700;
}
.b2-left ul {
  margin: 40px 0 0;
  padding-left: 45px;
  font-family: OpenSansLight, sans-serif;
  font-size: 22px;
}
.b2-left ul li {
  margin-bottom: 20px;
  line-height: 1.5;
  position: relative;
}
.b2-left ul li:last-child {
  margin-bottom: 0;
}
.b2-left ul li:before {
  position: absolute;
  width: 28px;
  height: 28px;
  background-image: url(../img/alert.png);
  background-size: 100% 100%;
}
.b2-left ul li span {
  font-family: OpenSans, sans-serif;
  font-weight: 700;
  color: #d82a1d;
}
.b2-right {
  float: right;
  width: 480px;
}
.b2-right img {
  max-width: 100%;
  margin-top: 50px;
}
.block-3 {
  padding: 40px 0 50px;
  background-image: url(../img/b3-bg.jpg);
  background-size: cover;
}
.b3-left {
  width: 480px;
  float: left;
}
.b3-left img {
  max-width: 100%;
  margin-top: 30px;
}
.b3-right {
  width: 480px;
  float: right;
}
.b3-right h2 {
  line-height: 0.9;
  color: #000;
  font-family: OpenSansLight, sans-serif;
  font-weight: 400;
}
.b3-right h2 span {
  font-size: 26px;
}
.b3-right h2 .str-2,
.b3-right h2 .str-3 {
  font-family: OpenSansExtraBold, sans-serif;
  font-size: 42px;
}
.b3-right h2 .str-2 {
  color: #e60000;
}
.b3-right ul {
  margin: 30px 0 0;
  padding-left: 45px;
  font-family: OpenSansLight, sans-serif;
  font-size: 19px;
}
.b3-right ul li {
  margin-bottom: 20px;
  line-height: 1.5;
  position: relative;
}
.b3-right ul li:last-child {
  margin-bottom: 0;
}
.b3-right ul li:before {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/arrow-right.png) center center no-repeat;
  background-size: contain;
}
.b6-left ul li:before,
.b8-left ul li:before {
  content: "";
  top: 3px;
}
.b3-right ul li span {
  font-family: OpenSans, sans-serif;
  font-weight: 700;
  color: #d82a1d;
}
.block-4 {
  height: 330px;
  overflow: hidden;
}
.block-4 .wrapper {
  height: 100%;
}
.b4-left {
  width: 580px;
  float: left;
  position: relative;
  z-index: 1;
}
.b4-left p {
  font-family: OpenSansLight, sans-serif;
  font-size: 20px;
}
.b4l-left {
  width: 85px;
  float: left;
}
.b4l-left img {
  max-width: 100%;
  margin-top: 15px;
}
.b4l-right {
  float: left;
  padding-left: 10px;
}
.b4l-right h2 {
  font-family: OpenSansExtraBold, sans-serif;
  font-size: 36px;
  color: #2b1429;
  line-height: 1;
}
.b4l-right h2 .str-2 {
  font-size: 47px;
  color: #d70000;
}
.b4-right {
  width: 380px;
  float: right;
  position: relative;
  z-index: 0;
}
.b4-right img {
  display: block;
  height: 330px;
  position: absolute;
  left: -70px;
}
.block-5 {
  background-color: #f1efdd;
  padding: 15px 0 20px;
}
.b5-left {
  width: 480px;
  float: left;
}
.b5-left img {
  position: relative;
  left: -85px;
}
.b5-right {
  width: 480px;
  float: right;
  padding-top: 30px;
}
.b5-right h2 {
  line-height: 0.9;
}
.b5-right h2 .str-1 {
  font-size: 38px;
  color: #fff;
  background-color: #145d1a;
  padding: 0 10px;
  line-height: 1.5;
}
.b5-right h2 .str-2 {
  font-size: 45px;
  color: #2b1429;
}
.b5-right h2 .str-3 {
  font-size: 45px;
  color: #257e2d;
}
.b5-right p,
.b6-left ul {
  font-size: 18px;
  line-height: 1.6;
}
.b5-right p {
  margin-top: 30px;
  font-family: OpenSansLight, sans-serif;
}
.b5-right p span {
  font-family: OpenSans, sans-serif;
  font-weight: 700;
}
.block-6 {
  background: url(../img/b6-bg.jpg) center bottom no-repeat #e0eaf0;
  background-size: cover;
  padding: 30px 0;
}
.b6-left {
  width: 440px;
  float: left;
  padding-right: 40px;
}
.b6-left ul {
  margin: 0;
  padding: 15px 15px 20px 65px;
  border: 4px solid #fff;
  font-family: OpenSansLight, sans-serif;
}
.b6-left ul li {
  margin-bottom: 25px;
  position: relative;
}
.b6-left ul li:last-child {
  margin-bottom: 0;
}
.b6-left ul li:before {
  position: absolute;
  left: -40px;
  width: 25px;
  height: 25px;
  background: url(../img/check-round.png) center center no-repeat;
  background-size: contain;
}
.b6-left ul li span {
  font-family: OpenSans, sans-serif;
  font-weight: 700;
  color: #097d27;
}
.b6-right {
  width: 480px;
  height: 690px;
  float: right;
  position: relative;
}
.b6-right h2 {
  font-family: OpenSansLight, sans-serif;
  font-size: 48px;
  color: #941952;
  line-height: 0.9;
}
.b6-right h2 span {
  font-family: OpenSansExtraBold, sans-serif;
  font-size: 70px;
  display: block;
}
.b6-right p {
  font-family: OpenSansLight, sans-serif;
  font-size: 17px;
  width: 200px;
  margin: 65px 0 0;
  float: right;
}
.b6-right p span {
  font-family: OpenSansExtraBold, sans-serif;
  color: #26c44f;
}
.b6-right img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.block-7 {
  padding: 40px 0;
}
.block-7 h2 {
  font-family: OpenSansLight, sans-serif;
  font-size: 48px;
  line-height: 1.1;
  text-align: center;
}
.block-7 h2 span {
  display: block;
  font-family: OpenSansExtraBold, sans-serif;
  font-size: 53px;
}
.factor {
  box-sizing: border-box;
  float: left;
}
.factor p {
  font-family: OpenSansLight, sans-serif;
  font-size: 19px;
  margin: 0;
  line-height: 1.4;
}
.b7-bottom,
.b7-top {
  margin-top: 30px;
}
.factor p span {
  font-family: OpenSans, sans-serif;
  font-weight: 700;
}
.b7-top .factor {
  width: 25%;
  padding: 0 10px;
}
.b7-top .factor:nth-child(1) {
  width: 20%;
}
.b7-top .factor:nth-child(2) {
  width: 30%;
}
.b7-bottom .factor {
  width: 33.3%;
  padding: 0 20px;
}
.b7-bottom .factor:nth-child(2) {
  padding: 0 32px;
}
.b7-bottom .factor:nth-child(3) {
  padding: 0;
}
.block-8 {
  padding: 30px 0;
  background-image: url(../img/b8-bg.jpg);
  background-size: cover;
}
.b8-left {
  width: 480px;
  float: left;
}
.b8-left h2 {
  font-size: 52px;
  line-height: 1;
  color: #fff;
}
.b8-left ul {
  margin: 40px 0 0;
  padding-left: 50px;
  font-family: OpenSansLight, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}
.b8-left ul li {
  margin-bottom: 25px;
  position: relative;
}
.b8-left ul li:last-child {
  margin-bottom: 0;
}
.b8-left ul li:before {
  position: absolute;
  left: -50px;
  width: 30px;
  height: 30px;
  background: url(../img/check-round-2.png) center center no-repeat;
  background-size: contain;
}
.b8-left ul li span {
  font-family: OpenSans, sans-serif;
  font-weight: 700;
  color: #f8eb4a;
}
.b8-right {
  width: 480px;
  float: right;
  text-align: center;
}
.b8-right img {
  max-width: 95%;
  margin-top: 10px;
}
.b8-right p {
  font-family: OpenSansLight, sans-serif;
  font-size: 16px;
  color: #fff;
  margin: 0 10px;
  padding: 10px 20px 20px;
  background-color: #4f4153;
  text-align: left;
}
.block-10 h2,
.block-12 h2,
.footer,
.stage {
  text-align: center;
}
.b8-right p span {
  font-family: OpenSans, sans-serif;
  font-weight: 700;
}
.block-9 {
  padding: 10px 0 0px;
  background: url(../img/b9-bg.png) left top no-repeat #f7f7f7;
  background-size: contain;
}
.b9-left {
  width: 440px;
  float: left;
}
.b9-left {
  text-align: center;
}
.b9-right {
  width: 520px;
  float: right;
}
.b9-right h2 {
  line-height: 1;
  font-size: 56px;
  color: #7c204b;
  margin: 50px 0 20px;
}
.b9-right p {
  font-family: OpenSansLight, sans-serif;
  font-size: 17px;
  margin: 20px 0 0;
}
.b9-right p span {
  font-family: OpenSans, sans-serif;
  font-weight: 700;
}
.block-10 .client .text,
.block-10 .client-info {
  font-family: OpenSansLight, sans-serif;
}
.block-10 {
  padding: 30px 0;
  background-color: #d9e4eb;
}
.block-10 h2 {
  font-size: 40px;
  width: 700px;
  margin: 0 auto 70px;
}
.block-10 h2 span {
  color: #50203d;
}
.block-10 .client {
  float: left;
  width: 310px;
  margin-right: 15px;
  border: 2px solid #caced3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block-10 .client:nth-child(4) {
  margin-right: 0;
}
.block-10 .client .head {
  height: 50px;
  position: relative;
}
.block-10 .client .text {
  padding: 10px 15px 30px;
  font-size: 17px;
  margin: 0;
  background-color: #fff;
}
.block-10 .client-info {
  width: 150px;
  padding-left: 110px;
  padding-top: 10px;
  background-color: #d9e4eb;
  position: absolute;
  left: 10px;
  top: -50px;
  line-height: 1;
}
.block-10 .client-info img {
  position: absolute;
  left: 0;
  top: 0;
}
.block-10 .client-info .name {
  font-size: 25px;
  color: #94366f;
  margin: 0;
}
.block-10 .client-info .city {
  font-size: 18px;
  color: #50203d;
  margin: 5px 0 0;
}
.block-11 {
  padding: 20px 0 50px;
  background-color: #f9eded;
}
.b11-left {
  width: 510px;
  float: left;
}
.b11-right {
  width: 450px;
  float: right;
  position: relative;
}
.b11-right img {
  position: absolute;
  left: -85px;
  top: 0;
}
.alert {
  padding: 25px 20px;
  background-color: #fff;
  margin-top: 20px;
}
.alert h3 {
  font-family: OpenSans, sans-serif;
  font-size: 32px;
  color: red;
  line-height: 1;
  margin: 0 0 30px;
}
.alert h3 span {
  font-family: OpenSansExtraBold, sans-serif;
  font-size: 61px;
  color: #000;
}
.alert p {
  font-family: OpenSansLight, sans-serif;
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}
.alert p span {
  font-family: OpenSans, sans-serif;
  font-weight: 700;
}
.quality {
  margin: 15px 0 0 30px;
  font-family: OpenSansExtraBold, sans-serif;
  font-size: 26px;
  color: #a81b5d;
  line-height: 1;
}
.block-12 {
  padding: 40px 0;
}
.block-12 h2 {
  font-size: 44px;
  margin-bottom: 30px;
}
.stage {
  width: 260px;
  float: left;
  font-weight: 700;
  font-size: 18px;
  padding: 0 30px;
  line-height: 1.2;
  position: relative;
}
.stage .arrow {
  position: absolute;
  width: 22px;
  height: 67px;
  right: -10px;
  top: 40px;
}
.stage p {
  margin: 20px 0 0;
}
.footer {
  padding: 20px 0;
  background-color: #3d5254;
}
.footer p {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #baced0;
}
.price_old {
  text-decoration: line-through;
}
.b9-left span {
  font-size: 24px;
  margin: 0 10px;
  display: block;
}
