@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);

/* Общая страница */
body {
  margin: 0;
  padding: 0;
  background: #f4f6fb;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  color: #2c2c2c;
  line-height: 1.7;
}

/* Главный контейнер */
#cssmenu {
  max-width: 1000px;
  margin: 40px auto;
  padding: 40px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Заголовки */
h1 {
  color: #152c70;
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
}

h2 {
  color: #152c70;
  font-size: 24px;
  margin-top: 30px;
  border-bottom: 2px solid #152c70;
  padding-bottom: 5px;
}

h3 {
  color: #333;
  font-size: 20px;
  margin-top: 25px;
}

/* Абзацы */
p {
  font-size: 17px;
  margin: 12px 0;
}

/* Списки */
ul, ol {
  margin: 10px 0 20px 25px;
}

li {
  margin-bottom: 6px;
  font-size: 16px;
}

/* Информационные блоки */
.info-box {
  background: #eef2ff;
  border-left: 5px solid #152c70;
  padding: 15px 20px;
  margin: 25px 0;
  font-size: 17px;
}

/* Кнопки-ссылки (Zoom, регистрация) */
.btn {
  display: inline-block;
  background: #152c70;
  color: #ffffff;
  padding: 12px 22px;
  text-decoration: none;
  font-size: 16px;
  margin: 10px 10px 10px 0;
  border-radius: 4px;
}

.btn:hover {
  background: #0f1f52;
}

/* Центрирование шапки */
.header-center {
  text-align: center;
  margin-bottom: 25px;
}

.subtitle {
  text-align: center;
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

/* Разделительная линия */
hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 35px 0;
}
