.main-wrapper {
    display: flex;
    flex: 1 1 100%;
    justify-content: center;
    padding: 30px 2.5641025641vw;
}

@media screen and (min-width: 960px) {
    .main-wrapper {
        padding: 70px 2.5641025641vw;
    }
}

.main-wrapper {
    background: #FFFFFF;
}

.main-wrapper.-primary {
    background: #FFFFFF;
}

.main-wrapper.-secondary {
    background: #FCFCFD;
}

.main-wrapper.-body {
    max-height: calc(100vh - 93px);
    min-height: calc(100vh - 493px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 960px) {
    .main-wrapper.-body {
        max-height: calc(100vh - 90px);
        min-height: calc(100vh - 213px);
    }
}

.main-wrapper.-body.-anketo {
    max-height: calc(100vh - 208px);
    min-height: calc(100vh - 608px);
}

@media screen and (min-width: 960px) {
    .main-wrapper.-body.-anketo {
        max-height: calc(100vh - 285px);
        min-height: calc(100vh - 408px);
    }
}

.main-wrapper.-shadow {
    box-shadow: 0 3px 10px #0000000F;
    position: relative;
    z-index: 1;
}