/*rgba(245, 130, 32, 0.05)*/
.content-wrapper.locations-contact .content .title {
  color: #F58220;
}
.content-wrapper.locations-contact .content .content-inner {
  color: #4A4A4A;
  padding-top: 0.5em;
  height: calc(100% - 6em);
}
.content-wrapper.locations-contact .content .content-inner .content-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  font-weight: inherit;
  font-size: 0.8em;
  line-height: 160%;
}
.content-wrapper.locations-contact .content .content-inner .content-list .slick-list {
  padding: 0 1em;
  margin: 0 -1em;
}
.content-wrapper.locations-contact .content .content-inner .content-list .slick-list .slick-track {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.content-wrapper.locations-contact .content .content-inner .content-list .slide {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 78.8em;
  height: 100%;
  justify-content: flex-start;
}
.content-wrapper.locations-contact .content .content-inner .content-list li {
  display: flex;
  flex-direction: column;
  width: calc(33% - 1.2em);
  height: calc(100% - 1.2em);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  margin-right: 2.1em;
  background: #fff;
}
.content-wrapper.locations-contact .content .content-inner .content-list li:nth-child(3n+3) {
  margin-right: 0;
}
.content-wrapper.locations-contact .content .content-inner .content-list li .item-description {
  padding: 1em 1.4em;
}
.content-wrapper.locations-contact .content .content-inner .content-list li .item-image {
  width: 100%;
  height: 8.2em;
  margin-bottom: 0.6em;
}
.content-wrapper.locations-contact .content .content-inner .content-list li .item-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.content-wrapper.locations-contact .content .content-inner .content-list li .item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-wrapper.locations-contact .content .content-inner .content-list li .item-header a {
  font-size: 1em;
  color: #5EB2F7;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url(../images/icon_marker.svg);
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.6;
  padding-left: 1.7em;
  background-size: contain;
}
.content-wrapper.locations-contact .content .content-inner .content-list li .item-country {
  font-size: 1.9em;
  line-height: 1.2;
  color: #F58220;
}
.content-wrapper.locations-contact .content .content-inner .content-list li .item-name-office {
  font-size: 1.1em;
  line-height: 1.2;
  color: #F58220;
  margin-bottom: 1.1em;
  min-height: 2.3em;
}
.content-wrapper.locations-contact .content .content-inner .content-list li .item-address {
  font-size: 1.1em;
  line-height: 1.55;
  margin-bottom: 0.8em;
}
.content-wrapper.locations-contact .content .content-inner .content-list li .item-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.1em;
  line-height: 1.5;
}
.content-wrapper.locations-contact .content .content-inner .content-list li .item-contact a, .content-wrapper.locations-contact .content .content-inner .content-list li .item-contact .link-contacts-email {
  margin-left: 0.3em;
}

/*# sourceMappingURL=locations-contact.css.map */
