@import "../css/reset.css";
body {
  background-color: #2d79b3;
  font: 17px/20px Tahoma, "Geneva CY", sans-serif;
  color: #fff;
  position: relative;
}
body:after {
  content: '';
  display: block;
  width: 380px;
  height: 355px;
  background: url(../images/bgr.png) 0px 0px no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
}
header {
  background-color: #fff;
  padding: 25px 0;
}
header .logo {
  display: table;
  padding-top: 10px;
  margin: 0 auto;
}
main {
  background-color: #2d79b3;
}
main .wrapper {
  position: relative;
  padding: 45px 0;
}
main .cont div {
  padding: 30px 0;
}
main .cont div:first-child {
  padding-top: 0;
  position: relative;
}
main .cont div:first-child:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 135px;
  background-color: #fff;
}
main .cont div p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.2;
}
main .cont div p:first-child {
  margin-top: 0;
  font-size: 17px;
}
