.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

html {
    content: "";
}
style {
    display: none !important;
}
@media (prefers-color-scheme: light) {
    html {
        content: "light";
    }
}
@media (prefers-color-scheme: dark) {
    html {
        content: "dark";
    }
}
.tm-page-container .tm-page {
    background: rgba(253,254,255,.4);
    /*backdrop-filter: blur(10px);*/

}
.uk-bar-sticky {
    background: rgba(255,255,255,.8);
}
.uk-bar ul.uk-menu-fluent span.uk-icon {
    min-width: 24px;
    text-align: center;
}
.uk-modal-dialog {
    overflow: hidden;
}
.uk-bar ul.uk-menu-fluent {
    list-style: none;
    margin: 0;
    padding: 0;
}
.uk-bar-header .uk-nav>li>a {
    display: block;
}
.uk-bar ul.uk-menu-fluent>li>a {
    padding: 6px 15px;
    /* background: rgba(253,254,255,.55);*/
    transition: .15s ease-in-out;
    transition-property: color,background-color,background-position,border-color,box-shadow;
    display: block;
    color: #222;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 4px;
    line-height: 1.4;
}
.uk-bar ul.uk-menu-fluent>li>a:hover {
    background: rgba(255,255,255,0.95);
    border-left-color: #f36907;

}
.uk-bar ul.uk-menu-fluent li.uk-active a {
    background: rgba(255,255,255,0.95);
    border-left-color: #f36907;
}
.uk-bar a.calclink {
    background: rgba(255,255,255,0.95) !important;
    color: #fff;
}
.uk-bar a.calclink:hover {
    background: rgb(255, 153, 102 ) !important;
    color: #fff;
}
@media (min-width: 1200px){
    .tm-page-container .tm-page {
        /*max-width: calc(100% - 40px);*/
        max-width: 100%;
        /*box-shadow: 5px 5px 20px 0px #73593dd4;*/
        /*border-radius: 6px;*/
        overflow: hidden;
        /*margin-top: 20px;*/
        margin-top: 0;
        /*margin-bottom: 20px;*/
        margin-bottom: 0;
    }
}
@media (min-width: 640px){
    .tm-page-container .tm-page {

    }
}
@media (max-width: 640px){
    .eb-social-box .eb-dialog {
        padding-bottom: 25px !important;
        padding-left: 40px !important;
    }
    .fwdrap-volume-block-holder {
        display: none;
    }
}
@media (max-width: 640px){
    .cs_module_compare .nav-scroller .item-label {
        font-size: 10px;
        line-height: 10px;
        min-height: 20px;
        margin-top: 4px;
    }

    .cs_module_compare .nav-scroller .item-total {
        font-size: 14px;
    }
    .profile_link_header {
        font-size: 13px;
        line-height: 17px;
    }
}
@media (max-width: 960px){
    .tm-page-container .tm-page:last-child {

        padding-bottom: 60px;

    }
    .eb-social-box .eb-dialog {
        /*bottom: 60px;*/
        padding-bottom: 85px !important;
    }
    .uk-text-muted .uk-nav-default>li>a {
        color: #96a0b0!important;
        line-height: 1.2;
        font-size: 14px;
    }
    #chatra.chatra--mobile-widget {
        left: 40px !important;
    }
    .uk-slidertext-container {
        padding: 0 15px;
    }
    ul#footer_menu li {
        display: inline-block;
        margin-right: 5px;
    }

    ul#footer_menu >li>a {
        font-size: 12px;
        line-height: 12px;
    }
}

.theme-switcher,
.theme-switcher2 {
    margin-left: 10px;
}
.theme-switcher2 {
    margin-right: 10px;
    /* width: 50px; */
}
.theme-switcher__input,
.theme-switcher__input2{
    box-sizing: border-box;
    padding: 0;
    position: fixed;
    left: -100px;
    line-height: normal;
    margin: 0;
    outline: none;
}
.theme-switcher__switcher,
.theme-switcher__switcher2 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 50px;
    height: 30px;
    background-color: #83d8ff;
    border-radius: 18px;
    -webkit-transition: background-image .2s cubic-bezier(.445,.05,.55,.95);
    transition: background-image .2s cubic-bezier(.445,.05,.55,.95);
    background-image: url(/images/dark/day.svg);
}
.theme-switcher__input:checked+.theme-switcher__switcher,
.theme-switcher__input2:checked+.theme-switcher__switcher2 {
    background-image: url(/images/dark/night.svg);
}
.theme-switcher__toggle-handler,
.theme-switcher__toggle-handler2 {
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 4px;
    left: 4px;
    border-radius: 50px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .4s cubic-bezier(.68,-.55,.265,1.55);
    transition: all .4s cubic-bezier(.68,-.55,.265,1.55);
    background-color: #ff8742;
    background-image: url(/images/dark/sun.svg);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.25), inset 0 0 10px 0 hsla(0,0%,100%,.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.25), inset 0 0 10px 0 hsla(0,0%,100%,.5);
    width: 22px;
    height: 22px;
}
.theme-switcher__input:checked+.theme-switcher__switcher .theme-switcher__toggle-handler,
.theme-switcher__input2:checked+.theme-switcher__switcher2 .theme-switcher__toggle-handler2 {
    background-color: #eff9ff;
    background-image: url(/images/dark/moon.svg);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.25), inset 0 -3px 6px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.25), inset 0 -3px 6px 0 rgba(0,0,0,.15);
    -webkit-transform: translate3d(20px,0,0) rotate(0);
    transform: translate3d(20px,0,0) rotate(0);
}
.uk-bar .theme-switcher2 {
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
}
.uk-bar .theme-switcher__switcher2 {
    width: 40px;
    height: 24px;
    border-radius: 18px;
}
.uk-bar .theme-switcher__toggle-handler2 {
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background-size: cover;
}
.uk-bar .theme-switcher__input2:checked+.theme-switcher__switcher2 .theme-switcher__toggle-handler2 {
    -webkit-transform: translate3d(16px,0,0) rotate(0);
    transform: translate3d(16px,0,0) rotate(0);
}
body.uk-light.uk-dark {}

.uk-light .tm-page {
    background: #000000a6;
}

.uk-light .uk-bar ul.uk-menu-fluent li.uk-active a {
    background: #0000001f;
}
.uk-light .uk-bar ul.uk-menu-fluent>li>a:hover{
    background: #0000001f;
}
.uk-light .uk-bar ul.uk-menu-fluent>li>a{
    color:#ddd
}
.uk-bar-height-content{
    background:rgba(255,255,255,.95);
}
.uk-light .uk-bar-height-content{
    background:#ffffff00;
}
.uk-bar-height-left .uk-nav-default>li>a:hover{
    color: #fff;
}

.uk-light .uk-section-default {
    background: #0000003b;
}

.uk-light .uk-section-muted {
    background: rgba(0,0,0,.55);
}
.uk-light .uk-card-default {
    background: #ffffff21;
    color: #ddd;
    box-shadow: 0 2px 8px #00000014;
}
.uk-light .uk-card-default.uk-card-hover:hover {
    background-color: #b9b9b940;
    box-shadow: 0 5px 15px #6b6b6b14;
}
.uk-light .uk-card-default .uk-card-title {
    color: #ddd;
}

.uk-light .uk-card-badge.uk-badge-alert {
    background-color: #e25850;
    color: #fff;
}
.uk-light .uk-button-center-open {
    color: #fff;
}
.uk-light .uk-card-footer.rave-card-button .uk-button-default:hover {
    background-color: #6969696b;
    color: #fff;
    border-color: #ffffff26;
}
.uk-light .uk-label {
    background: #223046;

    color: #fff;
}
.uk-light .uk-label-double {color:#ddd;
    background: linear-gradient(45deg, rgba(226,88,80,1) 49%, #223046 51%);}

.uk-light .uk-label-gray {
    background: #7d7d7d;
}
.uk-light .uk-label-ok {
    background: #1c6498;
}

.uk-light .uk-label-warning {
    background-color: #fa7d47;
    color: #fff;
}

.uk-light .uk-label-success {
    background-color: #88cf76;
    color: #fff;
}
.uk-light .uk-card-border-gate {
    background: #38522ea3;
}

.uk-light text.legend {
    fill: #ddd;
}

.uk-light .uk-modal-dialog {
    background: #151515f7;
}
.tm-page .rvfil123 {
    fill: #222222;
}
.uk-light .rvfil123 {
    fill: #ddd;
}
.tm-page .rvfil9 { fill: #222222;}
.tm-page .svg_bg,
.uk-light .svg_bg
{ fill: transparent !important;}
.uk-light .rvfil9 { fill: #ddd;}


.uk-light .uk-offcanvas-bar {
    background: #191919f2;
}
.uk-light .uk-label.uk-label-opred {
    background: #cc3830;
}
.uk-light .uk-label.uk-label-neopred {
    background: #1a94ed;
}
.uk-light .uk-label-danger {
    background-color: #e25850;
    color: #fff;
}

.uk-light .uk-button-default {
    background-color: #71717138;
    color: #ddd;
    border-color: transparent;
}
.uk-light .uk-dropdown {background: #272727f2;color: #fff;}
.uk-light .uk-dropdown-nav>li>a {
    color: #ddd;

}
.uk-light .uk-dropdown-nav .uk-nav-header {
    color: #ddd;

}

.uk-light .uk-navbar-container:not(.uk-navbar-transparent) {
    background: #2d2d2de6;
}
.uk-light .circle_bg {
    fill-opacity: 1;
    stroke: #404040;
    fill: url(#radial13302);
}
.uk-light .canal_neop_gate {
    fill: #404040;
    stroke: #404040;
}
.uk-light .canal_gate_num_neop {fill: #aaa;}
.uk-light .canal_fill_in {
    fill: #404040;
}
.uk-light .canal_gate_num {
    font-weight: 600;
    font-size: 70.83px;
    font-family: 'Exo 2';
    fill: white;
}

.uk-light .tm-page-container>div.uk-background-norepeat {
    background-image: url(/images/bg/bg2.svg) !important;

}
.uk-light .tm-page-container>div.uk-position-cover {
    background-color: #00000080 !important;
}

.uk-light .uk-button-default:hover {
    background-color: #6969696b;
    color: #fff;
    border-color: #ffffff26;
}

.uk-light .btn-primary {
    background-color: transparent;
    color: #fff;
    border-color: #ff9d3b;
}

.uk-light .btn:hover {
    background-color: #6969696b;
    color: #fff;
    border-color: #ffffff26;
}

.uk-light .uk-subnav-pill>*>:first-child {
    padding: 2px 10px;
    background: rgba(255,255,255,.3);
    color: #ddd;
    border-radius: 3px;
}
.uk-logo-bar {
    /*background: rgba(253,254,255,.55);*/
}
.uk-light .uk-logo-bar {background:#00000000}
a.uk-planen-gexagram-title {
    color: #222;
}
.uk-light a.uk-planen-gexagram-title {
    color: #ddd;
}
.uk-card-price {border: 1px solid #fff;
}
.uk-card-price a {
    color:#222
}
.uk-card.uk-badges-price {
    border: 2px solid #ee5154;

}
.uk-card.uk-badges-price a {
    color:#ee5154;
}
.uk-price-plan-wrapper {
    border: 2px solid #fff;
    border-radius: 4px;
    background: #9e9e9e59;
    overflow: hidden;
    margin-top: 23px;
}
.uk-price-plan-wrapper.uk-highlight {
    border: 2px solid #ee5154;
    margin-top:0px;
    background: #fff;
}
.uk-card-price.uk-card-default.uk-card-hover:hover {
    background-color: #ffffffc9;
    box-shadow: 0 5px 15px #00000014;
}
.uk-light .uk-card-price.uk-card-default.uk-card-hover:hover {
    background-color: #ffffff30;
    box-shadow: 0 5px 15px #00000014;
}
.uk-light .uk-card-price {
    border: 2px solid #50505094;
}
.uk-light .uk-card.uk-badges-price {
    border: 2px solid #ee5154;

}
a.uk-price-plan-wrapper-child {
    margin: 0;
    padding: 20px;
}
.uk-price-plan-wrapper.uk-highlight a.uk-price-plan-wrapper-child {
    color: #fff;
    margin: 0;
    /* border-radius: 12px; */
    padding: 15px 6px;
    background-image: -webkit-linear-gradient(left,#ee5154,#fb7100);
    background-image: linear-gradient(
            90deg
            ,#ee5154,#fb7100);
}
.uk-price-plan-wrapper.uk-highlight a.uk-price-plan-wrapper-child:hover{
    background-image: -webkit-linear-gradient(left,#ff3c00,#fb8600);
    background-image: linear-gradient(
            90deg
            ,#ff3c00,#fb8600);
}
.uk-price-plan-wrapper.uk-highlight .uk-price-plan-wrapper-child {
    color:#ee5154;
    position: relative;
    /*     padding-left: 44px;
        display: inline-block; */
}
.uk-price-plan-wrapper.uk-highlight .uk-price-plan-wrapper-child.uk-text-small:before {
    /*         content: "";
            display: block;
            position: absolute;
            left: 0;
            z-index: 99;
            top: -21px;
            width: 41px;
            height: 59px;
            background-image: url(/images/fire.png);
            background-repeat: no-repeat;
            background-size: contain;
            -webkit-filter: drop-shadow(0 2px 10px rgba(48,19,19,.17));
            filter: drop-shadow(0 2px 10px rgba(48,19,19,.17)); */
}
span.uk-price-amount-before {
    text-decoration: line-through;
    /*opacity: 0.5;*/
    /*display: none;*/
}
.uk-price-plan-wrapper span.uk-price-amount,
.uk-price-plan-wrapper span.uk-price-currency {
    font-size: 20px;
}

.uk-price-plan-wrapper .uk-price-wrap-curr {
    font-size: 133%;
}

.uk-card-price .uk-button-price-little {font-size: 18px;}

.uk-card-price span.uk-price-text-year {
    font-weight: 300;
}
.uk-navbar-toolbar {
    border-radius: 4px;
}
.uk-light .uk-bar-sticky {
    background: rgba(0,0,0,.15);
}
ul.uk-menu-fluent  li.uk-parent .uk-parrent-child {
    padding: 2px 5px 2px 54px;
    font-size: 14px;
    line-height: 1.4;
}

ul.uk-menu-fluent li.uk-parent .uk-parrent-child a {font-weight: 300;}
.uk-bar-header ul.uk-flex-inline.uk-grid {
    display: contents;
}

.uk-bar-header ul a.uk-icon-button {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0px;
}

.uk-bar-header .uk-navbar-item {
    padding: 0;
}
.uk-bar-header ul.uk-flex-inline.uk-grid>li{
    padding-left: 0;
    font-size: 12px;
}
.uk-bar-header-social>div>div {
    width: 100%;
}

.uk-calc-form select#data_day,
.uk-calc-form select.data_day,
.uk-calc-form select#data_day_95,
.uk-calc-form select#data_day_174,
.uk-calc-form select#data_day2,
.uk-calc-form select#data_day_r,
.uk-calc-form select.data_day_r,
.uk-calc-form select#data_day_r2,
.uk-calc-form select#data_timer_hour,
.uk-calc-form select.data_timer_hour,
.uk-calc-form select#data_timer_hour_95,
.uk-calc-form select#data_timer_hour_174,
.uk-calc-form select#data_timer_hour2 {
    border-right: none;
    border-radius: 6px 0 0 6px;
}

.uk-calc-form select#data_mon,
.uk-calc-form select.data_mon,
.uk-calc-form select#data_mon_95,
.uk-calc-form select#data_mon_174,
.uk-calc-form select#data_mon2,
.uk-calc-form select#data_mon_r,
.uk-calc-form select.data_mon_r,
.uk-calc-form select#data_mon_r2 {
    border-radius: 0;
    border-right: none;
}

.uk-calc-form select#data_year,
.uk-calc-form select.data_year,
.uk-calc-form select#data_year_95,
.uk-calc-form select#data_year_174,
.uk-calc-form select#data_year2,
.uk-calc-form select#data_year_r,
.uk-calc-form select.data_year_r,
.uk-calc-form select#data_year_r2,
.uk-calc-form select#data_timer_min,
.uk-calc-form select.data_timer_min,
.uk-calc-form select#data_timer_min_95,
.uk-calc-form select#data_timer_min_174,
.uk-calc-form select#data_timer_min2 {
    border-radius: 0 6px 6px 0;
}

.ui-widget-content.ui-autocomplete {
    border-radius: 6px !important;
    border-width: 2px !important;
    background: #fffffff0 !important;
    overflow: hidden;
}

.ui-widget-content.ui-autocomplete .ui-state-active {
    border: none !important;
    background: #fa7d47 !important;
}
.uk-card-report .uk-card {

    overflow: hidden;
}
.uk-card-overlay {
    position: absolute;
    background: #fffffff8;
    width: 100%;
    height: 100%;
    z-index: 997;
    /*backdrop-filter: blur(5px);*/
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    top: 0;
    left: 0;
}
.uk-card-center-rave .uk-card-overlay .uk-card-overlay-title {
    display: none;
}
.uk-sider-coord-type a#btn-params_coordinate_active1{
    border-radius: 0 0 3px 3px;

}

.uk-sider-coord-type a#btn-params_coordinate_active0 {
    border-radius: 3px 3px 0 0;
}
.uk-sider-coord-type a#btn-params_coordinate_active1.inactive {
    border-top: none;

}

.uk-sider-coord-type a#btn-params_coordinate_active0.inactive {
    border-bottom: none;
}
.uk-button-bar-login {
    line-height: 24px;
}

.slogin_modal_avatar {
    height: 35px;
    width: 36px;
    background-size: cover;
    background-position: center center;
    border: 1px solid rgba(17, 17, 17, .8);
    border-radius: 20px;
}
.slogin_modal_avatar {
    outline: none;
}
.slogin-default a {
    width: auto;
    border-radius: 4px;
    overflow: hidden;
}
.jlslogin .slogin-compact a  {
    overflow: hidden;
    border-radius: 5px;
}
.uk-light span.ya-share2__icon.ya-share2__icon_more {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6 2.9a2.7 2.7 0 01-4.554 1.963L5.303 7.28a2.702 2.702 0 010 1.44l4.743 2.417a2.7 2.7 0 11-.834 1.708l-5.05-2.575a2.7 2.7 0 110-4.54l5.05-2.575A2.7 2.7 0 1114.6 2.9z' fill='%23ddd'/%3E%3C/svg%3E") !important;
}
.jlslogin .slogin-compact a {
    display: inline-block !important;
    float: none !important;;
}
.uk-modal-dialog-login {
    width: 400px;
}
.uk-card-footer.rave-card-button .uk-button-group>.uk-button:first-child {
    border-left: none;
}
.uk-card-footer.rave-card-button .uk-button-group>.uk-button:last-child {
    border-right: none;
}
.uk-card-footer.rave-card-button .uk-button-group>.uk-button {
    border-bottom: none;
    border-radius: 0;
    /* background: #ffffff4d; */
    border-width: 1px;
}
.uk-card-footer.rave-card-button .uk-button-group>.uk-button:nth-child(n+2){
    margin-left: -1px;
}
li.calc_link_bar_last {
    margin-bottom: 15px;

}
#pp .pp-plan-upgrade-info--action {
    background-image: linear-gradient(90deg,#ff9966 0,#e176ff);
}
#pp .btn-pp-primary-o, #pp .btn-pp-primary-o.active, #pp .btn-pp-primary-o:active, #pp .btn-pp-primary-o:focus, #pp .btn-pp-primary-o:hover, .open>#pp .btn-pp-primary-o.dropdown-toggle_ {
    color: #ff9966 !important;
}
.uk-price-plan-wrapper span.uk-price-amount {
    font-size: 26px;
}
.uk-bar-sticky .uk-card {
    background: rgb(253 254 255 / 70%);
}

.uk-bar-sticky .uk-card:hover {
    background-color: #fdfeff73;
}

.uk-light .uk-bar-sticky .uk-card {background: #a0a0a00f;}

.uk-light .uk-bar-sticky .uk-card:hover {
    background-color: #c3c3c317;
}
.apexcharts-tooltip {
    background: #fff;
    color: #222;
}
.uk-light circle.gridCircle {
    fill: rgb(101 101 101) !important;
    stroke: rgb(12 12 12) !important;
}
.uk-offcanvas-bar ul.uk-nav li a .uk-icon {
    min-width: 24px;
    text-align: center;
}
.uk-navbar-bottom-rave {
    min-height: 60px;
    height: 60px;
}

.uk-navbar-bottom-rave .uk-navbar-toggle {
    min-height: auto;
    font-weight: 300;
    text-transform: none;
    padding: 0;
    font-size: inherit;
}
.uk-navbar-bottom-rave > div > a,
.uk-navbar-bottom-rave > div > div{
    color:#222;
}
.uk-light .uk-navbar-bottom-rave > div > a,
.uk-light .uk-navbar-bottom-rave > div > div{
    color:#fff;
}
.uk-mobile-center-block {
    position: relative;
    top: -17px;
    background: rgb(255 255 255 / 100%);
    width: fit-content;
    margin: 0 auto;
    padding: 5px;
    /* border: 1px solid #ffba79; */
}

.uk-mobile-center-block .uk-navbar-item {
    padding: 2px !important;
    display: block;
    width: 50px;
    height: 50px !important;
    min-height: 50px;
    margin: 0 auto !important;
    border: 1.5px solid #ffba79;
}
.uk-icon-plus-mobile .uk-icon {
    position: absolute;
    top: 14px;
    left: 16px;
    color: #e46900;
}

.uk-icon-plus-mobile a.uk-navbar-item.uk-logo {
    opacity: 25%;
}
.uk-navbar-bottom-rave .slogin_modal_avatar {
    height: 28px;
    width: 28px;
    border: 0px solid rgba(17, 17, 17, .8);

}
.uk-mobile-center-block::before,
.uk-mobile-center-block::after {
    content: '';
    position: absolute;
    border: 2px solid #ffba79;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 5.0s linear infinite;
    opacity: 0;
}
.uk-mobile-center-block::after{
    animation-delay: 2.5s;
}



@keyframes pulse {
    0% {
        transform: scale(0.5);
        border-width: 2px;
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: scale(0.88);
        border-width: 1px;
        opacity: 0;
    }
}
.uk-navbar-container-top-rave {}

.uk-navbar-container-top-rave .uk-nav-rave-link {
    color: #222;
    margin-left:4px;
}
.uk-navbar-container-top-rave {
    height: 40px;
}

.uk-navbar-container-top-rave .ya-share2 {
    margin-right: 4px;
}
.uk-navbar-container-top-rave .uk-fav-active {
    /*background-color: rgba(255,157,59,.2);*/
    color: rgb(255,157,59);
}
div#nav-rave-menu-bottom {
    border-radius: 6px 6px 0 0;
}
div#nav-rave-menu-bottom .center-text-menu {
    position: absolute;
    bottom: 3px;
    width: 100%;
    transform: scale(0.8);
}
div#nav-rave-menu-bottom .uk-text-small {
    transform: scale(0.8);
}
.uk-text-line-one{
    line-height: 1;
}
div#jb_template {}

div#jb_template form# {}

div#jb_template form label.control-label {
    font-size: 16px;
    color: #223046;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: -.02em;
}

div#jb_template form .uk-form-controls input.form-control {
     height: 45px;
    vertical-align: middle;
    display: inline-block;
    border: 2px solid rgba(0,0,0,.07);
}
div#jb_template form textarea#jform_testimonial {
    width: 100% !important;
}
div#jb_template form .uk-form-controls input#jform_avatar_file {
    border: none !important;
}

div#jb_template form .uk-form-controls small.form-text {
    display: block;
}
ul.uk-menu-fluent {}

ul.uk-menu-fluent li.uk-parent {}

ul.uk-menu-fluent li.uk-parent .uk-parrent-child {
    padding-left: 0;
}

ul.uk-menu-fluent li.uk-parent .uk-parrent-child .uk-navbar-dropdown-grid {}

ul.uk-menu-fluent li.uk-parent .uk-parrent-child .uk-navbar-dropdown-grid>div {

}

ul.uk-menu-fluent li.uk-parent .uk-parrent-child .uk-navbar-dropdown-grid>div ul.uk-nav {}

ul.uk-menu-fluent li.uk-parent .uk-parrent-child .uk-navbar-dropdown-grid>div ul.uk-nav li.uk-active {}

ul.uk-menu-fluent li.uk-parent .uk-parrent-child .uk-navbar-dropdown-grid>div ul.uk-nav li.uk-active a {
    padding-left: 30px;
}
ul.uk-menu-fluent li.uk-parent .uk-parrent-child .uk-navbar-dropdown-grid>div ul.uk-nav li a {
    padding-left: 34px;
}
@media print {
    .noselect {
        display: none;
    }
}
.uk-light #pp .pp-dialog-header,

.uk-light #pp .pp-dialog-container,

.uk-light #pp .pp-dialog-footer {
    background: rgb(0 0 0 / 88%);
    border-color: #545454;
}
.uk-light #pp .pp-dialog-footer-content .btn,
.uk-light #pp .pp-dialog-footer-content .btn:active,
.uk-light #pp .pp-dialog-footer-content .btn:focus,
.uk-light #pp .pp-dialog-footer-content .btn:hover {
    background-color: #b5b5b5c7!important;
    background-image: none!important;
}
.uk-card-badge {
    height: auto !important;
}
.uk-light .uk-card-overlay {
    background: #777777fa;
}
.uk-light ul.uk-menu-fluent li.uk-parent .uk-parrent-child .uk-navbar-dropdown-grid>div ul.uk-nav li a {
    color: #ddd;
}

.uk-light .uk-card-primary {
    color: #ddd;
}

.uk-light .uk-card-primary .uk-card-title {  color: #ddd;}

.uk-light .uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
    background: rgba(253, 254, 255, 0.1);
}
.uk-light .uk-comp-p-1 {
    color: #2091fb;
}

.uk-light .uk-label-people-1 {
    background-color: #05529a;
}
.uk-light .uk-label-people-0 {
    background-color: #3dc707;
}
.uk-light .uk-comp-p-0 {
    color:#3dc707;
}
.uk-position-top-right .uk-fav-active {
    color: rgb(255,157,59);
}
.switcher-map-start li svg {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}
#chatra.chatra--mobile-widget.chatra--expanded.chatra--side-left:not(.chatra--transparent) {
    left: 0 !important;
}
.uk-card-report .uk-card-body.uk-position-relative .uk-card-overlay {
    width: 100%;
    /* height: 100%; */
    min-height: 150px;
}

.uk-card-report .uk-card-body.uk-position-relative {
    height: 100%;
    min-height: 150px;
}

div#site_settings div#module-96 {
    margin-bottom: 60px;
}
div#system-message-container {
    height: 0px !important;
}
.header_acymail_abouthd .acym_module_form table.acym_form {
    text-align: center;
    margin: 0 auto;
}
.uk-light .rsfp_thankyou_popup_inner {
    background: #8e8e8e40;
}
span.uk-price-amount-before {
    opacity: 0.8;
    font-size:120%;
    color:#ff0005;
}

.uk-price-wrap-curr span.uk-price-amount-before {
    opacity: 0.8;
    font-size:140%;
    color:#222222;
}

.uk-card.uk-badges-price span.uk-price-amount-before {
    opacity: 1;
    color:#ff0005;
}
.uk-price-plan-wrapper.uk-highlight .uk-price-wrap-curr span.uk-price-amount-before {
    opacity: 0.8;
    color:#ffffff;
}
@media (max-width: 640px){
    .timeliteformbtn,
    button#btn-params_timesel_active0,
    button#btn-params_timesel_active1 {
        line-height: 1;
        padding: 5px 10px;
    }
}
@media (min-width: 640px){
    .timeliteformbtn,
    button#btn-params_timesel_active0,
    button#btn-params_timesel_active1 {
        line-height: 1;
        padding: 5px 20px;
    }
    .timeliteformnologin button#btn-params_timesel_active0,
    .timeliteformnologin button#btn-params_timesel_active1
    {
        line-height: 1;
        padding: 12px 20px;
    }
}
.chart-start{
    margin-bottom: -10px;
    margin-top: -10px;
    margin: -10px;
}
.uk-light .uk-bar a.calclink {
    background: rgb(0 0 0 / 33%) !important;
    color: #ff9d3b !important;
}
.uk-light .uk-alert-primary {
    background: rgb(253 254 255 / 10%) !important;
}
.uk-offcanvas-bar .theme-switcher {
    margin-bottom: 100px;
}
.uk-navbar-container-top-rave a.uk-navbar-toggle {
    padding: 0 10px;
    min-height: 40px;
}
ul#footer_menu {}

ul#footer_menu li {
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
}
ul#footer_menu li a {
    font-size: 14px;
}
.form_button_pdf {
    color: #9c9c9c;
    font-size: 12px;
}
@media (min-width: 500px) {
    .form_button_pdf {
        position: absolute;
        right: 10px;
        top: 0px;
    }

    button#save_form_ajax,
    button.save_form_ajax {
        position: relative;
    }
}

.uk-stor-D {
    color: #f33307;
}

.uk-stor-D h3 ,
.uk-stor-D .uk-card-default ,
.uk-stor-D .uk-card-default .uk-card-title {color: #f33307;}
.uk-vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;

}
.uk-grid-table-ihd {
}


.uk-grid-table-ihd .uk-card {}

.uk-grid-table-ihd .uk-card .uk-card-header {}

.uk-grid-table-ihd .uk-card .uk-card-body {}
.uk-grid-table-ihd .uk-card .uk-card-header,
.uk-grid-table-ihd .uk-card .uk-card-body {
    padding: 3px 3px;
}
.uk-grid-table-ihd-planet .uk-card {
    margin: 1px;
}
.uk-grid-table-ihd-planet .uk-card .uk-text-small {
    line-height: 1.3;
    word-wrap: break-word;
}
.uk-text-micro {
    font-size: 11px;
    line-height: 1.2;
}
.uk-text-small-kv {
    font-size: 10px;
}
.uk-vertical-text {
    letter-spacing: -5px;
}
.uk-card-rezonans {
    border-color: #46a546;
    background-color: #46a54624 !important;
}
.uk-card-rezonans-node {
    border-color: #00a7ff;
    background-color: #00a7ff3b !important;
}
.uk-grid-table-ihd a.modal-trigger-rave {
    color: inherit;
}
.uk-color-rezonanz {
    background-color: #46a54624 !important;
    border-color: #46a546;
}
.uk-color-rezonanz-node {
    background-color: #00a7ff3b !important;
    border-color: #00a7ff;
}
.uk-color-rezonanz,
.uk-color-rezonanz-node {
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    margin: 0 auto;
    flex: unset !important;
    width: auto !important;
    padding: 0 7px;
}

.uk-label-price-lite {
    background: #bababa  !important;
    color: #222 !important;
}

.uk-label-price-mega {
    background: linear-gradient(90deg, rgb(209, 188, 136) 0%, rgb(186, 142, 79) 101.22%) !important;
    color: #222 !important;
}

.uk-label-price-pro {
    background-image: -webkit-linear-gradient(left, #ff3c00, #fb8600) !important;
    background-image: linear-gradient(90deg, #ff3c00, #fb8600) !important;
    color: #222 !important;
}
.uk-label-price-lite:hover,
.uk-label-price-pro:hover,
.uk-label-price-mega:hover{
    color: #fff !important;
}
.uk-light .uk-card-price-pro {
    border: 2px solid #ee5154 !important;
}

.uk-light .uk-card-price-mega {
    border: 2px solid rgb(186, 142, 79) !important;
    background-color: rgb(186 142 79 / 45%) !important;
}

.uk-light .uk-card-price-pro .uk-prop-active {
    color: #f56723 !important;
}

.uk-light .uk-card-price-mega .uk-prop-active {
    color: #cb923e !important;
}

.uk-light .uk-card-price-lite .uk-prop-active {
    color: #fff;
}
.uk-nav-menu-second .uk-label {
    line-height: 10px !important;
    padding: 4px 5px !important;
    margin: 5px 3px !important;
}



.uk-nav-menu-second .uk-nav-parent-icon {
    margin-left: inherit !important;
}