body {
  min-height: 100vh;
  min-width: 100wh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.List {
  width: 190px;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.HeaderListItem {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 2.5px 0;
}

li:last-child {
  border-bottom: none;
}

.Container {
  width: 320px;
  box-sizing: border-box;
}

.Header {
  width: 100%;
  height: 235px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: url("./assets/bg.svg");
  padding-top: 20px;
  box-sizing: border-box;
}

.Title {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #ffffff;
  margin: 5.5px 0;
  text-transform: uppercase;
}

.Info {
  width: 100%;
  height: 84px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background-color: #2b4767;
  box-sizing: border-box;
}

.InfoWrapper {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.InfoTitle {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 550;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
}

.InfoSubTitle {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: rgba(255, 255, 255, 0.9);
}

.Contacts {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  background-color: #eff3f7;
  box-sizing: border-box;
}

.ContactListItem {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

.ContactListItem:last-child {
  margin-bottom: 40px;
}

.CommonLink {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #45484d;
  text-decoration: none;
  margin-left: 10px;
  text-align: left;
}

.HighlightLink {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #ff9000;
  margin-left: 10px;
  text-align: left;
}

.Button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background-color: #ff9000;
  text-decoration: none;
}

.ButtonText {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #ffffff;
  margin-left: 5px;
}
