.article .detail_picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 56%;
    /*margin: 0px 14px 21px 170px; EM-21OCT*/
}

.universal-blocknew {
    font-family: OpenSans-Regular, sans-serif;
    color: #555567;
    margin-bottom: 20px;
}

.cert-img {
	height: 268px;
	margin-bottom: 30px;
	display: inline-block;
	overflow: hidden;
}

body .header-lang.open .header-lang-output {
    color: #008ce4;
}


.product-table td, .product-table th {
    white-space: unset !important;
}

.cert-item .cert-img img {
    margin-bottom: 0;
    height: auto;
}

.action-table td {
	white-space: normal !important;
}

.subscribe-form.search-form {
    background-color: #f3f3f3;
    padding: 30px;
    margin: 30px 0;
}

.search-sorting {
	font-family: OpenSans-Regular,sans-serif;
}

.sell_service br {
    display: block !important;
}

.article {
    font-family: OpenSans-Regular,sans-serif;
    line-height: 1.875;
}

.article a, .timeline-box a, .universal-block-body a {
    color: #008ce4 !important;
}

.universal-block-body a.btn {
    color: #FFF !important;
}

.select-form .form-field select[disabled] {
    color: #999;
}

.timline-date {
    max-width: 90px;
}

.subscribe-res {
    padding-top: 14px;
    font-family: OpenSans-Regular,sans-serif;
    color: #008ce4;
}

.error {
    color: #d64949;
}

.universal-form .form-textarea .invalid {
    border-color: #d64949;
}

.form-error font.errortext {
    color: #d64949 !important;
}

.form-error {
    padding-top: 14px;
}


/*NEW STYLES 18.02.2020*/
.links-block ul {
  padding: 0;
  padding-left: 0px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.links-block ul li::before {
  display: none;
}

.links-block ul li {
  padding-left: 0;
}

table {
  text-align: center;
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
}

table td {
  border: 1px solid #e5e5e5;
  padding: 18px 10px;
  line-height: 1.1;
}

table th {
  font-size: 12px;
  font-family: OpenSans-Semibold,sans-serif;
  font-weight: lighter;
  background-color: #f3f3f3;
  border-bottom: 0;
  border-bottom-color: currentcolor;
  border-top: 0;
  border-top-color: currentcolor;
  border-color: transparent;
  border-left-color: transparent;
  white-space: nowrap;
  line-height: 1.5;
  padding: 12px 10px;
}

table img {
  max-width: 80px;
}

table br {
  /*display: none;*/
}

.product-table br {
  /*display: none;*/
}

.header-lang {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  margin-left: 15px;
  font-size: 16px;
}

.header-lang.open .lang-list {
  display: block;
}

.header-lang-output .fa {
  font-weight: bold;
  transition: all .2s ease-out;
  margin-left: 5px;
  font-size: 18px;
}

.header-lang.open .fa {
  transform: scale(-1);
}

.lang-list-option a:hover {
  text-decoration: none;
  color: red;
}

.header-lang.open .header-lang-output {
  color: red;
}

.lang-list {
  display: none;
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.header-tools > a {
  font-size: 20px;
}

.select-list {
  display: none;
  width: 100%;
  left: 0;
  top: -webkit-calc(100% + 5px);
  top: calc(100% + 5px);
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 40px 100px rgba(16, 57, 135, 0.15);
  box-shadow: 0 40px 100px rgba(16, 57, 135, 0.15);
  padding: 9px 0 14px;
  color: rgba(28, 28, 28, 0.5);
  z-index: 1;
  margin-bottom: 0;
}

.select-list.active {
  display: block;
}

.select-list-option {
  padding: 6px 15px;
  transition: all .2s ease-out;
  cursor: pointer;
}
.select-list-option:hover {
  color: #008ce4;
}
.select-input {
  text-overflow: ellipsis;
  transition: all .2s ease-out;
}
.select-form .form-field .select-input.is-open {
  border-color: #008ce4;
}
.select-input.is-open ~ i {
  color: #008ce4;
}

.product-table th,
table th {
  white-space: normal;
}

.product-table td,
table td {
  /*width: 100%;*/
  white-space: normal;
}

.gray-table,
.odd-table {
  border: 1px solid;
  border-collapse: separate;
  text-align: left;
}
.gray-table th,
.gray-table td,
.odd-table th,
.odd-table td {
  background: #F2F2F2;
  border: 1px solid;
  font-size: 14px;
}
.gray-table th,
.odd-table th {
  font-family: Inter, sans-serif;
  font-weight: 600;
}
.gray-table td,
.odd-table td {
  font-family: Inter, sans-serif;
}


.odd-table th {
  background: #a5a5a5 !important;
}
.odd-table tr:nth-child(odd) td {
  background: #f0f0f0 !important;
}
.odd-table tr:nth-child(even) td {
  background: #e1e1e1 !important;
}

/*Медиа запросы*/
@media (max-width: 1460px) {
  .geography-pin > div::before {
    font-size: 30px;
  }
  .product-table br {
    display: none;
  }
  .product-table td,
  .action-table td {
    white-space: normal;
  }
  .table-wrap {
    max-width: 100%;
    width: 100%;
    overflow: visible;
  }

}
@media (max-width: 1200px){
  .geography-pin > div .tooltip,
  .geography-static-pin .tooltip{
    transform: translateX(-50%);
  }
  .geography-pin > div:hover .tooltip {
    transform: scale(1) translateX(-50%);
  }
  .geography-pin > div::before {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .table-wrap {
   overflow: auto;
 }
}

@media (max-width: 768px) {
  .geography-pin > div::before,
  .geography-static-pin > div::before {
    font-size: 22px;
  }
}

.bx-core-adm-dialog .adm-detail-content-cell-l {
width:40%;
}

.action-table, .product-table {
    table-layout: fixed;
}


.product-table th:first-of-type {
    border-left: 1px solid #f3f3f3;
    max-width: 200px;
}


body .metallurgy::before {
    content: "\e909";
}

body .port::before {
  content: "\e90d";
}

body .icon-port:before {
  content: "\e90d";
}


body .factory::before {
    content: "\e906";
}

body .build:before {
    content: "\e904";
}


.icon-ferrosplav:before {
  content: "\e915";
}

body .ferrosplav::before {
  content: "\e915";
}


body .icon-scroll:before {
  content: "\e900";
}
body .icon-anvil:before {
  content: "\e901";
}
body .icon-arrow-left:before {
  content: "\e902";
}
body .icon-arrow-right:before {
  content: "\e903";
}
body .icon-build:before {
  content: "\e904";
}
body .icon-electric-tower:before {
  content: "\e905";
}
body .icon-factory:before {
  content: "\e906";
}
body .icon-long-arrow-down:before {
  content: "\e907";
}
body .icon-long-arrow-right:before {
  content: "\e908";
}
body .icon-metallurgy:before {
  content: "\e909";
}
body .icon-mining-cart:before {
  content: "\e90a";
}
body .icon-mining-cart2:before {
  content: "\e90b";
}
body .icon-network:before {
  content: "\e90c";
}
body .icon-port:before {
  content: "\e90d";
}
body .icon-search:before {
  content: "\e90e";
}
body .icon-ship:before {
  content: "\e90f";
}
body .icon-track:before {
  content: "\e910";
}
body .icon-train:before {
  content: "\e911";
}
body .icon-envelope:before {
  content: "\e912";
}
body .icon-read:before {
  content: "\e913";
}
body .icon-download:before {
  content: "\e914";
}
body .icon-ferrosplav:before {
  content: "\e915";
}


