

/* 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:/sotrudnichestvo/style.css?1665278374813*/
body main
{
    padding-bottom: 0;
}

@media screen and (max-width: 576px)
{
    .about-company-page__right
    {
        display: none;
    }
}

.cooperation-page__advantages
{
    margin-top: 60px;

    position: relative;
    padding: 82px 0;
}

@media screen and (max-width: 576px)
{
    .cooperation-page__advantages
    {
        padding: 40px 0 80px;
        background-color: var(--mm-black-color);

        overflow: hidden;
    }
}
@media screen and (max-width: 350px)
{
    .cooperation-page__advantages
    {
        padding: 40px 0 0;
    }
}

.cooperation-page__advantages::before
{
    content: "";

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-color: var(--mm-grey-color);
    z-index: -1;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/mainpage-advantages/style.css?17458532301188*/
.advantages-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;

  gap: 21px;
}
@media screen and (max-width: 992px) {
  .advantages-list {
    grid-template-columns: 1fr;
    grid-gap: 40px 0;
  }
}

.advantage-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .advantage-item {
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .advantage-item {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}

.advantage-item__preview-picture {
  width: 100px;
  height: 100px;

  object-fit: contain;

  margin-right: 14px;
}
@media screen and (max-width: 576px) {
  .advantage-item__preview-picture {
    margin-right: 0;
    margin-bottom: 14px;
  }
}

.advantage-item__name {
  margin: 0 0 7px;
}
@media screen and (max-width: 576px) {
  .advantage-item__name {
    margin: 0 auto 8px;
    text-align: center;

    max-width: 450px;
  }
}

.advantage-item__text {
  margin: 0;
}
@media screen and (max-width: 576px) {
  .advantage-item__text {
    text-align: center;
    max-width: 450px;
  }
}

/* End */
/* /company/about-company.css?16655959932977 */
/* /sotrudnichestvo/style.css?1665278374813 */
/* /bitrix/templates/.default/components/bitrix/news.list/mainpage-advantages/style.css?17458532301188 */
