.contacts {
  padding-top: 83px;
  padding-bottom: 40px;
  width: 900px;
}
.contacts-map {
  margin-left: -15px;
  display: none;
}
.contacts-map.active {
  display: block;
}

.contacts-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
}
.contacts-item:first-child:after {
  content: '';
  position: absolute;
  right: 0;
  top: 30px;
  width: 0;
  height: 65px;
  border-left: 1px solid #9d9d9d;
}
.contacts-item.active .contacts-company {
  color: #0a2c85;
  background-image: url('../images/address.png');
}
.contacts-company {
  font-size: 15px;
  color: #666;
  padding-left: 42px;
  padding-right: 25px;
  background: url('../images/address2.png') no-repeat 20px 2px;
}
.contacts-address {
  font-size: 15px;
  color: #666;
  line-height: 25px;
  margin-bottom: 0;
}
.contacts-row {
  border-bottom: 1px solid #9d9d9d;
}
.contacts-item.active .contacts-on {
  display: block;
}
.contacts-on {
  position: absolute;
  bottom: 0;
  left: 214px;
  display: none;
  width: 16px;
  height: 10px;
  background: url('../images/on.jpg') no-repeat;
}
.contacts-message {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
  text-align: center;
}
.contacts-message-title {
  padding-bottom: 5px;
  font-size: 18px;
  color: #0a2c85;
}
.contacts-message-info {
  font-size: 15px;
  color: #666;
}
.contacts-label {
  margin-bottom: 0;
  font-size: 16px;
  color: #515151;
}

.contacts-text {
  margin-left: -60px;
  width: 345px;
  height: 45px;
  border: none;
  border-bottom: 1px solid #9d9d9d;
}
.contacts-text2 {
  margin-left: -60px;
  margin-right: 20px;
  width: 180px;
  height: 45px;
  border: none;
  border-bottom: 1px solid #9d9d9d;
}
.must {
  color: #0a2c85;
}
.contacts-row2 {
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 30px;
}
.contacts-row2.start {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.contacts-area {
  margin-left: -60px;
  width: 795px;
  height: 150px;
  border: none;
  border-bottom: 1px solid #9d9d9d;
  resize: none;
}
.contacts-btn {
  width: 205px;
  border: none;
  height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #0a2c85;
}
.contacts-btn-box {
  text-align: right;
}
@media screen and (max-width: 900px) {
  .contacts-map {
    margin-left: 0;
    width: 100%;
  }
  .contacts-company,.contacts-address {
    font-size: 14px;
  }
  .contacts-text,.contacts-area{
    width: 100%
  }
  .contacts-btn-box {
    text-align: left;
  } 
  .contacts-map iframe {
  	width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contacts-row2 {
    padding-bottom: 0;
  }
  .contacts-label {
    padding-top: 15px; 
  }
  .contacts-text {
    margin-left: 0;
  }
  .contacts-area {
    margin-left: 0;
    height: 80px;
  }
  .contacts-text2 {
    margin-left: 0;
    width: 45%;
  }
  .contacts-btn-box {
    padding-top: 40px;
    text-align: center;
  }
  .contacts-item:first-child:after {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .contacts {
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%
  }
  .contacts-btn {
    width: 100%;
  }
  .contacts-message {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .contacts-message-title {
    font-size: 16px;
  }
  .contacts-message-info {
    font-size: 14px;
  }
  .contacts-label {
    font-size: 14px;
  }
  .contacts-text {
    font-size: 14px;
    height: 30px;
  }
  .contacts-on {
    left: 50%;
    margin-left: -8px;
  }
  .contacts-text2 {
    width: 100%;
    margin-bottom: 15px;
  }
}