@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,700,800);

.logo__img_veteran {
    float: left;
    width: 126px;
    height: 124px;
    background-image: url(/media/fssp/decor/header/logo-veteran-new.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#frm01 {
  overflow: initial;
}

#start-div {
	min-height: 500px;
}
.stats {
	position: absolute;
	right: 20px;
	bottom: 0;
}

.f-no-js #tel-block02,
.f-no-js #news-block02,
.f-no-js #news-block03 {
    display: none;
}

.results .empty {
    padding: 35px 40px;
    background: #f5f583;
    font-size: 18px;
    font-weight: 600;
}

.chosen-container,
a.chosen-single {
    cursor: pointer;
}

.list.border.table.alt-p05 td,
.list.border.table.alt-p05 tr th{
	padding:0.5em 0 0.5em 0.5em;
}
.list.border.table.alt-p05 td h3{
	margin:15px 0;
}
select.reduced-height,
.b-reduced-field .b-form__input {
	height:40px;
	padding:0 0 0 10px;
}
.b-reduced-field p{
	margin: 0;
}
.b-reduced-field .b-form__cell{
	margin-bottom: 0;
}
.hgt2{
	padding: 50px 120px;
}
.hgt2-re{
	padding: 25px;
}
.b-reduced-field .b-form__input-clear{
    height: 14px;
}

/* ------- task #57830: fix popup overflow -------- */

.iss .iss .results .results-frame {
    overflow: visible;
}

@media screen and (max-width: 1024px) {
    .iss .iss .results .results-frame {
        overflow: auto;
    }
}
/* ------------------------------------------------ */

.wm-news-link a{
    background: #ffd800;
    padding: 6px 12px;
    border-radius: 5px;
    color: #000;
}
.wm-news-link a:hover{
    background: #feff83;
    color: #000;
}
.wm-holder .wm-news-title{
    margin-bottom: 18px;
}
.fs-17 ul>li{
    font-size: 17px;
    margin: 12px 0;
}
.txt-p0 table.styled th,
.txt-p0 table.styled td{
    padding: 0px;
}

.txt-p0 table.styled p{
    margin: 10px 22px 5px;
}

/*.b-search-debt__footer-info {
    color: #7f7f7f;
    font-family: "Open Sans",sans-serif;
    font-style: italic;
    padding: 23px 7px 17px 125px;
    min-height: 75px;
    margin: 40px 0;
}
.b-search-debt__footer-info img {
    position: absolute;
    left: 24px;
    top: 16px;
}*/

.btn-payment{
    background: #339556;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-style: italic;
    height:30px;
    margin-left: 8px;
    padding: 4px 0 0 15px;
    width: 255px;
}
.c-btn--light_green:hover {
    color: #ffd800 !important;
    border-color: #ffd800 !important;
}

.main-page-pay-link {
    border: 1px solid #d9bd66;
    border-radius: 10px;
    height: 370px;
    overflow: hidden;
    position: absolute;
    top: 336px;
    left: 50px;
    width: 670px;
    z-index: 999;
}
.dis-non{
    display: none;
}

/* fix li element bug in content block*/
.c-list ul>li.st-button::before {
    display: none;
}