

/* Start:/local/templates/.default/components/bitrix/breadcrumb/main/style.css?1554305402799*/
.breadcrumbs .item {
    display: inline-block;
}

.breadcrumbs .item:not(:last-child)::after {
    content: "|";
    font-size: 11px;
    margin: 0 13px;
}

.breadcrumbs .item a {
    font-size: 12px;
    color: rgb(97, 97, 97);
    text-decoration: underline;
    font-family: RobotoRegular, sans-serif;
}
.breadcrumbs .item span{font-size: 12px;}
.breadcrumbs .item:first-child a::before {
    content: url(/local/templates/.default/components/bitrix/breadcrumb/main/images/breadcrumbs__home.png);
    margin-right: 26px;
}

.breadcrumbs .item:last-child a {
    color: #000000;
    text-decoration: none;
}
@media (max-width: 550px) {
    .breadcrumbs .item a {
        font-size: 10px;
    }

    .breadcrumbs .item:not(:last-child)::after {
        margin: 0 7px;
    }

    .breadcrumbs .item:first-child a::before {
        margin-right: 13px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/pages/style.css?15543054003217*/
.card-cell__show-more {
    padding: 19px 27px;
    /* width: 758px; */
    background-color: #3f83c5;
    border: 1px solid #3f83c5;
    margin: 20px 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.card-cell__show-more:hover{
    background-color: #154b7e;
    border-color: #154b7e;
    transition: background .3s linear;
}
.card-cell__show-more a{
    font-size: 13px;
    color: #fff;
    font-family: AbradeBold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.card-cell__show-more a:hover{color: #fff;}
@media sceen and (max-width: 550px) {
    .card-cell__show-more {padding: 14px 27px;}
    .card-cell__show-more a{font-size: 11px;}
}

.b-pagination {
    margin-top: 21px;
    display: table;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-collapse: collapse
}

.b-pagination--hidden {
    display: none
}

@media print,screen and (min-width: 768px) {
    .b-pagination {
        margin-top:30px
    }
}

.b-pagination__row {
    display: table-row
}

.b-pagination__item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #e6e6e6
}

@media print,screen and (min-width: 768px) and (max-width:1199px) {
    .b-pagination__item--big {
        width:101px
    }
}

@media screen and (min-width: 1200px) {
    .b-pagination__item--big {
        width:151px
    }
}

.b-pagination__item--current {
    background: #fafafa;
    font-weight: 700
}

.b-pagination__item--current .b-pagination__item-link {
    cursor: default;
    color: #1e0602
}

.b-pagination__item--current .b-pagination__item-link:hover {
    color: #1e0602
}

.b-pagination__item-link {
    height: 100%;
    line-height: 48px;
    display: block
}

.b-pagination__item-link--disabled {
    cursor: default;
    opacity: .6
}

.b-pagination__item-link--disabled:hover {
    color: #1e0602
}

.b-pagination__item-text {
    min-width: 30px;
    text-align: center;
    display: inline-block
}

@media print,screen and (max-width: 1199px) {
    .b-pagination__item--big .b-pagination__item-text {
        display:none
    }
}

.b-pagination__icon {
    display: inline-block;
    opacity: .2
}

@media screen and (max-width: 767px) {
    .b-pagination__icon {
        min-width:30px
    }
}

@media screen and (min-width: 1200px) {
    .b-pagination__icon {
        opacity:1
    }
}

@media screen and (min-width: 1200px) {
    .b-pagination__icon--hide-desktop {
        display:none
    }
}

.b-pagination__icon--next {
    width: 16px;
    height: 16px;
    background: url('/local/templates/.default/components/bitrix/system.pagenavigation/pages/./images/arr-right.svg') no-repeat 50%;
    background-size: contain
}

@media print,screen and (min-width: 768px) {
    .b-pagination__icon--next {
        width:9px
    }
}

@media screen and (min-width: 1200px) {
    .b-pagination__icon--next {
        width:19px;
        height: 7px;
        margin-left: 5px;
        background-image: url('/local/templates/.default/components/bitrix/system.pagenavigation/pages/./images/arr-right.svg');
        background-size: contain
    }
}

.b-pagination__icon--begin {
    height: 16px;
}

@media print,screen and (min-width: 768px) {
    .b-pagination__icon--begin {
        width:14px
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/series/style.css?15568239921798*/
.brand-items{position: relative; clear: both; overflow: hidden;}
    .brand-item{position: relative; clear: both; overflow: hidden;
        border: 1px dotted #ebebeb; padding: 40px 40px 40px 0px; margin-bottom: 25px;}
    .brand-item::after{
        display: block; position: absolute; border-left: 1px solid #ebebeb;
        width: 1px; content: ' '; left: 30%; top: 0px; bottom: 0px;}
    .brand-item-title-wrapper{position: relative; overflow: hidden; float: right;
        width: 65%; margin-left: 5%;}
        .brand-item-title-wrapper h2{font-size: 15px; font-weight: bold;}
            .brand-item-title-wrapper h2 span{font-weight: normal;}
    .brand-item-photo{float: left; width: 30%; text-align: center; position: relative;
        line-height: 180px; margin-bottom: -100px;}
        .brand-item-photo img{width: 75%;}
    .brand-item-blocks{float: left; width: 45%; margin-right: 5%; position: relative; overflow: hidden;
        padding-top: 20px;}
    .brand-item-blocks:last-child{margin-right: 0px;}
        .brand-item-blocks h3{font-size: 13px; margin-top: 0px; font-weight: bold; margin-bottom: 15px;}
        .brand-item-blocks li{margin-bottom: 10px; font-size: 13px; color: #a7a7a7;}
            .brand-item-blocks li a{font-size: 13px;}

    .brand-item-link{display: block; text-decoration: none; width: 30px; height: 30px;
        background: url('/local/templates/tiptop/images/arrowCard.png') no-repeat 0 0;
        position: absolute; right: 25px; bottom: 25px;}

@media screen and (max-width: 768px) {
    .brand-item-title-wrapper{width: 100%; margin: 0px;}
    .brand-item-photo{width: 100%; line-height: 100%; margin-bottom: 0px;}
    .brand-item-photo img{width: auto; margin-bottom: 20px;}
    .brand-item::after{display: none;}
    .brand-item{padding: 30px;}
}
/* End */
/* /local/templates/.default/components/bitrix/breadcrumb/main/style.css?1554305402799 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/pages/style.css?15543054003217 */
/* /local/templates/.default/components/bitrix/news.list/series/style.css?15568239921798 */
