



@media all and (min-width:640px){

        .popup {
    background-color: #ffffff;
    position: fixed;
    left: 50%;
    right: auto;
    top: 50%;
    padding: 30px;
    z-index: 32;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px;
}

.popup .close{right:30px; top:30px;}

}


@media all and (min-width:768px){
    



}


@media all and (min-width:1024px){
.common_btn{padding: 18px 20px;}
}

@media all and (min-width:1280px){
    
}

@media all and (min-width:1536px){
.container{max-width: 1540px;}

    
}