.text-danger {
    color: #dc3545 !important;
}

.required-text {
    padding-top: 20px;
    font-size: 14px;
    color: #999;
}

.invalid {
    color: red;
    font-size: 14px;
}

.hidden {
    display: none;
}

.thx {
    display: none;
}

.thx h4 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
}

.form-content .active {
    display: inline-block;
}

.section_search {
    padding-top: 46px;
    padding-bottom: 73px;
}

.section_404 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_404 h2.h2-404 {
    color: #142339;;
    font-size: 140px;
    font-weight: bold;
    line-height: 120px;
}

.section_404 .error_title {
    color: #313131;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 29px;
}

.section_404 p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 70px;
}

.section_404 li a {
    color: #222;
    font-size: 16px;
    line-height: 25px;
}

.section_404 li a:hover {
    text-decoration: underline;
}

.section_404 p a {
    color: #222;
    font-weight: bold;
}

.section_404 p a:hover {
    text-decoration: underline;
}

body ul.disc li {
    list-style-type: disc;
    margin-left: 30px;
    padding-left: 0;
}

body ul.disc li:before {
    display: none;
}