.content {
    /*flex: 1 0 auto;*/
    flex-grow: 1;
}

.content .send-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2em;
    font-size: 1.3rem;
    flex-wrap: wrap;

}

.content .send-wrapper
.account-wrapper .account-title {
    /* margin-bottom:  1rem; */
}

.content .send-wrapper
.account-wrapper .account-number input {
    padding: 1rem;
    font-size: 1.3rem;
    text-align: center;
}

.content .send-wrapper
.action-wrapper {
    margin: 0 -1rem;
    display: flex;
    justify-content: center;
}

.content .send-wrapper
.action-wrapper .btn-wrapper {
    flex: 1 0 auto;
    margin: 1rem;
}

.content .send-wrapper
.action-wrapper .btn-wrapper input {
    width: 100%;
    padding: 0.5rem;
    font-size: 1.3rem;
}

.send-wrapper .counters-wrapper {
    display: table;
}

.send-wrapper .counters-wrapper .counter-row,
.send-wrapper .counters-wrapper .counter-th {
    display: table-row;
}

.send-wrapper .counters-wrapper .counter-row>div,
.send-wrapper .counters-wrapper .counter-th>div {
    display: table-cell;
    padding: 1rem;
    text-align: center;
    vertical-align: middle;
}

.send-wrapper .counters-wrapper .counter-th>div {
    padding: 0;
}

.send-wrapper .counters-wrapper .counter-th {
    font-size: 1rem;
}

.send-wrapper .counters-wrapper .counter-row ._newdata input {
    padding: 1rem;
    font-size: 1.3rem;
    text-align: center;
    width: 6em;
}

.content .send-wrapper .counter-row
.check-date {
    font-size: 1rem;
}

.content .send-wrapper .counter-row
.check-date.check-date-passed {
    color: #FF6200;
}


.content .send-wrapper
.account-wrapper {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
}

.content .send-wrapper
.account-number {
    padding-left: 0.5em;
    font-weight: bold;
}

.content .send-wrapper
.account-flat {
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    color: #FF6200;
    align-items: baseline;
}

.content .send-wrapper
.account-flatnumber {
    font-size: 1.5rem;
    padding-left: 0.5em;
    font-weight: bold;
}

.ui-widget.send-confirmation-dialog {
    font-size: 1.5rem;
}

.ui-widget.send-confirmation-dialog .ui-dialog-content {
    text-align: center;
    line-height: 1.5;
}

.content .debt-wrapper {
    margin-top: 0.5rem;
    text-align: right;
}

.content .debt-wrapper .debt-message.has-debt {
    color: #FF6200;
}

.content .debt-wrapper .debt-date {
    font-size: 1.1rem;
}


.content .send-wrapper
.calculations-wrapper {
    display: table;
    border-collapse: collapse;
    margin-top: 2em;

}

.content .send-wrapper
.calculations-wrapper
.last-updated {
    font-size: 1rem;
    text-align: right;
    width: 100%;
    display: table-caption;
}

.content .send-wrapper
.calculations-row {
    display: table-row;
}

.content .send-wrapper
.calculations-row > div {
    display: table-cell;
    padding: 0.3em 0.5em;
    text-align: right;
}

.content .send-wrapper
.calculations-row._header {
    font-size: 0.8em;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

.content .send-wrapper
.calculations-row._month {
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

.content .send-wrapper
.calculations-row._details {
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

.content .send-wrapper
.calculations-row:last-child {
    border-bottom: 1px solid #bbb;
}
/* ************************************** */

body {
    font-size: 16px;
    /* font-family: sans-serif; */
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, sans-serif;
    color: #444;
    margin: 0;
}
a {
    color: #08A1CA;
    text-decoration: none;

}

a:hover, a:active, a:focus {
    color: #FF6200;
}

.content table td {
    border: 1px solid #ddd;
    padding: 1em 4px;
}

.content table {
    border-collapse: collapse;
}

.orangebutton {
    font-size: 14px;
    font-weight: bold;
    padding: 9px 25px 8px 25px;
    color: #fff;
    text-shadow: 1px 1px 0px #d38964;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0px;
    background-color: #ed6b45;
    box-shadow: 0px 2px #c75a3a;
    vertical-align: top;
}

.link-more {
    text-align: right;
    padding: 6px 0;
}

.link-more a {
    background-color: #eee;
    padding: 4px 8px;
    border-radius: 6px;
}

#logo {
    width: 1000px;
    margin: 0 auto;
}

.logo_img_old {
    /* height: 57px; */
    background: url(/css/kt-logo.png) no-repeat 53px -2px;
    padding-left: 154px;
    line-height: 63px;
    color: #FF6200;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    width: 445px;
    vertical-align: top;

}

.logo_img {
    height: 155px;
    margin: 7px;
    background: url(/css/logo.png) no-repeat;
    display: inline-block;
    width: 187px;
    vertical-align: top;
    background-size: contain;
    background-position: center center;
}

.top_strip {
    background: url(/css/top-strop-bkg.jpg) no-repeat;
    vertical-align: top;
    background-size: cover;
    background-position:  center center;
    height: 135px;
}

.site-title {
    color: #ba343b;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

div#logo a {
    display: block;
}

div#logo {
    display: flex;
}

.header-wrapper {
    flex-grow: 1;
}


div#logo_wrapper {
    background-color: #a3bbdd;
}






.logo_contacts {
    color: #FF6200;
    display: inline-block;
    font-size: 12px;
    text-align: right;
}

.content_wrapper {
    width: 1000px;
    margin: 0 auto;
    display: flex;
}

.content {
    display: inline-block;
    width: auto;
    padding: 1em 0 1em 1em;
}

.content-title-wrapper {
    color: #FF6200;
    display: flex;
}

.content-title-wrapper .content-title {
    margin-top: 0;
    flex-grow: 1;
}

.content-title-wrapper .publishedon {
    line-height: 1.5rem;
}

.youtube {
    text-align: center;
    margin: 1em 0;
    border: 1px solid rgb(222, 222, 222);
    padding: 1em;
}
.main-news-wrapper {
    border: 1px solid rgb(222, 222, 222);
    overflow: hidden;
    margin-bottom: 1em;
}

.main-news-header {
    border-bottom: 1px solid rgb(222, 222, 222);
    padding: 8px 8px 4px 8px;
    background: #f0f0f3;
    color: #999;  font-size: 0.9em;
}

.main-news-header h3 {
    color: #FF6200;
    margin: 5px 0;;
    /* font-size: 1.5em; */
}

.main-news-content {
    padding: 4px 12px 12px 12px;
}


.main-news-content._shrink {
    height: 300px;
    position: relative;
    overflow: hidden;
    transition: all 1s ease;
}
.main-news-content._shrink img {
    max-height: 210px;
    width: auto;
}

.main-news-content .showfull {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    height: unset;
    box-shadow: inset 0 -4em 3.5em 5px #fff;
}

.main-news-content._shrink .showfull {
    display: inline-block;
}

.main-news-content .showfull .showfulllink {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.main-news-content .showfull .bottomlink {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding-bottom: 0.25em;
}

.main-infos-wrapper {
    display: inline-block;
    width: 279px;
    vertical-align: top;
    padding: 2px 8px;
    flex-shrink: 0;
    flex-grow: 0;
}

.wayfinder-wrapper {
    display: inline-block;
}

.wayfinder-wrapper ul li {
    display: inline-block;
    padding: 4px 1.5em;
    background-color: #f5f5f5;
    margin: 0.5em;
    border-radius: 10px;
    font-size: 150%;
}

.wayfinder-wrapper ul {
    padding: 0;
}

.content-main {
    width: calc(100% - 279px);
    flex-grow: 1;
    flex-shrink: 1;
}

.main-info-block {
    border: 1px solid #dedede;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    margin-bottom: 12px;
}

.main-info-caption {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;  margin: 0 0 0;  padding: 5px;  background: rgb(241,241,241);
    color: #FF6200;
}

.main-info-block>ul>li {
    list-style: none;
    margin: 3px;
    padding: 5px;
    border-bottom-color: rgb(224, 224, 224);
    border-bottom-style: dotted;  border-bottom-width: 1px;
}

.main-info-block>ul {
    padding: 0;
    margin: 0;
}

.main-info-block>ul>li:hover {
    background-color: #eee;
}

#slider {
    width: 100%;
    height: 388px;
    margin: 4px 0;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    border: 1px solid #dedede;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

#slider ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#slider .bx-wrapper {
}

.bx-viewport ul {
    margin: 0;
}
.scr_img {
    overflow: hidden;
    height: 388px;
    position: relative;
}

.scr_img .ic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.scr_img img {
    width: 100%;
}

.scr_img .infolink {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 18px;
    text-shadow: #fff 0 0 10px, #fff 0 0 8px, #fff 0 0 6px, #fff 0 0 4px, #fff 0 0 2px;
}
.scr_img .infolink a {
    display: block;
    height: 50px;
    padding-top: 338px;
    padding-left: 20px;
    color: #FF6200;

}

.scr_img .infolink a:hover {
    color: #08A1CA;
}

.bx-controls {
    position: absolute;
    top: 16px;
    right: 12px;

}

.bx-default-pager a {
    text-indent: -9999px;
    display: block;
}

.bx-pager-item {
    display: inline-block;
}

.bx-pager-item a {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #222;
    border: 1px solid #fff;
    box-shadow: 0 0 2px #fff;
    margin: 0 3px;
    cursor: pointer;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    opacity: 0.4;
}
.bx-pager-item a.active {
    opacity: 0.9;
}

.upside_search {
    padding: 8px;
    text-align: center;
}

.upside_search .sisea-search-form {
    margin: 0;
    padding: 0;
}

.upside_search #search {
    width: 182px;
    vertical-align: top;
    padding-left: 4px;
}

.upside_search .searchbutton {
    vertical-align: top;
}

.link_with_img img {
    width: 100%;
}

.base_footer {
    width: 1000px;
    margin: 6px auto;
    font-size: 0.9em;
    color: #aaa;
}

.base_footer .bdy {
    position: absolute;
    top: 0;
    right: 0;
}

.base_footer .credits {
    position: relative;
    border-top: 2px solid #aaa;
}

/* ++++++++ cabinet ++++++++++ */
input#k1 {
    text-align: center;
    width: 2em;
}

.k-wrapper {
    display: inline-block;
    margin-right: 1em;
    padding-top: 6px;
}

input#k2 {
    text-align: center;
    width: 4em;
}

.datepicker {
    text-align: center;
    width: 6em;
}

.month_year_datepicker .ui-datepicker-calendar {
    display: none;
}

.paysform {
    padding: 1em;
}

div#showpaysform table {
    border: 1px solid #999;
    border-collapse: collapse;
    width: 100%;
}

div#showpaysform table td {
    padding: 7px;
}

.kh12 {
    color: red;
}
img._loading {
    width: 33px;
    vertical-align: top;
}

.cabinet_login_register_button {
    text-align: center;
    padding: 1em;
}

.redbox {
    border-color: red !important;
}

table.regInfoTable {
    width: 100%;
}

table.regInfoTable td:first-child {
    text-align: right;
}

table.regInfoTable td {
    padding: 4px;
}

table.regInfoTable input {
    padding: 6px;
    width: 180px;
}
/* =========== cabinet ================ */
.error_msg {
    display: inline-block;
    background-color: #f5f5f5;
    /* padding: 0 1em; */
    margin: 0 0.5em 0.5em 0;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.error_msg h2 {
    background-color: #ddd;
    margin: 0;
    padding: 4px 8px;
    color: #FF6200;
}

.error_msg h4 {
    color: #333;
    padding: 0 1em;
}

.counters-wrapper {
    margin: 1em 0;
    padding: 0.5em;
    border: 1px solid #bbb;
}

table.counters_table td {
    text-align: center;
}

.counter_data {
    width: 7em;
    text-align: center;
    color: #000;
    border: 1px solid #ed6b45;
}

.counters_table th {
    padding: 0 0.8em;
    font-size: 0.8em;
}


.paging ul.pageList {
    list-style: none;
    margin: 1em;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paging ul.pageList li a {
    padding: 0.5em;
}

.paging ul.pageList li a.active,
.paging ul.pageList li a:hover {
    background-color: #f0f0f3;
    border-radius: 25%;
    color: #f66203;
}

.paging ul.pageList li.control:first-child a,
.paging ul.pageList li.control:last-child a {
    font-size: 0;
}

.paging ul.pageList li.control:first-child a:before,
.paging ul.pageList li.control:last-child a:before {
    font-size: initial;
    padding: 0.5em;
}

.paging ul.pageList li.control:first-child a:before {
    content: '<';
}

.paging ul.pageList li.control:last-child a:before {
    content: '>';
}
