.input.checkbox .text{
    padding-left:2px;
}

.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: 0.3em;
    border-radius: 50%;
    font-size: 0.6rem;
    text-align: center;
    background: #1779ba;
    color: #fefefe;
}

.badge.success {
    background: #3adb76;
    color: #0a0a0a;
}

.badge.alert {
    background: #cc4b37;
    color: #fefefe;
}

.badge.warning {
    background: #ffae00;
    color: #0a0a0a;
}

.dc {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 1em;
    color: #b5b5b5;
    text-transform: uppercase;
}

.dc--remove {
    font-weight: 500;
    margin-top: 4px;
    color: #cc2121;
}

.dc--remove:hover {
    text-decoration: underline;
}

.configurator .old-price {
    font-size: 24px;
    display: block;
    margin-top: -3px;
}

.contact-form {
   padding-bottom: 45px;
}

.tabs__body-desc img {
    max-width:100% !important;
    height:auto !important;
}

@media screen and (max-width: 63.99875em) {
    .blog__single * img{
        position: static;
    }
}

section.banner {
    margin-top:0;
}

.input input, .input textarea { 
    text-transform: none !important;
}

.single-catalog__name {
    min-height: 60px;
}

.fancybox-content {
    overflow-y: hidden !important;
}

.header__bottom nav>ul>li>a { text-align:center; }