body {
  font: 12px/18px Arial, Helvetica, sans-serif;
  width: 100%;
  font-size: 14px;
  color: #5c5c5c;
  padding: 0;

  margin: 10px 0px 10px 0px;
  background: #fff url(./backGradientTop.png) repeat-x center top;
  width: 100%;
  display: table;
}
.wrapper {
  width: 1000px;
  margin: auto;
  box-shadow: 0 0 5px;
  background: #fff;
}
a {
  text-decoration: none;
  color: #256CB3;
}

h1 {
  font: 12px/18px Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding: 0px 0px 0px 0px;
  color: #FF1B00;
  text-transform: uppercase;
  text-decoration: underline;
}
h2 {
  font: 12px/18px Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
}
h3{
  font: 12px/18px Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding: 0px 0px 0px 0px;
  color: #256CB3;
  text-transform: uppercase;
  text-decoration: underline;
}
h4{
  font: 12px/18px Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding: 0px 0px 0px 0px;
  color: #256CB3;
  text-decoration: underline;
}
h5{
  font: 12px/18px Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  color: #5c5c5c;
}
}
h6{
  font: 12px/18px Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding: 0px 0px 0px 0px;
  color: #5c5c5c;
}
.news {
  font: 12px/18px Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 5px 0px 20px 0px;
  color:#256CB3;
}
/* Header
-----------------------------------------------------------------------------*/
  .header {
    height: 100px;
    width: 1000px;
  }
  .logo {
    height: 100px;
    width: 300px;
    float:left;
  }    
  .logo_text {
    height: 100px;
    width: 700px;
    float:right;
  }
  .menu {
    height: 36px;
    background: #256CB3;
    box-shadow: 0 0 5px;
  }
  .menu_left {
    height: 35px;
    background: #60ABEC;
    float:left;
  }
  .menu_right {
    background: #256CB3;
    float: right;
    margin: 7px 7px 7px 7px;
  }
  /* Middle
  -----------------------------------------------------------------------------*/
  .content {
    box-sizing: border-box;
    padding: 5px;
  }
  /* Footer
  -----------------------------------------------------------------------------*/
  .footer {
    height: 20px;
    background: #256CB3;
    font-weight: bold;
    color: #fff;
    padding: 6px;
    font-size: 14px;
  }
  .footer1 {
    background: #fff;
    font-weight: bold;
    color: #d5d5d5;
    padding: 4px;
    font-size: 14px;
  }
  /* Menu
  -----------------------------------------------------------------------------*/
  #menu1 {
    position:relative;
    display:block;
    width:100%;
    height:auto;
    z-index:10;
  }
  #menu1 ul {
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width:100%;
    height:auto;
    list-style:none;
    background:#256CB3;
  }
  #menu1 > ul::after{
    display:block;
    width:100%;
    height:0px;
    clear:both;
    content:" ";
  }
  #menu1 ul li{
    position:relative;
    display:block;
    float:left;
    width:auto;
    height:auto;
  }
  #menu1 ul li a{
    display:block;
    padding:9px;
    font-size:13px;
    font-family:Arial, sans-serif;
    color:#ffffef;
    line-height:1.3em;
    text-decoration:none;
    font-weight:bold;
    text-transform:uppercase;
    height:36px;
    box-sizing:border-box;
  }
  #menu1 ul li > a:hover, #menu1 ul li:hover > a{
    background:#60ABEC;
    color:#FFF;
  }			
  #menu1 ul li ul{
    position:absolute;
    top:36px;
    left:0px;
    display:none;
    width:200px;
    background:#60ABEC;
  }
  #menu1 ul li:hover ul{display:block;}/*эта строчка реализует механизм выпадения*/
  #menu1 ul li ul li{
    float:none;
    width:100%;
  }
  #menu1 ul li ul li a{
    display:block;
    text-transform:none;
    height:auto;
    padding:7px 25px;
    width:100%;
    box-sizing:border-box;
    border-top:1px solid #ffffff;
  }
  #menu1 ul li ul li:first-child a{border-top:0px;}
  #menu1 ul li ul li a:hover{
    background:#D7D6D4;
    color:#2D5B89;
  }		
  /* Начало Активный пункт меню
  -----------------------------------------------------------------------------*/		
  #menu1 ul li a.active{
    color:#fff;
    text-decoration:none;
    background: #60ABEC;
  }
  /* Конец Активный пункт меню
  -----------------------------------------------------------------------------*/	

  /* Анимированный переход на верх страницы
  -----------------------------------------------------------------------------*/
  #back-top {
    position: fixed;
    bottom: 30px;
    right: 100px;
  }
  #back-top a {
    width: 60px;
    display: block;
    text-align: center;
    font: 12px/100% Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #bbb;
    font-weight: bold;

    /* замедление */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
  }
  #back-top a:hover {
    color: #000;
  }
  /* изображение со стрелкой (тег span) */
  #back-top span {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 5px;
    background: #ddd url(./up-arrow.png) no-repeat center center;

    /* закругленные углы */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    /* замедление */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
  }
  #back-top a:hover span {
    background-color: #256CB3;
  }

  /*---Вывод меню Обратная связь---*/
  ul#set-v,
  ul#set-v li,
  ul#set-v ul {
    margin: 0;
    border: 0 none;
    padding: 0;
    width: 100%; 
    list-style: none;
  }
  ul#set-v:after {
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: ".";
    height: 0;
    visibility: hidden;
  }
  ul#set-v li {
    float: left; 
    display: block !important; 
    display: inline; 
    position: relative;
  }
  ul#set-v a {
    border: 1px solid #FFF;
    padding: 3px 3px 3px 10px;
    display: block;
    background: #d1f2ff;
    color: #4A4A4A;
    text-decoration: none;
    height: 1%; 
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold 
  }
  ul#set-v a:hover,
  ul#set-v li:hover a,
  ul#set-v li.iehover a {
    background: #0079C0;
    color: #fff;
  }
  /*---Конц меню Обратная связь-----*/

  .input-label{
    text-align: center;
  }

  .form-check{
    text-align: center;
    margin-top: 20px;
  }

  .input-form{
    padding: 7px;
    width: 215px;
    margin: 5px;
    font-size: 14px;
    background-color: white;
    border: solid 1px darkgrey;
    border-radius: 0px;
    -webkit-appearance: none;
  }

  .form-center{
    text-align: center;
  }
  .form-group{
    text-align: right;
  }

  .btn-primary{
    padding: 14px 80px;
    border-radius: 10px;
    background-color: #20B236;
    font-size: 16px;
    color: white;
    margin-top: 10px;
    cursor: pointer;
  }

  .error-message{
    color: #AA0909;
    text-align: center;
  }
  .warning-message{
    color: #AA6C09;
    text-align: center;
  }

  .success-message{
    color: #128323;
    text-align: center;
  }

.g-recaptcha > div {
  margin: 0 auto;
}

.table-top {
	padding: 10px;
}

.table-top tr {
  vertical-align: top;
}

.table-top td {
  display: inline-block;
}

.table-top img {
  max-width: 100%;
}
