/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://use.typekit.net/zuu5ngw.css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.MuliLight {
  font-family: "muli", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.MuliRegular {
  font-family: "muli", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.MuliSemiBold {
  font-family: "muli", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.MuliBold {
  font-family: "muli", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.UbuntuLight {
  font-family: "ubuntu", sans-serif, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-family: "muli", sans-serif;
}

.frameMotions {
  position: fixed;
  z-index: 20;
  background-color: rgba(242, 187, 154, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  overflow: hidden;
}
.frameMotions.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frameMotions * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.frameMotions .containerMotions {
  background-color: #ffffff;
  width: 100%;
  max-width: 900px;
  padding: 20px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.frameMotions .containerMotions .closeMotion {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 2px;
  top: 2px;
  cursor: pointer;
}
.frameMotions .containerMotions .closeMotion span {
  width: 90%;
  height: 2px;
  background-color: #100d38;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.frameMotions .containerMotions .closeMotion span:nth-of-type(1) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.frameMotions .containerMotions .closeMotion span:nth-of-type(2) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
          transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.frameMotions .containerMotions .contentMotions {
  padding: 20px;
}
.frameMotions .containerMotions h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.frameMotions .containerMotions p {
  font-size: 13px;
  color: #787878;
  font-weight: 300;
  margin: 10px 0;
}
.frameMotions .containerMotions ul {
  font-size: 13px;
  color: #787878;
  font-weight: 300;
  list-style-position: inside;
  margin: 10px 0;
}

header {
  position: relative;
  height: 700px;
}
header .header_logo {
  position: relative;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  margin: auto;
}
header .header_logo img {
  margin-top: 25px;
  margin-bottom: 25px;
}
header .header_pers {
  position: relative;
  height: 540px;
  width: 100%;
  background-image: url(../img/pers_promogerim.png);
  background-position: center 29%;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  z-index: 0;
}
header .header_title {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  top: -45px;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  header .header_title {
    top: -25px;
  }
  header .header_title img {
    width: 100%;
  }
}
header .header_title.scenario2 {
  top: -80px;
}

.form_section {
  padding: 110px 0px;
  background-color: #01498f;
  position: relative;
  top: -70px;
  color: white;
}
@media screen and (max-width: 576px) {
  .form_section {
    padding: 15px 0px;
    padding-bottom: 45px;
    padding-top: 70px;
    top: -65px;
  }
}
.form_section .container {
  max-width: 840px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .form_section .container {
    max-width: 90%;
  }
}
.form_section .container form .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form_section .container form .question div {
  width: 10%;
}
@media screen and (max-width: 1500px) {
  .form_section .container form .question div {
    width: 15%;
  }
}
@media screen and (max-width: 576px) {
  .form_section .container form .question div {
    width: 30%;
  }
}
.form_section .container form .question p {
  width: 100%;
  font-size: 20px;
  margin-bottom: 5px;
}
.form_section .container form .question label {
  margin-left: 5px;
  font-size: 20px;
}
.form_section .container form .group-mail {
  max-width: 65%;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .form_section .container form .group-mail {
    max-width: 90%;
  }
}
.form_section .container form .group-mail p {
  margin-bottom: 10px;
}
.form_section .container form .box_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .form_section .container form .box_input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.form_section .container form .box_input input, .form_section .container form .box_input select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 1%;
  height: 32px;
  width: 100%;
  padding: 5px;
}
@media (max-width: 576px) {
  .form_section .container form .box_input input, .form_section .container form .box_input select {
    margin-bottom: 5px;
  }
}
.form_section .container form .box_input select {
  color: black;
}
.form_section .container form .box_input #civility {
  max-width: 105px;
  width: 16%;
}
@media (max-width: 576px) {
  .form_section .container form .box_input #civility {
    max-width: 100%;
  }
}
.form_section .container form .group_optin {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 65%;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .form_section .container form .group_optin {
    max-width: 90%;
  }
}
.form_section .container form .group_optin .content-optin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_section .container form .group_optin .content-optin div:nth-child(1) {
  margin-right: 18px;
}
.form_section .container form .group_optin.first {
  margin-top: 15px;
  margin-bottom: 15px;
}
.form_section .container form .group_optin.first fieldset {
  padding-left: 0 !important;
}
.form_section .container form .group_optin.first fieldset p {
  font-size: 20px;
  margin-bottom: 5px;
}
.form_section .container form .group_optin.first label {
  font-size: 20px;
  margin-left: 5px;
}
.form_section .container form .group_optin.second {
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #002f5d;
  padding: 35px;
}
.form_section .container form .group_optin.second .text-optin-letter {
  margin-bottom: 20px;
}
.form_section .container form .group_optin.second .content-optin {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.form_section .container form .group_optin.second p {
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
}
.form_section .container form .group_optin.second label {
  font-size: 13px;
  margin-left: 5px;
}
.form_section .container form .group_optin fieldset {
  border: none;
}
.form_section .container form .group-submit {
  margin: auto;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  border: solid 2px #dd8d1b;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  margin-bottom: 45px;
  border-radius: 10px;
  background-color: #dd8d1b;
}
@media screen and (max-width: 1300px) {
  .form_section .container form .group-submit {
    max-width: 50%;
  }
}
.form_section .container form .group-submit input {
  color: white;
  font-weight: bold;
  border: none;
  background: none;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-top: 1px;
}
.form_section .container form .group-submit img {
  width: 20px;
  height: 20px;
}
.form_section .container form .group-submit:hover {
  background: white;
  border: solid 2px white;
}
.form_section .container form .group-submit:hover input {
  color: #dd8d1b;
}
@media screen and (max-width: 576px) {
  .form_section .container form select, .form_section .container form input:not([type=radio]) {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .form_section .container form input[type=submit] {
    margin-bottom: 0;
  }
}

footer {
  position: relative;
  top: -35px;
  background-color: white;
  padding-top: 0;
  color: black;
}
@media screen and (max-width: 576px) {
  footer {
    top: -25px;
  }
}
footer a {
  text-decoration: none;
  color: black;
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  footer a {
    font-size: 13px;
    margin: 0px 3px;
  }
}
@media screen and (max-width: 576px) {
  footer a {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
footer p {
  color: black;
  font-size: 22px;
}
footer .container_large {
  max-width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  footer .container_large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .container_large .footer_bloc ul {
  list-style-type: none;
}
footer .container_large .footer_bloc ul li {
  margin: 10px 0;
}
footer .container_large .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 55%;
}
@media screen and (max-width: 576px) {
  footer .container_large .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin: 15px 0;
  }
}
footer .container_large .phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .container_large .phone a img {
  margin-right: 10px;
  width: 35px;
}
footer .container_large .phone a .phone_number {
  font-size: 35px;
}
@media screen and (max-width: 1500px) {
  footer .container_large .phone a .phone_number {
    font-size: 25px;
  }
}
@media screen and (max-width: 1500px) {
  footer .container_large .phone a p {
    font-size: 15px;
  }
}
footer .container_large .rs p {
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  footer .container_large .rs p {
    font-size: 15px;
  }
}
footer .container_large .rs .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
footer .container_large .rs .logos a {
  margin: 0px 5px;
}
footer .container_large .rs .logos img {
  width: 35px;
}

.confirmation {
  padding: 80px 0px;
  background-color: #01498f;
  position: relative;
  top: -70px;
  color: white;
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .confirmation {
    padding: 15px 0px;
    padding-bottom: 45px;
    padding-top: 70px;
    top: -65px;
  }
}
.confirmation .container {
  max-width: 40%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1300px) {
  .confirmation .container {
    max-width: 90%;
  }
}
.confirmation .container p {
  margin-bottom: 15px;
}
.confirmation .container .sub-title {
  font-size: 22px;
}
.confirmation .container .text {
  color: white;
  margin-bottom: 20px;
}
.confirmation .container .credits {
  font-size: 18px;
  color: white;
}
.confirmation .container .group-submit {
  margin: auto;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  border: solid 2px #dd8d1b;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  margin-bottom: 45px;
  border-radius: 10px;
  background-color: #dd8d1b;
}
@media screen and (max-width: 1300px) {
  .confirmation .container .group-submit {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .confirmation .container .group-submit {
    max-width: 85%;
  }
}
.confirmation .container .group-submit a {
  color: white;
  font-weight: bold;
  border: none;
  background: none;
  text-decoration: none;
}
.confirmation .container .group-submit img {
  width: 20px;
  height: 20px;
}
.confirmation .container .group-submit:hover {
  background: white;
  border: solid 2px white;
}
.confirmation .container .group-submit:hover a {
  color: #dd8d1b;
}

.error {
  color: red;
}