.offer_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 20px 0;
  background: url("../img/offer.jpg") center top no-repeat #ffa3db;
  background-size: contain;
background-repeat: no-repeat;
}
.offer_section .subtitle {
  font-size: 26px;
  text-align: center;
  margin-bottom: 160px;
}
.offer_section p.black {
  width: 480px;
  background: black;
  color: white;
  font-weight: 900;
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  margin-bottom: 30px;
}
.offer_section .list1 {
  width: 44%;
  align-self: flex-end;
}
.offer_section .sale {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  position: relative;
  top: 400px;
  left: -10px;
  transform: rotate(-9deg);
  padding: 15px 20px;
  background: #9aff18;
  border-radius: 20px;
}
.offer_section .sale span {
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
}
.offer_section .sale span:nth-child(2) {
  font-size: 36px;
}
.offer_section .gif {
  width: 480px;
  margin-top: 353px;
}
.offer_section .price_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: radial-gradient(circle, white 10%, #ffa3db 60%);
  width: 100%;
  padding: 30px 20px 40px;
}
.offer_section .price_block .prices {
  width: inherit;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  margin-bottom: 20px;
}
.offer_section .price_block .prices .old {
  font-size: 42px;
  font-weight: 500;
  position: relative;
  top: -10px;
}
.offer_section .price_block .prices .old:before {
  content: "";
  width: 110%;
  height: 5px;
  background: #9aff18;
  position: absolute;
  top: 50%;
  left: -5%;
}
.offer_section .price_block .prices .new {
  font-size: 72px;
  font-weight: 900;
}
.price_block .prices small{
  font-size: 0.8em;
}
.offer_section .price_block .button {
  margin-bottom: 20px;
}

.reminder span {
  padding: 3px 15px;
  border: 3px solid #fc79d2;
  border-radius: 30px;
  font-weight: 700;
  background: white;
}

.list1 li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.list1 li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 27px;
  height: 31px;
  background: url("../img/check1.png");
}

.sec2 > img.circle{
  display: block;
  margin: 0 auto 25px;
  border-radius: 50%;
  border: 4px solid #fc79d2;
}
.sec2 p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  z-index: 5;
}
.sec2 p:not(.last) {
  margin-bottom: 40px;
}
.sec2 .images {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
}
.sec2 .images img {
  width: 130px;
  height: 130px;
}
.sec2 .img_bg{
  display: block;
  margin: -100px 0 30px;
}
.sec2 .video_block {
  margin-bottom: 30px;
  position: relative;
}
.sec2 .video_block:before {
  content: "";
  height: 84px;
  width: 51px;
  position: absolute;
  right: 38px;
  top: -54px;
  background: url("../img/arrow.png");
}
.sec2 .video_block .vid {
  width: 440px;
  height: 440px;
  border-radius: 100%;
  border: 3px solid #ffa3db;
  overflow: hidden;
}
.sec2 .video_block .vid video {
  width: 100%;
  height: auto;
}
.sec2 .button {
  margin-top: -40px;
}

.sec3 {
  padding-bottom: 0;
}
.sec3 .theme_block {
  display: flex;
  align-items: center;
  color: white;
  padding: 0 20px;
  height: 112px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.sec3 .theme_block.b1 {
 
  background: #ffa3db;
}
.sec3 .theme_block.b2 {
 
  text-align: right;
  background: #ffa3db;
}
.sec3 .theme_block.b3 {
 
  background: #ffa3db;
}
.sec3 .theme_block.b4 {

  text-align: right;
  background: #ffa3db;
}
.sec3 p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
.sec3 p:not(.last) {
  margin-bottom: 20px;
}
.sec3 .button_block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
.sec3 .color_block {
  background: #9aff18;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  padding: 10px 20px;
  margin-bottom: 40px;
}

.sec4 h2{
  font-size: 32px;
}
.sec4 .insta {
  margin-bottom: 50px;
}
.sec4 .insta .top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 20px;
}
.sec4 .insta .top > img {
  margin-right: 12px;
}
.sec4 .insta .top .info {
  width: 80%;
}
.sec4 .insta .top .info .name {
  display: flex;
  align-items: flex-end;
  margin-right: 30px;
  font-size: 21px;
  font-family: "Segoe UI", Arial, sans-serif;
  margin-bottom: 7px;
}
.sec4 .insta .top .info .name img {
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.sec4 .insta .top .info .nums {
  font-size: 13px;
}
.sec4 .insta .top .info .nums span:first-child {
  margin-right: 30px;
}
.sec4 .insta > img {
  margin-bottom: 10px;
}
.sec4 .insta .bot {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.sec4 .insta .bot .left img {
  margin-right: 10px;
}
.sec4 .insta .text {
  font-family: Arial, sans-serif;
  padding: 20px 20px 0;
}
.sec4 .insta .text .likes {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 6px;
}
.sec4 .insta .text .name {
  margin-bottom: 10px;
  font-size: 16px;
}
.sec4 .insta .text .name span {
  color: #003569;
  font-weight: 500;
}
.sec4 .insta .text p {
  font-size: 16px;
  margin-bottom: 5px;
}

.sec5 {
  padding-bottom: 0;
  background: #ffa3db;
}
.sec5 h2 span {
  color: white;
}
.sec5 > .button_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -90px;
  padding-bottom: 40px;
  background: white;
}
.sec5 > .button_block .button {
  margin-top: -10px;
  margin-bottom: 20px;
}

.list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.list2 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-bottom: 50px;
  position: relative;
}
.list2 li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  font-size: 30px;
  font-weight: 700;
  color: white;
  background: black;
}
.list2 li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 190px;
  height: 190px;
  border-radius: 100%;
  background: white;
  margin-bottom: 10px;
}
.list2 li p {
  text-align: center;
  padding: 0 10px;
}
.list2 li.last {
  width: 100%;
}
.list2 li.last > span {
  left: auto;
  margin: 0 auto;
}
.list2 li.last p {
  background: white;
  border-radius: 35px;
  margin-top: 50px;
  padding: 10px 20px 10px;
}

.alert {
  flex-direction: row;
  justify-content: center;
  background: #9aff18;
}
.alert img {
  margin-right: 20px;
}
.alert p {
  width: 50%;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 40px;
}

.sec6 {
  background: url("../img/s6_bg.jpg") left top no-repeat;
  padding-top: 10px;
}
.sec6 p {
  line-height: 25px;
  margin-bottom: 30px;
}
.sec6 p:not(:first-child) {
  font-weight: 700;
  text-align: center;
  padding: 0 30px;
}
.sec6 p:first-child {
  padding-left: 30%;
}
.sec6 > img {
  margin-bottom: 30px;
}

.sec7{
  padding-bottom: 0;
}

.sec7 .reviews {
  background: #ffa3db;
  padding: 20px 37px;
}
.sec7 .reviews > p {
  color: white;
  text-align: center;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 20px;
}
.sec7 .reviews ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec7 .reviews li {
  background: white;
  border-radius: 20px;
  padding: 20px 20px 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.sec7 .reviews li p {
  padding: 0 20px;
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Segoe UI", Arial, sans-serif;
}
.sec7 .reviews li img {
  margin: 0 -20px -5px;
  display: block;
}
.sec7 .reviews li {
  width: 100%;
}


.sec7 .button_block {
  padding: 0 20px 50px;
  background: #ffa3db;
}

.sec8 h2 {
  margin-bottom: 60px;
}
.sec8 .order_list li {
  display: flex;
  align-items: center;
  border-radius: 20px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-bottom: 50px;
  position: relative;
}
.sec8 .order_list li:last-child{
  margin-bottom: 20px;
}
.sec8 .order_list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffa3db;
  color: white;
  font-size: 30px;
  font-weight: 700;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: absolute;
  top: -30px;
  left: 185px;
}
.sec8 .order_list li > a, .sec8 .order_list li > img {
  flex-shrink: 0;
  width: 40%;
  margin-right: 10px;
}
.bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 542px 20px 0;
    background: url(../img/offer.jpg) center top no-repeat #ffa3db;
    background-size: contain;
    background-repeat: no-repeat;
}
.bottom .subtitle {
  margin-bottom: 20px;
}
.bottom .black {
  margin-bottom: 200px !important;
}
.bottom .price_block {
  background: none;
  padding-bottom: 10px;
}
.bottom .sale {
  top: 45px;
  left: -10px;
}
.bottom .form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom .form p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
  line-height: 26px;
}
.bottom .form p.manager {
  margin-bottom: 20px;
}
.bottom .form .f_title {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}
.bottom .form form {
  margin-bottom: 20px;
}

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