.offer_section {
  background: url("../img/offer_bg.jpg") center top no-repeat;
  padding: 20px 20px 0;
}
.offer_section .title_block {
  margin-bottom: 380px;
}
.offer_section .title_block h1 {
  margin-bottom: 10px;
}
.offer_section .title_block div {
  display: flex;
  flex-direction: column;
  color: white;
  border-radius: 5px;
  overflow: hidden;
}
.offer_section .title_block div span {
  text-align: center;
  padding: 20px;
  background: url("../img/button_bg.jpg");
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
.offer_section .title_block div span:nth-child(2) {
  padding: 10px;
  font-size: 19px;
  font-weight: 400;
  background: #1d1d1d;
}
.offer_section .action_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #1d1d1d;
  padding: 0 20px 50px;
}
.offer_section .action_block .price_block {
  position: relative;
  top: -10px;
  margin-bottom: 30px;
}
.offer_section .action_block .price_block .sale {
  position: relative;
  top: -20px;
}
.offer_section .action_block .gif {
  border-radius: 5px;
}
.offer_section .action_block .bullets {
  margin-bottom: 50px;
}
.offer_section .action_block .button {
  margin-bottom: 25px;
}
.offer_section .action_block .checks {
  display: flex;
  justify-content: space-between;
  width: 360px;
  color: white;
  font-size: 13px;
}
.offer_section .action_block .checks li {
  padding-left: 23px;
  position: relative;
  margin-right: 10px;
}
.offer_section .action_block .checks li:before {
  content: "";
  height: 19px;
  width: 19px;
  background: url("../img/offer_check.png");
  position: absolute;
  left: 0;
  top: -2px;
}

section:not(.offer_section) .price_block {
  width: 360px;
  margin-bottom: 20px;
}
section:not(.offer_section) .price_block .sale {
  position: inherit;
}
section:not(.offer_section) .price_block .prices {
  flex-direction: column;
  align-items: center;
  position: inherit;
}

.bullets {
  display: flex;
  margin-top: -45px;
  margin-bottom: 40px;
}
.bullets li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bullets li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffde00;
  border-radius: 100%;
  margin-bottom: 10px;
  height: 80px;
  width: 80px;
}
.bullets li p {
  text-align: center;
  color: white;
  line-height: 26px;
  font-size: 15px;
}

.price_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.price_block .sale {
  color: #1d1d1d;
  background: #ffde00;
  text-align: center;
  border: 1px dashed #1d1d1d;
  border-radius: 5px;
  padding: 15px 20px;
}
.price_block .sale > span {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.price_block .sale .reminder {
  font-size: 14px;
  margin-top: 4px;
}
.price_block .sale .reminder span {
  background: white;
  padding: 3px 5px;
  border-radius: 5px;
  font-weight: 600;
}
.price_block .prices {
  display: flex;
  align-items: flex-end;
}
.price_block .prices .old {
  color: white;
  font-size: 18px;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
.price_block .prices .old:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: white;
  bottom: 50%;
}
.price_block .prices .new {
  color: #ffde00;
  font-size: 37px;
  font-weight: 700;
}

.sec2 {
  background: #f9f8f8;
  padding-top: 30px;
}

.sec3 img {
  margin-bottom: 30px;
}
.sec3 p:not(:last-child) {
  margin-bottom: 30px;
}

.sec4 {
  background: #1d1d1d;
  color: white;
  padding-bottom: 60px;
}
.sec4 img, .sec4 p {
  margin-bottom: 30px;
}
.sec4 .caps {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
}

.instagram {
  padding-bottom: 60px;
}
.instagram > p {
  margin-bottom: 40px;
}
.instagram .insta {
  margin-bottom: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 15px 0;
}
.instagram .insta .top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 20px;
}
.instagram .insta .top > img {
  margin-right: 12px;
}
.instagram .insta .top .info {
  width: 80%;
}
.instagram .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;
}
.instagram .insta .top .info .name img {
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.instagram .insta .top .dots {
  align-self: flex-start;
}
.instagram .insta .top .dots img {
  margin-top: 16px;
  transform: rotate(-90deg);
}
.instagram .insta > img {
  margin-bottom: 10px;
}
.instagram .insta .bot {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.instagram .insta .bot .left img {
  margin-right: 10px;
}
.instagram .insta .text {
  font-family: Arial, sans-serif;
  padding: 20px 20px 0;
}
.instagram .insta .text .likes {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.instagram .insta .text .name {
  font-weight: 700;
  margin-bottom: 10px;
}
.instagram .insta .text .name span {
  color: #003569;
  font-weight: 600;
}
.instagram .insta .text .name span:last-child {
  font-size: 16px;
  color: black;
}
.instagram .insta .text .content {
  margin-bottom: 10px;
}
.instagram .insta .text .content span {
  color: #003569;
}
.instagram .insta .text .back {
  color: #999999;
  font-size: 12px;
}

.sec6 {
  background: #1d1d1d;
}
.sec6 > img {
  border-radius: 5px;
  margin-bottom: 30px;
}

.bullets2 li {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 40px;
}
.bullets2 li img {
  margin-right: 20px;
  margin-top: 5px;
  width: 36px;
}
.bullets2 li .text h4 {
  color: #ffde00;
}
.bullets2 li .text p {
  color: white;
  text-align: left;
}
.bullets2 li:not(:last-child):after {
  content: "";
  height: 1px;
  width: 100%;
  background: #232222;
  position: absolute;
  bottom: -20px;
}

.sec7 {
  padding-bottom: 20px;
}
.sec7 h2 {
  margin-bottom: 50px;
}
.sec7 .order {
  padding-left: 15px;
}
.sec7 .order li {
  align-items: center;
  margin-bottom: 55px;
}
.sec7 .order li:after {
  background: none;
}
.sec7 .order .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 105px;
  background: #ffde00;
  box-shadow: 0 0 0 15px #ffeb66;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 40px;
}
.sec7 .order .img img {
  margin: 0;
  width: auto;
}
.sec7 .order .text h4 {
  color: black;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.sec7 .order .text p {
  display: flex;
  flex-direction: column;
  color: black;
}
.sec7 .order .text p small {
  font-size: 13px;
  font-weight: 600;
}

.bottom .action_block {
  padding-bottom: 60px;
}
.bottom .form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom .form h2 {
  margin-bottom: 10px;
}
.bottom .form > p {
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.bottom .form > p span {
  color: #ffde00;
}
.bottom .form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 20px;
  left: 20px;

  width: 26px;
  height: 26px;

  cursor: pointer;
  z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #616161;

  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;

  width: 300px;
  height: 100%;

  margin: 0;
  padding: 80px 0;

  list-style: none;

  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

  transition-duration: .25s;
}

.menu__item {
  display: block;
  padding: 12px 24px;

  color: #333;

  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}

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