/*------------------------------------*\
  CUSTOM PARTIALS
\*------------------------------------*/
/*------------------------------------*\
  OVERWRITES
\*------------------------------------*/
/*------------------------------------*\
COLORS
\*------------------------------------*/
*,
*::before,
*::after,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6,
p,
ul,
ol,
.card,
.section,
html,
address {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: normal;
  color: currentColor;
  font-family: "Manrope", sans-serif;
}

button,
input {
  -webkit-appearance: none;
  border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

[type=submit] {
  opacity: 1;
}

input,
button {
  background: transparent;
  border: none;
}

input,
select,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
}

a,
button,
em {
  color: inherit;
}

input[type=submit],
button,
label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

a:hover {
  color: currentColor;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

select::-ms-expand {
  display: none;
}

.uk-container-large {
  max-width: 1300px;
}

.text-extra-light {
  font-weight: 200;
}

.text-extra-bold {
  font-weight: 800;
}

.text-lightblue {
  color: #009ee2;
}

.grid-padding {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {
  .grid-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .grid-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.bg-placeholder {
  background-color: #909090;
}

@media (max-width: 639px) {
  br {
    display: none;
  }
}

.preloader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  border: 4px #fff solid;
  border-top: 4px solid #0069b3;
  border-radius: 50%;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(359deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
body {
  color: #000;
  font: 16px/25px "Manrope", sans-serif;
}

.top-banner .flex-wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .top-banner .flex-wrapper {
    height: auto;
  }
}
.top-banner .logo-wrapper,
.top-banner .call-to-form {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1600px) {
  .top-banner .logo-wrapper,
.top-banner .call-to-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.top-banner .logo {
  max-width: 175px;
}
@media (min-width: 960px) {
  .top-banner .logo {
    max-width: 100%;
  }
}
.top-banner .caption {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  background: #201a55;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 960px) {
  .top-banner .caption {
    position: static;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.top-banner .caption .title {
  color: #fff;
  font-size: 35px;
  line-height: 43px;
}
@media (min-width: 640px) {
  .top-banner .caption .title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (min-width: 1600px) {
  .top-banner .caption .title {
    font-size: 62px;
    line-height: 76px;
  }
}
.top-banner .caption .subtitle {
  color: #009ee2;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 640px) {
  .top-banner .caption .subtitle {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  .top-banner .caption .subtitle {
    font-size: 32px;
    line-height: 39px;
  }
}
.top-banner .call-to-form {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  background: #0069b3;
  text-align: center;
}
@media (min-width: 960px) {
  .top-banner .call-to-form {
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .top-banner .call-to-form {
    font-size: 22px;
    line-height: 33px;
  }
}

.form-section .form {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #0069b3;
}
@media (min-width: 960px) {
  .form-section .form {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.form-section .form [type=text],
.form-section .form [type=number],
.form-section .form [type=email],
.form-section .form .checkbox-wrapper,
.form-section .form button {
  width: 100%;
  border-radius: 10px;
}
.form-section .form [type=text],
.form-section .form [type=number],
.form-section .form [type=email],
.form-section .form .checkbox-wrapper {
  color: #909090;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  height: 50px;
  background: #fff;
}
@media (min-width: 960px) {
  .form-section .form [type=text],
.form-section .form [type=number],
.form-section .form [type=email],
.form-section .form .checkbox-wrapper {
    font-size: 18px;
    height: 64px;
  }
}
.form-section .form .notification {
  margin-top: 3px;
  color: #fff;
}
.form-section .form [type=checkbox] + span {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  background: #efefef;
  border: 1px solid gray;
  cursor: pointer;
}
.form-section .form [type=checkbox] + span::before {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 15px;
  transform: translate(-50%, -50%);
  background-image: url(../img/check.svg);
  background-size: 16px 15px;
}
.form-section .form [type=checkbox]:checked + span {
  background: #009ee2;
  background-color: #009ee2;
}
.form-section .form [type=checkbox]:checked + span::before {
  display: block;
}
.form-section .form ::-webkit-input-placeholder {
  font-size: 16px;
  color: #909090;
}
@media (min-width: 960px) {
  .form-section .form ::-webkit-input-placeholder {
    font-size: 18px;
  }
}
.form-section .form ::-moz-placeholder {
  font-size: 16px;
  color: #909090;
}
@media (min-width: 960px) {
  .form-section .form ::-moz-placeholder {
    font-size: 18px;
  }
}
.form-section .form :-ms-input-placeholder {
  font-size: 16px;
  color: #909090;
}
@media (min-width: 960px) {
  .form-section .form :-ms-input-placeholder {
    font-size: 18px;
  }
}
.form-section .form button {
  position: relative;
  font-size: 25px;
  height: 50px;
  color: #fff;
  background: #009ee2;
}
@media (min-width: 960px) {
  .form-section .form button {
    font-size: 30px;
    height: 77px;
  }
}
.form-section .form .ajax-response {
  padding-top: 10px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.form-section .reasons {
  padding: 80px 15px;
}
@media (min-width: 640px) {
  .form-section .reasons {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.form-section .reasons-wrapper {
  background: #efefef;
}
.form-section .reason {
  font-size: 21px;
  line-height: 26px;
  padding: 15px;
  border-radius: 50px;
  background: #fff;
}

.advantages {
  padding: 55px 0;
}
.advantages .title {
  font-size: 19px;
  line-height: 25px;
}

.request-for-career {
  background: #0069b3;
}
.request-for-career .title {
  color: #fff;
  font-size: 34px;
  line-height: 40.5px;
}
@media (min-width: 1200px) {
  .request-for-career .title {
    font-size: 38px;
    line-height: 45.5px;
  }
}
.request-for-career .title-wrapper {
  padding: 20px 0;
}

.about-us {
  padding: 55px 0;
  font-size: 18px;
  line-height: 29px;
  background: #efefef;
}
.about-us .title {
  font-size: 38px;
  line-height: 45px;
}

footer {
  padding: 34px 0 14px;
  color: #909090;
  background: #252525;
}
footer .uk-flex {
  justify-content: space-between;
}
footer svg {
  width: 32px;
}