
/* изменение стилей только для этой страницы */
.manpad{
	padding-top: 0px !important;
}

.breadcrumbs-custom-kom{
	padding-top:60px;
}

.breadcrumbs-custom-kom span{
	color:white;
}

.breadcrumbs-custom-kom a{
	color:white;
}

.breadcrumbs-custom-kom path{
	fill:white;
}

.hero-kom{
	 position: relative;    
     left: 50%;
     width: 100vw;
     margin-left: -50vw;
     margin-right: -50vw;
     padding: 110px 0 76px;
     background-image: url("../img/bg-witout-star.png");
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     overflow: hidden;
}

.hero-kom__stars {
    position: absolute;
    top: 34px;
    right: 76px;
    z-index: 0;
    width: 360px;
    max-width: none;
    pointer-events: none;
    user-select: none;
}

.hero__container-kom{
	position: relative;
    z-index: 1;
    display: grid;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    max-height: 300px;
}

.hero__descr-kom{
	margin: 0 ;
    max-width: 640px ;
    font-weight: 700 ;
    font-size: 76px ;
    line-height: 0.96 ;
    letter-spacing: -0.02em ; 
    color: #fff ;
}

.hero__stats-blur--big-kom{
	width: 1000px ;
    top: 60px ;
    right: -105px ;
    height: 460px ;
}

.hero__stats-blur--small{
	display:none !important;
}

/* дальше идут стили конкретно страницы "О нас" */

.company-redesign-page {
    background: #edf4ff;
}

.company-page {
    
    overflow-x: clip;
    overflow-y: visible;
    background: #edf4ff;
    color: #2c2c2c;
}

.company-page h1,
.company-page h2,
.company-page h3 {
    margin: 0;
}

.company-page .container {
    max-width: 1240px;
}

.company-redesign-page .nav__item--object-o-kompanii > .nav__link--active {
    padding: 4px 23px 4px 8px !important;
}

.company-hero {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    background: linear-gradient(115deg, #1f58ff 0%, #3f74ff 56%, #8eb7ff 100%);
}

.company-hero__inner {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: center;
}

.company-hero h1 {
    max-width: 620px;
    font-weight: 600;
    font-size: clamp(44px, 5.4vw, 72px);
    line-height: 0.98;
    letter-spacing: -0.02em;
    color: #fff;
}

.company-hero__decor {
    position: absolute;
    right: -70px;
    bottom: -80px;
    width: min(360px, 36vw);
    filter: blur(8px);
    opacity: 0.75;
    transform: rotate(10deg);
}

.company-intro {
    position: relative;
    padding: 96px 0 70px;
}

.company-intro::before {
    content: "";
    position: absolute;
    left: -80px;
    bottom: 90px;
    width: 290px;
    height: 230px;
    background: url("../img/about/Union.webp") center / contain no-repeat;
    filter: blur(10px);
    opacity: 0.3;
    transform: rotate(-25deg);
}

.company-intro__grid {
    display: flex;
    gap: 40px;
    align-items: end;
    margin-bottom: 86px;
}

.company-intro__grid p {
    max-width: 1160px;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.company-text{
	display:flex;
	justify-content:end;
	padding-bottom:70px;
}

.company-text-p{
	display: flex;
    width: 600px;
	font-size:18px;
}

.hero__stats-blur--big-white{
	width: 500px;
    top: 135px;
    left: -145px;
	height: 460px;
}


.company-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.company-stat {
    min-height: 158px;
    padding: 20px 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.company-stat strong {
    font-weight: 600;
    font-size: 65px;
    line-height: 0.95;
    color: #1F63FF;
    letter-spacing: -0.04em;
}

.company-stat span {
    max-width: 290px;
    font-size: 18px;
    line-height: 1.1;
}

.company-clients {
    padding: 92px 0 110px;
    text-align: center;
}

.company-clients h2,
.company-clients > .container > p:first-child {
    margin-bottom: 28px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.1;
}

.company-clients > .container > p:not(:first-child) {
    max-width: 670px;
    margin: 0 auto 68px;
    font-size: 16px;
    line-height: 1.25;
}

.company-clients .companies {
    padding: 0;
}

.company-clients .companies__title {
    display: none;
}

.company-page .company-clients-slider.brands_scroll {
    overflow: hidden;
    padding: 27px 0;
    background-color: #edf4ff !important;
}

.company-page .company-clients-slider .splide__track {
    overflow: visible;
}

.company-page .company-clients-slider .splide__list {
    align-items: stretch;
}

.company-page .company-clients-slider .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 146px;
    padding: 18px 24px;
    border-radius: 14px;
    background: #fff;
}

.company-page .company-clients-slider .companies__image {
    display: block;
    width: 100%;
    max-width: 168px;
    max-height: 104px;
    object-fit: contain;
    opacity: 1 !important;
    filter: grayscale(1) !important;
}

.company-partners {
    padding: 0 0 110px;
}

.company-partners__title {
    margin: 0 0 92px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.1;
}

.company-partners__title span {
    color: #4a5fe6;
}

.company-partners__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 1180px;
}

.company-partners__card {
    min-height: 264px;
    padding: 28px 24px 22px;
    border: 1px solid rgba(74, 95, 230, 0.14);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.76);
    display: grid;
    grid-template-rows: 112px auto;
    align-items: flex-start;
    align-content: start;
    gap: 28px;
}

.company-partners__logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 238px;
    max-height: 72px;
    object-fit: contain;
    align-self: start;
}

.company-partners__logo--retailcrm {
    max-width: 219px;
}

.company-partners__logo--tochka {
    max-width: 214px;
    max-height: 96px;
}

.company-partners__card p {
    max-width: 560px;
    margin: 0;
    color: #2c2c2c;
    font-size: 18px;
    line-height: 1.18;
}

.company-help {
    padding: 0;
	background:#eceeff;
	border-radius:24px;
}

.company-help > .container {
    border-radius: 24px;
    background: #eceeff;
    overflow: hidden;
}

.company-help__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    gap: 80px;
    padding: 90px 5px 78px;
}

.company-revenue-section {
    padding: 0 0 105px;
	background:linear-gradient(135deg, #2c58ff 0%, #9094ec 100%);
	border-radius:24px;
}

.company-help__top h2,
.company-help__top > p:first-child {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.06;
    letter-spacing: -0.03em;
    color: #4a5fe6;
}

.company-help__top > div > p {
    max-width: 560px;
    margin-bottom: 34px;
    font-size: 18px;
    line-height: 1.25;
}

.company-tags,
.company-revenue__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.company-tags span,
.company-revenue__tags span {
    border: 1px solid #9fb0ff;
    border-radius: 8px;
    padding: 8px 14px;
    color: #2f5fff;
    background: rgba(255, 255, 255, 0.34);
    font-size: 14px;
    line-height: 1;
}

.company-tags em {
    font-style: normal;
    font-size: 16px;
}

.company-revenue {
	padding-top:50px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
}

.company-revenue h2,
.company-revenue > p:first-child {

    margin-bottom: 80px;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.03;
    letter-spacing: -0.04em;
}

.company-revenue h2 span,
.company-revenue > p:first-child span {
    display: block;
    color: rgba(255, 255, 255, 0.55);
}

.company-revenue p:not(:first-child) {
    max-width: 720px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.25;
}

.company-revenue__tags {
    justify-content: center;
    margin-bottom: 76px;
	width:600px;
}

.company-revenue__tags span {
    border-color: rgba(255, 255, 255, 0.7);
    background: #fff;
}

.company-revenue .btn {
    min-width: 190px;
}

.company-path,
.company-articles,
.company-smi,
.company-video {
    padding: 112px 0;
}

.company-path {
    padding: 54px 0 86px;
}

.company-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 74px;
}

.company-path .company-section-head {
    margin-bottom: 96px;
}

.company-section-head h2,
.company-section-head > p,
.company-video h2,
.company-video > .container > p:first-child {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.company-section-head h2 span,
.company-section-head > p span {
    color: #4a5fe6;
}

.company-arrows {
    display: flex;
    gap: 16px;
}

.company-arrows button,
.company-video__arrow {
    width: 54px;
    height: 54px;
    border: 2px solid rgba(44, 44, 44, 0.45);
    border-radius: 50%;
    background: transparent;
    color: #2c2c2c;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.company-arrows button:last-child,
.company-video__arrow--next {
    border-color: #2c2c2c;
}

.company-arrows button.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.company-timeline {
    position: relative;
    overflow: visible;
    padding-bottom: 8px;
}

.company-timeline::before {
    content: "";
    position: absolute;
    left: 0;
    right: calc((100vw - 100%) / -2);
    top: 28px;
    height: 2px;
    background: #6f84ff;
    pointer-events: none;
}

.company-timeline .swiper-wrapper {
    align-items: stretch;
}

.company-timeline article {
    position: relative;
    width: clamp(360px, 32vw, 520px);
    height: auto;
    padding-top: 106px;
    padding-right: clamp(54px, 5vw, 96px);
    box-sizing: border-box;
}

.company-timeline article > span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-width: 94px;
    padding: 16px 30px;
    border: 2px solid #b8c3ff;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 14px 24px rgba(53, 76, 166, 0.12);
    color: #3c5cff;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    text-align: center;
}

.company-timeline h3 {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: clamp(30px, 2.8vw, 44px);
    line-height: 1.15;
    color: #192246;
}

.company-timeline ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-timeline li {
    position: relative;
    padding-left: 42px;
    color: #6173bf;
    font-size: clamp(18px, 1.55vw, 26px);
    line-height: 1.08;
}

.company-timeline li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(180deg, #d5defd 0%, #4d68e8 100%);
    box-shadow: 0 2px 4px rgba(63, 100, 255, 0.28);
}

.company-timeline__accent {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.company-path,
.company-history-slider {
    overflow: visible;
}

.company-history-slider .history-slider__container {
    position: relative;
}

.company-history-slider .history-slider__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 56px;
}

.company-history-slider .history-slider__head h2,
.company-history-slider .history-slider__head > p {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.company-history-slider .history-slider__arrows {
    display: flex;
    gap: 16px;
}

.company-history-slider .history-slider__arrow {
    width: 48px;
    height: 48px;
    border: 2px solid rgba(44, 44, 44, 0.45);
    border-radius: 50%;
    background: transparent;
    color: #2c2c2c;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.company-history-slider .history-slider__arrow:last-child {
    border-color: #2c2c2c;
}

.company-history-slider .history-slider__arrow.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.company-history-slider .history-slider__carousel,
.company-history-slider .js-company-history-slider-container {
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

.company-history-slider .history-slide {
    width: auto;
    box-sizing: border-box;
}

.company-history-slider .history-slide__head {
    display: flex;
    align-items: center;
    min-height: 50px;
}

.company-history-slider .history-slide__head::after {
    content: "";
    height: 2px;
    background: #6f84ff;
    flex: 1 1 auto;
}

.company-history-slider .history-slide:last-child .history-slide__head::after {
    display: none;
}

.company-history-slider .history-slide__year {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    min-height: 50px;
    padding: 12px 24px;
    border: 2px solid #b8c3ff;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 10px 18px rgba(53, 76, 166, 0.12);
    color: #3c5cff;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    text-align: center;
}

.company-history-slider .history-slide__body {
    display: flex;
    align-items: flex-start;
    margin-top: 36px;
}

.company-history-slider .history-point {
    width: 400px;
    padding-right: 48px;
    box-sizing: border-box;
}

.company-history-slider .history-point__title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 18px;
    color: #192246;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.12;
}

.company-history-slider .history-point__devider {
    display: none;
}

.company-history-slider .history-point__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, #d5defd 0%, #4d68e8 100%);
    box-shadow: 0 3px 8px rgba(63, 100, 255, 0.35);
    flex: 0 0 auto;
}

.company-history-slider .history-point__line {
    height: 2px;
    background: #6f84ff;
    flex: 1 1 auto;
}

.company-history-slider .history-slide:last-child .history-point__line {
    display: none;
}

.company-history-slider .history-point__descr ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-history-slider .history-point__descr li {
    position: relative;
    padding-left: 20px;
    color: #6173bf;
	font-weight:400;
    font-size: 16px;
    line-height: 1.12;
}

.company-history-slider .history-point__descr li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, #d5defd 0%, #4d68e8 100%);
    box-shadow: 0 3px 8px rgba(63, 100, 255, 0.35);
}

.company-history__accent {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.company-history__accent a{
	color:#6173bf;
}

.company-reviews {
	padding: 112px 0;
	border-radius: 24px;
    background: #eceeff;
	
}

.company-reviews > .container {
    padding: 96px 88px 112px;
    border-radius: 24px;
    background: #eceeff;
    text-align: center;
}

.company-reviews.review-screenshots--company > .container {
    padding: 96px 88px 112px;
}

.company-kicker {
    margin-bottom: 22px !important;
    font-weight: 600;
    font-size: 18px;
}

.company-kicker::before {
content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    background: url(../img/zap.svg) center / contain no-repeat;
    vertical-align: -3px;
}

.company-reviews h2,
.company-reviews > .container > p:nth-child(2) {
    margin-bottom: 88px;
    color: #4a5fe6;
    font-weight: 600;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.1;
}

.company-letters {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;

}

.company-letters.company-letters-slider {
    display: block;
    overflow: visible;
}

.company-letters-slider .swiper-wrapper,
.company-articles-slider .swiper-wrapper,
.company-smi-slider .swiper-wrapper {
    align-items: stretch;
}

.company-letters-slider .swiper-slide,
.company-articles-slider .swiper-slide,
.company-smi-slider .swiper-slide {
    height: auto;
}

.company-letter-button {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: zoom-in;
}

.company-letters img {
    display: block;
    width: 100%;
    aspect-ratio: 0.72;
    border: 1px solid #c6d0ff;
    border-radius: 8px;
    background: #fff;
    object-fit: cover;
    object-position: top center;
}

.company-letter-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    padding: 34px 82px;
    overflow-y: auto;
    background: rgba(10, 16, 34, 0.74);
    opacity: 0;
    visibility: hidden;
    overscroll-behavior: contain;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.company-letter-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.company-letter-modal__dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(920px, 100%);
    max-height: none;
    margin: auto;
}

.company-letter-modal__image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: none;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.company-letter-modal__close,
.company-letter-modal__arrow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #2c2c2c;
    cursor: pointer;
}

.company-letter-modal__close {
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    font-size: 34px;
    line-height: 1;
}

.company-letter-modal__arrow {
    top: 50%;
    width: 54px;
    height: 54px;
    font-size: 38px;
    line-height: 1;
    transform: translateY(-50%);
}

.company-letter-modal__arrow--prev {
    left: 24px;
}

.company-letter-modal__arrow--next {
    right: 24px;
}

.company-review-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    max-width: 920px;
    margin: 0 auto;
    text-align: left;
}

.company-review-cards article {
    min-height: 190px;
    padding: 28px;
    border: 1px solid #c6d0ff;
    border-radius: 16px;
    background: #fff;
}

.company-review-cards strong {
    display: block;
    margin-bottom: 8px;
    color: #06178a;
}

.company-review-cards span {
    display: block;
    margin-bottom: 10px;
    color: #ffc702;
    letter-spacing: 1px;
}

.company-review-cards p {
    font-size: 14px;
    line-height: 1.25;
}

.company-reviews-more {
    margin-top: -70px;
    padding-bottom: 86px;
    display: flex;
    justify-content: center;
}

.company-reviews-more__link {
    min-width: 230px;
    min-height: 58px;
    border-radius: 999px;
    background: #4a5fe6;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 28px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.company-reviews-more__link:hover {
    background: #3549d5;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(74, 95, 230, 0.26);
}

.company-article-grid,
.company-smi-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.company-article-grid.company-articles-slider,
.company-smi-grid.company-smi-slider {
    display: block;
    overflow: visible;
}

.company-articles-slider .company-article-card > a {
    height: 100%;
}

.company-article-card a {
    display: flex;
    min-height: 480px;
    overflow: hidden;
    border: 1px solid #d3dae9;
    border-radius: 12px;
    background: #fff;
    color: inherit;
    flex-direction: column;
}

.company-article-card > a > img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.company-article-card a > div {
    padding: 24px 20px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.company-article-card__meta {
    display: flex;
    gap: 26px;
    margin-bottom: 18px !important;
    color: #777;
    font-size: 14px;
}

.company-article-card__meta span {
    color: #06178a;
}

.company-article-card h3,
.company-article-card__title {
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.15;
}

.company-article-card p:not(.company-article-card__meta) {
    color: #777;
    font-size: 16px;
    line-height: 1.2;
}

.company-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    color: #2c2c2c;
    font-weight: 600;
    font-size: 14px;
}

.company-author img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.company-author small {
    font-weight: 400;
}

.company-smi-grid article {
    position: relative;
    min-height: 160px;
    padding: 34px 110px 28px 26px;
    border: 1px solid #d3dae9;
    border-radius: 18px;
    background: #fff;
}

.company-smi-grid h3,
.company-smi-card__title {
    margin-bottom: 28px;
    font-weight: 600;
    font-size: 22px;
}

.company-smi-grid strong {
    position: absolute;
    top: 30px;
    right: 28px;
    font-size: 22px;
    line-height: 0.8;
}

.company-smi-grid p {
    color: #777;
    font-size: 16px;
    line-height: 1.15;
}

.company-video {
    text-align: center;
}

.company-video h2,
.company-video > .container > p:first-child {
    margin-bottom: 72px;
}

.company-video__stage {
    position: relative;
    width: min(1080px, 100%);
    margin-bottom: 150px;
    margin-left: auto;
    margin-right: auto;
}

.company-video-swiper {
    overflow: visible;
}

.company-video-swiper .swiper-wrapper {
    align-items: center;
}

.company-video-swiper .swiper-slide {
    opacity: 1;
    visibility: visible;
}

.company-video__slide {
    display: flex;
    justify-content: center;
    width: 620px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.35s ease, filter 0.35s ease, transform 0.35s ease;
}

.company-video__slide .company-video__main {
    transform: scale(0.74);
    transform-origin: center;
    filter: blur(6px);
    opacity: 0.7;
    pointer-events: none;
    transition: opacity 0.35s ease, filter 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.company-video__slide.swiper-slide-active {
    z-index: 3;
}

.company-video__slide.swiper-slide-active .company-video__main {
    transform: scale(1.3);
    filter: none;
    opacity: 1;
    pointer-events: auto;
}

.company-video__arrow {
    position: absolute;
    top: 44%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7ff;
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(48, 64, 150, 0.08);
    transform: translateY(-50%);
}

.company-video__arrow--prev {
    left: 28px;
}

.company-video__arrow--next {
    right: 28px;
}

.company-video__main {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    border: 1px solid #d3dae9;
    border-radius: 14px;
    background: #fff;
    color: #2c2c2c;
    text-align: left;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.company-video__frame {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    background: #101426;
}

.company-video__frame--placeholder {
    background: linear-gradient(135deg, #eff4ff 0%, #d6def4 100%);
}

.company-video__main img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center top;
}

.company-video__main strong {
    display: block;
    min-height: 66px;
    padding: 20px 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
}

.company-play {
    position: absolute;
    left: 50%;
    top: 43%;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.86);
    transform: translate(-50%, -50%);
}

.company-play::before {
    content: "";
    position: absolute;
    left: 29px;
    top: 21px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 23px solid #fff;
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2));
}

.company-video__packaje-cta {

    margin: 0 auto;
    padding: 50px 40px;
    text-align: left;
}

.company-video__packaje-cta .packaje-uslugi__cta-content {
    max-width: 650px;
}

.company-video__packaje-cta .packaje-uslugi__cta-title {
    font-size: 36px;
}

.company-video__packaje-cta .packaje-uslugi__cta-text {
    max-width: 620px;
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.22;
}

.company-video__cta-buttons {
    display: flex;
    width: 270px;
    flex-direction: column;
    gap: 16px;
    flex-shrink: 0;
}

.company-video__cta-btn {
    justify-content: space-evenly;
    min-width: 0;
    min-height: 50px;
    width: 250px;
    padding: 0px;
    background: #fff;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 600;
}

.company-video__cta-btn span {
    color: #4a87bd;
    font-size: 24px;
    line-height: 1;
}

.company-form {
    padding: 90px 0 120px;
}

.company-form__inner {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    padding: 82px 88px;
    border-radius: 24px;
    background: linear-gradient(135deg, #1f58ff 0%, #6d79e8 100%);
    color: #fff;
}

.company-form__inner::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -120px;
    width: 540px;
    height: 420px;
    background: url("../img/about/Union.webp") center / contain no-repeat;
    filter: blur(10px);
    opacity: 0.65;
}

.company-form__inner > h2,
.company-form__inner > p,
.company-form__inner > .wpcf7 {
    position: relative;
    z-index: 1;
}

.company-form h2 {
    margin-bottom: 28px;
    font-weight: 600;
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.1;
}

.company-form__inner > p {
    margin-bottom: 28px;
    font-size: 18px;
}

.company-form .wpcf7 {
    max-width: 610px;
}

.company-form input:not([type="checkbox"]):not([type="submit"]),
.company-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 24px;
    padding: 16px 26px;
    background: #fff;
    color: #2c2c2c;
}

.company-form textarea {
    min-height: 86px;
    resize: vertical;
}

.company-form input[type="submit"],
.company-form button[type="submit"],
.company-form .form-request__btn {
    width: 100%;
    border-radius: 28px;
    background: #ffc702;
    color: #2c2c2c;
}

.company-form .wpcf7-list-item-label,
.company-form .form-request__label,
.company-form .form-request__inside-link {
    color: #fff;
}

@media (max-width: 1024px) {
    .company-page {
        padding-top: 80px;
    }

    .company-intro__grid,
    .company-help__top,
    .company-video__packaje-cta {
        grid-template-columns: 1fr;
    }

    .company-stats,
    .company-partners__grid,
    .company-article-grid,
    .company-smi-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .company-timeline {
        overflow: visible;
    }

    .company-help__top,
    .company-revenue,
    .company-reviews > .container,
    .company-form__inner {
        padding-left: 34px;
        padding-right: 34px;
    }
	.company-reviews > .container{
		padding-bottom:0px;
	}

    .company-reviews.review-screenshots--company > .container {
        padding: 76px 34px 88px;
    }
}

@media (max-width: 768px) {
    html,
    body,
    .company-redesign-page,
    .company-page {
        overflow-x: hidden;
    }
	
	.hero__descr{
		font-size:38px;
	}
	.company-intro::before{
		display:none;
	}
	
	.company-revenue__tags{
		width:85vw;
	}
	
	.hero__stats-blur{
		display:none;
	}
	
	.company-video__slide.swiper-slide-active .company-video__main{
		transform: scale(1.1);
	}
	
	.hero-kom{
		padding: 10px 0px 36px;
	}
	
	.hero__descr-kom{
		font-size:60px;
	}

    .company-hero,
    .company-hero__inner {
        min-height: 270px;
    }
	
	.company-page{
		padding-top:0px !important;
	}
	.main{
		margin-top:0px !important;
	}
	
	.fallback-contact__star{
		display:none;
	}
	.hero__stats{
		display:none !important;
	}
	
	
    .company-intro,
    .company-clients,
    .company-partners,
    .company-revenue-section,
    .company-path,
    .company-reviews,
    .company-articles,
    .company-smi,
    .company-video,
    .company-form {
        padding: 60px 0;
    }

    .company-partners__title {
        margin-bottom: 42px;
        font-size: 40px;
    }

    .company-partners__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .company-partners__card {
        min-height: 244px;
        padding: 36px 28px 32px;
        gap: 34px;
    }

    .company-partners__card p {
        font-size: 20px;
    }

    .company-reviews-more {
        margin-top: -36px;
        padding-bottom: 60px;
    }


    .company-letters,
    .company-review-cards,
    .company-article-grid,
    .company-smi-grid {
        grid-template-columns: 1fr;
    }

    .company-stats {
        display: flex;
        grid-template-columns: none;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 0;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .company-stats::-webkit-scrollbar {
        display: none;
    }

    .company-stat {
        flex: 0 0 calc(100% - 54px);
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .company-intro__grid,
    .company-help__top {
        gap: 30px;
    }

    .company-revenue {
        min-height: auto;
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .company-revenue h2 {
        margin-bottom: 38px;
    }

    .company-timeline::before {
        left: 0;
        right: calc((100vw - 100%) / -2);
        top: 28px;
        bottom: auto;
        width: auto;
        height: 2px;
    }

    .company-timeline article {
        width: min(76vw, 420px);
        padding-top: 106px;
        padding-left: 0;
        padding-right: 34px;
    }

    .company-history-slider .history-slider__head {
        margin-bottom: 56px;
    }

    .company-history-slider .history-slider__carousel,
    .company-history-slider .js-company-history-slider-container,
    .company-letters.company-letters-slider,
    .company-article-grid.company-articles-slider,
    .company-smi-grid.company-smi-slider {
        overflow: hidden;
    }

    .company-history-slider .history-slide__head {
        min-height: 50px;
    }

    .company-history-slider .history-slide__year {
        min-width: 88px;
        min-height: 50px;
        padding: 12px 24px;
        font-size: 18px;
    }

    .company-history-slider .history-point {
        width: 290px;
        padding-right: 44px;
    }

    .company-history-slider .history-point__title {
        margin-bottom: 18px;
        font-size: 20px;
    }

    .company-history-slider .history-point__devider {
        display: none;
    }

    .company-history-slider .history-point__descr li {
        padding-left: 20px;
        font-size: 13px;
    }

    .company-history-slider .history-point__descr li::before,
    .company-history-slider .history-point__dot {
        width: 12px;
        height: 12px;
    }

    .company-letter-modal {
        padding: 58px 14px 22px;
    }

    .company-letter-modal__dialog,
    .company-letter-modal__image {
        max-height: none;
    }

    .company-letter-modal__close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 30px;
    }

    .company-letter-modal__arrow {
        width: 42px;
        height: 42px;
        font-size: 32px;
    }

    .company-letter-modal__arrow--prev {
        left: 8px;
    }

    .company-letter-modal__arrow--next {
        right: 8px;
    }
	
	.hero__stats-blur--big-white{
		width: 500px;
		top: 135px;
		left: -225px;
		height: 460px;
	}

    .company-video__stage {
        margin-bottom: 60px;
    }

    .company-video__slide {
        width: min(500px, 88vw);
    }

    .company-video__arrow {
        width: 46px;
        height: 46px;
        font-size: 30px;
    }

    .company-video__arrow--prev {
        left: 4px;
    }

    .company-video__arrow--next {
        right: 4px;
    }

    .company-reviews.review-screenshots--company > .container {
        padding: 52px 20px;
    }
}

@media (max-width: 560px) {
    .company-page .container {
        padding-left: 16px;
        padding-right: 16px;
    }
	
	.hero__descr-kom{
		font-size:55px;
	}

    .company-help__top,
    .company-revenue,
    .company-reviews > .container,
    .company-form__inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .company-section-head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 42px;
    }

    .company-section-head .company-arrows:not(.company-path__arrows) {
        display: none;
    }

    .company-stat {
        flex-basis: calc(100% - 42px);
        min-height: 128px;
    }

    .company-video__packaje-cta {
        padding: 28px 20px;
    }

    .company-form__inner {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .company-partners__title {
        font-size: 34px;
    }

    .company-partners__card {
        border-radius: 18px;
        padding: 30px 22px 28px;
    }

    .company-partners__logo--retailcrm {
        max-width: 190px;
    }

    .company-partners__logo--tochka {
        max-width: 178px;
    }

    .company-partners__card p {
        font-size: 18px;
    }

    .company-reviews-more {
        margin-top: -28px;
        padding-bottom: 52px;
    }

    .company-reviews-more__link {
        width: calc(100% - 32px);
        max-width: 320px;
        min-height: 54px;
        font-size: 16px;
    }
}

@media (max-width: 460px) {
	.hero__descr-kom{
		font-size:45px;
	}
}
