.wrapper {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

.contacts {
  padding: 155px 25px 75px;
background-color: #fff;
  /*background-color: #004597;
  color: #ffffff;*/
color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contacts-block a svg { stroke: #000; }

.contacts h1 {
  margin: 0;
  padding: 0;
}

.contacts a {
  text-decoration: none;
  color: #000;
  display: block;
}

@media all and (max-width: 1200px) {
  .contacts .contacts__title {
    margin-top: 25px;
  }
}

.contacts .contacts-inner {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

@media all and (max-width: 1200px) {
  .contacts .contacts-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.contacts .contacts-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 80%;
  height: 500px;
}

.contacts-map iframe {
  height: 100%;
}

@media all and (max-width: 1200px) {
  .contacts .contacts-map {
    max-width: 100%;
  }
}

@media all and (max-width: 768px) {
  .contacts .contacts-map {
    height: 350px;
  }
}

.contacts .contacts-map:after {
  content: "";
  height: 100%;
  width: 1px;
  display: block;
  margin: 0 30px;
  background-color: #fff;
  opacity: .3;
}

@media all and (max-width: 1200px) {
  .contacts .contacts-map:after {
    display: none;
  }
}

.contacts .contacts-info {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 21%;
}

.contacts .contacts-info a:hover {
  text-decoration: underline;
}

@media all and (max-width: 1200px) {
  .contacts .contacts-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    margin-top: 50px;
  }
}

@media all and (max-width: 768px) {
  .contacts .contacts-info {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media all and (max-width: 480px) {
  .contacts .contacts-info {
    text-align: left;
  }
}

.contacts .contacts-block {
  padding-bottom: 30px;
}

@media all and (max-width: 1200px) {
  .contacts .contacts-block {
    min-width: 50%;
  }
}

.contacts .contacts-block:last-child {
  padding-bottom: 0;
}

.contacts .contacts-block__title {
  font-size: 1.2rem;
  font-weight: 500;
}

.contacts .contacts-block__info {
  padding-top: 10px;
}

.contacts .contacts-block__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts .contacts-block__socials a {
  fill: transparent;
  stroke: #fff;
  -webkit-transition: fill .4s ease, stroke .4s ease;
  transition: fill .4s ease, stroke .4s ease;
  width: 36px;
  height: 36px;
}

.contacts .contacts-block__socials a:not(:last-child) {
  margin-right: 20px;
}

@media all and (max-width: 768px) {
  .contacts .contacts-block__socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (max-width: 480px) {
  .contacts .contacts-block__socials {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/*# sourceMappingURL=style.css.map */