﻿em.highlight {
    background-color: yellow;
    font-style: normal;
}

.item .discount {
    font-size: 80%;
    color: Red;
}
.item .kolpopust {
    
}
.item .jmj {
    font-size: 80%;
    color: Gray;
}


.hidden {
    display: none;
}

.message-danger a,
.message-success a
 {
    color: white;
    text-decoration: underline;
}
.message-danger strong,
.message-success strong
 {
    color: white;
}

.message-warning p,
.message-warning a,
.message-warning strong {
    color: black !important;
}

article p a {
    text-decoration: underline;
}

a.disable {
    pointer-events:none;
}

button:disabled {
    background-color: silver;
    cursor: not-allowed;
}

.field-validation-error {
    font-size: 80%;
    color: Red;
    display: block;
}

    .list-certificates.list-certificates-small .certificate-item {
        margin-right: .8rem;
    }

img.static-image {
    border-radius: .375rem;
    box-shadow: 0 0.375rem 0.75rem 0 rgba(0,0,0,.025);
}

h2 {
    font-size: 1.8rem;
}

.speciallogin {
    padding: .1875rem .5rem;
    font-size: .75rem;
    line-height: 1.66667em;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ff5a00;
    color: #fff;
    text-shadow: 0 0.0625rem 0 rgb(0 0 0 / 30%);
    border-radius: .375rem;
}

.mfp-title {
    background-color: rgba(255, 255, 255, .5);
    color: black;
    /*margin-left: 1rem;*/
    display: inline-block;
    font-size: 0.7rem;
    padding: 0 0.3rem 0 1rem;
}

.xalt {
    font-size: 80%;
    color: Gray;
    display: block;
    margin-top: -6px;
    font-weight: normal;
}

.module .module-content ul.module-simple-list {
    margin: 0;
    padding-left: 1rem;
}

    .module .module-content ul.module-simple-list li {
        margin: 0;
        color: #000;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.5384615385em;
    }

.mascot {
    right: -1px !important;
}

.red-alert{
    color: darkred;
}