* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #F3F3ED;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.wrapper {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container {
  width: 100%;
  max-width: 1147px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .hide_mobile {
    display: none !important;
  }
}
.prb {
  margin-top: 60px;
  margin-bottom: 60px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.prb_box {
  border: 2px solid #A08064;
  position: relative;
  padding: 4svw 6svw;
}
.prb_box_decor {
  width: 100%;
  position: absolute;
  left: 0;
}
.prb_box_decor.prb_box_decor_top {
  top: 0;
}
.prb_box_decor.prb_box_decor_bottom {
  bottom: 8px;
}
.prb_box_decor:before, .prb_box_decor:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #A08064;
  position: absolute;
  top: 0;
}
.prb_box_decor:before {
  left: 0;
}
.prb_box_decor:after {
  right: 0;
}
.prb_box svg {
  margin-bottom: 10px;
  width: 100%;
  max-width: 400px;
}
.prb_box_cs {
  border-radius: 10px;
  background: #6585A1;
  padding: 20px 45px;
  text-align: center;
  color: #F3F3ED;
  text-align: center;
  font-size: clamp(1.125rem, 0.4427rem + 2.5994vw, 2.1875rem);
  font-style: normal;
  font-weight: 500;
  line-height: 126.5%; /* 50.6px */
  margin: 0;
}

.prb_content {
  color: #A08064;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 126.5%; /* 27.83px */
  max-width: 460px;
  margin-top: 46px;
  margin-bottom: 0;
}

.footer {
  background-color: #9EA2A9;
  padding: 35px 0 30px;
  color: #F3F3ED;
}
.footer_inside {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer_inside > div {
  flex: 0 0 33.3332%;
  width: 33.3332%;
}
.footer_left {
  text-align: left;
}
.footer_right {
  text-align: right;
}
.footer_center {
  text-align: center;
}
.footer_col_tb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer h2 {
  display: inline-block;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  line-height: 169.5%; /* 27.12px */
  position: relative;
  font-weight: 500;
  letter-spacing: 4.05px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
}
.footer h2:before, .footer h2:after {
  content: "";
  width: 100%;
  background-color: #F3F3ED;
  height: 2px;
  left: 0;
  position: absolute;
}
.footer h2:before {
  top: -5px;
}
.footer h2:after {
  bottom: -5px;
}
.footer p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 169.5%;
  margin: 0;
}
.footer a {
  color: #F3F3ED;
}
.footer p.copyright {
  font-size: 17px;
}

.social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-top: 40px;
}
.social li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 7px;
  text-decoration: none;
}

@media (max-width: 950px) {
  .footer_inside {
    flex-wrap: wrap;
  }
  .footer_left {
    order: 2;
  }
  .footer_right {
    order: 3;
  }
  .footer_center {
    flex: 0 0 100% !important;
    width: 100% !important;
    order: 1;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer_inside {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .footer_left {
    text-align: center;
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  .footer_right {
    text-align: center;
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  .social {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .social li {
    justify-content: center;
  }
}

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