﻿@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i&subset=cyrillic');
body {
  font-family: 'Roboto Condensed', sans-serif;

  background-color: #f7f9f6;
  margin: 0px;
}

h2 {
    font-size: 1.2rem;
    line-height: 21px;
}

td {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
}

b a {
    font-size: 11pt
}

.title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12pt;
  color: #b02a30;
  font-weight: bold;
  padding: 0px 0px 0px 45px;
  text-transform: uppercase
}

.title a{
  color: #b02a30;
  text-decoration: none;
}

.title a:hover{
  color: #b02a30;
  text-decoration: underline;
}

.menu_root {
  font-size: 11 px;
  color: #2f5a3e;
  font-weight: bold;
  margin-right: 15px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.menu_root a {
  color: #2f5a3e;
  font-size: 10pt;
  text-decoration: none;
}

.menu_root a:hover {
  color: #b02a30;
  font-weight: bold;
  text-decoration: underline;
}

.submenu {
  font-size: 11pt;
  /*text-transform: uppercase;*/
  padding: 2px 0px 2px 5px;
  color: #2f5a3e;
  text-decoration: none;
}
.submenu a {
  padding: 2px 0px 2px 5px;
  color: #2f5a3e;
  text-decoration: none;
}

.submenu a:hover {
  color: #b02a30;
  text-decoration: underline;
}

.text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11pt;
  color: #000000;
  text-decoration: none;
  text-align: justify
}

.text a {
  color: #4D496D;
  text-decoration: none;
}
.text a:hover {
  color: #0080C0;
  text-decoration: underline;
}

.top_link {
  font-size: 9pt;
  color: #000000;
  text-align: center;
  text-decoration: none;
}

.top_link a {
  color: #000000;
  text-decoration: none;
}
.top_link a:hover {
  color: #0080C0;
  text-decoration: underline;
}

.footer {
  margin: 15px;
  font-size: 12pt;
  color: #000000;
  text-align: center;
}
.footer a {
  color: #000000;
  text-decoration: none
}
.footer a:hover {
  color: #000000;
  text-decoration: underline
}

input {
  border:1px solid #000000;
}

textarea {
  border:1px solid #000000;
}

/*select {
  border:1px solid #000000;
}*/
select {
   /* Set as display block and auto left/right margins to centre */
   display: block;
   margin: 0;
   border:1px solid #000000;
   /* Set select's width */
   width: 280px;
}

.radio {
    border: 0px;
    padding: 1px 1px 1px 1px;
}
#submenu {margin:0px 15px 0px 0;list-style:none;}
#submenu  li{padding:12px 8px 0;}
#submenu  li a{padding-left:8px;font:bold 9pt;text-decoration:none;}
#submenu  li a:hover, #submenu  .selected{background-color:inherit;color:#d01c02;text-decoration:underline;}

/*a, a:visited, a:link {
    text-decoration: none;
    /*color: #4D496D;*/
/*}
a:hover {
    text-decoration: underline;
}*/

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column1 {
  float: left;
}

.column2 {
  float: left;

}

/* Clear floats after the columns */
.row:after {
  clear: both;
}
