

/* Start:/local/templates/.default/components/bitrix/news.detail/about/style.css?169938013721079*/
@import url(/local/templates/.default/components/bitrix/news.detail/about/swiper/swiper-bundle.min.css);

:root {
    --brand-red: #E4003C;
    --brand-red-hover: #FF465C;
    --main-black: #2B2B2B;

    --color-grey: #C6C6C6;
    --color-grey-light: #E3E3E3;
    --color-grey-bg: #FAFAFA;
    --color-blue: #48538B;
}

.page-about {
    font-size: 16px;
    color: var(--main-black);
    font-family: Roboto, -apple-system, -system-ui, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.page-about * {
    box-sizing: border-box;
}

.about-container {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.section-wrapper {
    background-color: white;
}

.section-title {
    margin-bottom: 4rem;
}

.section-title__logo {
    margin-bottom: 2rem;
}

.section-title h2 {
    position: relative;
    color: #2b2b2b;
    font-weight: 600;
    font-size: 3rem;
    line-height: 3.75rem;
    margin-top: 0;
    margin-bottom: 0;
}

.section-title h2::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: var(--main-black);
    top: 28px;
    left: calc(-100% - 28px);
}

.button-custom {
    border-radius: 3px;
    border: none;
    color: #fff !important;
    padding: 20px 36px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: background-color .3s;
}

.button-custom:hover {
    color: #fff;
}

.button-custom--red {
    background-color: var(--brand-red);
}

.button-custom--red:hover {
    background-color: var(--brand-red-hover);
}

.link-custom {
    font-weight: 600;
    color: var(--color-blue);
    text-decoration: none;
}

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

.ul-reset li,
.ul-reset > li,
ul.ul-reset li,
ul.ul-reset > li {
    cursor: initial;
    padding: 0;
}

.logo-main {
    max-width: 152px;
}

.hero {
    padding-bottom: 6rem;
}

.hero .h1 {
    font-size: 3rem;
    color: #2b2b2b;
    line-height: 4rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.hero__description {
    font-size: 1.5rem;
    line-height: 2.25rem;
    max-width: 52rem;
    margin: 0;
}

.hero__content {
    padding-top: 5rem;
    padding-bottom: 7rem;
}

.hero__image {
    max-width: 45%;
    flex-shrink: 0;
}

.hero__image img {
    max-width: 37rem;
    width: 100%;
}

.hero__main {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    gap: 1rem;
}

.hero-benefits {
    display: flex;
    justify-content: space-between;
    gap: 1.2rem;
    padding-bottom: 7rem;
}

.hero-benefits__content {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--color-grey-light);
}

.hero-benefits__number {
    display: flex;
    line-height: 1;
    gap: 0.5rem;
    color: var(--brand-red);
    font-size: 3rem;
    font-weight: 400;
}

.hero-benefits__number.sup {
    align-items: flex-start;
}

.hero-benefits__number.sub {
    align-items: flex-end;
    flex-shrink: 0;
}

.hero-benefits__number span {
    font-size: 2rem;
    line-height: 1;
}

.hero-benefits__number span sup {
    font-size: 1rem;
    font-weight: bold;
}

.hero-benefits__number.sub span {
    line-height: 1.2;
}

.hero-benefits__text {
    max-width: 200px;
    font-size: 1.1rem;
}

.laureate {
    padding: 5rem 0;
}

.laureate__image {
    float: left;
    margin-right: 3rem;
    padding-bottom: 5rem;
}

.laureate__image img {
    max-width: 214px;
    height: auto;
}

.laureate__grid {
    padding-left: 4rem;
}

.laureate__title {
    margin-top: 0;
    color: #2b2b2b;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 2.9rem;
}

.laureate p {
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 300;
}

.laureate p:nth-of-type(2) {
    margin-top: 1.2rem;
}

.laureate .link svg {
    margin-left: 8px;
    fill: #48538B;
}

.laureate .link, .laureate svg {
    transition: o .15s;
}

.laureate .link_arrow-right:hover,
.laureate .link_arrow-right:hover svg {
    color: #e4003c;
    fill: #e4003c;
}

.company-logo {
    max-width: 100%;
    height: auto;
    max-height: 110px;
    filter: grayscale(1);
    opacity: .5;
    transition: filter .3s, opacity .3s;
}

.company-logo:hover {
    filter: grayscale(0);
    opacity: 1;
}

.trust {
    padding-top: 3rem;
    padding-bottom: 9rem;
}

.trust-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.trust-logos li {
    align-items: center;
    justify-content: center;
    display: flex;
}

.franchise {
    padding-bottom: 6rem;
}

.franchise__content {
    padding: 2.7rem;
    border-top: 1px solid var(--color-grey-light);
    border-bottom: 1px solid var(--color-grey-light);
}

.franchise__text {
    font-size: 1.35rem;
    line-height: 2rem;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
}

.franchise-logos.ul-reset {
    padding: 2.75rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 3rem;
}

.logistics {
    padding-top: 7.5rem;
    padding-bottom: 9rem;
}

.logistics-bottom {
    position: relative;
    min-height: 46rem;
    background-image: url('/local/templates/.default/components/bitrix/news.detail/about/images/about-log-bg.png');
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.logistics-plane {
    position: absolute;
    right: 0;
    top: auto;
    bottom: -90px;
    pointer-events: none;
}

.logistics-bottom__row {
    display: flex;
    align-items: center;
    gap: 9rem;
    position: relative;
    z-index: 1;
    margin-left: -12rem;
}

.about-card {
    position: relative;
    max-width: 56rem;
    padding: 2.5rem;
    border-top: 1px solid var(--color-grey-light);
    border-bottom: 1px solid var(--color-grey-light);
    background-color: white;
    font-size: 1.37rem;
    line-height: 2rem;
    font-weight: 300;
    z-index: 1;
}

.about-card p:nth-of-type(2) {
    margin-top: 2rem;
}

.eco-system__row {
    background-image: url("/local/templates/.default/components/bitrix/news.detail/about/images/PEC_ecosystem.png");
    height: 800px;
    position: relative;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.eco-system__row .eco-description {
    color: #2B2B2B;
    font-family: 'Roboto';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: flex;
}

@media (max-width: 768px) {

    .eco-system__row .eco-description {
        display: none;
    }

    .eco-system__row {
        background-image: url("/local/templates/.default/components/bitrix/news.detail/about/images/PEC_ecosystem_mobile.png");
        background-size: contain;
    }
}

@media (max-width: 992px) {
    .eco-system__row {
        background-image: url("/local/templates/.default/components/bitrix/news.detail/about/images/PEC_ecosystem_994.png");
        background-size: contain;
        height: 600px;
    }
}

.global {
    height: 5%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
}

.ltl-service {
    height: 22%;
    width: 100%;
    align-items: end;
    justify-content: space-between;
    text-align: right;
}

.eco-system__row .ltl {
    text-align: center;
    width: 46%;
    height: 38px;
}

.eco-system__row .service {
    width: 29%;
}

.mall-ftl {
    height: 22%;
    width: 100%;
    align-items: end;
    justify-content: space-between;
}

.eco-system__row .mall {
    width: 21%;
    text-align: right;
}

.eco-system__row .ftl {
    width: 21%;
}

.easy-way-retail {
    height: 24%;
    width: 100%;
    align-items: end;
    justify-content: space-between;
}

.eco-system__row .easy-way {
    width: 24%;
    text-align: right;
    height: 34px;
}

.eco-system__row .retail {
    width: 25%;
    height: 34px;
}

.three-pl-express {
    height: 26%;
    width: 100%;
    align-items: end;
    justify-content: center;
}

.eco-system__row .three-pl {
    width: 26%;
    height: 34px;
    padding-left: 8%;
}

.eco-system__row .express {
    width: 20%;
    height: 34px;
}

.eco-system__row img {
    width: 100%;
}

@media (max-width: 1200px) {
    .eco-system__row {
        height: 760px;
    }

    .global {
        height: 3vw;
    }

    .mall-ftl {
        height: 13vw;
    }

    .ltl-service {
        height: 16vw;
    }

    .easy-way-retail {
        height: 16vw;
    }

    .three-pl-express {
        height: 16vw;
    }
}

@media (max-width: 992px) {

    .global {
        height: 4vw;
    }

    .ltl-service {
        height: 20vw;
    }

    .mall-ftl {
        height: 20vw;
    }

    .easy-way-retail {
        height: 18vw;
    }

    .three-pl-express {
        height: 18vw;
    }

    .eco-system__row .ltl {
        width: 28%;
    }

    .eco-system__row .service {
        width: 22%;
        height: 42px;
    }

    .eco-system__row .mall {
        width: 12%;
    }

    .eco-system__row .ftl {
        width: 12%;
    }

    .eco-system__row .easy-way {
        width: 16%;
    }

    .eco-system__row .retail {
        width: 18%;
    }

    .eco-system__row .three-pl {
        padding-left: 8%;
    }
}


.advantages {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.advantages-more__manager {
    margin-top: 1.5rem;
    text-align: center;
}

.advantages__row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.5rem;
    margin-top: 5rem;
}

.advantages__row .advantages-item {
    position: relative;
    padding: 1.75rem;
    background-color: var(--color-grey-bg);
    margin-bottom: 5.75rem;
    max-width: 30rem;
    width: 100%;
}

.advantages__row .advantages-item:last-of-type {
    margin-bottom: 0;
}

.advantages-item:before,
.advantages-item:after {
    content: "";
    position: absolute;
    left: -12px;
    top: -12px;
    right: 12px;
    bottom: 12px;
    border: 1px solid;
    border-image-source: linear-gradient(var(--color-grey), var(--color-grey));
    border-image-width: 2px 40px;
}

.advantages-item:after {
    border-image-width: 40px 2px;
}

.advantages-item .advantages-item__list li {
    padding-left: 2rem;
    margin-bottom: 1rem;
    line-height: 1.4rem;
    position: relative;
}

.advantages-item ul li::before {
    content: '—';
    color: var(--color-grey);
    font-size: 2rem;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0.75rem;
}

.advantages-item__header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.advantages-item__header h3 {
    color: #2b2b2b;
    margin: 0;
}

.advantages-item__header,
.advantages-item ul {
    position: relative;
    z-index: 1;
}

.advantages-more {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.advantages-more__modal {
    position: relative;
}


.about-manager-modal {
    display: none;
    position: absolute;
    transform: translate3d(-20%, -97%, 0);
    top: 0;
    left: 0;
    will-change: transform;
    width: 385px;
    z-index: 2000;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.about-manager-modal.active {
    display: block;
}

.about-manager-modal .SiteHeaderNew_phone_3v3Wa {
    background: #ebebeb;
    margin: 1rem 2rem;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
}

.about-manager-modal .SiteHeaderNew_phone_3v3Wa a {
    color: #242265;
    -webkit-text-decoration-color: #242265;
    text-decoration-color: #242265;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem;
}

.advantages-more__modal .link-custom {
    color: var(--color-blue);
}

.accordion-icon {
    display: none;
    position: absolute;
    right: 2rem;
    top: 0;
    height: 100%;
    transform: rotate(180deg);
    transition: transform .3s;
}

.accordion-icon.active {
    transform: rotate(0deg);
}

.gallery {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.gallery-about {
    max-width: 136rem;
    margin: 0 auto;
}

.gallery-about .swiper-wrapper {
    padding-top: 1.5rem;
}

.gallery__pagination.swiper-pagination {
    z-index: -1;
}

.gallery__pagination .swiper-pagination-bullet {
    width: 16px;
    height: 8px;
    border-radius: 4px;
    background-color: #E4E6E7;
    opacity: 1;
    transition: background-color .3s, width .3s;
}

.gallery__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 42px;
    background-color: var(--color-blue);
}

.gallery__nav {
    position: relative;
    max-width: 900px;
    margin: 2rem auto;
    height: 1.5rem;
}

.gallery__next svg,
.gallery__prev svg {
    width: 100%;
    height: 100%;
}

.gallery__next::after,
.gallery__prev::after {
    display: none;
}

.gallery__prev svg,
.gallery__prev img {
    transform: rotate(180deg);
}

.gallery__slide {
    max-width: 900px;
    max-height: 500px;
}

.gallery__item {
    max-width: 900px;
    max-height: 500px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
    background-color: white;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.gallery__item img {
    display: block;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 6px;
    object-fit: cover;
}

.gallery__slide:not(.swiper-slide-active) img {
    filter: grayscale(1);
    opacity: 0.5;
}

.gallery__slide.swiper-slide-active img {
    filter: grayscale(0);
    opacity: 1;
}

@media (max-width: 1400px) {
    .section-title {
        padding-left: 4rem;
    }
}

@media (max-width: 1180px) {
    .logistics-bottom__row {
        gap: 2rem;
    }

    .logistics-plane {
        max-height: 56rem;
        bottom: auto;
        top: -13rem;
    }
}

@media (max-width: 1100px) {
    .hero-benefits__content {
        flex-direction: column;
    }
}

@media (max-width: 1000px) {
    .section-title {
        margin-bottom: 3rem;
    }

    .hero__content {
        padding-top: 0;
    }

    .hero__main {
        padding-top: 2rem;
    }

    .logistics {
        padding-bottom: 7rem;
    }

    .logistics-plane {
        max-height: 50rem;
        top: -10rem;
    }

    .laureate__title {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

    .laureate p {
        font-size: 1.1rem;
    }

    .laureate__grid {
        padding-left: 0;
    }

    .laureate__image {
        margin-right: 1rem;
    }

    .logistics-bottom__row img {
        display: none;
    }

    .logistics-bottom__row {
        margin-left: 16px;
    }

    .section-title h2 {
        font-size: 1.8rem;
        line-height: 1.4;
    }

    .section-title h2::before {
        top: 20px;
    }

    .about-card {
        max-width: 90%;
    }

    .franchise-logos.ul-reset {
        gap: 1.5rem 2rem;
    }

    .franchise__content {
        padding: 0 1rem;
        border-top: none;
        border-bottom: none;
    }

    .gallery__slide,
    .gallery__item {
        max-width: 600px;
        max-height: 334px;
    }

    .gallery__nav {
        max-width: 600px;
    }
}

@media (max-width: 992px) {
    .hero__image {
        max-width: 45%;
    }

    .hero .h1 {
        font-size: 2.5rem;
    }

    .hero__description {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }

    .advantages__row {
        padding-left: 12px;
    }

    .franchise {
        padding-bottom: 4rem;
    }

    .gallery__item img {
        height: 100%;
    }
}

@media (max-width: 768px) {
    .eco-system__row {
        height: 80vw;
    }

    .section-title {
        padding-left: 0;
        margin-bottom: 1rem;
    }

    .section-title h2 {
        font-size: 1.35rem;
    }

    .section-title h2::before {
        content: '';
        position: absolute;
        height: 80%;
        width: 4px;
        left: -16px;
        top: 10%;
    }

    h1 br, h2 br, h3 br,
    .section-title br {
        display: none;
    }

    .hero {
        padding-bottom: 8rem;
    }

    .hero .h1 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .hero-benefits__text {
        max-width: 100%;
        font-size: 1.2rem;
    }

    .hero__content {
        padding-bottom: 5rem;
    }

    .laureate {
        padding: 3rem 0;
    }

    .laureate__grid {
        padding-left: 0;
        padding-right: 0;
    }

    .laureate__text {
        clear: both;
    }

    .laureate__image {
        margin-top: -7rem;
        padding-bottom: 1rem;
    }

    .laureate__image img {
        max-width: 150px;
    }

    .about-card {
        font-size: 1rem;
        max-width: 100%;
        line-height: 1.8;
        padding: 1rem 0 0 0;
        border-top: none;
        border-bottom: none;
        background: none;
    }

    .logistics__description {
        margin-bottom: 3rem;
    }

    .trust {
        padding-bottom: 5rem;
    }

    .advantages-item__header {
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .advantages-item__header h3 {
        font-size: 1.4rem;
    }

    .advantages-item ul li {
        font-size: 0.87rem;
    }

    .advantages-item ul li::before {
        top: 0.6rem;
    }

    .advantages-list {
        width: 100%;
    }

    .advantages-more {
        margin-top: 6rem;
        margin-left: -12px;
    }

    .advantages__row .advantages-item {
        max-width: 100%;
        width: 100%;
        margin-bottom: 3rem;
        padding: 1.2rem;
    }

    .logistics-plane {
        height: 20rem;
        bottom: auto;
        top: -4rem;
    }

    .logistics-bottom {
        min-height: 20rem;
    }

    .logistics-bottom__row {
        padding-top: 14rem;
    }

    .logistics {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .franchise {
        padding-bottom: 3rem;
    }

    .franchise__content {
        padding: 0;
    }

    .gallery-about-slider.swiper-container {
        padding: 0 1rem;
    }

    .gallery__slide,
    .gallery__item {
        max-width: 100%;
        height: calc(100vw / 1.8);
    }

    .swiper-button-prev.gallery__prev,
    .swiper-button-next.gallery__next {
        display: none;
    }

    .hero-benefits__number {
        font-size: 2.25rem;
    }
}

@media (min-width: 581px) and (max-width: 767px) {
    .hero-benefits__number span {
        line-height: 0.8;
    }

    .advantages__row {
        gap: 1.5rem;
        padding-left: 0;
    }

    .advantages-item__header h3 {
        font-size: 1.2rem;
    }

    .advantages-item__header img {
        width: 40px;
    }
}

@media (max-width: 580px) {
    .hero__main {
        padding-top: 3rem;
        flex-direction: column-reverse;
    }

    .hero__image {
        max-width: 100%;
    }

    .hero {
        padding-bottom: 10rem;
    }

    .hero .h1 {
        font-size: 1.3rem;
        line-height: 1.4;
    }

    .hero__description {
        font-size: 1rem;
        line-height: 1.8;
    }

    .hero__content {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    .hero-benefits {
        flex-direction: column;
        gap: 2rem;
    }

    .hero-benefits__col:first-child .hero-benefits__content {
        border-top: none;
    }

    .hero-benefits__content {
        padding-top: 2rem;
        gap: 2rem;
    }

    .laureate {
        padding-bottom: 2rem;
    }

    .laureate__title {
        clear: both;
    }

    .laureate__image {
        margin-top: -8rem;
    }

    .laureate__title {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }

    ul.trust-logos {
        margin-top: 1.8rem;
    }

    .franchise__text {
        font-size: 1rem;
        line-height: 1.8;
        margin-top: 2rem;
    }

    .franchise__content {
        padding: 0;
    }

    .franchise__bottom .button-custom {
        width: 100%;
    }

    .advantages-more .button-custom {
        width: 100%;
    }

    .advantages-item__header {
        gap: 1rem;
    }

    .logistics {
        padding-bottom: 4rem;
    }

    .gallery__nav {
        margin: 2rem auto 0;
    }

    .trust {
        padding-top: 1rem;
    }

    .advantages__row {
        flex-direction: column;
        margin-top: 4rem;
        padding-left: 12px;
    }

    .hero-benefits__number span {
        font-size: 1.5rem;
    }
}

@media (max-width: 360px) {
    .advantages-item__header {
        gap: 0.5rem;
    }

    .advantages-item__header h3 {
        font-size: 1rem;
    }

    .advantages-item__header img {
        width: 40px;
    }

    .gallery__slide,
    .gallery__item {
        max-height: 180px;
    }

    .accordion-button {
        cursor: pointer;
    }

    .accordion-icon {
        display: block;
    }

    .accordion-block {
        height: 0;
        overflow: hidden;
        transition: 0.5s;
    }

    .is-active + .accordion-block {
        height: auto;
        padding: 10px 0;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news.detail/about/style.css?169938013721079 */
