html {
  zoom: 1.1;
}

.inactive-link {
    pointer-events: none!important;
    cursor: default!important;
 }

 .off-even-price {
   margin-left: -0.9rem;
 }
 
 .main-part {
    background-image: url(/assets/img/main-fon.png);
 }
 @media (min-width: 1200px) {
   .main-part {
       background-image: url(/assets/img/main.png);
   } 
}

.style-0 {
  background-image: url(assets/img/results.png);
  color: #fff;
}

 .style-0 h2 {
   color: #fff;
   font-size: 32px;
   font-weight: bold;
 }

 .style-1 {
   background-image: url(/assets/img/main-fon.png);
   color: #000;
 }

 .style-1 p {
   color: #000;
 }

 .style-1 h2 {
   color: #000;
   font-size: 32px;
   font-weight: bold;
 }

 .style-1 .pop-lg-link {
   color: #00F;
 }

 .style-1 .pop-lg-link:hover {
   color: #00C;
 }

 .style-2 h2 {
   color: #000;
   font-size: 32px;
   font-weight: bold;
 }

 .pop-title {
   margin-bottom: 4rem;
 }

 .free-prefix-item {
  padding-left: 15px;
  padding-right: 15px;
 }

ul.dots {
  list-style-type: square;
}

ul.nums {
  list-style-type: decimal;
}