@charset "UTF-8";
.button {
  border-radius: 999px;
  padding: 16px 24px;
  font-weight: 700;
  transition: 0.2s ease-in;
}
.button__blue {
  background-color: #1a5276;
  color: #ffffff;
}
.button__blue:hover {
  background-color: #292f3c;
}
.button__altblue {
  background-color: #3a92cd;
  color: #ffffff;
}
.button__altblue:hover {
  background-color: #292f3c;
}
.button__icon {
  display: inline-flex;
  justify-content: center;
}
.button__icon img {
  width: 22px;
  height: 22px;
  margin-left: 6px;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "figtree", sans-serif;
  font-size: 18px;
  color: #292f3c;
}

.container {
  max-width: 1440px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  margin: 0;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 32px;
}

h5 {
  font-size: 18px;
}

p {
  line-height: 1.5em;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 568px) {
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
}
.block-header {
  padding: 50px 0;
}
.block-header__logo {
  color: #1a5276;
  font-weight: 900;
}
.block-header__navigation ul {
  display: flex;
  gap: 32px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.block-header__navigation ul a {
  color: #000000;
  font-weight: 500;
}
.block-header__navigation ul a:hover {
  color: #1a5276;
}
.block-header__buttons {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .block-header__navigation {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  .block-header__logo {
    margin-bottom: 20px;
  }
  .block-header__buttons {
    justify-content: flex-start;
  }
}
.block-footer {
  padding: 80px 0;
  background-color: #292f3c;
  color: #ffffff;
}
.block-footer__logo {
  background-color: #ffffff;
  padding: 50px 40px;
  border-radius: 20px;
  display: inline-block;
}
.block-footer__logo img {
  max-width: 140px;
  max-height: 120px;
}
.block-footer__title {
  color: #aed6f1;
  margin-top: 40px;
}
.block-footer__bottom {
  background-color: #3a92cd;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 16px 0px;
}
.block-footer__socials {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.block-footer__socials-social {
  display: flex;
  gap: 8px;
}
.block-footer__socials-social .link-icon {
  display: flex;
}
.block-footer__socials-social .link-icon img {
  width: 24px;
  height: 24px;
}
.block-footer a {
  color: #ffffff;
}
.block-footer a:hover {
  color: #3a92cd;
}

@media screen and (max-width: 992px) {
  .block-footer__logo {
    margin-bottom: 32px;
  }
}
.block-hero {
  position: relative;
}
.block-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -80px;
  width: 48px;
  height: 48px;
  transform: translate(-50%, 0);
  background-image: url("../img/icon-chevron__down.svg");
}
.block-hero::after {
  content: "";
  background-color: #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 62%;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.block-hero__background {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
}
.block-hero .container {
  position: relative;
  z-index: 5;
}
.block-hero__wrapper {
  padding: 250px 0;
}
.block-hero__title {
  color: #1a5276;
  padding-bottom: 16px;
}
.block-hero__content {
  padding-bottom: 16px;
}
.block-hero .button img {
  filter: invert(1);
}

@media screen and (max-width: 768px) {
  .block-hero {
    display: flex;
    flex-direction: column-reverse;
    background-color: #ebebeb;
  }
  .block-hero::after {
    display: none;
  }
  .block-hero__background {
    position: relative;
    top: unset;
    bottom: unset;
    right: unset;
    width: 100%;
    height: 500px;
  }
  .block-hero__wrapper {
    padding: 100px 0;
  }
}
.block-content {
  padding: 200px 0;
}
.block-content__title {
  color: #3a92cd;
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .block-content {
    padding: 125px 0;
  }
}
.block-cards {
  background-color: rgba(41, 47, 60, 0.0588235294);
  padding: 100px 0;
}
.block-cards__wrapper {
  text-align: center;
}
.block-cards__title {
  color: #3a92cd;
}
.block-cards__subtitle {
  padding-bottom: 60px;
  font-weight: 500;
}
.block-cards__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  color: #ffffff;
}
.block-cards__card {
  background-color: #1a5276;
  position: relative;
  flex: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 12px;
  border-radius: 20px;
}
.block-cards__card::after {
  content: "✔";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #aed6f1;
  border-radius: 999px;
  padding: 7.5px 13px;
  font-size: 20px;
  color: #000000;
  font-weight: 900;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .block-cards__card {
    flex: 40%;
  }
}
@media screen and (max-width: 568px) {
  .block-cards__card {
    flex: 100%;
  }
}
.block-contact {
  padding: 75px 0;
}
.block-contact__title {
  color: #3a92cd;
  text-align: center;
}
.block-contact__subtitle {
  text-align: center;
  font-weight: 700;
  padding-bottom: 60px;
}
.block-contact__form label::after {
  color: #000000 !important;
}
.block-contact__form input,
.block-contact__form select,
.block-contact__form textarea {
  border-radius: 20px !important;
  border: 1px solid #292f3c !important;
  color: #000000 !important;
}
.block-contact__form button {
  background-color: #3a92cd !important;
  color: #ffffff !important;
  border-radius: 100px !important;
  font-weight: 700 !important;
  transition: 0.2s ease-in !important;
}
.block-contact__form button:hover {
  opacity: 1 !important;
  color: #ffffff !important;
  background-color: #292f3c !important;
}
.block-contact__side {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 48px;
}
.block-contact__side-title {
  color: #3a92cd;
  padding-bottom: 8px;
}
.block-contact__side-subtitle {
  color: #1a5276;
}
.block-contact__side-content p {
  margin: 0;
}
.block-contact__side-content.content-with-icon {
  display: flex;
  gap: 8px;
}
.block-contact__side-link {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #000000;
  transition: 0.2s ease-in;
}
.block-contact__side-link:hover {
  color: #3a92cd;
}
.block-contact__side .link-icon {
  display: flex;
}
.block-contact__side .link-icon img {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 992px) {
  .block-contact {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .block-contact__side {
    padding: unset;
  }
}
.block-gallery {
  padding-top: 50px;
  padding-bottom: 150px;
  background: rgba(41, 47, 60, 0.06);
}
.block-gallery__title {
  position: relative;
  top: -103px;
  left: 50%;
  transform: translate(-50%, 0px);
  background-color: #292f3c;
  color: #aed6f1;
  border-radius: 20px;
  padding: 24px 48px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.block-gallery__content {
  text-align: center;
  padding-bottom: 32px;
}
.block-gallery__gallery {
  display: flex;
  flex-wrap: wrap;
}
.block-gallery__image {
  width: calc(25% - 16px);
  margin: 8px 8px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-top: calc(25% - 16px);
}
.block-gallery__image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .block-gallery__image {
    width: calc(50% - 16px);
    padding-top: calc(50% - 16px);
  }
}/*# sourceMappingURL=style.css.map */