.hn {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h13 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h46 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.content__additional-services {
  background-color: #fff;
}
section.additional-services {
  max-width: 1200px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 3em;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
}
section.additional-services > h2 {
  font-size: 24px;
  margin-left: 1.5em;
  margin-right: 1.5em;
}
section.additional-services > h2,
section.additional-services > .subtitle {
  text-align: center;
  width: 100%;
}
section.additional-services > .additional-service {
  text-align: center;
  margin-top: 2em;
  -webkit-flex: 0 0 450px;
  -moz-flex: 0 0 450px;
  -ms-flex: 0 0 450px;
  flex: 0 0 450px;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
section.additional-services > .additional-service h3 {
  font-size: 16px;
  font-weight: bold;
}
section.additional-services > .additional-service .s-icon {
  width: 75px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}
section.additional-services > .additional-service form.ua-add-top > .form-item {
  display: inline-block;
}
section.additional-services > .additional-service form.ua-add-top > .form-actions {
  margin-left: 1em;
  display: inline-block;
}
section.additional-services > .additional-service form.ua-add-top > .form-actions input {
  width: 220px;
}
section.additional-services > .additional-service form.ua-add-top .select2-selection__arrow {
  height: 48px;
  background: #dbdbdb;
}
section.additional-services > .additional-service form.ua-add-top label {
  display: none;
}
section.additional-services > .additional-service > .button {
  display: block;
  width: 220px;
  margin: auto;
}
section.additional-services > .additional-service p {
  margin-bottom: 0.5em;
}
section.additional-services > .additional-service > p a {
  text-transform: uppercase;
  color: inherit;
}
section.additional-services .select2 {
  width: 140px !important;
}
section.additional-services .select2-container--open .select2-dropdown--below {
  border: 2px solid #dbdbdb;
  border-top: none;
}
section.additional-services .select2-container--open .select2-dropdown--above {
  border: 2px solid #dbdbdb;
  border-bottom: none;
}
section.additional-services .select2-selection {
  font-weight: bold;
  text-align: left;
  border: 2px solid #dbdbdb;
}
section.additional-services .select2-selection__clear {
  display: none;
}
/*# sourceMappingURL=additional_services.css.map */