

/* Start:/local/templates/unimagazin_s1/components/bitrix/system.pagenavigation/catalog/style.css?17097076982519*/
.paginator {
    display: block;
}

.paginator .ajax {
    display: block;
    text-align: center;
}

.paginator .ajax .button {
    display: inline-block;
    text-align: left;
    cursor: pointer;
    color: #1a58d7;
    transition: 0.3s;
}.paginator .ajax .button:hover {
    color: #484848 !important;
}

.paginator .ajax .button .icon-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background: #1a58d7;
    border-radius: 16px;
    margin-right: 10px;
    transition: 0.3s;
    font-size: 0px;
    text-align: center;
}.paginator .ajax .button:hover .icon-wrapper {
    background: #484848 !important;
}

.paginator .ajax .button .icon-wrapper .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background: url('/local/templates/unimagazin_s1/components/bitrix/system.pagenavigation/catalog/images/update.png');
    transition-property: transform;
    transition: 0.3s;
}.paginator .ajax .button:hover .icon-wrapper .icon {
    transform:  rotate(360deg);
}.paginator .ajax .button.ui-state-working .icon-wrapper .icon {
    transition: 10s;
    transform:  rotate(7200deg);
}

.paginator .ajax .button .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: inherit;
}

.paginator .static {
    position: relative;
    display: block;
    font-size:  0px;
    text-align: center;
}

.paginator .static .buttons {
    display: inline-block;
    font-size: 0px;
}

.paginator .static .buttons .button {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 6px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 12px;
}
.paginator .static .buttons .button.ui-state-current {
	box-sizing:border-box;
	border:1px solid #e83521;
	background:#FFF!important;
	color:#e83521;
}

.paginator .static .buttons .uni-slider-button-left {
    position: absolute;
    display: block;
    top: -4px;
    left: 0px;
	display: none;
}
.paginator .static .buttons .uni-slider-button-right {
    position: absolute;
    display: block;
    top: -4px;
    right: 0px;
	display: none;
}
.paginator .static .page-count {
	font-size:14px;
	margin-top:10px;
	text-align:right;
}
.paginator .static .page-count .description {
	display:inline;
}
.paginator .static .page-count .options {
	border-color:#e83521;
	border-radius:3px;
	text-align:right;
}
/* End */


/* Start:/local/templates/unimagazin_s1/components/BKV/catalog.section/list/style.css?174351306419572*/
.catalog-section {
    width: 100%;
    display: table;
    border-collapse: separate;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 15px;
}

.slider_prodict_list,
.slider_pic{
    padding: 0 !important;
}

.catalog-section .price_inner .old {
    display: none;
}

.catalog-section .price_inner .new {
    margin-bottom: 5px;
}

.to_basket {
    display: flex!important;
    justify-content: center;
}

.best_predl {
    background: #32CD32;
    color: white;
    font-size: 10px;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.slider_pic>div{
    padding: 0 !important;
    width: 100% !important;
    height: 200px;
    position: absolute !important;

}
.slider_prodict_list .name_product.title_product .name
{
    width: 100% !important;
}

.to_basket .block_not_can_by{
    color: #828282;
    font-weight: bolder;
    padding: 10px;
}


.popup-arrow {
    position: absolute;
    background: #fff;
    top: -10px;
    border: 1px solid #000;
    display: none;
    border-radius: 5px;
    font-size: 15px;
    padding: 3px;
}
.popup-arrow::before, .popup-arrow::after {
    content: '';
    position: absolute;
    left: 5px;
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid green;
    transform: rotate(
            15deg
    );
    border-left: 0;
}
.popup-arrow::after {
    border-top: 10px solid white;
    bottom: -19px;
}
.arrow-down-red {
    height: 17px;
}
.new:hover + .popup-arrow {
    display: block;
}

.krat-error {
    font-size: 10px;
    color: red;
}

.catalog-section * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog-section .element {
    position: relative;
    width: 100%;
    /*height: auto;*/
    min-height: 165px;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 5px;
}

.catalog-section .element + .element {
    border-top: 1px solid #f0f0f0;
}

.catalog-section .element:hover + .element {
    border-top: 1px solid transparent;
}

.catalog-section > .element:hover {
    border-color: #f7f7f7;
}

.catalog-section .element .picture_element {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    overflow: hidden;
    white-space: normal;
    text-decoration: none;
    font-size: 16px;
    text-align: left;

}

.catalog-section .element .name {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    white-space: normal;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
}


.catalog-section .element .picture_element div a,
.catalog-section .element .name div a {
    text-decoration: none;
}

.catalog-section .element .buys {
    display: table-cell;
    vertical-align: middle;
    padding-top: 19px;
    padding-bottom: 22px;
    width: 35%;
    padding-right: 15px;
    padding-left: 15px;
}

.catalog-section .element .buys .price {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-left: 5px;
}

.catalog-section .element .price {
    padding-left: 5px;
}


.catalog-section .element .buys .price .new {
    font-size: 18px;
    font-weight: bold;
}

.catalog-section .element .buys .price .old {
    font-size: 12px;
    text-decoration: line-through;
}

.catalog-section .element .picture_element .min-buttons {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 2
}

.catalog-section .element .picture_element .min-buttons .like,
.catalog-section .element .picture_element .min-buttons .compare {
    display: block;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
}

.catalog-section .element .picture_element .min-button.like {
    margin-bottom: 2px;
}


.catalog-section .element .buys > .buy {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}

.catalog-section .element .buys > .buy .buy {
    color: #fff;
    font-weight: bold;
    padding: 6px 0px;
    font-size: 12px;
    line-height: 14px;
    width: 90px;
    text-align: center;
}

.catalog-section .element .state.unavailable {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 18px;
    color: #797979;
}

.catalog-section .element {
    display: table-row;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
}

.catalog-section .element .picture_element {
    display: table-cell;
    padding: 0;
    font-size: 0px;
    width: 30%;
    position: relative;
}

.catalog-section .element .name {
    display: table-cell;
    padding: 0;
    font-size: 0px;
    width: 30%;
}

.catalog-section .element .picture_element a {
    color: #07203c;
    font-size: 14px;
    font-weight: bold;
    text-transform: lowercase;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
}

.catalog-section .element .name a {
    color: #07203c;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
}

.inner_section_list .uni-panel-sort {
    background-color: #f5f5f5;
    border-radius: 0px;
    border: none;
    height: 48px;
    border-radius: 4px 4px 0 0;
}

.empty_row {
    display: table-row;
    height: 19px;
}

.header_list_goods {
    display: table-row;
    border: 1px solid #ebebeb;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.header_list_goods .title_table {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #969696;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
}

.header_list_goods .title_table {

    border-bottom: 1px solid #ebebeb;
    line-height: 1;
    height: 40px;
}

.header_list_goods .left_border {
    border-left: 1px solid #ebebeb;
    border-radius: 0 0 0 4px;
}

.header_list_goods .right_border {
    border-right: 1px solid #ebebeb;
    border-radius: 0 0 4px 0;
}

.header_list_goods .title_table.name {
    padding-left: 2%;
    width: 21%;
    text-align: left;
}

.cell_table {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    position: relative;
}

.catalog-section .cell_table.left_border {
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #ebebeb;
}

.catalog-section .cell_table.right_border {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #ebebeb;
}

.catalog-section .article.cell_table {
    color: #969696;
    width: 30%;
}

.catalog-section .units.cell_table {
    width: 18%;
}

.catalog-section .attachment.cell_table {
    width: 16%;
}

.catalog-section .mo.cell_table {
    width: 12%;
}

.catalog-section .count.cell_table {
    color: #969696;
    width: 10%;
}

.empty_row_content {
    height: 8px;
}

/* ==================== BUY BLOCK ==================== */
.discounts_main_maxi_opt.count {
    font-size: 0px;
    font-weight: bold;
    text-align: right;
}

.discounts_main_maxi_opt.count button {
    border: 1px solid #e3e3e3;
    background-color: #fff;
    color: #373737;
}

.discounts_main_maxi_opt.count button:hover {
    border-color: #e83521;
}

.discounts_main_maxi_opt.count button.decrease {
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    font-weight: bold;
}

.discounts_main_maxi_opt.count button.increase {
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    /*font-weight: bold;*/
}

.discounts_main_maxi_opt.count input {
    background-color: #E1E1E1;
    color: #373737;
    width: 41px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e1e1e1;
}

.catalog-section .price .to_basket .in_basket_button {
    display: inline-block;
    font-size: 14px;
    color: #464646;
    background-color: #eab120;
    text-decoration: none;
    font-weight: normal;
    border-radius: 4px;
    padding: 0 8px;
    vertical-align: middle;
    line-height: 29px;
}

.catalog-section .price .to_basket {
    display: block;
    vertical-align: bottom;
}

.buys_top_row {
    text-align: right;
}

.buy_buttons {
    margin-top: 11px;
}

body .workarea_wrap .min-button.delete:hover div:before, body .workarea_wrap .min-button div.remove:before {
    background-color: #eab120 !important;
}

body .paginator .static .buttons .uni-slider-button-right {
    display: none;
}

.catalog-section .price_inner {
    font-family: 'PT Sans', sans-serif;
    font-size: 23px;
    display: inline-block;
    text-align: right;
    color: #D12322;
    margin-right: 5px;
    font-weight: bold;
}

.catalog-section .price span {
    /*font-size: 17px;*/
}

.catalog-section .element .picture_element a.preview_image {
    display: inline-block;
    width: 175px;
    vertical-align: middle;
}

/*----------------------------*/
.catalog-section .cell_table.left_border .additional-info {
    display: block;
    font-size: 14px;
}

.catalog-section .cell_table.left_border .additional-info {
    margin-top: 15px;
}

.catalog-section .cell_table.left_border .additional-info:last-child {
    margin: 0;
}

/*----------------------------*/
.preview_image img {
    width: 100%;
}

.name_link {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding-left: 10px;
}

.catalog-section .price .old {
    font-size: 14px;
    font-weight: normal;
    color: #747474;
    text-decoration: line-through;
    font-family: Ubuntu, sans-serif;
}

/*.catalog-section .price .old {*/
/*    font-weight: normal;*/
/*    font-size: 15px;*/
/*    color: #282828;*/
/*    font-family: Ubuntu, sans-serif;*/
/*}*/

.catalog-section .price .old .currency {
    /*font-size: 14px;*/
    /*font-weight: normal;*/
    /*color: #747474;*/
    /*text-decoration: none;*/
}

.input-block {
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    display: block;
    text-align: center;
}

.input-block .title_btn {
    margin-bottom: 5px;
}


.btn_bay{
    text-decoration: none;
    background: #edb937;
    border: none;
    font-size: 15px;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    vertical-align: text-top;
    outline: none;
    margin-right: 5px;
}

.btn_in_cart{
    text-decoration: none;
    color: #edb937;
    font-size: 15px;
    border: 1px solid #edb937;
    background: #fff;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    vertical-align: text-top;
    outline: none;
    margin-right: 5px;
}


.razdelitel {
    /*position: relative;*/
}

.razdelitel:after {
    width: 1px;
    height: 80%;
    background: #F0F0F0;
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
}

.mobile.element .article .mobile_title {
    display: none;
}


.catalog-section .element .buys .price .old {
    font-size: 12px;
    text-decoration: line-through;
}

.catalog-section .new.no_sale {
    color: #000;
}


.catalog-section .element .picture_element a .no_img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
}

@media all and (max-width: 1081px) {
    .catalog-section .element .buys {
        padding-left: 0;
        padding-right: 0;
    }
}


@media all and (max-width: 1040px) {
    .catalog-section .element .picture_element a.preview_image {
        display: inline-block;
        width: 100px;
        vertical-align: middle;
    }
}

@media all and (max-width: 945px) {
    .header_list_goods.mobile {
        display: none;
    }

    .mobile.element  .uni-button{
    padding: 7px 13px 6px 13px !important;
}

    .mobile.element {
        display: inline-block;
        padding: 15px;
        border-radius: 10px;
    }

    .mobile .cell_table {
        display: block;
        border: none;
    }

    .catalog-section .cell_table.right_border,
    .catalog-section .cell_table.left_border {
        border: none;
        border-radius: unset;
    }

    .razdelitel:after {
        width: 0;
    }


    .mobile.element .picture_element {
        width: 50%;
        float: left;
        display: block;
        margin-top: 4%;
    }

    .mobile.element .picture_element a.preview_image {
        width: 100%;
    }

    .mobile.element .price.cell_table,
    .mobile.element .buys,
    .mobile.element .article,
    .mobile.element .name {
        width: 45%;
    }


    .mobile.element .name {
        float: right;
        display: block;
    }

    .mobile.element .name .name_link {
        font-size: 14px;
        padding: 0 10px 10px 10px;
    }

    .mobile.element .article {
        float: right;
        display: block;
    }

    .mobile.element .count.cell_table {
        display: none;
    }

    .mobile.element .buys {

        float: right;
        display: block;
        padding: 0;
        margin-top: -10px;
    }


    .mobile.element .buys .input-block {
        display: inline-block;
        width: 45%;
    }

    .mobile.element .buys .input-block_ed {
        float: left;
    }

    .mobile.element .buys .input-block_yp {
        display: inline-block;
        float: right;
    }


    .mobile.element .price.cell_table {
        float: right;
        display: block;
        padding: 0;
    }

    .mobile.element .price.cell_table .to_basket,
    .mobile.element .price.cell_table .price_inner {
        display: inline-block;
        text-align: center;
    }

    .mobile.element .price.cell_table .price_inner {

        position: relative;
        margin-top: 25px;
    }

    .mobile.element .price.cell_table .price_inner .new {
        font-size: 25px;
        margin-top: -9px;
        margin-right: -2px;
        text-align: right;
    }

    .mobile.element .price.cell_table .price_inner .old {
        text-align: right;
        position: absolute;
        top: -30px;
        right: 0;
    }

    .mobile.element .price.cell_table .price_inner {
       /* float: left;*/
        width: 50%;
        margin-right: 0;
    }

    .mobile.element .price.cell_table .to_basket {
        /*float: right;*/
        width: 50%;
        margin-top: 10px;
    }

    .mobile.element .price.cell_table .to_basket button {
        color: #fff;
        padding: 10px 15px;
    }


    .mobile.element .price.cell_table .to_basket button.btn_in_cart {
        color: #edb937;
        padding: 10px 15px;
        margin-right: 0;
        text-align: center;
        float: unset;
    }

    .mobile.element .price.cell_table .to_basket button.btn_bay {
        color: white;
        padding: 10px 15px;
        margin-right: 0;
        text-align: center;
        float: unset;
    }


    .mobile.element .article .mobile_value,
    .mobile.element .article .mobile_title {
        display: block;
    }

    .mobile.element .article .mobile_value {
        border-bottom: 1px solid #EFEFEF;
    }

    .mobile.element .article .mobile_title {
        border-top: 1px solid #EFEFEF;
    }

    .mobile.element .article .mobile_title div {
        display: inline-block;
        width: 50%;
        border-bottom: 1px solid #EFEFEF;
        margin: -2px;
        height: 40px;
        padding-top: 7px;
        margin-top: 5px;
    }

    .mobile.element .article .mobile_title div:first-child {
        border-right: 1px solid #EFEFEF;
    }


    .mobile.element .article .mobile_value div {
        display: inline-block;
        height: 40px;
        width: 50%;
        margin-bottom: 5px;
        padding-top: 7px;
    }

    .mobile.element .article .mobile_value div:first-child {
        border-right: 1px solid #EFEFEF;
    }

}


@media all and (max-width: 801px) {


    .menu-resize-container {
        display: none;
    }

    .mobile.element .picture_element,
    .mobile.element .picture_element {
        width: 45%;
        margin-top: 0;
        min-height: 250px;
    }


    .mobile.element .price.cell_table,
    .mobile.element .buys,
    .mobile.element .article,
    .mobile.element .name {
        width: 50%;
    }
}

@media all and (max-width: 700px) {


    .mobile.element .picture_element {
        width: 50%;
        margin-top: 0;
    }


    .mobile.element .price.cell_table,
    .mobile.element .buys,
    .mobile.element .article,
    .mobile.element .name {
        width: 50%;
    }
}

@media all and (max-width: 650px) {


    .mobile.element .picture_element {
        width: 40%;
        margin-top: 0;
    }


    .mobile.element .price.cell_table,
    .mobile.element .buys,
    .mobile.element .article,
    .mobile.element .name {
        width: 60%;
    }

    .mobile.element .article .mobile_value div {
        padding-top: 15px;
    }


    .mobile.element .article .mobile_title div {
        white-space: normal;
        display: inline-grid;
        padding-top: 0;
    }

    .mobile.element .price.cell_table .to_basket {
        float: none;
        width: 50%;
        text-align: center;
        display: inline-block;
    }


    .mobile.element input {
        width: 35px;
    }

    .mobile.element .uni-button {
        padding: 7px 5px 6px 5px;
    }
}

@media all and (max-width: 480px) {
    .mobile.element .picture_element {
        width: 100%;
        display: block;
    }

    .mobile.element .name {
        text-align: center;
    }

    .mobile.element .price.cell_table, .mobile.element .buys, .mobile.element .article, .mobile.element .name {
        width: 100%;
    }

    .mobile.element .price.cell_table .price_inner .new {
        text-align: center;
    }

    .mobile.element .price.cell_table .price_inner .old {

        right: 40px;
    }


    .mobile.element .price.cell_table .price_inner {
        display: inline-block;
        float: none;
        width: 50%;
        text-align: left;
    }

    .mobile.element .price.cell_table .to_basket {
        width: 50%;
        float: none;
        text-align: center;
        display: inline-block;
    }

    .mobile.element .price.cell_table .to_basket button.btn_in_cart {
        color: #edb937;
        padding: 10px 15px;
        margin-right: 0;
        text-align: center;
        float: unset;
    }

    .mobile.element .price.cell_table .to_basket button.btn_bay {
        color: white;
        padding: 10px 15px;
        margin-right: 0;
        text-align: center;
        float: unset;
    }

}


/******IE******/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .catalog-section .element .razdelitel:after {
        width: 1px;
        height: 145px;
        content: "";
        position: absolute;
        top: 10px;
    }

    .mobile.element .price.cell_table .to_basket button.btn_in_cart {
        color: #edb937;
        padding: 10px 15px;
        margin-right: 0;
        text-align: center;
        float: none;
    }

    .mobile.element .price.cell_table .to_basket button.btn_bay {
        color: white;
        padding: 10px 15px;
        margin-right: 0;
        text-align: center;
        float: none;
    }


    .hover_shadow,
    .hover_shadow:hover {
        box-shadow: none !important;
    }
    .catalog-section .blockProduct .uni-image img{
        max-width: 175px;
    }
}

.red-skido {
    font-size: 11px!important;
}
.yel-do-skido {
    font-size: 11px!important;

}
.marks   {
    float: left;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 4px;
    border-radius: 2px;
    margin: 2px 2px !important;
    border: 1px solid #d63d3d;
    background: #fff;
    color: #d12323;
}

/*@media screen and (-ms-high-contrast:active), all and (-ms-high-contrast:none)*/



/* End */
/* /local/templates/unimagazin_s1/components/bitrix/system.pagenavigation/catalog/style.css?17097076982519 */
/* /local/templates/unimagazin_s1/components/BKV/catalog.section/list/style.css?174351306419572 */
