/*
Theme Name: Unghiul
Theme URI: https://min-code.com
Author: MinCode Group
Author URI: https://min-code.com
Version: 1.0
Text Domain: #
*/

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 62.5%;
}

:root {
  --blue: #009FE3;
  --dark-blue: #0055B3;
  --dark: #02091C;
}

body {
  font-size: 1.8rem;
  line-height: 150%;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  width: 100%;
  color: var(--dark);
}

.d-flex {
  flex-wrap: wrap;
}

.h1,
h1 {
  font-size: 2.8rem;
  line-height: 150%;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

.h2,
h2 {
  font-size: 2.4rem;
  line-height: 150%;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}

.h3,
h3 {
  font-size: 2.2rem;
  line-height: 150%;
  font-weight: 600;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h4,
h4 {
  font-size: 2rem;
  line-height: 150%;
  font-weight: 600;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h5,
h5 {
  font-size: 1.8rem;
  line-height: 150%;
  font-weight: 600;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h6,
h6 {
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: 600;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0
}

p {
  font-size: 1.8rem;
  line-height: 150%;
  margin-bottom: 30px;
  color: var(--dark);
}

a {
  color: var(--dark-blue);
  font-size: 1.8rem;
  line-height: 150%;
  transition: 0.3s;
  text-decoration: none;
}

a:hover {
  color: var(--blue);
  transition: 0.3s;
}

ul {
  margin-bottom: 0;
}

b, strong {
  font-weight: 700
}

img {
  width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1470px;
  padding: 0 15px;
  margin: auto;
}

.divider-64 {
  height: 6.4rem;
}

.main_menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  gap: 25px;
}

.main_menu ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: var(--dark-green);
  transition: 0.3s;
  position: relative;
}

.main_menu ul li a:hover {
  color: var(--green)
}

.mobile__nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  height: 100vh;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.6);
  z-index: 99999999;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.mobile__nav.active {
  right: 0;
}

.mobile__nav .send_button {
  margin-top: 50px;
  position: relative;
  padding-left: 24px
}

.mobile__nav .send_button:before {
  background: url('/wp-content/uploads/2025/11/tooltip_2.svg');
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  content:'';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile__nav .p_button {
  position: relative;
  background: #D8E9F9;
  border-radius: 4px;
  padding: 10px 24px;
  width: fit-content;
  padding-left: 37px;
  margin-top: 15px;
  margin-bottom: 15px
}

.mobile__nav .p_button:before {
  background: url('/wp-content/uploads/2025/11/Vector.svg');
  position: absolute;
  left: 13px;
  top: 14px;
  width: 18px;
  height: 18px;
  content:'';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile__nav .subscribe_button {
  width: 230px;
  text-align: center;
  background: #009FE3;
  padding: 10px 24px;
  border-radius: 4px
}

.mobile__nav__inner ul li.subscribe_button a {
  color: white;
}

.mobile__nav__inner {
  padding: 40px 20px;
  padding-top: 80px;
}

.mobile__nav__inner ul {
  list-style: none;
  padding-left: 0;
}

.mobile__nav__inner ul li {
  margin-bottom: 10px;
}

.mobile__nav__inner ul li a {
  font-weight: 600;
  color: var(--dark);
  font-size: 1.6rem
}

.close__mobile {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.mobile-menu {
  list-style: none;
  padding: 0;
}

.mobile-menu li {
  margin-bottom: 15px;
}

.mobile-menu a {
  text-decoration: none;
  font-size: 18px;
  color: #333;
}


@media (min-width: 1201px) {
  .mobile__menu,
  .search_top.mobile_search {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .search_top.mobile_search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 999;
    width: 100%;
    justify-content: flex-end;
  }
  .col-md-4.weather {
    display: none;
  }
  .search_top.mobile_search .search-icon {
    transform: translateX(-90px);
  }
  .search_top.mobile_search .search-popup-content {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  .search_top.mobile_search .search-popup {
    left: 0;
    top: 4.6rem;
  }
  .logo_site a {
    position: relative;
    display: block;
    z-index: 999999;
  }
  .search_top.mobile_search img {
    width: 22px;
    height: 22px;
  }
  .top_header .col-md-9 {
    display: none!important
  }
  .mobile__menu {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    background: var(--blue);
    left: auto;
    right: 15px;
    margin: auto;
    border-radius: 4px;
    cursor: pointer;
    z-index: 9999999;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s
  }
  .mobile__menu span {
    height: 2px;
    width: 20px;
    position: absolute;
    margin-left: 10px;
    margin-bottom: 1px;
    top: 15px;
    border-radius: 0;
    transition: .5s;
    background: white;
  }
  .mobile__menu span:nth-child(2) {
    top: 25px;
  }
  .header_icons {
    position: relative;
    padding-right: 52px;
    margin-top: -8px;
  }
  .menu__primary {
    display: none;
  }
  .top_header > .d-flex {
    justify-content: space-between;
  }
}

.top_header .col-md-6 {
  align-items: center;
  justify-content: flex-end;
}

.top_header .col-md-6 div a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.top_header {
  align-items: center;
}

.send_article img {
  width: 20px;
  height: 20px;
}

.patreon_button img {
  width: 14px;
  height: 16px;
}

.patreon_button {
  margin-right: 8px;
  margin-left: 24px;
}

.patreon_button a {
  background: #D8E9F9;
  border-radius: 4px;
  padding: 15px 24px;
}

.patreon_button a:hover {
  background: var(--blue);
  color: white;
}

.news_button a {
  background: #009FE3;
  border-radius: 4px;
  padding: 15px 24px;
  color: white;
}

.header {
  padding: 16px 0 0;
  margin-bottom: 64px;
  position: relative;
}

.news_button a:hover {
  background: var(--dark-blue)
}

.unghiul_logo img {
  height: 72px;
  width: auto
}

.main_menu_header ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.main_menu_header ul li {
  width: calc(100% / 7);
  text-align: center;
}

.main_menu_header ul li a {
  font-family: "Merriweather";
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: white;
  padding: 18px 0;
  display: block;
  position: relative;
}

.main_menu_header ul li a:hover {
  color: var(--blue)
}

.main_menu_header ul li a:after {
  content: '';
  background: #FFFFFF33;
  width: 1px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.main_menu_header .top_menu {
  display: flex;
  align-items: center;
  position: relative;
}

.top_menu {
  background: var(--dark-blue)
}

.search_top {
  width: 112px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.menu-main-menu-container {
  width: calc(100% - 112px)
}

.top_menu {
  border: 1px solid var(--dark-blue);
  border-radius: 4px;
}

.main_menu_header {
  margin-top: 16px;
}

.page_title h1 {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  position: relative;
  padding-left: 28px;
}

.page_title h1:before {
  content: '';
  background: #009FE3;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.title_divider {
  background: #02091C29;
  height: 1px;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}

.single_contanct h6 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  color: var(--dark-blue)
}

.single_contanct h6 img {
  width: 24px;
  height: 24px;
  margin-top: -1px
}

.single_contanct a {
  color: var(--dark);
  font-size: 16px;
  line-height: 100%;
  position: relative;
}

.contact_link {
  display: flex;
  align-items: center;
  gap: 24px;
}

.single_contanct a:hover {
  color: var(--blue)
}

.single_contanct a:after {
  content: '';
  position: absolute;
  top: 6px;
  width: 4px;
  height: 4px;
  background: var(--dark);
  right: -14px;
  border-radius: 100%;
}

.single_contanct a:last-child:after,
.single_contanct .contact_icons a:after {
  display: none;
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.single_contanct {
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #0055B3;
}

.contact_iframe_map iframe {
  border-radius: 4px;
}

.contact_map {
  margin-top: 32px;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.contact_socials {
  padding-left: 16px;
}

.contact_iframe_map {
  padding-right: 16px;
}

.socials.single_contanct {
  margin-bottom: 32px;
}

.contact_icons img {
  width: 40px;
  height: 40px;
  transition: 0.3s
}

.contact_icons a:hover img {
  opacity: 0.6
}

.contact_icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact_icons a {
  display: block;
}

.phones.single_contanct {
  height: 128px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.phones.single_contanct .contact_link a:last-child {
  color: #0055B3;
  text-decoration: underline;
}

.phones.single_contanct .contact_link a:hover:last-child {
  color: var(--dark)
}

footer {
  background: var(--dark-blue);
  padding-top: 56px;
  margin-top: 60px;
}

.footer_logo img {
  height: 56px;
  width: auto;
  margin-bottom: 24px;
}

.socials_copy img {
  width: 32px;
  height: 32px;
  transition: 0.3s
}

.socials_copy a:hover img {
  opacity: 0.6
}

.socials_copy {
  gap: 10px;
  align-items: center;
}

.align-center {
  align-items: center;
}

.copywrite p {
  margin-bottom: 0;
  color: white;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 150%;
}

.copywrite p a {
  color: white;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 150%;
}

.copywrite p a:hover {
  color: var(--blue)
}

.copywrite {
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #009FE3;
  margin-top: 32px;
}

.copy_icons {
  display: flex;
  align-items: center;
  gap: 24px
}

.footer_col1 p {
  font-size: 12px;
  color: white;
  margin-bottom: 0;
}

.footer_col1 {
  padding-right: 30px;
}

.footer_col2 h6 {
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 24px;
}

.footer_col2 ul {
  list-style: none;
  padding-left: 0;
}

.footer_col2 ul li {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 150%;
}

.footer_col2 ul li a {
  color: white;
  font-size: 12px;
  line-height: 150%;
}

.footer_col2 ul li a:hover {
  color: var(--blue)
}

.logos_footer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logos_footer img {
  height: 80px;
  object-fit: cover;
}

.subfooter3 {
  transform: translateX(10%);
}

.subfooter2 {
  transform: translateX(28%);
}

.subfooter1 {
  transform: translateX(50%);
}

.search-popup {
  position: absolute;
  inset: 0;
  display: none;
  z-index: 9999;
  right: 0;
  top: 5.3rem;
  justify-content: flex-end;
  border-radius: 8px;
}

.search-popup-content {
  background: #fff;
  width: 336px;
  max-width:336px;
  border-radius: 8px;
  position: relative;
}

.search-popup-content form {
  background: #d8e9f9;
  padding: 16px;
  border-radius: 8px;
}

.close-icon {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
}

.search-icon {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.search-icon img {
  width: 16px;
  height: 16px;
}

.search-popup-content form input {
  width: 100%;
  width: 100%;
  border: 1px solid #0055B33D;
  border-radius: 4px;
  padding: 11px 16px;
  color: var(--dark);
  font-size: 16px;
  line-height: 100%;
}

.search-popup-content .search-submit {
  font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    color: white;
    background: #009FE3;
    padding: 15px 10px;
    border: 0;
    transition: 0.3s;
    margin-top: 6px;
    width: 100%;
    border-radius: 4px;
}

.search-popup-content .search-submit:hover {
  background: var(--dark-blue)
}

.search-popup-content form label {
  width: 100%;
}

.about_intro .d-flex {
  background: #D8E9F9;
  border-radius: 8px;
  padding-left: 56px;
}

.about_img img {
  height: 480px;
  object-fit: cover;
  width: auto;
}

.about_img {
  overflow: hidden;
}

.about_logo {
  height: 100px;
  width: auto;
  margin-bottom: 24px;
}

.main_button {
  color: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  padding: 15px 24px;
  border-radius: 4px;
  background: #009FE3;
  display: block;
  width: fit-content;
}

.main_button:hover {
  background: var(--dark-blue);
  color: white;
}

.about_intro_content .main_button {
  margin-top: 24px;
}

.about_intro_content {
  padding-right: 50px;
}

.sidebar_about p {
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 0;
  color: #02091C80;
  margin-top: 8px;
}

.sidebar_about img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #02091C29
}

.sidebar_about {
  width: 368px;
  padding-right: 32px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  align-self: flex-start;
}

.content_about {
  width: calc(100% - 368px);
  border-top: 1px solid #02091C29;
  padding-top: 32px;
}

.content_about h2 {
  margin-bottom: 16px;
}

.grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.single_nr {
  border-radius: 4px;
  background: #D8E9F9;
  padding: 24px;
}

.single_nr h6 {
  font-size: 24px;
  color: #0055B3;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 16px;
}

.single_nr p {
  margin-bottom: 0;
  color: #02091C;
  font-size: 16px;
  line-height: 100%;
  font-weight: 300;
}

.about_intro {
  margin-bottom: 32px;
}

.content_about p:last-child {
  margin-bottom: 0;
}

.divider-80 {
  height: 80px;
}

.divider-50 {
  height: 50px;
}

.grid3.numbers {
  margin: 32px 0;
}

.mission .d-flex {
  border-top: 1px solid #02091C29;
  padding-top: 16px;
  margin-bottom: 32px;
}

.mission .d-flex:last-child {
  margin-bottom: 0;
}

.mission .d-flex h6 {
  width: 190px;
  text-transform: uppercase;
  color: #0055B3;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
}

.mission .d-flex p,
.mission .d-flex ol,
.mission .d-flex ul {
  width: calc(100% - 190px);
}

.mission .d-flex ol li,
.mission .d-flex ul li {
  margin-bottom: 5px;
}

.mission .d-flex ol li:last-child,
.mission .d-flex ul li:last-child {
  margin-bottom: 0;
}

.mission .d-flex ol li::marker {
  font-weight: 700;
}

.single_member {
  border-radius: 4px;
  background: #D8E9F9;
  padding: 24px;
  margin-bottom: 16px;
}

.single_member:last-child {
  margin-bottom: 0;
}

.single_member h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 16px;
}

.single_member .d-flex p,
.single_member .d-flex a {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark)
}

.single_member .d-flex a:hover {
  color: var(--blue)
}

.position {
  color: #009FE3!important;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

.single_member .d-flex {
  gap: 32px;
  margin-bottom: 8px;
  row-gap: 0;
}

.single_member .d-flex .position:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 4px;
  height: 4px;
  background: var(--dark);
  right: -19px;
  border-radius: 100%;
}

.single_member .d-flex .member_phone a {
  position: relative;
}

.single_member .d-flex .member_phone a:last-child:after {
  display: none;
}

.single_member .d-flex p {
  display: flex;
  align-items: center;
  gap: 32px;
}

.single_member .d-flex .member_phone a:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 4px;
  height: 4px;
  background: var(--dark);
  right: -19px;
  border-radius: 100%;
}

.member_descr {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  color: #02091C;
}

.team_about {
  margin-top: 32px;
}

.content5 .content_about {
  border: 0;
  margin-top: 0;
  padding-top: 0;
}

.faq-container {
  border-radius: 4px;
  border: 1px solid #0055B33D;
  padding: 0 24px;
}

.faq-item {
  border-bottom: 1px solid #0055B33D;
}

.faq-item:last-child {
  border: 0
}

.faq-question {
  width: 100%;
  padding: 24px 00;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  color: #0055B3;
  background: white;
  position: relative;
}

.faq-question:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('/wp-content/uploads/2025/11/SVG-1.svg');
  transition: 0.3s ease
}

.faq-item.active .faq-question:after {
  transform: translateY(-50%) rotate(-180deg);
  transition: 0.3s ease
}

.faq-answer {
  overflow: hidden;
  height: 0;
  width: 0;
  visibility: hidden;
}

.faq-answer.open {
  padding-bottom: 24px;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.faq-item.active .faq-question {
  padding-bottom: 16px;
  padding-right: 30px;
}

.faq-answer,
.faq-answer p {
  font-size: 1.6rem;
}

.faq-answer p {
  margin-bottom: 16px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.footer_cta {
  background: #D8E9F9;
  padding: 80px 0;
  margin-top: 64px;
  margin-bottom: -64px;
}

.cta_icon img {
  width: 110px;
  height: 110px;
}

.cta_footer {
  align-items: center;
}

.cta_icon {
  text-align: right;
}

.cta_content h2 {
  line-height: 120%;
  color: #0055B3;
}

.cta_content p {
  color: #0055B3;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 40px;
}

.cta_footer.col1 {
  border-right: 1px solid #009FE3;
  padding-right: 80px;
}

.cta_footer.col2 {
  padding-left: 80px;
}

.cta_footer.col2 .cta_icon img {
  width: 110px;
  height: 120px;
}

.sidebar {
  width: 336px;
}

.send_content {
  width: calc(100% - 336px);
  padding-right: 32px;
}

.send_content h5 {
  margin-bottom: 10px
}

.newsletter_sidebar {
  background: #0055B3;
  border-radius: 8px;
  padding: 30px;
  color: white;
}

.newsletter_sidebar h2 {
  line-height: 100%;
}

.newsletter_sidebar img {
  margin-bottom: 16px;
}

.newsletter_sidebar p {
  color: white;
  font-size: 1.6rem;
  line-height: 150%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.newsletter_sidebar a {
  background: white;
  color: #0055B3;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  padding: 15px 10px;
  border-radius: 4px;
}

.newsletter_sidebar a:hover {
  background: var(--blue);
  color: white;
}

.follow_us {
  margin-top: 32px;
}

.follow_us h2 {
  position: relative;
  line-height: 100%;
  padding-left: 28px;
}

.follow_us h2:before {
  content: '';
  background: #009FE3;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.social_follow {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.social_follow a img {
  height: 44px;
  width: 100%;
  object-fit: cover;
  transition: 0.3s
}

.social_follow a:hover img {
  opacity: 0.8
}

.send_content p,
.send_content a {
  font-size: 1.6rem;
}

.send_bg {
  background: #D8E9F9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.send_cf7 {
  padding-left: 32px;
}

.send_logo {
  height: 112px;
  width: auto;
}

.form_flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 24px;
}

.form_flex .col-md-6 {
  width: calc(50% - 8px)
}

.form_flex input,
.form_flex textarea {
  width: 100%;
  border: 1px solid #0055B33D;
  border-radius: 4px;
  padding: 11px 16px;
  color: var(--dark);
  font-size: 16px;
  line-height: 100%;
}

.form_flex p {
  margin-bottom: 0;
}

.form_flex ::placeholder {
  color: #0055B380
}

.form_flex label {
  color: #0055B3;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  margin-bottom: 8px;
}

.acceptance_field p,
.acceptance_field p a {
  color: #02091C80;
  font-weight: 300;
  font-size: 12px;
}

.acceptance_field p a {
  text-decoration: underline;
}

.acceptance_field p a:hover {
  color: var(--blue)
}

.form_flex .acceptance_field {
  margin-bottom: -16px;
}

.form_flex .send_field input {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: white;
  background: #009FE3;
  padding: 15px 10px;
  border: 0;
  transition: 0.3s
}

.form_flex .send_field input:hover {
  background: var(--dark-blue);
  transition: 0.3
}

.send_field {
  position: relative;
}

.send_field .wpcf7-spinner {
  position: absolute;
  left: 10px;
  top: 10px;
}

.wpcf7-list-item {
  margin-left: 0;
  display: flex;
  align-items: flex-start;
  height: 45px;
  border: 1px solid #0055B33D;
  border-radius: 4px;
  padding: 11px 16px;
}

.form_flex .checkbox_field input {
  width: 17px;
  height: 17px;
  margin-right: 12px;
  margin-top: 2px;
  cursor: pointer;
}

.wpcf7-list-item-label {
  color: #0055B380;
}

.form_flex textarea {
  height: 200px;
}

.offer_intro .d-flex {
  background: #D8E9F9;
  border-radius: 8px;
  padding-left: 56px;
}

.offer_intro_content p {
  margin-bottom: 20px;
}

.offer_intro_content a {
  margin-top: 32px
}

.offer_img {
  padding-top: 56px;
  text-align: right;
}

.offer_img img {
  width: 550px;
  border-bottom-right-radius: 8px;
}

.single_collaborate {
  margin-bottom: 54px;
  position: relative;
  flex-wrap: nowrap;
}

.single_collaborate:before {
  width: 1px;
  height: 100%;
  left: 15px;
  top: 37px;
  background: #02091C29;
  position: absolute;
  content: '';
}

.single_collaborate:last-child {
  margin-bottom: 0;
}

.single_collaborate:last-child:before {
  display: none;
}

.collaborate_text p {
  margin-bottom: 0;
  margin-top: 5px
}

.collaborate_text p b {
  font-weight: 600
}

.collaborate_text h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.collaborate_text {
  padding-left: 40px;
}

.collaborate_nr p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  color: #009FE3;
  line-height: 100%;
}

.collaborate_img {
  margin-right: 64px;
  width: calc(33.33333333% - 64px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.collaborate h2 {
  margin-bottom: 46px;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
}

.terms_ussual h2 {
  font-weight: 500;
}

.collaborate {
  margin: 120px 0;
}

.single_terms {
  border-left: 1px solid #02091C29;
  padding-left: 16px;
}

.single_terms h6 {
  font-weight: 500;
  margin-bottom: 32px;
}

.single_terms p {
  margin-bottom: 0;
}

.single_terms p .color_p {
  font-size: 24px;
  color: #009FE3;
  font-weight: 500;
}

.single_terms p .color_g {
  color: #02091C80;
}

.single_audience b {
  font-weight: 600;
}

.single_audience {
  border: 1px solid #009FE3;
  border-radius: 4px;
  padding: 24px;
}

.icons_audience img {
  width: 48px;
  height: 48px;
}

.single_audience p {
  margin-bottom: 0;
}

.single_audience h6 {
  margin: 32px 0 20px;
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
}

.grid4.audience_grid {
  gap: 25px;
}

.icons_audience {
  display: flex;
  gap: 8px;
}

.audience h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 42px;
}

.audience {
  margin: 120px 0
}

.subtitle_nr {
  font-size: 18px;
  font-weight: 600;
  color: #009FE3;
  line-height: 100%;
  margin-bottom: 12px;
}

.single_title {
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 26px;
}

.single_price {
  padding: 24px;
  border-radius: 4px;
  background: #D8E9F9;
}

.service_icon {
  display: flex;
  align-items: center;
  gap: 8px;
}

.service_icon img {
  width: 48px;
  height: 48px;
}

.service_content h2 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 500;
}

.service_content h2 span {
  color: #009FE3;
  display: block;
}

.service_adv p {
  margin-bottom: 0;
}

.service_adv h6 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 150%;
  margin-top: 32px;
}

.service_adv ul li {
  position: relative;
  padding-left: 14px;
}

.service_adv ul {
  list-style: none;
  padding-left: 10px;
}

.service_adv ul li:before {
  content: '';
  position: absolute;
  top: 12px;
  width: 4px;
  height: 4px;
  background: var(--dark);
  left: 0px;
  border-radius: 100%;
}

.service_adv {
  margin-bottom: 32px;
}

.service_title p {
  color: #02091C80;
  margin-top: 16px;
  margin-bottom: 0;
}

.service_title h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

.grid3.service_desc {
  gap: 32px;
}

.service_adv .color_g {
  font-size: 17px;
  color: #02091C80;
  margin-top: 32px;
}

.service_icon .plus_after:nth-child(2):before {
  content: '+';
  font-size: 24px;
  font-weight: 500;
  margin: 0 8px;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(4px);
}

.service_adv:last-child {
  margin-bottom: 0;
}

.promo_content {
  background: var(--dark-blue);
  padding: 24px;
  border-radius: 4px;
  min-height: 202px;
}

.promo_content p {
  margin-bottom: 0;
  color: white;
  font-size: 17px;
  margin-top: 16px;
}

.promo_content h5 span {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  color: #0055B3;
  border-radius: 4px;
  padding: 8px 16px;
  background: #D8E9F9;
  display: block;
  width: fit-content;
}

.service_icon span {
  font-size: 24px;
  font-weight: 500;
  margin: 0 8px;
}

.single_service {
  margin-top: 64px;
}

.bannere {
  background: #D8E9F9;
  border-radius: 4px;
  padding: 24px;
}

@media (min-width: 768px) {
  .bannere.col-md-8 {
    flex: 0 0 auto;
    width: calc(66.66666667% - 10px);
    margin-right: 16px;
  }
  .bannere.col-md-4 {
    flex: 0 0 auto;
    width: calc(33.33333333% - 22px);
    margin-left: 16px;
  }
  .contact_bg.col-md-8 {
    width: calc(66.66666667% - 16px);
    margin-left: 16px;
  }
}

.banner_img .col-md-6 img {
  height: 140px;
  width: auto;
  margin-bottom: 32px;
}

.banner_img span {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.banner_img p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 24px
}

.banner_img .col-md-6 {
  padding: 16px
}

.banner_img {
  row-gap: 32px;
}

.service_adv b {
  font-weight: 600;
}

.bannere2 {
  position: relative;
}

.promo-s {
  position: absolute;
  bottom: 24px;
}

.promo-s .promo_content:nth-child(1) {
  margin-bottom: 16px;
}

.promo-s .promo_content {
  min-height: auto;
  width: calc(100% - 48px);
  left: 24px;
}

.foto_video {
  border-radius: 4px;
  padding: 24px;
  background: #D8E9F9;
}

.grid2.service_foto-video {
  gap: 32px;
}

.packages {
  margin: 120px 0;
}

.single_price_card {
  border-radius: 4px;
  border: 1px solid #009FE3;
  padding: 24px;
  position: relative;
}

.price_text ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 48px;
}

.price_text {
  margin: 48px 0;
}

.price_text h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 8px
}

.price_text ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px;
}

.price_text ul li:last-child {
  margin-bottom: 0;
}

.price_text ul li:before {
  position: absolute;
  content: '';
  background: url('/wp-content/uploads/2025/11/Group-964.svg');
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
}

.price_bg {
  background: linear-gradient(69.39deg, #0055B3 9.2%, #009FE3 63.95%, #D8E9F9 108.09%);
  border-radius: 8px;
  padding: 24px;
  color: white;
}

.price_bg p {
  color: white;
  margin-bottom: 0;
}

.price_bg .package_name {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 12px;
}

.price_bg h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 56px;
  line-height: 1
}

.price_bg p del {
  color: #FFFFFF80;
}

.price_bg .normal_price {
  font-size: 28px;
  font-weight: 500;
}

.price_text p {
  color: #02091C80;
  font-size: 16px;
}

.price_button a {
  width: 100%;
  text-align: center;
}

.grid3.price_card {
  margin-top: 48px;
}

.price_button {
  position: absolute;
  bottom: 24px;
  width: 100%;
  left: 24px;
  width: calc(100% - 48px);
}

.price_text {
  margin-bottom: 88px;
}

.price_note {
  margin-top: 48px;
  margin-bottom: 0;
}

.offer_contact h2 {
  font-size: 32px;
}

.offer_contact h2 span {
  font-weight: 400;
}

.offer_contacts .col-md-4 {
  padding-right: 16px;
}

.contact_bg.col-md-8 {
  border-radius: 8px;
  background-position: center;
  background-size: cover;
}

.offer_contacts .col-md-4 .single_contanct {
  margin-bottom: 32px;
}

.offer_contacts .col-md-4 .single_contanct:last-child {
  margin-bottom: 0;
}

.offer_contacts {
  margin-top: 34px;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  row-gap: 56px;
}

.full_post_content {
  padding-left: 24px
}

.feature_img img {
  border-radius: 4px;
  height: 314px;
  object-fit: cover
}

.full_post_content h2,
.full_post_content h2 a {
  font-family: 'Merriweather';
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
  color: #000000;
  margin-bottom: 8px;
  transition: 0.3s
}

.full_post_content h2 a:hover,
.post-grid-item:hover h2 {
  color: var(--blue);
}

.post-full {
  margin-bottom: 32px;
  position: relative;
}

.post-full:hover h2 {
  color: var(--blue)
}

.full_post_content h2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.full_post_content .excerpt p {
  font-size: 16px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}

.post_meta {
  display: flex;
  align-items: center;
}

.post_meta p {
  margin-bottom: 0;
  color: #00000080;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
}

.post_meta .cat_name {
  position: relative;
  padding-right: 24px;
  color: #009FE3;
  text-transform: uppercase;
  font-weight: 600;
}

.post_meta .cat_name:after {
  content: '';
  position: absolute;
  top: 4px;
  width: 3px;
  height: 3px;
  background: #00000080;
  right: 9px;
  border-radius: 100%;
}

.post-grid .post-grid-item {
  padding-top: 24px;
  border-top: 1px solid #02091C29;
}

.post-grid-item img {
  border-radius: 4px;
  height: 189px;
  margin-bottom: 24px;
  object-fit: cover;
}

.post-grid-item h2 {
  font-family: 'Merriweather';
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #02091C;
  margin-bottom: 16px;
  transition: 0.3s
}

.post-grid-item h2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
}

body.paged .post-grid-item:nth-child(-n+3) {
  border-top: none;
  padding-top: 0;
}

.post-grid-item {
  position: relative;
}

.post_link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.pagination {
  margin-top: 56px;
  gap: 16px;
}

.pagination a {
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  border-radius: 4px;
}

.pagination a:hover {
  background: #D8E9F9
}

.pagination .current {
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #0055B3;
  border: 1px solid #0055B3;
  display: flex;
  border-radius: 4px;
}

.pagination a.next,
.pagination a.prev {
  background: #D8E9F9
}

.pagination a.next:hover,
.pagination a.prev:hover {
  background: var(--blue)
}

.pagination a img {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  padding: 5px
}

.pagination a.prev img {
  transform: rotate(90deg);
}

.banner1_sidebar img.small {
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  width: 300px;
}

.banner2_sidebar img.big {
  height: 600px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  border-radius: 8px;
}

.banner1_sidebar,
.banner2_sidebar {
  margin: 32px 0;
  text-align: center;
}

.banner3_sidebar img {
  height: 600px;
  object-fit: cover;
  border-radius: 8px;
}

.search_results {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.banner3_sidebar{
  margin: 32px 18px;
  margin-bottom: 0;
}

.tab-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  background: #0055B329;
  padding: 4px;
  border-radius: 8px;
  margin-bottom: 32px;
}

.tab-menu li {
  padding: 12px 5px;
  cursor: pointer;
  background: transparent;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  color: #0055B380;
  transition: 0.3s
}

.tab-menu li.active {
  background: #0055B3;
  color: white;
}

.tab-menu li:hover {
  background: #0055B329;
}

.tab-menu li.active:hover {
  background: #0055B3;
}

.sidebar-tabs {
  margin-bottom: 32px;
}

.tab-content .tab {
  display: none;
}

.tab-content .tab.active {
  display: block;
}

.single_sidebar_post p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 8px;
  color: #02091C80
}

.single_sidebar_post {
  margin-bottom: 32px;
}

.single_sidebar_post:last-child {
  margin-bottom: 0;
}

.single_sidebar_post h5 a,
.single_sidebar_post h5 {
  font-family: 'Merriweather';
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #02091C;
  transition: 0.3s;
}

.single_sidebar_post h5:hover a,
.single_sidebar_post h5:hover {
  color: var(--blue)
}

.single_sidebar_post h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single_post_meta p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 100%;
  color: #02091C80;
}

.single_post_meta {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.single_post_meta a {
  font-size: 12px;
  line-height: 100%;
  color: #009FE3;
  font-weight: 600;
}

.single_post_meta a:hover {
  color: var(--dark-blue)
}

.art_data {
  position: relative;
  padding-right: 24px;
  padding-left: 24px;
}

.art_data:after {
  content: '';
  position: absolute;
  top: 4px;
  width: 3px;
  height: 3px;
  background: #00000080;
  right: 9px;
  border-radius: 100%;
}

.art_data:before {
  content: '';
  position: absolute;
  top: 4px;
  width: 3px;
  height: 3px;
  background: #00000080;
  left: 11px;
  border-radius: 100%;
}

.article_title h1 {
  font-family: 'Merriweather';
}

.article_title img {
  height: 510px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 16px;
}

.single_post_img p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 100%;
  color: #02091C80;
  margin-top: 8px;
}

.news_content {
  width: calc(100% - 336px);
  padding-right: 155px;
}

.single_post_content {
  margin-top: 40px;
}

.single_post_content p {
  margin-bottom: 32px;
}

.single_post_content p em,
.single_post_content p i {
  color: #0055B3;
  font-size: 1.8rem;
  line-height: 150%;
  font-family: "Onest", sans-serif!important
}

.single_post_content p span {
  font-size: 1.8rem;
  line-height: 150%;
  font-family: "Onest", sans-serif!important
}

.single_post_content p:last-child {
  margin-bottom: 0px;
}

.single_post_content blockquote p {
  color: #0055B3;
  margin-bottom: 0;
}

.single_post_content blockquote {
  position: relative;
  padding-left: 40px;
  border-left: 2px solid #0055B3;
  margin-bottom: 32px;
  margin-top: 32px;
}

.related {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 32px;
}

.single_rel_post {
  padding: 24px 0;
  border-top: 1px solid #02091C1A;
  position: relative;
}

.single_rel_post img {
  height: 190px;
  border-radius: 4px;
  object-fit: cover;
}

.single_rel_post h2 {
  font-family: "Merriweather";
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 55px;
  transition: 0.3s
}

.single_rel_post:hover h2 {
  color: var(--blue)
}

.related_title {
  position: relative;
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  position: relative;
  padding-left: 28px;
  margin-bottom: 32px;
}

.related_title:before {
  content: '';
  background: #009FE3;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.related_posts {
  margin-top: 64px;
}

.main_post,
.main_post .thumb {
  position: relative;
}

.main_post img {
  height: 564px;
  object-fit: cover;
  border-radius: 8px;
}

.main_post .main_post_content {
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: calc(100% - 64px);
  color: white;
}

.main_post .thumb:before {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.82%, rgba(0, 0, 0, 0.9) 100%);
}

.main_post a {
  z-index: 9
}

.main_post .post_meta .cat_name,
.main_post .post_meta p {
  color: white;
}

.main_post h2 {
  font-size: 28px;
  line-height: 150%;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 16px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
  font-family: "Merriweather";
}

.main_post .post_meta .cat_name:after {
  background: white;
}

.main_post .excerpt p {
  color: white;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.main_post:hover h2 {
  color: var(--blue)
}

.side_posts {
  display: flex;
  align-items: center;
}

.side_posts .thumb {
  width: 157px;
}

.side_posts .thumb img {
  width: 100%;
  height: 88px;
  object-fit: cover;
  border-radius: 4px;
  width: 157px;
}

.side_post_content {
  width: calc(100% - 157px);
  padding-left: 24px;
}

.featured_post {
  padding-right: 11px;
}

.other_posts {
  padding-left: 21px;
}

.side_post_content h3 {
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
  font-family: "Merriweather";
}

article.side_posts {
  padding: 24px 0;
  border-top: 1px solid #02091C29;
}

article.side_posts:hover h3 {
  color: var(--blue)
}

.side_title {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
}

.side_title:before {
  content: '';
  background: #009FE3;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.post_grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.home_section2 img,
.home_section5 img {
  width: 1200px;
  height: 250px;
  object-fit: cover;
  margin: auto;
  border-radius: 8px;
}

.local_news_col2 {
  width: 336px;
}

.local_news_col1 {
  width: calc(100% - 336px);
  padding-right: 32px;
}

.category_name1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 32px;
}

.news_col1 {
  width: 460px;
}

.news_col2 {
  width: calc(100% - 460px);
  padding-left: 32px;
}

.category_name1 h2 {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  padding-left: 28px;
}

.category_name1 h2:before {
  content: '';
  background: #009FE3;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.category_name1 a {
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  text-decoration: underline;
  color: #009FE3;
  transition: 0.3s
}

.category_name1 a:hover {
  color: var(--dark-blue);
}

.news_col1 img {
  height: 250px;
  object-fit: cover;
  border-radius: 4px;
}

.big_news h3 {
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 22px;
  margin-top: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
  font-family: "Merriweather";
  height: 56px;
}

.big_news {
  padding: 24px 0;
  border-top: 1px solid #02091C29
}

.news_col2 .small_news {
  display: flex;
  align-items: center;
}

.news_col2 .small_news img {
  width: 157px;
  height: 88px;
  object-fit: cover;
  border-radius: 4px;
}

.small_news_content {
  padding-left: 24px;
}

.small_news_content h3 {
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
  font-family: "Merriweather";
}

article.small_news:hover h3,
.big_news:hover h3 {
  color: var(--blue);
}

article.small_news {
  padding: 24px 0;
  border-top: 1px solid #02091C29;
}

.mg-64 {
  margin: 64px 0;
}

.home_other_news {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.home_other_news .big_news img,
.search_results .big_news img {
  height: 190px;
  object-fit: cover;
  border-radius: 4px;
}

.search_nr p {
  font-size: 1.6rem;
  color: var(--dark-blue);
  font-weight: 600;
  margin-bottom: 0;
}

.search-results .pagination {
  margin-top: 24px;
}

.pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.search_results .big_news:nth-child(1),
.search_results .big_news:nth-child(2),
.search_results .big_news:nth-child(3),
.search_results .big_news:nth-child(4) {
  border-top: 0;
}

.top_news_grid {
  display: flex;
  flex-wrap: wrap-reverse;
}

.top_news_grid .main_post:nth-child(1),
.top_news_grid .main_post:nth-child(3) {
  width: 25%;
}

.top_news_grid .main_post:nth-child(2) {
  width: calc(50% - 64px);
  margin: 0 32px;
}

.top_news_grid .main_post img {
  height: 400px;
}

.local_news_col2 .follow_us {
  margin-top: 0;
}

.home_section4 .main_post .post_meta .cat_name {
  color: #009FE3
}

.home_section4 .main_post h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.top_news_grid .main_post:nth-child(2) .main_post_content {
  text-align: center;
}

.top_news_grid .main_post:nth-child(2) .post_meta {
  justify-content: center;
}

.about_mission,
.faq {
  border-top: 1px solid #02091C29;
  padding-top: 32px;
}

.page_content p,
.page_content li,
.page_content a {
  font-size: 1.6rem;
}

.page_content h2,
.page_content h3 {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 40px;
}

#weather-icon img {
  width: 32px;
  height: 32px;
}

#weather-temp {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.d-flex.temp_grade {
  align-items: center;
  gap: 6px;
  padding-right: 24px;
  border-right: 1px solid #0055B333;
}

.location_data p {
  margin-bottom: 0;
  line-height: 100%;
}

.location_data #weather-city {
  font-size: 14px;
  font-weight: 600;
}

.location_data #weather-time {
  font-size: 12px;
  font-weight: 300;
  margin-top: 8px;
}

.location_data {
  padding-left: 24px;
}

.general_temp {
  justify-content: center;
}

.menu-icon img {
  height: 6px;
  width: auto;
  margin-left: 10px;
  margin-top: -2px;
}

.top_menu ul.sub-menu {
  z-index: 999;
  visibility: hidden;
  position: absolute;
  width: 188px;
  opacity: 0;
  transition: .3s;
  margin-top: 0;
  display: block;
  padding: 0;
  top: 53px;
  background: #d8e9fa;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.top_menu .menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  border: 1px solid #d8eafa;
}

.top_menu ul.sub-menu li a {
  padding: 12px;
}

.main_menu_header ul.sub-menu li {
  width: 100%;
  transition: 0.3s
}

.main_menu_header ul.sub-menu li:hover {
  background: white;
}

.main_menu_header ul.sub-menu li.current-menu-item {
  background: white;
}

.main_menu_header ul.sub-menu li a {
  color: var(--dark-blue)
}

.not_content {
  text-align: center;
}

.not_content .button_cta {
  display: flex;
  justify-content: center;
}

.not_content h1 {
  color: var(--dark-blue);
  margin-top: 20px;
  margin-bottom: 10px
}

.not_content h2 {
  color: var(--blue);
  font-size: 80px;
  font-weight: 900;
}

.not_found_page {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wp-forecast-curr-block {
  display: flex;
  align-items: center;
  justify-content: center;
  float: none!important
}

.weather img.wp-forecast-curr-left {
  width: 36px;
  margin-top: -3px;
  height: auto
}

.weather .wp-forecast {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-forecast-curr {
  padding-right: 24px;
  border-right: 1px solid #0055B333;
  margin-right: 24px;
}

.wp-forecast-curr-head {
  font-size: 12px;
  line-height: 100%;
}

.wp-forecast-curr-head .location {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}

.weather {
  display: flex;
  align-items: center;
}

.weather .wp-forecast-curr-details {
  display: none;
}

.weather .wp-forecast-curr-right {
  font-size: 20px;
  font-weight: 700;
}

.hidden-file {
  display: none;
}

.form_flex .col-md-6.disabled label,
.form_flex .col-md-6.disabled ::placeholder {
  color: #02091C3D
}

.form_flex .col-md-6.disabled input {
  border-color: #02091C3D;
  background: white;
}

.form_flex .col-md-6.checked .wpcf7-list-item {
  color: white;
  background: #0055B3;
  border-color: #0055B3;
}

.form_flex .col-md-6.checked .wpcf7-list-item-label {
  color: white;
}

#toggle-disable input[type="checkbox"]:checked {
    accent-color: #ffffff;
}

#toggle-disable input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border: 1px solid #0055B3;
    background: #fff;
    cursor: pointer;
    position: relative;
    padding: 0;
}

#toggle-disable input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #0055B3;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 18px;
}

#file-list {
  margin-top: -12px;
}

.custom-file-upload span {
  display: block;
  margin-left: 5px;
  margin-top: 13px;
  font-size: 10px;
}


.upload_field .custom-file-upload {
  padding: 5px 40px 15px;
  background: #D8E9F9;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-blue);
  width: fit-content;
  margin-bottom: 0;
}

.upload_field .custom-file-upload img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  transform: translateY(5px);
}

.upload_field {
  margin-top: -8px;
}

.custom-file-upload:hover {
  background: #009FE3;
}

.custom-file-upload label br {
  display: none!important
}

.acceptance_field,
.send_field {
  margin-top: -20px;
}

.file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  background: #f3f4f6;
  border-radius: 6px;
  margin-bottom: 6px;
  font-size: 14px;
}

.file-item button {
  background: none;
  border: none;
  color: #dc2626;
  cursor: pointer;
  font-weight: 600;
}

.banner1_content {
  width: 1200px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  background: url('/wp-content/uploads/2025/12/back-banner1.jpg');
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.banner1_content h6 {
  text-transform: uppercase;
  font-weight: 24px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 16px;
  width: 100%;
  color: rgba(0, 85, 179, 1)
}

.banner1_content h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 16px;
  color: rgba(0, 85, 179, 1)
}

.banner1_content a {
  width: 100%;
  font-size: 12px;
  line-height: 100%;
  text-decoration: underline;
  font-weight: 600;
  color: rgba(0, 85, 179, 1)
}

.banner1_content a:hover {
  color: #009FE3
}

.single_post_content img{
  border-radius: 4px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1250px) {
  .banner1_content {
    width: 100%;
  }
}

@media only screen and (max-width: 1360px) {
  .acceptance_field, .send_field {
    margin-top: 0;
  }
}
