table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
    float: left;
    position: absolute;
    left: 5px;
    top: 4px;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    background-image: url(images/icon_warn.png);
}

/* @media(max-width:980px){
	.error-fld {
		left: initial;
		right: 7px;
	}
} */
.form__rukovodstvo {
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.form__rukovodstvo-container {
  width: auto !important;
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
  z-index: 100;
}

.form__rukovodstvo-content {
  width: 100%;
  max-width: 980px;
  background: white;
  padding: 40px 50px 80px 50px;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  transform: scale(0.9);

  transition: opacity 200ms ease, transform 200ms ease;
  transition-delay: 0ms;
}

.form__input-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-right: 40px;
  flex-shrink: 1;
}

.form__input-wrap.form__input-wrap {
  margin-bottom: 20px;
}

.form__rukovodstvo-wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

.form__rukovodstvo-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-right: 40px;
  flex-shrink: 1;
}
.form__rukovodstvo-title{
    color: #2A4045;
    font: 400 24px 'Roboto';
    text-align: center;
}

h1.title_theme_green::before {
  background-image: url(https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxfDB8MXxyYW5kb218MHx8fHx8fHx8MTY5ODQyNzk4Mg&ixlib=rb-4.0.3&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=1080);
}
@media (max-width: 800px) {
  .form__rukovodstvo-content {
    padding: 30px;
  }

  .form__rukovodstvo-wrapper {
    flex-direction: column;
  }
}
