.btn-yellow {
 background: #fbba00;
 color: #fff;
 filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.item,
.subs_item {
 padding-left: 8px;
 padding-right: 8px;
 width: 100%;
}
.admin-bar .hero-front-page {
 min-height: calc(100dvh - 20px);
}
.admin-bar .hero-front-page .container {
 height: calc(100dvh - 20px);
}
.hero-front-page {
 background-color: #e30613;
 color: #fff;
 position: relative;
 overflow: hidden;
 min-height: 100vh;
}
.hero-front-page .video-background-wrapper {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 top: 0;
}
.hero-front-page .video-background-wrapper.loaded .video-background {
 transform: translate(-50%, -50%) scale(1);
}
.hero-front-page .video-background {
 position: absolute;
 left: 50%;
 top: 50%;
 min-width: 100%;
 min-height: 100%;
 object-fit: cover;
 object-position: 62%;
 pointer-events: none;
 transition: 8s ease;
 transform: translate(-50%, -50%) scale(1.07);
 will-change: transform;
}
.hero-front-page .container {
 display: grid;
 align-items: flex-end;
 grid-template-columns: 1fr 305px;
 gap: 60px;
 height: 100vh;
 padding-bottom: 60px;
 box-sizing: border-box;
}
.hero-front-page__left h1 {
 color: #fff;
 font-size: 25px;
 text-transform: initial;
 letter-spacing: normal;
 font-family: "Sofia Pro Semi Bold";
 margin-bottom: 25px;
   max-width: 600px;
  white-space: normal;
 word-wrap: break-word;
}
.hero-front-page .svg-text {
 width: 100%;
}
.hero-front-page__heading {
 font-size: 114px;
 font-family: "Sofia Pro Black";
 line-height: 100%;
}
.hero-front-page__right .btn-arrow-circle-large {
 margin-top: 20px;
 height: 80px;
}
.hero-front-page .story-slider {
 width: 305px;
 box-sizing: border-box;
 padding: 24px;
 border-radius: 14px;
 border: 1.6pt solid rgba(255, 255, 255, 0.4);
 background-color: rgba(255, 255, 255, 0.02);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
}
.hero-front-page .story-slider .swiper-slide {
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 padding-top: 15px;
}
.hero-front-page .story-slider .h3,
.hero-front-page .story-slider h3,
.hero-front-page .story-slider p {
 color: #fff;
 margin: 0;
 min-height: 40px;
 padding: 0;
}
.hero-front-page .story-slider .h3,
.hero-front-page .story-slider h3 {
 font-size: 24px;
 text-transform: uppercase;
 font-family: "Sofia Pro Bold";
}
.hero-front-page .story-slider p {
 font-size: 14px;
 display: flex;
 align-items: flex-end;
}
.story-slider {
 border-radius: 6px;
 overflow: hidden;
 display: flex;
 flex-direction: column-reverse;
 position: relative;
 width: 320px;
 box-sizing: border-box;
 padding: 24px;
 border-radius: 14px;
 border: 1.6pt solid rgba(255, 255, 255, 0.4);
 background-color: rgba(255, 255, 255, 0.02);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
}
.story-slider .swiper-slide {
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 padding-top: 15px;
}
.story-slider .h3,
.story-slider h3,
.story-slider p {
 color: #fff;
 margin: 0;
 min-height: 40px;
 padding: 0;
}
.story-slider .h3,
.story-slider h3 {
 font-size: 24px;
 text-transform: uppercase;
 font-family: "Sofia Pro Bold";
}
.story-slider p {
 font-size: 14px;
 display: flex;
 align-items: flex-end;
}
.story-slider .swiper-wrapper {
 display: flex;
 width: 100%;
}
.story-slider .swiper-slide {
 position: relative;
 flex-shrink: 0;
 width: 100%;
 opacity: 1 !important;
}
.story-slider .swiper-slide header {
 transition: 0.2s ease-in-out;
 opacity: 0;
 transform: translateY(20%);
}
.story-slider .swiper-slide p {
 transition: 0.2s ease-in-out;
 opacity: 0;
 margin-top: 10px;
 transform: translateY(20%);
}
.story-slider .swiper-slide-active header,
.story-slider .swiper-slide-active p {
 animation-name: story_slide_opacity;
 animation-duration: 3.3s;
 animation-delay: 0.2s;
}
@keyframes story_slide_opacity {
 0% {
  transform: translateY(20%);
  opacity: 0;
 }
 10% {
  opacity: 1;
  transform: translateY(0);
 }
 85% {
  opacity: 1;
  transform: translateY(0);
 }
 100% {
  opacity: 0;
  transform: translateY(20%);
 }
}
.story-slider .story__pagination {
 bottom: unset !important;
 top: 8px !important;
 display: flex;
 height: 1px;
}
.story-slider .story__pagination .swiper-pagination-bullet {
 flex-grow: 1;
 border-radius: 100vh;
 height: 2px;
 margin: 0 4px !important;
 background-color: rgba(247, 247, 245, 0.4);
 opacity: 1;
}
.story-slider .story__pagination .swiper-pagination-bullet:first-child {
 margin-left: 0 !important;
}
.story-slider .story__pagination .swiper-pagination-bullet:last-child {
 margin-right: 0 !important;
}
.story-slider
 .story__pagination
 .swiper-pagination-bullet
 .swiper-pagination-progress {
 height: 100%;
 width: 0%;
 border-radius: 100vh;
 background-color: #f7f7f5;
}
.story-slider .story__next,
.story-slider .story__prev {
 position: absolute;
 height: 100%;
 top: 0;
 margin-top: 0;
}
.story-slider .story__next.swiper-button-disabled,
.story-slider .story__prev.swiper-button-disabled {
 pointer-events: none;
}
.story-slider .story__next::after,
.story-slider .story__prev::after {
 content: none;
}
.story-slider .story__prev {
 left: 0;
 width: 20%;
}
.story-slider .story__next {
 right: 0;
 width: 80%;
}
.latest-awards-section {
 overflow: hidden;
}
.latest-awards {
 padding-top: 105px;
 padding-bottom: 95px;
}
.latest-awards__header {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 15px;
}
.latest-awards__header * {
 font-size: 14px;
 color: #1d1d1b;
 font-family: "Sofia Pro Light";
 text-transform: uppercase;
 padding: 0;
 margin: 0;
}
.latest-awards__header .latest-awards__count {
 color: #e30613;
 font-family: "Sofia Pro Medium";
}
.latest-awards-slider {
 overflow: hidden;
}
.latest-awards-slider .swiper-wrapper {
 display: flex;
}
.latest-awards-slider__image {
 position: relative;
 z-index: 1;
 transition: 0.3s ease-in-out;
}
.latest-awards-slider__image img {
 max-height: 80px;
 width: auto;
 height: auto;
 max-width: 100%;
 max-width: 160px;
}
.latest-awards-slider__content {
 z-index: 2;
 position: absolute;
 background-color: #fff;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 padding: 25px;
 justify-content: center;
 text-align: center;
 transition: 0.3s ease-in-out;
 transform: translateY(100%);
 color: #1d1d1b;
 display: flex;
 flex-direction: column;
 align-items: center;
 font-size: 14px;
 color: rgba(29, 29, 27, 0.8);
}
.latest-awards-slider__content div {
 margin-top: 11px;
}
.latest-awards-slider__content .icon-arrow {
 width: 20px;
 height: 20px;
 background: url(../img/icons/arrow/arrow_red_in-circle.svg) center no-repeat;
 background-size: contain;
 margin-top: 10px;
}
.latest-awards-slider .swiper-slide {
 border: 1.2pt solid #ebebef;
 border-radius: 14px;
 background-color: #fff;
 padding: 25px;
 box-sizing: border-box;
 overflow: hidden;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 height: 130px;
 text-decoration: none;
 flex-shrink: 0;
 -webkit-transform: translateZ(0);
 -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
}
.banner-event-section {
 padding-top: 105px;
 padding-bottom: 95px;
 padding-bottom: 105px;
}
.banner-event {
 width: 100%;
 height: 480px;
 border-radius: 20px;
 border-bottom-left-radius: 14px;
 overflow: hidden;
 background-color: #fbba00;
 background-image: url(../img/bg/cover_marketing-company_x1.webp);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 position: relative;
 padding: 40px;
}
.banner-event.banner-img {
 background-color: #1d1d1b;
 padding: 0;
 padding-top: 33.33%;
 height: auto;
}
.banner-event h3.only-title {
 position: relative;
 color: #fff;
 max-width: 600px;
 width: 100%;
 font-size: 64px;
 line-height: 100%;
 margin-top: 0;
 font-weight: "Sofia Pro Semi Bold";
}
.banner-event__content {
 background-color: #fff;
 padding: 40px;
 border-radius: 14px;
 width: 620px;
 max-width: 100%;
 box-sizing: border-box;
 position: relative;
 z-index: 2;
}
.banner-event__content h3 {
 padding: 0;
 margin: 0;
 font-size: 42px;
 font-family: "Sofia Pro Black";
 line-height: 115%;
 text-transform: none;
 margin-top: 0;
 margin-bottom: 32px;
 margin-bottom: 20px;
}
.banner-event__content p {
 font-size: 18px;
 line-height: 145%;
 font-family: "Sofia Pro Light";
 color: rgba(29, 29, 27, 0.8);
}
.banner-event .btn-wrapper {
 position: absolute;
 left: -1px;
 bottom: 0;
 width: 345px;
 height: 130px;
 background: url(../img/masks/button_text_arrow_mask.svg) center no-repeat;
 background-size: contain !important;
 display: flex;
 align-items: flex-end;
}
.banner-event .btn-default {
 width: 295px;
 height: 80px;
 background-color: #1d1d1b;
}
.banner-event .btn-default .fill-container::after {
 background-color: #e30613;
}
.banner-event .btn-default .button-text {
 color: #fff;
}
.banner-event .btn-default .button-text::after {
 filter: brightness(0) invert(1);
}
.product-card {
 width: 100%;
 color: #fff;
}
.product-card__inner {
 overflow: hidden;
 border-radius: 20px;
 overflow: hidden;
 position: relative;
 display: flex;
 flex-direction: column;
 padding: 40px;
 transition: 0.3s ease;
 background: linear-gradient(180deg, #f2ae0a 0, #ce6f00 100%);
 min-height: 320px;
}
.product-card h3 {
 font-size: 42px;
 font-family: "Sofia Pro Black";
 line-height: 115%;
 text-transform: none;
 margin-top: 0;
 margin-bottom: 32px;
 color: #fff;
 margin-bottom: 40px;
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 0;
 order: 3;
 letter-spacing: 0;
 margin-top: 0;
}
.product-card h3 a {
 transition: 0.3s ease;
 display: block;
}
.product-card h3 a .button-icon {
 border: 1.2pt solid #fff;
 border-radius: 8px;
 overflow: hidden;
 width: 48px;
 height: 48px;
 border-radius: 8px;
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
 overflow: hidden;
}
.product-card h3 a .button-icon::after,
.product-card h3 a .button-icon::before {
 content: "";
 position: absolute;
 top: calc(50% - 9px);
 left: calc(50% - 9px);
 height: 18px;
 width: 18px;
 background-image: url(../img/icons/arrow_right_black.svg);
 background-size: contain;
 background-position: center;
 background-repeat: no-repeat;
 transition: 0.3s ease;
}
.product-card h3 a .button-icon::after {
 left: -50%;
}
.product-card h3 a .button-icon::after,
.product-card h3 a .button-icon::before {
 filter: brightness(0) invert(1);
}
.product-card h3 a::before {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 right: 0;
 z-index: 5;
}
.product-card img {
 position: absolute;
 z-index: 5;
 right: -90px;
 bottom: -30px;
 max-width: 280px;
 order: 2;
 transition: 0.5s ease-in-out;
 transform-origin: bottom;
}
.product-card__show-info {
 width: 40px;
 height: 40px;
 min-height: 40px;
 border-radius: 50%;
 background-color: #fff;
 margin-top: 30px;
 order: 5;
 display: flex;
 align-items: center;
 justify-content: center;
}
.product-card__show-info svg {
 position: relative;
 z-index: 3;
 transition: 0.3s ease-in-out;
}
.product-card__show-info.active svg {
 transform: rotate(45deg);
}
.product-card__info {
 order: 4;
}
.product-card__info--wrapper {
 order: 4;
}
.product-card__info p {
 font-size: 14px;
 line-height: 145%;
 font-family: "Sofia Pro Light";
 color: rgba(255, 255, 255, 0.8);
 text-overflow: ellipsis;
 overflow: hidden;
 -webkit-line-clamp: 10;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 max-height: 200px;
 width: 100%;
 max-width: 373px;
 margin: 0;
}
.product-card__info--features {
 position: absolute;
 left: 0;
 bottom: 0;
 right: 0;
 background-color: #fff;
 list-style: none;
 padding: 46px 40px;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 justify-content: center;
 min-height: 210px;
 transform: translateY(100%);
 transform-origin: left bottom;
 transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
 z-index: 4;
}
.product-card__info--features.grid {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 10px;
 padding-right: 180px;
}
.product-card__info--features.grid li {
 margin: 0;
 align-items: flex-start;
}
.product-card__info--features li {
 display: inline-flex;
 vertical-align: text-top;
 align-items: center;
 color: rgba(29, 29, 27, 0.8);
 font-size: 14px;
}
.product-card__info--features li::before {
 content: "";
 width: 20px;
 height: 20px;
 background: url(../img/icons/ok-circle_20-20px_black.svg) center no-repeat;
 background-size: contain;
 margin-right: 10px;
 position: relative;
 top: 2px;
}
.product-card__info--features li + li {
 margin-top: 12px;
}
.product-cards-section {
 position: relative;
 padding-top: 105px;
 padding-bottom: 95px;
 padding-top: 85px;
 padding-bottom: 105px;
}
.product-cards-section .container {
 position: static;
}
.product-cards-section .circle-bg {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: -1;
 overflow: hidden;
}
.product-cards-section .circle-bg::before {
 content: "";
 position: absolute;
 top: -100%;
 bottom: -100%;
 left: -100%;
 right: -100%;
 transform: translateY(-70%);
 background-color: #f4f4f6;
}
.product-cards-section .circle-bg.showed::before {
 transform: translate(0);
}
.product-cards-wrapper {
 margin-top: 105px;
 display: grid;
 grid-template-columns: 1fr 1fr;
}
.product-cards-wrapper__left header {
 position: sticky;
 top: 16vh;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 padding-right: 20px;
}
.product-cards-wrapper__left header h2 {
 padding: 0;
 margin-bottom: 25px;
 font-size: 90px;
 color: #000;
 line-height: 100%;
 text-transform: uppercase;
 margin-bottom: 25px;
 line-height: 100%;
 text-transform: initial;
}
.product-cards-wrapper__left header p {
 margin: 0;
 font-size: 18px;
 line-height: 145%;
 font-family: "Sofia Pro Light";
 font-family: "Sofia Pro Semi Bold";
 color: rgba(29, 29, 27, 0.8);
 max-width: 540px;
}
.product-cards-wrapper__left header .slide-counter {
 font-size: 24px;
 font-family: "Sofia Pro Bold";
 margin-top: 80px;
}
.product-cards-wrapper__left header .slide-counter__active {
 display: inline-block;
 min-width: 15px;
}
.product-cards-wrapper__right {
 display: grid;
 gap: 20px;
}
.product-cards-tabs--wrapper {
 height: 68px;
}
.product-cards-tabs--wrapper.fixed .product-cards-tabs--wrapper2 {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 z-index: 99999999;
}
.product-cards-tabs--wrapper .product-cards-tabs--wrapper2 {
 padding: 10px;
}
.product-cards-tabs {
 display: flex;
 align-items: center;
 margin: 0 auto;
 padding: 10px;
 border-radius: 14px;
 background-color: #fff;
 flex-wrap: wrap;
 position: relative;
 width: fit-content;
 max-width: 1280px;
 box-shadow: 0 0 10px 0 rgba(29, 29, 27, 0.1);
}
.product-cards-tabs .active-slider {
 position: absolute;
 height: 48px;
 background-color: #1d1d1b;
 border-radius: 8px;
 transition: 0.3s linear;
 z-index: 2;
}
.product-cards-tabs li {
 list-style: none;
 padding: 14px;
 margin: 0;
 border-radius: 8px;
 height: 48px;
 box-sizing: border-box;
 color: rgba(29, 29, 27, 0.5);
 font-family: "Sofia Pro Bold";
 font-size: 14px;
 white-space: nowrap;
 cursor: pointer;
 transition: 0.3s ease;
 position: relative;
 display: inline-flex;
 vertical-align: text-top;
 z-index: 3;
}
.product-cards-tabs li:hover {
 color: #1d1d1b;
}
.product-cards-tabs li.active {
 color: #fff;
}
.solutions-list-v3__item {
 width: auto;
 height: 420px;
 background-color: #e1ede4;
 border-radius: 14px;
 border-top-right-radius: 8px;
 overflow: hidden;
 display: flex;
 align-items: flex-end;
 position: relative;
}
.solutions-list-v3__item .title-link {
 text-decoration: none;
 pointer-events: visible;
 order: 2;
}
.solutions-list-v3__item .title-link::before {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 right: 0;
 top: -100%;
 z-index: 10;
}
.solutions-list-v3__item--button {
 position: absolute;
 right: 0;
 top: 0;
 background: url(../img/icons/img-mask_button_top.svg);
 background-size: contain;
 background-position: center;
 background-repeat: no-repeat;
 width: 86px;
 height: 86px;
 display: flex;
 align-items: flex-start;
 justify-content: flex-end;
 z-index: 3;
 pointer-events: none;
}
.solutions-list-v3__item--button .button-icon {
 width: 48px;
 height: 48px;
 border-radius: 8px;
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
 overflow: hidden;
 background-color: #e1ede4;
}
.solutions-list-v3__item--button .button-icon::after,
.solutions-list-v3__item--button .button-icon::before {
 content: "";
 position: absolute;
 top: calc(50% - 9px);
 left: calc(50% - 9px);
 height: 18px;
 width: 18px;
 background-image: url(../img/icons/arrow_right_black.svg);
 background-size: contain;
 background-position: center;
 background-repeat: no-repeat;
 transition: 0.3s ease;
}
.solutions-list-v3__item--button .button-icon::after {
 left: -20px;
}
.solutions-list-v3__item .show-hide-icon {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 40px;
 height: 40px;
 border-radius: 50%;
 background-color: #fff;
 transition: 0.4s ease;
}
.solutions-list-v3__item .show-hide-icon svg {
 transition: 0.3s ease;
}
.solutions-list-v3__item .show-hide-icon-wrapper {
 position: relative;
 padding-top: 25px;
 margin-top: -25px;
 height: 65px;
 box-sizing: content-box;
 order: 1;
 z-index: 11;
 overflow: hidden;
 transition: 0.4s linear;
}
.solutions-list-v3__item--image {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 top: 0;
 display: flex;
 align-items: flex-start;
 justify-content: center;
 z-index: 1;
 padding: 12px;
}
.solutions-list-v3__item--image img {
 width: auto;
 max-width: 100%;
 margin-top: 10px;
}
.solutions-list-v3__item--content {
 position: relative;
 z-index: 11;
 pointer-events: none;
 width: 100%;
 padding: 25px;
 color: #1d1d1b;
 font-size: 14px;
 transition: 0.5s linear;
 transform: translateY(calc(100% - 192px));
 display: flex;
 flex-direction: column;
}
.solutions-list-v3__item--content .extra-info__wrapper {
 order: 3;
}
.solutions-list-v3__item--content h3 {
 color: #1d1d1b;
 font-size: 32px;
 line-height: 110%;
 margin: 0;
 padding: 0;
 margin-bottom: 25px;
 min-height: 82px;
 max-width: 270px;
 order: 2;
}
.solutions-list-v3__item--content p {
 margin: 0;
 margin-bottom: 20px;
 min-height: 42px;
 max-height: 100px;
 overflow: hidden;
 text-overflow: ellipsis;
 -webkit-line-clamp: 5;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 order: 3;
}
.solutions-list-v3__item--content ul {
 list-style: none;
 margin: 0;
 order: 4;
}
.solutions-list-v3__item--content ul li {
 display: flex;
 align-items: center;
 margin-bottom: 13px;
 line-height: 14px;
}
.solutions-list-v3__item--content ul li:last-child {
 margin-bottom: 0;
}
.solutions-list-v3__item--content ul li::before {
 content: "";
 width: 20px;
 height: 20px;
 min-width: 20px;
 background-image: url(../img/icons/ok-circle_20-20px_black.svg);
 background-position: center;
 background-repeat: no-repeat;
 margin-right: 10px;
 margin-top: 2px;
}
html[lang="pt-BR"] .solutions-list-v3__item h3,
html[lang="ru-RU"] .solutions-list-v3__item h3 {
 max-width: 330px;
 font-size: 28px;
}
.solutions-list-v3-section {
 padding: 95px 0;
 padding-bottom: 105px;
}
.solutions-list-v3-section .header-section {
 max-width: 960px;
 width: 100%;
 margin: 0 auto;
 text-align: center;
 color: #1d1d1b;
}
.solutions-list-v3-section .header-section h2 {
 margin: 0;
 margin-bottom: 25px;
 font-size: 90px;
 line-height: 100%;
 text-transform: initial;
}
.solutions-list-v3-section .header-section p {
 max-width: 640px;
 width: 100%;
 margin: 0 auto;
 opacity: 0.8;
}
.solutions-list-v3 {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 10px;
 align-items: flex-start;
 margin-top: 50px;
}
.partners-logos-block {
 position: relative;
 overflow: hidden;
 z-index: 4;
 padding-top: 105px;
 padding-bottom: 95px;
 background-color: #1d1d1b;
 padding-bottom: 400px;
}
.partners-logos-block * {
 color: #fff;
 text-align: center;
}
.partners-logos-block .container {
 display: flex;
 flex-direction: column;
 align-items: center;
}
.partners-logos-block h2 {
 width: 760px;
 text-transform: initial;
 padding: 0;
 margin-bottom: 25px;
 max-width: 100%;
 font-size: 64px;
 font-family: "Sofia Pro Bold";
 line-height: 100%;
 text-transform: none;
}
.partners-logos-block p {
 width: 540px;
 text-transform: initial;
 line-height: 150%;
 color: rgba(29, 29, 27, 0.8);
 font-size: 16px;
 font-family: "Sofia Pro";
 max-width: 100%;
 color: rgba(255, 255, 255, 0.8);
 font-family: "Sofia Pro Light";
}
.partners-logos-block .btn-default {
 border: 2px solid #fff;
 color: #fff;
 background-color: transparent;
 min-width: 150px;
 height: 52px;
 margin-top: 25px;
 text-transform: uppercase;
}
.partners-logos-block .btn-default:hover span {
 color: #1d1d1b;
}
.partners-logos-block .btn-default .fill-container {
 max-width: 200%;
}
.partners-logos-block .btn-default .fill-container::after {
 background-color: #fff;
}
.partners-logos-block .scroll-line-image {
 position: absolute;
 left: 0;
 bottom: 0;
 height: 314px;
 right: 0;
 overflow: hidden;
 display: flex;
 white-space: nowrap;
}
.partners-logos-block .scroll-line-image .scroll-partners {
 display: flex;
 width: 100%;
 white-space: nowrap;
}
.partners-logos-block
 .scroll-line-image
 .scroll-partners
 .scroll-partners-image-wrap {
 display: flex;
 white-space: nowrap;
 background-color: #1d1d1b;
}
.partners-logos-block .scroll-line-image .scroll-partners .scroll-image {
 width: 3432px;
 max-width: 1000%;
 height: 314px;
 background-size: 50%;
 animation: scroll 60s infinite linear;
 will-change: transform;
}
@keyframes scroll {
 from {
  transform: translateX(0);
 }
 to {
  transform: translateX(-50%);
 }
}
.swiper-button-wrapper {
 position: absolute;
 top: calc(50% - 32px);
 left: 0;
 width: 100%;
 display: flex;
 justify-content: space-between;
 pointer-events: none;
}
.swiper-wrapper {
 display: flex;
}
.swiper-button-lock,
.swiper-pagination-lock {
 display: none !important;
}
.swiper-button {
 pointer-events: visible;
 width: 34px;
 height: 64px;
 background-color: #ebebef;
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 border-top-left-radius: 16px;
 border-bottom-left-radius: 16px;
 transition: 0.3s;
}
.swiper-button.swiper-button-disabled {
 opacity: 0;
 pointer-events: none;
}
.swiper-button:hover {
 transform: scale(0.95);
}
.swiper-button::before {
 content: "";
 width: 10px;
 display: block;
 height: 10px;
 opacity: 0.4;
 border-bottom: 2pt solid #2c343a;
 border-right: 2pt solid #2c343a;
 position: relative;
 left: -1pt;
 border-radius: 1px;
 border-bottom-right-radius: 2px;
 transform: rotate(-45deg);
}
.swiper-button-prev {
 border-radius: 0;
 border-top-right-radius: 16px;
 border-bottom-right-radius: 16px;
}
.swiper-button-prev::before {
 transform: rotate(135deg);
 left: auto;
 right: -1pt;
}
.swiper-pagination {
 display: flex;
 height: 10px;
}
.swiper-pagination-bullet {
 width: 10px;
 height: 10px;
 border-radius: 50%;
 display: block;
 margin-right: 10px;
 background-color: rgba(0, 0, 0, 0.08);
 transition: 0.3s ease;
 cursor: pointer;
}
.swiper-pagination-bullet-active {
 background-color: #686c78;
}
.swiper-pagination-bullet:last-child {
 margin-right: 0;
}
.swiper-pagination-fraction {
 font-family: "Sofia Pro Bold";
 justify-content: center;
 height: auto;
 align-items: center;
 line-height: 135%;
}
.swiper-pagination-fraction span {
 display: flex;
 justify-content: center;
 margin: 0 3px;
 min-width: 10px;
 font-size: 14px;
}
.swiper-pagination-fraction .separator {
 margin: 0;
 min-width: 5px;
}
.swiper-vertical {
 touch-action: pan-x;
}
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
}
.swiper-slide-invisible-blank {
 visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
 height: auto;
}
.swiper-autoheight .swiper-wrapper {
 align-items: flex-start;
 transition-property: transform, height;
}
.swiper-fade.swiper-free-mode .swiper-slide {
 transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
 pointer-events: none;
 transition-property: opacity;
}
.swiper-fade .swiper-wrapper {
 transform: translate3d(0, 0, 0);
}
.swiper-fade .swiper-slide {
 transform: translate3d(0, 0, 0);
 opacity: 0;
}
.swiper-fade .swiper-slide-active {
 opacity: 1;
 pointer-events: visible !important;
}
.reviews-slider-single-v2-section {
 padding-top: 105px;
 padding-bottom: 95px;
 background-color: #fff;
 position: relative;
 z-index: 2;
 will-change: transform;
 transition: 60ms linear;
}
.reviews-slider-single-v2-section header {
 margin-bottom: 30px;
}
.reviews-slider-single-v2-section header:empty {
 display: none;
}
.reviews-slider-single-v2-section header .h2,
.reviews-slider-single-v2-section header h2 {
 font-size: 64px;
 font-family: "Sofia Pro Bold";
 line-height: 100%;
 text-transform: none;
}
.reviews-slider-single-v2-section header .h2,
.reviews-slider-single-v2-section header h2,
.reviews-slider-single-v2-section header p {
 text-align: center;
 max-width: 760px;
 margin: 0 auto;
}
.reviews-slider-single-v2-section header p {
 margin-top: 24px;
}
.reviews-slider-single-v2 {
 overflow: hidden;
}
.reviews-slider-single-v2__wrap {
 border-radius: 20px;
 background-color: #f4f4f6;
 padding: 60px 86px;
 width: 100%;
 position: relative;
 margin-top: 50px;
}
.reviews-slider-single-v2 .swiper-wrapper {
 display: flex;
}
.reviews-slider-single-v2 .swiper-button-wrapper {
 width: calc(100% - 60px);
 top: 200px;
 left: 30px;
}
.reviews-slider-single-v2 .swiper-button {
 width: 46px;
 height: 46px;
 border-radius: 50%;
 background-color: rgba(0, 0, 0, 0.1);
 overflow: hidden;
 position: relative;
}
.reviews-slider-single-v2 .swiper-button::after {
 content: "";
 position: absolute;
 background-color: #1d1d1b;
 display: flex;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 border-radius: 50%;
 transform: scale(0);
 opacity: 0;
 z-index: 2;
 transition: 0.3s ease;
}
.reviews-slider-single-v2 .swiper-button:hover {
 transform: none;
}
.reviews-slider-single-v2 .swiper-button:hover::after {
 transform: scale(1);
 opacity: 1;
}
.reviews-slider-single-v2 .swiper-button::before {
 border-color: #fff;
 opacity: 1;
 position: relative;
 z-index: 9;
}
.reviews-slider-single-v2 .swiper-button.swiper-button-next::before {
 left: -2px;
}
.reviews-slider-single-v2 .swiper-button.swiper-button-prev::before {
 left: 2px;
}
.reviews-slider-single-v2__nav {
 margin: 0 auto;
 margin-bottom: 30px;
 overflow: hidden;
 width: 100%;
 max-width: 310px;
}
.reviews-slider-single-v2__nav .swiper-horizontal {
 touch-action: pan-y;
}
.reviews-slider-single-v2__nav .swiper-wrapper {
 display: flex;
 position: relative;
 width: 100%;
 height: auto;
 transition-property: transform;
 transition-timing-function: ease;
 box-sizing: content-box;
}
.reviews-slider-single-v2__nav .author-image {
 display: block;
 height: 90px;
 overflow: hidden;
 border-radius: 50%;
 position: relative;
 filter: grayscale(100%);
 opacity: 0.4;
 transition: 0.3s ease;
 flex-shrink: 0;
 cursor: pointer;
}
.reviews-slider-single-v2__nav .author-image.swiper-slide-thumb-active {
 filter: grayscale(0);
 opacity: 1;
}
.reviews-slider-single-v2__nav .author-image img {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 width: auto;
 min-width: 100%;
 max-width: 120%;
 min-height: 100%;
 height: auto;
}
.reviews-slider-single-v2__nav .author-image:hover {
 opacity: 1;
}
.reviews-slider-single-v2__item {
 display: flex;
 align-items: center;
 flex-direction: column;
 flex-shrink: 0;
}
.reviews-slider-single-v2__item--text {
 max-width: 900px;
 width: calc(100% - 45px);
 margin: 0 auto;
 text-align: center;
 color: #1d1d1b;
 font-size: 24px;
 margin-bottom: 30px;
 position: relative;
 line-height: 130%;
 font-family: "Sofia Pro Medium";
}
.reviews-slider-single-v2__item--text * {
 color: #1d1d1b;
}
.reviews-slider-single-v2__item--text::after,
.reviews-slider-single-v2__item--text::before {
 content: "";
 position: absolute;
 width: 10px;
 height: 6px;
 background: url(../img/icons/quote_icon_left.svg) center no-repeat;
 left: -20px;
 top: 12px;
}
.reviews-slider-single-v2__item--text::after {
 left: auto;
 right: -20px;
 background: url(../img/icons/quote_icon_right.svg) center no-repeat;
}
.reviews-slider-single-v2__item--author > div {
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 14px;
}
.reviews-slider-single-v2__item--author > div .review_author_name {
 color: #1d1d1b;
 font-family: "Sofia Pro Medium";
 justify-self: flex-end;
}
.reviews-slider-single-v2__item--author > div .review_author_position {
 color: #9da0aa;
 justify-self: flex-start;
}
.reviews-slider-single-v2__item--author > div div {
 position: relative;
 margin: 0 20px;
}
.reviews-slider-single-v2__item--author > div div::after {
 content: "|";
 position: absolute;
 right: -20px;
 color: #9da0aa;
}
.reviews-slider-single-v2__item--author > div div:last-child::after {
 display: none;
}
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
.facts-figures-v2 {
 padding-top: 105px;
 padding-bottom: 95px;
 background-color: #f4f4f6;
 overflow: hidden;
}
.facts-figures-v2 h2 {
 text-align: center;
 font-size: 90px;
 color: #000;
 line-height: 100%;
 text-transform: uppercase;
 margin-bottom: 25px;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 max-width: 960px;
}
.facts-figures-v2 .subtitle {
 text-align: center;
 max-width: 640px;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 color: rgba(29, 29, 27, 0.8);
}
.facts-figures-v2__wrapper {
 display: grid;
 gap: 20px;
 grid-template-columns: 1fr 420px;
 margin-top: 50px;
}
.facts-figures-v2 .wrapp-slider {
 max-width: 100%;
}
.facts-figures-v2 .wrapp-slider .btn-default {
 height: 80px;
 margin-top: 20px;
}
.facts-figures-v2-slider {
 padding: 10px;
 border-radius: 20px;
 padding-top: 20px;
 background-color: #fff;
 overflow: hidden;
 position: relative;
 max-width: 100%;
 transition: 0.3s ease;
}
.facts-figures-v2-slider:hover {
 box-shadow: 0 0 20px 0 rgba(29, 29, 27, 0.1019607843);
}
.facts-figures-v2-slider a {
 position: absolute;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
}
.facts-figures-v2-slider .swiper-wrapper {
 display: flex;
}
.facts-figures-v2-slider .swiper-button-wrapper {
 width: calc(100% - 50px);
 left: 25px;
 z-index: 40;
 top: auto;
 bottom: 110px;
 display: flex !important;
}
.facts-figures-v2-slider .swiper-button {
 width: 46px;
 height: 46px;
 border-radius: 50%;
 background-color: rgba(29, 29, 27, 0.1);
 overflow: hidden;
 position: relative;
}
.facts-figures-v2-slider .swiper-button::after {
 content: "";
 position: absolute;
 background-color: #1d1d1b;
 display: flex;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 border-radius: 50%;
 transform: scale(0);
 opacity: 0;
 z-index: 2;
 transition: 0.3s ease;
}
.facts-figures-v2-slider .swiper-button:hover {
 transform: none;
}
.facts-figures-v2-slider .swiper-button:hover::after {
 transform: scale(1);
 opacity: 1;
}
.facts-figures-v2-slider .swiper-button::before {
 border-color: #fff;
 opacity: 1;
 position: relative;
 z-index: 9;
}
.facts-figures-v2-slider .swiper-button.swiper-button-next::before {
 left: -2px;
}
.facts-figures-v2-slider .swiper-button.swiper-button-prev::before {
 left: 2px;
}
.facts-figures-v2-slider .swiper-slide {
 flex-shrink: 0;
 text-align: center;
 width: 100% !important;
 position: relative;
}
.facts-figures-v2-slider .swiper-slide .h4,
.facts-figures-v2-slider .swiper-slide h4 {
 font-size: 28px;
 font-family: "Sofia Pro Bold";
 line-height: 115%;
 text-transform: none;
 margin: 14px 0;
 font-family: "Sofia Pro Black";
}
.facts-figures-v2-slider .swiper-slide p {
 color: #9da0aa;
 font-size: 14px;
 line-height: 145%;
 font-family: "Sofia Pro Light";
 margin: 0;
 height: 40px;
 margin-bottom: 10px;
 font-family: "Sofia Pro Light";
}
.facts-figures-v2-slider__image {
 background-color: #f4f4f6;
 border-radius: 14px;
 height: 250px;
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-top: auto;
}
.facts-figures-v2-slider__image img {
 max-height: 60%;
 width: auto;
 height: auto;
 max-width: 200px;
}
.facts-figures-v2__figures {
 padding: 10px;
 border-radius: 20px;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 padding-top: 190px;
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 10px;
}
.facts-figures-v2__figures,
.facts-figures-v2__figures li {
 list-style: none;
 margin: 0;
}
.facts-figures-v2__figures li {
 backdrop-filter: blur(20px);
 -webkit-backdrop-filter: blur(20px);
 background-color: rgba(255, 255, 255, 0.02);
 border-radius: 14px;
 border: 1.2pt solid rgba(255, 255, 255, 0.4);
 color: #fff;
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-direction: column;
 text-transform: initial;
 padding: 30px 10px;
 text-align: center;
 min-height: 170px;
}
.facts-figures-v2__figures li .title {
 font-size: 42px;
 font-family: "Sofia Pro Bold";
 margin: 0;
 padding: 0;
 line-height: 100%;
}
.facts-figures-v2__figures li .subtitle {
 font-size: 14px;
 line-height: 145%;
 font-family: "Sofia Pro Light";
 color: rgba(255, 255, 255, 0.8);
 line-height: 130%;
 font-family: "Sofia Pro Light";
}
.partner-card {
 background-color: #fff;
 border-radius: 20px;
 box-shadow: 0 0 20px 0 rgba(29, 29, 27, 0.1019607843);
 padding: 24px;
 position: relative;
 display: flex;
 flex-direction: column;
 justify-content: space-around;
 height: 250px;
 transition: 0.3s ease;
 overflow: hidden;
}
.partner-card img {
 width: 80px;
 border-radius: 14px;
}
.partner-card a {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 top: 0;
}
.partner-card a span {
 position: absolute;
 right: 20px;
 top: 20px;
 width: 40px;
 height: 40px;
 border-radius: 50%;
 background: #f4f4f6;
 display: flex;
 align-items: center;
 justify-content: center;
}
.partner-card a span::before {
 content: "";
 position: absolute;
 right: 0;
 top: 0;
 bottom: 0;
 left: 0;
 transition: 0.3s ease;
 transform: scale(0.2);
 border-radius: 50%;
 z-index: 2;
 opacity: 0;
}
.partner-card a span::after {
 content: "";
 width: 18px;
 height: 18px;
 position: relative;
 z-index: 4;
 transition: 0.3s ease;
 background: url(../img/icons/arrow_black_small.svg) center no-repeat;
}
.partner-card h4 {
 font-size: 18px;
 font-family: "Sofia Pro Semi Bold";
 line-height: 130%;
 text-transform: none;
 margin-bottom: 10px;
}
.partner-card p {
 color: #9da0aa;
 font-size: 14px;
 line-height: 145%;
 font-family: "Sofia Pro Light";
 margin: 0;
 font-family: "Sofia Pro Light";
}
.partner-card:hover {
 box-shadow: none;
}
.partner-card:hover a span::before {
 background-color: #1d1d1b;
 transform: scale(1);
 opacity: 1;
}
.partner-card:hover a span::after {
 filter: brightness(0) invert(1);
}
.has-partner-cards {
 padding-bottom: 0 !important;
}
.has-partner-cards + .partner-cards-section {
 padding-top: 60px;
}
.partner-cards-section {
 padding-top: 105px;
 padding-bottom: 95px;
 background-color: #f4f4f6;
}
.partner-cards-section .h2,
.partner-cards-section h2 {
 text-transform: initial;
 text-align: center;
 padding-top: 0;
}
.partner-cards-section p {
 text-align: center;
}
.partner-cards-section .partner-cards {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 20px;
}
.partner-cards-section .partner-cards p {
 text-align: left;
}
.knowldege-base-banner-container {
 padding-top: 105px;
 padding-bottom: 95px;
}
.knowldege-base-banner {
 position: relative;
 overflow: hidden;
 padding: 95px;
 background: linear-gradient(180deg, #fbba00 0, #fec932 100%);
 border-radius: 20px;
 display: flex;
 flex-direction: column;
 align-items: center;
}
.knowldege-base-banner .bg-parallax {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 top: 0;
 background-image: var(
   --banner-image-left,
   url("../img/bg/kb_banner_left.webp")
  ),
  var(--banner-image-right, url("../img/bg/kb_banner_right.webp"));
 background-position: -27% bottom, 127% bottom;
 background-repeat: no-repeat, no-repeat;
 background-size: 46%, 46%;
 max-width: 100%;
 z-index: 1;
 transition: 0.1s ease;
 pointer-events: none;
 will-change: transform;
}
.knowldege-base-banner .h2,
.knowldege-base-banner h2,
.knowldege-base-banner p {
 max-width: 540px;
 text-align: center;
 position: relative;
 z-index: 2;
}
.knowldege-base-banner .h2,
.knowldege-base-banner h2 {
 font-size: 42px;
 font-family: "Sofia Pro Black";
 line-height: 100%;
 text-transform: none;
 margin-bottom: 20px;
}
.knowldege-base-banner p {
 text-transform: initial;
 line-height: 150%;
 color: rgba(29, 29, 27, 0.8);
 font-size: 16px;
 font-family: "Sofia Pro";
 color: #1d1d1b;
 opacity: 0.8;
 margin: 0;
}
.knowldege-base-banner .btn-default {
 background: 0 0;
 border: 1pt solid #1d1d1b;
 text-transform: uppercase;
 margin-top: 30px;
}
.knowldege-base-banner .btn-default .button-text {
 color: #1d1d1b;
 z-index: 4;
}
.knowldege-base-banner .btn-default .fill-container::after {
 background-color: #1d1d1b;
}
.knowldege-base-banner .btn-default:hover .button-text {
 color: #fff;
}
.tab-switcher {
 display: flex;
 align-items: center;
 padding: 8px;
 border-radius: 14px;
 background-color: #f4f4f6;
 width: fit-content;
}
.tab-switcher__item {
 background-color: transparent;
 border-radius: 8px;
 height: 48px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 line-height: 100%;
 font-size: 14px;
 color: #9da0aa;
 font-family: "Sofia Pro Semi Bold";
 outline: 0;
 border: 1.6pt solid rgba(29, 29, 27, 0.2);
 text-transform: capitalize;
 min-width: 147px;
 transition: 0.3s ease;
}
.tab-switcher__item.active {
 background-color: #1d1d1b;
 color: #fff;
 border-color: #1d1d1b;
 pointer-events: none;
}
.tab-switcher__item.active:hover {
 color: #fff;
}
.tab-switcher__item:hover {
 border-color: #1d1d1b;
 color: #1d1d1b;
}
.tab-switcher__item + .tab-switcher__item {
 margin-left: 8px;
}
.btn-yellow {
 background: #fbba00;
 color: #fff;
 filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.item,
.subs_item {
 padding-left: 8px;
 padding-right: 8px;
 width: 100%;
}
.article-item {
 border-radius: 14px;
 overflow: hidden;
 position: relative;
}
.article-item_link {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 top: 0;
 z-index: 1;
}
.article-item .h3 {
 overflow: hidden;
 text-overflow: ellipsis;
 -webkit-line-clamp: 3;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 font-size: 28px;
 padding: 0;
 margin-bottom: 10px;
 line-height: 115%;
 padding-bottom: 3px;
}
.article-item_image {
 width: 100%;
 height: 294px;
 position: relative;
 overflow: hidden;
 background-color: var(--color-a, #9da0aa);
}
.article-item_image__inside {
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
 transition: 0.7s ease;
}
.article-item_excerpt {
 font-size: 14px;
 color: #9da0aa;
}
.article-item_content {
 padding: 24px;
 background-color: #f4f4f6;
 height: calc(100% - 294px);
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}
.article-item_content__info {
 display: flex;
 padding-bottom: 24px;
 border-bottom: 2px solid rgba(157, 160, 170, 0.2);
 margin-bottom: 24px;
 box-sizing: border-box;
}
.article-item_content__info .info-item {
 position: relative;
 display: flex;
 align-items: center;
 text-decoration: none;
 color: #1d1d1b;
 z-index: 8;
 margin-right: 10px;
 font-size: 14px;
}
.article-item_content__info .info-item:last-child {
 margin-right: 0;
}
.article-item_content__info .info-item::before {
 content: "";
 width: 20px;
 height: 20px;
 background-position: center;
 background-repeat: no-repeat;
 background-size: contain;
 margin-right: 5px;
 margin-top: 2px;
}
.article-item_content__category::before {
 background-image: url(../img/icons/attach-icon.svg);
}
.article-item_content__author::before {
 background-image: url(../img/icons/smooth-person.svg);
}
.article-item_content__date {
 font-size: 14px;
 color: #9da0aa;
}
.article-item_content__bottom {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-top: 10px;
}
.article-item .btn-inline {
 overflow-x: hidden;
 display: block;
 width: fit-content;
}
.article-item .btn-inline span {
 display: flex;
 align-items: center;
 overflow: hidden;
 color: #e30613;
 line-height: 22px;
 transition: 0.3s ease;
 letter-spacing: 0.04em;
 font-size: 14px;
 font-family: "Sofia Pro Semi Bold";
 height: 22px;
}
.article-item .btn-inline span:after {
 content: "";
 display: block;
 width: 20px;
 height: 20px;
 background: url(../img/icons/arrow/arrow_red_in-circle.svg) center no-repeat;
 background-size: contain;
 margin-left: 8px;
 margin-top: 2px;
}
.article-item .btn-inline span {
 transform: translateX(calc(-100% + 20px));
}
.article-item .btn-inline:active span,
.article-item .btn-inline:hover span {
 transform: translateX(0);
}
.article-item:hover .btn-inline span {
 transform: translateX(0);
}
.article-item:hover .article-item_image div {
 transform: scale(1.1);
}
.article-item.type_simple .h3 {
 font-size: 18px;
 -webkit-line-clamp: 2;
 font-family: "Sofia Pro Semi Bold";
}
.article-item.type_simple .article-item_image {
 height: 140px;
}
.article-item.type_simple .article-item_content {
 height: calc(100% - 140px);
}
.latest-publication-section {
 padding-top: 105px;
 padding-bottom: 95px;
 position: relative;
}
.latest-publication-section header {
 width: calc(100% - 318px + 25px);
 max-width: 640px;
}
.latest-publication-section header h2 {
 font-size: 64px;
 font-family: "Sofia Pro Black";
 line-height: 100%;
 text-transform: none;
 margin-bottom: 25px;
}
.latest-publication-section header p {
 font-size: 16px;
 margin: 0;
 color: rgba(29, 29, 27, 0.8);
}
.latest-publication-section .btn-full-width {
 height: 68px;
 border-radius: 14px;
 background-color: #f3f3f5;
 width: 100%;
 margin-top: 20px;
 overflow-x: hidden;
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 text-transform: uppercase;
 font-size: 14px;
 font-family: "Sofia Pro Semi Bold";
 text-decoration: none;
}
.latest-publication-section .btn-full-width span {
 position: relative;
 transform: translateX(-20px);
 transition: 0.4s ease;
 color: #e30613;
}
.latest-publication-section .btn-full-width span::after,
.latest-publication-section .btn-full-width span::before {
 content: "";
 position: absolute;
 top: calc(50% - 8px);
 width: 18px;
 height: 18px;
 background: url(../img/icons/arrow/arrow_red_right.svg) center no-repeat;
 background-size: contain;
 right: -30px;
 transition: 0.4s ease;
}
.latest-publication-section .btn-full-width span::before {
 right: auto;
 left: -30px;
 filter: grayscale(1) brightness(0);
 opacity: 0;
}
.latest-publication-section .btn-full-width:hover span {
 transform: translateX(20px);
 color: #1d1d1b;
}
.latest-publication-section .btn-full-width:hover span::before {
 opacity: 1;
}
.latest-publication-section .btn-full-width:hover span::after {
 opacity: 0;
}
.latest-publication-section .latest-publication {
 overflow: hidden;
}
.latest-publication-section .latest-publication > div {
 transform: translateY(90px);
 opacity: 0;
 transition: 0.3s ease;
}
.latest-publication-section .latest-publication > div.active {
 transform: translateY(0);
 opacity: 1;
}
.latest-publication-section .tab-switcher {
 position: absolute;
 right: 15px;
 top: 0;
}
#latest-kb {
 display: none;
}
.articles-grid {
 display: grid;
 grid-template-columns: 1.028fr 1fr 1fr;
 grid-template-rows: 1fr 1fr;
 gap: 20px;
 margin-top: 40px;
}
.articles-grid .article-item:first-child {
 grid-row-start: 1;
 grid-row-end: 3;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
 letter-spacing: normal;
}
.btn-arrow-circle-large {
 background-color: #fff;
 padding: 24px 30px;
 border-radius: 14px;
}
.btn-arrow-circle-large .button-text {
 position: relative;
 width: 100%;
 display: inline-flex;
 justify-content: space-between;
 align-items: center;
 color: #e30613;
 transition: 0.3s ease;
 text-transform: uppercase;
 vertical-align: text-top;
 line-height: 120%;
}
.btn-arrow-circle-large .button-text span {
 display: inline-block;
 vertical-align: text-top;
 line-height: 120%;
}
.btn-arrow-circle-large .button-text::after {
 content: "";
 display: block;
 width: 20px;
 height: 20px;
 background: url(../img/icons/arrow/arrow_red_in-circle.svg);
 background-repeat: no-repeat;
 background-position: center;
 transition: 0.3s ease;
 margin-left: 10px;
 margin-bottom: -2px;
}
.btn-arrow-circle-large:hover .button-text {
 color: #fff;
}
.btn-arrow-circle-large:hover .button-text::after {
 filter: brightness(0) invert(1);
}
.latest-awards {
 padding: 0;
 padding-top: 70px;
}
.knowldege-base-banner-container {
 padding-bottom: 0 !important;
}
.background-scale {
 position: relative;
 overflow: hidden;
}
.background-scale-inside {
 position: absolute !important;
 left: 0;
 right: 0;
 bottom: 0;
 top: 0;
 z-index: 0 !important;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 pointer-events: none;
}
.bg-section-grey {
 background-color: #f4f4f6;
}
@media (min-width: 768px) {
 .item,
 .subs_item {
  width: 50%;
 }
 .item.col_8:not(.active),
 .subs_item.col_8:not(.active) {
  width: 100%;
 }
 .item,
 .subs_item {
  width: 50%;
 }
 .item.col_8:not(.active),
 .subs_item.col_8:not(.active) {
  width: 100%;
 }
}
@media (min-width: 1025px) {
 .item,
 .subs_item {
  width: 33.33%;
  padding-left: 12px;
  padding-right: 12px;
 }
 .item.col_8:not(.active),
 .subs_item.col_8:not(.active) {
  width: 66.66%;
 }
 .item.col_8:not(.active) .article_item:not(.type_article) .article_item_header,
 .subs_item.col_8:not(.active)
  .article_item:not(.type_article)
  .article_item_header {
  height: 230px;
 }
 .item.col_5:not(.active),
 .subs_item.col_5:not(.active) {
  width: 50%;
 }
 .item,
 .subs_item {
  width: 33.33%;
  padding-left: 12px;
  padding-right: 12px;
 }
 .item.col_8:not(.active),
 .subs_item.col_8:not(.active) {
  width: 66.66%;
 }
 .item.col_8:not(.active) .article_item:not(.type_article) .article_item_header,
 .subs_item.col_8:not(.active)
  .article_item:not(.type_article)
  .article_item_header {
  height: 230px;
 }
 .item.col_5:not(.active),
 .subs_item.col_5:not(.active) {
  width: 50%;
 }
}
@media (min-width: 1081px) {
 .latest-awards-slider .swiper-slide:hover .latest-awards-slider__content {
  transform: translateY(0);
 }
 .latest-awards-slider .swiper-slide:hover .latest-awards-slider__image {
  transform: translateY(-122px);
 }
 .product-card:hover .product-card__inner {
  box-shadow: 0 0 20px 0 rgba(29, 29, 27, 0.1019607843);
 }
 .product-card:hover .button-icon::after,
 .product-card:hover .button-icon::before {
  transform: translateX(37px);
 }
 .product-card:hover img {
  transform: scale(0.9);
 }
 .product-card:hover .product-card__info--features {
  transform: translateY(0);
 }
 .solutions-list-v3__item:hover .solutions-list-v3__item--content {
  transform: translateY(0);
  border-top-right-radius: 14px;
 }
 .solutions-list-v3__item:hover
  .solutions-list-v3__item--content
  .show-hide-icon {
  opacity: 0;
  transform: translateY(-50px);
 }
 .solutions-list-v3__item:hover
  .solutions-list-v3__item--content
  .show-hide-icon-wrapper {
  height: 0;
 }
 .solutions-list-v3__item:hover
  .solutions-list-v3__item--button
  .button-icon::after,
 .solutions-list-v3__item:hover
  .solutions-list-v3__item--button
  .button-icon::before {
  transform: translateX(36px);
 }
}
@media (min-width: 1441px) {
 .latest-awards-slider__content {
  padding: 15px;
 }
}
@media (max-width: 1440px) {
 .latest-awards-slider__content {
  padding: 20px;
 }
}
@media (max-width: 1439px) {
 .product-card__info p {
  max-width: 72%;
 }
 .product-cards-wrapper {
  grid-template-columns: 1fr 1fr;
 }
}
@media (max-width: 1230px) {
 .hero-front-page__heading {
  font-size: calc(14px + 57 * (100vw - 320px) / 568);
 }
 .facts-figures-v2__wrapper {
  grid-template-columns: 1fr 340px;
 }
 .facts-figures-v2-slider .swiper-slide .h4,
 .facts-figures-v2-slider .swiper-slide h4 {
  padding: 0 15px;
 }
}
@media (max-width: 1200px) {
 .reviews-slider-single-v2 .swiper-button-wrapper {
  width: calc(100% - 30px);
  left: 15px;
 }
}
@media (max-width: 1080px) {
 .hero-front-page__left h1 {
  margin-bottom: 0;
  margin-top: 35px;
  line-height: 150%;
 }
 .hero-front-page__left {
  display: flex;
  flex-direction: column-reverse;
 }
 .latest-awards-section {
  background-color: #f4f4f6;
 }
 .latest-awards {
  padding-top: 75px;
  padding-bottom: 65px;
 }
 .latest-awards-slider {
  overflow: visible;
 }
 .banner-event-section {
  padding-top: 75px;
  padding-bottom: 65px;
 }
 .banner-event-section {
  background-color: #f4f4f6;
 }
 .banner-event.banner-img {
  padding-top: 64.52%;
 }
 .banner-event h3.only-title {
  max-width: 100%;
  text-align: center;
 }
 .banner-event__content h3 {
  font-size: 32px;
  margin-bottom: 24px;
 }
 .banner-event__content {
  width: 100%;
 }
 .banner-event .btn-wrapper {
  width: 304px;
  background: url(../img/masks/button_text_arrow_mask_tablet.svg) center
   no-repeat;
 }
 .banner-event .btn-default {
  width: 252px;
  padding: 24px;
 }
 .product-card__inner {
  align-items: center;
  min-height: 0;
  padding: 10px;
  border-radius: 14px;
 }
 .product-card {
  min-height: 310px;
  height: auto;
 }
 .product-card.showed-info .product-card__info {
  transform: scale(1);
  opacity: 1;
 }
 .product-card h3 {
  font-size: 32px;
  margin-bottom: 24px;
 }
 .product-card h3 {
  margin-bottom: 0;
  flex-direction: column;
  width: 100%;
  text-align: center;
 }
 .product-card h3 .no-url {
  margin-bottom: 15px;
 }
 .product-card h3 a .button-icon {
  width: 100%;
 }
 .product-card h3 a {
  width: 100%;
  margin-top: 20px;
  position: relative;
 }
 .product-card h3 a::before {
  top: -40px;
  bottom: -10px;
 }
 .product-card img {
  position: static;
  max-width: 100%;
  width: auto;
  max-height: 180px;
  margin-bottom: 20px;
  z-index: 1;
  margin-top: 15px;
 }
 .product-card__show-info {
  position: absolute;
  right: 10px;
  top: 10px;
  margin-top: 0;
  border-radius: 8px;
  z-index: 4;
 }
 .product-card__info {
  order: 1;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 14px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 2;
  transform-origin: calc(100% - 5px) 0;
  opacity: 0;
  transform: scale(0.056, 0.2);
  transition: 0.5s ease-in-out;
 }
 .product-card__info--wrapper {
  order: 1;
  width: 100%;
  display: none;
 }
 .product-card__info p {
  max-width: 100%;
  padding-right: 25px;
  color: rgba(29, 29, 27, 0.8);
 }
 .product-card__info--features.grid {
  grid-template-columns: 1fr;
  padding: 0;
 }
 .product-card__info--features {
  position: static;
  padding: 0;
  transform: translate(0);
  transition: none;
  margin-top: 16px;
  min-height: 0;
 }
 .product-card__info--features li + li {
  margin-top: 8px;
 }
 .product-cards-section {
  padding-top: 75px;
  padding-bottom: 65px;
 }
 .product-cards-section {
  background-color: #f4f4f6;
 }
 .product-cards-section .circle-bg::before {
  transform: translate(0);
 }
 .product-cards-wrapper {
  gap: 50px;
  grid-template-columns: 1fr;
  margin-top: 0;
 }
 .product-cards-wrapper__left header {
  height: auto;
  padding-right: 0;
 }
 .product-cards-wrapper__left header * {
  text-align: center;
 }
 .product-cards-wrapper__left header h2 {
  font-size: 64px;
 }
 .product-cards-wrapper__left header p {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
 }
 .product-cards-wrapper__left header .slide-counter {
  display: none !important;
 }
 .product-cards-wrapper__right {
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 10px;
 }
 .product-cards-tabs--wrapper {
  display: none !important;
 }
 .solutions-list-v3__item .title-link::before {
  bottom: -250px;
  left: -20px;
  right: -20px;
  top: -50px;
 }
 .solutions-list-v3__item {
  flex-direction: column;
  align-items: center;
  height: auto;
  border-radius: 14px;
  border-bottom-left-radius: 8px;
  min-height: 234px;
  padding: 10px;
  box-sizing: border-box;
 }
 .solutions-list-v3__item.showed-info .extra-info {
  transform: scale(1);
  opacity: 1;
 }
 .solutions-list-v3__item.showed-info .show-hide-icon svg {
  transform: rotate(45deg);
 }
 .solutions-list-v3__item--button {
  background-image: url(../img/icons/img-mask_button_bottom.svg);
  top: auto;
  right: auto;
  left: -0.5px;
  bottom: -0.5px;
  align-items: flex-end;
  justify-content: flex-start;
 }
 .solutions-list-v3__item .show-hide-icon-wrapper {
  position: absolute;
  width: 40px;
  height: 40px;
  margin-top: 0;
  box-sizing: border-box;
  right: 0;
  top: 0;
 }
 .solutions-list-v3__item--image {
  position: relative;
  width: 100%;
  justify-content: flex-end;
  height: 150px;
  margin-top: auto;
 }
 .solutions-list-v3__item--image img {
  position: absolute;
  left: 64%;
  top: 60%;
  transform: translate(-50%, -50%);
  max-width: 277px;
  max-height: 100%;
  margin-top: 0;
 }
 .solutions-list-v3__item--content {
  background-color: transparent !important;
  padding: 0;
  flex-direction: column-reverse;
  transform: translateY(0);
  color: rgba(29, 29, 27, 0.8);
  pointer-events: visible;
 }
 .solutions-list-v3__item--content .extra-info__wrapper {
  display: none;
 }
 .solutions-list-v3__item--content .extra-info {
  order: 1;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 2;
  transform-origin: calc(100% - 5px) 0;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s ease-in-out;
 }
 .solutions-list-v3__item--content h3 {
  position: absolute;
  color: #333331;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px - 40px);
  max-width: 230px;
  font-size: 28px;
  margin: 0;
  height: auto;
  text-align: left;
 }
 .solutions-list-v3__item--content p {
  min-height: 0;
  padding-right: 40px;
  margin-bottom: 15px;
 }
 .solutions-list-v3__item--content ul li {
  margin-bottom: 8px;
 }
 .solutions-list-v3__item--content ul li::before {
  background-image: url(../img/icons/ok-circle_20-20px_black.svg);
 }
 .solutions-list-v3__item--content .show-hide-icon {
  box-sizing: border-box;
  position: absolute;
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  border-radius: 8px;
  left: auto;
 }
 .solutions-list-v3__item--content .show-hide-icon span {
  color: #1d1d1b;
  font-size: 14px;
  display: block;
 }
 .solutions-list-v3__item--content .show-hide-icon::after,
 .solutions-list-v3__item--content .show-hide-icon::before {
  background-color: #1d1d1b;
 }
 html[lang="pt-BR"] .solutions-list-v3__item h3,
 html[lang="ru-RU"] .solutions-list-v3__item h3 {
  max-width: 240px;
  font-size: 26px;
 }
 .solutions-list-v3-section .header-section h2 {
  font-size: 64px;
 }
 .solutions-list-v3 {
  margin-top: 40px;
  grid-template-columns: repeat(2, 1fr);
 }
 .partners-logos-block {
  padding-top: 75px;
  padding-bottom: 65px;
 }
 .partners-logos-block {
  padding-bottom: 400px;
 }
 .reviews-slider-single-v2-section {
  padding-top: 75px;
  padding-bottom: 65px;
 }
 .reviews-slider-single-v2 .swiper-button-wrapper {
  display: flex;
 }
 .facts-figures-v2 {
  padding-top: 75px;
  padding-bottom: 65px;
 }
 .facts-figures-v2 h2 {
  font-size: 64px;
 }
 .facts-figures-v2__wrapper {
  display: flex;
 }
 .facts-figures-v2 .wrapp-slider {
  width: calc(50% - 10px);
 }
 .facts-figures-v2-slider .swiper-slide p {
  margin-bottom: 10px;
 }
 .facts-figures-v2__figures {
  grid-template-columns: 1fr 1fr;
  width: calc(50% - 10px);
 }
 .partner-cards-section {
  padding-top: 75px;
  padding-bottom: 65px;
 }
 .partner-cards-section .partner-cards {
  grid-template-columns: 1fr 1fr;
 }
 .knowldege-base-banner-container {
  padding-top: 75px;
  padding-bottom: 65px;
 }
 .knowldege-base-banner .h2,
 .knowldege-base-banner h2 {
  font-size: 32px;
 }
 .latest-publication-section {
  padding-top: 75px;
  padding-bottom: 65px;
 }
 .latest-publication-section header h2 {
  font-size: 64px;
 }
 .articles-grid {
  grid-template-columns: 1fr 1fr;
 }
 .articles-grid .article-item:first-child {
  display: none;
 }
 .facts-figures-v2__figures li {
  min-height: 170px;
 }
 .facts-figures-v2__figures li:nth-child(5),
 .facts-figures-v2__figures li:nth-child(6) {
  display: none;
 }
}
@media (max-width: 1024px) {
 .swiper-button-wrapper {
  display: none;
 }
}
@media (max-width: 960px) {
 .hero-front-page__heading {
  font-size: calc(14px + 65 * (100vw - 320px) / 735);
 }
 .knowldege-base-banner .bg-parallax {
  background-position: -200px -10%, calc(100% + 200px) 110%;
  background-size: 448px, 448px;
 }
 .latest-publication-section header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 100%;
 }
 .latest-publication-section header p {
  width: 540px;
  max-width: 100%;
 }
 .latest-publication-section .tab-switcher {
  width: 100%;
  max-width: 540px;
  position: static;
  margin: 0 auto;
  margin-top: 20px;
 }
 .latest-publication-section .tab-switcher > button {
  width: 50%;
 }
}
@media (max-width: 800px) {
 .hero-front-page .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
  padding-bottom: 20px;
 }
 .hero-front-page .container > div {
  width: 100%;
 }
 .hero-front-page__heading {
  font-size: 12.5vw;
 }
 .hero-front-page .story-slider {
  width: 100%;
 }
 .story-slider {
  width: 100%;
 }
 .facts-figures-v2__wrapper {
  flex-direction: column;
 }
 .facts-figures-v2 .wrapp-slider {
  width: 100%;
 }
 .facts-figures-v2-slider .swiper-slide .h4,
 .facts-figures-v2-slider .swiper-slide h4 {
  padding: 0;
 }
 .facts-figures-v2__figures {
  width: 100%;
 }
}
@media (max-width: 705px) {
 .product-cards-wrapper__right {
  grid-template-columns: 1fr;
 }
}
@media (max-width: 680px) {
 .hero-front-page {
  min-height: 100dvh;
  min-height: -webkit-fill-available;
 }
 .hero-front-page .container {
  height: calc(100dvh - 20px);
  min-height: -webkit-fill-available;
 }
 .hero-front-page__left h1 {
  font-size: 16px;
  margin-top: 25px;
 }
 .hero-front-page .story-slider {
  display: none;
 }
 .hero-front-page .story-slider .swiper-slide {
  padding-top: 10px;
 }
 .hero-front-page .story-slider .h3,
 .hero-front-page .story-slider h3,
 .hero-front-page .story-slider p {
  min-height: 30px;
 }
 .story-slider .swiper-slide {
  padding-top: 10px;
 }
 .story-slider .h3,
 .story-slider h3,
 .story-slider p {
  min-height: 20px;
 }
 .latest-awards {
  padding-top: 48px;
  padding-bottom: 48px;
 }
 .banner-event-section {
  padding-top: 48px;
  padding-bottom: 48px;
 }
 .banner-event-section {
  padding-bottom: 75px;
 }
 .banner-event.banner-img {
  padding-top: 123.08%;
 }
 .banner-event {
  padding: 25px;
 }
 .banner-event h3.only-title {
  font-size: 32px;
 }
 .banner-event__content h3 {
  font-size: 28px;
 }
 .banner-event__content p {
  font-size: 16px;
 }
 .banner-event__content {
  padding: 25px 20px;
 }
 .product-card {
  min-height: 215px;
 }
 .product-card h3 {
  font-size: 28px;
 }
 .product-card h3 a .button-icon {
  border: none;
 }
 .product-card h3 a {
  height: 38px;
  border: none;
  margin-top: 5px;
 }
 .product-card img {
  max-width: 120px;
  max-height: none;
  margin-bottom: 15px;
 }
 .product-cards-section {
  padding-top: 48px;
  padding-bottom: 48px;
 }
 .product-cards-section {
  padding-top: 65px;
  padding-bottom: 75px;
 }
 .product-cards-wrapper {
  gap: 30px;
 }
 .product-cards-wrapper__left header h2 {
  font-size: 32px;
  margin-bottom: 20px;
 }
 .product-cards-wrapper__left header p {
  font-size: 16px;
 }
 .solutions-list-v3-section {
  padding: 65px 0;
  padding-bottom: 70px;
 }
 .solutions-list-v3-section .header-section h2 {
  margin-bottom: 20px;
  font-size: 32px;
 }
 .solutions-list-v3-section .header-section p {
  font-size: 16px;
 }
 .solutions-list-v3 {
  margin-top: 20px;
  grid-template-columns: 1fr;
 }
 .partners-logos-block {
  padding-top: 48px;
  padding-bottom: 48px;
 }
 .partners-logos-block {
  padding-bottom: 300px;
 }
 .partners-logos-block h2 {
  font-size: 32px;
 }
 .partners-logos-block h2 {
  margin-bottom: 20px;
 }
 .partners-logos-block p {
  font-size: 14px;
 }
 .partners-logos-block .btn-default {
  margin-top: 20px;
 }
 .partners-logos-block .scroll-line-image {
  height: 240px;
 }
 .partners-logos-block .scroll-line-image .scroll-partners .scroll-image {
  height: 240px;
  width: 2621.74px;
  background-size: auto 100%;
 }
 .reviews-slider-single-v2-section {
  padding-top: 48px;
  padding-bottom: 48px;
 }
 .reviews-slider-single-v2-section header .h2,
 .reviews-slider-single-v2-section header h2 {
  font-size: 32px;
 }
 .reviews-slider-single-v2-section header {
  margin-bottom: 20px;
 }
 .reviews-slider-single-v2-section {
  padding: 75px 0;
 }
 .reviews-slider-single-v2__wrap {
  margin-top: 30px;
  padding: 40px 20px 20px 20px;
 }
 .reviews-slider-single-v2 .swiper-button-wrapper {
  position: static;
  width: 107px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
 }
 .reviews-slider-single-v2__nav {
  width: 245px;
  margin-bottom: 20px;
 }
 .reviews-slider-single-v2__nav .author-image {
  height: 75px;
 }
 .reviews-slider-single-v2__item--text {
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 20px;
  width: calc(100% - 10px);
 }
 .reviews-slider-single-v2__item--text span {
  font-size: 16px;
  line-height: 130%;
 }
 .reviews-slider-single-v2__item--text::after,
 .reviews-slider-single-v2__item--text::before {
  top: 0;
  left: 0;
 }
 .reviews-slider-single-v2__item--text::after {
  left: auto;
  right: 0;
 }
 .reviews-slider-single-v2__item--author > div {
  flex-direction: column;
  text-align: center;
 }
 .reviews-slider-single-v2__item--author > div .review_author_name {
  justify-self: center;
  margin-bottom: 5px;
 }
 .reviews-slider-single-v2__item--author > div .review_author_position {
  justify-self: center;
 }
 .reviews-slider-single-v2__item--author > div div::after {
  display: none;
 }
 .facts-figures-v2 {
  padding-top: 48px;
  padding-bottom: 48px;
 }
 .facts-figures-v2 h2 {
  font-size: 32px;
  margin-bottom: 20px;
 }
 .facts-figures-v2__wrapper {
  margin-top: 30px;
 }
 .facts-figures-v2-slider .swiper-button-wrapper {
  bottom: 74px;
 }
 .facts-figures-v2-slider__image img {
  max-width: 170px;
 }
 .facts-figures-v2-slider__image {
  height: 170px;
 }
 .facts-figures-v2__figures li {
  padding: 20px 10px;
  height: 136px;
  min-height: 136px;
 }
 .facts-figures-v2__figures li .title {
  font-size: 28px;
 }
 .has-partner-cards + .partner-cards-section {
  padding-top: 40px;
 }
 .partner-cards-section {
  padding-top: 48px;
  padding-bottom: 48px;
 }
 .knowldege-base-banner-container {
  padding-top: 48px;
  padding-bottom: 48px;
 }
 .knowldege-base-banner .bg-parallax {
  background-position: calc(50% - 150px) bottom, calc(50% + 150px) bottom;
  background-size: 202px, 202px;
 }
 .knowldege-base-banner {
  padding: 20px;
  padding-top: 45px;
  height: 400px;
  box-sizing: border-box;
 }
 .knowldege-base-banner .h2,
 .knowldege-base-banner h2 {
  font-size: 28px;
 }
 .knowldege-base-banner p {
  font-size: 14px;
 }
 .knowldege-base-banner .btn-default {
  margin-top: 25px;
 }
 .tab-switcher__item {
  min-width: 0;
  width: 50%;
 }
 .latest-publication-section {
  padding-top: 48px;
  padding-bottom: 48px;
 }
 .latest-publication-section header h2 {
  font-size: 32px;
 }
 .latest-publication-section .btn-full-width {
  margin-top: 10px;
 }
 .latest-publication-section .container {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
 }
 .articles-grid {
  grid-template-columns: 1fr;
  gap: 10px;
 }
 .latest-awards {
  padding: 0;
  padding-top: 50px;
 }
}
@media (max-width: 515px) {
 .partner-card {
  height: 225px;
 }
 .partner-cards-section .partner-cards {
  grid-template-columns: 1fr;
  gap: 10px;
 }
}
@media (max-width: 450px) {
 .latest-awards-slider {
  max-width: 90%;
  margin: 0 auto;
 }
 .partners-logos-block {
  padding-bottom: 280px;
 }
}
@media (max-width: 360px) {
 .facts-figures-v2__figures {
  border-radius: 16px;
 }
}
@media (max-width: 350px) {
 .banner-event .btn-wrapper {
  width: 270px;
  background: url(../img/masks/button_text_arrow_mask_mobile.svg) center
   no-repeat;
 }
 .banner-event .btn-default {
  width: 220px;
 }
}
