html, body
{
  margin: 0;
  padding: 0;
  height: 100%;
}
body, table, td
{
  margin: 0;
  background-color: #FFFFFF;
  font-family: verdana;
  color: #676767;
  font-weight: normal;
  font-size: 9pt;
}
.ts1
{
  border: 0;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  vertical-align: top;
  text-align: left;
  width: 100%;
}
.ts2
{
  border: 0;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  vertical-align: top;
  width: 100%;
  border-spacing: 0;
}
p
{
  color: #4070C8;
  font-family: verdana;
  font-size: 9pt;
  padding-top: 10px;
  text-align: left;
  text-indent: 0;
}
.radio1
{
  width: 17px;
  height: 17px;
  color: #F24C1F;
}
.i_s1
{
  border: 1px solid #4E81FF;
  background: white;
  color: #F24C1F;
  width: 140px;
  font-size: 10pt;
  margin: 0;
  height: 24px;
}
.inp_s1
{
  background: #B8D4FA;
  font-size: 10pt;
  color: #1957C9;
  font-weight: bold;
  border: 2px solid #D0D0D0;
  border-color: #D8D8D8 #A0A0A0 #A0A0A0 #D8D8D8; /*#D09000;*/
  width: 65px;
  height: 24px;
  margin: 0;
}
a.s
{
  color: #3E70E9;
  text-decoration: none;
}
a.s:hover
{
  color: #F24C1F;
  text-decoration: underline;
}
h6
{
  color: #F24C1F;
  font-weight: bold;
  font-size: 14px;
  font-family: verdana;
  padding-left: 100px;
  margin: 0px;
  padding-bottom: 7px;
  border-bottom: 1px solid #235FCC;
}
img
{
  border: 0;
}
div
{
  padding-bottom: 5px;
}
/* Уведомление об использовании метрических программ */
.metric-program-notification__wrapper
{
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 88, 169, .94);
  color: #fff;
}
.metric-program-notification__wrapper_show
{
  display: block;
}
.metric-program-notification__form
{
  display: flex;
  position: relative;
  min-width: 576px;
  width: 60%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px)
{
  .metric-program-notification__form
  {
    width: 75%;
  }
}
@media screen and (max-width: 1100px)
{
  .metric-program-notification__form
  {
    width: 100%;
  }
}
@media screen and (max-width: 720px)
{
  .metric-program-notification__form
  {
    min-width: auto;
    flex-direction: column;
  }
}
.metric-program-notification__content
{
  padding-right: 30px;
}
.metric-program-notification__content p
{
  font-size: 11pt;
  color: #fff;
}
.metric-program-notification__button-close
{
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  padding: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  /*background-color: #136ca9;*/
  background-color: transparent;
  font-size: 30px;
  line-height: 30px;
  transition: background-color .5s ease-out;
  z-index: 1;
}
.metric-program-notification__button-close div
{
  width: 100%;
  height: 100%;
  position: relative;
}
/*.metric-program-notification__button-close div:after
{
  display: inline-block;
  content: "\00d7";
  font-size: 30px;
  line-height: 22px;
  position: absolute;
  left: 3px;
}*/
.metric-program-notification__button-close div
{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.metric-program-notification__button-close div:before,
.metric-program-notification__button-close div:after
{
  position: absolute;
  content: ' ';
  height: 25px;
  width: 2px;
  top: 3px;
  background-color: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
  .metric-program-notification__button-close div
  {
    margin-left: -2px;
  }
}
.metric-program-notification__button-close div:before
{
  transform: rotate(45deg);
}
.metric-program-notification__button-close div:after
{
  transform: rotate(-45deg);
}
.metric-program-notification__button-close:hover
{
  background-color: #2782c1;
}
.metric-program-notification__button-accept
{
  min-width: 135px;
  height: 100%;
  align-self: center;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 25px;
  font-size: 105%;
  cursor: pointer;
  background-color: #58b2de;
  transition: background-color .5s ease-out;
}
.metric-program-notification__button-accept:hover
{
  background-color: #2782c1;
}