.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: 90px 0;
}

.inner-header {
/*    padding: 20px 0;*/
    padding-bottom: 10px;
}

.contact-page__item__inner {
    height: 590px;
}
.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: 135px;
    width: 210px;
}

.receive_by_email{
    position: fixed;
    bottom: 180px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    background: url(../img/receive_by_email1.png) no-repeat 0px 0px;
    height: 135px;
    width: 210px;
}




#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;
    }
    .receive_by_email{
        position: fixed;
        bottom: 120px;
        right: 20px;
        z-index: 9999;
        cursor: pointer;
        background: url(../img/receive_by_email1_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;
}

@media (max-width: 767px) {
.header__link-cabinet{
	color:#FFF03C;
	font-size:10px;
	font-weight:400;
	border-color:#FFF03C;
	padding:10px 10px 10px 30px
}
.header__contact {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    margin-bottom: 15px;
}




}

.dropbtn {
    /*background-color: #4CAF50;*/
    /*color: white;*/
    /*padding: 16px;*/
    /*font-size: 16px;*/
    /*border: none;*/
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0074BE;
    border-color:#FFF03C;
    color:#FFF03C;
/*    background-color: #FFF03C  !important;*/
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9;
    top: 27px;
    border-radius: 10px;
    border: solid 1px;
}

.dropdown-content a {
    color:#FFF03C;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 8px;
}

.dropdown-content a:hover {
    color:#0074BE;
    background-color: #FFF03C;
}

.dropdown:hover .dropdown-content {display: block;}

/*.dropdown:hover .dropbtn {background-color: #FFF03C;}*/


.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%;--!>
	}
}
.form-group-button{
    padding:0px 30px 30px 0px;
    display: flex;
    justify-content: center;
    
}
#fiz.btn.btn-primary{
    margin:0px 20px 0px 0px;
    font-size: 18px;
}
#yur.btn.btn-primary{
    margin:0px 0px 0px 20px;
    font-size: 18px;
}
/*Убираем стрелочки больше-меньше в поле ввода цифр*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}