.padding2{
  padding:0px 40px;
}
@media(max-width:1024px){
  .padding2 {
    /*padding:0px 20px !important;*/
  }
}
@media (max-width: 769px){
  .padding2{
    padding:0px 20px !important;
  }
}


.popup_container{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:9999;
    overflow-y:auto;
    /*background:rgba(255,255,255,0.8);*/
    display:none;
}
.popup_container.open{
display:block !important;
}

.popup_container_overlay{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.5);
}
.popup_container_body{
    position:relative;
    margin:0px auto;
    width:100%;
    height:100%;
    max-width:580px;
    /*top:50%;*/
    /*left:50%;*/
    /*transform:translate(-50%, -50%);*/
    /*margin:80px 0px;*/
}
.popup_container_body_absolute{
    position:relative;
    margin:0px auto;
    width:100%;
    max-width:580px;
    top:0px;
    left:50%;
    transform:translate(-50%, 0%);
    margin:0px 0px 80px 0px;
}
.popup_container_body_inner{
    position:relative;
    padding:80px 0px;
    
    width:100%;
}
@media(max-width:769px){
.popup_container_body_inner{
    padding:0px 0px;
}    
}
.popup_container_body_content{
    position:relative;
    
    width:100%;
    background:#fff;
    box-shadow: rgb(0 0 0 / 28%) 0px 8px 28px !important;
    padding-top:48px;
    min-height:400px;
}


.popup_title_section {
    width: 100%;
    float: left;
}
.popup_big_title{
    float: left;
    width: 100%;
    margin: 0;
    display: inline-block;
    text-align: left;
    font-size: 32px !important;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.popup_text_section {
    width: 100%;
    float: left;
    /* max-width: 50%; */
    display: inline-block;
}

.popup_text_section_inner {
    position: relative;
    float: left;
    /* width: 100%; */
    padding: 24px 0px 24px 0px;
}
.popup_text_section_card {
    width: 100%;
    float: left;
    max-width: 720px;
    /* padding: 24px 48px; */
    margin: 24px 0px;
}
.popup_text_section_card .category_title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
.popup_text_section_card h1.popup_h1 {
    font-size: 24px;
    margin: 12px 0px;
    padding:0px;
}
.popup_text_section_card p {
    /*float: left;*/
    /*font-size: 18px;*/
    /*line-height: 24px;*/
    /*font-weight: 500;*/
}
.popup_text_section_card p {
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 500;
    float: left;
    /* width: 45%; */
}
.popup_text_section_card a {
    /* float: left; */
    font-size: 20px;
    line-height: 24px;
    /* font-weight: 800; */
    text-decoration: underline;
    color: var(--black);
}