@CHARSET "UTF-8";

body {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-overflow-scrolling: touch;
    color: #283040;
}

body:before {
    background: url(../img/waves.svg);
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background-size: cover;
    opacity: 0.48;
    background-position: top center;
}

.main-panel__switch{
	margin-top: 22px!important;
}