.hero-mtag {}

.heading {
    display: inline;
    box-shadow: inset 0 -3px #f7f7f7, inset 0 -12px #f7c0b7;
}

.bg-red-dark-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#540a06+1,f04130+100 */
background: linear-gradient(135deg,  rgba(84,10,6,1) 1%,rgba(240,65,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.novo-disr {
    background: #000;
    position: absolute;
    top: -15px;
    left: -10px;
    padding: 5px 15px;
    font-family: "A1Serif-Bold";
    text-transform: uppercase;
}


ol.styled {
  counter-reset: a1;
  padding-left: 0px;
  margin: 0;
  list-style: none;
}
ol.styled li {
  counter-increment: a1;
  display: flex;
  margin: 10px 0;
}
ol.styled li:before {
  content: counters(a1, '.') '.';
  color: #da291c;
  font-family: "A1Serif-Bold";
  margin-right: 10px;
}

.oc96fnv {
    --counter-name: counts;
    font-size: inherit;
    margin-bottom: 2rem;
    counter-reset: var(--counter-name);
    list-style: none;
    padding: 0;
}
.oc96fnv li {
    counter-increment: var(--counter-name);
    align-items: baseline;
    display: flex;
}
.oc96fnv li:before {
    content: counters(var(--counter-name),".") ". ";
    display: inline-flex;
    justify-content: center;
    font-feature-settings: "tnum";
    color: var(--color-primary);
    font-weight: var(--font-weight-medium);
    padding-right: 12px;
    width: 2.25rem;
}






.list-styled {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: inherit !important;
    font-size: 1rem !important;
}

.list-styled li {
    margin: 10px 0;
    padding: 0 0 0 18px;
    position: relative;
}

.list-styled li:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #da291c;
    content: "";
}

ul.list-checkmarks {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.list-checkmarks li {
    position: relative;
    margin: 10px 0;
    padding-left: 34px;
}

ul.list-checkmarks li:before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url(https://www.a1.mk/documents/20126/2245887/A1_OK_icon_red.svg);
    background-repeat: no-repeat;
    background-size: 24px;
}


.heading-red {
    display: inline;
    box-shadow: inset 0 -12px #ed513f;
}

.boxed {
    -webkit-box-shadow: 0 50px 100px -50px rgb(0 0 0 / 60%);
    box-shadow: 0 50px 100px -50px rgb(0 0 0 / 60%);
    width: auto;
    display: block;
    position: relative;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.7);
}

.boxed.bg1 {
    background-image: url(https://www.a1.mk/documents/20126/2842247/gradient1.jpg);
    background-size: cover;
    background-position: center;
    mix-blend-mode: multiply;
    background-color: transparent;
    color: #fff;
}

@media (max-width: 767px) {

    h3,
    .h3 {
        font-size: 1.375rem;
    }
}

.btn-default.bg-white:hover {
    color: #000;
}