@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 1170px) {
}

@media screen and (max-width: 920px) {
}

@media screen and (max-width: 888px) {
}

@media screen and (max-width: 810px) {
}

@media screen and (max-width: 754px) {
}

@media screen and (max-width: 560px) {
}

@media screen and (max-width: 550px) {	
	.popupLogin{grid-template-columns: 1fr;}
	.popupLogin .plCover{background-position: 100%; position: relative;}
	.popupLogin .plCover:before{content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.9);}
}

@media screen and (max-width: 380px) {
}

@media screen and (max-width: 361px) {
}