@charset "UTF-8";

.err-page {
    background: #fff;
    padding: 20px;
}
.err-page .top-text {
    display: block;
    text-align: center;
    font: bold 14px/1.4 "Open Sans",Helvetica,Arial,"sans-serif";
    text-transform: uppercase;
    padding: 21px 10px 20px 10px;
    color: #fff;
    border-radius: 5px;
    background: #ff5151;
    margin: 0 0 15px;
}
.err-page p {
    margin: 10px 0;
}
.err-page a {
    color: #ff5151;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: all .2s;
}
.err-page a:hover {
    color: #ff3131;
}
.pd-chars__i dt {
    display: inline;
}
.pd-chars__i dt:after {
    content: ':';
}
.pd-chars__i dd {
    display: inline;
    margin-left: .5em;
}
.home-tab-sliders__menu .section-title a {
    color: #000;
    text-decoration: none;
}