body, html{
  margin: 0;
  padding: 0;
  font-size: 16px;
}
div{
  box-sizing: border-box;
}
#container{
  width: 100%;
  min-width: 1128px;
  font-family: sans-serif;
  /* line-height: 1.3em; */
}
.cont_center{
  width: 100%;
  width: 1128px;
  margin: 0 auto;
}
.header{
  width: 100%;
  height: 80px;
  text-align: center;
}
.logo{
  margin-top: 25px;
}
h2{
  font-size: 3em;
  text-transform: uppercase;
}
h3{
  font-size: 2.250em;
  text-transform: uppercase;
}
p, li{
  font-size: 0.875em;
}
.border_top{
  width: 100%;
  border-top: 1px solid #3593dc;
}
.about, .border_top .left, .border_top .right, .contacts{
  padding: 80px;
}
.border_top .left, .border_top .right{
  width: 50%;
  height: 530px;
  float: left;
}
.border_top .left{
  border-right: 1px solid #3593dc;
}
.blue_bg{
  width: 100%;
  height: 200px;
  background-color: #3593dc;
  padding: 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.blue_bg img{
  margin-right: 60px;
}
.blue_bg a{
  color: #ffffff;
  text-decoration: underline;
}
.blue_bg a:hover{
  text-decoration: none;
}
.contacts{
  width: 100%;
}
.contacts .left{
  width: 50%;
  float: left;
  border-right: 1px solid #3593dc;
}
.contacts .right{
  width: 50%;
  float: left;
  padding-left: 80px;
}

.mail_box{
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.mail_box a{
  color: #000000;
  text-decoration: underline;
}
.mail_box a:hover{
  text-decoration: none;
}

.tri{
  display: block;
  margin: 0 auto 60px auto;
}
.text_box{
  padding: 60px 0;
}
.text_box h2, .text_box h3{
  width: 100%;
  text-align: center;

}
.text_box p{
  margin-bottom: 10px;
}
.text_box h4{
  margin-top: 20px;
  margin-bottom: 10px;
}

.link_btn{
  color: #3593dc;
  border: 1px solid #3593dc;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bolder;
  font-size: 1.125em;
  margin-bottom: 60px;
  display: inline-block;
}
.link_btn:hover{
  color: #000000;
  border-color: #000000;
}
.pad80{
  padding: 80px;
}
.pad80 .link_btn{
  margin-top: 60px;
}

table, td, th {
   border: 1px solid #000;
   text-align: left;
}