#containner{
    width: 90%;
    margin: 0 auto;
    background-color: azure;
    text-align: center;
}

html, body{
    margin: 0;
    padding: 0;
}

h4 {
    font-size: 1.5rem;
    line-height: 110%;
    margin: 1.52rem 0 .912rem 0;
}
a {
    text-decoration: none !important;
    color: #5DC69C;
}


tr {
    height: 2.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.header{
    width: 100%;
    overflow: hidden;
    height: 500px;
    background-image: url(../images/indexHeader.png), url(../images/indexHeaderBack.jpg);
    background-position: center, center;
    background-repeat: no-repeat, repeat;
    z-index: -3;
    color: white;
}

.header2{
	width: 100%;
    overflow: hidden;
    height: 54px;
    background-image: url(../images/indexHeaderBack.jpg);
    background-repeat: repeat;
    background-position: center, center;
    z-index: -3;
    color: white;
}

.header-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 95%;
    margin: 0 auto;
}

.nav-log-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nav-wrapper {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.nav-logo{
	margin-top:0px;
}

a.nav-menu-item {
    display: inline-block;
    text-decoration: none;
    color: white;
    height: 50px;
    margin-right: 20px;
    padding: 0 12px;
    line-height: 56px;
    text-align: center;
    min-width: 88px;
}
a.nav-menu-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.nav-item-selected {
    border-bottom: 2px solid white;
}

.bt {
    width: 80px;
    height: 30px;
    background-color: #55c36a;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

.header-content {
    width: 80%;
    margin: 0 auto;
    padding-top: 80px;
}

.header-description {
    margin-top: 39px;
    max-width: 38%;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.actions {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
}
.button-editor {
    position: relative;
    margin-top: 0;
    margin-left: 26px;
    height: 54px;
    text-align: center;
    width: 176px;
    background: #4CBB8F;
    border: 3px solid white;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
}
.button-express {
    display: inline-block;
    text-align: center;
    margin-top: 0;
    margin-left: 24px;
    width: 178px;
    height: 56px;
    background: #4CBB8F;
    border: 3px solid white;
    border-radius: 8px;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 400;
    cursor: pointer;
    outline: none;
}
.button-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 16px;
    margin-top: 4px;
    font-family: sans-serif;
    font-weight: 400;
}
.button-des {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: white;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.article {
    width: 90%;
    margin: 0 auto;
}

.features {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
}

.feature {
    flex: 1;
    text-align: center;
}

.features-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 18px;
}

.feature-item-title {
    color: #333333;
    text-align: center;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 12px;
}
.feature-item-description {
    width: 80%;
    margin: 0 auto;
    padding-top: 10px;
    line-height: 26px;
    color: #666666;
    text-align: left;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
}



.footer {
    width: 85%;
    margin: 20px auto 20px auto;
    display: flex;
    flex-direction: row;
    border-top: 1px solid #979797;
    padding-top: 10px;
    padding-bottom: 10px;
}
