.offer {
  background: url("../img/offer-bg.jpg") center top no-repeat #211f20;
  color: white;
  min-height: 737px;
}
.offer .top {
  display: flex;
  justify-content: space-between;
  width: 480px;
  padding: 20px;
  margin-bottom: 20px;
}
.offer .top .logo {
  display: flex;
  align-items: center;
}
.offer .top .logo img {
  margin-right: 10px;
}
.offer .top .logo h2 {
  font-size: 18px;
  font-weight: 800;
}
.offer .top .logo span {
  font-size: 13px;
  font-weight: 500;
}
.offer h1 {
  font-size: 50px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
  line-height: 50px;
  text-shadow: 3px 0px #211f207d;
}
.offer .sticker {
  position: absolute;
  left: 30px;
  top: 340px;
}
.offer .product {
  z-index: 1;
}
.offer .sale {
  position: absolute;
  right: 60px;
  top: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
}
.offer .sale .perc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 60px;
  border-radius: 10px;
  background: linear-gradient(to right, #ff853c, #fe4e3c);
  font-size: 36px;
  font-weight: 800;
}
.offer .sale:after {
 content: "";
    background: url(../img/spring.png);
    width: 97px;
    height: 103px;
    position: absolute;
    right: -45px;
    top: 31px;
}

.costs {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  font-weight: 600;
  z-index: 1;
}
.costs .old {
  font-size: 26px;
  margin-right: 10px;
}
.costs .new {
  display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    background: linear-gradient(to right, #ff853c, #fe4e3c);
    border-radius: 10px 10px 0 0;
    width: 157px;
    height: 60px;
}

.s1 {
  background: url("../img/s1-img.jpg") bottom center no-repeat #211f20;
  color: white;
  padding-top: 20px;
  padding-bottom: 297px;
}
.s1 .button {
  margin-bottom: 30px;
}
.s1 > p {
  text-align: center;
  margin-bottom: 20px;
  line-height: 25px;
  color: #e3e3e3;
  padding: 0px 40px 0 40px;
}
.s1 ul li {
  display: flex;
  padding: 30px 15px;
  background: #1a191a;
  margin-bottom: 15px;
  width: 440px;
}
.s1 ul li .img {
  min-width: 60px;
  margin-right: 15px;
}
.s1 ul li h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.s1 ul li p {
  line-height: 22px;
}

.s2 {
  padding-top: 20px;
}
.s2 .befaf {
  display: flex;
  background: linear-gradient(to right, #1a191a, #211f20);
  margin-bottom: 30px;
}
.s2 .befaf > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 4px 2px;
}
.s2 .befaf > div .text {
  padding-top: 20px;
}
.s2 .befaf > div h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
.s2 .befaf > div p {
  margin-bottom: 20px;
  font-weight: 500;
}
.s2 .befaf > div .price {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.s2 .befaf .before .text {
  background: white;
}
.s2 .befaf .before .text p {
  color: #727272;
}
.s2 .befaf .before .text .price {
  color: #de3322;
}
.s2 .befaf .after {
  color: white;
}
.s2 > p {
  text-align: center;
  margin-bottom: 30px;
}
.s2 .button {
  margin-bottom: 50px;
}

.s3 { 
}
.s3 h2 {
 width: 400px;
    background: linear-gradient(to right, #232222, #212121);
    color: white;
    padding: 10px;
    margin-top: -75px;
    margin-bottom: -25px !important;
    position: relative;
}
.s3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.s3 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.s3 ul li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 174px;
  margin-bottom: 15px;
  position: relative;
}
.s3 ul li .img img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.s3 ul li .img:before {
  content: "";
  width: 110%;
  height: 110%;
  border: 1px solid #e14535;
  position: absolute;
  border-radius: 100%;
}

.video-container {
  width: 100%;
  margin-bottom: 30px;
}

.s4 {
  background: #211f20;
  padding: 40px 20px 50px;
  color: white;
}
.s4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.s4 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 195px;
  text-align: center;
  margin-bottom: 30px;
}
.s4 ul li .top {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #393838;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.s4 ul li .top span {
  font-size: 45px;
  font-weight: 600;
  margin-right: 15px;
}

.s5 {
  background: url("../img/s5-bg.jpg") center bottom no-repeat;
  min-height: 500px;
  padding-top: 30px;
}
.s5 h2 {
  margin-bottom: 70px !important;
}
.s5 p {
  padding-left: 180px;
  padding-right: 15px;
  color: #454343;
  margin-bottom: 30px;
}

.s6 {
  color: white;
  background: #1a191a;
  padding-top: 30px;
}
.s6 ul {
  width: 100%;
  padding: 0 20px;
}
.s6 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.s6 ul li img {
  margin-right: 15px;
}

.s7 {
  padding-top: 30px;
  color: white;
  background: #211f20;
}
.s7 h2 {
  margin-bottom: 50px !important;
}
.s7 h2 span {
  color: #ff7c3c;
}
.s7 ul {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.s7 ul img {
  margin-right: 10px;
}
.s7 ul li {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.s7 form {
      display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 430px;
    height: 500px;
    background: #1a191a;
    padding: 30px;
    margin-top: 0px;
    border-radius: 30px;
}
.s7 form p {
  color: #e3e3e3;
  text-align: center;
  margin-bottom: 30px;
}
.s7 form input {
  height: 77px;
  width: 340px;
  border: none;
  border-radius: 15px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}
.s7 .costs {
  bottom: auto;
  top: -60px;
}

.footer_section {
  background: #211f20;
}

.footer_section p {
  text-align: center;
  font-size: 15px;
  padding: 5px 20px;
}


.date-sale {
    color: #ccc;
    font-size: 16px;
    text-align: center;
}

.date-sale--top {
    margin-bottom: 20px;
}

.date-sale--bottom {
    margin-top: 20px;
}

.itc-slider__item {
      flex: 0 0 50%;
      max-width: 50%;
      height: 250px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: rgba(255, 255, 255, 0.8);
      font-size: 7rem;
    }

    .itc-slider__item:nth-child(1) {
      background-color: #f44336;
    }

    .itc-slider__item:nth-child(2) {
      background-color: #9c27b0;
    }

    .itc-slider__item:nth-child(3) {
      background-color: #3f51b5;
    }

    .itc-slider__item:nth-child(4) {
      background-color: #03a9f4;
    }

    .itc-slider__item:nth-child(5) {
      background-color: #4caf50;
    }

/* list 2 */

.list2 {
	padding: 0 30px 15px;
}

.list2 li {
	margin: 0 0 15px;
	padding: 0 0 0 25px;
	position: relative;
}

.list2 li:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	-moz-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset;
	position: absolute;
	top: 4px;
	left: 0;
}

.list2.marker1 li:before {
	border: 1px solid #e43315;
	background: #e43315;
}

.list2.marker2 li:before {
	border: 1px solid #f5ca16;
	background: #f5ca16;
}

.list2_section {
	padding: 30px 0 0;
}

.dark_theme .list2 li:before {
	-webkit-box-shadow: 0 0 0 2px #222 inset;
	-moz-box-shadow: 0 0 0 2px #222 inset;
	box-shadow: 0 0 0 2px #222 inset;
}
/*# sourceMappingURL=style.css.map */
