.section-preset-bg:before, .bg-megapari-dark-1:before {
    content: "";
    position: absolute;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw) !important;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.section-preset--bg-gradient-widget-big-load-1 {
    color: #fff;
}
.section-preset--bg-gradient-widget-big-load-1:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#474747));
    background-image: linear-gradient(180deg, #383838, #474747);
}
.section-preset--bg-megapari-dark-1:before, .bg-megapari-dark-1:before {
    background: #474747;
}
.section-preset--bg-megapari-dark-2:before, .bg-megapari-dark-2:before{
    background: #383838;
}
.section-preset--bg-megapari-dark-3:before, .bg-megapari-dark-3:before {
    background: #2b2b2b;
}
.section-preset--bg-megapari-gray-1:before, .bg-megapari-gray-1:before  {
    background: #f2f2f2;
}
.section-preset--bg-megapari-gray-2:before, .bg-megapari-gray-2:before {
    background: #f7f7f7;
}
.section-preset--bg-megapari-gray-3:before, .bg-megapari-gray-3:before{
    background: #e6e6e6;
}
.section-preset--bg-megapari-gray-4:before, .bg-megapari-gray-4:before {
    background: #dbdbdb;
}

/**
red:
#e6362d
#f0857f
#ea554d
 */

body {
    margin-bottom: 0
}

h3  {
    margin-top: 0;
    font-weight: normal;
    font-size: 1.5em;
}

.faq-wrap h3 {
    margin-bottom: 0.4em;
    font-size: 1.32em;
}

a {
    text-decoration: none;
}

.text-underline {
    border-bottom: 1px solid;
}
/*********************************************
download buttons
 */
.content-download_buttons {
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 30px;
}
.content-download_buttons .item .app-version {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.content-download_buttons .item a  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    padding: 15px 20px;
    background-color: #000;
    text-decoration: none;
    margin-right: 16px;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
}
.content-download_buttons .item a:hover {
    background: #2b2b2b;
}
.content-download_buttons .item:last-child  {
    margin-right: 0;
}
.content-download_buttons .item img  {
    vertical-align: middle;
    border-style: none;
    margin-right: 10px;

}
.content-download_buttons .item h2, .content-download_buttons .item span.button-h2, .content-download_buttons .item span.button-h1   {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    display: block;
    font-weight: bold;
}
.content-download_buttons .item span.button-h1 {
    line-height: 20px;
    font-size: 13px;
    text-align: center;
}
.content-download_buttons .item span  {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}
.content-download_buttons .item .phone-icon {
    width: 30px;
}
.content-download_buttons .item img.logo-ios {
    filter: brightness(0) invert(1);
}

@media (max-width: 550px) {
    .content-download_buttons {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /*padding: 10px;*/
        margin-bottom: 20px;
    }
    .content-download_buttons .item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    .content-download_buttons .item .app-version {
        text-align: left;
        padding-left: 59px;
    }
}

/*********************************************
slider
 */
.bx-wrapper {
    background: none;
    box-shadow: none;
    border: none;
    -webkit-box-shadow: none;
    margin-top: 10px;
    margin-bottom: 20px;
}
.bx-wrapper .bx-loading {
    background-color: inherit;
}
.bx-wrapper img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .bx-wrapper {
        margin-bottom: 50px;
    }
}

#iphoneSliderHowTo ol {
    counter-reset: item2;
}
#iphoneSliderHowTo ol .slide-desc {
    margin-top: 10px;
    display: inline-block;
}
#iphoneSliderHowTo ol .slide-desc:before {
    content: counter(item2) ". ";
    counter-increment: item2;
}
#iphoneSliderHowTo .bx-viewport {
    max-width: 88%;
    margin-left: 6%;
}
#iphoneSliderHowTo .bx-loading {
    display: none !important;
}
/*********************************************
header
 */
.site-header {
    background-image: url('img/header-bg.webp');
    background-color: #000;
    padding: 60px 0;
    margin-bottom: -2px;
    background-position: center;
}
.site-title, .site-title a {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}
.site-description {
    font-size: 19px;
    color: #cdcdcd;
}
.site-title img {
    max-height: 26px;
    position: relative;
    left: 1px;
    top: -10px;
    width: auto;
}

table.table-app {
    width: 100%;
    margin-bottom: 30px;
}
table.table-app tbody {
    display: grid;
    grid-template-columns: 50% 50%;
}
@media (max-width: 600px) {
    table.table-app tbody {
        grid-template-columns: 100%;
    }
    table.table-app tbody tr {
        grid-column-start: 1;
        grid-column-end: 2;
        margin-bottom: 7px;
    }

}
table.table-app tbody tr {
    word-break: break-word;
    padding: 0;
}
table.table-app tbody tr.full {
    grid-column-start: 1;
    grid-column-end: 3;
}
table.table-app tbody tr td {
    padding: 0 0 0 10px;
    text-align: left;
    line-height: 1;
    margin-bottom: 10px;
}

table.table-app tbody tr td:first-child {
    width: 40px;
    float: left;
    padding: 0;
    display: table-row;
}
table.table-app tbody tr td:first-child i {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border: 1px solid #00a6ed;
    border-radius: 10px;

    color: #00a6ed;
    font-size: 25px;
    padding: 7px;
    text-align: center;
    line-height: 25px;
}
table.table-app tbody tr td:nth-child(2) {
    font-family: 'geomanistmedium', sans-serif;
    display: block;
    margin: 6px 0 5px 50px;
    padding: 0;
    line-height: 1;
    text-align: left;
    font-size: 14px;
    scope: row;
}
table.table-app tbody tr td:nth-child(3) {
    font-size: 13px;
}



/*********************************************
footer
 */
/*
.site-footer-container:not(.site-footer-container--disable-sticky) {
    bottom: -120px;
}*/
@media (min-width: 992px) {
    .site-footer-container:not(.site-footer-container--disable-sticky) {
        position: relative;
        bottom: 0;
        width: 100%;
    }
}
#breadcrumbWrap {
    padding: 20px 0;
    display:block !important;
}
#breadcrumb a {
    text-decoration: none;
}
.footer-disclaimer {
    color: #ccc;
    font-size: 14px;
    border-top: 1px solid #ccc;
    margin-top: 8px;
    padding-top: 8px;
}
.footer-info-top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social-links {
    text-align: right;
}
.social-links img {
    width: 1.5em;
    height: 1.5em;
}


