/*--------- RESET ---------*/
@import url('../font/font.css');
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  user-select: none;
  -webkit-appearance: none;
}
*:focus {
  outline: none;
}
:focus {
  outline: 0;
}
img {
  border: none;
}
html,
body {
  font-size: 16px;
  position: relative;
}
input,
textarea {
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}
textarea {
  resize: none;
}
ol,
ul,
li {
  list-style: none;
}
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}
a,
a:visited {
  text-decoration: none;
  outline: none;
  color: #5f9ed7;
}
a:hover {
  text-decoration: none;
  outline: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
main,
header,
footer,
section,
img {
  display: block;
}
html {
  scroll-behavior: smooth;
  line-height: 100%;
}
/*--------- END OF RESET ---------*/
/*--------- DEFAULT MIXINS-----*/
._clear {
  zoom: 1;
}
._clear:after {
  clear: both;
  content: '';
  display: block;
}
._border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*--------- END OF DEFAULT MIXINS-----*/
body {
  font: 100%/100% 'Inter', open-sans, sans-setif, Arial, Verdana, Tahoma;
  color: #fff;
  line-height: 100%;
}
.page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1280px;
  padding: 10px;
  margin: 0 auto;
}
main {
  width: 100vw;
  min-height: 100vh;
  padding-bottom: 5vh;
  background: #043873 url("../media/main-page-bg.png") no-repeat center center;
}
main header {
  zoom: 1;
  height: 80px;
}
main header:after {
  clear: both;
  content: '';
  display: block;
}
main header .logo {
  float: left;
  max-width: 30%;
  width: 191px;
  margin-top: calc((80px - 27px)/2);
}
main header nav {
  zoom: 1;
  float: right;
  max-width: 80%;
  margin-top: 30px;
}
main header nav:after {
  clear: both;
  content: '';
  display: block;
}
main header nav .nav-el {
  font-size: 125%;
  float: left;
  margin: 0 15px;
  cursor: pointer;
  padding-bottom: 3px;
}
main header nav .nav-el:hover {
  border-bottom: 1px solid #fff;
}
main .title {
  text-align: center;
  font-size: 400%;
  font-weight: bold;
  margin-top: calc(40vh - 80px);
  line-height: 100%;
}
main .description {
  text-align: center;
  font-weight: lighter;
  font-size: 100%;
  line-height: 150%;
  max-width: 1000px;
  margin: 10vh auto 0;
  width: 90%;
}
main .button-main {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  background-color: #4F9CF9;
  font: 100%/100% 'Inter', open-sans, sans-setif, Arial, Verdana, Tahoma;
  text-align: center;
  border: none;
  width: 200px;
  height: 50px;
  margin: 5vh auto 0;
  display: block;
}
main .button-main:hover {
  background-color: rgba(79, 156, 249, 0.8);
}
main .button-main:active {
  background-color: rgba(79, 156, 249, 0.6);
}
main .sub-title {
  text-align: left;
  font-size: 200%;
  font-weight: bold;
  margin-top: 50px;
  line-height: 100%;
}
main li {
  margin-left: 10px;
  list-style-type: circle;
}
section.about-us {
  background: url("../media/about-me-bg.png") no-repeat left center;
  padding: 10vh 0 10vh;
}
section.about-us .title {
  text-align: center;
  color: #000;
  font-size: 300%;
  font-weight: bold;
}
section.about-us .description {
  text-align: center;
  color: #000;
  font-weight: lighter;
  font-size: 100%;
  line-height: 150%;
  max-width: 1000px;
  margin: 10vh auto 0;
  width: 90%;
}
section.about-us .button-main {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  background-color: #4F9CF9;
  font: 100%/100% 'Inter', open-sans, sans-setif, Arial, Verdana, Tahoma;
  text-align: center;
  border: none;
  width: 200px;
  height: 50px;
  margin: 50px auto 0;
  display: block;
}
section.about-us .button-main:hover {
  background-color: rgba(79, 156, 249, 0.8);
}
section.about-us .button-main:active {
  background-color: rgba(79, 156, 249, 0.6);
}
section.services {
  padding: 10vh 0 10vh;
  background: #043873 url("../media/services-bg.png") no-repeat right center;
}
section.services .page {
  zoom: 1;
}
section.services .page:after {
  clear: both;
  content: '';
  display: block;
}
section.services .title {
  text-align: center;
  font-size: 300%;
  font-weight: bold;
}
section.services .service {
  float: left;
  width: 49%;
}
section.services .service .service-img {
  display: block;
  margin: 10vh auto 0;
  width: 100px;
}
section.services .service .service-title {
  margin-top: 30px;
  font-size: 150%;
  font-weight: bolder;
  text-align: center;
}
section.services .service .service-description {
  margin: 20px auto 0;
  max-width: 80%;
  line-height: 125%;
  text-align: center;
}
section.contact-us {
  padding: 10vh 0 10vh;
  color: #000;
}
section.contact-us .title {
  text-align: center;
  font-size: 300%;
  font-weight: bold;
}
section.contact-us .contact-data {
  zoom: 1;
  margin-top: 10vh;
}
section.contact-us .contact-data:after {
  clear: both;
  content: '';
  display: block;
}
section.contact-us .contact-data .contact-form {
  float: left;
  width: 50%;
}
section.contact-us .contact-data .contact-form .form-input,
section.contact-us .contact-data .contact-form .form-textarea {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  margin-top: 10px;
}
section.contact-us .contact-data .contact-form .form-textarea {
  height: 150px;
  padding-top: 5px;
}
section.contact-us .contact-data .contact-form .button-main {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  background-color: #4F9CF9;
  font: 100%/100% 'Inter', open-sans, sans-setif, Arial, Verdana, Tahoma;
  text-align: center;
  border: none;
  width: 200px;
  height: 50px;
  margin: 25px auto 0;
  display: block;
}
section.contact-us .contact-data .contact-form .button-main:hover {
  background-color: rgba(79, 156, 249, 0.8);
}
section.contact-us .contact-data .contact-form .button-main:active {
  background-color: rgba(79, 156, 249, 0.6);
}
section.contact-us .contact-data .contact-form .button-main.disabled {
  background: grey;
}
section.contact-us .contact-data .contact-form .button-main.disabled:hover,
section.contact-us .contact-data .contact-form .button-main.disabled:active {
  background: grey;
}
section.contact-us .contact-data .contact-details {
  float: right;
  width: 50%;
}
section.contact-us .contact-details {
  float: right;
  width: 50%;
}
section.contact-us .contact-details .email,
section.contact-us .contact-details .phone,
section.contact-us .contact-details .address {
  text-align: center;
  font-size: 80%;
}
section.contact-us .contact-details .email span,
section.contact-us .contact-details .phone span,
section.contact-us .contact-details .address span {
  font-size: 115%;
  font-weight: bold;
}
section.contact-us .contact-details .email {
  margin-top: 10vh;
}
section.contact-us .contact-details .phone,
section.contact-us .contact-details .address {
  margin-top: 20px;
}
footer {
  height: 50px;
  background: #043873;
}
footer .copyright {
  text-align: center;
  margin-top: 8px;
  font-size: 75%;
}
@media screen and (max-width: 640px) {
  main > header > nav > .nav {
    display: none;
  }
  section.services .title,
  section.contact-us .title,
  section.about-us .title {
    font-size: 200%;
  }
  main .title {
    font-size: 200%;
  }
  main .description {
    font-size: 90%;
  }
  section.services .service {
    width: 100%;
  }
  section.contact-us .contact-data .contact-details {
    width: 100%;
  }
  section.contact-us .contact-data .contact-form {
    width: 100%;
  }
}
section.vacancies {
  padding: 10vh 0 10vh;
  color: #000;
}
section.vacancies .page {
  zoom: 1;
}
section.vacancies .page:after {
  clear: both;
  content: '';
  display: block;
}
section.vacancies .title {
  text-align: center;
  font-size: 300%;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 100%;
}
section.vacancies .vacancy {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  float: left;
  width: 40%;
  margin: 30px 5% 0;
  background: #043873;
  color: #fff;
}
section.vacancies .vacancy .vacancy-img {
  display: block;
  margin: 1vh auto 0;
  width: 100px;
}
section.vacancies .vacancy .vacancy-title {
  margin-top: 30px;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
}
section.vacancies .vacancy .vacancy-description {
  margin: 20px auto 0;
  max-width: 80%;
  line-height: 125%;
  text-align: center;
  font-size: 85%;
}
section.vacancies .vacancy .button-main {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  background-color: #4F9CF9;
  font: 100%/100% 'Inter', open-sans, sans-setif, Arial, Verdana, Tahoma;
  text-align: center;
  border: none;
  width: 200px;
  height: 50px;
  margin: 50px auto 2vh;
  display: block;
}
section.vacancies .vacancy .button-main:hover {
  background-color: rgba(79, 156, 249, 0.8);
}
section.vacancies .vacancy .button-main:active {
  background-color: rgba(79, 156, 249, 0.6);
}
@media screen and (max-width: 640px) {
  section.vacancies .vacancy {
    width: 90%;
  }
}
/*# sourceMappingURL=style.css.map */