body {
    background-color: #f8f8fb;
    font-family: sans-serif,Arial;
    font-size: 16px;
    height: 100%;
    margin: 0;
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}

.header-main {
    background: #fff;
    border-block-end: 1px solid #dfe7ef;
}

.top-bar {
    margin: 7px auto;
    width: 90%;
}

.logo-header {
    color: #3e3f5e;
    display: block;
    font-family: sans-serif,Arial;
    font-size: 1.435rem;
    font-weight: 700;
    line-height: 1em;
}

.logo-header:hover,
.logo-header:active,
.logo-header:focus {
    color: #3e3f5e;
}

.logo-header span {
    line-height: 37px;
}

.section-banner {
    min-height: 160px;
    padding: 52px 60px 0 200px;
    border-radius: 12px;
    background: url('../img/layout/banner/banner-bg.webp') no-repeat 50%;
    background-size: 100% 100%;
    position: relative;
}

.section-banner .section-banner-icon {
    position: absolute;
    vertical-align: middle;
    border-style: none;
    bottom: 0;
    left: 0;
}

.section-banner .section-banner-title {
    color: #fff;
    font-family: sans-serif,Arial;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1em;
}

.section-banner .section-banner-text {
    color: #fff;
    font-family: sans-serif,Arial;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1em;
    margin-top: 10px;
}

.nav-tabs {
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(94,92,154,.06);
    border-radius: 12px;
    padding: 12px 43px;
    position: relative;
}

.nav-tabs .nav-item {
    margin: 2px 2px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 5px;
    color: #00c7d9;
    font-weight: 700;
    font-size: .875rem;
}

.nav-tabs .nav-link.active {
    border: 1px solid #3e3f5e;
    color: #3e3f5e;
}

.apps_container {
    height: 100%;
    margin: 0 auto;
    width: 90%;
}

.app_container_link {
    display: inline-block;
    padding: 12px 12px 12px 0;
    text-decoration: none !important;
    width: calc(25% - 17px);
}

.app_container {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(94,92,154,.06);
    display: block;
    padding: 0;
    position: relative;
}

.app_container_img {
    background: url('../img/layout/cover/01.webp') center center / cover no-repeat;
    border-radius: 12px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.app_container_img img {
    background: #fff;
    border-radius: 12%;
    height: 100%;
    padding: 12px 12px 12px 12px;
    margin: 12px;
    max-height: 107px;
    min-height: 107px;
    max-width: 100px;
    width: 100%;
}

.app_container_content {
    display: inline-block;
    padding: 7px 12px 7px 12px;
    vertical-align: top;
    width: 100%;
}

.app_container_content h1 {
    color: #3e3f5e;
    display: block;
    font-family: sans-serif,Arial;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1em;
    margin: 7px 0 7px 0;
}

.app_container_content span {
    color: #3e3f5e;
    display: block;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 6px 6px 0;
    text-transform: uppercase;
}

.app_container_content p {
    color: #3e3f5e;
    display: block;
    font-size: .875rem;
    font-weight: 500;
    height: 37px;
    line-height: 1.4285714286em;
    margin: 12px 0;
    overflow: hidden;
    position: relative;
}

footer.bg-dark, footer .bg-dark {
    background-color: #262638 !important;
}

footer .border-bottom {
    border-block-end: 1px solid rgba(255, 255, 255, 0.1) !important;
}

footer.bg-dark, footer .bg-dark {
    background-color: #262638 !important;
}

.footer-links a {
    color: #a8adc3;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 0.8125rem;
    min-width: 2.375rem;
}

.footer-links a:hover,
.footer-links a:active,
.footer-links a:focus {
    color: #00c7d9;
    outline: 0;
    text-decoration: none;
}

.text-primary {
    color: #a8adc3 !important;
}

a.text-primary:hover,
a.text-primary:active,
a.text-primary:focus {
    color: #00c7d9 !important;
}

@media only screen and (max-width: 1480px) {
    .app_container_link {
        width: calc(50% - 17px);
    }
}