.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;
}


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%;

}

@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%;
    }
}


.features-tender {
	width: 33%;
	padding: 30px 40px;
}

.header__contact__block-reception
{
	margin-top: 20px;
}

.header__link {
	padding-bottom: 0px;
}
.smi-form form select{
	border-radius:40px
}

#ReceptionForm_file{
    width: 100% !important;
}

.bold label{
	font-weight: bold;
}

.news-list__item-img_smi{
	<!--display: inline-block;--!>
        <!--width: 25%;--!>
	padding-bottom: 12%;
	height: 170px;
}

.news-list__item-txt_smi{
	<!--display: inline-block;--!>
        <!--width: 70%;--!>
	margin-top: 0px;
	<!--position: absolute;--!>
	height: 170px;
}


@media (min-width: 992px){
.news-list__item-smi {
  float: left;
  <!--width: 100%;--!>
}
}