html,
h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge,
.uk-navbar-nav>li>a,
.uk-navbar-item,
.uk-navbar-toggle,
.uk-logo {
    font-family: 'Open Sans', sans-serif;
}

body {
    position: relative;
    min-height: 100vh;
    padding-bottom: 104px;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    padding: 40px 0;
    transition: .5s;
}

.header .uk-navbar-item.uk-logo {
    padding-left: 0;
    justify-content: left;
}

.header .uk-logo img {
    height: 80px;
}

.header .uk-navbar-nav > li > a {
    text-transform: capitalize;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    padding: 0 20px;
}

.header.uk-navbar-sticky {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 0;
}

.header.uk-navbar-sticky .uk-logo img {
    content: url(./../images/logo-default.png);
    padding:  13px 0;
}


.header.uk-navbar-sticky .uk-navbar-nav > li > a {
    color: rgba(0, 0, 0, .6);
}

.header .uk-navbar-toggle {
    color: rgba(255, 255, 255, .8);
}

.header .uk-navbar-toggle:focus {
    color: rgba(255, 255, 255, 1);
}

#sidenav .uk-offcanvas-bar {
    background-color: #04458F;
}

.subnav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 30px;
}

.sidenav li a {
    font-size: 20px;
}

.subnav-item {
    background-color: rgba(255, 255, 255, .9);
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.subnav-item:hover {
    background: rgb(34,193,195);
    background: linear-gradient(to bottom, rgba(124, 112, 177, 0.9) 0%, rgba(48,151,212,1) 100%);
}

.subnav-item:hover.subnav-item * {
    color: #ffffff;
    filter: brightness(0) invert(1);
}

.subnav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 190px;
    text-decoration: none;
    text-align: center;
}

.subnav-item:nth-child(1) {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.subnav-item:nth-last-child(1) {
    border: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.subnav-item h4 {
    color: rgba(0, 0, 0, .9);
    margin: 0;
    margin-top: 23px;
    font-size: 18px;
    font-weight: 500;
}

.subnav-item img {
    width: 45px;
}

.section-content {
    padding-top: 150px;
    padding-bottom: 0;
    overflow: hidden;
}

.section-content .content-slider {
    position: relative;
    margin-left: -130px;
    margin-right: -300px;
    border-radius: 20px;
}

.section-content .content-slider .uk-slidenav {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
}

.section-content .content-description {
    border-radius: 100px 500px 500px 300px;
    background-color: #04458F;
    padding: 100px;
    padding-right: 200px;
    background-image: url(./../images/testimonial_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.section-content .content-description h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 40px;
}

.section-content .content-description p {
    color: rgba(255, 255, 255, .8);
    line-height: 35px;
}

.particle-header {
    overflow: hidden;
    position: relative;
    height: 300px;
    border-bottom-right-radius: 200px;
}

.channel-logo {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border-radius: 50px 0 50px 0;
    transition: .3s;
}

.channel-logo img {
    filter: grayscale(100%);
    transition: .3s;
}

.channel-logo:hover {
    box-shadow: 0 10px 20px rgba(4, 69, 143, .2);
}

.channel-logo:hover.channel-logo img {
    filter: grayscale(0%);
}

.section-device .uk-dotnav > * > * {
    width: 15px;
    height: 15px;
    border-color: #000000;
}

.section-device .uk-dotnav > .uk-active > * {
    background-color: #000000;
}

.section-device .uk-slideshow-items > * {
    border-top-left-radius: 200px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 50px;
}

.section-device-content {
    padding: 50px;
    background-color: #ffffff;
    border-bottom-right-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-device-content h3 {
    color: #000;
    font-size: 30px;
    margin-bottom: 40px;
}

.section-device-content p {
    color: rgba(0, 0, 0, .8);
    line-height: 40px;
}

.footer {
    padding: 40px 0;
    background-color: #04458F;
}

.footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav li {
    display: inline-block;
}

.footer-nav li a {
    color: #fff;
    margin-right: 40px;
    text-decoration: none;
}

.footer-social .uk-icon {
    color: #fff;
    margin-left: 20px;
}

.disable-select {
    user-select: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
}

.page-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
}

.page-title h1 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.page-title p {
    color: rgba(255, 255, 255, .9);
}

.footer-regular {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 0;
    background-color: #04458F;
    background-image: url(./../images/footer-wal.svg);
    background-repeat: no-repeat;
    background-size: 80% auto;
}

.dark .footer-regular {
    background-color: rgba(255, 255, 255, .1);
}

.dark {
    background-color: #0D0D0F;
}

.content-slidershow-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: rgba(13,13,15,0);
    background: linear-gradient(to bottom, rgba(13,13,15,0) 0%, rgba(13,13,15,1) 100%);
}

.content-page-section {
    padding-bottom: 0;
}

.content-page-section .content-slider {
    position: relative;
    padding: 30px 25px;
}

.content-page-section .content-slider .uk-slidenav {
    margin: 30px;
}

.content-page-section .content-slider .uk-slidenav svg {
    width: 20px;
}

.content-all {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    height: 100%;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, .05);
    text-decoration: none;
}

.content-item-wrap {
    position: relative;
    cursor: pointer;
    transition: .2s;
}

.content-item-wrap:hover:not(.active) {
    transform: scale(1.12);
}

.content-item-wrap.active .content-item {
    border: 5px solid #fff;
}

.content-item-wrap.active:hover {
    cursor: auto;
}

.content-item-wrap.active::before {
    content: '';
    background-image: url(./../images/read-more-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.content-item {
    position: relative;
    overflow: hidden;
    height: 430px;
    border-radius: 20px;
    border: 5px solid transparent;
    transition: .2s;
}

.content-more {
    display: none;
    transition: 5s;
    margin-top: 30px;
    background-color: rgba(255, 255, 255, .05);
}

.content-more.show {
    display: block;
}

.content-more .uk-overlay-primary {
    background: rgb(255,255,255);
    background: linear-gradient(to bottom, rgba(20,20,20,.8) 0%, rgba(0,0,0,.95) 100%);
}

.content-more .close {
    position: absolute;
    top: 50px;
    right: 0;
    cursor: pointer;
}

.content-more .uk-switcher {
    padding: 50px 0;
}

.content-more .uk-switcher .uk-cover-container {
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(20, 20, 20, .5);
}

.content-more .uk-switcher iframe {
    width: 100%;
    height: 500px;
}

.content-more .uk-tab {
    margin: 0;
    text-align: center;
}

.content-more .uk-tab::before {
    content: none;
}

.content-more .uk-tab > * {
    padding-left: 40px;
    padding-right: 40px;
}

.content-more .uk-tab > .uk-active > a {
    border-width: 2px;
}

.content-more .uk-tab li a {
    padding: 10px 0;
    font-weight: 600;
}

.stop-scrolling { 
    height: 100%; 
    overflow: hidden; 
} 

.channel-images-container {
    position: relative;
    margin: 10% 20%;
    border-radius: 100px 50px 100px 50px;
}

.channel-images-container .image-container {
    height: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 100px 50px 100px 50px;
}

.channel-description h2 {
    color: rgba(0, 0, 0, .8);
    text-transform: capitalize;
    margin-bottom: 40px;
}

.channel-description p {
    color: rgba(0, 0, 0, .7);
    line-height: 43px;
    letter-spacing: 0.5px;
}

.channel-tab::before {
    content: none;
}

.channel-tab li {
    margin-bottom: 10px;
}

.channel-tab li:nth-child(1) {
    padding-left: 0;
}

.channel-tab li a {
    color: rgba(0, 0, 0, .5);
    padding: 20px 60px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, .03);
    text-transform: capitalize;
    transition: .2s;
}

.channel-tab > .uk-active > a {
    background-color: rgba(0, 0, 0, .1);
    border: none;
}

.channel-page-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .08);
    padding: 16px;
    transition: .2s;
}

.channel-page-card:hover {
    transform: scale(1.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.channel-page-des h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 100;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.channel-page-des {
    padding: 0 10px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.channel-page-des img {
    height: 15px;
    margin-right: 10px;
}

.channel-page-des img:nth-last-child(1) {
    margin-right: 0;
}

.channel-page-logo {
    text-align: center;
    transition: .3s;
    padding-top: 15px;
}

.channel-page-logo img {
    height: 50px;
    transition: .2s;
    filter: grayscale(100%);
}

.channel-page-card:hover .channel-page-logo img {
    filter: grayscale(0%);
}

.uk-overlay-primary.light {
    background-color: rgba(0, 0, 0, .3);
}

.contacts .uk-icon {
    color: #ffffff;
    padding: 20px;
    border-radius: 50%;
    background-color: rgba(4, 69, 143, .8);
}

.contacts h4 {
    color: rgba(0, 0, 0, .8);
}

.contacts a {
    color: rgba(0, 0, 0, .8);
    line-height: 35px;
    text-decoration: underline;
}

.contacts span:not(.uk-icon) {
    color: rgba(0, 0, 0, .8);
    letter-spacing: .5px;
    line-height: 35px;
}

/* .branches li:nth-child(odd) img {
    border-radius: 100px 0 100px 0;
}

.branches li:nth-child(even) img {
    border-radius: 0 100px 0 100px;
} */

.branches li img {
    border-radius: 0 70px 70px 0;
}

.branches li:nth-child(1) img {
    border-radius: 100px 0 100px 0;
}

.branches li:nth-last-child(1) img {
    border-radius: 0 100px 0 100px;
}

.branches > li:nth-child(n+2) {
    margin-top: 25px;
}

.branches .uk-list > li:nth-child(n+2) {
    margin-top: 15px;
}

.promotions .uk-card-media-top {
    border-bottom-right-radius: 80px;
    overflow: hidden;
    position: relative;
    height: 200px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.promotions .uk-card {
    transition: .2s;
    border-top-left-radius: 80px;
    overflow: hidden;
}

.promotions .uk-card:hover {
    margin-top: -10px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, .2);
}

.promotions .uk-card-body {
    line-height: 30px;
}

.promotions .uk-card-footer {
    padding: 0;
}

.promotions .uk-button {
    display: block;
    text-align: left;
    padding: 20px 40px;
}

.helpers .uk-tab-left::before, .helpers .uk-tab::before {
    content: none;
}

.helpers .uk-tab > .uk-active .helper-link {
    box-shadow: 0 0 1.6rem 0.2rem rgba(94,96,186,.15);
}

.helpers .uk-tab > .uk-active > a {
    border: none;
}

.helpers .uk-tab .helper-link {
    height: 100%;
}

.helper-link {
    border-radius: 10px;
    padding: 20px;
    transition: .2s;
}

.helper-link:hover {
    box-shadow: 0 0 1.6rem 0.2rem rgba(94,96,186,.15);
}

.helper-link h5, .helper-link .uk-icon {
    margin-bottom: 0;
    color: #333d47;
    font-weight: 600;
}

.helper-link p {
    text-transform: initial;
    margin-top: 5px;
    margin-bottom: 0;
    color: #6c718b;
}

.helper-links {
    padding: 0 80px;
}

.helper-links .uk-accordion > li {
    border-bottom: 1px solid #f2f3fa;
}

.helper-links .uk-accordion > li:nth-last-child(1) {
    border: none;
}

.helper-links .uk-accordion-title {
    padding: 25px 0;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .02rem;
    color: #333d47;
}

.helper-links .uk-accordion-content {
    padding-bottom: 35px;
    margin-top: 0;
}

.helper-links .uk-accordion-content * {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .01rem;
    line-height: 25px;
    color: #6c718b;
}

.helper-links .uk-accordion > :nth-child(n+2) {
    margin-top: 0;
}

.about-card {
    border-radius: 20px;
    padding: 30px;
    transition: .2s;
    box-shadow: 0 0 20px rgba(94, 114, 228, 0.2);
}

.about-card:hover {
    box-shadow: none;
}

.about-card h4 {
    color: #5e72e4;
}

.about-card ul {
    color: #525f7f;
    font-weight: 100;
}

.about-card .uk-list>li:nth-child(n+2) {
    position: relative;
    margin-top: 15px;
}

.about-section h2 {
    font-size: 35px;
    font-weight: 600;
    color: #32325d;
    margin-bottom: 40px;
    margin-left: 30px;
}

.review-costs li > .icon {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    background-color: #04458F;
}

.review-costs li > .cost {
    color: rgba(0, 0, 0, .7);
    margin-left: 10px;
}

.channel-filter .uk-subnav-pill>*>:first-child {
    padding: 10px 25px;
    border-radius: 20px;
    text-transform: capitalize;
}

.channel-filter .uk-subnav-pill>.uk-active>a {
    background-color: #04458F;
}

.channel-filter {
    margin-top: 25px;
}

.channel-filter .uk-subnav>* {
    margin-bottom: 10px;
}

.optional-channel {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}

.optional-channel .uk-card-media-top {
    position: relative;
    overflow: hidden;
    height: 200px;
    border-radius: 100px 0 100px 0;
}

.optional-channel .uk-card-title {
    font-size: 20px;
}

.optional-channel .uk-card-body > p {
    line-height: 30px;
}

.optional-channel .uk-card-footer {
    background-image: linear-gradient(to right, #3b5680, #673e72);
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.optional-channel .uk-card-footer::after {
    content: '₮';
    display: inline-block;
}

.contact-map iframe {
    width: 100% !important;
    height: 350px !important;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.branch-list a,
.branch-list span {
    color: rgba(0, 0, 0, .8);
}

.section-top .uk-slidenav svg {
    width: 20px;
}

.channel-slider {
    padding: 30px 20px;
}

.section-app {
    padding: 0 250px;
    margin-top: 200px;
    background: #04458F;
    box-sizing: border-box;
    border-radius: 200px 0 200px 0;
}

.section-app .phone-mockup {
    position: relative;
    height: 550px;
    width: 290px;
    border-radius: 50px 50px 0 0;
    border: 13px solid #ffff;
    border-bottom: 0;
    box-shadow: -10px 0 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    margin-top: -100px;
}

.section-app .phone-mockup::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    width: 50%;
    height: 20px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
}

.section-app h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
}

.section-app p {
    color: rgba(255, 255, 255, .6);
    line-height: 200%;
}

.app-download-buttons {
    margin-top: 40px;
}

.app-download-buttons img {
    height: 50px;
    margin-right: 10px;
}

.plan-table .head {
    height: 150px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-table .head > * {
    font-size: 20px;
    margin: 0;
}

.plan-table .uk-list {
    margin-top: 0;
}

.plan-table .uk-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: 0;
    padding: 15px 30px;
}

.plan-table .features .uk-list {
    border: 1px solid rgba(0, 0, 0, .1);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.plan-table .plans {
    text-align: center;
}

.plan-table .plans > li:nth-child(even) {
    background-color: rgba(0, 0, 0, .05);
}

.plan-table .plans > li:nth-child(odd) {
    background-color: rgba(0, 0, 0, .08);
}

.plan-table .plans .uk-list {
    border: 1px solid rgba(0, 0, 0, .1);
    border-left: 0;
}

.plan-table .plans > li:nth-last-child(1) .uk-list {
    border-right: 0;
}

.plan-table .plans .uk-slider-items .head {
    border-right: 1px solid rgba(0, 0, 0, .2);
}

.plan-table .plans .uk-list-divider>li:nth-child(n+2) {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.plan-table .plans .head {
    background-color: #04458F;
}

.plan-table .plans .head > * {
    color: rgba(255, 255, 255, .9);
}

.plans .uk-slidenav {
    transition: .15s;
    background-color: rgba(4, 69, 143, 1);
    color: #fff;
    padding: 15px 20px;
}

.net-section h3 {
    color: #000;
    font-size: 30px;
    margin-bottom: 40px;
}

.net-section p {
    color: rgba(0, 0, 0, .8);
    line-height: 40px;
}

.net-section-image {
    border-radius: 100px 200px 200px 50px;
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.quote-section {
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    padding: 50px;
    border-radius: 20px;
}

.quote-section > * {
    color: rgba(0, 0, 0, .7);
    line-height: 40px;
    margin: 0;
}

.quote-icon {
    color: rgba(4, 69, 143, .8);
}

.quote-image {
    position: relative;
    overflow: hidden;
    width: 400px;
    height: 300px;
    border-radius: 0 100px 0 100px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

#loading img {
    width: 100px;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.replay-title {
    color: rgba(0, 0, 0, .7);
    font-size: 35px;
    margin-bottom: 80px;
    position: relative;
}

.replay-title::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 60px;
    height: 4px;
    background-color: rgba(4, 69, 143, .4);
}

.replay-card {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    border-radius: 50px 50px 100px 0;
    padding: 50px;
    padding-left: 70px;
    line-height: 35px;
    color: rgba(0, 0, 0, .7);
    transition: .2s;
}

.replay-card * {
    margin: 0;
}

.replay-card:hover {
    background-image: linear-gradient(to bottom right, rgba(4, 69, 143, .8), rgba(4, 69, 143, 1));
    color: rgba(255, 255, 255, .9);
}