﻿section.shop {
    background-color: #efefef;
}
section.traning {
    background: url(/media/banners/resa_3.jpg);
    background-position: middle;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
    section.traning > div {
        background-color: rgba(255,255,255,0.6);
    }

    .PageWidgetIntroBox {
        background-color: #262626;
        color: white;
    }
        .PageWidgetIntroBox h2:after {
            content: '';
            display: block;
            width: 15%;
            height: 2px;
            background: var(--lightgreen);
            margin: 5px 0 0 0;
        }
.PageWidgetWrapper {
    background-color: var(--orange);
}

.PwInfo {
    text-align: center;
    background-color: var(--orange);
    color: white;
    padding: 10px;
    position: relative;
}
    .PwInfo h4:after {
        content: '';
        display: block;
        width: 30%;
        height: 2px;
        background: var(--lightgreen);
        margin: 10px auto;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
    }



@media (max-width:575px) {
    .PwUpper {
        display:block;
    }
    .PwUpper img {
        margin: 0px;
        width:100%;
        max-width:100%;
        border: 5px solid white;

        display: block;
    }
    .PwUpper .text {
        display: block;
    }
}

.field-validation-error span {
    color: red;
}