@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul {
  list-style: none;
}
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
  min-width: 960px;
  font-size: 18px;
}
section {
  padding: 40px 0;
}
.container {
  min-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.align-center {
  text-align: center;
}
h1 {
  font-size: 110px;
  line-height: 96px;
}
h2 {
  font-size: 48px;
  font-weight: 300;
}
h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 25px;
}
p {
  font-size: 15px;
  font-weight: normal;
}
.section-main {
  color: #fff;
  padding: 0;
}
.section-main .container {
  background: url("../img/img-main.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 30px;
  text-align: center;
}
.section-main .contacts {
  background: rgba(0, 0, 0, 0.5);
  margin: 0 -20px;
  padding: 105px 40px 45px 50px;
  margin-top: 120px;
  line-height: 21px;
}
.section-main .contacts .address {
  float: left;
  text-align: left;
}
.section-main .contacts .mail {
  float: right;
}
.main-heading {
  padding-top: 133px;
  text-align: left;
  display: inline-block;
}
.main-heading h1 {
  display: inline-block;
}
.main-heading span {
  display: inline-block;
  font-size: 48px;
  line-height: 34px;
}
.column-4 {
  float: left;
  width: 25%;
}
.column-3 {
  float: left;
  width: 33.3%;
}
.section-1 {
  padding-bottom: 65px;
}
.section-1 .icon {
  width: 135px;
  height: auto;
  margin-bottom: 10px;
}
.section-1 .column-4 {
  padding: 0 10px;
}
.section-2 {
  background: #f2f2f2;
  padding-bottom: 60px;
}
.section-2 h2 {
  color: #0071bc;
  padding: 30px 0 20px 35px;
}
.section-2 ul {
  max-width: 1000px;
}
.section-2 ul li {
  font-size: 21px;
  line-height: 36px;
  padding: 0 0 0 35px;
  margin-bottom: 40px;
  position: relative;
}
.section-2 ul li:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #a4b64f;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.section-2 ul li:last-child {
  margin-bottom: 0;
}
.section-3 .column-left {
  width: 33%;
  background: #29abe2;
  float: left;
  padding: 35px 30px 21px;
}
.section-3 .column-right {
  width: 66%;
  float: right;
}
.section-3 .column-right iframe {
  width: 100%;
}
.section-3 h2 {
  color: #fff;
  line-height: 50px;
  padding-left: 10px;
  margin-bottom: 230px;
}
.section-3 .address {
  line-height: 22px;
}
.section-4 {
  border-bottom: 45px solid #a6b445;
  padding: 0 0 25px 0;
}
.section-4 .container {
  padding: 0 10px;
}
.section-4 .column-3 {
  padding: 0 5px;
}
.section-4 img {
  width: 100%;
  height: auto;
}
.section-main .container,
.section-4 .container {
  max-width: 1536px;
}
.section-1 .container {
  max-width: 1300px;
}
.section-2 .container,
.section-3 .container {
  max-width: 1160px;
}
