*, *::after, *::before {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container-website {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}

.header-back {
  background: url("../img/back.jpg") no-repeat;
  background-size: cover;
  padding: 40px 40px 0 40px;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .header-back {
    margin-bottom: 40px;
  }
}
.header-back.sub-page {
  padding: 20px 40px;
}
.header-back .header, .header-back .header-content {
  max-width: 2560px;
  margin: 0 auto;
}
.header-back .header {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .header-back .header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1300px) {
  .header-back .header .header-logo {
    margin-bottom: 20px;
  }
}
.header-back .header .header-nav {
  position: relative;
}
@media (max-width: 1300px) {
  .header-back .header .header-nav {
    margin-bottom: 20px;
  }
}
.header-back .header .header-nav::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -50%;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, #2d6e73 3%, rgba(255, 255, 255, 0.4962185558) 37%);
}
@media (max-width: 1300px) {
  .header-back .header .header-nav::after {
    display: none;
  }
}
.header-back .header .header-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .header-back .header .header-nav ul {
    flex-direction: column;
  }
}
.header-back .header .header-nav ul li {
  margin-right: 60px;
}
@media (max-width: 768px) {
  .header-back .header .header-nav ul li {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 1300px) {
  .header-back .header .header-nav ul li:last-child {
    margin-right: unset;
  }
}
.header-back .header .header-nav ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  display: block;
  position: relative;
}
.header-back .header .header-nav ul li a:hover::after {
  visibility: visible;
  opacity: 1;
  left: 0;
  right: 0;
}
.header-back .header .header-nav ul li a::after {
  content: "";
  bottom: -20px;
  left: 30px;
  right: 30px;
  height: 3px;
  position: absolute;
  background-color: #cda268;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.header-back .header-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.header-back .header-content .header-content-logo, .header-back .header-content .header-content-image {
  display: flex;
  align-items: center;
}
.header-back .header-content .header-content-logo {
  justify-content: flex-start;
}
.header-back .header-content .header-content-image {
  justify-content: center;
}

.boxes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "text-a box-a" "image box-b" "image text-b";
  grid-template-rows: 360px 360px auto;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .boxes-grid {
    grid-template-columns: 100%;
    grid-template-areas: "text-a" "box-a" "text-b" "box-b";
    grid-template-rows: unset;
  }
}
.boxes-grid .box-image-full img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.boxes-grid .boxes-grid-law {
  padding: 45px 50px;
}
.boxes-grid .boxes-grid-law.text-a {
  grid-area: text-a;
}
.boxes-grid .boxes-grid-law.text-b {
  grid-area: text-b;
}
@media (max-width: 768px) {
  .boxes-grid .boxes-grid-law {
    padding: 45px 15px;
  }
}
.boxes-grid .boxes-grid-law .boxes-grid-title {
  font-size: 36px;
  font-family: "Lora", serif;
  font-weight: 700;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .boxes-grid .boxes-grid-law .boxes-grid-title {
    font-size: 30px;
  }
}
.boxes-grid .boxes-grid-law .boxes-grid-title::after {
  content: "";
  position: absolute;
  left: -15px;
  width: 65px;
  top: -9px;
  bottom: -9px;
  border: 5px solid #cda268;
  z-index: -1;
}
.boxes-grid .boxes-grid-law .boxes-grid-title span {
  font-size: 60px;
}
.boxes-grid .boxes-grid-law .boxes-grid-text {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #000000;
  line-height: 25px;
  margin-bottom: 10px;
}
.boxes-grid .boxes-grid-law .boxes-grid-text p {
  margin: 0;
}
.boxes-grid .boxes-grid-law .boxes-grid-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}
.boxes-grid .boxes-grid-law .boxes-grid-button a {
  display: block;
  position: relative;
  text-decoration: none;
}
.boxes-grid .boxes-grid-law .boxes-grid-button a:hover span {
  right: 30px;
}
.boxes-grid .boxes-grid-law .boxes-grid-button a img {
  background-color: #ffffff;
}
.boxes-grid .boxes-grid-law .boxes-grid-button a span {
  position: absolute;
  right: -100px;
  top: -6px;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  width: 90px;
  border: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.boxes-grid .boxes-grid-about {
  grid-area: about;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .boxes-grid .boxes-grid-about {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 250px 250px;
  }
}
.boxes-grid .boxes-grid-about.box-a {
  grid-area: box-a;
}
.boxes-grid .boxes-grid-about.box-b {
  grid-area: box-b;
}
.boxes-grid .boxes-grid-about .boxes-grid-about-help {
  background-color: #cda268;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
}
.boxes-grid .boxes-grid-about .boxes-grid-about-help img {
  margin-bottom: 15px;
}
.boxes-grid .boxes-grid-about .boxes-grid-about-help p {
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  margin: 0;
}
.boxes-grid .boxes-grid-about .boxes-grid-about-contact {
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .boxes-grid .boxes-grid-about .boxes-grid-about-contact {
    align-items: flex-start;
  }
}
.boxes-grid .boxes-grid-about .boxes-grid-about-contact .boxes-grid-about-contact-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
}
.boxes-grid .boxes-grid-about .boxes-grid-about-contact .boxes-grid-about-contact-title img {
  margin-right: 20px;
}
.boxes-grid .boxes-grid-about .boxes-grid-about-contact .boxes-grid-about-contact-content, .boxes-grid .boxes-grid-about .boxes-grid-about-contact .boxes-grid-about-contact-button {
  font-family: "Roboto", sans-serif;
}
.boxes-grid .boxes-grid-about .boxes-grid-about-contact .boxes-grid-about-contact-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: #000000;
}
.boxes-grid .boxes-grid-about .boxes-grid-about-contact .boxes-grid-about-contact-content a {
  text-decoration: none;
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}
.boxes-grid .boxes-grid-about .boxes-grid-about-contact .boxes-grid-about-contact-content p {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  margin: 0 0 5px;
}
.boxes-grid .boxes-grid-about .boxes-grid-about-contact .boxes-grid-about-contact-button a {
  font-size: 14px;
  color: #000000;
}
.boxes-grid .boxes-grid-image {
  grid-area: image;
}
@media (max-width: 1200px) {
  .boxes-grid .boxes-grid-image {
    display: none;
  }
}

.extra-info-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .extra-info-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media (max-width: 550px) {
  .extra-info-wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.extra-info-wrap .extra-info-box {
  text-align: center;
}
.extra-info-wrap .extra-info-box img {
  margin-bottom: 10px;
}
.extra-info-wrap .extra-info-box p {
  margin: 0;
  font-size: 16px;
  font-family: "Lora", serif;
  font-weight: 400;
}

.about-me {
  display: grid;
  grid-template-columns: 35% auto;
  grid-column-gap: 40px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .about-me {
    grid-template-columns: 100%;
    grid-template-rows: 550px auto;
  }
}
@media (max-width: 550px) {
  .about-me {
    grid-template-rows: 350px auto;
  }
}
.about-me .about-me-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 992px) {
  .about-me .about-me-image img {
    object-position: top;
  }
}
.about-me .about-me-content {
  padding: 20px 0;
}
.about-me .about-me-content .about-me-content-title {
  font-size: 48px;
  font-family: "Lora", serif;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .about-me .about-me-content .about-me-content-title {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .about-me .about-me-content .about-me-content-title {
    font-size: 35px;
  }
}
.about-me .about-me-content .about-me-content-label {
  font-size: 18px;
  color: #cda268;
  font-family: "Lora", serif;
  font-weight: 400;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .about-me .about-me-content .about-me-content-label {
    font-size: 16px;
  }
}
.about-me .about-me-content .about-me-content-text {
  font-family: "Roboto", sans-serif;
}
.about-me .about-me-content .about-me-content-text p {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 40px;
  line-height: 25px;
}
.about-me .about-me-content .about-me-content-tag {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer {
  position: relative;
  background: url("../img/footer.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
}
.footer .footer-label {
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer img.footer-back {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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