@charset "UTF-8";
:root {
  --margin-section: 80px;
}

@media (max-width: 991px) {
  :root {
    --margin-section: 60px;
  }
}
@media (max-width: 767px) {
  :root {
    --margin-section: 45px;
  }
}
.fz-32 {
  font: 32px/1.1 "Biennale Bold", sans-serif;
}
@media (max-width: 991px) {
  .fz-32 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .fz-32 {
    font-size: 26px;
  }
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mt-40 {
    margin-top: 25px;
  }
}

.mt-54 {
  margin-top: 54px;
}

@media (max-width: 767px) {
  .mt-54 {
    margin-top: 35px;
  }
}
.content-from-parent > div {
  padding-inline: 0 !important;
}

/************** Accordeons ************/
#saccordeon-item {
  margin-bottom: 0;
}

#saccordeon-header {
  background: #FFF;
  padding: 16px 60px 16px 24px;
  border-left: 4px solid #C6C6C6;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}

#saccordeon-header::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 24px;
  top: calc(50% - 12px);
  background: url("../imgs/accordeon-arr.svg") center/cover no-repeat;
  transition: transform 0.3s;
}

.open-accord #saccordeon-header::after {
  transform: rotate(-180deg);
}

#saccordeon-content {
  margin-bottom: 0;
}

#saccordeon-content .fusion-column-wrapper {
  background-color: #fff;
  padding: 24px 16px;
  display: none;
}

#saccordeon-content .saccordeon-just-text p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  #saccord-main-header h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  #saccord-main-header h2 {
    font-size: 28px !important;
  }
  #saccordeon-header h3 {
    font-size: 19px !important;
  }
}
/************** End Accordeons ************/
/************** Top Video Section ************/
#stop-section-video .fusion-builder-row {
  position: relative;
  z-index: 10 !important;
}

#stop-section-video .stop-section-video__content {
  color: #fff;
  display: grid;
  row-gap: 20px;
}

#stop-section-video .stop-section-video__content h1 {
  color: inherit;
}

#stop-section-video .stop-section-video__content p:not(:has(.btn)) {
  max-width: 750px;
  font-size: 22px;
  line-height: 1.4;
}

#stop-section-video {
  overflow: hidden;
}

#stop-section-video::after {
  content: "";
  position: absolute;
  z-index: 8;
  left: -1000px;
  transform: rotate(-150deg);
  top: 0;
  width: 1734px;
  height: 1511px;
  background: url("../imgs/gradient-min.png");
  opacity: 0.6;
}

#stop-section-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(182deg, rgba(0, 0, 0, 0) 54.35%, rgba(0, 0, 0, 0.6) 80.25%);
}

#stop-section-video .splay-top-video {
  position: absolute;
  z-index: 20;
  right: 7.8125%;
  bottom: 70px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

@media (max-width: 767px) {
  #stop-section-video .splay-top-video {
    bottom: 15px;
  }
  #stop-section-video .btn {
    width: auto;
  }
  #stop-section-video .stop-section-video__content p:not(:has(.btn)) {
    font-size: 18px;
  }
  #stop-section-video .stop-section-video__content {
    row-gap: 0;
  }
}
/************** End Top Video Section ************/
/**************  Section with image that has gradient overlay. ************/
#simage-with-gr::after {
  content: "";
  position: absolute;
  bottom: -804px;
  right: -383px;
  width: 1734px;
  height: 1511px;
  max-width: none;
  transform: rotate(25deg);
  background: url("../imgs/img-gradient-overlay.png");
}

.shas-blue-btn .fusion-button {
  padding: 15px 56px 14px 24px !important;
}

.shas-blue-btn .fusion-button:hover {
  background-color: #000;
}

.shas-blue-btn .fusion-button:hover .fusion-button-text {
  color: #fff;
}

.shas-blue-btn .fusion-button::after {
  position: absolute;
  top: calc(50% - 20px);
  right: 5px;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../imgs/button-chevrone.svg) no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .shead-and-img-gradient .fusion-row {
    flex-direction: column-reverse;
  }
}
/************** End Section with image that has gradient overlay. ************/
/******************** Stay connected section (with subscription form) ********/
#sstay-connected form label {
  color: #fff;
  margin-bottom: 8px;
  display: block;
  font: 400 16px/1.5 "Biennale", sans-serif;
}

#sstay-connected form label.has-mt {
  margin-top: 32px;
}

#sstay-connected form input[type=text],
#sstay-connected form input[type=email] {
  border-radius: 24px;
  color: #000;
  font: 400 16px/1.5 "Biennale", sans-serif;
  padding-inline: 16px;
}

#sstay-connected .capcha-wrap {
  margin-block: 32px;
}

#sstay-connected form [type=submit] {
  border-radius: 100px;
  /* height: 48px; */
  padding: 4px 4px 4px 24px;
}

@media (max-width: 767px) {
  #sstay-connected .fusion-text {
    font-size: 16px;
  }
  #sstay-connected form label.has-mt {
    margin-top: 20px;
  }
  #sstay-connected form label {
    margin-bottom: 0px;
  }
  #sstay-connected form .wpcf7-submit {
    width: auto;
  }
}
/******************** End Stay connected section (with subscription form) ********/
/******************* Our Partners **********************/
#spartners-marque {
  display: none;
  margin-top: 20px !important;
  overflow: hidden;
  position: relative;
  opacity: 0;
}

#spartners-marque::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 21.25%, rgba(255, 255, 255, 0) 78.19%, #FFF 100%);
  z-index: 8;
}

#spartners-marque.marque-items-wrap {
  display: flex;
  align-items: center;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#spartners-marque.visible {
  opacity: 1;
}

#spartners-marque .marque-items {
  display: flex;
  /* align-items: flex-start; */
  flex-shrink: 0;
}

#spartners-marque .marque-item {
  margin-inline: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  #spartners-marque .marque-item {
    margin-inline: 30px;
  }
  #spartners-marque .fusion-title-heading {
    font-size: 28px !important;
  }
  #spartners-marque .fusion-text {
    font-size: 16px !important;
  }
  #spartners-marque {
    margin-top: 0 !important;
  }
}
/******************* End Our Partners **********************/
/******************** Policies Template **********************/
.smt-30 {
  margin-top: 30px;
}

.fful-width-wrap #main {
  padding-inline: 0 !important;
}

.fful-width-wrap #main .fusion-row {
  max-width: none;
}

.sidebarr {
  position: sticky;
  top: 12px;
  align-self: start;
  max-width: 266px;
  width: 100%;
  margin-top: 0;
}

.sidebarr ul.cat {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebarr ul.cat li {
  max-width: 80%;
  margin: 0;
  padding: 0;
}

.sidebarr .cat a.active {
  border-left: 4px solid #55C1E9;
}

@media (max-width: 640px) {
  .sidebarr {
    width: 100%;
    float: none;
    margin-left: 0;
    clear: both;
  }
}
.page-template-policies-template .inner-banner::before,
.page-template-sustainability-docs-template .inner-banner::before {
  display: none;
}

.page-template-policies-template .banner-content-inner h2 {
  font-variant: normal;
  color: #000;
  letter-spacing: -1px;
}

.policies-table {
  padding: 54px 52px;
  background-color: #fff;
}
.policies-table tbody tr:hover td[data-th=Download] svg {
  transform: translateY(3px);
}
.policies-table tbody tr a.dl {
  text-decoration: none;
  text-decoration-line: none !important;
}
.policies-table tbody tr a.dl svg {
  transition: 0.3s ease;
}
.policies-table tbody tr a:not(.dl) {
  width: 100%;
  display: block;
  line-height: 1.7;
  text-decoration: none;
  text-decoration-line: none !important;
  color: #000;
}

.policies-table .table-wrap::after {
  display: none;
}

.policies-table .table-wrap {
  margin-top: 0;
}

.policies-table th,
.policies-table .date {
  text-align: left;
}

.policies-table thead tr {
  border-top: none;
  border-bottom: 2px solid #264274;
}

.policies-table tbody tr:nth-child(odd) {
  background-color: #F6F6F6;
}

.policies-table tbody tr:hover a {
  color: var(--link_hover_color);
}

.policies-table tbody td {
  padding: 6px 8px;
  border-top: none;
}

.policies-table tbody td:first-child {
  padding-left: 8px;
}

.doc-cats button {
  background-color: transparent;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 10px 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 0.3s;
}

.doc-cats button:hover {
  color: var(--link_hover_color);
}

.doc-cats button.active {
  border-left: 4px solid #55C1E9;
}

.ssearch,
.ssearch-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.ssearch {
  justify-content: space-between;
  gap: 20px 8px;
}

.scontrols {
  padding-top: 40px;
}

.scontrols .ssearch-label {
  font: 18px/1.4 Biennale, sans-serif;
  color: #6E6E6E;
}

.ssearch input {
  font: 400 16px/1.5 Biennale, sans-serif;
  display: inline-block;
  height: 45px;
  padding: 3px 16px;
  border-radius: 24px !important;
  border: 0.742px solid var(--Downer-Group-Primary-Palette-Neutral-Colours-Grey-300, #DFDFDF);
  background: var(--Downer-Group-Primary-Palette-White, #FFF);
}

.ssearch input::-moz-placeholder {
  color: #818487;
  opacity: 1;
}

.ssearch input::placeholder {
  color: #818487;
  opacity: 1;
}

.my-btn {
  font: 700 16px/1.3 "Biennale", sans-serif;
  display: inline-flex;
  align-items: center;
  height: 45px;
  padding: 10px 24px;
  border-radius: 100px;
  background: var(--Primary-Logo-Blue, #55C1E9);
  border: none;
  outline: none;
}

.my-btn:hover {
  background: #000;
  color: #fff;
}

.ssearch .sort-by {
  display: flex;
  align-items: center;
  gap: 8px;
}

.narrow-select {
  padding: 0 34px 0 16px;
  border-radius: 100px;
  border: 1px solid #DFDFDF !important;
  background: #F6F6F6;
  font: 400 18px/1.4 Biennale, sans-serif;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: url("../imgs/arr-select.svg") calc(100% - 8px) 50%/auto no-repeat;
}

.spb-40 {
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .policies-table {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .policies-table {
    padding: 30px 20px;
  }
}
.full-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.download-file-item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.full-area-fit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reset-btn {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/******************** What we do Template *************/
.slider_infos .ks__slide.ks__slide_stats {
  display: grid;
}

.ks__item.with-border {
  border-right: 2px solid #55C1E9;
}
@media (max-width: 600px) {
  .ks__item.with-border {
    border: none;
  }
  .ks__item.with-border::after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background-color: #55C1E9;
    margin-top: 15px;
  }
}

.vvideo-section.main_section {
  padding-block: 0;
  position: relative;
  position: relative;
  aspect-ratio: 16/9;
}

.vvideo-section .vvideo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
}

.vvideo-section iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.vvideo-section__before {
  z-index: 5;
  display: grid;
  place-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.play-vvideo-btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
  align-items: center;
  font: 400 16px/1.5 Biennale, sans-serif;
}

@media (min-width: 768px) {
  .page-template-what-we-do-template .case-studies,
  .single-regions .case-studies {
    margin-inline: -30px;
  }
}
.rresources {
  color: #000;
}

.rresources__header {
  font-family: "Biennale", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.rresources__wrap {
  display: flex;
  gap: 30px;
  width: 100%;
}

.rresources-list {
  flex: 0 1 734px;
  margin-left: auto;
}

.rresources-list li {
  border-bottom: 1px solid #BDBDBD;
  padding-block: 8px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
}

.download-file-item {
  display: flex;
  gap: 8px;
  align-items: center;
  color: black;
}
.download-file-item::before {
  content: "";
}

.download-file-item svg {
  transition: transform 0.3s;
}

.download-file-item:hover {
  color: #000;
}

.download-file-item:hover svg {
  transform: translateY(2px);
}

@media (max-width: 767px) {
  .rresources__wrap {
    flex-direction: column;
    gap: 0;
  }
  .rresources-list {
    flex-basis: auto;
    margin-left: 0;
  }
}
.page_navigation--sticky {
  position: sticky;
  top: 0;
  z-index: 500;
}

.logged-in .page_navigation--sticky {
  top: 32px;
}

.mar-scroll {
  scroll-margin-top: 60px;
}

@media (max-width: 991px) {
  .mar-scroll {
    scroll-margin-top: 10px;
  }
}
/************* Single news ***********************/
@media (min-width: 768px) {
  .single-news section {
    margin-inline: -30px;
  }
}
section.baner-ph-section {
  background: linear-gradient(135deg, #a4d6e1, #a8d9a0);
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

h3.baner-ph-h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  margin: 0;
}

.single-news-top-section {
  overflow: hidden;
}
.single-news-top-section .baner-ph-div {
  display: flex;
}
.single-news-top-section .baner-ph-div::after, .single-news-top-section .baner-ph-div::before {
  display: none;
}
@media (max-width: 767px) {
  .single-news-top-section .baner-ph-div {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .single-news-top-section h3.baner-ph-h3 {
    font-size: 35px;
  }
}
.single-news-top-section .baner-ph-div {
  gap: 47px;
}
@media (max-width: 1199px) {
  .single-news-top-section .baner-ph-div {
    gap: 30px;
  }
}
.single-news-top-section .container {
  overflow: visible;
}
.single-news-top-section .baner-ph-one {
  max-width: 520px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .single-news-top-section .baner-ph-one {
    max-width: 390px;
  }
}
@media (max-width: 991px) {
  .single-news-top-section .baner-ph-one {
    max-width: 390px;
  }
}
@media (max-width: 767px) {
  .single-news-top-section .baner-ph-one {
    margin-top: 30px;
  }
}
.single-news-top-section .baner-ph-two {
  position: relative;
  flex-grow: 1;
}
.single-news-top-section .baner-ph-two img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: calc((100vw - 1140px) / 2 + 572px);
}
@media (max-width: 1199px) {
  .single-news-top-section .baner-ph-two img {
    width: calc((100vw - 1140px) / 2 + 623px);
  }
}
@media (max-width: 991px) {
  .single-news-top-section .baner-ph-two img {
    width: calc((100vw - 1140px) / 2 + 527px);
  }
}
@media (max-width: 767px) {
  .single-news-top-section .baner-ph-two img {
    position: static;
    width: auto;
  }
}

.baner-ph-vn {
  padding: 16px 0;
  margin: 30px 0;
  display: flex;
  gap: 24px;
  flex-direction: column;
  border: solid 1px #6E6E6E;
  border-right: none;
  border-left: none;
}
@media (max-width: 767px) {
  .baner-ph-vn {
    gap: 17px;
    margin-block: 20px;
  }
}

.baner-ph-inf-flex {
  display: flex;
  justify-content: space-between;
  max-width: 250px;
  width: 100%;
}

.baner-ph-obch {
  display: flex;
  gap: 12px;
}

.baner-ph-vidil {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

aside.sidebar-single-news > h3 {
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  border-bottom: solid 1px #000000;
  padding-bottom: 16px;
}

aside.sidebar-single-news > p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  padding-bottom: 16px;
  margin: 0;
  color: #000;
}

.container-news-wrap {
  display: grid;
  grid-template-columns: 1fr 327px;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0 40px;
}

/* Основний контент */
.content-news h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 150%;
  margin-top: 0;
}
@media (max-width: 767px) {
  .content-news h3 {
    font-size: 21px;
  }
}

.content-news p {
  margin-bottom: 30px;
  font-size: 16px;
  color: #000;
  line-height: 150%;
}
@media (max-width: 767px) {
  .content-news p {
    margin-bottom: 25px;
  }
}

.content-news img {
  width: 100%;
}

.content-news .image-block {
  margin: 20px 0;
}
.content-news .image-block img {
  width: 100%;
  border-radius: 4px;
  display: block;
}
.content-news .image-caption {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
  line-height: 150%;
}
.content-news .image-caption .camera-icon {
  font-size: 14px;
  margin-right: 6px;
}
.content-news blockquote {
  border-left: 5px solid #0073e6;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #0073e6;
  margin: 30px 0;
  line-height: 1.5;
}
.content-news .tags {
  margin-top: 16px;
}
.content-news .tag {
  display: inline-block;
  background: #55C1E9;
  color: #000;
  padding: 12px;
  border-radius: 50px;
  margin: 5px 8px 0 0;
  font-size: 16px;
  font-weight: 400;
}

.share {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  gap: 16px;
}

.share a {
  text-decoration: none;
  font-size: 18px;
  color: #222;
}

/* Сайдбар */
.sidebar-single-news h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 20px 0 10px 0;
  color: #111;
}

.sidebar-single-news a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sidebar-single-news .news-item {
  margin-bottom: 25px;
}

.sidebar-single-news img {
  width: 100%;
  margin-bottom: 16px;
  aspect-ratio: 327/200;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-single-news .news-item a {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.focus-frsza-div {
  display: flex;
  gap: 16px;
  color: #000;
  line-height: 150%;
  font-size: 20px;
  font-weight: 700;
}

.focus-frsza-podtekst {
  font-size: 16px;
  font-weight: 400;
  color: #6E6E6E;
}

.tags-div {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  padding: 16px 0;
  border: solid 1px #DFDFDF;
  border-right: 0;
  border-left: 0;
  margin-top: 40px;
}

section.rela-section {
  background: #F6F6F6;
  margin: 40px 0;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.rels-div-flex {
  max-width: 1140px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h3.rel-h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}

a.vea-all {
  font-size: 18px;
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  display: flex;
  gap: 5px;
  align-content: center;
  align-items: flex-end;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1140px;
  min-height: 410px;
  width: 100%;
  margin-inline: auto;
}

.news-grid:empty {
  min-height: 0;
}

@media (max-width: 767px) {
  .news-grid {
    margin-top: 10px;
  }
}
.news-card {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.news-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.72) 100%);
}
.news-card__badge {
  display: inline-block;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 32px;
  margin-bottom: 8px;
  background: #00a9e0;
  color: #000;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}
.news-card__top-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #FFFFFF;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  padding: 4px 8px;
  text-transform: uppercase;
  border-radius: 60px;
  z-index: 5;
}
.news-card__title {
  font-size: 24px;
  font-weight: 700;
  max-height: 450%;
  overflow: hidden;
  line-height: 1.2;
  position: relative;
  z-index: 5;
  font-family: var(--h3_typography-font-family);
}

.news-card img {
  width: 100%;
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.news-card__content {
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
}

/* Адаптив */
@media (max-width: 1000px) {
  .container-news-wrap {
    grid-template-columns: 1fr;
  }
  .sidebar-single-news {
    margin-top: 40px;
  }
}
@media (max-width: 1000px) and (max-width: 767px) {
  .sidebar-single-news {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .baner-ph-vn {
    align-items: center;
  }
  .baner-ph-one {
    text-align: center;
  }
}
section.section-post {
  margin-top: var(--margin-section);
}

@media (max-width: 500px) {
  .content h1 {
    font-size: 19px;
  }
  h3.baner-ph-h3 {
    font-size: 30px;
  }
}
.btn-globall {
  background: #000000;
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 5px 5px 5px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
}
.btn-globall:hover {
  color: #fff;
}

section.filter-cards {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

@media (min-width: 768px) {
  .page-template-news-page section {
    margin-inline: -30px;
  }
}

section.news-folter-section {
  display: flex;
  justify-content: center;
}

.filter-container {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 20px 0;
  flex-wrap: wrap;
  max-width: 1140px;
  width: 100%;
  padding: 0;
}

.filter-container label {
  font-weight: 700;
  font-size: 18px;
}

.filter-vibor {
  padding: 2px 16px;
  border: 1px solid #ddd;
  border-radius: 50px;
  background-color: #f6f6f6;
  font-size: 16px;
  min-width: 150px;
  min-height: 48px;
  outline: none;
  flex: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  color: #000;
}

#word.filter-section {
  padding: 2px 16px;
  border: 1px solid #ddd;
  border-radius: 50px;
  background-color: #fff;
  font-size: 16px;
  min-width: 280px;
  min-height: 48px;
  outline: none;
  flex: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

select:focus,
input[type=text]:focus {
  border-color: #bbb;
}

.search-btn {
  padding: 17px 24px;
  border: none;
  border-radius: 60px;
  background-color: #00a9e0;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  font-size: 16px;
}

.search-btn:hover {
  background-color: #008bbf;
}

/* Плейсхолдер */
.placeholder {
  background: repeating-conic-gradient(#eee 0% 25%, #ddd 0% 50%) 50%/20px 20px;
  height: 200px;
}

.ppagination {
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 0 0 54px 0;
  margin: 46px 0 0;
  justify-content: center;
}
@media (max-width: 767px) {
  .ppagination {
    margin-top: 25px;
    padding: 0 0 25px 0;
  }
}
.ppagination--search {
  margin-top: 0;
  justify-content: flex-start;
}

.ppagination:empty {
  margin-top: 0;
}

.ppagination a,
.ppagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  background: #f9f9f9;
  transition: 0.2s;
  text-decoration: none !important;
  font-family: Biennale Regular;
}

.ppagination span {
  color: #aaa;
  background: #eee;
}

.ppagination a:hover {
  background: #e6e6e6;
}

.js-fade-on-load.lloading {
  position: relative;
  pointer-events: none;
}

.js-fade-on-load.lloading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100;
}

.form-container {
  width: 100%;
  max-width: 460px;
  box-sizing: border-box;
}

.form-container > form > label {
  font-size: 16px;
  display: block;
  margin-bottom: 12px;
  line-height: 150%;
  color: #fff;
}

.form-container > form > input[type=text],
input[type=email] {
  width: 100%;
  padding: 16px 16px;
  border-radius: 30px;
  border: none;
  outline: none;
  font-size: 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.recaptcha {
  margin-bottom: 18px;
}

.recaptcha-placeholder {
  background: #fff;
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 6px;
  font-size: 14px;
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #00bfff;
  border: none;
  padding: 14px 26px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  transition: 0.2s;
  width: 100%;
  box-sizing: border-box;
}

.btn-submit:hover {
  background: #0099cc;
}

.btn-submit span {
  display: inline-block;
}

.btn-submit .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  color: #00bfff;
  font-size: 16px;
  font-weight: bold;
}

section.footer-form {
  background: #000;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  padding: 80px 20px;
}

h2.h2-form {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 30px 0;
}

.foter-form-one {
  color: #fff;
}

.div-foter-form {
  display: flex;
  max-width: 1140px;
  width: 100%;
  gap: 40px;
}

.div-foter-form > div {
  max-width: 555px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.main_section.pad_bot80 p:last-child {
  margin-bottom: 0;
}
.main_section.pad_bot80 {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .main_section.pad_bot80 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .main_section.pad_bot80 {
    padding-bottom: 50px;
  }
}

/* 📱 Адаптив */
@media (max-width: 480px) {
  input[type=text],
  input[type=email] {
    font-size: 14px;
    padding: 12px 16px;
  }
  .btn-submit {
    font-size: 14px;
    padding: 12px 20px;
  }
  .btn-submit .arrow {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}
/* Адаптивність */
@media (max-width: 768px) {
  .div-foter-form {
    flex-direction: column;
  }
  .card img,
  .placeholder {
    height: 160px;
  }
}
/* Адаптивність */
@media (max-width: 768px) {
  .filter-container {
    flex-direction: column;
    align-items: stretch;
  }
  .filter-container label {
    align-self: flex-start;
    margin-bottom: 5px;
  }
}
.section-with-big-txt .flex-div-zagolovok {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 850px;
}
.section-with-big-txt h3.zagolovok-twooblock {
  font-size: 53px;
  font-weight: 700;
  margin: 0;
  line-height: 110%;
}
@media (max-width: 991px) {
  .section-with-big-txt h3.zagolovok-twooblock {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .section-with-big-txt h3.zagolovok-twooblock {
    font-size: 32px !important;
  }
}

.section-jsob-block .div-jsob-flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.section-jsob-block .jsob-block-two {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-jsob-block h3.h3-link {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0px;
}
.section-jsob-block .jsob-block-inf {
  font-size: 18px;
  font-weight: 400;
  border-left: solid 2px #55C1E9;
  padding: 20px 0px 10px 20px;
  margin-left: 32px;
}
@media (max-width: 600px) {
  .section-jsob-block .jsob-block-inf {
    margin-left: 0;
  }
}
.section-jsob-block .jsob-block-one {
  width: 100%;
  max-width: 555px;
}
.section-jsob-block .jsob-block-one > img {
  height: 100%;
  max-width: 555px;
  -o-object-fit: cover;
     object-fit: cover;
}

.promise-section .supp-flex-div {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .promise-section .supp-flex-div {
    flex-direction: column-reverse;
  }
}
.promise-section .container::before, .promise-section .container::after {
  display: none;
}
.promise-section .sup-div-one {
  max-width: 555px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 150%;
  font-size: 16px;
  font-weight: 400;
}
.promise-section .sup-div-one .supp-h2 {
  font-size: 40px;
  font-family: "Biennale Bold";
  line-height: 1.2;
}

.pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pillar {
  flex: 1 1 calc(25% - 20px);
  background: #f9f9f9;
  border-left: 2px solid #cce8ff;
  padding: 40px 30px 130px 30px;
  box-sizing: border-box;
  border-radius: 4px;
  transition: transform 0.2s;
}

.pillar:hover {
  transform: translateY(-5px);
}

.pillar img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.pillar h3 {
  font-size: 32px;
  margin: 0 0 15px 0;
  line-height: 120%;
  background: linear-gradient(92deg, #55C1E9, #94D600);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.pillar h3 span {
  color: #84bd00;
}

.pillar p {
  font-size: 14px;
  line-height: 1.6em;
  color: #000;
  margin: 0;
}

section.join-section {
  margin-top: -40px;
}

@media (max-width: 992px) {
  .pillar {
    flex: 1 1 calc(50% - 20px);
    padding: 40px;
  }
}
@media (max-width: 600px) {
  .pillar {
    flex: 1 1 100%;
    padding: 20px;
  }
  .pillars-title {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .div-jsob-flex {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }
  .jsob-block-one > img {
    width: 100%;
  }
}
.video-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.video-section .video-card {
  position: relative;
  flex: 1 1 300px;
  max-width: 400px;
  cursor: pointer;
}
.video-section .video-card img {
  width: 100%;
  display: block;
}
.video-section .video-card .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-section .video-card .play-btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid #000;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

section.hear-sect {
  padding: 80px 15px;
}
@media (min-width: 767px) {
  section.hear-sect {
    margin-inline: -30px;
  }
}
@media (max-width: 991px) {
  section.hear-sect {
    padding-block: 60px;
  }
}
@media (max-width: 767px) {
  section.hear-sect {
    padding-block: 50px;
  }
}
section.hear-sect .div-flex-heat {
  display: flex;
  gap: 32px;
}
section.hear-sect .h3-div-hear {
  max-width: 360px;
}
section.hear-sect {
  display: flex;
  justify-content: center;
}
section.hear-sect h3.h3-zagolovok {
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
}
section.hear-sect .fzz-32 {
  font-size: 32px;
  line-height: 1.2;
  font-family: "Biennale Bold", sans-serif;
}
section.hear-sect .fzz-32 span {
  display: block;
  background: linear-gradient(90deg, #55C1E9 0%, #94D600 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Попап */
#videoPopup.popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
#videoPopup.popup.active {
  display: flex;
}
#videoPopup.popup video, #videoPopup.popup iframe {
  width: 90%;
  max-width: 800px;
  border-radius: 10px;
}
#videoPopup.popup iframe {
  aspect-ratio: 16/9;
}
#videoPopup.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

@media (max-width: 550px) {
  .div-flex-heat {
    flex-direction: column;
  }
}
.too-section-text .too-flex-div-text::before, .too-section-text .too-flex-div-text::after {
  display: none;
}

.fusion-breadcrumb-item span {
  font-size: 14px;
}

.breadcrumbs-section {
  border-bottom: none !important;
}

.fusion-breadcrumbs {
  padding-block: 16px;
}
@media (max-width: 767px) {
  .fusion-breadcrumbs {
    padding-block: 12px;
  }
}
.fusion-breadcrumbs > span {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 16px;
  font-family: "Biennale Regular";
}
.fusion-breadcrumbs > span span {
  font-size: 14px;
  font-family: "Biennale Regular";
  color: #000 !important;
}
@media (max-width: 767px) {
  .fusion-breadcrumbs > span {
    gap: 3px 12px;
  }
}
.fusion-breadcrumbs a {
  text-decoration: none !important;
}
.fusion-breadcrumbs a:hover {
  text-decoration: underline !important;
}

.fusion-text strong {
  font-family: "Biennale Bold";
}

.card_post .card-image-wrapper.h-auto {
  width: 100%;
  height: auto;
}
.card_post .card-image-wrapper.h-auto img {
  aspect-ratio: initial;
}

.mar_t0i {
  margin-top: 0 !important;
}

.tthree-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 32px;
}

.tthree-tiles-tile__caption {
  margin-top: 8px;
}
.tthree-tiles-tile__img-wrap {
  overflow: hidden;
}
.tthree-tiles-tile__img-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 360/225;
  transition: transform 0.2s;
  -o-object-fit: cover;
     object-fit: cover;
}
.tthree-tiles-tile__img-wrap:hover img {
  transform: scale(1.03);
}

.fullscreen-banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.fullscreen-banner-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  transform: translate(-50%, -50%);
}
@media (orientation: portrait) {
  .fullscreen-banner-video iframe {
    height: 100%;
    width: auto;
  }
}

.focus-img-txt {
  display: grid;
  grid-template-columns: 355px 1fr;
  gap: 40px;
}
@media (max-width: 991px) {
  .focus-img-txt {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .focus-img-txt {
    grid-template-columns: 1fr;
  }
}
.focus-img-txt__img-inner {
  position: relative;
  overflow: hidden;
  display: block;
}
.focus-img-txt__img-inner img {
  width: 100%;
}
.focus-img-txt__img-inner::before {
  content: "";
  position: absolute;
  bottom: -804px;
  right: -383px;
  width: 1734px;
  height: 1511px;
  max-width: none;
  transform: rotate(25deg);
  background: url("../imgs/img-gradient-overlay.png");
}

.stats-blocks {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 0;
}
@media (max-width: 767px) {
  .stats-blocks {
    grid-template-columns: 1fr;
  }
}

.stats-block {
  border-left: 2px solid #55C1E9;
  padding-left: 24px;
}
.stats-block__number {
  font: 40px/1.1 "Biennale Bold", sans-serif;
}
.stats-block__txt {
  margin-top: 3px;
}

@media (min-width: 767px) {
  .inner-banner.alt {
    margin-inline: -30px;
    width: 100vw;
  }
  .inner-banner.alt h2 {
    color: #000;
    font-family: "Biennale Bold", sans-serif;
    font-variant: initial;
    font-weight: 400;
  }
  .inner-banner.alt::before {
    display: none;
  }
}

.table-with-info {
  width: auto;
}
@media (max-width: 500px) {
  .table-with-info {
    display: block;
  }
  .table-with-info tbody,
  .table-with-info tr,
  .table-with-info td {
    display: block;
  }
}

.phones-tablee td:first-child {
  width: 140px;
}
@media (max-width: 500px) {
  .phones-tablee tr:not(:first-child) {
    margin-top: 10px;
  }
}

.table-addresses {
  margin-top: 15px;
}
.table-addresses td {
  white-space: pre-line;
}
.table-addresses td:first-child {
  width: 224px;
  padding-right: 10px;
}

.team {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 80px;
}
@media (max-width: 1199px) {
  .team {
    gap: 60px 40px;
  }
}
@media (max-width: 991px) {
  .team {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 767px) {
  .team {
    gap: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-items: center;
  }
}

.member {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 1199px) {
  .member {
    max-width: 530px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .member {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.member .photo {
  width: 180px;
  height: 180px;
  background: repeating-conic-gradient(#ccc 0% 25%, transparent 0% 50%) 50%/20px 20px;
  border-radius: 6px;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .member .photo {
    margin-bottom: 10px;
  }
}
.member .info {
  max-width: 330px;
  width: 100%;
}
.member .info h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 24px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .member .info h3 {
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .member .info h3 {
    font-size: 20px;
  }
}
.member .info h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .member .info h4 {
    margin-bottom: 8px;
  }
}
.member .info p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .member .info p {
    margin-bottom: 10px;
  }
}
.member .more {
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.member .bio {
  width: 100%;
  display: none;
  padding-top: 12px;
  text-align: left;
}
.member .arrow {
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}
.member .more.open .arrow {
  transform: rotate(180deg);
}

.brandGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.brandCard {
  background: white;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: 0.2s;
}

.brandCard:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.brandImage {
  width: 100%;
  max-width: 168px;
  height: 90px;
  background: #d4d4d4;
}
.brandImage.has-logo {
  height: auto;
  background-color: transparent;
  align-self: center;
}

.brandCard h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.brandCard a {
  text-decoration: none;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  font-weight: 700;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.brandCard a span {
  font-size: 18px;
  line-height: 1;
}

#sliders-container + p {
  display: none;
}

.fullscreen-banner.we-operate-banner h2 {
  color: #000 !important;
}
.fullscreen-banner.we-operate-banner::before {
  display: none !important;
}
.fullscreen-banner.we-operate-banner::after {
  content: "";
  position: absolute;
  top: -20%;
  left: 2%;
  width: 1734px;
  height: 1511px;
  background: url("../imgs/bg-we-operate.png");
  transform: rotate(51deg) scale(2);
  z-index: 2;
}

.table-iinfo__header {
  color: #55c1e9;
  font-size: 22px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .table-iinfo__header {
    font-size: 20px;
  }
}
.table-iinfo__subheader {
  font-size: 20px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .table-iinfo__subheader {
    font-size: 18px;
  }
}
.table-iinfo .mob-second-cell {
  display: none;
}
@media (max-width: 575px) {
  .table-iinfo .mob-second-cell {
    display: block;
  }
}
.table-iinfo td {
  padding: 5px 10px;
  border: 1px solid #f6f6f6;
}
.table-iinfo td:nth-child(2) {
  width: 250px;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  .table-iinfo td:nth-child(2) {
    width: 155px;
  }
}
@media (max-width: 575px) {
  .table-iinfo td:nth-child(2) {
    display: none;
  }
}

.searchform {
  margin-right: -17px !important;
}

@media screen and (max-width: 1199px) {
  .searchform {
    margin-right: 0 !important;
  }
}
.searchform input.s {
  padding: 0 !important;
  text-align: right !important;
}

.searchform .fusion-search-form-content {
  height: 16px;
}

.searchform .fusion-search-submit {
  font-size: 17px !important;
  margin-left: 74px !important;
}

.awb-menu__main-background-active {
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #55C1E9 0%, #94D600 100%) !important;
  background-color: #f6f6f6 !important;
}

.fusion-tb-header ul > li > a .menu-text,
.fusion-tb-header ul > li > a .menu-text {
  color: rgb(33, 41, 52) !important;
}

.fusion-tb-header ul > li > a:hover .menu-text,
.fusion-tb-header ul > li > a:focus .menu-text {
  color: rgb(33, 41, 52) !important;
}

.menu-text {
  color: rgb(33, 41, 52) !important;
}

.fusion-tb-header ul > li > a:hover .awb-menu__open-nav-submenu-hover {
  color: rgb(33, 41, 52) !important;
}

.fusion-breadcrumbs .awb-breadcrumb-sep:after {
  margin: 0 16px;
}

.home .breadcrumbs-section {
  display: none;
}

.yourir-price-header {
  color: #fff;
}
.yourir-price-header:hover {
  color: #fff;
  text-decoration: underline;
}

.fusion-tb-header .news-menu-item {
  margin-left: auto;
}

.top-menu-cardd {
  text-decoration: none;
  aspect-ratio: 360/309;
  position: relative;
  width: 100%;
  max-width: 360px;
  display: block;
  margin-left: auto;
}
.top-menu-cardd__inner {
  z-index: 5;
  padding: 16px;
  border-bottom: 4px solid #55C1E9;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.22%, rgba(0, 0, 0, 0.75) 83.5%) no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.top-menu-cardd__inner > * {
  color: #fff;
}
.top-menu-cardd__inner h4 {
  font: 400 20px/1.2 "Biennale Bold", sans-serif;
  margin-bottom: 16px;
  z-index: 2;
}
.top-menu-cardd__inner p {
  font-size: 16px;
  line-height: 1.5;
  z-index: 2;
  margin-bottom: 8px;
}
.top-menu-cardd__more {
  font-family: "Biennale Bold", sans-serif;
  font-size: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
}

.fusion-tb-header {
  position: relative;
  z-index: 999;
}

#downer-search-container {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  background: #F6F6F6;
  z-index: 800;
  display: none;
}
#downer-search-container .fusion-row,
#downer-search-container .fusion-layout-column {
  position: static;
}
#downer-search-container .fusion-layout-column {
  margin-bottom: 0;
}
#downer-search-container .fusion-row {
  margin-inline: auto !important;
}
#downer-search-container .downer-search {
  padding-block: 48px;
}
@media (max-width: 1199px) {
  #downer-search-container .downer-search {
    padding-block: 30px;
  }
}
#downer-search-container .downer-search__close {
  position: absolute;
  top: 12px;
  right: 24px;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
}
#downer-search-container .downer-search__close svg {
  display: block;
}
#downer-search-container .downer-search__input-wrap {
  position: relative;
  border-bottom: 1px solid #DFDFDF;
}
#downer-search-container .downer-search__input-wrap input {
  display: block;
  width: 100%;
  background: transparent;
  position: relative;
  color: #000;
  font: 500 32px/1.2 Biennale Regular, sans-serif;
  border: none;
  outline: none;
}
@media (max-width: 991px) {
  #downer-search-container .downer-search__input-wrap input {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #downer-search-container .downer-search__input-wrap input {
    font-size: 24px;
  }
}
#downer-search-container .downer-search__submit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
}

#downer-search-btn {
  background-color: transparent;
  padding: 0;
  position: relative;
  padding-left: 28px;
}
#downer-search-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("../imgs/glass-icon.svg") center/cover no-repeat;
}
#downer-search-btn .fusion-button-text {
  color: #fff;
  font: 400 14px/1.4 Biennale Regular, sans-serif;
}

body.search {
  padding: 0;
}
body.search #boxed-wrapper {
  width: 100%;
}
body.search #main {
  padding-inline: 0 !important;
}
body.search #main div:first-child {
  max-width: none;
}
body.search .inner-banner::before {
  display: none;
}

#fusion-tab-governance .fusion-tab-heading {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: space-between;
}
#fusion-tab-governance .fusion-tab-heading::after {
  content: "";
  width: 5px;
  height: 8px;
  background: url("../imgs/submenu-arr.svg") center/cover no-repeat;
}

.fusion-tb-header [aria-labelledby=fusion-tab-governance] ul {
  padding: 5px 24px;
  margin: 0;
  list-style: none;
  border-left: 1px solid #BDBDBD;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5px auto 0;
}
.fusion-tb-header [aria-labelledby=fusion-tab-governance] ul li:not(:first-child) {
  margin-top: 17px;
}
.fusion-tb-header [aria-labelledby=fusion-tab-governance] ul a {
  text-decoration: none !important;
}

.search-form-section {
  padding-block: 40px;
  background: #F6F6F6;
}
.search-form-section .search-form__inner {
  display: flex;
  align-items: center;
  max-width: 720px;
  border: 2px solid #D9D9D9;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s;
}
.search-form-section .search-form__inner:focus-within {
  border-color: #55C1E9;
}
.search-form-section .search-form__input {
  flex: 1;
  border: none;
  outline: none;
  padding: 14px 20px;
  font: 400 16px/1.5 Biennale Regular, sans-serif;
  color: #000;
  background: transparent;
}
.search-form-section .search-form__input::-moz-placeholder {
  color: #999;
}
.search-form-section .search-form__input::placeholder {
  color: #999;
}
.search-form-section .search-form__btn {
  flex-shrink: 0;
  border: none;
  background: #55C1E9;
  color: #fff;
  padding: 14px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background 0.2s;
}
.search-form-section .search-form__btn:hover {
  background: #3aa8d0;
}
@media (max-width: 767px) {
  .search-form-section {
    padding-block: 28px;
  }
  .search-form-section .search-form__input {
    padding: 12px 14px;
    font-size: 15px;
  }
  .search-form-section .search-form__btn {
    padding: 12px 14px;
  }
}

.search-container {
  padding-block: 48px;
  display: grid;
  row-gap: 48px;
}
@media (max-width: 991px) {
  .search-container {
    row-gap: 30px;
  }
}
.search-container::before, .search-container::after {
  display: none !important;
}

.search-block {
  color: #000;
}
.search-block__title {
  font: 700 32px/1.2 Biennale Regular, sans-serif;
  margin-bottom: 0.625em;
}
@media (max-width: 991px) {
  .search-block__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .search-block__title {
    font-size: 24px !important;
  }
}
.search-block__doc-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font: 400 16px/1.5 Biennale Regular, sans-serif;
  text-decoration: none !important;
  padding: 12px 8px;
}
.search-block__doc-item:nth-child(odd) {
  background-color: #F6F6F6;
}
.search-block__download-icon {
  margin-left: auto;
  display: block;
}
.search-block__posts {
  display: grid;
  row-gap: 24px;
}

.search-post-item {
  padding: 24px;
  border-left: 4px solid #55C1E9;
  background: #F6F6F6;
}
@media (max-width: 991px) {
  .search-post-item {
    padding: 20px;
  }
}
.search-post-item__title {
  font: 700 20px/1.2 Biennale Bold, sans-serif;
  margin-block: 0 16px;
}
@media (max-width: 991px) {
  .search-post-item__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.search-post-item__intro {
  font: 400 16px/1.5 Biennale Regular, sans-serif;
}
.search-post-item__link {
  display: flex;
  align-items: center;
  gap: 16px;
  font: 400 16px/1.3 Biennale Regular, sans-serif;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .search-post-item__link {
    margin-top: 15px;
  }
}
.search-post-item__link svg {
  transition: transform 0.3s;
}
.search-post-item__link:hover svg {
  transform: translateX(3px);
}

.search-results .breadcrumb_last {
  color: #6E6E6E;
}
.search-results .inner-banner {
  padding-bottom: 0;
  justify-content: center;
}

.add_calendar-item {
  margin-top: 16px;
  position: relative;
}
.add_calendar-item .evnt {
  display: flex;
  align-items: center;
  gap: 8px;
}
.add_calendar-item .add-to-calendar {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  display: none;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.add_calendar-item .add-to-calendar .l-more {
  display: none;
}
.add_calendar-item .add-to-calendar a {
  display: flex;
}
.add_calendar-item.active .add-to-calendar {
  display: block;
}

#country-switcher {
  margin-left: 15px;
  display: flex;
  gap: 6px;
  align-items: center;
  background-color: #d9d9d9;
  border-radius: 30px;
  padding: 2px;
}
#country-switcher button {
  border-radius: 50%;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  transition: color 0.1s, background-color 0.1s;
  text-align: center;
  padding: 0;
}
#country-switcher button.current, #country-switcher button:hover {
  background-color: #000;
  color: #d9d9d9;
}

@media (max-width: 991px) {
  .tikanga_column .row {
    flex-direction: column;
    padding-inline: 15px;
  }
}

.two-flex-div-zagolocok__link-wrap {
  text-align: center;
}/*# sourceMappingURL=style-sergiy.css.map */