body {
  background: #0d0c10;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 18px;
  line-height: 1.2;
}

section {
  padding: 30px 15px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 336px;
  height: 85px;
  text-transform: uppercase;
  background: #f6ff01;
  border-radius: 20px;
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  border: none;
}

.sale {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-image: linear-gradient(to right, #f71919, #c91616);
  transform: rotate(-25deg);
}
.sale span {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 3px;
}
.sale h3 {
  font-size: 40px;
  line-height: 1;
}
.sale:before {
  content: "";
  width: 130px;
  height: 130px;
  border: 2px dotted white;
  position: absolute;
  border-radius: 100%;
}

h2 {
  font-size: 37px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 40px;
}
h2 span {
  background: #f6ff01;
  padding: 0 10px;
  color: #000;
}

.container {
  width: 480px;
  overflow: hidden;
  margin: 0 auto;
  background: #100f16;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 25px;
}
.video-container iframe, .video-container object, .video-container embed, .video-container .youtube {
  background: #000;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header {
  background: url("../img/header.jpg") center top no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 15px 40px 15px;
  min-height: 609px;
  position: relative;
}
header .logo {
  display: flex;
  align-self: flex-end;
  flex-direction: column;
  align-items: center;
  margin-bottom: 395px;
}
header .logo img:first-child {
  margin-bottom: 25px;
}

.bullites {
  display: flex;
  align-items: center;
  flex-direction: column;
  
  background-size: 480px;
  margin: 0 -15px;
  padding: 0 15px;
  position: relative;
  
}
.bullites .b {
  display: flex;
  align-items: center;
  background: #f6ff01;
  height: 80px;
  margin-bottom: 10px;
  padding: 5px 25px;
  border-radius: 50px;
  color: #000;
  min-width: 460px;
}
.bullites .b:first-child {
  background: #f6ff01;
  color: #000;
}
.bullites .b .img {
  margin-right: 20px;
  width: 35px;
}
.bullites .b p {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}
.bullites .b:nth-child(2) {
  margin-bottom: 370px;
}
.bullites .b:nth-child(2) .img {
  position: relative;
}
.bullites .b:nth-child(2) .img img {
  position: absolute;
  transform: scale(1.6);
  top: -22px;
}
.bullites .sale {
  position: absolute;
  top: 225px;
  left: 15px;
}
.bullites .prices {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.bullites .prices .old {
  font-size: 28px;
  text-decoration: line-through;
  font-weight: 600;
  margin-right: 15px;
}
.bullites .prices .new {
  font-size: 43px;
  color: #f6ff01;
  font-weight: 600;
}
.bullites .timer {
  font-weight: 500;
  margin-bottom: 30px;
}
.bullites .timer span {
  font-weight: 600;
}

.sec1 {
  background: #151519;
}
.sec1 .video-container {
  margin-bottom: 30px;
}
.sec1 h3 {
  text-align: center;
  margin-bottom: 25px;
}
.sec1 ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 25px;
}
.sec1 ul li:before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  background: url("../img/check-mark.png") center center no-repeat;
  left: 0;
}

.sec2 {
  background: url("../img/dama.png") center top 200px no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 20px;
}
.sec2 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45%;
  margin-bottom: 30px;
}
.sec2 ul li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background: #fc762c;
  font-size: 26px;
  box-shadow: 0 0 0 20px rgba(252, 118, 44, 0.3);
  margin-bottom: 20px;
}
.sec2 ul li p {
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  font-size: 16px;
}

.sec3 {
  text-align: center;
}
.sec3 .damy {
  margin-bottom: 30px;
}
.sec3 > b {
  display: block;
  margin-bottom: 20px;
  color: #f6ff01;
}
.sec3 > p {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}
.sec3 h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}
.sec3 h3 span {
  color: #fc762c;
}
.sec3 .moment {
  height: 208px;
  background: url("../img/moment.png") center center no-repeat;
  background-size: 95%;
  padding-top: 61px;
  padding-left: 151px;
  margin-bottom: 15px;
}
.sec3 .moment b {
  font-size: 25px;
  text-transform: uppercase;
}
.sec3 .moment p {
  font-size: 23px;
}
.sec3 .befaf {
  border-radius: 30px;
}

.sec4 {
  display: flex;
  align-items: center;
  flex-direction: column;
  
}
.sec4 .text {
  padding-top: 35px;
  margin-bottom: 500px;
}
.sec4 .text p {
  text-align: center;
  font-weight: 500;
  font-size: 28px;
}
.sec4 .text p:not(small, .sec4 .text p:nth-child(1)) {
  font-size: 18px;
}

.sec5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
}
.sec5 ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.sec5 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45%;
  margin-bottom: 40px;
}
.sec5 ul li .img {
  display: flex;
  align-items: center;
  width: 195px;
  height: 170px;
  margin-bottom: 15px;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}
.sec5 ul li p {
  text-align: center;
  line-height: 1.3;
}

.sec6 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec6 .reviews {
  margin-bottom: 20px;
}
.sec6 .rev {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  background: white;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  padding: 0 15px 35px 15px;
  margin-bottom: 30px;
  position: relative;
}
.sec6 .rev .img {
  margin: 0 -15px 20px;
}
.sec6 .rev h3 {
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 20px;
}
.sec6 .rev p {
  line-height: 1.3;
  margin-bottom: 30px;
}
.sec6 .rev:after {
  content: "";
  background: url("../img/quotes.png") center center no-repeat;
  width: 68px;
  height: 57px;
  position: absolute;
  bottom: 30px;
  right: 20px;
}

.sec7 {
  background: #151519;
  margin-top: -650px;
}
.sec7 .bullites {
  background: url("../img/product.png") top 50px center no-repeat;
}
.sec7 .bullites .b:nth-child(1) img {
  position: relative;
  transform: scale(1.2);
}
.sec7 .bullites .b:nth-child(2) {
  margin-bottom: 465px;
}
.sec7 .bullites .b:nth-child(2) .img {
  margin-right: 30px;
}
.sec7 .bullites .b:nth-child(2) img {
  position: relative;
  left: 9px;
  top: 4px;
  transform: scale(1.3);
}
.sec7 .bullites .sale {
  top: 275px;
}

section.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
section.form > p {
  text-transform: uppercase;
  margin-bottom: 30px;
}
section.form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
section.form form input {
  text-align: center;
  font-size: 18px;
  border-radius: 20px;
  width: 336px;
  height: 85px;
  margin-bottom: 10px;
  border: none;
}
section.form .lock {
  text-transform: none;
  text-align: left;
  position: relative;
  padding-left: 35px;
  width: 335px;
  font-size: 13px;
  line-height: 1.4;
}
section.form .lock:before {
  content: "";
  background: url("../img/lock.png") center center no-repeat;
  width: 22px;
  height: 28px;
  position: absolute;
  left: 0;
}

.footer_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  color: #fff;
  opacity: 0.5;
}
.footer_section a {
  color: inherit;
  font-size: 15px;
  margin-top: 5px;
  text-decoration: none;
}

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