@font-face {
  font-family: "BPG 2017 DejaVu Sans";
  src: url("fonts/BPG2017DejaVuSans.eot");
  src: url("fonts/BPG2017DejaVuSans.eot?#iefix") format("embedded-opentype"), url("fonts/BPG2017DejaVuSans.woff2") format("woff2"), url("fonts/BPG2017DejaVuSans.woff") format("woff"), url("fonts/BPG2017DejaVuSans.ttf") format("truetype"), url("fonts/BPG2017DejaVuSans.svg#BPG2017DejaVuSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BPG 2017 DejaVu Sans Caps";
  src: url("fonts/BPG2017DejaVuSansCaps.eot");
  src: url("fonts/BPG2017DejaVuSansCaps.eot?#iefix") format("embedded-opentype"), url("fonts/BPG2017DejaVuSansCaps.woff2") format("woff2"), url("fonts/BPG2017DejaVuSansCaps.woff") format("woff"), url("fonts/BPG2017DejaVuSansCaps.ttf") format("truetype"), url("fonts/BPG2017DejaVuSansCaps.svg#BPG2017DejaVuSansCaps") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  font-family: "BPG 2017 DejaVu Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 24px;
  outline: none;
  box-sizing: border-box;
  text-decoration: none;
}

body,
html {
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-flow: column;
}

input {
  width: 100%;
  height: 60px;
  outline: none;
  border-radius: 30px;
  padding: 0 30px;
  border: 1px solid #bcbdc0;
  background-color: #fff;
  color: #37496D;
  font-size: 16px;
}
input::placeholder {
  color: #37496D;
  opacity: 1;
}
input.error {
  border-color: red;
}

button {
  width: auto;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #ffc20e;
  border-radius: 30px;
  padding: 0 30px;
  color: #37496D;
  font-size: 22px;
  font-weight: 600;
  padding-top: 5px;
  text-transform: uppercase;
  font-family: "BPG 2017 DejaVu Sans Caps";
  cursor: pointer;
}

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

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

.wrapper {
  width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .wrapper {
    width: 100%;
    padding: 0 15px;
  }
}

header {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #37496D;
  border-bottom: 5px solid #ffc20e;
}
header .logo {
  height: 60px;
}
header .contact {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  gap: 15px;
}
header .contact ul {
  display: flex;
  gap: 20px;
}
header .contact ul li {
  display: inline-flex;
}
header .contact ul li a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 16px;
}
header .contact ul li a img {
  height: 20px;
}
header .contact h1 {
  font-size: 26px;
  color: #ffc20e;
  text-transform: uppercase;
  font-family: "BPG 2017 DejaVu Sans Caps";
}
@media only screen and (max-width: 1200px) {
  header {
    height: auto;
    padding: 15px 0;
  }
  header .wrapper {
    flex-flow: column;
  }
  header .contact {
    margin-top: 15px;
    align-items: center;
  }
  header .contact ul {
    flex-flow: column;
    gap: 5px;
    align-items: center;
  }
  header .contact h1 {
    text-align: center;
    font-size: 18px;
  }
}

main {
  display: flex;
  flex-flow: column;
  align-items: center;
}
main .slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 120px);
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  main .slide {
    height: 420px;
  }
}
main .slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
main .slide .wrapper {
  flex-flow: column;
  align-items: flex-start;
  z-index: 2;
}
main .slide .wrapper .title {
  display: flex;
  flex-flow: column;
  gap: 15px;
  border-bottom: 2px solid #fff;
  padding-bottom: 40px;
}
main .slide .wrapper .title h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "BPG 2017 DejaVu Sans Caps";
  font-size: 56px;
  line-height: 56px;
}
main .slide .wrapper .title h2:first-of-type {
  color: #ffc20e;
}
@media only screen and (max-width: 1200px) {
  main .slide .wrapper .title h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
main .slide .wrapper .salary {
  display: flex;
  align-items: center;
  padding-top: 40px;
  gap: 15px;
}
main .slide .wrapper .salary h2 {
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  font-family: "BPG 2017 DejaVu Sans Caps";
}
main .slide .wrapper .salary .value {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffc20e;
}
main .slide .wrapper .salary .value span {
  font-size: 68px;
  line-height: 68px;
}
main .slide .wrapper .salary .value .amount {
  font-size: 68px;
  line-height: 68px;
  color: #ffc20e;
  text-transform: uppercase;
  font-family: "BPG 2017 DejaVu Sans Caps";
}
main .slide .wrapper .salary .value .currency {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-transform: uppercase;
  font-family: "BPG 2017 DejaVu Sans Caps";
  font-size: 44px;
  line-height: 44px;
}
main .slide .wrapper .salary .value .currency span {
  text-transform: uppercase;
  font-family: "BPG 2017 DejaVu Sans Caps";
  font-size: 16px;
  line-height: 16px;
}
@media only screen and (max-width: 1200px) {
  main .slide .wrapper .salary {
    flex-flow: column;
    align-items: flex-start;
  }
  main .slide .wrapper .salary .value span {
    font-size: 32px;
    line-height: 32px;
  }
  main .slide .wrapper .salary .value .amount {
    font-size: 32px;
    line-height: 32px;
    color: #ffc20e;
  }
  main .slide .wrapper .salary .value .currency {
    font-size: 26px;
    line-height: 26px;
  }
  main .slide .wrapper .salary .value .currency span {
    font-size: 12px;
    line-height: 12px;
  }
}
main .statistics {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #f2f2f3;
  border-top: 5px solid #ffc20e;
}
main .statistics ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px 0;
}
main .statistics ul li {
  width: 100%;
  height: 140px;
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-right: 2px solid #fff;
}
main .statistics ul li:last-of-type {
  border-right: none;
}
main .statistics ul li span {
  text-transform: uppercase;
  font-family: "BPG 2017 DejaVu Sans Caps";
  font-size: 18px;
  line-height: 18px;
}
main .statistics ul li span:first-of-type {
  font-size: 42px;
  line-height: 42px;
  color: #ffc20e;
}
main .statistics ul li span:last-of-type {
  color: #37496D;
}
@media only screen and (max-width: 1200px) {
  main .statistics ul {
    grid-template-columns: 1fr;
  }
  main .statistics ul li {
    border-right: none;
  }
}
main .lead {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 0;
  background-color: #37496D;
  border-top: 5px solid #ffc20e;
}
main .lead .wrapper {
  flex-flow: column;
  gap: 40px;
}
main .lead form {
  display: flex;
  flex-flow: column;
  gap: 30px;
  width: 90%;
}
main .lead form h1 {
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  font-family: "BPG 2017 DejaVu Sans Caps";
}
main .lead form .inputs {
  width: 100%;
  display: flex;
  gap: 30px;
}
main .lead form .message {
  display: none;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
main .lead form .message img {
  height: 80px;
  margin-bottom: 20px;
}
main .lead form .message h2 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "BPG 2017 DejaVu Sans Caps";
  text-align: center;
}
main .lead form .message h3 {
  color: #ffc20e;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "BPG 2017 DejaVu Sans Caps";
}
@media only screen and (max-width: 1200px) {
  main .lead form h1 {
    font-size: 18px;
  }
  main .lead form .inputs {
    flex-flow: column;
  }
}
main .qa {
  width: 100%;
  display: flex;
  flex-flow: column;
}
main .qa > div {
  display: flex;
  flex-flow: column;
  width: 100%;
}
main .qa > div h1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  border-top: 5px solid #fff;
  background-color: #ffc20e;
  color: #37496D;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "BPG 2017 DejaVu Sans Caps";
}
@media only screen and (max-width: 1200px) {
  main .qa > div h1 {
    font-size: 16px;
    justify-content: flex-start;
    padding: 0 15px;
  }
}
main .qa > div .content {
  display: flex;
  justify-content: center;
  background-color: #f2f2f3;
  padding: 30px 0;
}
main .qa > div .content .wrapper {
  color: #37496D;
  font-size: 22px;
  line-height: 30px;
}
main .qa > div .content .income-graph {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
main .qa > div .content .income-graph .bullet {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
}
main .qa > div .content .income-graph .bullet:nth-child(1) {
  margin-top: 150px;
}
main .qa > div .content .income-graph .bullet:nth-of-type(2) {
  margin-top: 75px;
}
main .qa > div .content .income-graph .bullet h2 {
  color: #37496D;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 20px;
}
main .qa > div .content .income-graph .bullet h3 {
  position: relative;
  width: 100%;
  border-top: 2px dashed #37496D;
  border-left: 2px dashed #37496D;
  padding: 20px 0 0 15px;
  color: #ffc20e;
  text-transform: uppercase;
  font-family: "BPG 2017 DejaVu Sans Caps";
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
}
main .qa > div .content .income-graph .bullet h3.start {
  border-left: none;
}
main .qa > div .content .income-graph .bullet h3.start::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 15px;
  left: 0;
  top: -9px;
  background-color: #37496D;
}
main .qa > div .content .income-graph .bullet h3.end::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 15px;
  right: 0;
  top: -9px;
  background-color: #37496D;
}
main .qa > div .content .income-graph .bullet h3 span {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "BPG 2017 DejaVu Sans Caps";
}
main .qa > div .content .income-graph .bullet h3 span.colored {
  color: #37496D;
}
@media only screen and (max-width: 1200px) {
  main .qa > div .content .income-graph {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  main .qa > div .content .income-graph .bullet {
    margin-top: 0px !important;
  }
  main .qa > div .content .income-graph .bullet h3 {
    border-left: none;
    padding-left: 0;
    padding-bottom: 15px;
    border-top: none;
    border-bottom: 2px dashed #37496D;
    border-right: 2px dashed #37496D;
  }
  main .qa > div .content .income-graph .bullet h3::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 15px;
    left: 0;
    top: unset !important;
    bottom: -8px !important;
    background-color: #37496D;
  }
  main .qa > div .content .income-graph .bullet h3::before {
    content: "";
    position: absolute;
    width: 15px !important;
    height: 3px !important;
    right: -8px !important;
    top: 0px !important;
    bottom: -8px !important;
    background-color: #37496D;
  }
  main .qa > div .content .income-graph .bullet h2 {
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 22px;
  }
}
main .projects {
  width: 100%;
  display: flex;
  justify-content: center;
}
main .projects .wrapper {
  flex-flow: column;
  align-items: flex-start;
}
main .projects .head {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
main .projects .head h1 {
  color: #37496D;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: "BPG 2017 DejaVu Sans Caps";
}
main .projects .head a {
  display: inline-flex;
  font-size: 16px;
  width: 200px;
  height: 36px;
  text-transform: uppercase;
  font-family: "BPG 2017 DejaVu Sans Caps";
  background-image: url(../img/read-more.svg);
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-top: 3px;
}
@media only screen and (max-width: 1200px) {
  main .projects .head {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  main .projects .head h1 {
    font-size: 16px;
  }
}
main .projects .items {
  width: 100%;
  display: flex;
}
main .projects .items .project {
  width: 100%;
  aspect-ratio: 4/3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
main .projects .items .project h2 {
  display: inline-flex;
  width: auto;
  font-size: 16px;
  padding: 5px 15px;
  background-color: #ffc20e;
  color: #37496D;
  text-transform: uppercase;
  font-family: "BPG 2017 DejaVu Sans Caps";
}
@media only screen and (max-width: 1200px) {
  main .projects .items {
    flex-flow: column;
  }
}

footer {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
footer ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
footer ul li {
  list-style: none;
}
footer ul li img {
  height: 60px;
}
@media only screen and (max-width: 1200px) {
  footer ul {
    flex-flow: column;
    gap: 15px;
  }
  footer ul li img {
    height: 36px;
  }
}

/*# sourceMappingURL=style.css.map */
