body, html{
  margin:0px;
  border:0px;
  outline:none;
  border:none;
  color: #000000;
  background: #F6F6F6;
  font-family: 'LatoR', sans-serif;
  text-align: center;
}

.exit-popup .only-desktop {
    display: block;
}

.d-flex{
  display:flex;
}

.flex-column{
  flex-direction:column;
}

.only-mobile{
  display:none;
}

.rose-text{
  color: #EE227F;
}

.blue-text{
  color: #0050F5;
}

.custom-box{
  display:inline-block;
  padding:5px 25px;
  background: #EE227F;
  color:#fff;
  font-size:30px;
  font-weight:bold;
  margin-top:20px;
}

.confirm-link{
  background: #FFDB15;
  color: #000;
  font-size: 55px;
  display: flex;
  align-items: center;
  padding: 25px 65px;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  margin-top: 0px;
  position: relative;
  margin-bottom: 0px;
  display: inline-block;
  text-shadow: 0 0 black;
  letter-spacing: 2px;
  box-sizing: border-box;
}

/* .confirm-link::before{
  content:'';
  position:absolute;
  top:-55px;
  left:0px;
  right:0px;
  margin:auto;
  background: url('../img/arrow.svg') no-repeat;
  width:40px;
  height:100%;
  background-size:contain;
  transition:0.25s ease-in-out
}

.confirm-link:hover::before{
  top:-45px;
} */

button[type="submit"]:hover,
button:hover,
a:hover{
  opacity:0.9;
  cursor:pointer;
}

.exit-popup{
  margin:0px 15px;
}

.thankyou{
  color:#fff;
  text-align: center;
  display:none;
}

.absolute-text{
  position:absolute;
  left: 4%;
  margin-top:10px;
}

.old-price{
  font-family: 'LatoL', sans-serif;
    font-size: 30px;
    font-weight: 100;
    position:relative;
    top:5px;
}
.old-price::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #515151;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  transform: rotate(-24deg);
}


.exit-popup__content{
  max-width:1300px;
  margin:0 auto;
}

.exit-popup__main-text img {
  margin-left: 50px;
  height: auto;
  margin-top: auto;
  max-height: 450px;
  padding: 0px 50px;
}

.exit-popup__main-text {
  border: 3px solid #ccc;
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
  background:#fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0px;
}



.exit-popup__main-text .main-text__content{
  max-width:710px;
  margin-left:40px;
  margin-bottom:20px;
  z-index: 10;
}

.exit-popup__main-text .main-text__content h2{
  font-size: 70px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
  margin-top: 30px;
}

.exit-popup__main-text .main-text__content h3{
  background: #FF1616;
  font-size:46px;
  padding:15px;
  margin-top:25px;
  margin-bottom:25px;
  color:#fff;
}

.exit-popup__main-text .main-text__content p{
  font-size:26px;
  line-height: 34px;
  font-weight:bold;
  margin-bottom:0px;
}

.exit-popup__form-text{
  background: #F1F1F1;
  padding:20px;
}

.exit-popup__form-text p{
  margin-top:0px;
  font-size:21px;
  line-height:35px;
  color:#000;
  margin-top:20px;
}

.exit-popup__form form{
  width:100%;
  justify-content: space-between;
}

.exit-popup__form form input{
  padding:20px;
  width:calc(50% - 50px);
  border: 1px solid #ccc;
}

.form-number{
  color:#000;
  font-size:25px;
  outline:none;
  border: none;
}

.form-button{
  background: #FF1616;
  outline:none;
  color:#fff;
  font-size:40px;
  letter-spacing:3px;
  font-weight:bold;
  border:none;
  cursor:pointer;
}

.bottom-section{
  background: #723FA3;
  padding:20px 25px;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  position: relative;
}

.bottom-section .text-reaction{
    font-size: 32px;
    color: #fff;
    max-width: 350px;
    text-align: left;
    font-weight: 600;
    position:relative;
}

.bottom-section img{
  max-height: 116px;
  margin:0px 15px;
}

.bottom-section span.text{
  display:none;
}

@media screen and (max-width:1300px) {
  a.confirm-link {
    font-size: 48px;
    padding:25px 35px;
  }
  .bottom-section .text-reaction {
    font-size: 27px;
    line-height: 37px;
    max-width: 300px;
  }
}

@media screen and (max-width:1190px){

  .exit-popup__main-text .main-text__content p {
    font-size: 23px;
    line-height: 29px;
  }
}

@media screen and (max-width:1100px) {
  a.confirm-link {
    font-size: 34px;
    padding: 25px 25px;
  }
  .bottom-section img {
    max-height: 85px;
  }

  .bottom-section .text-reaction {
    font-size: 24px;
    max-width: 260px;
  }
}

@media screen and (max-width:990px){
  .exit-popup__main-text img {
    display:none;
  }

  .exit-popup__main-text .main-text__content{
    width:100%;
    max-width:initial;
    margin-left:0px;
    padding: 0px 15px;
  }

  .exit-popup__main-text .main-text__content *{
    text-align:center;
  }

  .exit-popup__main-text .main-text__content p {
    padding-left: 0px;
  }

  .exit-popup__form-text{
    margin-top:30px;
  }

  .exit-popup__form-text p{
    text-align:center;
  }
}

@media screen and (max-width:930px) {
  .bottom-section span, .bottom-section img{
    display:none;
  }

  .bottom-section a{
    width: 100%;
  }

  .bottom-section{
    flex-direction: column;
  }

  .bottom-section span.text{
    display:block;
    text-align:center;
    margin-bottom:15px;
    color:#fff;
    font-size: 25px;
  }
  .bottom-section span.text > span{
    font-weight:bold;
    color: #FFDB15;
    display:inline-block;
  }
}

@media screen and (max-width:768px){
  form{
    flex-direction: column;
  }
  form input{
    width:100% !important;
    box-sizing: border-box;
    margin-bottom:10px;
  }
}

@media screen and (max-width:500px){
  body{
    background:#fff;
  }

  .confirm-button{
    background: #EE227F;
    padding:10px;
    color:#fff;
    
  }

  .exit-popup__main-text .main-text__content h2 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 45px;
  } 

  .exit-popup {
    margin: 0px 10px;
}

  .only-mobile{
    display:initial;
    text-align: center;
    display:block !important;
  }

  .mobile-bottle{
    display:block !important;
    position: absolute;
    width: 60px;
    top: 94px;
    left: 0px;
    margin-left: 0px !important;
    padding:0px !important;
  }

  .absolute-text p {
    position: relative;
    left: 12vw;
    z-index:1000;
    top:30px;
  }

  .absolute-text p > span{
    font-size:70px; 
    color:#FF0073;
  }

  .small-person{
    position:relative;
    left: 17vw;
  }

  .bottom-section span.text {
    font-size: 21px;
  }

  .confirm-button__text{
    align-items: center;
  }

  .confirm-button__text img{
    max-height:90px !important;
    padding-left:10px;
  }


  .confirm-button p{
    text-align:left !important;
  }

  a.confirm-link{
    font-size: 29px;
  }
  /* .confirm-link::before{
    content: none;
  } */

  .exit-popup__main-text {
    border: 0px solid #ccc;
    margin-top: 0px;
    border-radius: 0px;
    overflow: initial;
  }
  .exit-popup__main-text .main-text__content h2 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 45px;
  } 

  .exit-popup {
    margin: 0px 10px;
}

  .only-mobile{
    display:initial;
    text-align: center;
    display:block !important;
  }

  img.only-mobile{
    margin:0 auto;
    max-height:240px;
    object-fit: contain;
  }

  .only-desktop{
    display:none !important;
  }

  .exit-popup__main-text .main-text__content{
    position:relative;
    padding:0px;
    margin-bottom:0px;
  }

  h3.only-mobile{
    position: absolute;
    bottom: 0px;
  }

  .exit-popup__main-text .main-text__content p {
    font-size: 20px;
    line-height: 25px;
    margin-top:10px;
  }

  .exit-popup__main-text .main-text__content h3 {
    font-size: 20px;
    font-weight:bold;
    letter-spacing:-0.3px;
    text-transform: uppercase;
  }

  .exit-popup__form-text p {
    font-size: 16px;
    line-height: 22px;
	}
  .form-button {
    font-size: 30px;
    letter-spacing: 0px;
  }

  .form-number {
    font-size: 21px;
  }

  .exit-popup__form-text {
    margin-top: 0px;
  }

  .exit-popup__main-text .main-text__content h3 {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .exit-popup__form-text {
    padding: 10px;
  }
}

@media screen and (max-width:430px) {
  .absolute-text p > span{
    font-size:50px; 
    color:#FF0073;
  }
}