/* THIS CSS WAS COMPILED AND OPTIMIZED, USING THE WP COMPILER PLUGIN */
/* https://bytes.co */
/* Last Compiled: 2024-02-14 5:40:47 UTC */

html {
  box-sizing: border-box; }

*, ::before, ::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

:root {
  --bs-emphasis-color-rgb: 255, 255, 255; }

body {
  font-family: "Manrope";
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  font-size: 16px;
  color: #232323;
  background-color: #fff; }

.main-title {
  font-weight: 700;
  font-size: 45px; }

.main-button {
  background-color: #005a7a;
  cursor: pointer;
  padding: 9.6px 19.2px;
  font-weight: 600;
  font-size: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out; }
  .main-button:hover {
    filter: saturate(150%); }

hr {
  height: 1px;
  width: 100%;
  background: #c2c1c6;
  border: none;
  margin: 0;
  margin-bottom: 20px; }

.dropdown-menu {
  margin: 0;
  padding: 0;
  width: fit-content;
  background: #7c7c7c;
  border: none;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  --bs-dropdown-link-hover-color: #191919; }
  .dropdown-menu li {
    padding: 0; }
    .dropdown-menu li:not(:last-child) {
      border-bottom: 1px solid #ebebeb; }
  .dropdown-menu .dropdown-item:active {
    background-color: var(--bs-dropdown-link-hover-bg); }
  .dropdown-menu__link {
    padding: 10px 25px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.2s ease-in-out; }

.header {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff; }

.fixed-top {
  position: sticky; }

nav {
  font-size: 19px; }

.nav {
  display: flex;
  flex-direction: column; }

.nav-topbar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative; }
  .nav-topbar::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%); }

.navbar {
  padding: 0; }
  .navbar__link {
    text-decoration: none;
    color: #000000; }
  .navbar__link-call {
    text-decoration: none;
    color: #000000; }
  .navbar .btn-call-wrapper {
    position: relative; }
    .navbar .btn-call-wrapper::before {
      content: "";
      position: absolute;
      object-fit: cover;
      width: 24px;
      height: 24px;
      top: 4px;
      left: -30px;
      background-image: url('/wp-content/uploads/2024/08/call.png'); }
  .navbar .navbar-collapse {
    justify-content: flex-end; }
  .navbar .dropdown:hover .dropdown-menu {
    display: block; }

.navbar-toggler {
  flex-basis: auto;
  position: relative;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
  outline: none;
  background-color: transparent;
  line-height: 1;
  border: 1px solid transparent; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    border: none;
    text-decoration: none;
    box-shadow: none;
    background-color: transparent; }
  .navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    background-color: #7c7c7c; }
    .navbar-toggler .hamburger span:nth-child(1) {
      top: 0;
      transition: all 0.2s; }
    .navbar-toggler .hamburger span:nth-child(2) {
      top: 8px;
      transition: all 0.15s; }
    .navbar-toggler .hamburger span:nth-child(3) {
      top: 8px;
      transition: all 0.15s; }
    .navbar-toggler .hamburger span:nth-child(4) {
      top: 16px;
      transition: all 0.2s; }

.navbar-toggler.active .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s; }
  .navbar-toggler.active .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s; }
  .navbar-toggler.active .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s; }
  .navbar-toggler.active .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s; }

.navbar-buttons {
  text-align: center;
  min-width: 170px;
  margin: 9.6px; }

.nav-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 30px;
  padding: 0;
  margin: 0 auto; }
  .nav-list__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.2s ease-in-out; }
    .nav-list__link:hover {
      filter: saturate(300%); }

.nav-link {
  color: #7c7c7c; }
  .nav-link:hover, .nav-link:focus {
    color: #000000; }

.nav-bottom {
  width: 100%; }
  .nav-bottom__btn-toggler {
    padding: 0; }

.logo__img {
  width: 150px;
  height: 55px; }

.hero-block {
  padding: 120px 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 600px; }
  .hero-block__title {
    margin-bottom: 10px; }
  .hero-block__text {
    margin-bottom: 30px;
    font-size: 22px; }

.hero-wrapper {
  max-width: 700px;
  color: #252525; }

.content-block {
  padding: 50px 0; }
  .content-block h2 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 26px; }
  .content-block h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600; }
  .content-block p {
    margin-bottom: 20px; }

.wp-block-media-text {
  margin-bottom: 50px;
  gap: 40px; }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0; }
    .wp-block-media-text .wp-block-media-text__content h2 {
      font-size: 22px;
      font-weight: 600;
      text-align: left; }

.wp-block-image {
  padding: 20px 0; }

.wp-block-quote {
  margin-bottom: 25px;
  background-color: #fafafa;
  padding: 20px 30px;
  border-left: 3px solid #8c0014; }
  .wp-block-quote p {
    margin-bottom: 10px; }
    .wp-block-quote p strong {
      margin-bottom: 0; }
  .wp-block-quote:last-of-type {
    margin-bottom: 80px; }

p strong {
  display: inline-block;
  margin-bottom: 10px; }
  p a {
    text-decoration: none;
    color: #1901d4; }

.wp-block-columns {
  margin-bottom: 30px; }
  .wp-block-columns .wp-block-column h2 {
    text-align: left; }

.section {
  padding: 50px 0; }
  .section h2 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
    text-align: center; }
  .section h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600; }
  .section p {
    margin-bottom: 20px; }
  .section .wp-block-quote p {
    margin-bottom: 10px;
    font-weight: 700; }

.breadcrumbs-section {
  padding: 30px 0;
  background-color: #8c0014;
  color: #fff; }
  .breadcrumbs-section h1 {
    font-size: 32px;
    font-weight: 600; }

.breadcrumb {
  margin: 0; }
  .breadcrumb span a {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    color: #fff; }
    .breadcrumb span a:hover {
      filter: saturate(300%); }

.breadcrumb-block {
  margin: 0 0 30px 0; }
  .breadcrumb-block span a {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    color: #0b0e62; }
    .breadcrumb-block span a:hover {
      filter: saturate(90%); }

.footer {
  padding: 50px 0 20px 0;
  background-color: #c3c3c3;
  color: #252525; }
  .footer__info {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px; }
  .footer__logo {
    margin-right: 60px; }
  .footer__col-1, .footer__col-2 {
    margin-bottom: 30px; }
  .footer__title {
    text-transform: uppercase;
    font-weight: 600;
    color: #252525;
    display: block;
    margin-bottom: 10px; }
  .footer__text {
    margin: 0;
    font-size: 16px;
    margin-bottom: 10px; }
    .footer__text--mb-32 {
      margin-bottom: 30px; }
    .footer__text--mb {
      margin-bottom: 30px; }
  .footer__link {
    color: #252525;
    text-decoration: none;
    font-size: 16px; }
  .footer__link--color {
    color: #fff; }
  .footer__menu {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0; }
  .footer__menu-item {
    margin-bottom: 10px; }
  .footer__copyright-text {
    font-size: 16px;
    margin-bottom: 0;
    color: #252525; }
  .footer__address {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 2.1; }
  .footer__description {
    margin-bottom: 0; }

.footer-bottom {
  position: relative;
  padding-top: 20px; }
  .footer-bottom::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%); }

@media (max-width: 991px) {
  .hero-block__title {
    font-size: 50px; } }

@media (max-width: 767px) {
  .hero-block__title {
    font-size: 35px; }

  .main-button {
    font-size: 15px; }

  .wp-block-media-text {
    gap: 30px; }

  .wp-block-heading {
    text-align: center; }

  .navbar__link {
    display: none; } }

@media (max-width: 575px) {
  .hero-block__title {
    font-size: 30px; }
    .hero-block__text {
      font-size: 15px; }

  .main-button {
    font-size: 13px; }

  .navbar__link, .navbar__link-call {
    font-size: 15px; }

  .logo__img {
    width: 130px;
    height: 50px; }

  .footer {
    padding: 30px 0 20px 0; }
    .footer__col-1, .footer__col-2 {
      margin-bottom: 25px; }
    .footer__title {
      margin-bottom: 8px; }
    .footer__text {
      font-size: 14px; }
      .footer__text--mb-32 {
        margin-bottom: 20px; }
    .footer__link {
      font-size: 14px; }
    .footer__menu {
      margin: 0 0 30px 0; }
    .footer__copyright-text {
      font-size: 14px; }
    .footer__address {
      font-size: 14px;
      margin-bottom: 25px; } }

@media (min-width: 320px) and (max-width: 420px) {
  .nav-list {
    font-size: 17px; }

  .nav-link {
    font-size: 15px; }

  .navbar__link, .btn-call-wrapper {
    display: none; }

  .btn-call-wrapper::before {
    display: none; }

  .hero-block__title {
    font-size: 30px;
    line-height: 1.5; }
    .hero-block__text {
      font-size: 15px; }

  .main-button {
    font-size: 12px; }

  .content-block {
    padding: 30px 0; }

  .footer {
    padding: 20px 0 20px 0; }
    .footer__col-1, .footer__col-2 {
      margin-bottom: 25px; }
    .footer__title {
      margin-bottom: 8px; }
    .footer__text {
      font-size: 14px; }
      .footer__text--mb-32 {
        margin-bottom: 20px; }
    .footer__logo {
      display: none; }
    .footer__link {
      font-size: 14px; }
    .footer__menu {
      margin: 0 0 30px 0; }
    .footer__copyright-text, .footer__description {
      font-size: 14px; }
    .footer__address {
      font-size: 14px;
      margin-bottom: 25px; } }

.sticky-footer {
  opacity: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: -1;
  transition: all ease 0.3s; }

@media screen and (max-width: 768px) {
  .sticky-footer.active {
    z-index: 9;
    opacity: 1; } }

.sticky-footer .sticky-footer__wrapper {
  text-align: center;
  padding: 15px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px -2px 20px 0px; }

.sticky-footer .sticky-footer__button {
  background-color: #005a7a;
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  padding: 0.875rem 1.25rem;
  width: 100%;
  margin-bottom: 0;
  text-decoration: none; }

.rating-block {
    display: flex;
    align-items: center;
    gap: 5px;
}

.rating-block img {
	width: 7rem;
    height: auto;
}

.star {
    color: #ffef17;
    font-size: 32px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}


/*# sourceMappingURL= */