

/* Start:/bitrix/templates/coffee/components/bitrix/news.list/main-slider/style.css?15767537731757*/
div.news-list.main-slider
{
    position: relative;
    width: 880px;
    height: 300px;
}

div.news-list.main-slider .slider
{
    width: 880px;
    height: 260px;
}

div.news-list.main-slider .item
{
    float: left;
    width: 880px;
    height: 260px;
}

div.news-list.main-slider .pagination
{
    display: block;
    position: absolute;
    left: 0px;
    bottom: 17px;
    width: 100%;
    text-align: center;
}

div.news-list.main-slider .pagination a
{
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0px 4px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    text-indent: -9999px;
}

div.news-list.main-slider .pagination a:hover,
div.news-list.main-slider .pagination a.selected
{
    border-color: #023c89;
}


@media screen and (max-width: 991.98px) {
    div.news-list.main-slider
    {
        width: 100%;
    }

    div.news-list.main-slider .caroufredsel_wrapper {
        width: 100% !important;
    }

    div.news-list.main-slider .item {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain !important;
    }
}

@media screen and (max-width: 767.98px) {
    div.news-list.main-slider {
        height: 260px;
    }

    div.news-list.main-slider .item {
        background-position: top;
    }
}

@media screen and (max-width: 667.98px) {
    div.news-list.main-slider {
        height: 230px;
    }
}

@media screen and (max-width: 575.98px) {
    div.news-list.main-slider {
        height: 200px;
    }
}

@media screen and (max-width: 480.98px) {
    div.news-list.main-slider {
        height: 180px;
    }
}

@media screen and (max-width: 390.98px) {
    div.news-list.main-slider {
        height: 150px;
    }
}


/* End */


/* Start:/bitrix/templates/coffee/components/bitrix/catalog.section/index-spec/style.css?15767493353904*/
div.catalog-section.special h3 {
	text-align: center;
	text-transform: uppercase;
	color: #C73737;
	font-weight: bold;
}
div.catalog-section.catalog-slider .item
{
    float: left;
    position: relative;
    width: 20%;
    height: 290px;
    padding: 10px;
    border: 1px solid #dedede;
    overflow: hidden;
}

div.catalog-section.catalog-slider .item:hover
{
    box-shadow: 1px 1px 10px -4px gray;
}

div.catalog-section.catalog-slider .item.wide
{
    width: 60%;
}

div.catalog-section.catalog-slider .item .image
{
    display: block;
    position: relative;
    height: 160px;
    background: no-repeat center center;
    background-size: contain;
}

div.catalog-section.catalog-slider .item.wide .image
{
    height: 200px;
}

div.catalog-section.catalog-slider .item a
{
    display: block;
    padding: 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.catalog-section.catalog-slider .item .preview-text
{
    height: 60px;
    font-size: 12px;
}

div.catalog-section.catalog-slider .item.wide .preview-text
{
    float: left;
    width: 300px;
}

div.catalog-section.catalog-slider .item .price
{
    color: #c73737;
    font-size: 18px;
    font-weight: bold;
}

div.catalog-section.catalog-slider .item.wide .price
{
    float: right;
    width: 200px;
    padding-right: 50px;
    padding-top: 14px;
    text-align: right;
}

div.catalog-section.catalog-slider .item .right-big
{
    position: absolute;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
}

div.catalog-section.catalog-slider .item.wide .right-big
{
    right: 35px;
    bottom: 20px;
}

@media screen and (max-width: 991.98px) {
    div.catalog-section.catalog-slider.hits, div.catalog-section.catalog-slider.special {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        width: 100%;
        justify-content: center;
    }

    div.catalog-section.catalog-slider.hits h3, div.catalog-section.catalog-slider.special h3 {
        flex-basis: 100%;
        text-align: center;
    }

    div.catalog-section.catalog-slider .item {
        width: 32%;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    div.catalog-section.catalog-slider.hits .item:nth-child(4n) {
        margin-right: 0;
    }

    div.catalog-section.catalog-slider .item.wide {
        display: none !important;
    }
}

@media screen and (max-width: 575.98px) {
    div.catalog-section.catalog-slider .item {
        width: calc(50% - 5px);
        margin-right: 10px;
    }

    div.catalog-section.catalog-slider .item a {
        flex-grow: 1;
        white-space: normal;
    }

    div.catalog-section.catalog-slider .item .special-text-wrapper {
        height: calc(100% - 160px);
        display: flex;
        flex-wrap: wrap;
    }

    div.catalog-section.catalog-slider .item .price {
        align-self: flex-end;
    }

    div.catalog-section.catalog-slider .item .preview-text {
        display: none;
    }

    div.catalog-section.catalog-slider.hits .item:nth-child(odd) {
        margin-right: 0;
    }

    div.catalog-section.catalog-slider.hits .item:nth-child(4n) {
        margin-right: 10px;
    }

    div.catalog-section.catalog-slider.special .item:nth-child(odd) {
        margin-right: 0;
    }
}

@media screen and (max-width: 409.98px) {
    div.catalog-section.catalog-slider .item {
        width: 70%;
        margin-right: 0;
        height: auto;
    }

    div.catalog-section.catalog-slider.hits .item:nth-child(4n) {
        margin-right: 0;
    }

    div.catalog-section.catalog-slider .item .special-text-wrapper {
        height: auto;
    }
}


/* End */
/* /bitrix/templates/coffee/components/bitrix/news.list/main-slider/style.css?15767537731757 */
/* /bitrix/templates/coffee/components/bitrix/catalog.section/index-spec/style.css?15767493353904 */
