@charset "UTF-8";

/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/open-sans-v34-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("./fonts/open-sans-v34-latin-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("./fonts/open-sans-v34-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("./fonts/open-sans-v34-latin-regular.woff") format("woff"),
    /* Modern Browsers */
    url("./fonts/open-sans-v34-latin-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("./fonts/open-sans-v34-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-500 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/open-sans-v34-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("./fonts/open-sans-v34-latin-500.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("./fonts/open-sans-v34-latin-500.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("./fonts/open-sans-v34-latin-500.woff") format("woff"),
    /* Modern Browsers */
    url("./fonts/open-sans-v34-latin-500.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("./fonts/open-sans-v34-latin-500.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/open-sans-v34-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("./fonts/open-sans-v34-latin-600.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("./fonts/open-sans-v34-latin-600.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("./fonts/open-sans-v34-latin-600.woff") format("woff"),
    /* Modern Browsers */
    url("./fonts/open-sans-v34-latin-600.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("./fonts/open-sans-v34-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* Base Styles */
* {
  margin: 0;
  padding: 0;
}

HTML,
P,
INPUT {
  color: #171a1d;
  font-size: 14px;
  font-family: "Open Sans";

}

h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  color: #171a1d;
}

h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #0068da;
}

.logo {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
}

.logo h1 {
  padding-left: 8px;
}

IMG {
  border: 0 none;
}

A:link,
A:visited {
  color: #0068da;
}

FIELDSET {
  border: 0;
  margin-bottom: 24px;
}

INPUT:not([class^="button"]),
SELECT {
  background-color: #fff;
  border: 1px solid #bcc4cf;
  border-radius: 3px;
  box-sizing: border-box;
  color: #393939;
}

INPUT:focus {
  outline: none;
  border: 2px solid #0068da;
}

INPUT {
  padding-left: 5px;
}

SELECT {
  cursor: pointer;
  padding-left: 3px;
  -moz-padding-start: 1px;
  -webkit-padding-start: 1px;
}

INPUT[type="button"],
INPUT[type="submit"] {
  cursor: pointer;
  font-weight: bold;
  height: 32px;
  border: none;
  padding: 8px 33px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #5e666e;
  border-radius: 2px;
  color: #5e666e;
  background-color: #ffffff;
  outline: none;
}

INPUT[type="submit"] {
  background: #0068da;
  color: #ffffff;
  border: 1px solid transparent;
}

/* Page Template */
BODY {
  background: #f5f5f5;
  margin: 0 auto auto;
  max-width: 600px;
  padding: 5%;
}

HEADER {
  margin-bottom: 32px;
}

HEADER P {
  margin: 32px 0 32px 0;
}

HEADER H2 {
  margin-left: 56px;
  margin-bottom: 8px;
}

HEADER UL {
  padding-left: 100px;
}

HEADER UL LI UL LI {
  margin-left: -70px;
}

HEADER P+UL {
  margin: -15px 0 15px;
}

MAIN {
  background: #ffffff;
  border: 1px solid #c0c4c5;
  border-radius: 2px;
  display: block;
}

FOOTER {
  display: table;
  margin-top: 10px;
  width: 100%;
}

FOOTER .copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #5e666e;
}

FOOTER P {
  display: table-cell;
  font-size: 12px;
}

FOOTER .lang_selector {
  display: table-cell;
  text-align: right;
}

FOOTER .lang_selector SELECT {
  width: 100px;
}

.icon {
  float: left;
  margin-left: 24px;
}

.text_short,
FORM LABEL.text_short {
  display: none;
}

/* Menu */
.apr_menu_item {
  border-bottom: 1px solid #a0abbd;
  border-bottom: 1px solid #c0c4c5;
  border-radius: 2px;
  width: 100%;
}

.apr_menu_item:last-child {
  border-bottom: none;
}

.apr_menu_item>A {
  display: inline-block;
  padding: 24px 0 24px 0;
  text-decoration: none;
  width: 100%;
}

.apr_menu_item>A:hover {
  background-color: #f6f6f6;
}

.apr_menu_text {
  margin: 0 20px 0 56px;
  min-height: 60px;
}

.apr_menu_text H2 {
  margin-bottom: 8px;
}

/* Form */
.apr_form HEADER {
  margin: 25px 0 15px;
  text-align: left;
}

.apr_form P {
  margin: 0 20px 15px 56px;
}

.apr_form .error {
  background: #ffe6e6;
  box-sizing: border-box;
  border-radius: 2px 0px 0px 2px;
  border-left: 4px solid #fc0303;
  padding-left: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 48px;
  margin-left: 48px;
  margin-right: 48px;
  display: flex;
  align-items: center;
}

.apr_form LABEL {
  display: inline-block;
  margin-right: 17px;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  width: 20%;
  letter-spacing: -0.02em;
  color: #000000;
}

.apr_form INPUT:not([class^="button"]),
.apr_form SELECT {
  height: 32px;
  line-height: 32px;
  margin-bottom: 16px;
  font-size: 14px;
  width: 30%;
}

.apr_form .multifields :nth-child(0n + 3) {
  margin-left: 16px;
}

.apr_form .multifields {
  line-height: 32px;
}

.apr_form INPUT.readonly {
  border: 0;
  color: #171A1D;
  height: 32px;
  padding-left: 5px;
}

.apr_form INPUT.field_email {
  width: 45%;
}

.apr_form INPUT.field_question {
  width: 65%;
}

.apr_form .field_question_list {
  margin-bottom: 16px;
  width: 65%;
}

.apr_form .question_list div:nth-child(2n) {
  margin-bottom: 8px;
}

.apr_form .question_list div:last-child {
  margin-bottom: 0px;
}

.apr_form .question {
  color: #393939;
  display: inline-block;
  display: inline-flex;
  font-weight: bold;
  margin: 0 0 10px 0;
  width: 65%;
}

.apr_form .buttons {
  margin: 24px 0px 40px 0px;
}

.apr_form .button_busy {
  cursor: wait;
}

.apr_form .button_cancel {
  margin-left: 15px;
}

/* Finished & Error */
.apr_end HEADER {
  border-bottom: none;
  min-height: 100px;
}

.apr_end H2 {
  margin-bottom: 12px;
}

.apr_end .buttons {
  margin-top: 15px;
  text-align: center;
}

.content {
  padding-left: 56px;
}

@media (max-width: 420px) {
  .apr_form .error {
    margin-left: 24px;
    margin-right: 24px;
  }

  HEADER H2 {
    margin-left: 24px;
  }

  HEADER .icon {
    float: none;
  }

  .apr_form p {
    margin: 0 20px 24px 24px;
  }

  .apr_form .multifields :nth-child(0n + 3) {
    margin-left: 0px;
  }

  .text_long,
  FORM LABEL.text_long {
    display: none;
  }

  .text_short,
  FORM LABEL.text_short {
    display: inline-block;
  }

  .apr_form INPUT:not([class^="button"]),
  .apr_form SELECT {
    width: 100%;
  }

  .apr_form .field_question_list {
    margin-bottom: 16px;
    width: 100%;
  }

  .apr_form LABEL {
    text-align: left;
  }

  .apr_form .multifields {
    display: block;
    line-height: 32px;
  }

  .content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .buttons {
    display: flex;

    padding-left: 24px;
  }
}