

/* Start:/bitrix/templates/ipsum/components/bitrix/news.list/about-advantages/style.css?17670078802121*/
.about-advantages .about-advantages__slider {
    position: relative;
    padding: 0 0 7.32064422vw 0.585651537vw;
}
.about-advantages .about-advantages__slider .swiper-wrapper {
    transition-timing-function: linear !important;
}
.about-advantages .about-advantages__slider .about-advantage {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1.75695461vw;
    height: auto;
    max-height: 15.81259150805271vw;
    background-color: var(--black);
    padding: 2.34260615vw 1.75695461vw;
}
.about-advantages .about-advantages__slider .about-advantage .about-advantage__img-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 4.09956076vw;
    /*padding: 0.585651537vw 1.75695461vw;*/
}
.about-advantages .about-advantages__slider .about-advantage .about-advantage__img {
    /* width: auto;
     height: 100%;
     max-width: 16.1054173vw;
     object-fit: contain;*/
}
.about-advantages .about-advantages__slider .about-advantage .about-advantage__text {
    font-size: 1.02489019vw;
    line-height: 1.46412884vw;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    padding-top: 2.34260615vw;
}

@media (max-width: 991px) {
    .about-advantages .about-advantages__slider {
        padding: 40px 0 0 8px;
    }
    .about-advantages .about-advantages__slider .about-advantage {
        max-height: 60vw;
        justify-content: unset;
        gap: 6.666666667vw;
        padding: 8.8888888889vw 6.666666667vw;
    }
    .about-advantages .about-advantages__slider .about-advantage .about-advantage__img-wrapper {
        height: 11.11111111111111vw
    }
    .about-advantages .about-advantages__slider .about-advantage .about-advantage__img {
        width: 100%;
        height: 100%;
        max-width: 33.33333333333333vw;
    }
    .about-advantages .about-advantages__slider .about-advantage .about-advantage__text {
        font-size: 3.8888888889vw;
        line-height: 5.5555555556vw;
        padding-top: 0;
    }
}

/* End */


/* Start:/bitrix/templates/ipsum/components/bitrix/news.list/about-team/style.css?17670080134229*/
.about-team__slider {
    position: relative;
}
.about-team__slider .about-team__slider-slide {
    position: relative;
    height: auto;
}
.about-team__slider .about-team__slider-slide .about-team__wrapper {
    display: flex;
    max-height: 51.2445095vw;
    height: 100%;
}
.about-team__slider .about-team__slider-slide .about-team__employee-img {
    width: 50%;
    flex: 1;
    object-fit: cover;
}
.about-team__slider .about-team__slider-slide .about-team__employee-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 41.1420205vw;
}
.about-team__slider .about-team__slider-slide .about-team__ipsum {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00FF72;
}
.about-team__slider .about-team__slider-slide .about-team__employee-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.17130307vw;
    text-align: center;
    padding: 0 5.85651537vw;
}
.about-team__slider .about-team__slider-slide .about-team__employee-name {
    margin: 0;
}
.about-team__slider .about-team__slider-slide .about-team__employee-preview {
    font-size: 1.31771596vw;
    line-height: 1.75695461vw;
    font-weight: 400;
}

.about-team__slider .swiper-pagination {
    display: none;
}

@keyframes countingBar {
    0% {width: 0;}
    100% {width:100%;}
}

.about-team__mobile-title {
    display: none;
}
.about-team__mobile-col {
    display: none;
}

@media (max-width: 991px) {
    .about-team__mobile-title {
        display: block;
        width: calc(100vw - 25vw);
        background-color: #00FF72;
        padding: 8.888888889vw 6.66666667vw 11.1111111vw;
    }
    .about-team__slider .about-team__slider-slide .about-team__wrapper {
        flex-direction: column;
        max-height: unset;
    }
    .about-team__slider .about-team__slider-slide .about-team__employee-img {
        width: 100%;
        max-height: 78.333333vw;
        object-position: 100% 0;
    }
    .about-team__slider .about-team__slider-slide .about-team__employee-content {
        max-width: 100%;
    }
    .about-team__slider .about-team__slider-slide .about-team__ipsum {
        display: none;
    }
    .about-team__slider .about-team__slider-slide .about-team__employee-info {
        gap: 4.444444vw;
        padding: 15vw 5.555555555555556vw 8.888888888888889vw;
    }
    .about-team__slider .about-team__slider-slide .about-team__employee-name {
        font-size: 5vw;
        line-height: 6.6666667vw;;
    }
    .about-team__slider .about-team__slider-slide .about-team__employee-preview {
        font-size: 3.888888889vw;
        line-height: 5.555555556vw;
    }
    .about-team__mobile-col {
        display: block;
        width: calc(100vw - 25vw);
        height: 19.444444vw;
        background-color: #00FF72;
    }
    .about-team__slider .swiper-pagination {
        display: none;
        width: auto !important;
        bottom: -6.1111111vw !important;
        left: 2.22222222vw;
        right: 2.22222222vw;
    }
    .about-team__slider .swiper-pagination-bullet {
        position: relative;
        flex: 1;
        width: auto;
        border-radius: 100px;
        height: 1.11111111vw;
        overflow: hidden;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.25);
    }
    .about-team__slider .swiper-pagination-bullet i {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
    }
    .about-team__slider .swiper-pagination-bullet b {
        position: absolute;
        bottom: 0;
        left:  0;
        z-index: 2;
        width: 0%;
        height: 100%;
        background-color: var(--black);
    }
    .about-team__slider .swiper-pagination-bullet-active b {
        animation-name: countingBar;
        animation-duration: 5s;
        animation-timing-function: ease-in;
        animation-iteration-count: 1;
        animation-direction: alternate;
        animation-fill-mode:forwards;
    }
}
/* End */


/* Start:/bitrix/templates/ipsum/components/bitrix/news.list/about-production/style.css?17670079665381*/
.about-production__section {
    position: relative;
    background-color: var(--black);
    padding: 2.928257686676428vw 2.928257686676428vw 2.928257686676428vw 10.9809663250366vw;
}
.about-production__section::before {
    content: "";
    position: absolute;
    left: 25.25622254758419vw;
    right: 16.10541727672035vw;
    bottom: 9.516837481698389vw;
    width: auto;
    height: 28.1112737920937vw;
    background-color: #00FF72;
}
.about-production__media {
    position: relative;
    max-width: 62.22547584187408vw;
    margin-left: auto;
    margin-bottom: 12.15226939970717vw;
    background-color: var(--white);
    z-index: 2;
}
.about-production__media .about-production__media-slide {
    display: flex;
}
.about-production__media .about-production__media-slide .about-production__media-content {
    width: 100%;
    height: 100%;
    max-height: 40.04392386530015vw;
    object-fit: cover;
}
.about-production__slider-wrapper {
    position: absolute;
    bottom: 2.928257686676428vw;
    max-width: 53.4407027818448vw;
    background-color: var(--white);
    z-index: 3;
}
.about-production__slider {
    position: relative;
    overflow: hidden;
}
.about-production__slider .about-production__slider-slide {
    height: auto;
}
.about-production__slider .about-production__slider-slide .about-production__content {
    display: flex;
    flex-direction: column;
    gap: 1.171303074670571vw;
    height: 100%;
    background-color: var(--white);
    padding: 5.27086383601757vw 2.928257686676428vw
}
.about-production__slider .about-production__slider-slide .about-production__text {
    font-size: 1.317715959004392vw;
    line-height: 1.756954612005857vw;
    font-weight: 400;
}
.about-production__slider-nav {
    position: absolute;
    top: -2.928257686676428vw;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: unset;
}
.about-production__slider-nav .about-production__slider-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: unset;
    gap: unset;
    width: 2.92825769vw;
    height: 2.92825769vw;
    background-color: var(--white);
    transition: 300ms ease all;
    padding: 0.585651537vw;
}
.about-production__slider-nav .about-production__slider-arrow.prev {
    background-color: var(--gray2);
}

.about-production__slider .swiper-pagination {
    display: none;
}

@keyframes countingBar {
    0% {width: 0;}
    100% {width:100%;}
}

@media (max-width: 991px) {
    .about-production__section {
        padding: 40px 0 72px;
    }
    .about-production__section::before {
        left: unset;
        right: 0;
        top: 0;
        bottom: unset;
        width: 25vw;
        height: 138.8888888888889vw;
    }
    .about-production__media {
        max-width: 100%;
        margin-bottom: 24px;
    }
    .about-production__slider-wrapper {
        position: relative;
        bottom: unset;
        max-width: 100%;
        background-color: unset;
    }
    .about-production__slider .swiper-wrapper {
        background-color: var(--white);
    }
    .about-production__slider-nav {
        top: -11.11111111111111vw;
    }
    .about-production__slider-nav .about-production__slider-arrow {
        width: 11.11111111111111vw;
        height: 11.11111111111111vw;
        padding: 2.222222222222222vw;
    }
    .about-production__media .about-production__media-slide .about-production__media-content {
        max-height: 64.44444444444444vw;
    }
    .about-production__slider .about-production__slider-slide .about-production__content {
        gap: 4.444444444444444vw;
        padding: 15vw 6.666666666666667vw;
    }
    .about-production__slider .about-production__slider-slide .about-production__title {
        font-size: 4.444444444444444vw;
        line-height: 5.555555555555556vw;
    }
    .about-production__slider .about-production__slider-slide .about-production__text {
        font-size: 3.888888888888889vw;
        line-height: 5.555555555555556vw;
    }
    .about-production__slider-wrapper .swiper-pagination {
        position: unset;
        display: flex;
        margin-top: 12px;
    }
    .about-production__slider-wrapper .swiper-pagination-bullet {
        position: relative;
        flex: 1;
        width: auto;
        border-radius: 100px;
        height: 1.11111111vw;
        overflow: hidden;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.25);
    }
    .about-production__slider-wrapper .swiper-pagination-bullet i {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
    }
    .about-production__slider-wrapper .swiper-pagination-bullet b {
        position: absolute;
        bottom: 0;
        left:  0;
        z-index: 2;
        width: 0%;
        height: 100%;
        background-color: #00FF72;
    }
    .about-production__slider-wrapper .swiper-pagination-bullet-active b {
        animation-name: countingBar;
        animation-duration: 5s;
        animation-timing-function: ease-in;
        animation-iteration-count: 1;
        animation-direction: alternate;
        animation-fill-mode:forwards;
    }
}
/* End */
/* /bitrix/templates/ipsum/components/bitrix/news.list/about-advantages/style.css?17670078802121 */
/* /bitrix/templates/ipsum/components/bitrix/news.list/about-team/style.css?17670080134229 */
/* /bitrix/templates/ipsum/components/bitrix/news.list/about-production/style.css?17670079665381 */
