

/* Start:/bitrix/templates/unimagazin_s1/components/bitrix/catalog/catalog/style.css?161578112110896*/
.catalog_filter_left {
    float: left;
    width: 18.7%;
}

.wrap_section {
    width: 80%;
    float: right;
    clear: right;
}

.top_plash {
    background: transparent;
    border: 1px solid #ebebec;
    /*background: #ebebec;*/
    /*border-radius:5px;*/
    overflow: hidden;
    height: 40px;
}

.top_plash .title_text {
    font-size: 12px;
    color: #444648;
    text-shadow: 1px 1px 1px #fff;
    line-height: 40px;
}

.top_plash .value_sort {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 7px;
    margin-left: 29px;
}

.top_plash .value_sort li {
    float: left;
}

.top_plash .value_sort li.active {
    background: #444648;
    border-radius: 3px;
}

.top_plash .value_sort li.active .arrow_down {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    left: 9px;
    top: 10px;
}

.top_plash .value_sort li.active .arrow_up {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    left: 9px;
    top: 10px;
    margin-right: 5px;
}

.top_plash .value_sort li a {
    display: block;
    color: #444648;
    text-shadow: 1px 1px 1px #fff;
    font-size: 12px;
    padding: 5px 10px 5px 24px;
    text-decoration: none;
    position: relative;
}

.top_plash .value_sort li.active a {
    color: #fff;
    text-shadow: none;

}

.top_plash .sort_plash {
    padding-left: 13px;
    margin-right: 20%;
}

.view_catalog {
    overflow: hidden;
    margin-right: 18px;
}

.view_catalog a {
    float: left;
    width: 20px;
    height: 18px;
    background: url(/bitrix/templates/unimagazin_s1/components/bitrix/catalog/catalog/images/sprite_sort.png) no-repeat;
    display: block;
    margin-right: 12px;
    margin-top: 12px;
}

.view_catalog .title_text {
    margin-right: 18px;
}

.view_catalog a.table {
    background-position: -20px 0;
}

.view_catalog a.table_active {
    background-position: -20px -18px;
}

.view_catalog a.pic_list {
    background-position: 0 0;
}

.view_catalog a.pic_list_active {
    background-position: 0 -18px;
}

.view_catalog a.cells {
    background-position: -40px 0;
}

.view_catalog a.cells_active {
    background-position: -40px -18px;
}

@media (max-width: 959px) {
    .adaptiv .catalog_filter_left {
        display: none;
    }

    .adaptiv .wrap_section {
        width: 100%;
        float: none;
    }
}

.full_size {
    width: 100%;
}

.catalog_filter_top {
    width: 100%;
    background: #eee;
    color: #5a5a5a;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    height: 35px;
    margin-bottom: 20px;
    position: relative;
    z-index: 20;
}

.wrap_section .search_model {
    float: left;
    padding-left: 16px;
    margin-top: 10px;

}

.wrap_section .sort {
    float: left;
    margin-top: 5px;
    padding-left: 15%;
}

.wrap_section .view_catalog {
    float: left;
    margin-left: 25%;
    margin-top: 10px;
}

.wrap_section .view_catalog a {
    display: inline-block;
    width: 17px;
    height: 15px;
    background-image: url(/bitrix/templates/unimagazin_s1/components/bitrix/catalog/catalog/images/sprite_sort.png);
}

.wrap_section .view_catalog a.cells {
    background-position: top right;
}

.wrap_section .view_catalog a.cells_active {
    background-position: bottom right;
}

.wrap_section .view_catalog a.list {
    background-position: top left;
}

.wrap_section .view_catalog a.list_active {
    background-position: bottom left;
}

.wrap_section .view_catalog .line_view {
    display: inline-block;
    height: 15px;
    background: #b1b1b1;
    margin: 0 7px 0 8px;
    width: 1px;
}

.wrap_section .sort .sort_dropdown {
    border-radius: 0 0 3px 3px;
    display: none;
    position: absolute;
    width: 163px;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #d5d5d5;
    background: #fff;
    border-top: 0;
    top: 25px;
}

.wrap_section .sort .sort_dropdown li {
    padding-left: 15px;
    border-bottom: 1px solid #eee;
    padding-top: 3px;
    padding-bottom: 3px;
}

.wrap_section .sort .sort_dropdown li:last-child {
    border-bottom: 0;
}

.wrap_section .sort .sort_dropdown a {
    color: #5a5a5a;
    text-decoration: none;
}

.wrap_section .sort .sort_dropdown li:hover a {
    text-decoration: underline;
    color: #cf9f33;
}

.wrap_section .sort .active_sort {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-left: 9px;
    height: 24px;
    width: 148px;
}

.wrap_section .sort .active_sort_bg {
    position: relative;
    border: 1px solid #d5d5d5;
    z-index: 10;
    height: 24px;
    width: 148px;
    line-height: 25px;
    border-radius: 3px;
    padding-left: 15px;
    background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 1%, #f0f0f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 1%, #f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 1%, #f0f0f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 1%, #f0f0f0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 1%, #f0f0f0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0); /* IE6-9 */
}

.wrap_section .sort .active_sort span.arrow_sort {
    width: 9px;
    position: absolute;
    right: 9px;
    height: 24px;
    background: url(/bitrix/templates/unimagazin_s1/components/bitrix/catalog/catalog/images/arrow_sort.png) no-repeat;
    display: inline-block;
}

.wrap_section .sort .active_sort:hover .sort_dropdown {
    display: block;
}

.catalog_filter_top .count_filter {
    float: right;
    margin-right: 25px;
    margin-top: 10px;
}

.catalog_filter_top .count_filter span.title {
    padding-right: 5px;
}

.catalog_filter_top .count_filter a {
    text-decoration: none;
    color: #5a5a5a;
    padding: 5px;
}

.catalog_filter_top .count_filter a.active, .catalog_filter_top .count_filter a:hover {
    text-decoration: underline;
}

@media all and (max-width: 1230px) {
    .adaptiv .title_text {
        display: none;
    }

    .adaptiv .top_plash .value_sort {
        margin-left: 5px;
    }

    .adaptiv .top_plash .sort_plash {
        margin-right: 7%;
        padding-left: 0;
    }
}

@media all and (max-width: 900px) {
    .adaptiv .top_plash .sort_plash {
        margin-right: 2%;
        padding-left: 0;
    }
}

@media all and (max-width: 645px) {
    .adaptiv .top_plash .sort_plash {
        margin-right: 0%;
        padding-left: 0;
    }
}

/*bitrix*/
.grid {
}

.grid .bx_content_section {
    margin-bottom: 15px;
}

.grid .bx_sidebar {
    margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {
}

.grid2x1 .bx_content_section {
    float: left;
    width: 66%;
    margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 960px) {
    .adaptiv .grid2x1 .bx_sidebar {
        padding-left: 4%;
    }
}

@media (max-width: 768px) {
    .adaptiv #ajax_compare {
        display: none;
    }
}

@media (max-width: 640px) {
    .adaptiv .grid2x1 .bx_content_section,
    .adaptiv .grid2x1 .bx_sidebar {
        width: 100%;
        float: none;
    }

    .adaptiv .grid2x1 .bx_sidebar {
        padding-left: 3%;
    }
}

@media (max-width: 479px) {
    .adaptiv .grid2x1 .bx_sidebar {
        padding-left: 1%;
    }
}

.uni-filter, .uni-menu {
    position: relative;
    display: none;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    padding: 13px 11px 12px 11px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color, border-color;
    -moz-transition: background-color, border-color;
    -ms-transition: background-color, border-color;
    -o-transition: background-color, border-color;
    transition: background-color, border-color;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #434343;
    border: 1px solid #dadada !important;
}

.uni-filter:hover, .uni-menu:hover {
    background: #dadada;
}

@media all and (min-width: 800px) {
    .uni-btn-show {
        display: none;
    }

    .uni-btn-hide {
        display: none !important;
    }
}

@media all and (max-width: 800px) {
    .menu_catalog_hide {
        margin-bottom: 30px;
    }

    .filter_catalog_hide {
        margin-bottom: 80px;
    }

    .uni-btn-show {
        display: block;
    }
}

.sort_panel {
    margin-bottom: 20px;
}

.sort_panel .sort .values .value {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    line-height: 15px;
    color: #8F8F8F;
    white-space: nowrap;
}

.sort_panel .sort .icon {
    display: none;
    vertical-align: middle;
    overflow: hidden;
    width: 5px;
    height: 15px;
    margin-left: 1px;
}

.sort_panel .sort .values .value:hover,
.sort_panel .sort .values .value.ui-state-active {
    color: #000000;
}

.sort_panel .sort .value.ui-state-active .icon {
    display: inline-block;
}

.sort_panel .sort div[data-href] .icon.desc {
    transform: rotate(180deg);
}

.sort_panel [role="open_down"] {
    display: none;
}

@media (max-width: 768px) {
    .sort_panel {
        margin-top: 5px;
        margin-bottom: 20px;
        float: left;
    }
}

@media (max-width: 460px) {
    .sort_panel {
        margin-top: 0px;
        position: relative;
        height: 30px;
        z-index: 2;
        background: #F7F7F7;
    }

    .sort_panel .sort {
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        height: 30px;
        padding: 3px;
        box-sizing: border-box;
        z-index: 1;
        background: #F7F7F7;
    }

    .sort_panel,
    .sort_panel .sort {
        width: 159px;
    }

    .sort_panel .values {
        display: flex;
        flex-direction: column;
    }

    .sort_panel [role="open_down"] {
        display: block;
        margin-left: 134px;
        padding: 8px;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

    .sort_panel.show_popup .sort {
        height: auto;
    }

    .sort_panel .sort .values .value {
        padding: 5px 0;
    }

    .sort_panel .sort .values .value:not(.ui-state-active) {
        display: none;
    }

    .sort_panel.show_popup .sort .values .value {
        display: block;
    }
}

/* End */


/* Start:/bitrix/templates/unimagazin_s1/components/bitrix/catalog.element/product/style.css?164623341239601*/
.item {
}

.item .row {
    display: block;
}

.item .title {
    font-size: 21px;
    color: #444648;
    font-weight: normal;
    margin-top: 0px;
}

/*Товар дня*/
.item .product-of-day {
    position: relative;
    display: block;
    background: #fed000;
    font-size: 0px;
    border-radius: 5px;
    padding: 15px;
}

.item .product-of-day .valign {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    height: 100%;
    width: 0px;
}

.item .product-of-day .day {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    text-align: center;
    color: #202020;
    font-weight: bold;
}

.item .product-of-day .day .number {
    font-size: 20px;
    line-height: 20px;
}

.item .product-of-day .day .month {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.item .product-of-day .timer > .title,
.item .product-of-day > .title {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #202020;
    font-size: 20px;
    line-height: 20px;
}

.item .product-of-day > .title {
    font-weight: bold;
    margin-left: 30px;
}

.item .product-of-day .timer > .title {
    margin-right: 20px;
}

.item .product-of-day .timer {
    position: absolute;
    padding: 15px;
    height: 100%;
    top: 0px;
    right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item .product-of-day .timer .countdown {
    display: inline-block;
    vertical-align: middle;
}

.item .product-of-day .timer .countdown .pd_td {
    background: #fff;
    font-size: 16px;
    color: #000;
    padding: 7px;
    border-radius: 3px;
    font-weight: bold;
}

.item .product-of-day .timer .countdown .pd_num_separator {
    font-size: 16px;
    color: #000;
    padding: 5px;
    font-weight: bold;
}

/*Слайдер картинок*/
.item .image-slider {
    position: relative;
    float: left;
    width: 450px;
}

/*Главная картинка*/
.item .image-slider > .image-box {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
    text-align: center;
    font-size: 0px;
    white-space: nowrap;
}

.item .image-slider > .image-box .wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.item .image-slider > .image-box .wrapper .marks {
    display: absolute;
    top: 10px;
    left: 10px;
}

.item .image-slider > .image-box .wrapper .valign {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.item .image-slider > .image-box .wrapper .slider-images,
.item .image-slider > .image-box .wrapper .slider-images .image {
    width: 100%;
    height: 100%;
}

.item .image-slider > .image-box .wrapper .slider-images .image {
    display: none;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}

.item .image-slider > .image-box .wrapper .slider-images .image.zoom:hover {
    border: 1px solid #e7e7e7;
}

.item .image-slider > .image-box .wrapper .slider-images .image.noeffect {
    cursor: default;
}

.item .image-slider > .image-box .wrapper .slider-images .image:first-child {
    display: block;
}

.item .image-slider > .image-box .wrapper .slider-images img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

/*Список картинок*/
.item .image-slider > .list {
    position: relative;
    display: block;
    margin-top: 20px;
}

/*Кнопки списка*/
.item .image-slider > .list .buttons {
    position: absolute;
    width: 100%;
    height: 100%;
}

.item .image-slider > .list .buttons .valign {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.item .image-slider > .list .buttons .wrapper {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}

.item .image-slider > .list .buttons .button {
    position: absolute;
}

.item .image-slider > .list .buttons #left.button {
    left: 0px;
}

.item .image-slider > .list .buttons #right.button {
    right: 0px;
}

/*Сами картинки*/
.item .image-slider > .list .items {
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0px;
}

.item .image-slider > .list .image {
    position: relative;
    display: inline-block;
    width: 25%;
    padding-top: 25%;
    white-space: nowrap;
    font-size: 0px;
    text-align: center;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.item .image-slider > .list .image .wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.item .image-slider > .list .image .wrapper > div {
    position: relative;
    padding: 4px;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.item .image-slider > .list .image .wrapper > div > div {
    height: 100%;
    padding: 4px;
    border: 3px solid transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition-property: border-color;
    transition: 0.3s;
}

.item .image-slider > .list .image.selected .wrapper > div > div,
.item .image-slider > .list .image:hover .wrapper > div > div {
    border: 3px solid #1a58d7;
}

.item .image-slider > .list .image .wrapper .valign {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.item .image-slider > .list .image .wrapper img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.item .information {
    position: relative;
    margin-left: 500px;
    padding-top: 10px;
}

.item .information .header_grey {
    font-size: 24px;
    line-height: 28px;

    color: #000000;
}

.item.with-menu .information {
    margin-left: 250px;
}

.item.with-menu .information.with-menu {
    margin-left: 0px;
}

.item .prices {
    width: 100%;
}

.item .prop_sku {
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0;
}

.item dt {
    clear: both;
    float: left;
    font-weight: bold;
}

.item dd {
    float: left;
    margin: 0 5px;
}

.item .prices .sku-adaptiv-title {
    display: none;
}

.item .prices tr {
    height: 85px;
    border-bottom: 1px solid #e8e8e8;
}

.item .prices .header {
    color: #8f8f8f;
    text-align: center;
    height: 50px;
}

.item .prices .header td {
    color: inherit;
    text-align: inherit;
}

.item .prices .rows {
    color: #636363;
    text-align: center;
}

.item .prices .rows td {
    color: inherit;
    text-align: inherit;
}

.item .prices .image {
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    font-size: 0px;
    white-space: nowrap;
}

.item .prices .image .valign {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.item .prices .image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

/*Картинки с меню*/
.item.with-menu .image-slider {
    width: 200px;
}

.item.with-menu .image-slider > .list .image {
    width: 50%;
    padding-top: 50%;
}

/* Бренд */
.item .characteristics .brand {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 120px;
    height: 80px;
    text-align: center;
    white-space: nowrap;
    font-size: 0px;
    z-index: 1;
}

.item .characteristics .brand img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

/* Артикуль */
.item .information .article {
    position: relative;
    float: left;
    margin-right: 32px;
    font-size: 14px;
    line-height: 18px;
    color: #a7a7a7;
}

/* В наличии/ не в наличии*/
.item .prices .state,
.item .information .state {
    position: relative;
    float: left;
    font-size: 11px;
    line-height: 18px;
    color: #474747;
}

.item .prices .state.available,
.item .information .state.available {

}

.item .prices .state.unavailable,
.item .information .state.unavailable {

}

.item .prices .state {
    display: inline-block;
    float: none;
}

.item .prices .state .icon,
.item .information .state .icon {
    position: relative;
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 6px;
    width: 14px;
    height: 10px;
    background: url('/bitrix/templates/unimagazin_s1/components/bitrix/catalog.element/product/images/state.png');
}

.item .prices .state.available .icon,
.item .information .state.available .icon {
    background-position: top;
}

.item .prices .state.unavailable .icon,
.item .information .state.unavailable .icon {
    background-position: bottom;
}

/*Цена*/
.item .information .price {
    position: relative;
    float: left;
}

.item .information .price .current {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 30px;
    font-weight: normal;
    color: #000000;
}

.item .information .price .old {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 36px;
    color: #c93332;
    text-decoration: line-through;
}

@media (max-width: 549px) {
    .item .information .price {
        text-align: center;
    }

    .item .information .price .current {
        margin: 0;
    }

    .uni-indents-vertical.indent-25 {
        display: none;
    }
}

/* Сторона заказа */
.item .information .order {
    position: relative;
    font-size: 0px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.item .information .order .buy-block {
    margin-top: -5px;
    margin-bottom: -5px;
}

.item .information .order .buy-block > div,
.item .information .order > div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.item .information .order .valign {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.item .information .order .buy-block {
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

/*Контрол количества*/
.item .prices .count,
.item .information .order .count {
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.item .information .order .count {
}

.item .information .order .buy-block .count,
.item .prices .count {
    height: 36px;
}

/*--------------------------------*/
.item .prices .count input[type=text],
.item .information .order .count input[type=text] {
    border: 1px solid #d2d2d2;
    color: #707070;
    font-size: 14px;
    box-sizing: border-box;
    width: 50px;
    padding: 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item .information .order .count input[type=text] {
    line-height: 36px;
    height: 38px;
}

.item .information .order .buy-block .count input[type=text],
.item .prices .count input[type=text] {
    line-height: 34px;
    height: 36px;
}

/*--------------------------------*/
.item .prices .count button,
.item .information .order .count button {
    border: 1px solid #d2d2d2;
    font-size: 14px;
    vertical-align: top;
    width: 35px;
    color: #707070;
    background: transparent;
    padding: 0px;
}

.item .information .order .count button {
    line-height: 36px;
    height: 38px;
}

.item .information .order .buy-block .count button,
.item .prices .count button {
    line-height: 34px;
    height: 36px;
}

.item .prices .count button:hover,
.item .information .order .count button:hover {
    background: #d2d2d2;
}

.item .prices .count button:focus,
.item .information .order .count button:focus {
    outline: none;
}

.item .prices .count button#increase,
.item .information .order .count button#increase {
    border-left: none;
    border-radius: 0px 3px 3px 0px;
}

.item .prices .count button#decrease,
.item .information .order .count button#decrease {
    border-right: none;
    border-radius: 3px 0px 0px 3px;
}

/**Контрол количества**/

.item .information .order > .buy,
.item .information .order > .buy-block > .buy {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
}

.item .information .order > .buy-block > .buy {
    height: 36px;
}

/*Кнопки*/
.item .information .order .buy-block > .buy > .one-click-buy
.item .information .order .buy-block > .buy > .buy,
.item .information .order .buy > .one-click-buy,
.item .information .order .buy > .buy,
.item .prices .buy > .one-click-buy,
.item .prices .buy > .buy {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 50px;
}

.item .information .order .buy-block > .buy > .buy,
.item .information .order .buy > .buy,
.item .prices .buy > .buy {
    width: 170px;
    border-radius: 30px;
    padding: 15px 10px;
}

.item .information .order .buy > .buy svg {
    display: inline-block;
    vertical-align: middle;
    margin: -6px 0;
    margin-right: 20px;
}

.item .prices .buy > .one-click-buy,
.item .information .order .buy > .one-click-buy {
    background: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #d2d2d2;
    color: #707070;
}

.item .prices .buy > .one-click-buy:hover,
.item .information .order .buy > .one-click-buy:hover {
    background: #d2d2d2;
}

.item .information .order .buy > .one-click-buy.like-button {
    padding: 14px 18px;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 30px;
    color: #8F8F8F;
    cursor: pointer;
    transition: background 0.2s ease-in-out 0s;
}

.item .information .order .buy > .one-click-buy.like-button svg {
    display: inline-block;
    vertical-align: middle;
    margin: -6px 0;
    margin-right: 12px;
}

.item .information .order .buy > .one-click-buy.like-button:hover {
    background: #FFF8DD;
}

.item .information .order .buy > .one-click-buy.like-button.remove {
    background: #FFD43C;
    color: #000000;
}

.item .information .order .buy > .one-click-buy.like-button.remove svg path {
    stroke: #000;
}

.item .prices .buy > .one-click-buy {
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.item .prices .buy > .buy {
    padding: 0px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.item .prices .buy > .one-click-buy,
.item .prices .buy > .buy {
    height: 36px;
}

.item .information .order .buy-block > .buy > .one-click-buy {
    padding-top: 10px;
    padding-bottom: 10px;
}

.item .information .order .buy-block > .buy > .buy {
    padding-top: 11px;
    padding-bottom: 11px;
}

/*---------------------------------*/
.item .information .order .min-buttons {
    display: inline-block;
    vertical-align: middle;
}

/*---------------------------------*/
.item .prices .min-button,
.item .information .order .min-buttons .min-button {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-left: 8px;
}

.item .information .order .min-buttons .min-button:first-child {
    margin-left: 0px;
}

/* Описание */
.item .description {
    font-size: 15px;
    line-height: 28px;

    color: #000000;
}

.item .description iframe,
.item .description table,
.item .description img {
    max-width: 100%;
}

/* Сокращенные характеристики */
.item .information .properties {
    color: #707070;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
}

.item .information .properties .property:before {
    content: '';
    position: absolute;
    display: block;
    background: #1a58d7;
    width: 3px;
    height: 3px;
    border-radius: 1.5px;
    left: 0px;
    top: 9px;
}

.item .information .properties .property {
    position: relative;
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 10px;
}

.item .information .properties .all-properties {
    float: left;
    width: 100%;
    margin-top: 8px;
    text-decoration: underline;
    cursor: pointer;
    list-style: none;
    padding-left: 10px;
}

/* Расширенные проперти */
.offers {

}

.offers .offer {
    overflow: hidden;
    margin-top: 10px;
}

.offers .offer:first-child {
    margin-top: 0px;
}

.offers .offer .header {
    line-height: 39px;
    float: left;
    color: #707070;
    width: 80px;
    overflow: hidden;
}

.offers .offer .scroller {
    display: block;
    overflow: hidden;
    margin-left: 80px;
}

.offers .offer .items .item {
    float: left;
    padding: 7px;
    height: 35px;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    border: 1px solid #D0D0D0;
    color: #D0D0D0;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.offers .offer .items .item.selected,
.offers .offer .items .item:hover,
.offers .offer .items .item:focus {
    background: #fff;
    color: #1A58D7;
    border-color: #1A58D7;
}

.offers .offer .items .item.disabled {
    border-color: #e2e2e2;
    background: #eee;
    color: #9c9c9c;
}

.offers .offer .items .item.hidden {
    display: none;
}

.offers .offer.picture .items .item {
    padding: 7px;
}

.offers .offer.picture .items .item .image {
    height: 100%;
    overflow: hidden;
    border-radius: 3px;
    box-sizing: border-box;
}

.offers .offer.picture .items .item .image img {
    height: 100%;
    vertical-align: top;
}

/* Все характеристики */
.item .item_description > .properties,
.item > .properties {
    position: relative;
    color: #707070;
}

.item .item_description > .properties .property:before,
.item > .properties .property:before {
    content: '';
    position: absolute;
    display: block;
    background: #1a58d7;
    width: 3px;
    height: 3px;
    border-radius: 1.5px;
    left: 0px;
    top: 9px;
}

.item .item_description > .properties .property,
.item > .properties .property {
    position: relative;
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 10px;
}

.item .item_description > .properties .property .name,
.item .item_description > .properties .property .value,
.item > .properties .property .name,
.item > .properties .property .value {
    float: left;
    width: 50%;
    overflow: hidden;
}

.item .item_description > .properties .property .name {
    position: relative;
    overflow: visible;
}

.item .item_description > .properties .property .hint-triangle {
    position: relative;
}

.item .item_description > .properties .property .hint-popup {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 30px;
    width: 300px;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    padding: 5px 10px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
}

.item .item_description > .properties .property .hint-tooltip {
    position: relative;
    fill: #b3b3b3;
}

.item .item_description > .properties .property .hint-tooltip svg {
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
}

.item .item_description > .properties .property .hint-tooltip:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 23px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: rgba(0, 0, 0, .7);
    border-width: 0 5px 5px;
    visibility: hidden;
    opacity: 0;
}

.item .item_description > .properties .property .hint:hover .hint-tooltip:before,
.item .item_description > .properties .property .hint:hover .hint-popup {
    visibility: visible;
    opacity: 1;
}

/*Табличное SKU с меню*/
.item.with-menu .prices,
.item.with-menu .prices tbody,
.item.with-menu .prices tr,
.item.with-menu .prices td {
    display: block;
    height: auto;
    width: auto !important;
    text-align: center !important;
    overflow: hidden;
    border: none;
}

.item.with-menu .prices tr.header {
    display: none;
}

.item.with-menu .prices tbody {
    margin: -9px;
}

.item.with-menu .prices .sku-adaptiv-title {
    display: inline;
}

.item.with-menu .prices tr {
    padding: 9px;
    float: left;
    width: 25% !important;
    height: 370px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item.with-menu .prices td.price {
    font-size: 28px;
    color: #494949;
}

.item.with-menu .prices td > .buy,
.item.with-menu .prices td > .buy .buy,
.item.with-menu .prices td > .buy .one-click-buy {
    width: 100% !important;
    margin: 0px !important;
}

.item.with-menu .prices td > div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.item .uni-tabs .tabs .bottom-line-up {
    position: static;
    left: 0px;
    background: #f1f1f1;
    height: 1px;
    width: 100%;
}

/**Табличное SKU с меню**/

@media all and (max-width: 1150px) {
    .adaptiv .item .image-slider {
        width: 300px;
    }

    .adaptiv .item .information {
        margin-left: 350px;
    }

    .adaptiv .item .image-slider > .list .image {
        width: 50%;
        padding-top: 50%;
    }
}

/*Документы*/
.item .documents {
    display: block;
    overflow: hidden;
}

.item .documents .document {
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
}

.item .documents .document .image {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background: url("/bitrix/templates/unimagazin_s1/components/bitrix/catalog.element/product/images/file.png");
}

.item .documents .document .information {
    display: block;
    margin-left: 55px;
}

.item .documents .document .information .name {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 3px;
    text-decoration: underline;
}

.item .documents .document .information .size {
    font-size: 12px;
    line-height: 16px;
    color: #9d9d9d;
    text-decoration: none;
}

/**Документы**/

@media all and (max-width: 1080px) {
    /*Адаптивность таблицы SKU*/
    .adaptiv .item .prices,
    .adaptiv .item .prices tbody,
    .adaptiv .item .prices tr,
    .adaptiv .item .prices td {
        display: block;
        height: auto;
        width: auto !important;
        text-align: center !important;
        overflow: hidden;
        border: none;
    }

    .adaptiv .item .prices tr.header {
        display: none;
    }

    .adaptiv .item .prices tbody {
        margin: -9px;
    }

    .adaptiv .item .prices .sku-adaptiv-title {
        display: inline;
    }

    .adaptiv .item .prices tr {
        padding: 9px;
        float: left;
        width: 25% !important;
        height: 370px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .adaptiv .item .prices td.price {
        font-size: 28px;
        color: #494949;
    }

    .adaptiv .item .prices td > .buy,
    .adaptiv .item .prices td > .buy .buy,
    .adaptiv .item .prices td > .buy .one-click-buy {
        width: 100% !important;
        margin: 0px !important;
    }

    .adaptiv .item .prices td > div {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    /**Адаптивность таблицы SKU**/
}

@media all and (max-width: 950px) {
    .adaptiv .item .image-slider {
        width: 200px;
    }

    .adaptiv .item .information {
        margin-left: 250px;
    }

    .adaptiv .item .prices tr,
    .adaptiv .item.with-menu .prices tr {
        width: 33.33% !important;
    }
}

.item .standart_block {
    margin: 0px;
}

#complect_list {
    opacity: 0;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;

    transition: opacity ease-out 0.2s 0s;
}

#complect_list.loaded {
    opacity: 1;
}

#complect_list .header_grey {
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    float: left;
}

#complect_list .complect_list_title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;

    color: #333;
}

#complect_list .lista_temas_envoltura {
    overflow: hidden;
    width: calc(100% - 0px);
    position: relative;
    clear: both;
}

#complect_list .lista_temas_hojear {
    overflow: auto;
}

#complect_list .lista_temas {
    position: relative;
}

#complect_list .lista_temas:after {
    content: '';
    display: table;
    clear: both;
}

#complect_list .parrafo {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    float: left;
    padding: 0 7px;
    margin: 0;
    margin-right: 6px;
}

#complect_list .swiper-container {
    margin: 0;
    clear: both;
    margin-right: 70px;
}

.parrafo {
    border: 1px dashed #CBCBCB;
    box-sizing: border-box;
    border-radius: 5px;

    transition: border 0.1s ease-out 0s;
}

.parrafo:hover {
    border: 1px solid #FFD43C;
}

.parrafo[checked] {
    border: 1px solid #5FD404;
}

#complect_list.loaded .parrafo {
    position: relative;
}

#complect_list .parrafo .parrafo_img {
    position: relative;
    margin: 0px;
    cursor: pointer;
    text-align: center;
}

.parrafo .parrafo_img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.parrafo .parrafo_img img[onclick] {
    cursor: pointer;
}

#complect_list .parrafo .parrafo_nombre {
    padding: 5px 0px;
    min-height: 36px;
}

#complect_list .parrafo .parrafo_nombre a {
    text-decoration: none;
    border-bottom: 1px solid transparent;

    transition: all ease-out 0.2s 0s;

    color: #333;
}

#complect_list .parrafo .parrafo_nombre a:hover {
    color: #666;
    border-bottom: 1px solid #333;
}

.parrafo .parrafo_costo {
    padding: 0px 0px 10px;
    font-size: 16px;
}

.parrafo [role=parrafo_check],
.parrafo [role=parrafo_del] {

    position: absolute;
    left: 20px;
    top: 14px;
    text-align: center;
    border-radius: 20px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    cursor: pointer;

    transition: background ease-out 0.2s 0s;
    background: #e83521;
}

.parrafo [role=parrafo_del] {
    display: none;
    left: auto;
    right: 20px;
}

.parrafo .add_btn,
.parrafo .added_btn {
    float: right;
    padding: 0 20px;
    line-height: 25px;
    background: #e83521;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

.parrafo .added_btn {
    background: #31C650;
}

.parrafo .added_btn,
.parrafo[checked] .add_btn {
    display: none;
}

.parrafo[checked] .added_btn {
    display: block;
}

.parrafo[checked] [role=parrafo_check],
.parrafo[checked] [role=parrafo_del] {
    background: #8F8F8F;
    cursor: pointer;
}

.parrafo[checked] [role=parrafo_check],
.parrafo[requred="Y"] [role=parrafo_check] {
    background: #31C650;
}

.parrafo [role=parrafo_check] svg,
.parrafo [role=parrafo_del] svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.parrafo [role=parrafo_check] [role="parrafo_del"],
.parrafo [role=parrafo_check] [role="parrafo_req"] {
    display: none;
}

.parrafo[checked] [role=parrafo_check] [role="parrafo_del"] {

}

.parrafo[checked] [role=parrafo_check] [role="parrafo_req"],
.parrafo[requred="Y"] [role=parrafo_check] [role="parrafo_req"],
.parrafo [role=parrafo_check] [role="parrafo_add"],
.parrafo[checked] [role=parrafo_check] [role="parrafo_del"],
.parrafo[checked] [role=parrafo_del] {
    display: inline-block;
}

.parrafo[checked] [role=parrafo_check] [role="parrafo_add"] {
    display: none;
}

.parrafo[requred="Y"] [role=parrafo_check] [role="parrafo_add"],
.parrafo[requred="Y"] [role=parrafo_check] [role="parrafo_del"],
.parrafo[requred="Y"] [role="parrafo_del"] {
    display: none;
}

#complect_list .complect_list_total {
    float: right;
    margin-bottom: 15px;
}

#complect_list .complect_list_total_price {
    font-size: 20px;
    line-height: 23px;
    display: inline-block;
    margin-right: 20px;
}

#complect_list .complect_list_total_button {
    display: inline-block;
    margin: auto;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 25px;

    transition: background ease-out 0.2s 0s;

    color: #fff;
    background: #e83521;
}

#complect_list .complect_list_total_button:hover {
    background: #f85541;

}

#complect_list .complect_list_tiron {
    position: absolute;
    width: 92px;
    left: 160px;
    top: 18px;
    z-index: 2;
    display: none;
}

#complect_list .complect_list_tiron.show {
    display: block;
}

#complect_list .complect_list_tiron div {
    display: inline-block;
    margin-right: 10px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    outline: none;

    transition: background ease-out 0.2s 0s;

    background: #F5F6FA;
}

#complect_list .complect_list_tiron div svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

#complect_list .complect_list_tiron div:hover {
    background: #e5e6eA;
}

body .after_buy_popup_body.section_sostav {
    margin: 50px auto;
    text-align: left;
    padding: 16px 20px;
    width: 900px;
    box-sizing: border-box;
    position: relative;
}

.section_sostav .section_name {
    margin: 5px 0 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;

    color: #333333;
}

.section_sostav .parrafo {
    margin-top: 10px;
    display: flex;
}

.section_sostav .parrafo .parrafo_img {
    margin-right: 20px;
    width: 25%;
    max-width: 230px;
    position: relative;
    flex: 0 0 auto;
}

.section_sostav .parrafo .parrafo_img img {
    max-width: 100%;
}

.section_sostav .parrafo .parrafo_info {
    flex: 1 1 auto;
    position: relative;
}

.section_sostav .parrafo .parrafo_nombre {
    font-size: 16px;
    line-height: 18px;

    color: #000000;
}

.section_sostav .parrafo .parrafo_nombre {
    font-size: 16px;
    line-height: 18px;

    color: #000000;
}

.section_sostav .parrafo .parrafo_costo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 96px;
    text-align: center;
}

.section_sostav .parrafo .parrafo_costo .costo {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 8px;
}

.section_sostav .parrafo .added_btn {
    padding: 0 6px;
}

/* */

.section_sostav svg[role="close"] {
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 19px;
}

.quantity_available {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;

    color: #329B48;

    display: none;
}

.tovar_right {
    width: 100%;
    padding: 20px;
    display: flex;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 20px;
}

.tovar_right .tovar_right_div {
    flex: 1 1 auto;
    width: 50%;
    padding: 6px 0;
    box-sizing: border-box;
}

.tovar_right .tovar_right_div:nth-child(2) {
    border-left: 1px solid #E3E3E3;
    padding-left: 29px;
}

.tovar_right .one_previos {
    color: #333333;
    line-height: 1.1;
    padding: 6px 0;
}

.tovar_right .one_previos .one_previos_img, .tovar_right .one_previos .one_previos_text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
}

.tovar_right .one_previos .one_previos_img {
    width: 36px;
}

.tovar_right .one_previos .one_previos_img svg {
    display: inline-block;
    vertical-align: middle;
}

.delivery_in_tovar {
    position: relative;
    min-height: 50px;
}

.delivery_in_tovar .fa-refresh {
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    top: 60px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 22px;
    margin: auto;
    position: absolute;
    color: #e83521 !important;
    transition: all 0.34s ease-out 0.1s;
}

.delivery_in_tovar .block_title {
    font-size: 15px;
    line-height: 17px;

    color: #000000;
    padding: 0px 0 14px;
}

.delivery_in_tovar.load .fa-refresh {
    opacity: 1;
    visibility: visible;
}

.delivery_in_tovar .delivery__row {
    padding: 3px 0px 7px;
    font-size: 15px;
    line-height: 26px;
    display: flex;
    align-items: center;

    color: #000000;
}

.delivery__name {
    color: #ACACAC;
    flex: 1 1 auto;
    line-height: 1;
}

.delivery__days {
    display: none;
}

.delivery__price {
    word-break: break-word;
    flex: 0 0 auto;
    line-height: 1.1;
}

[role="tabs_content"] {
    position: relative;
}

[role="tabs_content"]:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: -25px;
    width: 100%;
    height: calc(100% + 25px);
    box-sizing: border-box;
    transition: all 0.2s;
    visibility: hidden;
    opacity: 0;
    background: rgba(255, 255, 255, 0.5);
}

[role="tabs_content"] .product-card__preload {
    text-align: center;
    font-size: 40px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -25px;
    width: 100%;
    height: calc(100% + 25px);
    max-height: calc(100vh);
    transition: all 0.2s;
    visibility: hidden;
    opacity: 0;
}

[role="tabs_content"] .product-card__preload i {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    line-height: 40px;
    text-align: center;
    color: #e83521;
}

[role="tabs_content"].loading:before,
[role="tabs_content"].loading .product-card__preload {
    opacity: 1;
    visibility: visible;
}

.characteristics {
    margin-top: 20px;
    font-size: 15px;
    color: #333333;
    position: relative;
}

.characteristics .row {
    display: flex;
    border-bottom: 1px solid #EBECF3;
    width: 100%;
    max-width: 343px;
}

.characteristics .item {
    flex: 1 1 auto;
    padding: 6px;
}

.characteristics .item:nth-child(1) {
    width: 130px;
    color: #ACACAC;
    flex: 0 0 auto;
}

.item .uni-tabs .tabs {
    white-space: nowrap;
    display: flex;
    overflow: auto;
    padding: 10px;
}

.item .uni-tabs .tabs .tab {
    background: #F5F6FA;
    border-radius: 30px;
    margin-right: 13px;
    font-size: 15px;
    color: #333333;
    border: none;
}

.item .uni-tabs .tabs .tab:hover,
.item .uni-tabs .tabs .tab.ui-state-active {
    background: #DF381F;
    color: #fff;
}

@media (max-width: 800px) {
    ul.breadcrumb-navigation {
        display: none;
    }

    .adaptiv .item .information {
        margin: 20px 0 0;
    }

    .item .information .header_grey {
        font-size: 16px;
        line-height: 18px;
    }

    .item .uni-tabs .tabs {
        margin: 0 -9px;
        margin-bottom: 30px;
    }
}

@media all and (max-width: 750px) {
    .adaptiv .item .image-slider {
        float: none;
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }

    .adaptiv .item .image-slider > .list .image {
        width: 25%;
        padding-top: 25%;
    }

    .item .information .order {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .item .information .order .price {
        padding-right: 30px;
    }

    .item .information .order > .buy {
        flex: 0 0 auto;
        width: calc(50% - 10px);
    }

    .item .information .order .buy > .buy {
        width: auto;
        display: block;
    }

    .item .information .order .buy > .one-click-buy.like-button {
        text-align: center;
    }

    .adaptiv .item .product-of-day {
        padding: 5px;
    }

    .adaptiv .item .product-of-day .day {
        display: block;
        margin-left: 0;
    }

    .adaptiv .item .product-of-day > .title {
        display: block;
        margin-left: 0;
    }

    .adaptiv .item .product-of-day .timer {
        display: block;
        position: static;
        margin: 0;
        padding: 5px;
        text-align: center;
    }

    .adaptiv .item .product-of-day .timer > .title {
        margin: 0 2px 5px 0;
    }
}

@media all and (max-width: 600px) {
    .tovar_right {
        display: block;
        border: none;
        padding: 0;
    }

    .tovar_right .tovar_right_div {
        width: auto;
    }

    .tovar_right .tovar_right_div:nth-child(2) {
        padding: 20px 0;
        border: none;
    }

    .tovar_right .tovar_right_div:nth-child(1) {
        padding: 10px 0;
        border-bottom: 1px solid #E3E3E3;
        text-align: center;
    }

    .delivery_in_tovar {
        display: inline-block;
        white-space: nowrap;
        text-align: left;
    }
}

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

    .item .characteristics .brand {
        display: none;
    }
}

@media all and (max-width: 400px) {
    .item .information .order .buy > .buy svg,
    .item .information .order .buy > .one-click-buy.like-button svg {
        margin-right: 10px;
    }
}

@media (max-width: 769px) {
    [role="sostav_row_add"] .after_buy_popup {
        padding: 10px;
    }

    .section_sostav svg[role="close"] {
        right: 10px;
        top: 13px;
    }

    #complect_list .swiper-wrapper {
        display: block;
        transform: none !important;
    }

    #complect_list .complect_list_tiron.show {
        display: none;
    }

    #complect_list{
        overflow: initial;
    }
    #complect_list .swiper-container {
        margin-right: 0px;
    }
    #complect_list .parrafo {
        width: 100% !important;
        height: auto !important;
        float: none;
        box-sizing: border-box;
        display: flex;
        margin: 0 0 12px;
        padding-bottom: 12px;
        border: none !important;
        border-bottom: 1px solid #E3E3E3 !important;
    }

    #complect_list .parrafo .parrafo_img {
        margin-right: 14px;
        width: 112px;
        flex: 0 0 auto;
    }

    #complect_list .parrafo .parrafo_info {
        flex: 1 1 auto;
        position: relative;
    }

    #complect_list .parrafo .parrafo_costo {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100px;
        text-align: center;
    }

    .parrafo[checked] .added_btn {
        padding: 0 6px;
    }

    #complect_list .parrafo .parrafo_costo .costo {
        display: block;
        font-size: 16px;
        line-height: 18px;
        color: #000000;
        margin-bottom: 8px;
    }

    #complect_list {
        padding-bottom: 55px;
    }

    #complect_list .complect_list_total {
        width: calc(100% - 20px);
        position: absolute;
        float: none;
        top: calc(100% - 50px);
        left: 10px;
    }

    #complect_list .complect_list_total_price {
        line-height: 40px;
    }

    #complect_list .complect_list_total_button {
        padding: 12px;
        float: right;
    }

    .item .item_description > .properties .property {
        width: auto;
        float: none;
        clear: both;
    }

    .item .item_description > .properties .property .value {
        float: none;
    }
}

.section_sostav .characteristics .row {
    line-height: 34px;
}

.section_sostav .characteristics .item:nth-child(1) {
    line-height: 20px;
}

@media (max-width: 640px) {
    .section_sostav .parrafo .parrafo_costo {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 15px 0;
    }

    .section_sostav .characteristics .row {
        width: auto;
        display: block;
        line-height: 26px;
    }

    .section_sostav .characteristics .item {
    }

    .section_sostav .characteristics .item:nth-child(1) {
        display: unset;
        line-height: unset;
        padding: 0 5px 0 0;
        width: auto;
    }
}

body {
    background: #fafafa;
}

/* End */


/* Start:/bitrix/templates/unimagazin_s1/components/bitrix/sale.viewed.product/slider_redisign/style.css?16165824996544*/
.view-list-slider {
    position: relative;
    text-align: left;
}

.view-list-slider .view-item {
    border: 1px solid #e7e7e7;
    margin-bottom: 18px;
    position: relative;
    text-align: left;
}

.view-list-slider .nbs-flexisel-container .view-item {
    margin-left: 8px;
    margin-right: 8px;
}

.view-list-slider ul {
    padding: 0;
    list-style: none;
}

.view-list-slider .left_block {
    float: left;
    width: 33%;
    text-align: center;
    padding-top: 33%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.view-list-slider .right_block {
    float: right;
    width: 64%;
    overflow: hidden;
}

.view-list-slider a.name {
    text-decoration: none;
    font-size: 13px;
    display: block;
    padding-bottom: 5px;
    height: 35px;
    overflow: hidden;
}

.view-list-slider .price {
    font-weight: bold;
    font-size: 18px;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
}

.view-list-slider .nbs-flexisel-container {

}

.view-list-slider .nbs-flexisel-nav-left {
    top: -35px !important;
    left: auto;
    right: 36px;
}

.view-list-slider .nbs-flexisel-nav-right {
    top: -35px !important;
    right: 8px;
}

.view-list-slider .nbs-flexisel-container,
.view-list-slider .nbs-flexisel-inner {
    position: static;
    width: initial;
    max-width: initial;
}

.view-list-slider .nbs-flexisel-nav-left,
.view-list-slider .nbs-flexisel-nav-right {
    width: 34px;
    height: 34px;
    background: #F5F6FA;
    border-radius: 30px;
}

.view-list-slider .nbs-flexisel-nav-left {
    right: auto;
    left: 140px;
}

.view-list-slider .nbs-flexisel-nav-right {
    right: auto;
    left: 186px;
}

.uni-slider-button-small.uni-slider-button-left .icon,
.uni-slider-button-small.uni-slider-button-right .icon,
.uni-slider-button-small.uni-slider-button-left .icon:hover,
.uni-slider-button-small.uni-slider-button-right .icon:hover {
    background: url("/bitrix/templates/unimagazin_s1/components/bitrix/sale.viewed.product/slider_redisign/images/down-arrow.png");
    background-position: center center !important;
    background-repeat: no-repeat;
}

.uni-slider-button-small.uni-slider-button-right .icon {
    transform: rotate(180deg);
}

/* */
.catalog-section {
    position: relative;
    display: block;
    margin-top: -2px;
    margin-bottom: -8px;
}

.catalog-section .element {
    background: #ffffff;
    position: relative;
    padding: 0 10px;
    margin-bottom: 4px;
}

.catalog-section .element .image {
    position: relative;
    display: block;
    height: auto;
    margin: 0;
    vertical-align: top;
    overflow: hidden;
    text-align: center;
    font-size: 0px;
}

.catalog-section .element .image .valign {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.catalog-section .element .image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.catalog-section .element .marks {
    position: absolute;
    display: block;
    float: none;
    z-index: 0;
    font-size: 14px;
    top: 20px;
    left: 25px;
    z-index: 1;
}

.catalog-section .element .min-buttons {
    position: absolute;
    top: 20px;
    right: 12px;
    margin: -8px 0px;
    z-index: 1;
}

.catalog-section .element .min-buttons .min-button {
    display: block;
    cursor: pointer;
    margin-top: 4px;
    margin-bottom: 4px;
}

.catalog-section .element .image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
}

.catalog-section .element .image .image-wrapper .image-wrapper-wrapper {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px;
    top: 0px;
    left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog-section .element .information_ {
    overflow: hidden;
    line-height: 18px;
    margin: 14px 0 0;
}

.catalog-section .element .information_ .brand {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #8F8F8F;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 5px;
}

.catalog-section .element .information_ .name {
    display: block;
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    text-decoration: none;
    height: 32px;
}

.catalog-section .element .information_ .name:hover {
    color: #888b92;
}

.catalog-section .element .buys {
    position: relative;
    right: 0px;
    text-align: left;
    white-space: nowrap;
    margin: 5px 0 0;
}

.catalog-section .element .buys .price {
    position: relative;
    display: block;
    vertical-align: middle;
    text-align: left;
    margin-top: 7px;
    white-space: nowrap;
    height: 36px;
}

.catalog-section .element .buys .price .new {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

.catalog-section .element .buys .price .old {
    display: block;
    font-size: 12px;
    line-height: normal;
    right: 0px;
    color: #FF0000;
    text-decoration: line-through;
}

.catalog-section .element .buys > .buy {
    position: absolute;
    display: block;
    right: 0px;
    top: 0;
}

.catalog-section .element .buys > .buy .buy {
    padding: 6px 19px 7px;
    font-size: 13px;
    line-height: 12px;
    color: #fff;
}

.catalog-section .element .buys > .buy .buy svg {
    display: none;
}

.catalog-section .uni_parent_col {
    margin: 0 !important;
}

.catalog-section .element .state.unavailable {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 19px;
    font-size: 12px;
    line-height: 12px;
    color: #797979;
}

.catalog-section .nbs-flexisel-item {
    text-align: left;
}

.view-list-slider .header_grey {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}

@media (max-width: 800px) {

    .catalog-section .element .buys > .buy .buy span {
        display: none;
    }

    .catalog-section .element .buys > .buy .buy {
        padding: 6px 5px 5px;
    }

    .catalog-section .element .buys > .buy .buy svg {
        display: block;
    }

    .catalog-section .uni_col:nth-child(3n+2) {
        padding-left: 0;
        padding-right: 0;
    }

    .catalog-section .uni_col:nth-child(3n+2),
    .catalog-section .uni_col {
        padding-right: 10px;
        padding-left: 10px;
    }

    .catalog-section .uni_parent_col ul{
        display: flex;
        flex-wrap: wrap;
    }

    .catalog-section .uni_col {
        width: calc(50%) !important;
        float: none;
    }
}

/* End */
/* /bitrix/templates/unimagazin_s1/components/bitrix/catalog/catalog/style.css?161578112110896 */
/* /bitrix/templates/unimagazin_s1/components/bitrix/catalog.element/product/style.css?164623341239601 */
/* /bitrix/templates/unimagazin_s1/components/bitrix/sale.viewed.product/slider_redisign/style.css?16165824996544 */
