.bkg-sp .special-sentence ul li {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    height: auto;
}
.bkg-sp .special-sentence{
    padding-bottom:0 !important;
}
.bkg-cnt .row .catalog .right-col .advantage-r ul li {
    padding: 0;
}
.bkg-fb .feedback .cont-fb form .right-form a {
    width: 35px !important;
}
.bkg-fb .feedback .cont-fb form .right-form a, .bkg-fb .feedback .cont-fb form img {
    width: 100px;
}
.center-block .news ul li{
  padding-bottom:20px;
}
.center-block .news ul li .soc-item .next{
    float: left;
    border-radius: 100%;
    text-align: center;
    margin: 5px;
    transition: .5s;
    text-decoration:none;
}
.center-block .news ul li .soc-item .next .fa-chevron-circle-right{
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 3px;
    font-size: 26px;
}
.bkg-h .header .row .contacts-top ul li .logo-base a{
    position:relative;
    bottom: 0;
    left: 0;
    right: 0;
}
.modal-dialog{
     border-radius: 8px;
}
.modal-body{
    position: relative;
    padding: 15px;
    overflow: hidden;
    height: auto;
    background: #1e2f58;
}
.modal-body form input{
    margin-bottom: 10px;
    border-radius: 8px;
}
.modal-body form{
    padding: 20px;
    overflow: hidden;
    height: auto;
}
.modal-body .form-group{
    padding:0;
    margin-bottom:0;
}
.special-all{
    padding-top:20px;
    padding-bottom:20px;
}
.special-all ul{
    padding:0;
    overflow:hidden;
    height:auto;
    list-style:none;
    margin:0;
}
.special-all ul li {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    transition:0.5s;
}
.special-all ul li:hover {
    transform: translate3d(0,5px,0);
}
.special-all ul li img{
    width: 260px;
    height: 260px;
}
.special-all ul li span{
    position: absolute;
    width: 260px;
    height: 150px;
    bottom: 0;
    left: 0;
    background: rgba(38,71,150,.6);
}
.special-all ul li span a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 3;
    padding-left: 50px;
    position: relative;
    font-size: 20px;
    font-family: INTROREGULAR;
    text-decoration: none;
}
#searchinput{
    width:90%;
    float:left;
}
#searchsubmit{
    background: darkgray;
    color: #fff;
    border-radius: 8px;
    width: 50px;
    height: 35px;
}
.backgr-ft .footer ul li .development {
    padding-top: 10px;
}
.bkg-sp .special-sentence ul {
    padding-left: 0;
}
.bkg-mp .map span {
    z-index: 1223;
}
.breadcrumbs{
    padding-top:40px;
}
.breadcrumbs span a{
    font-size:14px;
    color:#ccc;
    padding:10px;
}
.breadcrumbs .divider{
    font-size:14px;
    color:#ccc;
}
.bkg-cnt .row .catalog .left-col .table-p table tr td {
    vertical-align: middle;
    height: 20px;
    font-size: 12px;
    color: #000;
    font-family: Arial;
    font-weight: 700;
    padding: 0 !important;
    text-align: left;
    border-bottom:1px solid #ccc;
}
/*table{
    width:100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    float: none;
    overflow: hidden;
    height: auto;
    border:none;
}
table tr{
    border:1px solid #fff;
}
table tr td {
    vertical-align: middle;
    height: 20px;
    font-size: 12px !important;
    color: #000;
    font-family: Arial;
    font-weight: 700;
    padding: 0 !important;
    text-align: left;
    border-bottom:1px solid #ccc;
}
table tr td p{
    vertical-align: middle;
    font-size: 12px !important;
    color: #000;
    font-family: Arial;
    font-weight: 700;
    padding: 0 !important;
    text-align: left;
    margin:0;
    line-height: 16px !important;
}
table tr em{
    display: block;
    font-size: 16px;
    font-family: Arial;
    font-style: italic;
    color: #666;
    font-weight: 400;
    padding: 10px;
    text-align: center;
}*/

table {
  text-align: left;
  line-height: 40px;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #3257B5;
  width: 500px;
  margin: 50px auto;
  border-radius: .25rem;
}

tr:first-child {
  background: #3257B5;
  color: #fff !important;
  border: none;
}

tr:first-child p, tr:first-child th {
  margin: 0;
  color: #fff !important;
}

th:first-child,
td:first-child {
  padding: 0 15px 0 20px;
}

tr:last-child th {
  border-bottom: 3px solid #ddd;
}

tbody tr:hover {
  background-color: rgba(237, 28, 64, .1);
  cursor: default;
}

tbody tr:last-child td {
  /*border: none;*/
}

tbody td {
  border-bottom: 1px solid #ddd;
}

td:last-child {
  text-align: right;
  padding-right: 10px;
}