

/* Start:/o-magazine/about-company.css?17798842548646*/
main
{
    padding-bottom: 0 !important;
}

.about-company-text-image
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
@media screen and (max-width: 576px)
{
    .about-company-text-image
    {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.about-company-text__mobile-header
{
    display: none;

    margin-bottom: 30px;
    text-align: left;
}
@media screen and (max-width: 576px) 
{
    .about-company-text__mobile-header
    {
        display: block;
    } 
}

.building-photo
{
    max-width: 533px;
    max-height: 706px;

    margin-right: 30px;
}
@media screen and (max-width: 1400px) 
{
    .building-photo
    {
        max-width: 457px;
        max-height: 609px;
    }
}
@media screen and (max-width: 1200px) 
{
    .building-photo
    {
        max-width: 386px;
        max-height: 561px;

        margin-right: 26px;
    }
}
@media screen and (max-width: 992px) 
{
    .building-photo
    {
        max-width: 350px;
        max-height: 466px;

        margin-right: 20px;
    }
}
@media screen and (max-width: 768px) 
{
    .building-photo
    {
        max-width: 272px;
        max-height: 363px;
    }
}
@media screen and (max-width: 576px)
{
    .building-photo
    {
        margin: 0 auto 30px;

        width: 100%;

        max-width: 370px;
        max-height: 490px;
    }
}

.about-company-text .heading-1
{
    margin-top: 64px;
    margin-bottom: 32px;

    position: relative;
}
@media screen and (max-width: 992px) 
{
    .about-company-text .heading-1
    {
        margin-top: 0;
    }
}
@media screen and (max-width: 576px) 
{
    .about-company-text .heading-1
    {
        display: none;
    }
}

.about-company-text .heading-1::after
{
    content: "";

    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100vw;
    height: 1px;

    background-color: #00345E;
}
@media screen and (max-width: 992px) 
{
    .about-company-text .heading-1
    {
        margin-bottom: 30px;
    }

    .about-company-text .heading-1::after
    {
        display: none;
    }  
}

.about-company-main-text
{
    max-width: 450px;
}
@media screen and (max-width: 1400px) 
{
    .about-company-main-text
    {
        max-width: 462px;
    }  
}
@media screen and (max-width: 576px)
{
    .about-company-main-text
    {
        max-width: 100%;
    }
}

.about-company-main-text a
{
    display: inline;
    color: #00345E;
    border-bottom: 1px solid #00345e;

    transition: color .3s, border .3s;
}
@media screen and (min-width: 769px)
{
    .about-company-main-text a:hover
    {
        color: var(--gold-color);
        border-bottom: 1px solid var(--gold-color);
    }
}

.about-company-advantages
{
    width: 100%;
    max-width: 1225px;
    margin: 80px auto 0;

    position: relative;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
}
@media screen and (max-width: 1400px) 
{
    .about-company-advantages
    {
        max-width: 100%;
    }
}
@media screen and (max-width: 1200px)
{
    .about-company-advantages
    {
        margin-top: 52px;
    }
}
@media screen and (max-width: 992px)
{
    .about-company-advantages
    {
        margin-top: 30px;
    }
}
@media screen and (max-width: 576px)
{
    .about-company-advantages
    {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;

        margin-top: 50px;
    }
}

.about-company-advantages .advantage-item
{
    width: 100%;
    max-width: 555px;
    
    background-color: #fff;
    border-radius: 5px;
    padding: 9px 18px 36px 14px;

    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) 
{
    .about-company-advantages .advantage-item
    {
        padding: 9px 15px 30px 27px;
        max-width: 468px;
    }
}
@media screen and (max-width: 992px) 
{
    .about-company-advantages .advantage-item
    {
        padding: 9px 15px 20px 14px;
        max-width: 350px;
    }
}
@media screen and (max-width: 768px) 
{
    .about-company-advantages .advantage-item
    {
        margin-right: 20px;
    }
}
@media screen and (max-width: 576px)
{
    .about-company-advantages .advantage-item
    {
        margin-right: 0;
        margin-top: 25px;
        max-width: 100%;
    }
    .about-company-advantages .advantage-item:first-child
    {
        margin-top: 0;
    }
}

.advantage-item-index
{
    position: relative;

    width: 41px;
    height: 41px;

    background-color: #E9ECEE;
    border-radius: 50%;

    margin-bottom: 28px;
}
@media screen and (max-width: 1200px) 
{
    .advantage-item-index
    {
        margin-bottom: 17px;
    }
}
@media screen and (max-width: 992px) 
{
    .advantage-item-index
    {
        margin-bottom: 10px;
    }
}

.advantage-item-index .advantage-item-number
{
    position: absolute;

    left: 21px;
    top: 8px;

    color: #000;
}

.dark-bg-wrapper
{
    margin-top: -51px;
    padding-top: 78px;
    padding-bottom: 120px;

    background-color: #181A1E;

    background-image: url("/upload/mm_upload/pixel-bg-about-company.png");
    background-position: left top;
    background-size: 10%;
    background-repeat: repeat;
}
@media screen and (max-width: 576px)
{
    .dark-bg-wrapper
    {
        margin-top: -51px;
        padding-top: 110px;

        padding-bottom: 102px;
    }
}

.clients-up
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    max-width: 1208px;

    margin-bottom: 66px;
}
/* 1140 cont */
@media screen and (max-width: 1400px) 
{
    .clients-up
    {
        max-width: 1084px;
        margin-bottom: 85px;
    }
}
/* 960 cont */
@media screen and (max-width: 1200px) 
{
    .clients-up
    {
        max-width: 902px;
        margin-bottom: 80px;
    }
}
/* 720 cont */
@media screen and (max-width: 992px) 
{
    .clients-up
    {
        max-width: 668px;
        margin-bottom: 19px;
    }
}
/* mobile */
@media screen and (max-width: 576px)
{
    .clients-up
    {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;

        margin-bottom: 51px;
    }
}

.clients-text
{
    color: #FFFFFF;

    max-width: 555px;
}
/* 960 cont */
@media screen and (max-width: 1200px) 
{
    .clients-text
    {
        max-width: 492px;
    }
}
/* 720 cont */
@media screen and (max-width: 992px) 
{
    .clients-text
    {
        max-width: 335px;

        font-size: 18px;
        line-height: 30px;
    }
}
/* mobile */
@media screen and (max-width: 576px)
{
    .clients-text
    {
        max-width: 100%;

        margin-bottom: 30px;
    }
}

.clients-up__image
{
    width: 100%;
    max-width: 308px;
    max-height: 308px;
}
@media screen and (max-width: 1400px) 
{
    .clients-up__image
    {
        max-width: 284px;
        max-height: 284px;
    }
}
/* mobile */
@media screen and (max-width: 576px)
{
    .clients-up__image
    {
        width: 100%;
        margin: 0 auto;
    }
}

.clients-down-text
{
    text-align: center;
    margin: 0 auto;
    max-width: 745px;

    color: #fff;
}
/* 960 cont */
@media screen and (max-width: 1200px) 
{
    .clients-down-text
    {
        max-width: 672px;
    }
}
/* 720 cont */
@media screen and (max-width: 992px) 
{
    .clients-down-text
    {
        max-width: 474px;

        font-size: 18px;
        line-height: 30px;
    }
}
/* mobile */
@media screen and (max-width: 576px)
{
    .clients-down-text
    {
        margin: 0 30px;
    }
}

.clients-down-text a
{
    color: #fff;
    border-bottom: 1px solid #fff;

    transition: color .3s, border .3s;
}

@media screen and (min-width: 769px)
{
    .clients-down-text a:hover
    {
        color: var(--gold-color);
        border-bottom: 1px solid var(--gold-color);
    }
}

.last-news, .encyclopedia
{
    margin-top: 80px;
}
/* mobile */
@media screen and (max-width: 576px)
{
    .last-news, .encyclopedia
    {
        margin-top: 45px;
    }
}

.last-news .heading-2, .encyclopedia .heading-2
{
    color: var(--gold-color);
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/mm_about-us-last-news/style.css?17798842462280*/
.last-news__title-wrapper
{
    margin-bottom: 30px;
}
@media screen and (max-width: 1200px)
{
    .last-news__title-wrapper
    {
        margin-bottom: 35px;
    }
} 
@media screen and (max-width: 992px) 
{
    .last-news__title-wrapper
    {
        margin-bottom: 24px;
    }
}

.last-news .heading-2
{
    color: var(--gold-color);
}

.last-news__swiper-navingation-buttons
{
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;

    display: none;
}
@media screen and (max-width: 992px) 
{
    .last-news__swiper-navingation-buttons
    {
        display: flex;
    }
}

.last-news__swiper-navingation-buttons .swiper-button-prev,
.last-news__swiper-navingation-buttons .swiper-button-next
{
    z-index: 1;
    -webkit-tap-highlight-color: transparent;

    padding: 13px 15px 14px 14px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
}

.last-news__swiper-navingation-buttons .swiper-button-prev img,
.last-news__swiper-navingation-buttons .swiper-button-next img
{
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
}
.last-news__swiper-navingation-buttons .swiper-button-next
{
    margin-left: 8px;
}
.last-news__swiper-navingation-buttons .swiper-button-next img
{
    transform: rotate(180deg);
}

.last-news__title-wrapper
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.news-item
{
    border: 1px solid var(--gold-color);
    padding: 27px 41px 26px 27px;

    height: auto;

    transition: background-color .35s;
}
@media screen and (max-width: 1400px) 
{
    .news-item
    {
        padding: 16px 27px 25px 27px;
    }
}
@media screen and (max-width: 1200px) 
{
    .news-item
    {
        padding: 17px 13px 16px 13px;
    }
}
@media screen and (max-width: 992px) 
{
    .news-item
    {
        padding: 20px 40px 20px 20px;
    }
}

.news-list .news-item:last-child
{
    margin-right: 0;
}
.news-item:hover
{
    background-color: var(--gold-color);
}

.news-item__date
{
    display: block;
    color: #fff;
    margin-bottom: 11px;
}

.news-item__announce-text
{
    color: #fff;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/mm_about-us-last-encyclopedia/style.css?17798842462280*/
.last-news__title-wrapper
{
    margin-bottom: 30px;
}
@media screen and (max-width: 1200px)
{
    .last-news__title-wrapper
    {
        margin-bottom: 35px;
    }
} 
@media screen and (max-width: 992px) 
{
    .last-news__title-wrapper
    {
        margin-bottom: 24px;
    }
}

.last-news .heading-2
{
    color: var(--gold-color);
}

.last-news__swiper-navingation-buttons
{
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;

    display: none;
}
@media screen and (max-width: 992px) 
{
    .last-news__swiper-navingation-buttons
    {
        display: flex;
    }
}

.last-news__swiper-navingation-buttons .swiper-button-prev,
.last-news__swiper-navingation-buttons .swiper-button-next
{
    z-index: 1;
    -webkit-tap-highlight-color: transparent;

    padding: 13px 15px 14px 14px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
}

.last-news__swiper-navingation-buttons .swiper-button-prev img,
.last-news__swiper-navingation-buttons .swiper-button-next img
{
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
}
.last-news__swiper-navingation-buttons .swiper-button-next
{
    margin-left: 8px;
}
.last-news__swiper-navingation-buttons .swiper-button-next img
{
    transform: rotate(180deg);
}

.last-news__title-wrapper
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.news-item
{
    border: 1px solid var(--gold-color);
    padding: 27px 41px 26px 27px;

    height: auto;

    transition: background-color .35s;
}
@media screen and (max-width: 1400px) 
{
    .news-item
    {
        padding: 16px 27px 25px 27px;
    }
}
@media screen and (max-width: 1200px) 
{
    .news-item
    {
        padding: 17px 13px 16px 13px;
    }
}
@media screen and (max-width: 992px) 
{
    .news-item
    {
        padding: 20px 40px 20px 20px;
    }
}

.news-list .news-item:last-child
{
    margin-right: 0;
}
.news-item:hover
{
    background-color: var(--gold-color);
}

.news-item__date
{
    display: block;
    color: #fff;
    margin-bottom: 11px;
}

.news-item__announce-text
{
    color: #fff;
}
/* End */
/* /o-magazine/about-company.css?17798842548646 */
/* /local/templates/.default/components/bitrix/news.list/mm_about-us-last-news/style.css?17798842462280 */
/* /local/templates/.default/components/bitrix/news.list/mm_about-us-last-encyclopedia/style.css?17798842462280 */
