html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address,big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul,li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption,footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}article, aside, details, figcaption, figure,footer,header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul{list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: "";content: none;}table {border-collapse: collapse;border-spacing: 0;}

body {
    background-color: #0079f0;
    font-family: 'robotoregular', sans-serif;
    color: black;
    background-color: black;
}

a {
    color: black;
}

a, a:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
}

button, button:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
}

h1 {
    font-family: 'robotobold', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

button {
    font-family: 'robotobold', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}


.et {
    display: none;
    
}

.conteneur.step1 .etape1 {
    display: block !important;
}
.conteneur.step2 .etape2 {
    display: block !important;
}
.conteneur.step3 .etape3 {
    display: block !important;
}
.conteneur.step4 .etape4 {
    display: block !important;
}

.iframe {
    height: 350px;
    width: 250px;
    position: fixed;
    top: 35%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}




.bg1 {
    overflow: hidden;
    width: 62.35%;
    z-index: 1;
    position: absolute;
}

.bg2 {
    position: absolute;
    z-index: 0;
    width: 30%;
}

.blue_bg {
    height: 100%;
    width: 80%;
}


.logo1 {
    text-align: center;
    z-index: 2;
    position: relative;
    width: 100%;
    margin-top: -10%;
}

.logo1 h1 {
    font-size: 170px;
    margin-top: 10%;
    width: 100%;
	color: #000000;
	text-shadow: 
		-0   -4px 0   #FFFFFF,
		 0   -4px 0   #FFFFFF,
		-0    4px 0   #FFFFFF,
		 0    4px 0   #FFFFFF,
		-4px -0   0   #FFFFFF,
		 4px -0   0   #FFFFFF,
		-4px  0   0   #FFFFFF,
		 4px  0   0   #FFFFFF,
		-1px -4px 0   #FFFFFF,
		 1px -4px 0   #FFFFFF,
		-1px  4px 0   #FFFFFF,
		 1px  4px 0   #FFFFFF,
		-4px -1px 0   #FFFFFF,
		 4px -1px 0   #FFFFFF,
		-4px  1px 0   #FFFFFF,
		 4px  1px 0   #FFFFFF,
		-2px -4px 0   #FFFFFF,
		 2px -4px 0   #FFFFFF,
		-2px  4px 0   #FFFFFF,
		 2px  4px 0   #FFFFFF,
		-4px -2px 0   #FFFFFF,
		 4px -2px 0   #FFFFFF,
		-4px  2px 0   #FFFFFF,
		 4px  2px 0   #FFFFFF,
		-3px -4px 0   #FFFFFF,
		 3px -4px 0   #FFFFFF,
		-3px  4px 0   #FFFFFF,
		 3px  4px 0   #FFFFFF,
		-4px -3px 0   #FFFFFF,
		 4px -3px 0   #FFFFFF,
		-4px  3px 0   #FFFFFF,
		 4px  3px 0   #FFFFFF,
		-4px -4px 0   #FFFFFF,
		 4px -4px 0   #FFFFFF,
		-4px  4px 0   #FFFFFF,
		 4px  4px 0   #FFFFFF,
		-4px -4px 0   #FFFFFF,
		 4px -4px 0   #FFFFFF,
		-4px  4px 0   #FFFFFF,
		 4px  4px 0   #FFFFFF;
}

.header_content {
    text-align: center;
    z-index: 3;
}

.section1 {
    width: 100%;
    text-align: center;
    height: 100%;
}

.section1 button {
    margin: 70px auto 0 auto;
    width: 40%;
    height: 70px;
}

.s1_hand {
    z-index: 2;
    position: relative;
    text-align: center;
    left: 20%;
    margin-top: -8%;
    width: 140%;
}

.s1_hand_img, .s1_hand_img_shadow {
    width: 97%; 
}

.s1_hand_img {
    position: absolute;
    overflow: hidden;
    z-index: 2;
}

.s1_hand_img_shadow {
    z-index: -2;
    margin-left: -20px;
    margin-top: -30px;
    z-index: 10;
}


#video {
     position: absolute;
    width: 44%;
    height: 64%;
    z-index: -1;
    margin-top: 7%;
    left: 0%;
}

#video img {
  width: 67%;
}

.slider {
    width: 100%;
    height: 100%;
    background-color: yellow;
    padding-top: 50px;
    margin-top: 50px;
    overflow: hidden;
}

.myslides {
    height: 100%;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.myslides img {
    width: 50%;
    margin: 0 auto;
}

.myslides p {
    font-size: 30px;
    margin: 30px auto;
    width: 90%;
}

.slide_controls {
    width: 100%;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dots_bar {
    width: 100%;
    display: block;
    background-color: yellow;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.dot {
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin: 20px 20px 0 20px;
    background-color: #0079f0;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #054d91;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

.section2 {
    width: 100%;
    height: 100%;
}

.camera_cover {
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 3;
    position: relative;
}

.camera {
    width: 90%;
    margin: 0 auto;
    z-index: inherit;
}

.none {
    display: none;
}


.form-wrapper {
    padding: 1em;
}


.form-group {
    margin-bottom: 15px;
}


.form-control {

    line-height: 40px;
   
 font-family: "Baloo Tamma", 
cursive;
 
   -webkit-border-radius: 4px;
  
  border-radius: 4px;
  
    border-width: 1px;
   
 border-color: rgb(205, 26, 26);
   
 border-style: solid;
   
 border-radius: 7px;
   
 display: -webkit-flex;
   
 display: -moz-flex;
   
 display: -ms-flex;
   
 display: -o-flex;
  
 display: flex;
   
 -ms-align-items: center;
   
 align-items: center;
 
 background-color: rgb(255, 255, 255);
 
 margin: 10px auto;
    
  max-width: 280px;
 
 border: 1px solid green;
}


select.form-control {
    margin-bottom: 15px;
}


.form-control input,
.form-control select {
   
 width: 100%;

    /*padding: 0 15px !important;*/

    border: none;
    
outline: none
}


label {
    margin: 2px 0px 0px 14px;
}

.photo_cover {
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
}

.photo {
    transition: 1s;
    width: 72%;
    margin-top: -150px;
    margin-left: 16px;
}

.light, .light2, .light3, .light4 {
    height: 50px;
    width: 50px;
    position: absolute;
    
    margin-top: 4.9%;
    z-index: 2;
    border-radius: 30px;
}

.light2 {
    border-radius: 25px;
}

light3 {
    border-radius: 15px;
}

light4 {
    border-radius: 5px;
}

.section3 {
    margin-bottom: 50px;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    height: 100%;
}

.section3 button {
    width: 40%;
}

.rainbow {
    width: 7%;
    position: absolute;
    z-index: 60;
}

.rainbow1 {
    margin-top: 25%;
    left: 20%;
}

.rainbow2 {
    margin-top: 15%;
    left: 23%;
}

.rainbow3 {
    margin-top: 24%;
    margin-left: 20%;
}

.rainbow4 {
    left: 15%;
    top: 20%%;
}

.rainbow5 {
    right: 50%;
    margin-top: -5%;
}

.rainbow6 {
    margin-top: 12%;
    right: 15%;
}

.rainbow7 {
    right: 25%;
    margin-top: 2%;
}

s3_main_content p {
    font-size: 90px;
}

.s3_main_content {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.section_3_content {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.section_3_content p {
    line-height: 35px;
}

.section_3_content:first-child {
    padding-top: 0;
}

.section3 p {
    font-size: 30px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    display: inline-block;
    line-height: 35px;
}

.section3_header {
    float: left;
    height: 100%;
}

.section3_header h1 {
    font-size: 100px;
    color: yellow;
    text-align: left;
    height: 100%;
}

.section3_text {
    height: 100%;
}

.section h1 {
    display: inline-block;
    width: 10%;
}

.section3 span {
    color: yellow;
    font-size: 30px;
}

.section3 button {
    margin-top: 50px;
    margin-bottom: 0;
}

.container {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.text, .s3_photo {
    width: 50%;
    height: inherit;
}

.text {
    float: left;
}

.fa-check {
    color: greenyellow;
}

.text ul {
    margin-top: 20px;
}

.text li {
    text-align: left;
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
}

.s3_photo {
    float: right;
    width: 50%;
}

.s3_photo img {
    width: 400px;
    margin-right: 20%;
}

.order_form {
    margin-bottom: 50px;
    background-color: orange;
    width: 80%;
    margin: 0 auto 50px auto;
    border-radius: 10px;
    border: 3px solid yellow;
    padding: 20px;
    height: 100%;
    overflow: auto;
}

.order_form h1 {
    font-size: 90px;
}

.order_photo {
    width: 100%;
    float: left;
    height: 100%;
    border-radius: 10px;
}

.container3 {
    width: 100%;
    text-align: center;
    height: 100%;
    margin: 0 auto;
}

.text_photo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.section3 h1 {
    margin-bottom: 50px;
}

.order_img, .price {
    width: 50%;
    display: inline-block;
}

.order_img {
    display: block;
    width: 100%;
    float: none;
    height: 65%;
    position: relative;
}
.prod, .cert {
    display: inline-block;
}
.prod {
    width: 50%;
}
.cert {
    width: 25%;
}
.order_text1 {
   font-size: 22px;
    
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
}
.order_text2 {
    font-size:27px;
    
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
        text-align: center;
}
.price {
    float: none;
    width: 100%;
    margin-top: 2%;
    position: relative;
}

.old_price, .new_price {
    width: 100%;
    display: inline-block;
    float: none;
    font-size: 40px;
    font-family: 'robotobold', sans-serif;
      line-height: 1em;
}

.old_price p, .new_price p {
 text-align: center;
     margin-bottom: 0;
}

.old_price {
    color: black;
	text-decoration: line-through;
}
.new_price {
    color: red;
}

.new_price p {
    font-size: 80px;

}

.old_price p {
  font-size: 40px;
  margin-bottom: 30px;
}
.order_text {
   
    height: 100%;
    float: right;
    padding: 20px;
    background-color: #efebe9;
    border-radius: 10px;
    width: 50%;
}

.order_text_2 {
   
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #efebe9;
    border-radius: 10px;
    width: 80%;
}

.order_text p {
    text-align: left;
    margin: 20px 0 10px 0;
}

.order_text p:first-child {
    margin-top: 0;
}

select {
-webkit-appearance: none;
    -moz-appearance: none;
        appearance: none;
}

select::-ms-expand {
    display: none;
}

select, input {
   /* margin: 8px 0;*/
    padding: 0 0 0 10px;
    width: 100%;
  height: 50px;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid green;
}

input {
    width: 96%;
}


.btn {
    width: 90%;
    height: 70px;
    border-radius: 80px;
    border: none;
    background-color: red;
    font-size: 30px;
    transition: .5s;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 0 auto;
}

.btn:hover {
    background-color: #d5d806;
    transform: scale(1.2);
    transition: .5s;
}

.timer_cover {
    text-align: center;
    height: 100%;
    width: 100%;
    display: block;
}

.timer {
    width: 370px;
    height: 80px;
    display: inline-block;
    text-align: center;
    pointer-events: none;
}

.flip-clock-wrapper {
    margin: 0;
}
.flip-clock-label {
    display: none;
}

/* 2/4month */
.offer-block {
  display: flex;
      justify-content: center;
  
 
}

 .btn-lg {
display: flex;
    align-items: center;
    justify-content: center;
 }

.offer-block__item {
    display: block;
    background: #efebe9;
    border-radius: 4%;
    padding: 15px;
    margin-bottom: 15px;
    clear: both;
    position: relative;
    cursor: pointer;
}
.offer-block__item.on {
    box-shadow: 0 0 10px 3px #d2cfc9;
}
.offer-block label.custom-radio-button {
    position: relative;
    display: block;
    width: 100%;    
    font-weight: normal;
    font-size: 16px;
    color: #ff2e2e;
    cursor: pointer;
    box-sizing: border-box;
}
.offer-block label.custom-radio-button input[type="radio"] {
  display: none;
}

.offer-block__item {
  display: block;
  margin: 0 20px;
      max-width: 250px;
}
.offer-block__item:after {
  content: "";
  display: block;
  clear: both;

}
.offer-block__img, 
.offer-block__content {
  /*display: table-cell;*/
  vertical-align: middle;
}
.offer-block__img {
    /*width: 110px;*/
    padding-right: 15px;
    text-align: center;
}
.offer-block .bottom-text{
  display: block;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.7rem;
  color: #ffff00;
  text-shadow: 1px 1px 1px #000;
}
.offer-block .bottom-text p:last-child{
  
  font-size: 19px;
  
}
.offer-block .bottom-text .line-through {  
  text-decoration: line-through;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  display: block;
}
.offer-block__content .label-text {
  font-size: 25px;
  font-weight: 800;
}
/* 2/4month */

#follow {
display: block;
margin-left: 138px; 
background: url('') no-repeat center;
background-size: contain;
font-size: 22px;
text-align: center;
padding: 24px;
z-index: 2; 
position: fixed; 
bottom: 2%;
/*right: 5%;*/
}

@media screen and (min-width: 150px) and (max-width: 240px) {
    .s1_hand {
        position: relative;
        z-index: 1;
    }
    #video {
        margin-top: 8.5%;
        height: 71%;
        position: absolute;
        z-index: 3;
    }
}

@media screen and (min-width: 241px) and (max-width: 330px) {
    .s1_hand {
        position: relative;
        z-index: 1;
    }
    #video {
        margin-top: 7.8%;
        height: 68%;
        position: absolute;
        z-index: 3;
    }

}

@media screen and (min-width: 331px) and (max-width: 400px) {
    #iframe {
        right: 61.1%;
        overflow: hidden;
        top: 27%;
        width: 33.5%;
        position: absolute;
        height: 65%;
        z-index: 2;
        display: block;
    }
}

@media screen and (max-width: 430px) {
    .wrapper {
        width: 100%;
        border: none;
    }
    .s1_hand {
        width: 220%;
        margin-top: -26%;
        left: 0%;
        position: relative;
    }

    .s1_hand_shadow {
        z-index: -2;
        position:absolute;
    }
    #video {
        z-index: 1;
        position: absolute;
        border-radius: 5px;
        width: 35%;
        left: 5%;
        top: 0%;
    }
    #src_video {
        z-index: 2;
        position: absolute;
        width: 30%;
    }
    .order_form {
        width: 100%;
        border-left: none;
        border-right: none;
        border-radius: 0;
        padding: 0;
        overflow: hidden;
    }
    .order_text, .order_photo {
        float: none;
        margin: 0;
    }
    .text_photo {
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
    .order_text {
        width: 100%;
        padding-top: 20px;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto;
        order: 3;
        margin-bottom: 50px;
    }
    .order_photo {
        width: 90%;
        margin: 0 auto;
        order: 1;
    }
    .timer_cover {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .btn {
        margin-top: 20px;
        margin-bottom: 0;
    }
    #follow {
        width: 100%;
        margin: 0 auto !important;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .section1 button {
        width: 70%;
        height: 50px;
    }
    .old p {
        font-size: 210%;;
    }
    .new p {
        font-size: 260%;
    }
    .order_text2 {
        margin-top: 10px;
        order: 2;
    }
    select, input {
        width: 90%;
    }
    input {
        width: 87%;
    }
    .order_text p {
        width: 90%;
        margin-left: 5%;
    }
    .logo1 h1 {
        font-size: 68px;
    }
    .photo {
        margin-top: -40px;
        margin-left: 8px;
    }
    .order_form {
        width: 100%;
    }
    .order_form h1 {
        font-size: 60px;
    }
    .s3_main_content {
        width: 90%;
    }
    .s3_main_content {
        width: 90%;
    }
    .section3_text p {
        font-size: 20px;
    }
    .section3_header h1 {
        display: none;
    }
    .section3 p {
        width: 100%;
    }
    .timer {
        width: 280px;
        display: none;
    }
    .flip-clock-label {
        display: none;
    }
    .dots_bar {
        display: none;
    }
    .slider {
        margin-bottom: 50px;
        height: 100%;
        min-height: 0;
    }
    .old p {
        font-size: 60px
    }
    .new p {
        font-size: 80px
    }
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 30px;
        
    }
    .flip-clock-wrapper ul {
        width: 30px;
    }
    .flip-clock-wrapper {
    }
    .slick-dots {
        display: none;
    }
    .top_btn {
        font-size: 19px;
    }
}


@media screen and (min-width: 401px) and (max-width: 430px) {
    .s1_hand {
        width: 180%;
        margin-top: -26%;
        left: 10%;
    }
    .order_form {
        width: 100%;
    }
    .order_form h1 {
        font-size: 80px;
    }
    .s3_main_content {
        width: 90%;
    }
    .order_form h1 {
        font-size: 60px;
    }
    .old p {
        font-size: 40px;
    }
    .slick-dots {
        display: none;
    }
}



@media screen and (max-width: 700px) {
    .logo1 h1 {
        font-size: 130px;
    }
    
}

@media screen and (max-width: 600px) {
    .logo1 h1 {
        font-size: 120px;
    }
    
}

@media screen and (min-width: 401px) and (max-width: 500px) {
    .logo1 h1 {
        font-size: 96px;
    }
    .s1_hand {
        width: 180%;
        margin-top: -26%;
        left: 10%;
    }
    .order_form h1 {
        font-size: 80px;
    }
    .s3_main_content {
        width: 90%;
    }
    .photo {
        margin-top: -50px;
    }
    .order_form {
        width: 100%;
    }
    .slick-dots {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .wrapper {
        width: 100%;
        border: none;
    }
    .prod {
        width: 75%;
    }
    .s1_hand {
        width: 220%;
        margin-top: -26%;
        left: 0%;
        position: relative;
    }

    .s1_hand_shadow {
        z-index: -2;
        position:absolute;
    }
    #video {
        z-index: 1;
        position: absolute;
        border-radius: 5px;
           width: 48%;
    left: -1%;
    top: -3%;
    }
  
  #video img {
  width: 62%;
}
  
    #src_video {
        z-index: 2;
        position: absolute;
        width: 30%;
    }
    .order_form {
        width: 100%;
        border-left: none;
        border-right: none;
        border-radius: 0;
        padding: 0;
        overflow: hidden;
    }
    .order_text, .order_photo {
        float: none;
        margin: 0;
    }
    .text_photo {
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
    .order_text {
        width: 100%;
        padding-top: 20px;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto;
        order: 3;
        margin-bottom: 50px;
    }
    .order_photo {
        width: 100%;
        margin: 0 auto;
        order: 1;
    }
    .timer_cover {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .btn {
        margin-top: 20px;
        margin-bottom: 14px;
    }
    .section1 button {
        width: 70%;
        height: 50px;
    }
    .old p {
        font-size: 210%;;
    }
    .new p {
        font-size: 260%;
    }
    .order_text2 {
        margin-top: 10px;
        order: 2;
        text-align: center;
    }
    select, input {
        width: 90%;
    }
    input {
        width: 87%;
    }
    .order_text p {
        width: 90%;
        margin-left: 5%;
    }
    .logo1 h1 {
        font-size: 68px;
    }
    .photo {
        margin-top: -40px;
        margin-left: 8px;
    }
    .order_form {
        width: 100%;
    }
    .order_form h1 {
        font-size: 60px;
    }
    .s3_main_content {
        width: 90%;
    }
    .s3_main_content {
        width: 90%;
    }
    .section3_text p {
        font-size: 20px;
    }
    .section3_header h1 {
        display: none;
    }
    .section3 p {
        width: 100%;
    }
    .timer {
        width: 280px;
        display: none;
    }
    .flip-clock-label {
        display: none;
    }
    .dots_bar {
        display: none;
    }
    .slider {
        margin-bottom: 50px;
        height: 100%;
        min-height: 0;
    }
    .old p {
        font-size: 30px
    }
    .new p {
        font-size: 40px
    }
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 30px;
        
    }
    .flip-clock-wrapper ul {
        width: 30px;
    }
    .flip-clock-wrapper {
    }
    .slick-dots {
        display: none;
    }
    .top_btn {
        font-size: 19px;
    }
    .offer-block {
        display: inline-block;
        float: none;
        width: 275px;
    }
}

@media screen and (min-width: 401px) and (max-width: 800px) {
    .wrapper {
        width: 100%;
        border: none;
    }
    .s1_hand {
        position: relative;
    }
    .s1_hand_img {
        z-index: 1;
        position: absolute;
    }
    .s1_hand_shadow {
        z-index: -2;
        position:absolute;
    }

    #src_video {
        z-index: 2;
        position: absolute;
        width: 30%;
    }
    .photo {
        margin-left: 11px;;
    }
    .text_photo {
        display: flex;
        flex-direction: column;
    }
    .order_form {
        width: 100%;
        border-left: none;
        border-right: none;
        border-radius: 0;
        padding: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .order_text, .order_photo {
        float: none;
        margin: 0;
    }
    .text_photo {
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
    .order_text {
        width: 100%;
        padding-top: 20px;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto 50px auto;
        order: 4;
    }
    .order_photo {
        width: 90%;
        margin: 0 auto;
        order: 1;
    }
    .order_text2 {
        order: 2;
    }

    .price {
        float: none;
        width: 100%;
        display: block;
        margin-top: 2%;
        position: relative;
    }

    .timer_cover {
        order: 3;
        display: block;
        margin: 0 auto 35px auto;
    }
    .timer, .timer1 {
        width: 370px;
    }
    .btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .section1 button {
        width: 70%;
        height: 50px;
    }
    .old p {
        font-size: 210%;;
    }
    .new p {
        font-size: 260%;
    }
    .order_text2 {
        margin-top: 10px;
    }
    select {
        width: 90%;
    }
    input {
        width: 88%;
    }
    .order_text p {
        width: 90%;
        margin-left: 5%;
    }
    .timer_cover {
        position: relative;
    }

    .offer-block {
        display: inline-block;
        float: none;
        width: 298px;
    }
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
    .wrapper {
        width: 93%;    
    }
    .timer_cover {
        margin: 0;
    }
    .timer {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .order_form {
        width: 90%;
    }
    .order_form p: {
        float: left;
    }
    .new_price p {
        font-size: 70px;
    }
    .order_text1 {
        font-size: 20px;
        margin-top: 0
    }
    .order_text2 {
        font-size: 25px;
    }
    .order_text {
        padding: 20px 20px;
    }
    .order_text p:first-child {
        margin-top: 20px;
    }
    .btn {
        margin-top: 5%;
        margin-bottom: 4%;
    }
    .section1 button {
        width: 60%;
    }
}


/* .phone-input input {
  padding-left: 0
} */

.countdown-container {
      border: 5px solid #000000;
    text-align: center;
    margin: 2rem 1rem;
    margin-top: 0;
}

.countdown-container h3 {
  color: #000000;
    margin: 0 auto;
    margin-top: -12px;
    background: #fff;
    width: 90%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
}

.countdown {
     display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 2.5rem;
    margin: .6rem 0;
}

.countdown-item {
  color: red;
  width: 4rem;
  font-weight: 800;
  margin-right: 0.5rem
}

.countdown-divider {
  color: red;
  width: 2rem
}

.countdown-text {
 margin: 0 auto;
    margin-bottom: -8px;
    background: #fff;
    width: 90%;
    color: #080808;
    font-size: .7rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.countdown-text span {
  width: 4rem;
  margin-right: 1.5rem
}

.countdown-text span:last-child {
  margin-right: 0
}



