@charset "UTF-8";
.related_news h4.section-title {
  margin-bottom: 34px;
}
.related_news {
  /* --- Змінні --- */
}
.related_news .last-post-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 4px;
  background: transparent;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6px;
}
.related_news .post-card {
  min-height: 320px;
  border-radius: 8px;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: flex;
  width: 100%;
}
.related_news .post-card .arrow-icon {
  width: 48px;
  height: 48px;
  background: #598ff5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border-radius: 8px;
  transition: 0.5s;
}
.related_news .post-card:hover {
  /* ПРИ НАВЕДЕННІ: показуємо кольорове зображення */
}
.related_news .post-card:hover .img-color {
  opacity: 1;
}
.related_news .post-card:hover .arrow-icon {
  background: #bcd9ff;
}
.related_news .post-card {
  /* --- 3. БЛОК ЗОБРАЖЕНЬ (Замість background-image) --- */
}
.related_news .post-card .post-card__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.related_news .post-card {
  /* --- 4. ОБИДВА ЗОБРАЖЕННЯ --- */
}
.related_news .post-card .post-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
  filter: grayscale(100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(255, 255, 255, 0) 100%);
}
.related_news .post-card {
  /* --- 5. КОЛЬОРОВЕ ЗОБРАЖЕННЯ (приховане) --- */
}
.related_news .post-card .img-color {
  filter: grayscale(0%);
  opacity: 0;
}
.related_news .post-card {
  /* --- 6. ГРАДІЄНТ (для читабельності) --- */
}
.related_news .post-card .post-card__gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  filter: grayscale(0%);
}
.related_news .post-card {
  /* --- 7. КОНТЕНТ (над усім) --- */
}
.related_news .post-card .post-card-content {
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 1.5rem;
  margin-top: auto;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
.related_news .post-card .post-card-content .post-meta {
  font-size: 0.875rem;
  font-weight: 400;
  opacity: 0.9;
  display: flex;
  justify-content: space-between;
}
.related_news .post-card .post-card-content .post-meta .post-author {
  margin-right: 1rem;
}
@media only screen and (max-width: 480px) {
  .related_news .post-card .post-card-content .post-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.related_news .post-card .post-card-content .post-title {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 24px;
}
.related_news .post-cart-block-1 {
  grid-column: 1/3;
  grid-row: 1;
}
@media only screen and (max-width: 960px) {
  .related_news .post-cart-block-1 {
    grid-column: 1/6;
  }
}
.related_news .post-cart-block-2 {
  grid-column: 3/5;
  grid-row: 1;
}
@media only screen and (max-width: 960px) {
  .related_news .post-cart-block-2 {
    grid-column: 1/6;
    grid-row: 2;
  }
}
.related_news .post-cart-block-3 {
  grid-column: 1/3;
  grid-row: 2;
}
@media only screen and (max-width: 960px) {
  .related_news .post-cart-block-3 {
    grid-column: 1/6;
    grid-row: 3;
  }
}
.related_news .post-cart-block-4 {
  grid-column: 3/5;
  grid-row: 2;
}
@media only screen and (max-width: 960px) {
  .related_news .post-cart-block-4 {
    grid-column: 1/6;
    grid-row: 4;
  }
}

footer {
  margin-top: 4px;
  padding-top: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto auto;
  gap: 4px;
  background: transparent;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6px;
  margin-top: 34px;
  width: 1160px;
}
@media only screen and (max-width: 1200px) {
  .site-footer {
    width: 940px;
  }
}
@media only screen and (max-width: 960px) {
  .site-footer {
    width: 580px;
    grid-column: 1/6;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer {
    width: 460px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .site-footer {
    width: 90%;
  }
}
.site-footer {
  /* ----- 1-й РЯДОК ----- */
}
.site-footer .top-block-1 {
  /* Почати з 1-ї лінії сітки і зайняти 3 колонки (до 4-ї лінії) */
  grid-column: 1/4;
  grid-row: 3;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.site-footer .top-block-1 .one-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .site-footer .top-block-1 .one-row {
    flex-direction: column;
  }
}
@media only screen and (max-width: 960px) {
  .site-footer .top-block-1 {
    grid-column: 1/6;
    grid-row: 5;
  }
}
.site-footer .top-block-1 .labels-block {
  padding: 0 2%;
  width: 100%;
  box-sizing: border-box;
}
.site-footer .top-block-1 .footer-menu-block {
  text-align: left;
  width: 48%;
  padding: 0 2%;
}
@media only screen and (max-width: 640px) {
  .site-footer .top-block-1 .footer-menu-block {
    width: 100%;
  }
}
.site-footer .top-block-1 .footer-menu-block h3 {
  font-size: 16px;
  font-weight: normal;
  color: #FFF;
}
.site-footer .top-block-1 .footer-menu-block .menu-inverse a {
  color: #BCD9FF;
}
.site-footer .top-block-1 .footer-menu-block .menu-inverse a:hover {
  color: #FFF;
}
.site-footer .top-block-1 .footer-menu-block .decor {
  margin-bottom: 8px;
}
.site-footer .top-block-1 .footer-menu-block .decor .footer-decoration.rotated {
  transform: rotate(180deg);
}
.site-footer .top-block-1 .footer-menu-block ul {
  list-style: none;
}
.site-footer .top-block-1 .footer-menu-block ul li {
  margin-bottom: 8px;
}
.site-footer .top-block-2 {
  /* Почати з 4-ї лінії сітки і зайняти 2 колонки (до 6-ї лінії) */
  grid-column: 4/6;
  grid-row: 3;
}
@media only screen and (max-width: 960px) {
  .site-footer .top-block-2 {
    grid-column: 1/6;
    grid-row: 6;
  }
}
.site-footer .top-block-2 .contact-form {
  text-align: left;
}
.site-footer .top-block-2 .contact-form h3 {
  font-size: 24px;
  color: #C2C2C2;
  margin-bottom: 12px;
}
.site-footer .top-block-2 .contact-form span.form-text, .site-footer .top-block-2 .contact-form p.form-text {
  color: #C2C2C2;
  display: block;
  font-size: 14px;
  margin-bottom: 18px;
}
.site-footer .top-block-2 .contact-form span.form-text.light-text, .site-footer .top-block-2 .contact-form p.form-text.light-text {
  font-size: 14px;
  font-weight: 300;
  color: #C2C2C2;
}
.site-footer .top-block-2 .contact-form .wpcf7 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.site-footer .top-block-2 .contact-form .required-symbol {
  color: #598FF5;
}
.site-footer .top-block-2 .contact-form a.terms {
  color: #598FF5;
}
.site-footer .top-block-2 .contact-form form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.site-footer .top-block-2 .contact-form form .one-line {
  position: relative;
  display: flex;
  gap: 3px;
}
.site-footer .top-block-2 .contact-form form .one-line .wpcf7-submit {
  background: #598FF5;
  color: #000;
  border-radius: 9px;
  height: 48px;
  width: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.site-footer .top-block-2 .contact-form form .one-line .wpcf7-submit:hover {
  background: #BCD9FF;
}
.site-footer .top-block-2 .contact-form form .one-line .wpcf7-spinner {
  position: absolute;
  top: -12px;
  margin: 0;
  right: calc(50% - 12px);
}
.site-footer .top-block-2 .contact-form form .wpcf7-response-output {
  border-radius: 8px;
}
.site-footer .top-block-2 .contact-form form label {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.site-footer .top-block-2 .contact-form form label span {
  background: #35456D;
  border-radius: 9px;
}
.site-footer .top-block-2 .contact-form form input {
  box-sizing: border-box;
  padding: 12px 24px;
  font-size: 16px;
}
.site-footer {
  /* ----- 2-й РЯДОК (Під Блоком 1) ----- */
}
.site-footer .sub-block-1-1 {
  grid-column: 1;
  grid-row: 4;
}
@media only screen and (max-width: 960px) {
  .site-footer .sub-block-1-1 {
    grid-column: 1/4;
    grid-row: 7;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .sub-block-1-1 {
    grid-column: 1/6;
    grid-row: 7;
  }
}
.site-footer .sub-block-1-2 {
  grid-column: 2;
  grid-row: 4;
}
@media only screen and (max-width: 960px) {
  .site-footer .sub-block-1-2 {
    grid-column: 4/6;
    grid-row: 7;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .sub-block-1-2 {
    grid-column: 1/6;
    grid-row: 8;
  }
}
.site-footer .sub-block-1-3 {
  grid-column: 3;
  grid-row: 4;
}
@media only screen and (max-width: 960px) {
  .site-footer .sub-block-1-3 {
    grid-column: 1/3;
    grid-row: 8;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .sub-block-1-3 {
    grid-column: 1/6;
    grid-row: 9;
  }
}
.site-footer .sub-block-1-3 a {
  display: flex;
  gap: 16px;
  align-items: center;
}
.site-footer {
  /* ----- 2-й РЯДОК (Під Блоком 2) ----- */
}
.site-footer .sub-block-2-1 {
  grid-column: 4;
  grid-row: 4;
}
@media only screen and (max-width: 960px) {
  .site-footer .sub-block-2-1 {
    grid-column: 3/5;
    grid-row: 8;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .sub-block-2-1 {
    grid-column: 1/6;
    grid-row: 10;
  }
}
.site-footer .sub-block-2-1 ul {
  display: flex;
  list-style: none;
}
.site-footer .sub-block-2-1 ul .foo_social_ico {
  border: none;
}
.site-footer .sub-block-2-2 {
  grid-column: 5;
  grid-row: 4;
}
.site-footer .sub-block-2-2 .footer_copy_left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-footer .sub-block-2-2 .footer_copy_left a:not(:last-child) {
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .site-footer .sub-block-2-2 {
    grid-row: 8;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .sub-block-2-2 {
    grid-column: 1/6;
    grid-row: 11;
  }
}
.site-footer .sub-block-2-2 a.inverse {
  color: #598FF5;
}

.footer-block {
  background-color: #1E2945;
  color: #FFF;
  border-radius: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
  font-size: 16px;
}
.footer-block h2 {
  margin: 0;
  font-size: 1.2rem;
}
.footer-block p {
  margin: 0;
  font-size: 0.9rem;
}
.footer-block a {
  color: #FFF;
}
.footer-block a:hover {
  color: #BCD9FF;
}
.footer-block a.inverse {
  color: #BCD9FF;
}
.footer-block a.inverse:hover {
  color: #FFF;
}
.footer-block .footer_copyrights {
  color: #FFF;
  font-size: 16px;
  display: block !important;
  line-height: 1.6;
}
.footer-block .custom-lang-button {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #a1a1a1;
}
.footer-block .custom-lang-button svg {
  width: 16px;
  height: 16px;
}
.footer-block .custom-lang-button:hover {
  color: #FFF;
}
.footer-block .footer_item_ssl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-block .footer_item_ssl img.foo_ssl_img:not(:last-child) {
  margin: 0;
}
.footer-block .footer_item_ssl .foo_ssl_img {
  height: 35px;
}

.news_content_right_content.ani h4 {
  margin-bottom: 30px;
}

.my-post-navigation {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #1E2945;
  padding: 12px;
  border-radius: 8px;
}
.my-post-navigation a {
  display: flex;
  align-items: center;
  gap: 32px;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
}
@media only screen and (max-width: 640px) {
  .my-post-navigation a span.link-text {
    display: none;
  }
}
.my-post-navigation a:hover {
  color: #BCD9FF;
}
.my-post-navigation a:hover .arrow-icon {
  background: #BCD9FF;
}
.my-post-navigation .arrow-icon {
  width: 48px;
  height: 48px;
  background: #598FF5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border-radius: 8px;
  transition: 0.5s;
}

.last-articles-block h4 {
  margin-top: 42px;
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 600;
}

.full-seo {
  margin-bottom: 0;
}
.full-seo .news_content_seo_top {
  width: 100%;
}
.full-seo .news_content_seo_top .news_content_seo_top_left {
  padding-left: 10px;
  border-left: solid #1E2945 1px;
}
.full-seo .news_content_seo_top .news_content_seo_top_left .news_content_seo_top_left_text {
  height: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 640px) {
  .full-seo .news_content_seo_top .news_content_seo_top_left .news_content_seo_top_left_text {
    flex-direction: column;
    align-items: flex-start;
  }
}
.full-seo .news_content_seo_top .news_content_seo_top_left .news_content_seo_top_left_text .news_content_seo_top_left_text_autor {
  height: fit-content;
  font-size: 18px;
}
.full-seo .news_content_seo_top .news_content_seo_top_left .news_content_seo_top_left_text .post-number {
  height: 100%;
}

body section.section_news_content {
  margin-top: 24px;
}

.news_content_title_list {
  margin-top: 0 !important;
}

h1.page_top_b {
  font-size: 55px;
  font-weight: 400;
}

@media only screen and (max-width: 1200px) {
  .section_news_top h1.page_top_b {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .section_news_top h1.page_top_b {
    font-size: 45px;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .section_news_top h1.page_top_b {
    font-size: 24px;
    width: 100%;
  }
}
.section_news_content .content_width .news_content_center {
  width: 874px;
}
@media only screen and (max-width: 1200px) {
  .section_news_content .content_width .news_content_center {
    width: 674px;
  }
}
@media only screen and (max-width: 960px) {
  .section_news_content .content_width .news_content_center {
    width: 100%;
  }
}

.section_news_content .content_width .news_content_right {
  width: 251px;
}
@media only screen and (max-width: 1200px) {
  .section_news_content .content_width .news_content_right {
    width: 251px;
  }
}

.news_content_left.section_top_list.fixed .news_content_left_content,
.news_content_right.section_top_list.fixed .news_content_right_content {
  width: 251px;
}
@media only screen and (max-width: 1200px) {
  .news_content_left.section_top_list.fixed .news_content_left_content,
  .news_content_right.section_top_list.fixed .news_content_right_content {
    width: 251px;
  }
}

.news_content_right .news_content_right_content {
  position: relative;
}

.news_content_center .news_content_share {
  margin-top: 32px;
}

.popup_form .popup_form_content {
  width: 740px;
  background-color: #1E2945;
  height: fit-content;
  overflow: auto;
}
@media only screen and (max-width: 740px) {
  .popup_form .popup_form_content {
    width: 100%;
  }
}
.popup_form .popup_form_content .close_form:before {
  background: #FFF;
}
.popup_form .popup_form_content .close_form:after {
  background: #C2C2C2;
}
.popup_form .popup_content .custom-form-header {
  margin-top: 24px;
  background: #35456D;
  border-radius: 9px;
  color: #888891;
  padding: 16px 24px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 3px;
}
.popup_form .popup_content .custom-form-header h2.form_pp_title {
  text-align: left;
  color: #C2C2C2;
  font-size: 26px;
  font-weight: 500;
}
.popup_form .popup_content .custom-form-header p {
  font-size: 14px;
}
.popup_form .popup_content a.terms {
  color: #598FF5;
}
.popup_form .popup_content form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.popup_form .popup_content form span.wpcf7-form-control-wrap {
  min-height: 48px;
  height: auto;
}
.popup_form .popup_content form .one-line {
  position: relative;
  display: flex;
  gap: 8px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  box-sizing: border-box;
  background: #35456D;
  border-radius: 9px;
  color: #888891;
}
.popup_form .popup_content form .one-line.cursive .form-text {
  font-style: italic;
}
.popup_form .popup_content form .one-line .form-text {
  font-size: 14px;
  line-height: 20px;
}
.popup_form .popup_content form .one-line a {
  color: #598FF5;
}
.popup_form .popup_content form .one-line a:hover {
  color: #BCD9FF;
}
.popup_form .popup_content form .one-line .wpcf7-submit {
  background: #598FF5;
  color: #000;
  border-radius: 9px;
  height: 48px;
  width: 48px;
  min-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.popup_form .popup_content form .one-line .wpcf7-submit:hover {
  background: #BCD9FF;
}
.popup_form .popup_content form .wpcf7-response-output {
  border-radius: 8px;
}
.popup_form .popup_content form label {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.popup_form .popup_content form label span {
  background: #35456D;
  border-radius: 9px;
}
.popup_form .popup_content form input, .popup_form .popup_content form textarea {
  color: #FFF;
  box-sizing: border-box;
  padding: 12px 24px;
  font-size: 16px;
  min-height: 48px;
}
.popup_form .popup_content form textarea {
  height: auto;
  margin-bottom: -6px;
}

header .sub-menu {
  position: relative;
  display: block;
}

header nav .menu > .menu-item-has-children:hover > .menu-popup {
  display: flex;
}

header nav .menu-popup {
  background: #1E2945;
  display: none;
  gap: 30px;
  width: max-content;
  padding: 25px 25px;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 8px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  position: absolute;
}
header nav .menu-popup .sub-menu-2 {
  display: none;
}
header nav .menu-popup .sub-menu-2.active {
  display: block;
}
header nav .menu-popup .sub-menu, header nav .menu-popup .sub-menu-2 {
  padding-top: 0;
}
header nav .menu-popup .sub-menu a, header nav .menu-popup .sub-menu-2 a {
  color: #FFF;
  margin-bottom: 1.3rem;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-right: 24px;
  transition: all 0.5s;
}
header nav .menu-popup .sub-menu a span.decor, header nav .menu-popup .sub-menu-2 a span.decor {
  display: block;
  height: 10px;
  width: 0px;
  border-radius: 9px;
  background: #598FF5;
  transition: all 0.5s;
}
header nav .menu-popup .sub-menu a:hover, header nav .menu-popup .sub-menu-2 a:hover {
  color: #BCD9FF;
  margin-right: 0;
}
header nav .menu-popup .sub-menu a.inverse, header nav .menu-popup .sub-menu-2 a.inverse {
  color: #BCD9FF;
}
header nav .menu-popup .sub-menu a.inverse:hover, header nav .menu-popup .sub-menu-2 a.inverse:hover {
  color: #FFF;
  margin-right: 0;
}
header nav .menu-popup .sub-menu .menu-item:hover span.decor, header nav .menu-popup .sub-menu-2 .menu-item:hover span.decor {
  width: 24px;
}
header nav .menu-popup .sub-menu .menu-item:last-child a, header nav .menu-popup .sub-menu-2 .menu-item:last-child a {
  margin-bottom: 0;
}

body .menu_overlay #nav_lang_pp li {
  margin-right: 56px;
}
body .menu_overlay #nav_lang_pp li:before {
  content: "|";
  position: absolute;
  display: block;
  top: 3px;
  bottom: 0;
  margin: auto;
  right: -32px;
  font-size: 20px;
  color: #1d2945;
  opacity: 0.3;
}
body .menu_overlay #nav_lang_pp li:last-child {
  margin-right: 0;
}
body .menu_overlay #nav_lang_pp li:last-child:before {
  display: none;
}

.rus-to-uk {
  position: absolute;
}

body .menu_overlay.open {
  z-index: 4;
}

.section_map .s_map_img_block {
  height: auto;
}

.section_partners .m_160_0 {
  margin-top: 100px;
}
.section_partners .m_80_0 {
  margin-top: 60px;
}
.section_partners ul#partners_list {
  margin-top: 0;
}

/*# sourceMappingURL=footer.css.map */
