html,body {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
        background: url(/assets/images/bubbles-faq.png?v=3) top center repeat ;
}

.input_green {
    border-color:#008000;
}


h1,h2,h3,h4,h5 {
    font-family: 'Roboto', sans-serif;
}

@keyframes hide {
    0% {
        display: block;
        opacity: 1;
    }
    99% {
        display: block;
    }
    100% {
        display: none;
        opacity: 0;
    }
}

.hideslowly {
 transition: all .3s linear;
  opacity: 1;
  transform: translateY(0px);

}

.display-zero {
 opacity: 0;
 transform: translateY(30px);
}

.display-none {
   display: none!important;
}

.freetrial_img_skoda {
 text-align: center;
 margin: auto;
}

.freetrial_img_skoda img {
    max-width: 500px;
    margin: auto;
}
@media only screen and (max-width: 900px) {
    .freetrial_img_skoda img {
        max-width: 300px;
    }
}



.trial_cancel {
    background-color: #ffb2b2;
    border:2px solid #DC143C;
    font-size: 14px;
    padding: 5px;
}
span.admin_logged {
    display: block;
    z-index: 9999991;
    background-color: #fff;
    color: #DC143C;
    font-size: 14px;
    padding: 2px 10px;
    position:  fixed;
    width: 330px;
    height: 13px;
    line-height: 13px;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#as_loadingDiv {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.8);
    z-index:9999;
    display:none;
    vertical-align: middle;
    text-align: center;
}

#as_loadingDiv img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#loadingDiv {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.8);
    z-index: 999999;


    display:block;
    vertical-align: middle;
    text-align: center;
}

#loadingDiv img {
    position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;

}

#buy_loader {
    background: url('/assets/images/buy-loader.gif') center no-repeat;
    text-align: center;
    clear: both;
    height: 25px;
    display: none;
}
#register_loader {
    background: url('/assets/images/buy-loader.gif') center no-repeat;
    text-align: center;
    clear: both;
    height: 25px;
    display: none;
}
#forgot_loader {
    background: url('/assets/images/buy-loader.gif') center no-repeat;
    text-align: center;
    clear: both;
    height: 25px;
    display: none;
}

.myloader {
    background: url('/assets/images/buy-loader.gif') center no-repeat;
    text-align: center;
    clear: both;
    height: 25px;
    width: 25px;
    display: block;
}
#code_loader {
    background: url('/assets/images/buy-loader.gif') center no-repeat;
    text-align: center;
    clear: both;
    height: 25px;
    display: none;
}

.myloaderHidden {
    background: url('/assets/images/buy-loader.gif') center no-repeat;
    text-align: center;
    clear: both;
    height: 25px;
    width: 25px;
    display: none;
}

.kontakt-ajax-output.err {
 margin-top: 10px;
 color: #DC143C;
}

.kontakt-ajax-output.ok {
 margin-top: 10px;
 font-weight: 700;
 color: #008000;
}


#top_added {
    position: fixed;
    top: 0px;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 40px;
    line-height:40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: none;
    z-index: 99999999;
}




header {
    margin-bottom: 0px;
    background-color: #f3f3f3;
    background: url(/assets/images/bubbles-faq.png?v=3) top center repeat ;

}

.navbar {

}

#navbarmain {

}

ul.navbar-nav {

}

ul.navbar-nav li.nav-item {
 color:#2e2e2d;
 font-weight: 400;
 font-size: 15px;
}


ul.navbar-nav li.nav-item.active {
 background-color:#FBE50A;
 font-weight: 400;
 font-size: 15px;
}


ul.navbar-nav li.nav-item a.nav-link {
 color:#2e2e2d;
 font-weight: 500;
 font-size: 15px;
 padding-left: 5px;
}

ul.navbar-nav li.nav-item a.nav-link:hover {
 color:#000;
 text-decoration: underline
}

ul.dropdown-menu {

}

a.navbar-brand {

}

a.navbar-brand img {
 max-width: 260px;
}

a.footer_logo {

}

a.footer_logo img {
    max-width: 260px;
}

.header_right {
 position: relative;

 display: flex;
 flex-direction: row;
 justify-content: flex-end;
 gap:10px;
 padding: 5px 2px;
 align-items: center;
}

a.link_phone {
 color:#000;
 font-weight: 500;
 font-size: 16px;
 text-decoration: none;
 line-height: 20px;
height: 18px;

}
a.link_phone i {
 color: #FBE50A;
}
a.link_phone:hover {
 color:#FBE50A;
 font-weight: 500;
 text-decoration:  underline;

}

a.link_email {
 color:#000;
 font-weight: 500;
 font-size: 16px;
 text-decoration: none;
 line-height: 20px;
height: 18px;

}
a.link_email i {
color: #E7D404;
}
a.link_email:hover {
 color:#FBE50A;
 font-weight: 500;
 text-decoration:  underline;
}

a.link_email span {
 display: inline-block;
}

a.link_lang {
 width: 18px;
 margin: 0px 10px;
}

a.link_lang img {
 width:100%;
}

a.link_account {
 color:#000;
 font-weight: 500;
 font-size: 15px;
 text-decoration: none;
 height: 24px;
 line-height: 24px;
}

a.link_account_active {

}
a.link_account_active i {
 color: #E7D404;
}


a.link_logout {
 color: #000;
}

a.link_logout span {
    display: none;
}


a.link_cart {
 color:#000;
 font-weight: 500;
 font-size: 15px;
 text-decoration: none;
 margin-top: 3px;
}

a.link_account i,a.link_cart i {
 font-size: 1.40em;
 vertical-align: middle!important;
}

a.link_account:hover,a.link_cart:hover {
 color: #E7D404
}


li.nav-item-lang {
    list-style: none;
}
li.nav-item-lang a.nav-link {
 height: 24px;
 line-height: 24px;
}

li.nav-item-lang .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0px;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}


li.nav-item-lang a.nav-link img,li.nav-item-lang a.dropdown-item img {
 height: 20px;
}



li.nav-item-lang a span,a.link_account span,a.link_cart span {
   display: inline-block;
}



.btn-primary {
 background-color: #fbe50a;
 border: 1px solid #fbe50a;
 color: #000;
 font-weight: 500;
}
.btn-primary:hover {
 background-color: #E7D404;
 border: 1px solid #E7D404;
 color: #000;
 font-weight: 500;
}


.btn-secondary {
 background-color: #121111;
 border: 1px solid #121111;
 color: #fff;
 font-weight: 500;
}



footer {
    position: relative;
        background: url(/assets/images/bubbles-faq.png?v=3) top center repeat ;
        padding-top: 50px;
}

footer p {
    color: #2d2d2c;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

p.ftext1 {
 margin-top: 25px;
 font-weight: 500;
}

p.ftext1 img {
 margin-left: 10px;
}


p.ftext2 {
 margin-top: 15px;
 font-weight: 300;
 font-size: 14px;
}

footer h6 {
    color: #101011;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 10px;
}

a.btn-56 {
    margin-bottom: 15px;
}

a.btn-56 i {
  color: #FBE50A;
 padding-left: 10px;
 padding-right: 10px;
}

.follow {

}

.follow a {
    text-decoration: none;
}

.follow a:hover,.follow a:hover i {
     color: #FBE50A;
}

.footer_locations {
    position: relative;
}

.footer_locations > div {
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.footer_locations a {
    color: #060606;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.footer_locations p {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.footer_locations p b {
 display: block;
 font-size: 17px;
}

.footer_locations p a {
 display: block;
 font-size: 17px;
 font-weight: bold;
 color: #000;
}

.footer_locations p.pright {
 margin-left: 20px;
}

a.link_location_dot {
 background-color: #000000;
 border-radius: 5px;
 text-align: center;
 display: block;
 padding: 3px 7px;
 margin-top: 2px;
}

a.link_location_dot i {
 color: #FBE50A;
}

a.link_location_dot:hover {
 background-color: #696969;
}

.footer_plans {
    position: relative;
}

.footer_plans > div {

}

.footer_plans > div a {
 display: flex;
 margin-top: 5px;
 justify-content: flex-start;
 color: #000;
 text-decoration: none;
}
.footer_plans > div a:hover {
 color: #E7D404;
}

.footer_plans > div a b {
 font-weight: 500px;
 font-size: 19px;
 width:150px;
}

.footer_plans > div a span {
 font-weight: 300px;
 font-size: 19px;
}

.footer_copyright {
    margin-top: 0px;
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #282626;
    margin-bottom: 0px;

}

.footer_copyright a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    color: #282626;
    border-right: 1px solid #696969;
    padding-right: 5px;
}

.footer_copyright a:last-child {
    border-right: none;
}



.footer_copyright a:after {

}


.footer_copyright a:hover {
 color: #000;
 text-decoration: underline;
}


.hero {
/*
 background: url(/assets/images/hero2.png) center no-repeat;
background: linear-gradient(to bottom, #f4f4f4, #fbfbfb);
*/
 min-height: 500px;
 position: relative;

 padding-top: 35px;
}

.hero .img {
 background: url(/assets/images/hero4.png) center no-repeat;
 min-height: 500px;
 position: relative;
 padding-top: 30px;

}

.hero h1 {
 text-align: center;
 font-weight: 900;
 font-size: 46px;
 font-style: italic;
}

p.lead {
    text-align: center;
    margin-top: 8px;
    color: #a1a1a1;
    font-size: 14px;
}

.hero .hero_bottom {
    position: absolute;
    bottom:-30px;
    left: 0px;
    right: 0px;
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.hero .hero_bottom .hero_buttons {
 display: flex;
 gap:15px;
 justify-content: center;
}
.hero .hero_bottom .hero_buttons a.btn {

}


.benefits {
 background: url(/assets/images/bubbles.png) center repeat #f3f3f3;

    padding-top: 70px;
    padding-bottom: 60px;
}

.benefits h2 {
     text-align: center;
     font-style: italic;
     font-size: 36px;
     font-weight: 900;
}

.benefits > div {
    margin: auto;
    max-width: 1000px;

}

.benefits > div .benefit {
 display:flex;
 justify-content: center;
 gap:10px;
 vertical-align: middle;
 align-content: center;
 align-items: center;

}

.benefits > div .benefit .feature-icon {

}

.benefits > div .benefit p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    color: #282626;
 vertical-align: middle;
 margin: 0px;
 margin-left: 10px;
 margin-right: 20px;
 padding: 0px 5px;

}

.memebrship_plans {
 background: url(/assets/images/plans-bg2.png?v=5) top center no-repeat ;

 padding-top: 90px;
 padding-bottom: 30px;
}

.memebrship_plans .mt-4 {
    margin-top: 40px;
}


.memebrship_plans h2 {
 color: #fff;
 font-weight: 900;
 font-size: 56px;
 text-align: center;
 font-style: italic;
}

.memebrship_plans h2 span {
 color: #FBE50A;
}

.memebrship_plans .container > p {
 color: #fff;
 font-weight: 300;
 font-size: 24px;
 text-align: center;
}


.membership_plan {
 background-color: #ffffff;
 padding-bottom: 150px;
 border-radius: 20px;
 padding-top: 30px;
 position: relative;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.membership_plan .plan_header {
 position: relative;
 height: 100px;
}

.membership_plan.plan_1  {
 height: 700px;
}

.membership_plan.plan_3 {
 height: 700px;

}

.membership_plan.plan_1 .plan_header {
 background: url(/assets/images/bronasti.png) center no-repeat;
}
.membership_plan.plan_2 .plan_header {
 background: url(/assets/images/platinasti.png) center no-repeat;
}
.membership_plan.plan_3 .plan_header {
 background: url(/assets/images/diamantni.png) center no-repeat;
}

.membership_plan.plan_1,.membership_plan.plan_3 {
    margin-top: 50px;
}


.membership_plan .plan_header h4 {
 font-weight: 900;
 font-size: 28px;
 text-align: center;
 max-width: 300px;
 margin: auto;
 letter-spacing:2px;
 padding-top: 10px;
 display: none;
}

.membership_plan .plan_header p {
 display: block;
 font-weight: 500;
 font-size: 14px;
 text-align: center;
 max-width: 120px;
 margin: auto;
 background-color: #000;
 color: #fff;
 margin-top: 25px;
 border-radius: 5px;
 position: absolute;
 bottom: 0px;
 left: 0px;
 right: 0px;
}


.membership_plan .plan_attributes {
 position: relative;
 margin-top: 25px;

 display: flex;
 justify-content: center;
 flex-direction: row;
 flex-wrap: wrap;
 gap:10px;

 max-width: 240px;
 margin-left: auto;
 margin-right: auto;;

}

.membership_plan.plan_2 .plan_attributes,.membership_plan.plan_3 .plan_attributes {
    max-width: 300px;
}


.membership_plan .plan_attributes .plan_attribute {
}

.membership_plan.plan_1 .plan_attributes .plan_attribute {
    width: 45%;
}
.membership_plan.plan_2 .plan_attributes .plan_attribute {
    width: 30%;
}
.membership_plan.plan_3 .plan_attributes .plan_attribute {
    width: 30%;
}


.membership_plan .plan_attributes .plan_attribute > div {
 width: 80px;
 text-align: center;
 margin: 3px auto;
 padding: 2px;
}

.membership_plan .plan_attributes .plan_attribute > div img {
 display: block;
 margin: auto;
}

.membership_plan .plan_attributes .plan_attribute > div span {
 display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #2d2d2c;
    line-height: 1;
    margin-top: 5px;
}

.membership_plan .plan_price {
 display: block;
 margin-top: 30px;
 position: absolute;
 bottom: 50px;
 left: 0px;
 right: 0px;
}

.membership_plan .plan_price .price {
 display: block;
    font-weight: 900;
    font-size: 42px;
    color: #000;
    font-style: italic;
    line-height: 1;
}
.membership_plan .plan_price .price i {
    font-weight: 500;
    font-size: 20px;
    color: #000;
}


.membership_plan .plan_price .price_exp {
 display: block;
    font-weight: 400;
    font-size: 13px;
    color: #9e9e9e;
}

.membership_plan .plan_button {
 display: block;
 margin-top: 0px;
 position: absolute;
 bottom: -20px;
 left: 0px;
 right: 0px;
}

.membership_plan .plan_button .btn-signup {
 display: block;
 font-weight: 500;
 font-size: 22px;
 color: #000;
 text-align: center;
 background-color: #fbe50a;
 color: #000;
 border-radius: 5px;
 padding: 5px 15px;
 margin-left: auto;
 margin-right: auto;
 max-width: 176px;
 text-decoration: none;
 border-radius: 10px;

box-shadow: #f9e309 3.2px 3.2px 8px 0px inset, #eacb04 -3.2px -3.2px 8px 0px inset;

}
.membership_plan .plan_button .btn-signup:hover {
 background-color: #E7D404;
 box-shadow: none;
}

.mp_new_bottom {
 position: absolute;
 bottom: -20px;
 left:15px;
 right:15px;
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 gap:10px;
}
.mp_new_bottom .plan_price_new {

}

.mp_new_bottom .mp_new_bottom_left {

}
.mp_new_bottom .mp_new_bottom_right {

}


.membership_plan .plan_price_new .price {
    display: block;
       font-weight: 900;
       font-size: 42px;
       color: #000;
       font-style: italic;
       line-height: 1;
}
.membership_plan .plan_price_new .price i {
    font-weight: 500;
    font-size: 20px;
    color: #000;
}


.membership_plan .plan_price_new .price_exp {
display: block;
    font-weight: 400;
    font-size: 13px;
    color: #9e9e9e;
}
.membership_plan .plan_price_new .btn-signup {
    display: block;
    font-weight: 500;
    font-size: 22px;
    color: #000;
    text-align: center;
    background-color: #fbe50a;
    color: #000;
    border-radius: 5px;
    padding: 5px 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 176px;
    text-decoration: none;
    border-radius: 10px;
   
   box-shadow: #f9e309 3.2px 3.2px 8px 0px inset, #eacb04 -3.2px -3.2px 8px 0px inset;
   
   }
   .membership_plan .plan_price_new .btn-signup:hover {
    background-color: #E7D404;
    box-shadow: none;
   }




.talk_to_us {
 display: block;
 font-weight: 500;
 font-size: 17px;
 color: #000;
 text-align: center;
 margin-top: 50px;
}
.talk_to_us a  {
 text-decoration: none;
 color: #000;
 padding-left: 10px;
}

.talk_to_us a i {
 background-color: #000;
 border-radius:50%;
 color: #FBE50A;
 height: 20px;
 line-height: 20px;
 width: 20px;
}


.subscribe_buy {
    position: relative;
    margin-top: 0px;

 background: url(/assets/images/subscribe-bubbles.png?v=2) top center repeat ;

 padding-top: 150px;

}

.subscribe_buy h2 {
 display: block;
    font-weight: 900;
    font-size: 56px;
    color: #000;
    font-style: italic;
    text-align: center;
}

.subscribe_buy form {
 padding-bottom: 30px;
 margin-top: 30px;
}


.products_choose {
    display: flex;
    justify-content: center;
    gap:10px;
    padding: 10px;
}

.products_choose .products_mini {
 border: 1px solid #dfdfdf;
 border-radius: 5px;

 overflow: visible;
 background-color: #fff;
 width:200px;
 padding-left: 15px;
 padding-right: 10px;
 padding-top: 10px;
 padding-bottom: 10px;

    font-weight: 400;
    font-size: 14px;
    color: #000;

}

.products_choose .products_mini.pm_selected {
 background-color: #fbe50a;
}
.products_choose .products_mini.pm_disabled {
 background-color: #9E9E9E;
}


.products_choose .products_mini .products_mini_left {
    float: left;
    margin-right: 10px;

  padding-top: 0px;

}

.products_choose .products_mini .products_mini_left b {
 display: block;
 font-weight: 500;
 font-size: 17px;
}
.products_choose .products_mini .products_mini_left span {
 display: block;
 color: #696969;
}

.products_choose .products_mini .products_mini_right {
    float: right;
    text-align: right;
}

.products_choose .products_mini .products_mini_right div {
 display: block;
}
.products_choose .products_mini .products_mini_right div span {

}


.customRadio  {
 display: block;
 height: 20px;
 float: right;
}


.customRadio input[type="radio"] {
    display: none;
}



.customRadio input[type="radio"] ~ span {
   position: relative;
    display: inline-block;
    padding: 3px 0 3px 25px;
}

.customRadio input[type="radio"] ~ span:before {
   content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    margin-right: 5px;
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    border-radius: 50%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    transition: all 300ms ease-in-out;
}
.customRadio input[type="radio"]:checked ~ span:before {
 font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    content: "\f00c";
    text-align: center;
 background-color: #000;
 color: #fff;
    border: none;

}


.products_choose .products_mini .products_mini_right span {
 display: block;
 font-weight: 500;
}
.products_choose .products_mini .products_mini_right span.pm_price {
 display: block;
 font-weight: 500;
 font-size: 18px;
 padding-right: 5px;
}

p.plan_change {
 text-align: center;
 font-size: 19px;
 margin-top: 10px;
}

p.plan_change a{
  text-decoration: none;
}
p.plan_change i {
     color: #E7D404;
   }

.mp_choose {
    display: flex;
    justify-content:center ;
    gap:10px;
    align-items: center;
}

.mp_choose a {
    border: 1px solid #dfdfdf;
  border-radius: 5px;
  overflow: visible;
  background-color: #fff;
  width: 160px;
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
}

.mp_choose a:hover, .mp_choose a.active{
    background-color: #fbe50a;
    
}

.subscribe_form {
    margin-top: 30px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.subscribe_button {
    max-width:250px;
    margin: auto;
    margin-top: 30px;
text-align: center;

}

.subscribe_button .btn-primary {
 padding-left: 30px;
 padding-right: 30px;
}

.subscribe_form input,.subscribe_form label,.subscribe_form textarea {
 color:#969696!important;
}


.buy_form_phone {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.buy_form_phone input.phoneinput {
 width: auto;
 flex-grow: 1;
flex-shrink: 1;
}


.locations {
    margin-top: 0px;
    padding-top: 40px;
 background: url(/assets/images/bubbles-faq.png?v=2) top center repeat #fff;
 background-size: cover;
 text-align: center;
}

.locations h2 {
 display: block;
    font-weight: 900;
    font-size: 56px;
    color: #000;
    font-style: italic;
    text-align: center;
    max-width: 700px;
    margin: auto;
}

.locations p {
 display: block;
    font-weight: 300;
    font-size: 17px;
    color: #000;
    text-align: center;
    margin-top: 20px;
}

.locations .container {
 text-align: center;
}


.locations img {
 margin: auto;
}

.faq {
 margin-top:0px;
 padding: 30px 0px;
 position: relative;
 text-align: center;
 padding-top: 60px;
  background: url(/assets/images/bubbles-faq.png?v=3) top center repeat ;

}

.faq h2 {
 display: block;
    font-weight: 900;
    font-size: 42px;
    color: #000;
    font-style: italic;
    text-align: center;
    max-width: 500px;
    margin: auto;
}
.faq .btn-primary {

}

.faq .accordion {
    margin-top:20px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.faq .accordion .accordion-item {
 background: transparent;
}

.faq .accordion .accordion-item h2.accordion-header {
 background: transparent;

}

.faq .accordion .accordion-item .accordion-button {
 background: transparent;

}

.faq .accordion .accordion-item .accordion-button::after {
 background-color: #fbe50a;
 border-radius: 50%;
 width: 24px;
 height: 24px;
 background-position: center;
 background-image: none;
font-family: "Font Awesome 6 Pro";

    font-weight: 700;
    content: "\f078";
    text-align: center;
    padding-top: 1px;
}


.promo {
    background: url(/assets/images/promo-bg.png?v=4) center repeat #000;
    background-size: cover;
    margin-top: 0px;
    padding:30px 0px;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.promo h1 {
 display: block;
    font-weight: 900;
    font-size: 42px;
    color: #fff;
    font-style: italic;
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.promo h1 span {
 color: #FBE50A;
}

.promo p {
 display: block;
    font-weight: 400;
    font-size: 17px;
    color: #F3F3F3;
    font-style: italic;
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-top: 30px;
}


.promo_products {
 display: flex;
 flex-direction: row;
 justify-content: center;
 gap:15px;
 max-width: 900px;
 margin: 10px auto;
 margin-top: 25px;
}

.promo_products > div {
 text-align: center;
}

.promo_products > div img {

}

.promo_products > div span {
 display: block;
 margin-top: 10px;
 color: #707070;
 font-size: 14px;
}




.footer_help {
    background: url(/assets/images/footer_help.png?v=2) center repeat #000;
    background-size: cover;
    margin-top: 0px;
    padding:30px 0px;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer_help h1 {
 display: block;
    font-weight: 900;
    font-size: 56px;
    color: #fff;
    font-style: italic;
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.footer_help h1 span {
 color: #FBE50A;
}

.footer_help p {
 display: block;
    font-weight: 400;
    font-size: 16px;
    color: #D6D6D6;
    font-style: italic;
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-top: 15px;
}

.footer_help a.cta {
 text-align: center;
 color: #fff;
    font-weight: 900;
    font-size: 36px;
 text-decoration: none;
 margin-top: 30px;
 display: inline-block;
 display: flex;
 justify-content: center;
 align-items: center;
}

.footer_help a.cta i {
 color: #FBE50A;
 font-size: 24px;
 padding-right: 15px;
}

.footer_help a.cta:hover {
 color: #FBE50A;
}

.login_register {
    padding-top: 35px;
    padding-bottom: 35px;
}

.login_register .container {
    background-color: #fff;
}


.login_register .container .row {

}

.login_register .container .row .col {

}

.login_register h3 {
 color: #000;
 font-weight: bold;
 font-size: 32px;
 font-style: italic;
}

.login_register p {
 color: #909090;
 font-weight:  normal;
 font-size: 15px;
}

.myform_profile {
    max-width: 800px;
}

.input_row {
    display: flex;
    gap:10px;
    flex-wrap: wrap;

    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: flex-start;
    align-items: center;
}

.input_row label  {
 min-width: 170px;
}

.input_row > div  {
 min-width: 170px;
}


.input_row input {
 width: auto;
 display: inline;
    flex-grow: 1;
    flex-shrink: 1;
 }

.form_popup_login_register {
    max-width: 520px;
    padding-bottom: 25px;
}

.form_popup_login_register #btn_popup_login {

}

.form_popup_login_register .buttons_div {
    text-align: right;
    align-items: flex-end;
}

.btn-forgot-pass {
    display: block;
    font-size: 13px;
    color: #696969;
    text-decoration: none;
    margin-top: 15px;
}

.btn-forgot-pass:hover {
    color: #000;
    text-decoration: underline;
}

.radio_div {

}

.radio_div label {

}

.radio_div label input {

}

.user_type {
 display: flex;
}

.user_type .col-left {
 min-width: 170px;
}

.user_type .col-right {

}

.user_type .col-right label {
 font-family: 13px;
 margin-left: 5px;
}


.container_round {
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
    position: relative;
    margin-bottom: 50px;
}

.bubble_bottom_right {
    position: absolute;
    background: url(/assets/images/bubble_mini.png?v=2) center no-repeat;
    width: 228px;
    height: 59px;
    bottom: -59px;
    right: 0px;
}

.headline_icon {
    background: url(/assets/images/rounded-icon.png) center no-repeat;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    align-items: center;
}

.headline_icon i {
 font-size: 0.8em;
}

#form_popup_register {
    max-width: 500px;
}

.forgot_pass_div {

}

#popup_modal_login {
    border-right: 1px solid #e7e7e7;
}

.page_intro {
    background: url(/assets/images/page_intro.png?v=1) right bottom no-repeat;
   min-height:  295px;
   position: relative;
   background-color: transparent!important;

   display: flex;
   justify-content: end;
   align-items: baseline;
   flex-direction: column;

}

.page_intro h2 {
 display: block;
    font-weight: 900;
    font-size: 42px;
    color: #000;
    font-style: italic;
    text-align: left;
    max-width: 500px;
}

.page_intro p {
 display: block;
    font-weight: 400;
    font-size: 17px;
    color: #707070;
    font-style: italic;
    text-align: left;
    margin-bottom: 30px;
    max-width: 500px;
}



.tos_div {
    text-align:  left;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #656565;
    font-size: 13px;
}

.attributes {
 margin-top: 20px;
 padding-top: 50px;
 padding-bottom: 50px;
}

.attributes h2 {
 display: block;
    font-weight: 900;
    font-size: 42px;
    color: #000;
    font-style: italic;
    text-align:  center;

}

.attributes p {
 display: block;
    font-weight: 400;
    font-size: 17px;
    color: #707070;
    font-style: italic;
    text-align:  center;
    margin-bottom: 30px;

}

.attributes .container {

}

.attributes .attributes_wraper {
    background: url(/assets/images/services2.png?v=1) top center no-repeat #f6f6f6;
   position: relative;
   background-color: transparent!important;
   padding-top: 260px;
   display: flex;
   flex-direction: row;
   flex-grow: 1;
    flex-shrink:1;
   flex-wrap: wrap;
    justify-content: stretch;
    align-items: stretch;
   gap:20px;
}

.attr {
 background-color: #fff;
 border-radius: 15px;
 width: 23%;
 padding: 15px;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        height: auto;

}

.attr:hover {
 background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.attr img {

}

.attr h5 {
    font-weight:  bold;
    font-size: 22px;
    color: #000;
    font-style: italic;
    text-align:  center;
    margin-top:15px;
    margin-left: 15px;
    margin-right: 15px;
}

.attr p {
    font-weight: 400;
    font-size: 15px;
    color: #707070;
    font-style: italic;
    text-align:  center;
    margin-left: 15px;
    margin-right: 15px;
 }


.page {
    margin: 20px;
}

.inp2,.txt2 {
    margin-left: 10px;
}

#kontakt-btn-send {
    margin-left: 10px;
    width: 150px;
}

.inp33 {
    margin-left: 20px;
}

a.link_account_footer {
    margin-top: 30px;
    display: block;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
 text-decoration: none;
 text-align: center;
 padding: 5px 10px;
 font-weight: bold;
 font-size: 15px;
}
a.link_account_footer:hover {

    background-color: #656565;

}


a.link_account_footer i {
 color: #FBE50A;
}


#buy {

}

#buy .page_intro {

}

#buy .container {

}

#buy h5 {
 text-align: center;
 max-width: 700px;
 margin: auto;
}

#buy #buy_form {

}


#buy #buy_form {

}


#buy .products_choose {

}

#buy .subscribe_form {

}

.buy_buttons {
    display: block;
    margin-top: 20px;
    margin-bottom:5px;
    padding: 5px;
    text-align: center;
}


p.buy_information {
    font-size: 14px;
    color: #656565;
    text-align: center;
    max-width: 1000px;
    margin: auto;
}

.buy-button {
 font-weight: bold;
 font-size: 18px;
}

.buy-button:hover {
 font-weight: bold;
 font-size: 18px;
}


#buy_form_response {
 margin: auto;
 margin-top: 5px;
 text-align: center;
 max-width: 600px;
 display: none;
}

.iti {
    display: block;
}

.lbl-phone {
    height: 18px;
    line-height: 18px;
    display: block;
}

a.link_help {
    color:  #656565;
    text-decoration: none;
    padding-left: 1px;
    padding-right: 1px;
    margin: 1px;
}


#license_plate {
    background: url(/assets/images/License_Plate.svg) right center no-repeat;
}

span.account_not_exist {
    display: block;
    font-size: 14px;
    color: #656565;
}

a.btn-simple {
 text-decoration: none;
 color: #000;
 font-weight: bold;
 font-size: 14px;
 margin-left: 5px;
}

a.btn-simple:hover {
 color: #E7D404;
}

#buy_form {

}

#buy_form .alert {
    max-width: 1000px;
    margin: 10px auto;
}


.profile_nav {
  max-width: 1125px;
  width: 90%;
  margin: 0px auto;
  background-color: #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: center;
 height: 50px;
 box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 12px;
 flex-grow:0;
 flex-shrink: 0;
}


.profile_nav .profile_nav_item {
 flex-grow:1;
 flex-shrink: 1;
 flex: 1;
 text-align: center;
height: 100%;
vertical-align: middle;
}

.profile_nav .profile_nav_item a {
 font-weight:  normal;
 font-size: 18px;
 color:#fff;
 text-decoration: none;
 line-height: 50px;
 height: 5px;
}

.profile_nav .profile_nav_item a:hover {
 color: #FBE50A;

}

.profile_nav .profile_nav_item a i {
 color: #FBE50A;
}


.profile_nav .profile_nav_item_selected {
 background-color: #FBE50A;
 color:#000;
}

.profile_nav .profile_nav_item_selected a {
 color:#000;
}

.profile_nav .profile_nav_item_selected a i {
 color:#000;
}

.profile_nav .profile_nav_item_selected a:hover {
 color:#000;
}


.profile {
    padding-top: 35px;
    padding-bottom: 35px;
}

.profile .container_round {
    background-color: #fff;
    padding: 50px 50px;
}


.profile .container .row {

}

.profile .container .row .col {

}

.profile h3 {
 color: #000;
 font-weight: bold;
 font-size: 32px;
 font-style: italic;
}

.profile p {
 color: #909090;
 font-weight:  normal;
 font-size: 15px;
}

.profile_left_column {
    float: left;
    padding-right: 30px;
}

.profile_right_column {
    float: left;
}

span.badge_license_plate {
    display: inline-block;
    font-family: "Courier New", Courier, monospace;
    font-size: 22px;
    font-weight: normal;
    padding: 2px 2px;
    text-align: center;
    min-width: 160px;
    height:35px;
    line-height:35px;
/*
    background-color: #fff;
    border: 5px solid #000;
    border-radius: 10px;
*/
    color: #000;
    background: url(/assets/images/license-plate-bg.png) center no-repeat transparent ;
   /*  background-size:  contain;  */
   background-size: 100% 35px;
}

.badge-lg {
    font-size: 1.3em;
}

.order_box {
    padding: 5px;

   padding-bottom: 20px;
}

.order_box_flex {
    display:flex;
    justify-content: flex-start;
    gap:10px;
    flex-direction: row;
}

.order_left_column{
 width: 150px;
}

.order_right_column {
 padding-left: 20px;
 padding-top: 10px;
}

.order_right_column.ml-30 {
    margin-left: 30px;
}

.order_details {
 position: relative;
}

.order_details p {
 position: relative;
}

.order_details p span.sp1 {
  display: block;
  color: #909090;
}

.order_details p span.sp2 {
    display: block;
    color:#000;
    font-weight: bold;
}

.plan_header_custom {
 position: relative;
 height: 100px;
 background-repeat: no-repeat;
}

.order_qr {
    position: relative;
    margin: 10px 0px;
}

.order_qr a {

}

.order_qr a img {
    max-width: 150px;
}

.order_details_text1 {
    margin: 10px 0px;
}

.call_us {
    margin-top: 30px;
    position: relative;
}


.call_us a {
 border:1px solid #D6D6D6;
 padding: 5px 15px;
 margin-left: 10px;
 color: #000;
 text-decoration: none;
 font-weight:   bold;
 font-size: 15px;
 border-radius: 15px;
}

.call_us a i {
 color: #FBE50A;
}

.call_us a:hover {
 background-color: #D6D6D6;
}

p.usage_exp {
    font-size: 14px;
    color: #909090;
}


.profile .myrow {

}

.myrow {
 display: flex;
 justify-content: space-between;
 align-items:  stretch;
 flex-wrap: wrap;
 border-bottom: 1px solid #D6D6D6
}

.mycol {
 flex: 1;
    height: auto;
    padding: 10px;
    width: 50%;
}
 .brd-right {
 border-right: 1px solid #D6D6D6
 }


.order_td_amounts {

}

.order_td_amounts span {
 display: block;
 border-bottom: dashed #D6D6D6;
 margin-top: 3px;
 width: 150px;
 display: flex;
 flex-direction: row;
 justify-content: space-between;
}

.order_td_amounts span i {

}
.order_td_amounts span b {

}

.filter_stats {
    position:relative;
    max-width: 800px;
    display: flex;
    justify-content: center;
    margin: 10px 0px;
    gap:15px;
    align-items: flex-end;
}

.filter_stats div {
    flex: 1;
}

.filter_stats div label {
 display: block;
 font-size: 14px;
}

.btn-stats-search{

}

.customer_portal {
    position: relative;
    width: 100%;
    min-height: 1000px;
}

.customer_portal iframe {
    position: relative;
    width: 100%;
    min-height: 1000px;
}

.user_type_buy {
    max-width: 500px;
    margin: auto;


}


.user_type_buy {
    max-width: 500px;
    margin: auto;
   display: flex;
   justify-content: center;
   gap:10px;
   margin-top:20px;
   margin-bottom: 20px;
   padding: 5px;
   font-size: 17px;
   align-items: center;

}

.user_type_buy .col-left {

}

.user_type_buy .col-right {

}


.switch-field {
    display: flex;
    margin-bottom: 2px;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: #7A7A7A;
    font-size: 19px;
    line-height: 1;
    text-align: center;
    padding: 12px 20px;

    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #FBE50A;
    box-shadow: none;
    font-weight: bold;
    color: #000;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

.switch-field input:checked + label::before {
font-family: "Font Awesome 6 Pro";
font-weight: 700;
content: "\f00c";
text-align: center;
background-color: #000;
color: #fff;
border: none;
width: 20px;
height: 20px;
line-height: 20px;
margin-right: 5px;
border-radius: 50%;
transition: all 300ms ease-in-out;
display: inline-block;
font-size: 0.8em;
}


#form_register .form-control#user_company_name {
    font-size: 0.8em
}


.osnovni_podaci_podjetja {
    font-size: 14px;
}


.cookies {
    position: fixed;
    bottom:0px;
    left: 0px;
    right: 0px;
    min-height: 60px;
    width: 100%;
    z-index: 999998;
    background-color: #F5F5F5;
    box-shadow: 0 -5px 5px -5px #333;
    padding: 10px 5px;

}


.cookies .cookie-wraper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.cookies .cookie-wraper p {
    font-family: Arial;
 font-size: 14px;
 font-weight: normal;
 padding: 5px;
}

.cookies .cookie-wraper a.cookie-info {
 text-decoration: underline;
 color: #696969;
 padding: 1px 5px;
}

.cookies .cookie-wraper a.cookie-settings {
 text-decoration: none;
 color: #00529B;
 padding: 1px 5px;
}

.cookies .cookie-wraper a.cookie-accept {
 text-decoration: none;
 color: #008000;
 font-weight: bold;
 padding: 1px 5px;
}

.cookies .cookie-wraper a.cookie-accept:hover {
 text-decoration: underline;
 color: #006400;
}

.cookie-links {
    clear: both;
}

#cookie-settings-form {
        z-index: 999999;

    background-color: #fff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);

    position:fixed;
bottom: 0px;
    left:50%;
    max-width:400px;  /* adjust as per your needs */
    margin-left:-200px;   /* negative half of width above */
    margin-top:-200px;   /* negative half of height above */
    display: none;
    padding: 10px;
}

#cookie-settings-close {
    display: block;
    text-align: right;
    text-decoration: none;
    color: #000;
}

#cookie-settings-form h3 {
 font-family:Arial;
 font-size: 20px;
}

#cookie-settings-form p {
 font-family:Arial;
 font-size: 15px;
}

#cookie-settings-form .cookie-type {
 border-top: 1px solid #bababa;
 padding-top: 10px;
 margin-top: 10px;
 padding-bottom: 10px;

}

#cookie-settings-form .cookie-type .cookie-type-headline {
 font-weight: bold;
}

a.cookie-settings-save {
    background-color: #008000;
    color:#fff;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    margin: 10px auto;
    display: block;
}

a.cookie-settings-save:hover {
    background-color: #006400;

}


.membership_plan_simple {
 background-color: transparent ;
 text-align: center;
 margin-top: 20px;

}

.membership_plan_simple .plan_header {
 position: relative;
 height: 100px;
}

.membership_plan_simple.plan_1  {
}

.membership_plan_simple.plan_3 {

}

.membership_plan_simple.plan_1 .plan_header {
 background: url(/assets/images/bronasti.png) center no-repeat;
}
.membership_plan_simple.plan_2 .plan_header {
 background: url(/assets/images/platinasti.png) center no-repeat;
}
.membership_plan_simple.plan_3 .plan_header {
 background: url(/assets/images/diamantni.png) center no-repeat;
}

span.account_exist {
    display: block;
}

span.account_profile {
    display: block;
}

.input_tablica {
    font-weight: bold;
    border: 1px solid #E7D404
}


.cc-picker-code-list {
    z-index: 9;
}


.page-location {
 position: relative;
}

.page-location h1 {

}

.page-location h4 {
 font-size: 19px;
}

.location_description {
 margin-top: 15px;
 text-align: left;
}

.location_map {
    margin-top: 20px;
    position: relative;
}

.map_embed {
    width: 100%;
    margin-top: 20px;
}


.map_embed iframe {
    width: 100%;
}

.w-170 {
    width: 170px;
}
.w-150 {
    width: 150px;
}
.w-190 {
    width: 190px;
}



.btn.btn-opal-racun {

}

.emailValidationError {
 border: 1px solid #FF0000;
}

.emailValidationSuccess {
 border: 1px solid #008000;
}

.email_register_output {
    display: block;
}

.email_register_output.err {
   color: #FF0000;
}

a.logout_link4 {
    display: block;
    text-decoration:  none;
    color: #00529B;
}

a.profile_link4 {
    display: block;
    text-decoration:  none;
    color: #000000;
}

a.logout_link4:hover,a.profile_link4:hover {
    text-decoration:   underline;
    color:  #1E90FF;
}

.btn-action-message {
    display: block;
    margin-top: 10px;
    padding: 5px;
}

a.btn-toggle-upgrade {
    text-decoration: none;
    font-size: 17px;
}

.subscribe_upgrade {
    margin-top: 20px;
   /* border: 1px solid #bababa;  */
    padding: 10px;
}

.subscribe_upgrade h3 {
 font-size: 17px;
}

.subscribe_upgrade p {
 font-size: 15px;
}

.subscribe_upgrade .products_choose {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}

.upgrade_button {
    padding: 10px;
}

.upgrade_accordion {
    display: none;
}

span.span758 {
    display: flex;
 justify-content:  space-between;
 font-size: 13px;
 font-family: 'PT Sans Narrow', sans-serif;
 gap:5px;
}

span.span758 b {
 margin-left: 10px;
}

span.span758 i {

}

.account_type_info {
    text-align: center;
}

.buy-payments-methods {
    position: relative;
    margin-top: 30px;
max-width: 980px;
margin-left: auto;
margin-right: auto;

}

.buy-payments-methods h3 {
 text-align: left;
}

.buy-payments-methods p {
 text-align: left;
}


.payment_methods {
    position: relative;
}

.payment_methods label.payment_item{
    position: relative;
    display: block;
/*    border-bottom: 1px solid #bababa; */
    padding: 10px;
    border-radius: 5px;                                     
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
 margin-top: 15px;

 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 align-items: center;
}

.payment_methods label.payment_item input {
 float: left;
}

.payment_methods label.payment_item .pt_label {
 font-weight: bold;
 padding-left: 15px;
}

.payment_methods label.payment_item .pt_exp {
 font-weight: normal;
 color: #A9A9A9;
}


.url_cc {
    text-decoration: none;
    background-color: #00529B;
    color:#fff;
    display: inline-block;
    padding: 5px;
}

.url_gocrypto {
    text-decoration: none;
    background-color: #696969;
    color:#fff;
    display: inline-block;
    padding: 5px;
}

.cancel_wraper {

}

.cancel_form {
 max-width: 700px;
}

.cancel_form label, .cancel_form .form-control{
 font-size: 14px;
}

.cancel-ajax-output {
    display: block;
    margin-top: 20px;
}

.cancel_form .myloader {
    display: none;
}


.cancel_form .myrow {
   display: flex;
   justify-content: flex-start;
   flex-direction: row;
   border-bottom: none;
   align-items: center;
    align-content: center;
}

.cancel_form .myrow .mycol {
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 180px;
}


.cancel_form .myrow .mycol2 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

.cancel_form .cancel-ajax-output.err {
    color: #FF0000;
}

.cancel_form .cancel-ajax-output.ok {
   color: #008000;
}


.coupon_code {
    max-width: 500px;
    margin: 10px auto;
    padding: 10px;
    border: 2px dashed #f3df00;
}

.coupon_code h2 {
 
}


.coupon_code p {
 
}

.coupon_code .coupon_code_bottom {
 display: flex;
 justify-content:flex-start;
 gap: 5px;
}

#mycode {
    width: 150px;
    font-size: 19px;
}


#btn-use-coupon {
 background-color: #000;
 color: #fff;
 border-color: #000;
}


.coupon_code_response {
    margin-top: 10px;
    border-top: 1px solid #bababa;
    padding-top: 4px;
}

.coupon_code_response p {

}

.coupon_code_response p.pok {
 color: #008000;
}

.coupon_code_response p.perr {
 color: #DC143C;
}





.top_info {
    position: relative;
 width: 100%;
 display: block;
 height: 25px;
 line-height: 25px;
 background-color: #fbe50a;
 border: 1px solid #fbe50a;
 color: #000;
 text-align: center;
}



