

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
@font-face {
  font-family: OpenSans Bold;
  src: url(.././fonts/OpenSans-Bold.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OpenSans Light;
  src: url(.././fonts/OpenSans-Light.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OpenSans Regular;
  src: url(.././fonts/OpenSans-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CreteRound Regular;
  src: url(.././fonts/CreteRound-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
  outline: none;
}
html {
  font-size: 1em;
}
html,
body {
  min-height: 100%;
}
body {
  background: #fff;
  font-family: OpenSans Regular, sans-serif;
  padding-top: 4.875em;
}
figure {
  display: block;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
p:first-letter{
  text-transform: capitalize;
}
a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active,
a.active {
  color: #ffaf00;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  display: block;
}
img {
  border: none;
}
svg path,
svg circle {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
strong {
  font-weight: 700;
}
.main {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
}
.clmn_100 {
  width: 100%;
}
.clmn_75 {
  width: 75%;
}
.clmn_66 {
  width: 66.666%;
}
.clmn_50 {
  width: 50%;
}
.clmn_33 {
  width: 33.333%;
}
.clmn_25 {
  width: 25%;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-item {
  display: flex;
  padding: 0 1em;
}
.header {
  background: #fff;
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  height: 4.875em;
  width: 100%;
  z-index: 100;
}
.header ul {
  display: block;
  text-align: left;
}
.header ul.opened {
  display: block;
  transition: all .3s;
  z-index: 999;
}
.header ul li {
  display: inline-block;
  padding: 0;
}
.header ul li a {
  display: block;
  font-family: OpenSans Bold, sans-serif;
  font-size: .875em;
  margin-top: 1px;
  padding: .3rem 1.5rem .3rem 0;
  text-decoration: none;
  text-transform: uppercase;
}
.header ul li a:hover,
.header ul li a.active {
  text-decoration: underline;
}
#logo {
  display: block;
  overflow: hidden;
  padding-top: 1.5em;
  text-decoration: none;
  width: 100%;
  text-transform: capitalize;
}
#logo img {
  float: left;
  padding-right: .75em;
}
#logo span {
  color: #000;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  padding-top: 10px;
}
#mobile_menu {
  display: none;
  position: absolute;
  top: 1.875em;
  right: 0;
}
#low_menu {
  background: #deedf5;
  display: inline-block;
  margin-left: -15px;
  padding: 2px 15px 0;
  position: absolute;
  top: 4.875em;
  height: 2em;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .header {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  }
  .header ul {
    display: none;
    padding: .5rem 1rem 1rem 1rem;
  }
  .header ul.opened {
    position: relative;
  }
  .header ul li {
    display: block;
    text-align: center;
  }
  .header ul li a {
    padding: .2rem;
    margin-top: .3rem;
  }
  #mobile_menu {
    display: block;
  }
  #low_menu {
    padding-top: 0;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #logo img {
    width: 75px;
  }
  #logo span {
    font-size: 1em;
  }
}
input[type=text]:not(.omInputText),
input[type=password]:not(.omInputText),
input[type=email]:not(.omInputText),
input[type=tel]:not(.omInputText),
textarea:not(.omInputText),
select:not(.omInputText) {
  background-color: #fff;
  border: 1px solid #aeaeae;
  border-radius: 0;
  font-family: OpenSans Regular, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  padding: 4px 14px;
  width: 100%;
}
input[type=text]:focus:not(.omInputText),
input[type=password]:focus:not(.omInputText),
input[type=email]:focus:not(.omInputText),
input[type=tel]:focus:not(.omInputText),
textarea:focus:not(.omInputText),
select:focus:not(.omInputText) {
  border-color: #aeaeae;
}
select,
select:not(.omInputText) {
  background: none;
  border: 1px solid #aeaeae;
  border-radius: 3px;
  color: #000;
  font-family: OpenSans Bold, sans-serif;
  font-size: 1.5em;
  padding-right: 2.5em;
  height: 50px;
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 3;
}
select::-ms-expand {
  display: none;
}
.select-field {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.select-field:before {
  content: ' ';
  border: 8px solid transparent;
  border-top: 12px solid #aeaeae;
  position: absolute;
  top: 50%;
  right: 21px;
  margin-top: -4px;
  z-index: 1;
}
.select-field:after {
  content: ' ';
  border: 6px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  top: 50%;
  right: 23px;
  margin-top: -3px;
  z-index: 2;
}
::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
:-moz-placeholder {
  color: #000;
  opacity: 1;
}
::-moz-placeholder {
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
input[type=submit],
button {
  background: #ecce1f;
  background: -moz-linear-gradient(top, #ecce1f 0%, #ffaf00 100%);
  background: -webkit-linear-gradient(top, #ecce1f 0%, #ffaf00 100%);
  background: linear-gradient(to bottom, #ecce1f 0%, #ffaf00 100%);
  border: none;
  border-radius: 3px;
  color: #000;
  display: block;
  font-family: CreteRound Regular, sans-serif;
  font-size: 1.75em;
  margin-top: 0;
  height: 58px;
  width: 100%;
  transition: background-color 0.3s ease;
}
input[type=submit]:hover,
button:hover,
button:focus {
  background: #ecce1f;
  background: -moz-linear-gradient(top, #ecce1f 0%, #ecce1f 100%);
  background: -webkit-linear-gradient(top, #ecce1f 0%, #ecce1f 100%);
  background: linear-gradient(to bottom, #ecce1f 0%, #ecce1f 100%);
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  input[type=submit],
  button {
    font-size: 1.5em;
  }
}
.footer {
  background: #41494e;
  padding: 34px 16px 38px;
}
.footer a {
  display: inline-block;
  font-family: OpenSans Regular, sans-serif;
  font-size: 0.875em;
  color: #fff;
  padding: .4rem 0;
  position: relative;
}
.footer a:before {
  content: '\2022';
  position: absolute;
  left: -10px;
}
.footer a:hover {
  color: #fff;
}
.footer a:active,
.footer a.active {
  color: #ffaf00;
}
.footer-item {
  width: 33.333%;
}
.copy {
  background: #000;
  color: #fff;
  display: block;
  font-family: OpenSans Regular, sans-serif;
  font-size: 0.875em;
  padding: 0 16px;
  width: 100%;
  height: 38px;
  line-height: 38px;
}
@media screen and (max-width: 1000px) {
  .footer ul {
    text-align: center;
  }
  .footer li {
    display: inline-block;
    padding: 0 .4rem;
  }
  .footer .flex {
    display: block;
  }
  .footer-item {
    justify-content: center;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-item {
    padding: 0;
  }
  .footer a {
    font-size: 0.75em;
  }
  .copy {
    font-size: 0.75em;
  }
}
.section-first {
  padding: 2em 2.5em 0;
  position: relative;
  height: 36.25em;
}
.section-first .main {
  background: url(.././images/bg.jpg) no-repeat right bottom;
  height: 100%;
}
.section-first .white-block {
  padding-top: 7.1875em;
}
.section-first .white-block.first {
  max-width: 540px;
}
.section-first .white-block.second {
  max-width: 515px;
  padding-left: 40px;
}
.section-first .white-block .label {
  background: #000;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 1.375em;
  padding: 0 26px;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
}
.section-first .white-block .wrapper {
  border-left: 5px solid #ecce1f;
  background: #fff;
  padding: 1.5em;
  box-shadow: -18px 18px 0 0 rgba(0, 0, 0, 0.25);
}
.form-title {
  color: #000;
  font-size: 2.375em;
  font-family: CreteRound Regular, sans-serif;
  margin-bottom: .42em;
}
.form-title span {
  white-space: nowrap;
}
.form-text {
  color: #000;
  font-family: OpenSans Bold, sans-serif;
  font-size: .875em;
  margin-top: 1em;
  text-transform: uppercase;
  margin-bottom: 2.86em;
}
.form-note {
  color: #b5b5b5;
  font-family: OpenSans Regular, sans-serif;
  font-size: .75em;
  line-height: 14px;
  margin: 0 auto;
  padding: 1.5em 0 1.75em 0;
  width: 100%;
  text-align: justify;
}
.form-note a {
  color: #b5b5b5;
  font-family: OpenSans Bold, sans-serif;
  font-weight: bold;
}
.form-note a:hover {
  color: #ffaf00;
}
.slogan-title {
  color: #000;
  font-family: CreteRound Regular, sans-serif;
  font-size: 3.25em;
}
@media screen and (max-width: 1000px) {
  .section-first {
    background: #585347;
    padding-top: 0;
    height: auto;
  }
  .section-first .main {
    background-position: center bottom;
    background-size: cover;
    display: block;
    margin: 0 -2.5em;
    padding: 2.5em 1em 3.5em;
  }
  .section-first .clmn_50 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .section-first .white-block.first {
    padding-top: 0;
    max-width: 480px;
  }
  .section-first .white-block.second {
    padding-top: 3em;
    padding-left: 0;
    max-width: 480px;
  }
  .section-first .white-block .label {
    font-size: 1em;
  }
  .slogan-title {
    font-size: 1.8em;
  }
  .form-title {
    font-size: 1.8em;
  }
}
.section-second {
  padding: 4.375em 1em;
}
.section-second .clmn_33 {
  overflow: hidden;
  padding: 0 1em;
}
.section-second .icon {
  border: 1px solid #525962;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 123px;
  height: 123px;
}
.section-second .description {
  padding-top: 1em;
  margin-left: 150px;
}
.section-second h3 {
  color: #000;
  font-family: CreteRound Regular, sans-serif;
  font-size: 1.5em;
  line-height: 32px;
}
.section-second p {
  color: #000;
  font-family: OpenSans Light, sans-serif;
  font-size: 1em;
  line-height: 24px;
  margin: 0;
  padding-top: .5em;
}
@media screen and (max-width: 1000px) {
  .section-second {
    padding: 3.375em 1em;
  }
  .section-second .flex {
    display: block;
  }
  .section-second .clmn_33 {
    margin-bottom: 3em;
    width: 100%;
  }
  .section-second .clmn_33:last-child {
    margin: 0;
  }
  .section-second .icon {
    float: none;
    margin: 0 auto;
  }
  .section-second .description {
    padding-top: 1em;
    margin-left: 0;
    text-align: center;
  }
}
#third_section, #internal_content {
  padding: 54px 16px;
}
#third_section h2 {
  font-size: 32px;
  line-height: 38px;
  color: #000;
  font-family: CreteRound Regular, sans-serif;
}
#third_section p {
  margin: 0;
  font-size: 14px;
  font-family: OpenSans Light, sans-serif;
  line-height: 24px;
  padding-top: 1.4rem;
  text-align: justify;
}
#internal_content a {
  color: #ff6131;
}
@media screen and (max-width: 1000px) {
  #third_section h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
#apply_section {
  background: url(.././images/pattern.png) no-repeat #deedf5 center;
  overflow: hidden;
  padding: 46px 16px 52px;
  position: relative;
  text-align: center;
}
#apply_section h2 {
  font-family: CreteRound Regular, sans-serif;
  font-size: 28px;
  line-height: 32px;
  color: #000;
  max-width: 260px;
  display: inline-block;
}
#apply_section .bttn_section_b {
  display: inline-block;
  margin-top: 2.5rem;
  max-width: 250px;
  transition: all 0.3s;
}
