
   .popupexit{
      position: relative;
      display: none;
   }
   .popupexit__inside{
      display: flex;
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      align-items: center;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.6);
   }
   .popupexit__body{
      background-image: url(../img/bg34.png);
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      width: 1018px;
      min-height: 631px;
      padding-top: 105px;
      padding-bottom: 50px;
   }
   .popupexit__close{
      position: absolute;
      z-index: 2;
      cursor: pointer;
      right: 20px;
      top: 55px;
      transition: all 0.3s ease-in-out;
      opacity: 0.6;
   }

   .popupexit__close:hover{
      opacity: 1;
   }
   .popupexit__row{
      display: flex;
      justify-content: flex-end;
   }
   .popupexit__right{
      flex-basis: 500px;
      padding-right: 30px;
   }
   .popupexit__top{
      font-family: AcrobatBlack;
      font-size: 24px;
      margin-bottom: 10px;
   }
   .popupexit__title{
      font-family: AcrobatBlack;
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 10px;
   }
   .popupexit__text{
      font-size: 16px;
      margin-bottom: 10px;
   }
   .popupexit__textmore{
      font-size: 16px;
      font-weight: 600;
      
      margin-bottom: 20px;
   }
   .popupexit__btn{
      display: flex;
      align-items: center;
      justify-content: center;
   }
   .popupexit__thanks{
      font-family: AcrobatBlack;
      margin-top: 25px;
      text-align: center;
      text-decoration: underline;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      color: #463c2e;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
   }
   .popupexit__thanks:hover{
      text-decoration: none;
   }
   @media screen and (max-width:1180px) {
      .popupexit__body{
         background-image: none;
         background-color: #fffdfd;
         display: block;
         width: 100%;
         padding-top: 60px;
         min-height: auto;
         height: auto;
         max-width: 530px;
         margin-left: auto;
         margin-right: auto;
      }
      .popupexit__inside{
         overflow-y: auto;
         padding: 50px 20px;
      }
      .popupexit__close{
         top: 20px;
      }
   }
   @media screen and (max-width:580px) {
      .popupexit__right{
         padding-left: 30px;
      }
      .popupexit__title{
         font-size: 35px;
      }
      .popupexit__inside{
         display: block;
      }
   }
   @media screen and (max-width:460px) {
      .popupexit__title {
         font-size: 32px;
     }
     .popupexit__top{
        font-size: 20px;
     }
     .popupexit__right .button {
      font-size: 15px;
     }
   }
   @media screen and (max-width:400px) {
      .popupexit__text {
         font-size: 15px;}
   
         .popupexit__title {
            font-size: 26px;
        }
        .popupexit__title br{
           display: none;
        }
        .popupexit__top {
         font-size: 18px;
     }
     .popupexit__right{
        padding-left: 15px;
        padding-right: 15px;
     }
      }
