html{
  overflow-x: hidden;
}
#form,
.form_right,
.order_btn,
.review_bottom,
.section2_block,
.section3_block,
.section4,
.section4 .section_content,
.section5_block,
.section5_block img,
input,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flip-clock-label,
.order_btn,
input,
select {
  font-family: "Roboto Slab", serif;
}

.section2 .section_header h1 {
  color: #1d1d1d;
  text-shadow: -3px 3px 2px #b2b2b2;
}

.section2 .section_content {
  display: table;

  text-align: center;
}

.section2_block {
  display: table-cell;
  width: 25%;
  padding: 0 10px;

  text-align: center;
}

.section2_block img {
  width: 70%;
}

.section2_block h1 {
  margin-bottom: 10px;

  font-size: 25px;
  color: #eac100;
  ;
}

.section3 .section_content {
  display: table;
}

.section3_block {
  position: relative;
  z-index: 99999;

  display: table-cell;
  width: 19%;
  padding: 15px 10px;
  overflow: hidden;

  text-align: center;

  border: 2px solid #cccccc;

  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
  ;
}

.section3_block_bg {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;

  width: 100%;
  height: 100%;

  background-color: #f5f5f5;

  -webkit-transition: 0.7s;
       -o-transition: 0.7s;
          transition: 0.7s;
  ;
}

.section3_block h1 {
  margin: 20px 0;

  font-size: 30px;
  color: #eac100;
  text-transform: uppercase;
}

.section3_block p {
  color: #cccccc;
}

.section4 {
  padding-bottom: 30px;
}

.section4 .section_header h1 {
  color: #1d1d1d;
  text-shadow: -3px 3px 2px #b2b2b2;
}

.section4 .section_content {
  padding: 5px;
}

.reviews_block {
  margin-top: 50px;
}

.review_top_block {
  width: 100%;

  text-align: center;
  ;
}

.review_top_block img {
  width: 50%;
  margin: 0 auto 30px;

  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}

.review_bottom,
.review_bottom_block {
  width: 100%;
  overflow: hidden;
}

.review_top h1 {
  font-size: 30px;
  text-align: center;
}

.review_top p {
  margin: 10px 0;

  font-size: 20px;
  text-align: center;
}

.review_top p span {
  color: #eac100;
}

.review_mid p {
  font-size: 18px;
}

.review_bottom {
  position: relative;

  display: table;

  text-align: center;

  background-color: red;
}

.form_left,
.form_right,
.old_price span,
.section5_block {
  display: inline-block;
}

.section5 .section_content {
  position: relative;
  z-index: 99999;

  width: 800px;
  overflow: hidden;

  text-align: center;
  ;
}

.section5_block {
  position: relative;

  width: 240px;
  padding: 0 10px;
  ;
}

.section5_block1 {
  float: left;
}

.section5_block1::after,
.section5_block2::after {
  content: "";
  position: absolute;
  top: 80px;
  right: -33px;

  width: 30px;
  height: 50px;

  background: url(../img/right-arrow.png) center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

#form,
.input_cover,
.old_price span {
  position: relative;
}

.section5_block3 {
  float: right;
}

.section5_block img {
  width: 100%;

  border: 4px solid #eac100;
  -webkit-border-radius: 300px;
          border-radius: 300px;
  ;
}

.section5_block h1 {
  margin-top: 20px;

  font-size: 20px;
  color: #ffffff;
  ;
}

.section6 .section_header h1 {
  color: #1d1d1d;
  text-shadow: -3px 3px 2px #b2b2b2;
}

.section6 .section_header p {
  font-size: 40px;
  color: #eac100;
}

.new_price,
.old_price {
  color: #ffffff;
}

#form {
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px 30px;
  overflow: hidden;
  ;
}

.new_price span,
.old_price span {
  margin-left: 10px;
}

.price_block,
input,
select {
  margin-bottom: 20px;
}

.form_left {
  float: left;
  width: 49%;

  text-align: center;
}

.form_left img {
  width: 90%;
  margin-top: 0;
}

.form_right {
  float: right;
  width: 49%;
  padding: 10px;

  background-color: #006b63;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.input_cover {
  width: 100%;
}

input,
select {
  width: 100%;
  padding: 5px 10px;

  font-size: 17px;
  text-transform: uppercase;

  background-color: #ffffff;
          border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;

  -webkit-appearance: none;
     -moz-appearance: none;
       -o-appearance: none;
          appearance: none;
  -webkit-border: 0;
     -moz-border: 0;
       -o-border: 0;
  ;
}

select {
  background: #ffffff url(../img/triangle.png) no-repeat 98% center;
}

.old_price {
  font-size: 20px;
}

.new_price,
.old_price span {
  font-size: 24px;
}

.old_price span::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -10px;

  width: 120%;
  height: 4px;

  background-color: red;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.order_btn,
.sale_block {
  width: 100%;
}

.order_btn_cover,
.sale_block {
  position: relative;

  text-align: center;
  ;
}

.new_price span {
  font-weight: 700;
  font-size: 60px;
  color: #eac100;
  ;
}

.order_btn_cover {
  padding: 10px 0 0;
}

.order_btn {
  padding: 10px;

  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 2px;

  background-color: #eac100;
  border: 0;
  cursor: pointer;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}

.hidden_br {
  display: none;
}

.order_btn:hover {
  color: #006b63;

  background-color: #f5f5f5;
  ;
}

.sale_block h2 {
  margin: 30px 0;

  font-size: 40px;
  color: red;
}

.timer_cover {
  width: 485px;
  margin: 60px auto 40px;
}

.flip-clock-label {
  margin-right: -20px;

  font-size: 20px;
  ;
}

.ac_footer {
  top: 0;
  z-index: 999999999999999;

  height: 100%;
  margin-bottom: 0;
  padding: 20px 10px 40px;

  text-align: center;
  color: #373737;

  background-color: #f5f5f5;
  ;
}

@media screen and (max-width:1100px) {
  #form,
  .navbar,
  .section1 .section_content,
  .section_content {
    width: 95%;
    margin: 0 auto;
  }

  .form_left img {
    width: 90%;
    margin-top: 30px;
  }

  #header .logo h1 {
    font-size: 10vw;
  }
}

@media screen and (max-width:900px) {
  #header {
    background: url(../img/section1_bg3.jpg) center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  .section_header {
    width: 90%;
  }

  .section_left,
  .section_right {
    display: block;
    width: 100%;
    ;
  }

  .section1 .section_left::before {
    top: 4%;

    height: 90%;
    ;
  }

  .section5 .section_content {
    width: 600px;
  }

  .section5_block {
    width: 170px;
  }

  .section5_block1::after,
  .section5_block2::after {
    top: 50px;
    right: -40px;
  }

  .section2_block {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  .section2_block img {
    width: 200px;
  }

  .section2_block p {
    width: 80%;
    margin: 0 auto;
  }

  .form_left,
  .form_right {
    display: block;
    float: none;
    width: 100%;
    ;
  }

  .form_left img {
    width: 50%;
    margin-bottom: 40px;
  }

  .sale_block h2 {
    margin: 0;
  }

  .old_price {
    font-size: 30px;
  }

  .new_price {
    font-size: 43px;
  }
}

@media screen and (max-width:800px) {
  .section .section_header h1 {
    font-size: 30px;
  }
}

@media screen and (max-width:650px) {
  #header .logo h1 {
    font-size: 18vw;
    line-height: 18vw;
  }

  .section5 .section_content {
    width: 95%;
  }

  .section5_block {
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto 50px;
    ;
  }

  .section5_block3 {
    margin-bottom: 0;
  }

  .section5_block1::after {
    right: -40px;
    bottom: 0;

    display: none;
  }

  .section5_block2::after {
    top: 50px;
    right: -40px;

    display: none;
  }

  .section5_block img {
    width: 200px;
  }

  .section3 .section_content {
    display: block;
  }

  .section3_block {
    display: block;
    width: 100%;
  }

  .section3_block h1 {
    margin-top: 0;
  }

  .review_top_block img {
    width: 80%;
  }

  .bar,
  .bar1 {
    width: 90%;
  }

  .bar1::after,
  .bar1::before,
  .bar::after,
  .bar::before {
    width: 45%;
  }
}

@media screen and (max-width:550px) {
  .mobile_navbar,
  .navbar {
    position: relative;
  }

  .mobile_navbar {
    z-index: 999999;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50px;
    height: 30px;
    margin: 0 auto;
    padding: 5px;

    background-color: #eac100;
    cursor: pointer;
  }

  .navline {
    width: 100%;
    height: 3px;

    background-color: #373737;
  }

  .navline2 {
    margin-top: 6px;
  }

  .navline3 {
    margin-top: 5px;
  }

  .navbar ul {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 999999999999999999999999999;

    width: 100%;
    height: 0;
    overflow: hidden;

    background-color: #eac100;

    -webkit-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
    ;
  }

  .navbar ul li {
    display: block;
    padding: 10px;

    font-size: 20px;
    ;
  }

  .navbar ul li a {
    color: #373737;
  }
}

@media screen and (max-width:500px) {
  #header {
    background: url(../img/section1_bg3.jpg) right no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }

  .logo_btn {
    padding: 10px;

    font-size: 10vw;
    ;
  }

  .section_right_img_cover,
  .section_right_img_inner {
    width: 300px;
    height: 300px;
  }

  .section1 .section_right img {
    margin-top: 20px;
  }

  .section1 .section_left {
    padding-left: 20px;
  }

  .timer_cover {
    width: 300px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
  }

  .timer {
    top: -10px;
    left: -96px;

    width: 470px;

    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    ;
  }

  #form {
    padding: 0 0 30px;
  }

  .form_left img {
    width: 70%;
  }

  .new_price span {
    font-size: 43px;
  }
}

@media screen and (max-width:360px) {
  .section_right_img_cover,
  .section_right_img_inner {
    width: 200px;
    height: 200px;
  }

  .section1 .section_right img {
    width: 100%;
    margin-top: 15px;
  }

  .section .section_header h1,
  .section_left h2 {
    font-size: 8vw;
  }

  .sale_block h2,
  .section6 .section_header p {
    font-size: 7vw;
  }

  .timer_cover {
    width: 200px;
    height: 60px;
  }

  .timer {
    top: -30px;
    left: -146px;

    -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
            transform: scale(0.4);
    ;
  }

  .flip-clock-label {
    display: none;
  }

  .section6 .section_header {
    padding-bottom: 10px;
  }

  .old_price {
    font-size: 10vw;
  }

  .new_price {
    font-size: 12vw;
  }

  .order_btn {
    font-size: 10vw;
  }
}