#popup{
    max-width: 777px;
    text-align: center;
}
.popup-contents{
        padding: 48px 72px 60px 72px;
}
.fancybox-content{
    padding:0;
}
.popup-title{
    margin: 0;
    font-family: Raleway;
    font-size: 28px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: center;
    color: #2e26c0;
}
.popup-content{
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #222222;
}
*{
  -webkit-overflow-scrolling: touch !important;
}
@media(max-width:767px){
    .mCSB_scrollTools{
        opacity:0 !important;
    }
    .mCSB_inside > .mCSB_container{
        margin-right: 0 !important;
    }
    #popup{
        height:100%;
    }
    .popup-contents{
        padding: 38px 38px 60px 38px;
        height:100%;
    }
    .popup-title{
        padding-top: 0px;
    }
    #popup .more-link{
        /*margin-bottom: 38px;*/
    }
    .fancybox-slide--html{
        padding:45px 20px;
        /*transform: none !important;*/
    }
}