@media (max-width: 1450px) {
    .uk-navbar-nav {
        gap: 15px;
    }
}

@media (max-width: 1400px) {
    .ucard .fs40 {
        font-size: 38px;
    }
    .uk-navbar-nav>li>a {
        font-size: 14px;
    }
}

@media (max-width: 1300px) {
    .fix-circle {
        width: 140px;
        height: 140px;
    }
    .fix-circle .fs18 {
        font-size: 16px;
    }
    .fix-circle .fs14 {
        font-size: 12px;
    }
    .uk-height-large {
        height: 448px;
    }
    .ucard .fs40 {
        font-size: 34px;
    }
    .fs28 {
        font-size: 26px;
    }
}

@media (max-width: 1200px) {
    .fix-circle {
        width: 120px;
        height: 120px;
    }
    .fix-circle .fs50 {
        font-size: 42px;
    }
    .fix-circle .fs18 {
        font-size: 14px;
    }
    .uk-height-large {
        height: 408px;
    }
    .mh60 {
        min-height: unset;
    }
    .desktop-nav > li:nth-child(4) {
        display: none;
    }
    .fs28 {
        font-size: 24px;
    }
}

@media (max-width: 1150px) {
    h1 {
        font-size: 46px;
    }
    html, .fs18 {
        font-size: 14px;
    }
    .uk-navbar .fs28, footer .fs28 {
        font-size: 24px;
    }
    .uk-navbar-nav>li>a {
        font-size: 12px;
    }
}

@media (max-width: 1100px) {
    h1 {
        font-size: 46px;
    }
    html, .fs18 {
        font-size: 14px;
    }
    .uk-navbar .fs28 {
        font-size: 24px;
    }
    .uk-navbar-nav>li>a {
        font-size: 12px;
    }
    .fix-circle {
        width: 100px;
        height: 100px;
    }
    .fix-circle .fs50 {
        font-size: 36px;
    }
    .fix-circle .fs18 {
        font-size: 12px;
    }
    .fix-circle .fs14 {
        font-size: 10px;
    }
    .uk-height-large {
        height: 368px;
    }
    footer .fs28 {
        font-size: 20px;
    }
}

@media (max-width: 1050px) {
    .uk-navbar-nav {
        gap: 10px;
    }
    .uk-navbar .fs28 {
        font-size: 22px;
    }
    .fix-circle {
        width: 90px;
        height: 90px;
    }
    .uk-height-large {
        height: 348px;
    }
    .uk-button {
        padding: 0 20px;
    }
    ol, ul {
      padding-left: 15px;
    }
}

@media (max-width: 640px) {
    .circle-block .fix-circle {
        position: relative !important;
    }
    .circle-block .r-30 {
        right: 0;
    }
    .circle-block .l-30 {
        left: 0;
    }
    .circle-button {
        text-align: center !important;
    }
    .circle-block > div > div {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .uk-height-large, .ucard {
        height: auto;
    }
    .tab-mt-20 {
        margin-top: 20px !important;
    }
    .tab-ml-0 {
        margin-left: 0 !important;
    }
    .fix-circle {
        width: 140px;
        height: 140px;
    }
    .fix-circle .fs18 {
        font-size: 14px;
    }
    .fix-circle .fs14 {
        font-size: 12px;
    }
    .dev-column {
        flex-direction: column;
        align-items: flex-start;
    }
    .ucard .fs40 {
        font-size: 30px;
    }
    h1 {
        font-size: 36px;
    }
}

@media (max-width: 450px) {
    .logo {
        width: 180px;
    }
    h1 {
        font-size: 28px;
    }
    .dev-mt-20 {
        margin-top: 20px !important;
    }
    .uk-modal-title {
        font-size: 22px;
    }
    footer .uk-button {
        display: none;
    }
    .breadcrumbs {
        font-size: 10px;
    }
}