 
[mn="5200"] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,.5); */
    z-index: 115;
    color: #fff;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    backdrop-filter: blur(6px);
    opacity: 1;
    display: none;
}
[mn="5200"].active { 
    opacity: 1;
    display: flex;
}
 
[mn="5200"] .ccllyr {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: -10;
    cursor: pointer;
}
[mn="5200"] button.ccl {
    position: absolute;
    left: 30px;
    bottom: 30px;
    border: 0;
    background-color: transparent;
    color: inherit;
    font-size: 130%;
    cursor: pointer;
    color: #ddd; 
}
[mn="5200"] .main {
    max-width: 800px;
    min-height: 100%;
    display: flex;
    align-items: center;
}
[mn="5200"] .ttl {
    font-size: 193%;
    margin: 0 0 15px;
    line-height: 1.1;
}
[mn="5200"] .lrw {
    min-height: 50vh;
}
[mn="5200"] .lr- {
    padding: 35px
}
[mn="5200"] .lr-l {
    flex: 0 0 40%;
    max-width: 40%;
    background: linear-gradient(129deg, rgba(9,54,25,1) 0%, rgba(59,104,75,1) 100%);
}
[mn="5200"] .lr-r {
    flex: 0 0 60%;
    max-width: 60%;
}
[mn="5200"] input {
    margin: 30px 0; 
}
[mn="5200"] button.btn {
    min-width: auto;
    padding: 0;
    font-size: 150%;
    font-family: inherit;
    background-color: transparent;
    border: 0;
    margin: 0;
    position: relative;
}
[mn="5200"] button.btn:after {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% + 12px);
    height: 6px;
    bottom: -12px;
    right: 0;
    background-color: rgba(255,255,255,.5);
    transition: .3s all ease;
}
[mn="5200"] button.btn:hover:after { 
    width: 100%; 
}

@media (max-width: 575px) { 
    [mn="5200"] .lr-l,
    [mn="5200"] .lr-r {
        flex: 0 0 100%;
        max-width: 100%;
    }
    [mn="5200"] button.ccl { 
        left: 30px;
        top: 30px; 
        bottom: auto;
        font-size: inherit;
    }
    [mn="5200"] .lr- {
        padding: 60px 35px;
    }
}