.contact-page {
  background-color: #FFF;
}

.contact-page__header {
  margin-bottom: 8.2rem;
}

.contact-page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 22px;
}

.contact-page__title {
  margin-bottom: 0;
}

.contact-page__contact-inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 22px;
}

.contact-page__contact-inf > .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  font-family: "Roboto", "sans-serif";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.36px;
  color: #333439;
  border: 1px solid #2EA4E0;
  border-radius: 6px;
}

.contact-page__contact-inf > .link > i {
  display: block;
  margin-right: 15px;
}

.contact-page__contact-inf > .link:hover {
  color: #2EA4E0;
}

.contact-page__select {
  position: relative;
  min-width: 280px;
  max-width: 360px;
  margin-top: 40px;
}

.contact-page__select-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 17px 21px 15px 25px;
  font-family: "Roboto", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  color: #333439;
  border: 1px solid #2EA4E0;
  border-radius: 6px;
}

.contact-page__select-label:after {
  content: url('data:image/svg+xml,<svg width="20" height="11" viewBox="0 0 20 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.61816L9.31149 9.50893C9.69739 9.8753 10.3026 9.8753 10.6885 9.50893L19 1.61816" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>');
  display: block;
  margin-left: 10px;
}

.contact-page__select-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  width: 100%;
  max-width: 360px;
  max-height: 500px;
  background-color: #FFF;
  border-radius: 6px;
  -webkit-box-shadow: -8px 9px 19px 0px rgba(117, 122, 145, 0.25);
  box-shadow: -8px 9px 19px 0px rgba(117, 122, 145, 0.25);
}

.contact-page__select-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.contact-page__select-item > a {
  display: block;
  padding: 24px 10px 18px 23px;
}

.contact-page__select-item > a:hover {
  background-color: #2EA4E0;
  color: #FFF;
}

.contact-page__our-branches {
  padding-bottom: 10rem;
}

.contact-page__our-branches-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-page__our-branches-item {
  padding-top: 5.5rem;
  margin-top: 5.5rem;
  border-top: 5px solid #2EA4E0;
}

.contact-page__our-branches-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: unset;
}

.contact-page__our-branches-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 30px;
}

.contact-page__our-branches-item-name {
  max-width: 970px;
  margin-bottom: 0;
  font-family: "Roboto", "sans-serif";
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #166289;
}

.contact-page__our-branches-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 30px;
  border-top: 2px solid rgba(51, 52, 57, 0.3);
}

.contact-page__our-branches-wrap > *:not(.contact-page__our-branches-item-title) {
  font-family: "Roboto", "sans-serif";
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.48px;
  color: #333439;
}

.contact-page__our-branches-wrap > address {
  margin-bottom: 15px;
}

.contact-page__our-branches-wrap > p > span {
  margin-right: 18px;
}

.contact-page__our-branches-item-title {
  margin-bottom: 5px;
  font-family: "Roboto", "sans-serif";
  font-weight: 300;
  color: #333439;
}

@media (max-width: 991.98px) {
  .contact-page__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-page__our-branches-item-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/*# sourceMappingURL=maps/contact.css.map */
