.offer {
  background: url("../img/offer_bg.jpg") center 100px no-repeat;
  padding: 0;
  position: relative;
}
.offer .top {
  background: #492d26;
  width: 100%;
  padding: 15px;
  margin-bottom: 363px;
}
.offer .plus {
  display: flex;
  align-items: center;
  position: absolute;
  top: 220px;
  right: 100px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: white;
}
.offer .plus span:nth-child(2) {
  margin-left: 10px;
  font-weight: 500;
  font-size: 52px;
}
.offer .sale {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  font-size: 24px;
  color: white;
  background: #c93030;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 30px;
  transform: rotate(-20deg);
  position: absolute;
  top: 300px;
  right: 80px;
}
.offer .sale span {
  line-height: 1;
  font-size: 48px;
  color: #ffcc33;
}

.list1 {
  display: flex;
  width: 100%;
}
.list1 li {
  width: 25%;
  background: #c93030;
  padding: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  color: white;
}
.list1 li:nth-child(odd) {
  background: #d14f4f;
}

.action_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 20px 20px 30px;
  background: #492d26;
  color: white;
}
.action_block .button {
  margin-bottom: 25px;
}

.prices {
  display: flex;
  width: 100%;
  color: #222222;
}
.prices > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 50%;
  padding: 5px;
}
.prices > div span {
  font-size: 36px;
  font-weight: 900;
}
.prices .old {
  background: white;
  position: relative;
}
.prices .old span:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background: #222222;
  bottom: 32%;
  left: 30%;
}
.prices .new {
  background: #ffcc33;
}

.timer_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.timer_block > span {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
}
.timer_block .timer {
  display: flex;
}
.timer_block .timer > div {
  color: #222222;
  margin-bottom: 3px;
}
.timer_block .timer > div .nums {
  display: flex;
}
.timer_block .timer > div .nums b {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 60px;
  background: white;
  border-radius: 2px;
  font-size: 36px;
  font-weight: 900;
}
.timer_block .timer > div .nums b:not(:last-child) {
  margin-right: 3px;
}
.timer_block .timer > div span {
  color: white;
}
.timer_block .timer .dots {
  color: white;
  font-size: 36px;
  margin: 0 5px;
}

.reminder {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.reminder span {
  padding: 3px 7px;
  margin: 0 5px;
  border-radius: 2px;
  background: #c93030;
  color: white;
  font-size: 24px;
}

.sec1 {
  padding-top: 40px;
  padding-bottom: 0;
  background: url("../img/s1_bg.jpg");
}

.list2 {
  display: flex;
  flex-wrap: wrap;
}
.list2 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  width: 50%;
}
.list2 li img {
  border-radius: 100%;
  border: 6px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.list2 li h4 {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 7px;
}
.list2 li p {
  text-align: center;
  padding: 0 3px;
}

.sec2 {
  padding-bottom: 10px;
}
.sec2 img {
  margin-bottom: 30px;
}
.sec2 p {
  text-align: justify;
  text-align-last: center;
  margin-bottom: 25px;
}

.lists {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  padding: 0 10px;
}
.lists > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 49%;
  position: relative;
  padding-top: 40px;
}
.lists > div .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #492d26;
  height: 40px;
}
.lists > div .head .circle {
  width: 60px;
  height: 60px;
  background: #492d26;
  display: flex;
  justify-content: center;
  padding-top: 5px;
  border-radius: 100%;
  margin-top: -30px;
}
.lists > div .head h3 {
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin-top: -20px;
  padding: 0 10px;
}
.lists > div ul {
  width: 100%;
  background: #ebebeb;
  padding: 20px 15px;
}
.lists > div ul li {
  padding-left: 16px;
  position: relative;
}
.lists > div ul li:not(:last-child) {
  margin-bottom: 5px;
}
.lists > div ul li:before {
  content: "";
  height: 10px;
  width: 10px;
  background: #c93030;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 6px;
}

.sec3 img {
  margin-bottom: 20px;
}
.sec3 p {
  text-align: center;
  margin-bottom: 30px;
}
.sec3 .button {
  margin-bottom: 25px;
}

.sec4 {
  padding-bottom: 0;
}

.lists2 {
  display: flex;
  justify-content: space-between;
}
.lists2 > div {
  width: 238px;
}
.lists2 > div h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  background: #c93030;
}
.lists2 > div ul li {
  background: #ebebeb;
  min-height: 84px;
  position: relative;
  padding: 10px 10px 10px 25px;
  font-size: 16px;
}
.lists2 > div ul li:not(:last-child) {
  margin-bottom: 4px;
}
.lists2 > div ul li:before {
  content: "";
  height: 14px;
  width: 14px;
  background: url("../img/s4_li_1.png");
  position: absolute;
  left: 5px;
  top: 15px;
}
.lists2 > div ul li:last-child {
  box-shadow: 0 6px 0 #c93030;
}
.lists2 > div.adv h3 {
  background: #1c385f;
}
.lists2 > div.adv li:before {
  width: 16px;
  height: 13px;
  background: url("../img/s4_li_2.png");
}
.lists2 > div.adv li:last-child {
  box-shadow: 0 6px 0 #1c385f;
}

.sec5 {
  position: relative;
}
.sec5 .rev_block {
  position: relative;
}
.sec5 .reviews .rev {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec5 .reviews .rev img {
  margin-bottom: 15px;
}
.sec5 .reviews .rev h3 {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sec5 .reviews .rev p {
  padding: 0 20px;
  text-align: justify;
  text-align-last: center;
  line-height: 26px;
}
.sec5 .arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 125px;
  padding: 0 20px;
}
.sec5 .arrows > div {
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background: url("../img/arrow.png") center center no-repeat #c93030;
}
.sec5 .arrows > div:active {
  background: url("../img/arrow.png") center center no-repeat #d14f4f;
}
.sec5 .arrows .prev {
  transform: rotate(-180deg);
}
.sec6 {
  padding-bottom: 10px;
  background: url("../img/s1_bg.jpg");
}
.sec6 .list2 li {
  position: relative;
  counter-reset: list2;
}
.sec6 .list2 li span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 30px;
  top: 5px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  font-size: 33px;
  color: white;
  font-weight: 900;
  background: #c93030;
}
.sec6 .list2 li p {
  padding: 0 30px;
}

.bottom .action_block {
  background: #1c385f;
}
.bottom .timer_block {
  margin-bottom: 30px;
}
.bottom form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom form h3 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.bottom form p {
  margin-bottom: 30px;
}
.bottom form input {
  margin-bottom: 15px;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
footer a {
  margin-bottom: 3px;
  color: #a3a3a3;
}

/*# sourceMappingURL=style.css.map */
