@charset "utf-8";
/* Typography */

@import url("css-family=PT+Sans-400,400i,700,700i&subset=cyrillic.css")/*tpa=https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic*/;
@import url("css-family=Philosopher-400,400i,700,700i&subset=cyrillic.css")/*tpa=https://fonts.googleapis.com/css?family=Philosopher:400,400i,700,700i&subset=cyrillic*/;
body {
  color: #aec1da;
  font: 16px/21px "PT Sans", Arial, Tahoma, sans-serif;
}
#upmtd,
.leftmenu {
  font-family: 'Philosopher', 'Times New Roman', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
  font-family: 'Philosopher', 'Times New Roman', sans-serif;
}

h1 {color: #859ab4; font-size: 36px; line-height: 30px; text-align: right;}
h2 {color: #5ab2f9; font-size: 30px; text-align: center;}
h3 {color: #fff; font-size: 24px;}
h4 {color: #859ab4; font-size: 18px; text-align: center;}
h5 {color: #fff;}
h6 {color: #859ab4;}

#main_content {font-size: 16px;}
#foottext {font-size: 16px;}

