.customersTable {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.customersTable td, .customersTable th {
    border: 1px solid #ddd;
    padding: 8px;
}

.customersTable tr:nth-child(even){background-color: #f2f2f2;}

.customersTable tr:hover {background-color: #ddd;}

.customersTable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0074BE;
    color: white;
}


.about-page__links {
    background-color: #e7edf6;
    padding: 5px 0;
}

.job {
    background-color: #e7edf6;
    padding: 5px 0;
}

.inner-header {
/*    padding: 20px 0;*/
    padding-bottom: 10px;
}

.contact-page__item__inner {
    height: 550px;
}
.contact-page {
    padding-top: 5px;
    padding-bottom: 15px;
}

body ins{
	display:none !important;
	height:0px !important;
}
body {
	margin-top:0px !important;
}

/*****************************************************************************/
.persons__item {
    float: left;
    width: 100%;
}
.persons__item-img {
    transition: all .3s ease;
    width: 20%;
    height: 220px;
    background-size: cover;
}
.persons__item__inner {
    transition: all .3s ease;
    background-color: #fff;
    padding: 30px;
    height: 220px;
    margin-top: -220px;
    float: right;
    width: 80%;

}
.Pay_online{
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    background: url(../img/pay_online1.png) no-repeat 0px 0px;
    height: 180px;
    width: 280px;
}

#ReceptionForm_file{
    width: 100% !important;
}


@media (max-width:991px){
    .persons__item-img {
        transition: all .3s ease;
        width: 30%;
        height: 220px;
        background-size: cover;
    }
    .persons__item__inner {
        transition: all .3s ease;
        background-color: #fff;
        padding: 30px;
        height: 220px;
        margin-top: -220px;
        float: right;
        width: 70%;
    }
    .Pay_online{
        position: fixed;
        bottom: 30px;
        right: 20px;
        z-index: 9999;
        cursor: pointer;
        background: url(../img/pay_online_small.png) no-repeat 0px 0px;
        height: 90px;
        width: 140px;
    }

}

.header__contact__block-reception
{
	margin-top: 20px;
}

.header__link {
	padding-bottom: 0px;
}

.bold label{
	font-weight: bold;
}

.password {
	
	margin: 15px auto;
	position: relative;
}

.password-control {
	position: absolute;
	top: 5px;
	right: 8px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../../img/view.svg) 0 0 no-repeat;
}
.password-control.view {
	background: url('../../../img/no-view.svg') 0 0 no-repeat;
}

/* Стиль для страницы Документы на ТП */
.docs-tp{
	border:1px solid #CFCFCF; border-radius:10px;
	width:100%; height:auto; margin:50px auto;
  position:relative;
}
.docs-tp__title{
  width:auto; height:auto; display:block; padding:5px;
  position:absolute; top:-18px; left:30px;
  background-color:#F5F5F5; text-align:center;
}
.docs-tp__title h4{ margin:0; padding:0; font-weight:normal; }
.content{ margin:30px auto; width:95%; }

.items{
  display:flex; align-items:center; justify-content:space-between;
  margin:10px 0 10px 0; padding:10px;
  background-color:#F5F5F5; border-radius:10px;
}
.description h5{ font-weight:800; margin:0; padding:0; }
.description p{ margin:0; padding:0; }
.doc-down-btn input[type='button']{ margin:0; padding:0; }