.uk-navbar-nav>li>a {
    text-transform: initial;
    font-weight: 500;
    /*color: #fff;*/
}

.uk-light .uk-navbar-nav>li>a {
    color: #fff;
}

.uk-navbar-left {
    gap: 0;
}

.om-logo {
    /*height: 50px;*/
    /*width: 100%;*/
}

/*.om-logo-inverted {*/
/*    display: inline;*/
/*}*/

/*.om-logo-normal {*/
/*    display: none;*/
/*}*/


/*.uk-navbar-sticky .om-logo-inverted {*/
/*    display: none;*/
/*}*/

/*.uk-navbar-transparent .om-logo-inverted,*/
/*.uk-navbar-sticky .om-logo-normal {*/
/*    display: inline;*/
/*}*/

.om-logo-normal {
    display: inline;
}

.om-logo-inverted {
    display: none;
}

.uk-navbar-transparent .om-logo-normal {
    display: none;
}

.uk-navbar-transparent .om-logo-inverted {
    display: inline;
}


.om-navbar-subtitle {
    font-size: .875rem;
    line-height: 1rem;
}

.uk-light .om-navbar-subtitle {
    color: #fff;
}

.om-logo img {
    height: 50px;
    width: 100%;
}

/*@media (max-width: 961px) {*/
/*    .om-logo img {*/
/*        height: 40px;*/
/*    }*/
/*}*/

@media (max-width: 641px) {
    .om-logo img {
        height: 40px;
    }
}

.uk-light .uk-navbar-toggle {
    color: #fff;
}

.om-button-lk {
    color: #fff;
    font-weight: 500;
    background-color: #E56F32;
    padding: 10px 20px;
    border-radius: 32px;
    text-decoration: none!important;
}

.om-button-header {
    border-radius: 32px;
    text-transform: initial;
    font-weight: 500;
    padding: 8px 30px;
}

.om-button-social {
    width: 54px;
    height: 54px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.om-button-primary {
    background-color: #ffffff;
    color: #333;
    border: 1px solid transparent;
}

.om-header {
    background: radial-gradient(
            circle at 50% 100%,
            /*#CE3F00 0%,*/
            #4C0F00 22%,
            #010103 66%,
            #010103 100%
    );
}

.om-header-image {
    /*background-image: url('/img/2025-10-13_main/ruslan.webp');*/
    /*background-size: cover;*/
    background-size: 70%;
    background-position: top right;
    background-repeat: no-repeat;
}

@media (min-width: 1600px) {
    .om-header-image {
        background-size: 50%;
    }
}

.om-min-height-450 {
    min-height: 450px;
}

.uk-navbar-dropdown {
    left: 0!important;
    height: 100vh;
    width: 100%;
}

.om-header-line-top {
    background: #FFFFFF;
    border-radius: 64px 64px 0 0;
    height: 70px;
    bottom: -1px;
    position: relative;
}

.om-header-line-bottom {
    background: #FFFFFF;
    border-radius: 0 0 64px 64px;
    height: 70px;
    top: -1px;
    position: relative;
}

@media (max-width: 640px) {
    .om-header-line-top {
        border-radius: 32px 32px 0 0;
        height: 50px;
    }
    .om-header-line-bottom {
        border-radius: 0 0 32px 32px;
        height: 50px;
    }
}

.uk-navbar-toggle {
    color: #222;
}

.uk-light .uk-navbar-toggle {
    color: #fff;
}

@media (max-width: 640px) {
    .om-margin-medium-top\@mob {
        margin-top: 40px !important;
    }
}

.om-form-background {
    background:
            radial-gradient(
                    circle at 50% 40%,
                    #CE3F00 0%,
                    #4C0F00 22%,
                    rgba(1, 1, 3, 0.5) 66%,
                    rgba(1, 1, 3, 0) 100%
            ),
            linear-gradient(to bottom, #2F0A00, #010103);
}

.om-color-white {
    color: #fff!important;
}

.om-background-footer {
    background: #010103;
}

.om-underline-orange {
    text-decoration: underline;
    text-decoration-color: #E56F32;
}

.om-color-grey a {
    color: #666!important;
}

.uk-form-icon:not(.uk-form-icon-flip)~.uk-select {
    padding-left: 40px!important;
}




