* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.col-1 {
  width: 100%;
  max-width: 8.3333333333%;
}

.col-2 {
  width: 100%;
  max-width: 16.6666666667%;
}

.col-3 {
  width: 100%;
  max-width: 25%;
}

.col-4 {
  width: 100%;
  max-width: 33.3333333333%;
}

.col-5 {
  width: 100%;
  max-width: 41.66666666%;
}

.col-6 {
  width: 100%;
  max-width: 50%;
}

.col-7 {
  width: 100%;
  max-width: 58.3333333333%;
}

.col-8 {
  width: 100%;
  max-width: 66.6666666667%;
}

.col-9 {
  width: 100%;
  max-width: 75%;
}

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

@media (max-width: 991px) {
  .container {
    padding: 0 15px;
  }
}
.wrapper {
  display: flex;
  flex-wrap: wrap;
}

.overflow-hide {
  overflow: hidden;
}

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

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

.d-flex {
  display: flex;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body {
  font-family: "Lato", sans-serif;
  line-height: normal;
  overflow-x: hidden;
  background-color: #f8f8fa;
  color: #1d2b5a;
  margin: 0;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}
body.open-menu {
  position: relative;
}
body::after {
  content: "";
  width: 1560px;
  height: 1560px;
  position: absolute;
  right: 30%;
  border-radius: 100%;
  background: #fff;
  top: -900px;
  z-index: -2;
  box-shadow: 3px 0 111px rgba(29, 43, 90, 0.19);
}
@media (max-width: 767px) {
  body::after {
    display: none;
  }
}

main.page {
  margin-top: 200px;
}
@media (max-width: 991px) {
  main.page {
    margin-top: 150px;
  }
}
main.page ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.page ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}
main.page ul li::before {
  content: url("../img/icon/icon-li.png");
  width: 22px;
  height: 22px;
  display: flex;
}

button {
  border: 0;
  background: transparent;
}

input {
  background: transparent;
  color: #000000;
}
input:focus {
  border: 0;
  outline: none;
}

textarea {
  background: transparent;
  color: #000000;
}
textarea:focus {
  border: 0;
  outline: none;
}

a {
  transition: all 0.3s ease;
  text-decoration: none !important;
  color: #000000;
}
a:hover {
  color: #1d2b5a;
}

h1, h2, h3, h4, h5, h6 {
  color: #1d2b5a;
  margin: 0;
}

h1 {
  font-size: 3.5rem;
  line-height: normal;
  font-family: "Lato", sans-serif;
}
@media (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 1.8125rem;
  line-height: normal;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  h2 {
    font-size: 1.5rem;
    line-height: normal;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: normal;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
@media (max-width: 991px) {
  h3 {
    font-size: 1.125rem;
    line-height: normal;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 2rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
@media (max-width: 991px) {
  h4 {
    font-size: 1rem;
    line-height: normal;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Lato", sans-serif;
  color: #1d2b5a;
}
@media (max-width: 991px) {
  p {
    font-size: 0.875rem;
    line-height: normal;
  }
}

strong {
  font-family: "Lato-Bold", sans-serif;
  font-weight: 700;
}

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

.v100 {
  height: 100vh;
}

.btn {
  background: #1d2b5a;
  font-size: 1.0625rem;
  color: #ffffff;
  padding: 13px 30px;
  display: inline-flex;
  position: relative;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-family: "Lato-Bold", sans-serif;
  text-align: center;
  width: max-content;
  min-width: 188px;
  margin-top: 0;
  text-align: center;
  justify-content: center;
  border: 2px solid #1d2b5a;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn {
    font-size: 1rem;
  }
}
.btn:hover {
  background: #06755b;
  border: 2px solid #06755b;
  color: #ffffff;
}
.btn__second {
  background: #06755b;
  transition: all 0.3s ease;
  border: 2px solid #06755b;
}
.btn__second:hover {
  background: #1d2b5a;
  border: 2px solid #1d2b5a;
  transition: all 0.3s ease;
  color: #ffffff;
}
.btn__white {
  background: #ffffff;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  color: #1d2b5a;
}
.btn__white:hover {
  background: #ffffff;
  border: 2px solid #ffffff;
  transition: all 0.3s ease;
  color: #06755b;
}
.btn__phone {
  padding: 13px 13px;
  position: relative;
  margin-left: 70px;
}
@media (max-width: 1400px) {
  .btn__phone {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .btn__phone {
    margin-left: 0;
  }
}
.btn__phone a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn__phone a::before {
  content: url("../img/icon/icon-call.png");
  width: 22px;
  height: 22px;
  display: flex;
}
.btn__phone:hover a {
  color: #ffffff !important;
}
.btn__email {
  padding: 13px 13px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn__email a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn__email a::before {
  content: url("../img/icon/icon-send.png");
  width: 22px;
  height: 22px;
  display: flex;
}
.btn__email:hover a {
  color: #ffffff !important;
}

.section-header {
  margin: 0 auto 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.section-header__header {
  color: #1d2b5a;
  text-align: left;
}
.section-header__subheader {
  color: #06755b;
  text-align: left;
  font-size: 1.1rem;
  margin-top: 15px;
}

.notfound {
  padding: 50px 0 100px;
}
.notfound__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.notfound__title {
  font-size: 6.25rem;
  font-family: "Lato-Bold", sans-serif;
}
@media (max-width: 991px) {
  .notfound__title {
    font-size: 3.75rem;
  }
}

.pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination .page-numbers {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  width: 30px;
  height: 30px;
  border: 1px solid #1d2b5a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.pagination .page-numbers.current {
  background: #1d2b5a;
  color: #ffffff;
}
.pagination .page-numbers:hover {
  background: #1d2b5a;
  color: #ffffff;
}
.pagination .page-numbers.next {
  border: 0;
  align-items: start;
}
.pagination .page-numbers.next:hover {
  background: transparent;
  color: #1d2b5a;
}
.pagination .page-numbers.prev {
  border: 0;
  align-items: start;
}
.pagination .page-numbers.prev:hover {
  background: transparent;
  color: #1d2b5a;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.breadcrumbs__home {
  width: 14px;
  height: 15px;
}
.breadcrumbs__separator {
  color: #1d2b5a;
  font-size: 0.875rem;
}
.breadcrumbs__current {
  font-size: 0.875rem;
  color: #1d2b5a;
  font-family: "Lato", sans-serif;
}
.breadcrumbs__item {
  font-size: 0.875rem;
  color: #1d2b5a;
  font-family: "Lato", sans-serif;
}
.breadcrumbs__item:hover {
  color: #06755b;
}

.header {
  position: fixed;
  z-index: 2;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 41;
  transition: all 0.3s ease;
  background: transparent;
  box-sizing: border-box;
  padding: 40px 0;
}
@media (max-width: 1200px) {
  .header {
    height: auto;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 0;
  }
}
.header .container {
  z-index: 1;
  max-width: 1670px;
  padding: 0;
}
@media (max-width: 991px) {
  .header .container {
    padding: 0;
  }
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
@media (max-width: 1400px) {
  .header__content {
    gap: 30px;
    align-items: center;
    padding: 15px;
  }
}
.header__logo {
  height: 130px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .header__logo {
    width: auto;
    height: 80px;
  }
}
.header__logo img {
  height: 130px;
  width: 130px;
}
@media (max-width: 991px) {
  .header__logo img {
    height: 80px;
    width: auto;
  }
}
.header__nav {
  display: flex;
  align-items: end;
  gap: 10px;
}
@media (max-width: 991px) {
  .header__nav {
    gap: 20px;
    align-items: center;
  }
}
.header__menu {
  z-index: 10;
  transition: all 0.3s ease;
}
.header__menu-list {
  display: flex;
  list-style: none;
  gap: 10px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  font-family: "Lato", sans-serif;
}
@media (max-width: 991px) {
  .header__menu-list {
    display: none;
  }
}
@media (max-width: 991px) {
  .header__menu-list > .menu-item {
    width: 100%;
  }
}
.header__menu-list > .menu-item > a {
  text-decoration: none;
  color: #1d2b5a;
  padding: 0;
  font-size: 1.0625rem;
  display: flex;
  align-items: center;
  font-family: "Lato-Bold", sans-serif;
  transition: all 0.3s ease;
  text-decoration: none;
  z-index: 1;
  background: transparent;
  margin-left: 55px;
  position: relative;
}
@media (max-width: 991px) {
  .header__menu-list > .menu-item > a {
    margin-left: 0;
  }
}
@media (max-width: 1400px) {
  .header__menu-list > .menu-item > a {
    margin-left: 0;
  }
}
.header__menu-list > .menu-item.current-menu-item > a, .header__menu-list > .menu-item.current_page_item > a, .header__menu-list > .menu-item.current-menu-ancestor > a, .header__menu-list > .menu-item.current_page_ancestor > a, .header__menu-list > .menu-item.current-menu-parent > a, .header__menu-list > .menu-item.current_page_parent > a {
  color: #06755b;
}
.header__menu-list > .menu-item .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 91px;
  right: 0;
  list-style: none;
  padding: 36px 96px;
  z-index: 0;
  width: max-content;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  gap: 24px;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 991px) {
  .header__menu-list > .menu-item .sub-menu {
    border-radius: 0;
    top: 0;
    flex-direction: column;
    padding-left: 20px;
    left: 20px;
  }
}
.header__menu-list > .menu-item .sub-menu > li {
  transition: all 0.3s ease;
}
.header__menu-list > .menu-item .sub-menu > li a {
  padding: 0;
  display: flex;
  color: #d7d7d7;
  font-family: "Lato", sans-serif;
  text-transform: none;
  font-size: 0.875rem;
  letter-spacing: 0;
  position: relative;
  transition: all 0.3s ease;
}
.header__menu-list > .menu-item .sub-menu > li:hover {
  transition: all 0.3s ease;
}
.header__menu-list > .menu-item .sub-menu > li:hover a {
  color: #06755b !important;
  transition: all 0.3s ease;
}
.header__menu-list > .menu-item .sub-menu > li:first-child {
  margin-left: 0;
}
.header__menu-list > .menu-item .sub-menu > li.current-menu-item > a {
  background: transparent;
  color: #06755b;
}
.header__menu-list > .menu-item .sub-menu.submenu-open {
  opacity: 1;
  visibility: visible;
  position: relative;
  width: 100%;
  padding: 0;
}
@media (min-width: 991px) {
  .header__menu-list > .menu-item .sub-menu.submenu-open {
    margin-top: 10px;
  }
}
.header__menu-list > .menu-item .sub-menu.submenu-open li {
  border: 0;
}
@media (min-width: 991px) {
  .header__menu-list > .menu-item .sub-menu.submenu-open li a {
    width: 70%;
  }
}
.header__menu-list > .menu-item:first-child > a {
  margin-left: 0;
}
.header__menu-list > .menu-item:hover {
  color: #06755b;
}
.header__menu-list > .menu-item:hover > a {
  color: #06755b;
}
@media (min-width: 991px) {
  .header__menu-list > .menu-item:hover > ul {
    visibility: visible;
    opacity: 1;
    display: flex;
    justify-content: center;
  }
}
.header__menu-list > .current_page_item > a {
  color: #1d2b5a;
  position: relative;
}
@media (max-width: 991px) {
  .header__menu-list > .current_page_item > a {
    color: #ffffff;
    justify-content: space-between;
  }
}
.header__menu-list .btn > a {
  margin-left: 0;
  color: #ffffff;
}
.header.scrolled {
  transition: all 0.3s ease;
  padding: 10px 0;
  background: #ffffff;
  box-shadow: 3px 0 111px rgba(29, 43, 90, 0.19);
}
@media (max-width: 991px) {
  .header.scrolled {
    padding: 0;
  }
}
.header.scrolled .header__logo {
  height: 100px;
}
@media (max-width: 991px) {
  .header.scrolled .header__logo {
    height: 60px;
  }
}
.header.scrolled .header__logo img {
  height: 100px;
  width: 100px;
}
@media (max-width: 991px) {
  .header.scrolled .header__logo img {
    height: 60px;
    width: auto;
  }
}
.header__btn {
  padding: 0 10px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 39px;
  border-radius: 10px;
  color: #fff;
  background-color: #1d2b5a;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid #1d2b5a;
}
.header__btn:hover {
  background-color: #1d2b5a;
}
@media (max-width: 991px) {
  .header__btn--open {
    display: flex !important;
    position: relative;
  }
}
.header__btn--open svg path {
  color: #ffffff;
}
.header__btn--close {
  display: none;
}
.header__btn--close svg path {
  color: #1d2b5a;
}

.header__burger span {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  position: relative;
  transition: 200ms;
  display: flex;
}
.header__burger span::before {
  content: "";
  position: absolute;
  top: -6px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: 200ms;
  left: 0;
}
.header__burger span::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  left: 0;
}

.submenu-toggle {
  display: none;
}

@media (max-width: 991px) {
  .header__menu-list {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 2000;
    padding: 130px 20px 20px;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
    justify-content: flex-start;
    gap: 25px;
    align-items: flex-start;
  }
  .header__btn--close {
    display: none;
    z-index: 9999;
    position: relative;
  }
  .show-mobile-menu {
    overflow: hidden;
    height: 100vh;
  }
  .show-mobile-menu .header__btn--close {
    display: flex !important;
  }
  .show-mobile-menu .header__btn--open {
    display: none !important;
  }
  .show-mobile-menu .header__menu-list {
    transform: translateX(0);
    opacity: 1;
    gap: 25px;
  }
  .submenu-toggle {
    width: 40px;
    position: absolute;
    height: 20px;
    right: 0;
    display: block;
  }
  .submenu-toggle::after {
    content: url("../img/icon/icon-lang.svg");
    position: absolute;
    left: auto;
    font-size: 14px;
    transition: transform 0.2s ease;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: auto;
    bottom: auto;
    right: auto;
  }
}
.footer {
  background-color: #ffffff;
  padding: 80px 0 0;
}
@media (max-width: 991px) {
  .footer {
    padding: 50px 0 0;
  }
}
.footer .container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  max-width: 1200px;
}
.footer__content {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .footer__content {
    gap: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.footer__content--logo {
  width: 220px;
  height: 220px;
}
@media (max-width: 767px) {
  .footer__content--logo {
    width: 100px;
    height: 100px;
  }
}

.copyright {
  background: #ffffff;
  padding: 90px 0 70px 0;
}
@media (max-width: 767px) {
  .copyright {
    padding: 50px 0 30px 0;
  }
}
.copyright .container {
  max-width: 1200px;
}
.copyright__content {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .copyright__content {
    flex-direction: column;
  }
}
.copyright__content p {
  color: #1d2b5a;
  margin-bottom: 0;
}
.copyright__content p a {
  color: #1d2b5a;
}
.copyright__content p a:hover {
  color: #06755b;
}
@media (max-width: 991px) {
  .copyright__content p {
    text-align: center;
  }
}

.wpcf7-form {
  padding: 20px;
  flex-direction: column;
  display: flex;
  gap: 12px;
  padding: 32px 30px;
  background: #f8f8fa;
  border: 1px solid #d7d7d7;
  width: 487px;
  border-radius: 33px;
  position: relative;
}
@media (max-width: 991px) {
  .wpcf7-form {
    width: auto;
  }
}
.wpcf7-form::after {
  content: url("../img/icon/arrow-dashed.png");
  position: absolute;
  height: 154px;
  top: -170px;
  left: auto;
  right: -40px;
}
@media (max-width: 767px) {
  .wpcf7-form::after {
    display: none;
  }
}
.wpcf7-form .row {
  display: flex;
  gap: 15px;
}
.wpcf7-form .row > div {
  flex: 1 1 50%;
}
.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form select,
.wpcf7-form textarea {
  padding: 16px 20px;
  background-color: #ffffff;
  width: 100%;
  font-size: 1.0625rem;
  font-family: "Lato", sans-serif;
  color: #1d2b5a;
  border: 1px solid #d7d7d7;
  border-radius: 22px;
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=tel]::placeholder,
.wpcf7-form input[type=date]::placeholder,
.wpcf7-form select::placeholder,
.wpcf7-form textarea::placeholder {
  color: #1d2b5a;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border: 1px solid #1d2b5a;
}
.wpcf7-form textarea {
  height: 170px;
}
@media (max-width: 991px) {
  .wpcf7-form textarea {
    height: 100px;
  }
}
.wpcf7-form .btn {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wpcf7-form .file-upload {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.wpcf7-form .file-upload input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.wpcf7-form .file-upload .wpcf7-form-control-wrap {
  width: 100%;
  order: 1;
}
.wpcf7-form .file-upload__button {
  order: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.wpcf7-form .file-upload__name {
  order: 3;
}
.wpcf7-form .file-upload .wpcf7-not-valid-tip {
  order: 4;
  width: 100%;
  font-size: 0.625rem;
  color: red;
}
.wpcf7-form .file-upload__button img {
  width: 18px;
  height: 18px;
}
.wpcf7-form .file-upload .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form .wpcf7-spinner {
  display: none !important;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 35px;
  display: flex;
  min-height: 30px;
  color: #1d2b5a;
  font-size: 0.625rem;
  line-height: normal;
}
@media (max-width: 991px) {
  .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 0.8125rem;
  }
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label::before {
  background-color: #ffffff;
  border: 1px solid #1d2b5a !important;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  border-radius: 3px;
  left: 0;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border: 1px solid #1d2b5a !important;
  background-color: #ffffff;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: url("../img/icon/icon-check-form.png");
  position: absolute;
  left: 2px;
  top: 3px;
}
.wpcf7-form .wpcf7-response-output {
  margin: 10px 0 0 !important;
  background-color: #1d2b5a !important;
  color: #ffffff !important;
  font-size: 0.75rem !important;
  border: 0 !important;
  padding: 12px 20px !important;
  border-radius: 10px !important;
}
.wpcf7-form .wpcf7-form.unaccepted .wpcf7-response-output {
  margin: 10px 0 0 !important;
  background-color: #1d2b5a !important;
  color: #ffffff !important;
  font-size: 0.75rem !important;
  border: 0 !important;
  padding: 12px 20px !important;
  border-radius: 10px !important;
}
.wpcf7-form .wpcf7-form.sent .wpcf7-response-output {
  margin: 10px 0 0 !important;
  background-color: #1d2b5a !important;
  color: #ffffff !important;
  font-size: 0.75rem !important;
  border: 0 !important;
  padding: 12px 20px !important;
  border-radius: 10px !important;
}
.wpcf7-form .wpcf7-form.invalid .wpcf7-response-output {
  margin: 10px 0 0 !important;
  background-color: #1d2b5a !important;
  color: #ffffff !important;
  font-size: 0.75rem !important;
  border: 0 !important;
  padding: 12px 20px !important;
  border-radius: 10px !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: red;
  font-size: 0.625rem;
  padding: 0;
}
.wpcf7-form details {
  font-size: 0.75rem;
}
.wpcf7-form details p {
  font-size: 0.75rem;
  line-height: normal;
}

.icon {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 50px 0;
}
.icon .section-header__header {
  text-align: center;
}
.icon__content {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .icon__content {
    flex-direction: column;
  }
}
.icon__content--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 15px;
}
.icon__content--item .image {
  position: relative;
}
.icon__content--item .image img {
  width: auto;
  height: 53px;
}
.icon__content--item .image .icon-number {
  border-radius: 100px;
  background: rgba(6, 117, 91, 0.37);
  color: #1d2b5a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-family: "Lato-Bold", sans-serif;
  width: 45px;
  height: 45px;
}
.icon__content--item .title {
  font-size: 1.25rem;
  color: #1d2b5a;
  font-family: "Lato-Bold", sans-serif;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .icon__content--item .title {
    font-size: 1rem;
  }
}
.icon__content--item .text {
  font-size: 1.25rem;
  color: #000000;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .icon__content--item .text {
    font-size: 1rem;
  }
}

.logos {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.logos__content {
  display: flex;
  gap: 24px;
  flex-wrap: nowrap;
}
.logos__content .logos-scroll-wrapper {
  gap: 24px;
}
.logos__content--item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  width: 318px;
  height: 197px;
  box-shadow: 3px 0 30px rgba(29, 43, 90, 0.1);
  border-radius: 33px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .logos__content--item {
    width: 159px;
    height: 96px;
    padding: 25px;
    border-radius: 15px;
  }
}
.logos__content--item img {
  width: auto;
  filter: grayscale(1);
}
.logos__content--item:hover img {
  filter: grayscale(0);
}

.product-single {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 0 0 50px;
}
.product-single__container {
  padding: 20px 90px 95px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 3px 0 111px rgba(29, 43, 90, 0.1);
}
@media (max-width: 991px) {
  .product-single__container {
    padding: 30px 20px;
  }
}
.product-single__container .section-header {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  gap: 100px;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  .product-single__container .section-header {
    flex-direction: column;
    gap: 20px;
  }
}
.product-single__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}
@media (max-width: 767px) {
  .product-single__content {
    display: flex;
    flex-direction: column-reverse;
  }
}
.product-single__content--image .product-gallery {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #d7d7d7;
  border-radius: 22px;
  padding: 20px;
}
.product-single__content--image .product-gallery .product-main img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  display: block;
}
.product-single__content--image .product-gallery .product-thumbs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
  overflow-x: auto;
  padding-bottom: 8px;
}
.product-single__content--image .product-gallery .product-thumbs a {
  flex: 0 0 auto;
}
.product-single__content--image .product-gallery .product-thumbs img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 4px;
}
.product-single__content--info {
  display: flex;
  flex-direction: column;
}
.product-single__content--title h1 {
  font-size: 2.5rem;
  font-family: "Lato-Bold", sans-serif;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .product-single__content--title h1 {
    margin-bottom: 40px;
  }
}
.product-single__content--text ul {
  margin-top: 50px;
}
.product-single__content--button {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .product-single__content--button {
    margin-top: 40px;
  }
}
.product-single__more {
  font-size: 1.8125rem;
  font-family: "Lato-Bold", sans-serif;
  margin-bottom: 50px;
  color: #06755b;
  text-align: center;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #1d2b5a !important;
}

.lg-outer .lg-img-wrap {
  background: #ffffff !important;
}

.lg-next, .lg-prev {
  background-color: #000000 !important;
}

.product-category-list {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 50px 0;
}
.product-category-list__container {
  padding: 70px 123px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 3px 0 111px rgba(29, 43, 90, 0.1);
}
@media (max-width: 991px) {
  .product-category-list__container {
    padding: 30px 20px;
  }
}
.product-category-list__container .section-header {
  margin-bottom: 60px;
}
.product-category-list__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
}
@media (max-width: 767px) {
  .product-category-list__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
.product-category-list__content--item {
  overflow: hidden;
  position: relative;
  background-color: #f8f8fa;
  border: 1px solid #d7d7d7;
  border-radius: 22px;
  min-height: 222px;
  display: flex;
  padding: 34px 54px 34px 5px;
}
@media (max-width: 1200px) {
  .product-category-list__content--item {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 30px;
    align-items: center;
    text-align: center;
  }
}
.product-category-list__content--item .image {
  position: relative;
  min-width: 170px;
  max-width: 170px;
  height: 100%;
}
.product-category-list__content--item .image img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-category-list__content--item .more {
  position: relative;
  z-index: 2;
}
.product-category-list__content--item .more .more-title {
  font-size: 1.25rem;
  color: #1d2b5a;
  font-family: "Lato-Bold", sans-serif;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .product-category-list__content--item .more .more-title {
    font-size: 1.125rem;
  }
}
.product-category-list__content--item .more .more-text {
  font-size: 0.875rem;
  color: #1d2b5a;
  font-family: "Lato", sans-serif;
}
@media (max-width: 991px) {
  .product-category-list__content--item .more .more-text {
    font-size: 0.75rem;
  }
}
.product-category-list__content--item:hover .more .more-title {
  color: #06755b;
}
.product-category-list__content--item:hover .more .more-text {
  color: #06755b;
}
.product-category-list__button {
  margin-top: 47px;
  display: flex;
  gap: 21px;
}
@media (max-width: 767px) {
  .product-category-list__button {
    flex-direction: column;
  }
}

.product-list {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 0 0 50px;
}
.product-list__container {
  padding: 30px 110px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 3px 0 111px rgba(29, 43, 90, 0.1);
}
@media (max-width: 991px) {
  .product-list__container {
    padding: 30px 20px;
  }
}
.product-list__container .section-header {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  gap: 100px;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  .product-list__container .section-header {
    flex-direction: column;
    gap: 20px;
  }
}
.product-list__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}
@media (max-width: 1200px) {
  .product-list__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .product-list__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
.product-list__content--item {
  overflow: hidden;
  position: relative;
  background-color: #f8f8fa;
  border: 1px solid #d7d7d7;
  border-radius: 33px;
  min-height: 195px;
  display: flex;
  align-items: center;
  padding: 34px 17px 34px 5px;
}
@media (max-width: 991px) {
  .product-list__content--item {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 30px;
  }
}
.product-list__content--item .image {
  position: relative;
  min-width: 130px;
  max-width: 130px;
}
.product-list__content--item .image img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-list__content--item .more {
  position: relative;
  z-index: 2;
}
.product-list__content--item .more .more-title {
  font-size: 1.15rem;
  color: #1d2b5a;
  font-family: "Lato-Bold", sans-serif;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .product-list__content--item .more .more-title {
    font-size: 1rem;
  }
}
.product-list__content--item:hover .more .more-title {
  color: #06755b;
}
.product-list__button {
  margin-top: 47px;
  display: flex;
  gap: 21px;
}
@media (max-width: 767px) {
  .product-list__button {
    flex-direction: column;
  }
}

.text-img {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 50px 0;
  padding: 45px 0;
}
@media (max-width: 767px) {
  .text-img {
    padding: 0 0 45px;
  }
}
.text-img::after {
  content: "";
  width: 60%;
  position: absolute;
  right: 0;
  border-radius: 22px 0 0 22px;
  background: #ffffff;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
  box-shadow: 3px 0 111px rgba(29, 43, 90, 0.1);
}
@media (max-width: 767px) {
  .text-img::after {
    border-radius: 22px 22px 0 0;
    right: auto;
    left: 0;
    top: auto;
    width: 100%;
    height: 70%;
  }
}
.text-img .container .section-header {
  margin-bottom: 0;
}
.text-img__content {
  display: flex;
  align-items: start;
  gap: 80px;
}
@media (max-width: 767px) {
  .text-img__content {
    gap: 40px;
    flex-direction: column;
  }
}
.text-img__content--image {
  max-width: 700px;
  min-width: 700px;
  min-height: 600px;
  max-height: 700px;
  overflow: hidden;
  border-radius: 22px;
}
@media (max-width: 1400px) {
  .text-img__content--image {
    max-width: 50%;
    min-width: 50%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .text-img__content--image {
    max-width: 100%;
    min-width: 100%;
    min-height: 400px;
    max-height: 400px;
  }
}
.text-img__content--image img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 22px;
  height: 100%;
  object-fit: cover;
}
.text-img__content--text {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .text-img__content--text {
    margin-top: 0;
    padding: 0 20px;
  }
}
.text-img__content--text h2 {
  margin-bottom: 40px;
}
.text-img__content--text p:last-child {
  margin-bottom: 0;
}
.text-img__content--button {
  margin-top: 70px;
}
.text-img.right {
  flex-direction: row-reverse;
}
.text-img.right::after {
  left: 0;
  right: auto;
  border-radius: 0 22px 22px 0;
}
@media (max-width: 767px) {
  .text-img.right::after {
    border-radius: 22px 22px 0 0;
    right: auto;
    left: 0;
    top: auto;
    width: 100%;
    height: 70%;
  }
}
.text-img.right .text-img__content {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .text-img.right .text-img__content {
    flex-direction: column;
  }
}

.patient-guide {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 50px 0;
  padding: 60px 0 0;
}
@media (max-width: 991px) {
  .patient-guide {
    padding: 0;
  }
}
.patient-guide__content {
  position: relative;
  display: flex;
  align-items: start;
  gap: 80px;
  border-radius: 22px;
  padding: 100px;
  background: linear-gradient(90deg, #1d2b5a 0%, #06755b 100%);
}
@media (max-width: 991px) {
  .patient-guide__content {
    padding: 40px 40px 0;
    gap: 40px;
    flex-direction: column;
  }
}
.patient-guide__content--image {
  position: absolute;
  bottom: -10px;
  right: 0;
}
@media (max-width: 991px) {
  .patient-guide__content--image {
    position: relative;
  }
}
.patient-guide__content--text {
  margin-top: 40px;
  width: 40%;
}
@media (max-width: 991px) {
  .patient-guide__content--text {
    width: 100%;
    margin-top: 0;
  }
}
.patient-guide__content--text h2 {
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 3.1875rem;
  font-family: "Lato-Bold", sans-serif;
}
@media (max-width: 767px) {
  .patient-guide__content--text h2 {
    font-size: 1.875rem;
  }
}
.patient-guide__content--text p {
  color: #ffffff;
}
.patient-guide__content--text p:last-child {
  margin-bottom: 0;
}
.patient-guide__content--button {
  margin-top: 70px;
}

.full-content {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 80px 0;
}
.full-content__content {
  padding: 60px 70px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 3px 0 111px rgba(29, 43, 90, 0.1);
}
@media (max-width: 991px) {
  .full-content__content {
    padding: 30px 20px;
    border-radius: 22px;
  }
}
.full-content__content .section-header {
  margin-bottom: 60px;
}
.full-content__content--text h1, .full-content__content--text h2, .full-content__content--text h3, .full-content__content--text h4, .full-content__content--text h5 {
  margin-bottom: 20px;
  font-family: "Lato-Bold", sans-serif;
}
.full-content__content .btn {
  margin-top: 30px;
}

.map {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 50px 0;
}

.hero {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 200px 0 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .hero {
    margin: 150px 0 0;
  }
}
.hero__content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 100px;
}
@media (max-width: 767px) {
  .hero__content {
    gap: 80px;
    flex-direction: column;
  }
}
.hero__content--image {
  max-width: 700px;
  min-width: 700px;
  height: 600px;
  overflow: hidden;
  border-radius: 22px;
  position: relative;
}
@media (max-width: 1400px) {
  .hero__content--image {
    max-width: 100%;
    min-width: auto;
    height: auto;
  }
}
@media (max-width: 991px) {
  .hero__content--image {
    max-width: 400px;
    min-width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .hero__content--image {
    max-width: 100%;
    min-width: 100%;
    height: 400px;
  }
}
.hero__content--image > img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 22px;
  object-fit: cover;
  height: 100%;
}
.hero__content--image .js-swiper-top {
  height: 100%;
}
.hero__content--image .js-swiper-top .swiper-slide {
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__content--image .swiper-pagination {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  left: 0 !important;
  right: 0 !important;
  text-align: left;
  bottom: 25px !important;
  display: flex;
  gap: 5px;
}
@media (max-width: 767px) {
  .hero__content--image .swiper-pagination {
    bottom: 15px !important;
  }
}
.hero__content--image .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
}
.hero__content--image .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #06755b;
}
.hero__content--google {
  position: absolute;
  background: #ffffff;
  border-radius: 22px;
  right: 0;
  bottom: 20px;
  width: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  height: 75px;
}
@media (max-width: 767px) {
  .hero__content--google {
    bottom: 30px;
  }
}
.hero__content--google > img {
  border-radius: 0;
}
.hero__content--text {
  position: relative;
}
.hero__content--text h1 {
  color: #1d2b5a;
  font-weight: 700;
}
.hero__content--text h2 {
  color: #06755b;
  margin-bottom: 40px;
  font-size: 2.8125rem;
}
@media (max-width: 991px) {
  .hero__content--text h2 {
    font-size: 1.875rem;
    line-height: normal;
  }
}

.hero-contact {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 0 0 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .hero-contact {
    margin: 150px 0 0;
  }
}
.hero-contact__content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 100px;
}
@media (max-width: 1400px) {
  .hero-contact__content {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .hero-contact__content {
    gap: 80px;
    flex-direction: column;
  }
}
.hero-contact__content--image {
  max-width: 850px;
  min-width: 850px;
  height: 650px;
  overflow: hidden;
  border-radius: 22px;
  position: relative;
}
@media (max-width: 1400px) {
  .hero-contact__content--image {
    max-width: 100%;
    min-width: auto;
    height: auto;
  }
}
@media (max-width: 991px) {
  .hero-contact__content--image {
    max-width: 400px;
    min-width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .hero-contact__content--image {
    max-width: 100%;
    min-width: 100%;
    height: 400px;
  }
}
.hero-contact__content--image > img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 22px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.hero-contact__content--data-contact {
  background: #ffffff;
  border-radius: 33px;
  display: flex;
  padding: 38px 20px;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .hero-contact__content--data-contact {
    flex-direction: column;
  }
}
.hero-contact__content--data-contact > div {
  display: flex;
  gap: 20px;
  align-items: center;
}
.hero-contact__content--google {
  position: absolute;
  background: #ffffff;
  border-radius: 22px;
  right: 0;
  bottom: 20px;
  width: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  height: 75px;
}
.hero-contact__content--google > img {
  border-radius: 0;
}
.hero-contact__content--text {
  position: relative;
}
.hero-contact__content--text h1 {
  color: #1d2b5a;
  font-weight: 700;
}
.hero-contact__content--text h2 {
  color: #06755b;
  margin-bottom: 40px;
  font-size: 2.8125rem;
}
@media (max-width: 991px) {
  .hero-contact__content--text h2 {
    font-size: 1.875rem;
    line-height: normal;
  }
}/*# sourceMappingURL=main.css.map */