

/* Start:/company/about-company.css?16655959932977*/
body main
{
    padding-bottom: 150px;
}
@media screen and (max-width: 992px)
{
    body main
    {
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 576px)
{
    body main
    {
        padding-bottom: 80px;
    }
}

.about-company-page__inner-wrapper
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;

    padding-right: 20px;
}
@media screen and (max-width: 768px)
{
    .about-company-page__inner-wrapper
    {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;

        padding-right: 0;
    }
}

.about-company-page__left
{
    margin-right: 30px;
}
@media screen and (max-width: 768px)
{
    .about-company-page__left
    {
        margin-right: 0;
    }
}

.about-company-page__left h1
{
    margin-bottom: 30px;
}
@media screen and (max-width: 576px)
{
    .about-company-page__left h1
    {
        margin-bottom: 20px;
    }
}

.about-company-page__desc
{
    max-width: 540px;
}
@media screen and (max-width: 768px)
{
    .about-company-page__desc
    {
        max-width: 100%;
    }
}
@media screen and (max-width: 576px)
{
    .about-company-page__desc
    {
        margin-top: 20px;
    }
}

.about-company-page__desc p
{
    font-size: 18px;
    line-height: 21px;
}
@media screen and (max-width: 576px)
{
    .about-company-page__desc p
    {
        font-size: 15px;
        line-height: 18px;
    }
}

.about-company-page__desc p:first-child
{
    margin-top: 0;
}

.about-company-page__desc p:last-child
{
    margin-bottom: 0;
}


.about-company-page__button
{
    margin-top: 50px;
}
@media screen and (max-width: 768px)
{
    .about-company-page__button
    {
        margin-top: 20px;
    }
}
@media screen and (max-width: 576px)
{
    .about-company-page__button
    {
        margin: 20px auto 0;
    }
}

.about-company-page__right
{
    margin-top: -30px;
}
@media screen and (max-width: 768px)
{
    .about-company-page__right
    {
        width: 100%;

        margin-top: 50px;
    }

    .about-company-page__right .logo-in-circles-animated .big-out-round
    {
        margin: 0 auto;
    }
}
@media screen and (max-width: 450px)
{
    .about-company-page__right
    {
        position: relative;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 450px)
{
    .about-company-page__right .logo-in-circles-animated
    {
        width: 100%;
    }

    .about-company-page__right .logo-in-circles-animated .big-out-round
    {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        aspect-ratio: 1;
    }
}

@media screen and (max-width: 576px)
{
    .page-section.certificates
    {
        margin-top: 40px;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/certificates-slider/style.css?16669789722286*/
.certificates-slider-wrapper
{
    position: relative;
}

.certificate-slide img
{
    margin: 0 auto;
    width: 100%;
}
@media screen and (max-width: 1505px)
{
    .certificate-slide img
    {
        max-width: 280px;
    }
}
@media screen and (max-width: 1400px)
{
    .certificate-slide img
    {
        max-width: 230px;
    }
}
@media screen and (max-width: 768px)
{
    .certificate-slide img
    {
        max-width: 180px;
    }
}
@media screen and (max-width: 450px)
{
    .certificate-slide img
    {
        max-width: 170px;
    }
}

.certificates-slider-navigation
{
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
    z-index: 3;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    pointer-events: none;

    width: 100%;

    overflow: visible;
    height: 65px;
}

@media screen and (max-width: 768px)
{
    .certificates-slider-navigation
    {
        height: 39px;
    }
}

.certificates-slider-navigation button
{
    pointer-events: all;
}

.certificates-slider-navigation .swiper-button-prev
{
    transform: translateX(calc(-60px - 30px));
}
.certificates-slider-navigation .swiper-button-next
{
    transform: translateX(calc(60px + 30px));
}

@media screen and (max-width: 1505px)
{
    .certificates-slider-navigation .swiper-button-prev
    {
        transform: translateX(-35px);
    }
    .certificates-slider-navigation .swiper-button-next
    {
        transform: translateX(35px);
    }
}
@media screen and (max-width: 1400px)
{
    .certificates-slider-navigation .swiper-button-prev
    {
        transform: translateX(-30px);
    }
    .certificates-slider-navigation .swiper-button-next
    {
        transform: translateX(30px);
    }
}
@media screen and (max-width: 1200px)
{
    .certificates-slider-navigation .swiper-button-prev
    {
        transform: translateX(-20px);
    }
    .certificates-slider-navigation .swiper-button-next
    {
        transform: translateX(20px);
    }
}
@media screen and (max-width: 576px)
{
    .certificates-slider-navigation .swiper-button-prev
    {
        transform: translateX(-12px);
    }
    .certificates-slider-navigation .swiper-button-next
    {
        transform: translateX(12px);
    }
}
/* End */
/* /company/about-company.css?16655959932977 */
/* /bitrix/templates/.default/components/bitrix/news.list/certificates-slider/style.css?16669789722286 */
