.circle_blue::before {
  content: "";
  position: absolute;
  width: 88px;
  height: 88px;
  border-radius: 100px;
  background-color: #b2d6ff;
  z-index: -5;
  left: 5; }

.circle_purple::before {
  content: "";
  position: absolute;
  width: 147px;
  height: 147px;
  border-radius: 100px;
  background-color: rgba(152, 159, 230, 0.3);
  z-index: -5;
  right: 70px; }

.circle_red::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: rgba(224, 82, 109, 0.3);
  z-index: -5;
  left: 150px; }

.about__text {
  font-size: 2.5rem;
  font-weight: 300;
  text-align: justify;
  line-height: 3;
  font-family: "Roboto";
  color: rgba(0, 0, 0, 0.7); }
  .about__text:not(:last-child) {
    margin-bottom: 4rem; }

.vacancies__cards__text-title {
  color: #fff;
  font-size: 4rem;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300; }
  @media screen and (max-width: 800px) {
    .vacancies__cards__text-title {
      font-size: 3rem; } }

.bg-title {
  font-size: 5rem;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.85);
  position: relative;
  margin-bottom: 10rem; }
  @media screen and (max-width: 800px) {
    .bg-title {
      font-size: 4rem; } }
  .bg-title-1::before {
    content: "VACANCIES";
    position: absolute;
    left: -4rem;
    top: -5rem;
    font-size: 12rem;
    font-weight: 600;
    width: fit-content;
    height: 40px;
    opacity: 0.07; }
  .bg-title-2::before {
    content: "position";
    position: absolute;
    left: -4rem;
    top: -5rem;
    font-size: 12rem;
    font-weight: 600;
    width: fit-content;
    height: 40px;
    opacity: 0.07; }
  .bg-title-3::before {
    content: "our team";
    position: absolute;
    left: -4rem;
    top: -5rem;
    font-size: 12rem;
    font-weight: 600;
    width: fit-content;
    height: 40px;
    opacity: 0.07; }
  @media screen and (max-width: 800px) {
    .bg-title-1::before, .bg-title-2::before, .bg-title-3::before {
      font-size: 9rem; } }

.apply__text p {
  font-size: 3rem;
  font-weight: 100;
  text-align: left;
  line-height: 1.4; }
  @media screen and (max-width: 800px) {
    .apply__text p {
      font-size: 2.5rem;
      line-height: 1.1; } }
  @media screen and (max-width: 655px) {
    .apply__text p {
      font-size: 2.7rem; } }

.apply__text a {
  display: block;
  transition: all 0.4s ease-in-out; }
  .apply__text a:hover {
    transform: translateX(4px);
    color: #39A3EA; }

.text--footer {
  font-size: 2rem;
  font-weight: 100;
  text-align: left;
  line-height: 2; }

.btn {
  text-transform: uppercase;
  padding: 1.5rem 6rem;
  display: inline-block;
  border-radius: 5rem;
  transition: all 0.5s;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 2px;
  font-weight: 300;
  margin-top: 4rem;
  transition: transform 0.3s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .btn {
      padding: 1rem 4rem; } }
  @media screen and (max-width: 800px) {
    .btn {
      padding: 1.3rem 5rem; } }
  @media screen and (max-width: 400px) {
    .btn {
      display: block; } }
  .btn__blue {
    background-color: #2263ad;
    border: 1px solid #2263ad;
    color: #fff;
    margin-right: 2rem; }
    @media screen and (max-width: 800px) {
      .btn__blue {
        margin-right: 5px; } }
    @media screen and (max-width: 655px) {
      .btn__blue {
        margin-right: 0; } }
  .btn__white {
    background-color: #fff;
    border: 1px solid #2263ad;
    color: #2263ad; }
  .btn:hover {
    transform: translateY(-5px); }
  .btn:active {
    transform: translateY(-2px); }
  .btn-popup {
    background: transparent;
    border: none;
    font-family: inherit;
    transition: all 0.3s ease-in-out;
    font-size: 2.5rem;
    font-weight: 100;
    text-align: left;
    letter-spacing: 2px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-family: 'roboto'; }
    .btn-popup:hover {
      transform: translateX(10px); }

.modal_popup {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: auto;
  min-height: calc(100% + 5rem);
  opacity: 0;
  visibility: hidden;
  font-family: 'roboto';
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap; }
  .modal_popup .wages__block {
    position: relative;
    background-color: #fff;
    max-width: 40%;
    min-width: fit-content;
    font-size: 2rem;
    font-weight: 300;
    padding: 3rem 4rem;
    display: none;
    transition: all 0.3s ease-in-out; }
    .modal_popup .wages__block table.customTable {
      width: 100%;
      background-color: #ffffff;
      border: none;
      color: #000000; }
      .modal_popup .wages__block table.customTable td,
      .modal_popup .wages__block table.customTable th {
        border: none;
        padding: 0.5rem;
        line-height: 1.2;
        width: fit-content;
        font-size: 1.8rem; }
        .modal_popup .wages__block table.customTable td:not(:first-child),
        .modal_popup .wages__block table.customTable th:not(:first-child) {
          text-align: right; }
      .modal_popup .wages__block table.customTable thead {
        font-size: 2rem;
        font-weight: 100;
        text-transform: uppercase; }
    .modal_popup .wages__block tbody + tbody::before {
      content: "";
      height: 16px;
      display: table-row-group; }
    .modal_popup .wages__block h2 {
      font-weight: 100;
      font-style: italic;
      margin-bottom: 2rem; }
    .modal_popup .wages__block p {
      font-size: inherit;
      font-weight: 100;
      text-align: right;
      line-height: 1;
      font-style: italic; }
      .modal_popup .wages__block p:first-of-type {
        margin-top: 4rem; }
    .modal_popup .wages__block .close-popup {
      position: absolute;
      top: 0;
      right: 0;
      height: 50px;
      width: 50px;
      border: none;
      text-decoration: none;
      background-color: #39A3EA;
      color: #fff;
      font-size: 3rem;
      font-weight: 300;
      text-align: center;
      line-height: 50px; }
  .modal_popup .show_modal {
    display: block;
    transition: all 0.3s ease-in-out; }

.show {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out; }

nav {
  width: 100vw;
  display: block;
  position: relative; }
  nav .burger {
    margin-top: 3rem;
    float: right; }
    @media all and (min-width: 800px) {
      nav .burger {
        display: none; } }
    nav .burger .line {
      background-color: #2263ad;
      width: 30px;
      height: 3px;
      margin-top: 7px; }

.nav-links-mobile {
  display: none; }
  @media screen and (max-width: 800px) {
    .nav-links-mobile {
      display: none;
      position: absolute;
      width: min-content;
      right: 13rem;
      top: 4rem;
      list-style: none;
      align-items: center;
      background-color: #39A3EA;
      height: min-content;
      text-align: center;
      z-index: 4;
      transform: translateX(200%);
      transition: transform 0.4s ease-in-out;
      opacity: 0; } }

.toggle {
  display: block;
  transform: translateX(0%);
  opacity: 1; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth; }

html {
  font-size: 62.5%;
  overflow-x: hidden; }
  @media screen and (max-width: 1200px) {
    html {
      font-size: 55%; } }
  @media screen and (max-width: 655px) {
    html {
      font-size: 45%; } }
  @media screen and (max-width: 500px) {
    html {
      font-size: 40%; } }

body {
  font-family: 'Merriweather Sans', sans-serif; }

main {
  margin: auto; }

section {
  margin-bottom: 15rem; }
  @media screen and (max-width: 1200px) {
    section {
      margin-bottom: 13rem; } }
  @media screen and (max-width: 1024px) {
    section {
      margin-bottom: 11rem; } }
  @media screen and (max-width: 800px) {
    section {
      margin-bottom: 8rem; } }

a {
  text-decoration: none; }
  a :visited {
    color: rgba(0, 0, 0, 0.7); }

header {
  width: 90vw;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 4rem; }
  header .nav-links {
    width: 100%;
    height: 15vh;
    display: flex;
    list-style: none;
    align-items: center;
    gap: 6rem;
    justify-content: flex-end; }
    @media screen and (max-width: 800px) {
      header .nav-links {
        display: none; } }
  header .nav-link {
    transition: all 0.4s ease-in-out; }
    @media screen and (max-width: 800px) {
      header .nav-link {
        padding: 2rem; } }
    header .nav-link a,
    header .nav-link a:visited,
    header .nav-link a:active {
      font-size: 2rem;
      color: rgba(0, 0, 0, 0.65); }
      @media screen and (max-width: 800px) {
        header .nav-link a,
        header .nav-link a:visited,
        header .nav-link a:active {
          color: rgba(255, 255, 255, 0.8); } }
    header .nav-link a:hover {
      color: #2263ad; }
      @media screen and (max-width: 800px) {
        header .nav-link a:hover {
          color: rgba(255, 255, 255, 0.7); } }
    header .nav-link:hover {
      transform: translateY(-4px); }
      @media screen and (max-width: 800px) {
        header .nav-link:hover {
          transform: translatey(0px);
          background: #2263ad; } }

.logo {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 800px) {
    .logo {
      flex-direction: column-reverse; } }
  .logo__container {
    width: min-content; }
    .logo__container .logo__text {
      display: flex;
      flex-direction: column; }
      .logo__container .logo__text--title {
        font-weight: 900;
        font-size: 8rem;
        color: #2263ad;
        text-transform: uppercase;
        line-height: 9rem;
        z-index: 33; }
        @media screen and (max-width: 1024px) {
          .logo__container .logo__text--title {
            font-size: 6rem;
            line-height: 7rem; } }
        @media screen and (max-width: 325px) {
          .logo__container .logo__text--title {
            font-size: 3.5rem;
            line-height: 3.5rem; } }
      .logo__container .logo__text--description {
        font-size: 2rem;
        line-height: 1.5; }
        @media screen and (max-width: 800px) {
          .logo__container .logo__text--description {
            font-size: 1.8rem;
            line-height: 1.3; } }
  @media screen and (max-width: 800px) {
    .logo .cta {
      text-align: center;
      display: inline-block;
      width: fit-content;
      align-self: center;
      margin: 0; } }
  .logo__image--pic {
    max-width: 500px;
    max-height: 500px;
    filter: drop-shadow(2px 2px 25px rgba(0, 0, 0, 0.15));
    transition: transform 0.4s ease-in-out; }
    @media screen and (max-width: 1200px) {
      .logo__image--pic {
        max-width: 400px;
        max-height: 400px; } }
    @media screen and (max-width: 1024px) {
      .logo__image--pic {
        max-width: 350px;
        max-height: 350px; } }
    @media screen and (max-width: 400px) {
      .logo__image--pic {
        max-width: 300px;
        max-height: 300px; } }
    @media screen and (max-width: 325px) {
      .logo__image--pic {
        max-width: 250px;
        max-height: 250px; } }
    .logo__image--pic:hover {
      transform: translateY(-10px); }

.about {
  padding: 0 7vw; }
  .about__certification {
    max-width: 90vw;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10vw; }
    @media screen and (max-width: 1024px) {
      .about__certification {
        justify-content: space-around;
        margin-top: 4rem;
        gap: 7vw; } }
    .about__certification-pic {
      height: 12vh;
      margin-right: 0px;
      transition: all 0.5s ease-in-out; }
      @media screen and (max-width: 800px) {
        .about__certification-pic {
          height: 8vh; } }

.apply__container {
  width: 100vw;
  gap: 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 4rem; }
  .apply__container--block {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 4rem; }
    @media screen and (max-width: 400px) {
      .apply__container--block {
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center; } }
    .apply__container--block > img {
      max-width: 75px;
      max-height: 75px;
      align-self: flex-start;
      transition: all 0.4s ease-in-out; }
      @media screen and (max-width: 800px) {
        .apply__container--block > img {
          max-width: 55px;
          max-height: 55px; } }
      @media screen and (max-width: 400px) {
        .apply__container--block > img {
          margin: auto; } }
      .apply__container--block > img:hover {
        transform: translateY(-4px); }

.apply__text {
  display: block;
  text-align: left;
  line-height: 3; }
  @media screen and (max-width: 400px) {
    .apply__text {
      text-align: center; } }
  .apply__text-email {
    flex: 1; }
  .apply__text > a {
    font-size: 2.3rem; }

.apply__icon {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  align-self: flex-start;
  height: 100px; }
  .apply__icon > img {
    max-width: 75px; }

.vacancies__cards {
  display: flex;
  gap: 6rem;
  justify-content: center;
  overflow: hidden;
  height: min-content;
  align-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .vacancies__cards .cadets_card,
  .vacancies__cards .officer_card,
  .vacancies__cards .ratings_card {
    border-radius: 50px;
    width: 340px;
    height: 297px;
    background-position: center;
    background-size: cover;
    position: relative;
    transition: all 0.4s ease-in-out; }
    @media screen and (max-width: 1200px) {
      .vacancies__cards .cadets_card,
      .vacancies__cards .officer_card,
      .vacancies__cards .ratings_card {
        width: 280px;
        height: 250px; } }
    @media screen and (max-width: 800px) {
      .vacancies__cards .cadets_card,
      .vacancies__cards .officer_card,
      .vacancies__cards .ratings_card {
        border-radius: 40px;
        width: 250px;
        height: 200px; } }
    @media screen and (max-width: 500px) {
      .vacancies__cards .cadets_card,
      .vacancies__cards .officer_card,
      .vacancies__cards .ratings_card {
        width: 200px;
        height: 170px; } }
  .vacancies__cards .officer_card {
    background-image: url("../img/officers.jpg");
    background-blend-mode: color; }
  .vacancies__cards .ratings_card {
    background-image: linear-gradient(to top right, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.3)), url("../img/ratings.png");
    background-blend-mode: color; }
  .vacancies__cards .cadets_card {
    background-image: linear-gradient(to top right, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.1)), url("../img/cadets.png");
    background-blend-mode: color; }
  .vacancies__cards__text {
    position: absolute;
    bottom: 7rem;
    width: 25rem;
    height: 10rem;
    background-color: #2263ad;
    padding: 4px;
    transition: all 0.4s ease-in-out; }
    @media screen and (max-width: 800px) {
      .vacancies__cards__text {
        bottom: 6rem;
        width: 20rem;
        height: 8rem; } }
    .vacancies__cards__text:hover {
      transform: translateY(-5px); }

.footer {
  background-color: #2263ad;
  padding: clamp(3vw, 10vw, 150px) clamp(2vw, 5vw, 100px);
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  overflow-x: hidden; }
  @media screen and (max-width: 500px) {
    .footer {
      flex-direction: column;
      gap: 4rem; } }
  .footer__text > a {
    font-size: 3.6rem;
    color: #fff; }
  .footer__text > [class^="text--"] {
    margin-bottom: 2rem; }
    .footer__text > [class^="text--"]:last-child {
      margin-bottom: 0; }
  .footer__map {
    width: 50vw; }
    @media screen and (max-width: 500px) {
      .footer__map {
        width: 80vw; } }
    .footer__map-point {
      width: 100%;
      height: 320px; }

.copyright {
  margin: auto;
  width: 90%;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  text-transform: uppercase; }
  .copyright a > img {
    max-width: 25px;
    max-height: 25px; }
  .copyright__credit {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center; }
    .copyright__credit span {
      display: block; }
    .copyright__credit:first-child {
      margin-right: 12rem; }

.team .owl-carousel .card__team-title {
  transition: all 0.5s ease-in-out;
  position: relative; }
  .team .owl-carousel .card__team-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 100%;
    background-color: #2263ad;
    transition: all 0.2s ease-in-out; }
  .team .owl-carousel .card__team-title:hover::before {
    width: 1rem; }
  .team .owl-carousel .card__team-title > span {
    display: block; }
    .team .owl-carousel .card__team-title > span:first-of-type {
      font-size: 1.9rem;
      padding: 15px 0 5px; }
    .team .owl-carousel .card__team-title > span:last-of-type {
      font-size: 1.6rem;
      font-style: italic;
      font-weight: 100;
      padding-bottom: 15px; }
  .team .owl-carousel .card__team-title:hover {
    transform: translateX(20px);
    color: #2263ad; }

.about__certification > img:hover {
  transform: scale(1.15); }
