.content h1 {
  padding-top: 55px;
  padding-bottom: 55px;
  margin: 0;
}

.contacts-block {
  padding: 70px 0;
  background-color: #f1ecf6;
}
.contacts-block > .flx {
  align-items: flex-start;
}
@media all and (max-width: 1024px) {
  .contacts-block > .flx {
    flex-direction: column;
  }
}

.pilon__contacts {
  flex: 1;
  background: url(../img/compas-logo.svg) no-repeat 122% 110%;
  background-color: #2e2c70;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 38px 38px 38px 0;
  margin-bottom: 24px;
  color: #fff;
  position: relative;
}
@media all and (max-width: 1024px) {
  .pilon__contacts {
    min-width: initial;
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  .pilon__contacts {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding-right: 20px;
  }
}
.pilon__contacts:before {
  content: "";
  display: block;
  width: 1500px;
  height: 100%;
  position: absolute;
  background-color: #2e2c70;
  top: 0;
  left: -1499px;
}
.pilon__contacts > div {
  display: flex;
  align-items: end;
  margin-bottom: 30px;
}
.pilon__contacts > div img {
  margin-right: 14px;
}
.pilon__contacts .pilon-emergency {
  flex-direction: column;
}
.pilon__contacts .pilon-emergency > div {
  margin-top: 30px;
}
.pilon__contacts .pilon__contacts-phone {
  font-size: 20px;
  margin-bottom: 10px;
}
.pilon__contacts .pilon__contacts-phone span {
  font-size: 14px;
  color: #8f8ebf;
  padding-left: 10px;
}
@media all and (max-width: 640px) {
  .pilon__contacts .pilon__contacts-phone span {
    display: block;
    padding-left: 0;
  }
}
.pilon__contacts h2 {
  margin-bottom: 35px;
  font-size: 20px;
  color: #fff;
}
.pilon__contacts h4 {
  margin: 0 0 30px 0;
  font-size: 16px;
}
.pilon__contacts a {
  color: #fff;
  display: block;
}

.emails {
  flex: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-right: -40px;
  margin-top: 20px;
}
@media all and (max-width: 1200px) {
  .emails {
    flex: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media all and (max-width: 1024px) {
  .emails {
    flex: 1;
    max-height: initial;
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .emails {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.emails .emails__item-top {
  font-size: 14px;
  font-weight: 700;
  color: #2e2c70;
  margin-bottom: 25px;
  margin-right: 45px;
  min-height: 45px;
}
.emails .emails__item-top .email__item-countries-list span:not(:last-child):after {
  content: ", ";
}
.emails .emails__item-bottom {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.emails .emails__item-bottom .email, .emails .emails__item-bottom .receiver-name {
  display: block;
  font-size: 14px;
  color: #515050;
}
.emails .emails__item-bottom .receiver-name {
  font-weight: 500;
  margin-bottom: 10px;
}

.email {
  position: relative;
}
.email:before {
  content: url(../img/email-icon-yellow.svg);
  margin-right: 6px;
  vertical-align: sub;
}

.emails__item {
  padding: 18px 40px;
  margin-right: 17px;
  margin-bottom: 24px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  margin-top: 7px;
}
@media all and (max-width: 1200px) {
  .emails__item {
    width: 100%;
  }
}
.emails__item:after {
  content: "";
  width: 82px;
  height: 82px;
  position: absolute;
  top: -7px;
  right: -8px;
  background: url(../img/logo.svg) no-repeat center/62px 62px, #2e2c70;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
@media all and (max-width: 1024px) {
  .emails__item {
    width: 100%;
  }
}

.map-container {
  margin: 18px 0;
}

footer .footer__top .footer__contacts .footer__contacts-address,
footer .footer__top .footer__contacts .footer__contacts-phones,
footer .footer__top .footer__contacts .footer__contacts-schedule,
footer .pilon_footer_map {
  display: none;
}

footer .footer__top {
  background-image: none;
  padding-bottom: 0;
}
@media all and (max-width: 1024px) {
  footer .footer__top {
    padding-right: 50px;
  }
}
@media all and (max-width: 640px) {
  footer .footer__top {
    padding-right: 0;
    overflow: hidden;
  }
}
footer .footer__top .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 1024px) {
  footer .footer__top .wrapper {
    flex-direction: column;
  }
}

footer .footer__top .footer__contacts > div {
  margin-right: 0;
}

/*# sourceMappingURL=contacts.css.map */
