body.trigo-bar {
  padding-bottom: 34px !important;
}
body.mod-profiler-active {
  padding-bottom: 34px !important;
}
body.trigo-bar.mod-profiler-active {
  padding-bottom: 68px !important;
}

body {
  scroll-behavior: smooth;
}

/*containers*/
.container-wide {
  width: 100%;
  max-width: 1360px;
  margin: auto;
  padding-left: 60px;
  padding-right: 60px;
}
.container-fluid .container-wide {
  padding-left: 0;
  padding-right: 0;
}
.container-narrow {
  width: 960px;
  max-width: 100%;
}
.container-fluid .container-narrow {
  padding-left: 0;
  padding-right: 0;
}

/*header*/
header {
  min-height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 0 0 rgba(31, 31, 31, 0);
  transition: var(--transition);
}

header .navbar {
  justify-content: space-between;
  gap: 30px;
  margin: auto;
  padding: 25px 120px 10px;
  transition: var(--transition);
}
header .navbar-brand {
  height: 50px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
header .navbar-brand img {
  transition: var(--transition);
}
header .navbar-brand img.logo-default {
  display: block;
}
header .navbar-brand img.logo-light {
  display: none;
}
header .main-menu {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  flex-grow: 1;
}
/* header .main-menu:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: var(--gray-400);
} */
header .main-menu ul.menu-root li a {
  font-size: 14px;
  font-weight: 700;
  color: #383838;
  text-transform: uppercase;
}
header .main-menu ul.menu-root li.active a,
header .main-menu ul.menu-root li:hover > a,
header .main-menu ul.menu-root li:focus > a,
header .main-menu ul.menu-root li a:hover,
header .main-menu ul.menu-root li a:focus {
  color: var(--yellow-500);
}

header .main-menu ul.menu-root li.faded-item {
  display: inline-flex;
  align-items: center;
}
header .main-menu ul.menu-root li.faded-item a {
  opacity: 0.7;
}
header .main-menu ul.menu-root li.faded-item.active a,
header .main-menu ul.menu-root li.faded-item:hover > a,
header .main-menu ul.menu-root li.faded-item:focus > a,
header .main-menu ul.menu-root li.faded-item a:hover,
header .main-menu ul.menu-root li.faded-item a:focus {
  opacity: 1;
}
header .main-menu ul.menu-root li.faded-item:before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  margin: 0 15px;
  background: var(--gray-400);
}
header .main-menu ul.menu-root li.faded-item + li.faded-item:before {
  content: none;
}

header .header-right {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

header .header-right.mobile{display: none;}

header .header-right .btn-yellow {
	font-size: 10px;
	color: #2d2d2d;
	background-color: var(--yellow-500);
	padding: 10px 15px;
	font-weight: 600;
	text-transform: uppercase;
  transition: all 200ms;
}
header .header-right .btn-yellow:hover{
  background-color: rgb(225, 201, 81);
  color: #212121;
}

header .header-right .ue img{width: 60px; height: 40px !important; object-fit: contain;}

header .bip img.bip-logo-default {
  display: block;
}
header .bip img.bip-logo-light {
  display: none;
}

header .hamburger {
  display: none;
}
.header-pillow {
  padding-bottom: 115px;
}

.hamburger {
  padding: 0; /*1rem;*/
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: var(--hamburger-duration);
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.active:hover {
  opacity: 0.7;
}
.hamburger.active .hamburger-inner,
.hamburger.active .hamburger-inner:before,
.hamburger.active .hamburger-inner:after {
  background-color: var(--hamburger-color);
}
.hamburger .hamburger-box {
  width: 2rem;
  height: 1.5rem;
  display: inline-block;
  position: relative;
}
.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
  content: "";
  display: block;
}
.hamburger .hamburger-inner:before {
  top: -10px;
}
.hamburger .hamburger-inner:after {
  bottom: -10px;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
  width: 2rem;
  height: 2px;
  background-color: var(--hamburger-color);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: var(--hamburger-duration);
  transition-timing-function: ease;
}
.hamburger.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: var(--hamburger-duration);
}
.hamburger.hamburger--slider .hamburger-inner:after {
  top: 20px;
}
.hamburger.hamburger--slider.active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger.hamburger--slider.active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger.hamburger--slider.active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*banner*/
.widget-slider {
}
.widget-slider .slider-slide {
  padding: 0;
}
.widget-slider.widget-slider-full-height .slider-slide {
  height: 100vh;
}
.widget-slider.widget-slider-as-background .slider-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.widget-slider.widget-slider-as-background .slider-slide:before {
  content: "";
  display: block;
  background: linear-gradient(
    180deg,
    rgba(15, 14, 9, 0.5) 0%,
    rgba(15, 14, 9, 0) 37.22%
  );
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: darken;
}
.widget-slider .slide-texts {
  padding: 90px 60px;
  width: 1000px;
  max-width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.widget-slider .slide-texts .slide-text-title {
  font-size: 64px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
  opacity: 0;
  transform: translateY(100%);
  transition: 0s;
  transition-delay: 0s;
}
.widget-slider .slider-slide.is-visible .slide-texts .slide-text-title {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s;
  transition-delay: 0.3s;
}
.widget-slider .slide-texts .slide-text-description {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 500;
  color: var(--gray-200);
  line-height: 1.4;
  opacity: 0;
  transform: translateY(100%);
  transition: 0s;
  transition-delay: 0s;
}
.widget-slider .slider-slide.is-visible .slide-texts .slide-text-description {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s;
  transition-delay: 0.6s;
}
.widget-slider .slide-texts .slide-link {
  margin-top: 15px;
  opacity: 0;
  transform: translateY(100%);
  transition: 0s;
  transition-delay: 0s;
}
.widget-slider .slider-slide.is-visible .slide-texts .slide-link {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s;
  transition-delay: 0.9s;
}
.widget-slider .splide__video__wrapper {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: 16 / 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.widget-slider .splide__video__wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*
.widget-slider .splide__arrows {position: absolute; top: 50%; right: 100px; transform: translateY(-50%); z-index: 1;}
.widget-slider .splide__arrow {display: block; width: 20px; height: 40px; margin: 40px 0; position: static; background: #fff; mask-image: url('../images/chevron.svg'); -webkit-mask-image: url('../images/chevron.svg'); mask-position: center; -webkit-mask-position: center; mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-size: contain; -webkit-mask-size: contain; transform: none; opacity: .4; transition:var(--transition);}
.widget-slider .splide__arrow.splide__arrow--prev {transform: scaleX(-1);}
.widget-slider .splide__arrow svg {display: none;}
*/

/*banner buttons widget*/
.banner-buttons {
  width: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.banner-buttons:after {
  content: "";
  display: block;
  border-bottom: 1px solid var(--gray-300);
}
.banner-buttons nav {
  display: flex;
  position: relative;
  z-index: 1;
}
.banner-buttons nav:before {
  content: "";
  display: block;
  width: 50vw;
  background: var(--gray-200);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}
.banner-buttons .banner-button {
  display: block;
  flex: 0 0 33.33333%;
  min-height: 151px;
  margin-bottom: -1px;
  padding: 46px 20px 47px;
  background: var(--gray-200);
  border-bottom: 1px solid var(--gray-300);
  position: relative;
}
.banner-buttons .banner-button.with-icon {
  padding-right: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.banner-buttons .banner-button.with-icon:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: var(--gray-300);
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: right center;
  -webkit-mask-position: right center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: var(--transition);
}
.banner-buttons .banner-button .title {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: var(--gray-800);
}
.banner-buttons .banner-button .subtitle {
  display: block;
  font-size: 16px;
  color: var(--gray-500);
}
.banner-buttons .banner-button:hover,
.banner-buttons .banner-button:focus {
  background: var(--yellow-500);
  border-color: var(--yellow-500);
}
.banner-buttons .banner-button.with-icon:hover:after,
.banner-buttons .banner-button.with-icon:focus:after {
  background: var(--gray-800);
}

/*page top section*/

.widget-entity.widget-page-title .page-title {
  display: flex;
  min-height: 280px;
}

.widget-entity.widget-page-title .page-title-container {
  flex-basis: 50%;
  background-color: var(--yellow-500);
  padding: 40px 0.75rem 25px 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.widget-entity.widget-page-title .page-title-container .breadcrumb {
  padding-top: 20px;
}

.widget-entity.widget-page-title .page-title-background {
  flex-basis: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.widget-entity.widget-page-title .page-title-node .page-title-content {
  display: flex;
  justify-content: flex-start;
  gap: 28px;
  align-items: center;
}

.widget-entity.widget-page-title .page-title-node .page-title-content h1 {
  font-weight: 500;
  font-size: 52px;
  line-height: 70px;
  letter-spacing: -0.03em;
  color: var(--gray-800);
  margin: 0;
}

.page-title-node .breadcrumb .breadcrumb-item a {
  color: var(--gray-500);
  font-weight: 700;
  font-size: 12px;
  line-height: 15.62px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: var(--transition);
}

.page-title-node .breadcrumb .breadcrumb-item a:hover {
  color: var(--gray-800);
}

.pub-title-banner {
  min-height: 280px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}

.pub-title-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.pub-page-header {
  position: relative;
  display: flex;
  z-index: 1;
  padding: 40px 120px;
  justify-content: space-between;
  flex-grow: 1;
}
.pub-page-header-left h1 {
  margin-bottom: 30px;
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: var(--gray-200);
}

.pub-page-header-left {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
}

.pub-page-header-left .breadcrumb-item a {
  color: #d2d2d2;
}

.pub-page-header-left .breadcrumb-item a:hover {
  color: var(--yellow-500);
}

.pub-page-header-right .date {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: right;
  color: #fff;
}

/*latest articles*/
.latest-articles .thumbnail img {
  border-radius: 2px;
  transition: all 0.3s;
}

.latest-articles .thumbnail img:hover {
  transform: scale(0.95);
}

.latest-articles .date {
  color: var(--gray-400);
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: -0.01em;
  margin: 0 0 20px 0;
  display: block;
}

.latest-articles .headline {
  color: var(--gray-800);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 11px;
}

.latest-articles .headline a {
  color: var(--gray-800);
}

.latest-articles .content {
  padding: 20px 30px;
}

/* publist */

.publist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}

.publist-item {
  flex-basis: 33.333333%;
  padding: 0 3px;
  margin-bottom: 60px;
}

/* pagination */
.pagination {
  position: relative;
}

.pagination .page-item {
  width: 50px;
  height: 50px;
  text-align: center;
}

.pagination .page-link {
  border: 0;
}

.pagination .page-item.active .page-link {
  background-color: var(--yellow-500);
  border-color: var(--yellow-500);
  color: var(--gray-800);
}

.pagination .page-item .page-link {
  border-radius: 2px;
  color: var(--gray-800);
  font-size: 16px;
  line-height: 28.83px;
  letter-spacing: -0.01em;
  font-weight: 400;
}

.pagination .page-prev {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
}

.pagination .page-next {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
}

.pagination .page-item.page-prev a,
.pagination .page-item.page-next a {
  border: 1px solid var(--gray-200);
  border-radius: 2px;
}

.pagination .page-prev .page-link::before,
.pagination .page-next .page-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 20px 0 20px;
  background: var(--btn-text-color);
  mask-image: url("../images/arrow.svg");
  -webkit-mask-image: url("../images/arrow.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: var(--transition);
  transform: scaleX(-1);
}

.pagination .page-next .page-link::after {
  transform: scaleX(1);
}

/*widget space homepage & content*/
/* .widget-space-homepage,
.widget-space-content {
  padding-top: 100px;
} */

.widget-entity.background-gray {
  background: var(--gray-200);
}
.widget-space-homepage.background-gray,
.widget-space-content.background-gray {
  padding-bottom: 100px;
}

.widget-space-homepage .widget-title-outer,
.widget-space-page-top .widget-title-outer,
.widget-space-content .widget-title-outer,
.widget-space-publication-content .widget-title-outer {
  width: 1360px;
  max-width: 100%;
  padding: 0 60px;
  margin: 0 auto 60px;
}
.widget-space-homepage .widget-title-inner,
.widget-space-page-top .widget-title-inner,
.widget-space-content .widget-title-inner,
.widget-space-publication-content .widget-title-inner,
.title-underline {
  display: inline-block;
  margin: 0;
  padding: 0 2px;
  font-size: 23px;
  font-weight: 400;
  color: var(--gray-400);
  position: relative;
  z-index: 1;
}
.widget-space-homepage .widget-title-inner:before,
.widget-space-page-top .widget-title-inner:before,
.widget-space-content .widget-title-inner:before,
.widget-space-publication-content .widget-title-inner:before,
.title-underline:before {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background: var(--yellow-500);
  position: absolute;
  bottom: 0;
  z-index: -1;
}

/*widget call to action*/
.widget-eos-call-to-action {
  position: relative;
}

.widget-eos-call-to-action .widget-entity-inner {
  padding: 80px 0 80px 0;
}

.widget-eos-call-to-action .content {
  width: 740px;
  max-width: 66.666666%;
  padding-right: 60px;
}
.widget-eos-call-to-action .side-image {
  width: calc(50% - 207px);
  background: no-repeat center / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

/*widget publication list (slider)*/

.widget-publications-list {
  padding: 60px 0 60px 0;
}

.widget-publications-list .widget-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pub-slider-item .image {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}
.pub-slider-item .image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--yellow-500);
  position: absolute;
  top: 0;
  opacity: 0;
  transition: var(--transition);
}
.pub-slider-item .image:hover:after,
.pub-slider-item .image:focus:after {
  opacity: 0.7;
}
.pub-slider-item .content {
  padding: 20px 30px;
}
.pub-slider-item .title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--gray-800);
}
.pub-slider-item .date {
  display: block;
  margin: 0 0 20px;
  font-size: 13px;
  color: var(--gray-400);
}
.pub-slider-item .read-more,
.latest-articles .read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--gray-2);
}
.pub-slider-item .read-more:after,
.latest-articles .read-more:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: var(--gray-2);
  mask-image: url("../images/chevron.svg");
  -webkit-mask-image: url("../images/chevron.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: var(--transition);
}
.pub-slider-item .read-more:hover,
.pub-slider-item .read-more:focus,
.latest-articles .read-more:hover,
.latest-articles .read-more:focus {
  color: var(--yellow-500);
}
.pub-slider-item .read-more:hover:after,
.pub-slider-item .read-more:focus:after,
.latest-articles .read-more:hover:after,
.latest-articles .read-more:focus::after {
  background: var(--yellow-500);
}

.pub-slider-arrows {
  display: flex;
}
.pub-slider-arrow {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background: var(--gray-400);
  mask-image: url("../images/chevron.svg");
  -webkit-mask-image: url("../images/chevron.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 15px 30px;
  -webkit-mask-size: 15px 30px;
  transition: var(--transition);
  will-change: background;
}
.pub-slider-arrow:hover,
.pub-slider-arrow:focus {
  background: var(--yellow-500);
}
.pub-slider-arrow.prev {
  transform: scaleX(-1);
}

/*widget icon-blocks*/
.icon-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 25px;
  row-gap: 25px;
  margin-bottom: 60px;
}
.icon-blocks .icon-block {
  padding: 30px;
  border: 1px solid var(--gray-1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0);
  font-size: 14px;
  transition: var(--transition);
}
.icon-blocks .icon-block:hover,
.icon-blocks .icon-block:focus {
  border-color: var(--yellow-500);
  background: var(--yellow-500);
}
.icon-blocks .icon-block:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 50px;
  background: var(--yellow-500);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center top;
  -webkit-mask-position: center top;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: var(--transition);
}
.icon-blocks .icon-block:hover:before,
.icon-blocks .icon-block:focus:before {
  background: #000;
}
.icon-blocks .icon-block .title {
  font-size: 20px;
}
.icon-blocks .icon-block p:last-child {
  margin-bottom: 0;
}

/*widget partnership slider*/
.widget-title + .partnership-slider {
  margin-top: -100px;
  padding-bottom: 60px;
}
.partnership-slider .splide__slide {
  display: flex;
}
.partnership-slider-item {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 80px);
  flex: 0 0 100%;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.partnership-slider-item .image {
  background: no-repeat center / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 220px);
  right: 0;
}
.partnership-slider-item .content {
  width: 400px;
  padding-right: 60px;
}
.partnership-slider-item .content .opinion {
  margin-bottom: 30px;
  font-size: 26px;
  color: var(--gray-800);
}
.partnership-slider-item .content .opinion:before {
  content: "“";
  display: block;
  height: 60px;
  font-size: 96px;
  line-height: 1;
  color: var(--yellow-500);
}
.partnership-slider-item .content .author-container {
  display: flex;
  align-items: center;
  gap: 15px;
}
.partnership-slider-item .content .author-container .icon {
  flex: 0 0 70px;
  max-width: 70px;
}
.partnership-slider-item .content .author-container .author {
  font-size: 20px;
  margin: 0;
}
.partnership-slider-item .content .author-container .position {
  font-size: 14px;
  color: var(--gray-400);
}
.partnership-slider .logo-25-years {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
}

.partnership-slider .splide__arrows {
  display: flex;
  position: absolute;
  bottom: 0;
  left: calc(50% - 220px);
  transform: translateX(-50%);
  z-index: 1;
}
.partnership-slider .splide__arrows .splide__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  background: #fff;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  opacity: 1;
  border-radius: 0;
  transition: var(--transition);
}
.partnership-slider .splide__arrows .splide__arrow svg {
  display: none;
}
.partnership-slider .splide__arrows .splide__arrow:before {
  content: "";
  display: block;
  width: 15px;
  height: 30px;
  background: var(--gray-400);
  mask-image: url("../images/chevron.svg");
  -webkit-mask-image: url("../images/chevron.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  position: absolute;
  transition: var(--transition);
  will-change: background;
}
.partnership-slider .splide__arrows .splide__arrow.splide__arrow--prev:before {
  transform: scaleX(-1);
}
.partnership-slider .splide__arrows .splide__arrow:hover:before,
.partnership-slider .splide__arrows .splide__arrow:focus:before {
  background: var(--yellow-500);
}

.partnership-slider .splide__pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: 1360px;
  max-width: 100%;
  height: 95px;
  padding: 0 60px;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.partnership-slider .splide__pagination .splide__pagination__page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0);
  position: relative;
  opacity: 1;
  transform: none;
  transition: var(--transition);
  will-change: border-color;
}
.partnership-slider .splide__pagination .splide__pagination__page:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: var(--gray-300);
  border-radius: 50%;
  transition: var(--transition);
  will-change: background;
}
.partnership-slider .splide__pagination .splide__pagination__page.is-active {
  border-color: var(--yellow-500);
}
.partnership-slider
  .splide__pagination
  .splide__pagination__page.is-active:before,
.partnership-slider .splide__pagination .splide__pagination__page:hover:before,
.partnership-slider .splide__pagination .splide__pagination__page:focus:before {
  background: var(--yellow-500);
}

/*gallery grid*/
.image-mosaic {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 60px;
}
.image-mosaic .tile {
  flex: 0 0 calc(50% - 10px);
  background: no-repeat center / cover;
}
.image-mosaic .tile:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

/*certyficates section*/
.certyficates-container {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0 60px 0;
}

.certyficates-container .certyficate-item {
  display: flex;
  justify-content: center;
  flex-basis: 50%;
  padding: 40px;
  gap: 15px;
}

.certyficates-container .certyficate-item img {
  max-width: 350px;
}

.certyficates-container .certyficate-item h3 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  letter-spacing: -0.01em;
  color: var(--gray-800);
  text-decoration: dotted;
}

.certyficates-container .certyficate-item h3::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 35px;
  height: 4px;
  background-color: var(--yellow-500);
}

/*download files*/

.download-container {
  padding: 60px 0 60px 0;
}

.download-group {
  padding: 20px 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.download-group h2 {
  font-weight: 400;
  font-size: 23px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: var(--gray-800);
  max-width: fit-content;
}

.download-files {
  flex-wrap: wrap;
  display: flex;
  gap: 15px;
}

.download-files a {
  flex-basis: calc(33.33333% - 30px);
  min-width: 400px;
  padding: 20px 30px 64px 70px;
  border: 1px solid #dedede;
  border-radius: 2px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: var(--gray-500);
  position: relative;
}

.download-files a::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 20px;
  left: 25px;
  background: var(--gray-800);
  mask-image: url("../images/file-icon.svg");
  -webkit-mask-image: url("../images/file-icon.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.download-files a:hover {
  background-color: var(--yellow-500);
  border: 1px solid var(--yellow-500);
  color: var(--gray-800);
}

/*contact page*/

.contact-container {
  display: flex;
  margin: 60px 0 60px 0;
}

.contact-content {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: all 0.3s;
}

.contact-content .tab {
  display: none;
}

.contact-menu .custom {
  list-style: none;
  border-left: 1px solid var(--gray-1);
  padding-left: 60px;
}

.contact-menu .custom li {
  position: relative;
  padding-top: 10px;
}

.contact-menu .custom li:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  left: -25px;
  top: 20px;
  background: var(--gray-500);
  mask-image: url("../images/arrow.svg");
  -webkit-mask-image: url("../images/arrow.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.contact-menu .tab {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--gray-500);
  cursor: pointer;
  list-style: none;
  transition: all 0.3s;
}

.contact-menu .tab:hover {
  color: var(--gray-800);
}

.contact-menu .tab.parent {
  color: var(--gray-400);
}

.contact-menu .tab.parent::before {
  background: var(--gray-400);
  transform: rotate(90deg);
}

.contact-menu .tab.active::before {
  background: var(--gray-800);
}

.contact-menu .tab.active {
  color: var(--gray-800);
  transition: all 0.3s;
}

.contact-content .tab.active {
  display: block;
}

.contact-content .contact-form .contact-title,
.contact-map .contact-map-title {
  font-size: 23px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: var(--gray-400);
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  padding: 0 2px;
  display: inline-block;
}

.form-control {
  padding: 0.75rem 0.75rem;
}

.contact-form form label {
  display: none;
}

.contact-form form fieldset {
  padding: 20px 0 0 0;
}

.contact-form form fieldset input,
.contact-form form fieldset textarea {
  border-radius: 2px;
}

.contact-form form fieldset textarea {
  min-height: 150px;
}

.contact-form .submit-button-container {
  display: flex;
  justify-content: flex-end;
}
.contact-form .submit-button-container button {
  background-color: var(--yellow-500);
  border: 1px solid var(--yellow-500);
}

.form-control-type-checkbox span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-align: justify;
  color: var(--gray-400);
}

.contact-form form fieldset input::placeholder {
  color: var(--gray-500);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.01em;
}

.contact-content .contact-form .contact-title:before,
.contact-map .contact-map-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background: var(--yellow-500);
  position: absolute;
  z-index: -1;
  bottom: 5px;
}

.contact-map {
  margin: 60px 0 60px;
}

#contact-map {
  border-radius: 2px;
}

.contact-menu {
  flex-basis: 50%;
  display: flex;
  justify-content: flex-end;
}

/*members section*/

.widget-text-with-title {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}

.widget-text-with-title .widget-entity-inner {
  display: flex;
}

.widget-space-publication-content .widget-title-outer {
  flex-basis: 33.3333%;
}

.widget-text-with-title .widget-entity-inner .content {
  flex-basis: calc(66.6666% - 30px);
}

.widget-text-with-title .widget-entity-inner .content h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: var(--gray-800);
}

.widget-text-with-title .widget-entity-inner .content h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: var(--gray-500);
}

.widget-company-presidents .person-container:last-child {
  margin-bottom: 60px;
}

.person-container {
  display: flex;
  gap: 10px;
  padding: 80px 0 80px 0;
  position: relative;
}

.person-container::after {
  content: "";
  width: calc(100vw - 240px);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--gray-1);
}

.person-container .name,
.person-container .image,
.person-container .text {
  flex-basis: 33.333333%;
}

.person-container .name {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: var(--gray-800);
}

.person-container .position {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--gray-500);
}

.person-container .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.person-container .text .active {
  display: block;
}

.person-container .text .hidden {
  display: none;
}

.person-container .image img {
  width: 328px;
  height: 326px;
  object-fit: cover;
  border-radius: 2px;
}

/*paralax*/
.simpleParallax {
  background: linear-gradient(
    0deg,
    rgba(15, 14, 9, 0.25),
    rgba(15, 14, 9, 0.25)
  );
}

.widget-parallax .paralax-container {
  padding: 60px 60px 60px 60px;
  position: relative;
}

.widget-parallax-inner{
  z-index: 5;
}

.parallax-narrow .paralax-container {
  padding: 60px 330px 60px 330px;
}

.widget-parallax .paralax-container p {
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #fff;
}

.widget-parallax .paralax-container span {
  color: #fff;
}

.qoute {
  position: relative;
}

.quote::before {
  content: "“";
  display: block;
  height: 60px;
  font-size: 96px;
  line-height: 1;
  color: var(--yellow-500);
}

.parallax-container {
  display: flex;
  align-items: center;
  min-height: calc(90vh - 240px);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.parallax-container::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(
    0deg,
    rgba(15, 14, 9, 0.25),
    rgba(15, 14, 9, 0.25)
  );
}

.parallax-container .widget-parallax-inner .title{
  color: var(--gray-800) !important;
}

.parallax-container .simpleParallax {
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  overflow: hidden;
}

.parallax-container .parallax-image img {
  width: 100%;
  height: auto;
}

/*company members*/

.widget-company-members .person .group {
  display: flex;
  gap: 60px;
  padding: 60px 0 60px;
  flex: 0 0 50%;
  position: relative;
}

.widget-company-members .person + .person .group::after {
  content: "";
  width: calc(50vw - 120px);
  position: absolute;
  top: 0;
  border-bottom: 1px solid var(--gray-1);
}

.widget-company-members .person.to-left .group::after {
  right: 0;
}

.widget-company-members .person.to-right .group::after {
  left: 0;
}

.widget-company-members .person {
  display: flex;
  gap: 20px;
}

.widget-company-members .person.to-left {
  justify-content: flex-start;
}

.widget-company-members .person.to-right {
  justify-content: flex-end;
}

.widget-company-members .person .image {
  flex-shrink: 0;
}

.widget-company-members .person .image img {
  width: 190px !important;
  height: 280px !important;
  object-fit: cover;
}

.widget-company-members .person .details .name h1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: var(--gray-800);
}

.widget-company-members .person .details .name h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: var(--gray-500);
}

.widget-company-members .person .details .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: var(--gray-500);
}

.widget-company-members .person .details .description.active {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: var(--gray-500);
  display: block;
}

.widget-company-members .person .details .description.hidden {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: var(--gray-500);
  display: none;
}

/*company boxes one*/
.company-boxes {
  background-color: #f2f2f2;
  padding: 60px 0 60px 0;
  margin-bottom: 60px;
  display: flex;
}

.company-boxes .content {
  display: flex;
  gap: 30px;
  align-items: center;
}

.company-boxes .content .group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-basis: 60%;
  order: 1;
}

.company-boxes .content .group.group-border-left {
  border-left: 1px solid var(--gray-1);
}

.company-boxes .content .group.group.group-border-right {
  border-right: 1px solid var(--gray-1);
}

.company-boxes .content .group .box {
  display: flex;
  padding: 60px 10px 60px 10px;
}

.company-boxes .content .group .box:first-child {
  border-bottom: 1px solid var(--gray-1);
}

.company-boxes .content .group .box .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: var(--gray-800);
  flex-basis: 50%;
  padding-right: 30px;
}

.company-boxes .content .group .box .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: var(--gray-500);
  flex-basis: 50%;
  padding-right: 30px;
}

.company-boxes .content .image {
  flex-basis: 40%;
}

/*company mission*/

.mission {
  padding-bottom: 90px;
}

.mission .mission-description {
  padding-right: 550px;
}

.mission .mission-boxes .mission-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.mission .mission-boxes .mission-group .box {
  flex-basis: calc(33.333333% - 20px);
  border: 1px solid var(--gray-1);
  border-radius: 2px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  transition: all 0.3s;
}

.mission .mission-boxes .mission-group .box:hover {
  border: 1px solid var(--yellow-500);
  background-color: var(--yellow-500);
  color: var(--gray-800);
}

.mission .mission-boxes .mission-group .box:hover .icon {
  background-color: var(--gray-800);
}

.mission .mission-boxes .mission-group .box .title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: var(--gray-500);
  flex-basis: 90%;
}

.mission .mission-boxes .mission-group .box .icon {
  width: 20px;
  height: 20px;
  flex-basis: 10%;
  background-color: var(--yellow-500);
  mask-image: url("../images/positiveMark.svg");
  -webkit-mask-image: url("../images/positiveMark.svg");
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.3s;
}

/*company goals*/

.company-goals {
  background-color: var(--gray-200);
  position: relative;
  margin-bottom: 80px;
}

.company-goals-bg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
}
.company-goals .content-container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px 0 60px;
  display: flex;
  justify-content: flex-end;
}

.company-goals .content-container .content {
  width: 50%;
  padding: 60px 0 90px 90px;
}

.company-goals .content-container .content .text {
  padding-bottom: 80px;
}

.company-goals .content-container .content .group {
  display: flex;
  gap: 10px;
  border-top: 1px solid var(--gray-1);
}

.company-goals .content-container .content .group .box:first-child {
  padding: 30px 30px 0 0;
  border-right: 1px solid var(--gray-1);
}

.company-goals .content-container .content .group .box:last-child {
  padding: 30px 0 0 30px;
}

/*quality politics*/

.quality-politics {
  margin-bottom: 60px;
}

.quality-politics .description {
  padding-right: 550px;
  margin-bottom: 60px;
}

.quality-politics-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.quality-politics-container .box {
  border: 1px solid var(--gray-1);
  border-radius: 2px;
  flex-basis: calc(33.333333% - 20px);
  padding: 40px;
}

.quality-politics-container .box .headline {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: var(--gray-800);
}

.quality-politics-container .box .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: var(--gray-500);
}

.quality-politics-container .box .content ul {
  list-style: none;
}
.quality-politics-container .box .content ul li {
  padding: 6px 0 6px 0;
  position: relative;
}

.quality-politics-container .box .content ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: var(--yellow-500);
  position: absolute;
  top: calc(6px + 0.75rem);
  left: -35px;
  transform: translateY(-50%);
  mask-image: url("../images/positiveMark.svg");
  -webkit-mask-image: url("../images/positiveMark.svg");
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}

/*company hisotry*/

.company-history .company-history-container {
  background-color: var(--yellow-500);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 150px 80px 150px;
  text-align: center;
  color: var(--gray-800);
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-weight: 400;
}

.company-history .content {
  margin: 30px 0 60px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: var(--gray-500);
}

/*footer*/
footer {
  background: var(--gray-200);
}
footer .footer-content {
  padding: 60px 120px 40px;
}

/*widget footer contact buttons*/
.footer-contact-buttons {
  display: flex;
  flex-wrap: wrap;
}
.footer-contact-button {
  display: block;
  flex: 0 0 33.333333%;
  padding: 25px 20px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid var(--gray-300);
  transition: var(--transition);
  will-change: background;
}
.footer-contact-button:nth-child(3n - 1) {
  border-left: none;
  border-right: none;
}
.footer-contact-button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-bottom: 15px;
  background: var(--gray-800);
  mask-image: url("../images/arrow.svg");
  -webkit-mask-image: url("../images/arrow.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.footer-contact-button:hover,
.footer-contact-button:focus {
  background: var(--yellow-500);
}
.footer-contact-button .title {
  display: block;
  font-weight: 500;
  color: var(--gray-800);
}
.footer-contact-button .subtitle {
  display: block;
  font-size: 16px;
  color: var(--gray-3);
}

/*footer menu*/
footer .widget-menu {
  margin: 60px 0;
}
footer ul.menu-root {
  display: flex;
  flex-wrap: wrap;
}
footer ul.menu-root li a {
  font-size: 14px;
  font-weight: 700;
  color: var(--gray-800);
  text-transform: uppercase;
}
footer ul.menu-root li:hover > a,
footer ul.menu-root li:focus > a {
  color: var(--gray-800);
}
footer ul.menu-root li.active a,
footer ul.menu-root li a:hover,
footer ul.menu-root li a:focus {
  color: var(--gray-3);
}
footer ul.menu-root li.spaced-item {
  flex-grow: 1;
  text-align: right;
}
footer ul.menu-root li.spaced-item a {
  display: inline-block;
}

/* popup */
.popup-modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.604);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  z-index: 1000;
  animation-name: fadeInUpModal;
  animation-fill-mode: forwards;
  animation-duration: 1000ms;
  animation-delay: 2s;
  opacity: 0;
  top: 0;
  left: 0;
}

@keyframes fadeInUpModal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.popup-modal-container.active {
  visibility: visible;
}

.popup-modal-container .frame {
  max-width: 767px;
  width: 100%;
  height: fit-content;
  background-color: rgb(233, 233, 233);
  border-radius: 10px;
}

.popup-modal-container .frame .content {
  padding: 20px;
}

.popup-modal-container .frame .content .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(177, 177, 177);
}

.popup-modal-container .frame .content .top .headline {
  font-weight: 600;
  color: rgb(70, 70, 70);
}

.popup-modal-container .frame .content .top .close-popup {
  text-transform: uppercase;
  font-size: 21px;
  text-align: center;
  border: 1px solid rgb(177, 177, 177);
  color: rgb(138, 138, 138);
  width: 32px;
  height: 32px;
  cursor: pointer;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.popup-modal-container .frame .content .top .close-popup:hover {
  border-radius: 0.4rem;
  border: 1px solid rgb(105, 105, 105);
  color: rgb(65, 65, 65);
}

.popup-modal-container .frame .content .main {
  height: 100%;
  width: 100%;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .popup-modal-container {
    display: none;
  }
}


/*footer bottom*/
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 14px;
  color: var(--gray-400);
}
.footer-bottom a {
  color: var(--gray-400);
}
.footer-bottom a:hover,
.footer-bottom a:focus {
  color: var(--gray-3);
}
.footer-bottom .left-side {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-bottom .left-side p {
  margin: 1rem 0;
}
.footer-bottom .right-side {
  display: flex;
  gap: 5px;
}
.footer-bottom .right-side .logo-link {
  max-width: 60px;
}

/* pub list co finansing */
.pub-list{display: flex; gap: 20px; flex-wrap: wrap; margin-top: 72px; margin-bottom: 280px;}
.pub-list .pub-element{padding-top: 20px; padding-left: 30px; padding-right: 30px; padding-bottom: 40px; border: 1px solid #E1E1E1; border-radius: 2px; flex-basis: calc(33.3333% - 20px);}
.pub-list .pub-element .pub-list-item .image{width: 100%; height: 85px; margin-bottom: 50px;}
.pub-list .pub-element .pub-list-item .image img{width: 100%; height: 100% !important; object-fit: contain;}
.pub-list .pub-element .pub-list-item .texts{display: flex; flex-direction: column; gap: 16px;}
.pub-list .pub-element .pub-list-item .texts .separator{width: 30px; height: 2px; background-color: #FEE45B;}
.pub-list .pub-element .pub-list-item .texts .pub-title{font-style: normal;font-weight: 500;font-size: 22px;line-height: 28px;letter-spacing: -0.01em;color: #232426;}
.pub-list .pub-element .pub-list-item .texts .link-arrow{font-style: normal;font-weight: 700;font-size: 13px;line-height: 24px;letter-spacing: -0.01em;color: #7D7D7D;}

/* pub publications list co financing */
.pub-container{margin-top: 72px;margin-bottom: 120px;display: flex;justify-content: space-between;gap: 60px;}
.pub-container .pub-articles-list{flex-grow: 1; display: flex; flex-wrap: wrap; gap: 20px; border-right: 1px solid #DEDEDE; padding-right: 20px;}
.pub-container .pub-articles-list .pub-article{flex-basis: calc(50% - 20px); padding-right: 30px; padding-bottom: 40px; border-bottom: 1px solid #F2F2F2;border-radius: 2px;}
.pub-container .pub-articles-list .pub-article .project-start{font-weight: 400;font-size: 13px;line-height: 24px;letter-spacing: -0.01em;color: #A6A6A6; margin-bottom: 20px;}
.pub-container .pub-articles-list .pub-article .texts{display: flex; flex-direction: column; gap: 11px;}
.pub-container .pub-articles-list .pub-article .texts .separator{height: 2px; width: 30px; background-color: #FEE45B;}
.pub-container .pub-articles-list .pub-article .texts .title{margin-bottom: 20px; max-width: 330px; width: 100%;}
.pub-container .pub-articles-list .pub-article .texts .title a{font-style: normal;font-weight: 500;font-size: 18px;line-height: 24px;letter-spacing: -0.01em;color: #232426;}
.pub-container .pub-articles-list .pub-article .texts .read{font-style: normal;font-weight: 700;font-size: 13px;line-height: 30px;letter-spacing: -0.01em;color: #7D7D7D;}

.pub-container .pub-category-list{max-width: 255px;display: flex;flex-direction: column; gap: 20px; min-width: 255px;}
.pub-container .pub-category-list .category{font-style: normal;font-weight: 400;font-size: 16px;line-height: 20px;letter-spacing: -0.01em;color: #787878; transition: all 200ms; position: relative; padding-left: 30px;}
.pub-container .pub-category-list .category::before{position: absolute;content: "";display: block;width: 10px;height: 10px;left: 0;top: 50%; transform: translateY(-50%); background: #787878;mask-image: url("../images/arrow.svg");-webkit-mask-image: url("../images/arrow.svg");mask-position: center;-webkit-mask-position: center;mask-repeat: no-repeat;-webkit-mask-repeat: no-repeat;mask-size: contain;-webkit-mask-size: contain; transition: all 200ms;}
.pub-container .pub-category-list .category:hover{color: #232426;}
.pub-container .pub-category-list .category:hover::before{background: #232426;}


/* pub publication page co financing */
.pub-content{margin-bottom: 82px; padding-right: 100px; border-right: 1px solid #DEDEDE; flex-grow: 1;}
.pub-content .title{display: flex; flex-direction: column; padding-bottom: 25px; width: 100%; border-bottom: 1px solid #DEDEDE; margin-bottom: 70px;}
.pub-content .title span{font-style: normal;font-weight: 400;font-size: 16px;line-height: 24px;letter-spacing: -0.01em;color: #A6A6A6;}
.pub-content .title .data{font-style: normal;font-weight: 700;font-size: 16px;line-height: 24px;letter-spacing: -0.01em;color: #787878;}
.pub-details-table{background-color: #F2F2F2; padding: 30px; border-radius: 2px;}
.pub-details-table .pub-row{display: flex; gap: 80px; margin-bottom: 13px;}
.pub-details-table .pub-row .name{font-style: normal;font-weight: 400;font-size: 16px;line-height: 27px;letter-spacing: -0.01em;color: #787878; min-width: 220px;}
.pub-details-table .pub-row .value{font-style: normal;font-weight: 700;font-size: 16px;line-height: 27px;letter-spacing: -0.01em;color: #232426;}

@media only screen and (orientation: portrait) {
  /*banner*/
  .widget-slider.widget-slider-full-height .slider-slide {
    height: 56.25vw;
  }

  /*widget banner buttons*/
  .banner-buttons {
    position: relative;
    bottom: auto;
  }

  /*widget partnership slider*/
  .partnership-slider-item {
    min-height: auto;
  }
}

@media only screen and (min-width: 1281px) {
  .banner .widget-sliders:not(:last-child) .widget-slider .slide-texts {
    top: calc(50% - 75px);
  }
}

@media only screen and (max-width: 1480px) {
  /*header*/
  header .navbar {
    padding: 40px 60px 10px;
  }
  /*publices*/
  .widget-entity.widget-page-title .page-title-container {
    padding-left: 60px;
  }

  /*page top*/
  .pub-page-header {
    padding: 40px 60px;
  }
  .pub-page-header-left {
    flex-basis: 70%;
  }

  /*contact*/

  .banner-buttons .banner-button{
    min-height: 100px;
    padding: 10px 20px 10px 20px;
  }

  /*footer*/
  footer .footer-content {
    padding: 60px 60px 40px;
  }
}

@media only screen and (max-width: 1366px) {
  /*header*/
  header .navbar {
    gap: 20px;
  }

  header .main-menu:after {
    content: none;
  }
  header .main-menu ul.menu-root li.faded-item:before {
    content: none;
  }

  /*publices*/
  .widget-entity.widget-page-title .page-title-node .page-title-content h1 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 1360px) {
  /*widget call to action*/
  .widget-eos-call-to-action .side-image {
    width: calc((100% - 120px) / 3 + 60px);
  }

  /*widget partnership slider*/
  .partnership-slider-item .image {
    left: 460px;
  }
  .partnership-slider .splide__arrows {
    left: 460px;
  }
}

@media only screen and (max-width: 1356px) {
  /*download section*/
  .download-files a {
    flex-basis: calc(50% - 15px);
  }
}

@media only screen and (max-width: 1300px) {
  .certyficates-container .certyficate-item {
    flex-direction: column;
  }
  .certyficates-container .certyficate-item h3::before {
    top: 30px;
  }
}

@media only screen and (max-width: 1280px) {
  /*containers*/
  .container-wide {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  /*header*/
  header .navbar {
    gap: 20px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  /*widget banner buttons*/
  .banner-buttons .banner-button {
    min-height: calc(60px + 1.5rem);
    margin-bottom: -1px;
    padding: 0.75rem 20px 0.75rem;
  }
  .banner-buttons .banner-button.with-icon {
    padding-right: calc(60px + 1.5rem);
  }
  .banner-buttons .banner-button.with-icon:after {
    right: 0.75rem;
  }

  /*page top*/
  .pub-page-header {
    padding: 40px 0.75rem;
  }

  /*publices*/
  .widget-entity.widget-page-title .page-title-container {
    padding-left: 0.75rem;
  }

  /*widget space homepage & content*/
  .widget-space-homepage .widget-title-outer,
  .widget-space-page-top .widget-title-outer,
  .widget-space-content .widget-title-outer,
  .widget-space-publication-content .widget-title-outer {
    padding: 0 0.75rem;
  }

  /*widget call to action*/
  .widget-eos-call-to-action .side-image {
    width: calc((100% - 1.5rem) / 3 + 0.75rem);
  }

  /*widget partnership slider*/
  .partnership-slider-item .image {
    left: calc(400px + 0.75rem);
  }
  .partnership-slider .logo-25-years {
    right: 0.75rem;
    width: 150px;
  }
  .partnership-slider .splide__arrows {
    left: calc(400px +0.75rem);
  }
  .partnership-slider .splide__pagination {
    padding: 0 0.75rem;
  }

  /*footer*/
  footer .footer-content {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media only screen and (min-width: 1201px) {
  /*header with banner*/
  header.with-banner {
    background: rgba(255, 255, 255, 0);
  }

  header.with-banner + .header-pillow {
    display: none;
  }

  header.with-banner .navbar-brand img.logo-default {
    display: none;
  }
  header.with-banner .navbar-brand img.logo-light {
    display: block;
  }
  header.with-banner .main-menu:after {
    background: rgba(255, 255, 255, 0.2);
  }
  header.with-banner .main-menu ul.menu-root li a {
    color: #fff;
  }
  header.with-banner .main-menu ul.menu-root li.active a,
  header.with-banner .main-menu ul.menu-root li:hover > a,
  header.with-banner .main-menu ul.menu-root li:focus > a,
  header.with-banner .main-menu ul.menu-root li a:hover,
  header.with-banner .main-menu ul.menu-root li a:focus {
    color: var(--yellow-500);
  }

  header.with-banner .main-menu ul.menu-root li.faded-item:before {
    background: rgba(255, 255, 255, 0.2);
  }

  header.with-banner .bip img.bip-logo-default {
    display: none;
  }
  header.with-banner .bip img.bip-logo-light {
    display: block;
  }

  .scrolled header {
    box-shadow: 0 0 3px rgba(31, 31, 31, 0.1);
  }

  /*header with banner after scroll*/
  .scrolled header.with-banner {
    background: #fff;
  }
  .scrolled header.with-banner .navbar {
    padding-top: 10px;
  }
  .scrolled header.with-banner .navbar-brand img.logo-default {
    display: block;
  }
  .scrolled header.with-banner .navbar-brand img.logo-light {
    display: none;
  }
  .scrolled header.with-banner .main-menu:after {
    background: var(--gray-400);
  }
  .scrolled header.with-banner .main-menu ul.menu-root li a {
    color: #383838;
  }
  .scrolled header.with-banner .main-menu ul.menu-root li.active a,
  .scrolled header.with-banner .main-menu ul.menu-root li:hover > a,
  .scrolled header.with-banner .main-menu ul.menu-root li:focus > a,
  .scrolled header.with-banner .main-menu ul.menu-root li a:hover,
  .scrolled header.with-banner .main-menu ul.menu-root li a:focus {
    color: var(--yellow-500);
  }
  .scrolled header.with-banner .main-menu ul.menu-root li.faded-item:before {
    background: var(--gray-400);
  }
  .scrolled header.with-banner .bip img.bip-logo-default {
    display: block;
  }
  .scrolled header.with-banner .bip img.bip-logo-light {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  /*header*/
  header {
    position: relative;
  }

  header .header-right.mobile{display: flex;}
  header .main-menu .header-right{display: none;}

  .header-pillow {
    display: none;
  }
  header .navbar {
    padding-top: 10px;
  }
  header .main-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
  }
  header .main-menu.active {
    height: auto;
  }
  header .main-menu ul.menu-root {
    border-top: 1px solid var(--gray-200);
  }
  header .main-menu ul.menu-root li {
    display: block;
  }
  header .main-menu ul.menu-root li a {
    font-size: 14px;
    font-weight: 700;
    color: #383838;
    text-transform: uppercase;
  }
  header .main-menu ul.menu-root li.active a,
  header .main-menu ul.menu-root li:hover > a,
  header .main-menu ul.menu-root li:focus > a,
  header .main-menu ul.menu-root li a:hover,
  header .main-menu ul.menu-root li a:focus {
    color: var(--yellow-500);
  }

  header .main-menu ul.menu-root li.faded-item {
    display: block;
  }

  header .hamburger {
    display: inline-flex;
  }

  /*widget banner*/
  .widget-slider.widget-slider-full-height .slider-slide {
    height: calc(100vh - 70px);
  }
  .widget-slider .slide-texts {
    padding: 30px 0.75rem;
  }

  .widget-slider .slide-texts .slide-text-title {
    font-size: 60px;
  }
  /*publices*/
  .widget-entity.widget-page-title .page-title-node .page-title-content h1 {
    font-size: 23px;
  }

  /*company goals*/
  .company-goals .content-container .content {
    padding: 60px 0 90px 40px;
  }
}

@media only screen and (max-width: 1100px) {
  /*header slider*/
  .widget-slider .slider-slide.is-visible .slide-texts .slide-text-title {
    font-size: 55px;
  }

  /*eos widget call to action*/
  /*parallax widget*/
  .widget-eos-call-to-action .container-wide .content p span,
  .widget-parallax .container-wide .row span,
  .company-goals .content-container .content .text p span,
  .widget-user-box .mission-description p span,
  .widget-user-box .mission-description p h1,
  .widget-user-box .quality-politics .description p span {
    font-size: 26px !important;
  }

  .widget-parallax .paralax-container .headline-description span,
  .widget-user-box .quality-politics .description p {
    font-size: 18px !important;
  }

  /*widget text with title*/

  .widget-text-with-title .widget-entity-inner .content h1 {
    font-size: 26px;
  }

  /*company boxes*/
  .company-boxes .content {
    gap: 10px;
  }
}

@media screen and (max-width: 1024px){
  .pub-container{flex-direction: column-reverse;}
  .pub-container .pub-articles-list{border-right: none; padding-right: 0;}
  .pub-content{padding-right: 0; border-right: none;}
  
}

@media only screen and (max-width: 991px) {
  /*widget call to action*/
  .widget-eos-call-to-action .content {
    padding-right: 30px;
  }
  .widget-eos-call-to-action .side-image {
    width: 30%;
  }
  /* pageTop */
  .widget-entity.widget-page-title .page-title-container {
    padding: 10px 0.75rem 10px 20px;
  }

  .pub-page-header {
    flex-direction: column;
  }
  .pub-page-header-left h1 {
    font-size: 36px;
  }

  /*publices*/
  .widget-entity.widget-page-title .page-title-node .page-title-content h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .page-title-node .breadcrumb .breadcrumb-item a {
    font-size: 10px;
  }

  /*company members*/
  .widget-company-members .person.to-left,
  .widget-company-members .person.to-right {
    justify-content: center;
  }

  /*widget group text image one*/
  .company-boxes .content {
    flex-direction: column;
  }
  .company-boxes .content .group.group.group-border-right {
    border: none;
  }

  .company-boxes .content .image {
    order: 1 !important;
  }

  /*company mission*/
  .mission .mission-description {
    padding-right: 0;
  }
  .mission .mission-boxes .mission-group .box {
    padding: 15px;
  }

  /*company quality politics*/
  .quality-politics .description {
    padding-right: 0;
  }

  .quality-politics-container .box {
    padding: 15px;
  }

  /*company goals*/
  .company-goals-bg {
    width: 30%;
  }

  .company-goals .content-container .content {
    width: 70% !important;
  }

  /*footer*/
  footer ul.menu-root li.spaced-item {
    flex-grow: 0;
  }
  footer ul.menu-root li.spaced-item a {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  /*widget call to action*/
  .widget-eos-call-to-action .side-image {
    display: none;
  }
  .widget-eos-call-to-action .content {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  /*parallax*/
  .widget-parallax .paralax-container {
    padding: 20px 0.75rem 20px 0.75rem;
  }

  /*widget banner buttons*/
  .banner-buttons .banner-button .title {
    font-size: 20px;
  }

  .banner-buttons nav:before {
    content: none;
  }

  /*company mission*/
  .mission .mission-boxes .mission-group .box {
    flex-basis: calc(50% - 10px);
  }

  /*company goals*/
  .company-goals-bg {
    display: none;
  }
  .company-goals .content-container .content {
    width: 100% !important;
    padding: 60px 0 60px 0;
  }

  /*company presidents*/
  .person-container {
    flex-direction: column;
    align-items: center;
  }
  .person-container .text {
    width: 350px;
    padding: 10px;
  }

  /*company members*/
  .widget-company-members .person .group {
    flex: 0 0 100%;
  }

  .widget-company-members .person + .person .group::after {
    width: calc(100vw - 30px);
  }
  .widget-company-members .person.to-left .group::after {
    left: 0;
  }

  .person-container .text .btn {
    margin-top: 20px;
  }

  /*widget text with title*/
  .widget-text-with-title .widget-entity-inner {
    flex-direction: column;
  }

  .widget-text-with-title .widget-entity-inner .content {
    padding: 0.75em;
  }

  /*widget icon blocks*/
  .icon-blocks {
    grid-template-columns: repeat(2, 1fr);
  }

  /*certyficates*/
  .certyficates-container .certyficate-item {
    padding: 10px;
  }

  /*contact*/
  .contact-container {
    flex-wrap: wrap;
  }
  .contact-content {
    flex-basis: 100%;
    order: 2;
  }
  .contact-menu {
    flex-basis: 100%;
    order: 1;
    justify-content: flex-start;
  }
  .contact-menu .custom {
    border: 0;
    padding-left: 30px;
  }
  .pub-list .pub-element{flex-basis: calc(50% - 20px);}
}

@media only screen and (max-width: 850px) {
  /*download section*/
  .download-files a {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 800px) {
  /*page Top*/

  .widget-entity.widget-page-title .page-title {
    display: flex;
    min-height: 200px;
  }

  .widget-entity.widget-page-title .page-title-background {
    display: none;
  }
  .widget-entity.widget-page-title .page-title-container {
    flex-basis: 100%;
    justify-content: center;
  }
  .widget-entity.widget-page-title .page-title-node .page-title-content {
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .image-mosaic {
    display: grid;
    grid-auto-rows: 60px;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
  .image-mosaic .tile {
    grid-row: span 3;
  }
  .image-mosaic .tile:before {
    content: none;
  }
  .image-mosaic .tile:nth-child(9n + 2) {
    grid-row: span 4;
  }
  .image-mosaic .tile:nth-child(9n + 3) {
    grid-row: span 6;
  }
  .image-mosaic .tile:nth-child(9n + 4) {
    grid-row: span 6;
  }
  .image-mosaic .tile:nth-child(9n + 5) {
    grid-row: span 4;
  }
  .image-mosaic .tile:nth-child(9n + 6) {
    grid-row: span 6;
  }
  .image-mosaic .tile:nth-child(9n + 7) {
    grid-row: span 4;
  }
  .image-mosaic .tile:nth-child(9n + 8) {
    grid-row: span 3;
  }
}

@media only screen and (max-width: 767px) {
  /*widget banner*/
  .widget-slider.widget-slider-full-height .slider-slide {
    height: 56.25vw;
  }

  /*widget banner buttons*/
  .banner-buttons {
    position: relative;
    bottom: auto;
  }
  .banner-buttons .container-wide {
    padding: 0;
  }

  /*widget space homepage & content*/
  .widget-space-homepage,
  .widget-space-content {
    padding-top: 60px;
  }

  .widget-space-homepage.background-gray,
  .widget-space-content.background-gray {
    padding-bottom: 60px;
  }

  /*widget call to action*/
  .widget-eos-call-to-action {
    position: static;
  }

  .widget-eos-call-to-action .widget-entity-inner {
    padding: 20px 0 20px 0;
  }
  .widget-eos-call-to-action .content {
    width: auto;
    max-width: none;
    padding-right: 0;
  }
  .widget-eos-call-to-action .side-image {
    display: none;
  }

  /*widget partnership slider*/
  .widget-title + .partnership-slider {
    margin-top: -100px;
  }
  .partnership-slider-item {
    min-height: auto;
    padding: 60px 0;
    position: relative;
  }
  .partnership-slider-item .image {
    left: 50%;
  }
  .partnership-slider-item .content {
    width: 50%;
    padding-right: 30px;
  }

  .partnership-slider .splide__arrows {
    left: auto;
    right: 0;
    transform: none;
  }
  .partnership-slider .splide__arrows .splide__arrow {
    width: 60px;
    height: 60px;
  }

  .partnership-slider .splide__pagination {
    height: 60px;
  }

  /*publices*/
  .publist-item {
    flex-basis: 50%;
  }

  /*certyficates*/
  .certyficates-container {
    justify-content: center;
  }

  .certyficates-container .certyficate-item {
    flex-basis: 100%;
    align-items: center;
    justify-content: center;
  }

  /*footer*/
  .footer-contact-text,
  .footer-contact-text * {
    text-align: center;
  }

  footer .widget-menu {
    margin: 60px 0;
  }
  footer ul.menu-root {
    display: block;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
  .footer-bottom .left-side {
    display: block;
    text-align: center;
  }
  .footer-bottom .right-side {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (max-width: 700px) {
  /*slider headline*/
  .widget-slider .slide-texts .slide-text-title {
    font-size: 40px;
  }

  /*widget banner buttons*/
  .banner-buttons nav {
    display: block;
  }

  .pagination .page-item.page-next,
  .pagination .page-item.page-prev {
    display: none;
  }

  /*parallax*/

  .parallax-container {
    min-height: 50vh;
  }

  /*quality politics*/
  .quality-politics-container .box {
    flex-basis: 100%;
  }

  /*company goals*/
  .company-goals .content-container {
    padding: 0 0.75rem 0 0.75rem;
  }

  /*company members*/
  .widget-company-members .person {
    padding: 0 60px 0 60px;
  }
  .widget-company-members .person .group {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .widget-company-members .person + .person .group::after {
    width: calc(100vw - 120px);
  }

  .widget-parallax .paralax-container span {
    font-size: 23px !important;
  }

  /*company-history*/
  .company-history .company-history-container {
    padding: 40px 20px 40px 20px;
  }
  .company-history .content {
    padding: 30px 0 30px 0;
  }

  .pub-details-table .pub-row{gap: 13px; flex-direction: column;}
}

@media screen and (min-width: 600px) {
  .card-tall {
    grid-row: span 2 / auto;
  }

  .card-wide {
    grid-column: span 2 / auto;
  }
}

@media only screen and (max-width: 600px) {
  /*header slider*/
  .widget-slider .slider-slide.is-visible .slide-texts .slide-text-title {
    font-size: 50px;
  }

  /*eos widget call to action*/
  /*parallax widget*/
  .widget-eos-call-to-action .container-wide .content p span,
  .widget-parallax .container-wide .row span,
  .company-goals .content-container .content .text p span,
  .widget-user-box .mission-description p span,
  .widget-user-box .mission-description p h1,
  .widget-user-box .quality-politics .description p span {
    font-size: 22px !important;
  }

  .widget-parallax .paralax-container .headline-description span,
  .widget-user-box .quality-politics .description p,
  .company-goals .content .text p {
    font-size: 17px !important;
  }

  /*widget text with title*/
  .widget-text-with-title .widget-entity-inner .content h1 {
    font-size: 22px;
  }

  /*company goals*/

  .company-goals .content-container .content .group {
    flex-direction: column;
    border: none;
  }

  .company-goals .content-container .content .group .box:first-child {
    border: none;
    padding: 5px;
  }

  .company-goals .content-container .content .group .box:last-child {
    padding: 5px;
    border-top: 1px solid var(--gray-1);
  }
  .company-goals .content-container .content .text {
    padding-bottom: 40px;
  }

  /*company boxes*/
  .company-boxes .content .group .box {
    flex-direction: column;
    gap: 20px;
  }

  /*company presidents*/
  .person-container {
    padding: 40px 0 40px 0;
  }
  .person-container .text {
    width: 80%;
  }

  .person-container::after {
    width: calc(100vw - 120px);
  }

  .person-container::after {
    width: calc(100vw - 30px);
  }
  .pub-list .pub-element{flex-basis: 100%;}

  .pub-container .pub-articles-list .pub-article{flex-basis: 100%;}
}

@media only screen and (max-width: 575px) {
  /*widget partnership slider*/
  .partnership-slider-item .image {
    display: none;
  }
  .partnership-slider .logo-25-years {
    display: none;
  }
  .partnership-slider-item .content {
    width: auto;
    padding-right: 0;
  }

  /*widget footer buttons*/
  .footer-contact-buttons {
    display: block;
  }
  .footer-contact-button {
    display: block;
    flex: 0 0 33.333333%;
    padding: 25px 20px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid var(--gray-300);
    transition: var(--transition);
    will-change: background;
  }
  .footer-contact-button + .footer-contact-button {
    border-top: none;
  }
  .footer-contact-button:nth-child(3n - 1) {
    border-left: 1px solid var(--gray-300);
    border-right: 1px solid var(--gray-300);
  }

  /*company goals*/
  .mission .mission-boxes .mission-group .box {
    flex-basis: 100%;
  }
  .widget-company-members .person + .person .group::after {
    width: calc(100vw - 120px);
  }
}

@media only screen and (max-width: 500px) {
  /*slider headline*/
  .widget-slider .slider-slide.is-visible .slide-texts .slide-text-title {
    font-size: 30px;
  }
  .widget-slider .slide-texts .slide-text-title {
    font-size: 25px;
  }

  /*widget icon blocks*/
  .icon-blocks {
    grid-template-columns: 1fr;
  }
  .icon-blocks .icon-block {
    text-align: center;
  }
  .icon-blocks .icon-block:before {
    margin: 0 auto 30px;
  }

  /*special slides*/
  .pub-slider-item .title,
  .latest-articles .headline {
    font-size: 13px;
  }

  /*publices*/
  .publist-item {
    flex-basis: 100%;
  }

  /*company presidents*/
  .person-container .text {
    width: 100%;
  }

  /*company members*/
  .widget-company-members .person {
    padding: 0 10px 0 10px;
  }
  .widget-company-members .person + .person .group::after {
    width: calc(100vw - 40px);
  }
}

@media only screen and (max-width: 400px) {

  header .header-right{
    gap: 9px;
  }

  /*gallery grid*/
  .image-mosaic .tile {
    flex: 0 0 100%;
  }
  /*certyficates*/
  .certyficates-container {
    padding: 0 10px 0 10px;
  }

  .certyficates-container .certyficate-item {
    padding: 0;
  }

  .certyficates-container .certyficate-item img {
    max-width: 100%;
  }

  /*download section*/

  .download-files a {
    min-width: fit-content;
  }
}
