.popup_codeModal .popup__body{
        padding:0px !important;
    }
 .tag_novinka_modalWindow-overlay {
        
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
        z-index: 1000;
      }
      
      .tag_novinka_modalWindow {
       
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
       
        font-size: 16px;
        
        max-height:650px;
        max-width:600px;
      }

      .tag_novinka_modalWindow_header {
        position: relative;
        background: #FF5C05;
        color: white;
        font-weight: bold;
        padding: 5px;
        text-align: left;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        max-height: 40px;
      }

      .tag_novinka_modalWindow_body {
        border-bottom: 1px solid #efefef;
        max-height: 550px;
        /* overflow-y: scroll !important; */
      }

      .tag_novinka_modalWindow_closeBtn {
        position: absolute;
        right: 10px;
        font-size: 33px;
        font-weight: normal;
        cursor: pointer;
        padding: 0 5px;
        line-height: 1;
      }
      .tag_novinka_modal_Buttons{
        width:100%;
        height:100%;
        display:flex;
      }
      .tag_novinka_moreBtn {
        cursor: pointer;
        margin: 8px auto;
        border-radius: 5px;
        width: 120px;
        text-align: center;
        padding: 4px 0px;
        background-color: #FF5C05;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
      
      }