

/* Start:/bitrix/templates/.default/components/bitrix/news.detail/partner_detail/style.css?16161088893282*/
div.header-text h1.page-title
{
    margin-top: 0;
}

div.heading
{
    margin-top: 57px;

    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

img.mobile-partner-image
{
    display: none;

    margin-top: 15px;
}

p.partner-desc
{
    margin-top: 39px;
    margin-bottom: 59px;

    max-width: 690px;
}

img.partner-image
{
    max-width: 330px;
    max-height: 196px;
}

h2.slider-title
{
    margin-bottom: 25px;

    font-size: 24px;
    line-height: 29px;

    color: #333333;
}

div.slides, div.slides *
{
    height: 73px;
}

div.slides
{
    /*display: flex;*/
    /*flex-flow: row nowrap;*/
    /*justify-content: flex-start;*/
    /*align-items: center;*/
}

a.slider-image
{
    margin-right: 25px;
    position: relative;
    overflow: hidden;

    display: block;

    height: 100%;
    border-radius: 5px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

a.slider-image:last-child
{
    margin-right: 0;
}

div.item-name
{
    position: absolute;
    width: 100%;
    height: 100%;

    display: flex;
    flex-flow: column nowrap;
    justify-content: center;

    transition: background-color .3s;
}

div.item-name:hover
{
    background-color: rgba(18, 23, 58, 0.7);
}

div.item-name p
{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    font-weight: 700;
    font-size: 16.5556px;
    line-height: 20px;
    color: transparent;

    height: fit-content;
    width: 100%;

    transition: color .3s;
}

div.item-name:hover p
{
    color: #fff;
}

div.slides-btns-wrapper
{
    position: relative;
    padding: 0 30px;
}

.slider-button
{
    height: 100%;
    width: 16px;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.prev-button
{
    left: -30px;
}

.next-button
{
    right: 0;
}

div.section-goods-slider
{
    margin-bottom: 80px;
}

div.goods-slider
{
    margin-bottom: 64px;
}

@media screen and (max-width: 375px)
{
    div.slides-btns-wrapper
    {
        padding: 0;
    }
    .slider-button
    {
        display: none;
    }
}

@media screen and (max-width: 1141px)
{
    p.partner-desc
    {
        max-width: 500px;
    }

    img.partner-image
    {
        margin-left: 15px;
    }
}

@media screen and (max-width: 1100px)
{
    .slider-button
    {
        display: none;
    }

    div.slides-btns-wrapper
    {
        padding: 0;
    }
}

@media screen and (max-width: 924px)
{
    img.mobile-partner-image
    {
        display: block;
    }
    img.partner-image
    {
        display: none;
    }

    p.partner-desc
    {
        max-width: 100%;
        margin-top: 25px;
    }
}

@media screen and (max-width: 700px) {
    img.mobile-partner-image
    {
        max-width: 200px;
    }

    h2.slider-title {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;

        color: #333333;
    }

    div.section-goods-slider
    {
        margin-bottom: 23px;
    }
}

@media screen and (max-width: 480px) {
    div.item-name p
    {
        color: #fff;
        font-size: 14px;
        letter-spacing: 1px;
    }

    div.item-name
    {
        background-color: rgba(18, 23, 58, 0.7);
    }
}

/* End */
/* /bitrix/templates/.default/components/bitrix/news.detail/partner_detail/style.css?16161088893282 */
