.div-block-2 {
  width: 580px;
  max-width: 460px;
  min-width: 200px;
  margin-top: 160px;
  margin-right: auto;
  margin-left: auto;
  padding: 36px 24px;
  background-color: #fff;
}

.submit-button-3 {
  margin-top: 8px;
  padding-right: 24px;
  padding-left: 24px;
  float: right;
}

.submit-button-3:hover {
  background-color: #5eaaec;
}

.submit-button-3:active {
  background-color: #247ece;
}

.success-message-2 {
  border: 1px none #000;
  background-color: transparent;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: visible;
  height: 70px;
  background-color: #000;
  text-align: center;
}

.navbar-logo {
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
}

.main {
  height: 638px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  background-image: url('../images/pic.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.main-logo {
  margin-top: 127px;
  margin-left: 165px;
}

.main-header {
  margin-top: 30px;
  margin-left: 165px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
}

.main-separator {
  width: 65px;
  height: 2px;
  max-height: 2px;
  max-width: 65px;
  min-height: 2px;
  min-width: 65px;
  margin-top: 30px;
  margin-left: 165px;
  background-color: #fff;
}

.main-text {
  margin-top: 30px;
  margin-left: 165px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.footer {
  display: block;
  text-align: center;
}

.footer-header {
  margin-top: 100px;
  color: #000;
  font-size: 30px;
  font-weight: 400;
}

.footer-separator {
  width: 65px;
  height: 2px;
  max-height: 2px;
  max-width: 65px;
  min-height: 2px;
  min-width: 65px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #dd2a1b;
}

.contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 100px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-item {
  width: 250px;
  max-width: 250px;
  min-width: 100px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contact-item-header {
  max-height: 40px;
  max-width: none;
  min-height: 40px;
  min-width: auto;
  margin-top: 30px;
  font-weight: 700;
}

.contact-item-text {
  font-size: 12px;
  line-height: 16px;
}

.contact-icon {
  margin-top: 60px;
}

.email {
  color: red;
  font-size: 12px;
}

.tel {
  margin-top: 60px;
  margin-left: 165px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
}

.bold-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .main-logo {
    margin-left: 100px;
  }
  .main-header {
    margin-left: 100px;
  }
  .main-separator {
    margin-left: 100px;
  }
  .main-text {
    margin-right: 100px;
    margin-left: 100px;
  }
  .footer {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .contacts {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .contact-item {
    width: auto;
    max-width: none;
    min-width: auto;
  }
  .contact-item-header {
    width: auto;
    max-height: none;
    min-height: auto;
    min-width: auto;
    margin-bottom: 30px;
  }
  .div-block-3 {
    text-align: center;
  }
  .tel {
    margin-left: 100px;
  }
}

@media (max-width: 767px) {
  .main-logo {
    margin-left: 60px;
  }
  .main-header {
    margin-left: 60px;
  }
  .main-separator {
    margin-left: 60px;
  }
  .main-text {
    margin-left: 60px;
  }
  .contacts {
    margin-right: auto;
    margin-left: auto;
  }
  .contact-item {
    min-width: 100px;
  }
  .tel {
    margin-left: 60px;
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .div-block-2 {
    position: static;
    width: auto;
    min-width: 200px;
    margin-right: 16px;
    margin-left: 16px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  .main-logo {
    margin-top: 100px;
    margin-left: 20px;
  }
  .main-header {
    margin-right: 20px;
    margin-left: 20px;
  }
  .main-separator {
    margin-left: 20px;
  }
  .main-text {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
  }
  .footer {
    text-align: center;
  }
  .contacts {
    display: block;
    width: 300px;
    max-width: 300px;
    min-width: 250px;
    text-align: center;
  }
  .contact-item {
    margin-right: auto;
    margin-left: auto;
  }
  .tel {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 20px;
    font-size: 16px;
  }
}

