* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0; }

body {
  font-family: open_sansregular, Helvetica, Tahoma;
  font-size: 16px; }

.clear {
  clear: both; }

#container {
  min-width: 980px;
  max-width: 100%; }
  #container .wrap {
    min-width: 980px;
    max-width: 2000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 3.5%; }
  #container .header {
    overflow: hidden;
    margin: 20px 0 20px; }
    #container .header .left {
      float: left; }
      #container .header .left .logo {
        width: 220px; }
        #container .header .left .logo img {
          display: block;
          width: 100%;
          float: left; }
      #container .header .left p {
        font-size: 52px;
        color: #4b88d7;
        margin: 8px 0 0 240px; }
    #container .header .contacts {
      float: right;
      margin: 20px 0 0 0; }
      #container .header .contacts p {
        color: #000;
        font-family: open_sansregular;
        font-size: 18px;
        line-height: 22px;
        text-align: justify; }
        #container .header .contacts p a {
          color: #4b88d7;
          font-size: 18px;
          line-height: 22px; }
        #container .header .contacts p a:hover {
          text-decoration: none; }
  #container .content .block {
    background: #a4c6e6;
    padding: 40px 0;
    overflow: hidden; }
    #container .content .block .img {
      float: left;
      width: 30%; }
      #container .content .block .img img {
        width: 100%; }
    #container .content .block .text {
      float: right;
      width: 65%; }
      #container .content .block .text .title {
        color: #000;
        font-size: 24px;
        font-family: open_sansbold;
        line-height: 24px;
        margin: 0 0 10px 0;
        text-align: center; }
      #container .content .block .text p {
        color: #000;
        font-size: 16px;
        font-family: open_sansregular;
        line-height: 24px;
        text-align: justify; }
  #container .content .right {
    background: #fff;
    margin: 40px 0;
    padding: 0; }
    #container .content .right .img {
      float: right;
      width: 30%; }
    #container .content .right .text {
      float: left;
      width: 65%; }
  #container .footer {
    margin: 35px 0 0 0;
    background: #4b88d7;
    padding: 37px 0 35px;
    box-shadow: 0 3px 3px 1px #333 inset; }
    #container .footer p {
      text-align: center;
      color: #fff;
      font-size: 24px; }

/*# sourceMappingURL=style.css.map */
