body {
    line-height: 1.2;
    height: 100%;
}

body a {

}

body a:hover {
    /*background: #ffffff;*/
    /*color: #21a79b;*/
}

html {
    height: 100%;
}
.scontainer{
    width: 90%;
}
header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #363a3e00;
    height: 100px;
    font-size: 20px;
}

header .header-panel-row {
    height: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

header .spanel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 600;
    font-size: 20px;
    padding: 5px;
}

header .spanel ul {
    list-style-type: none;
}

/*header .spanel ul li {*/
/*    font-weight: 400;*/
/*    font-size: 16px;*/
/*    text-transform: uppercase;*/
/*}*/

header .spanel div {
    margin: 0 60px 0 0;
}

header .splanel-logo {
    font-weight: 600;
}

header img {
    height: 80px;
}

.body-wrapper {
    min-height: calc(100% - 200px);
    height: auto;
    padding: 40px 0 0 0;
    margin-left: auto;
    margin-right: auto;
}

footer {
    height: 100px;
    margin: 0 auto;
    background-color: #363a3e;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer-req {
    text-align: center;
    color: #21a79b;
    font-weight: 600;
}