body {
    overflow-x: hidden;
}

.contactsBottom__map iframe {
    width: 100%;
    height: 100%;
}

.topInfo__reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-counter__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-counter__text {
    margin-left: 14px;
    margin-bottom: 0;

    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.reviews-counter__text b {
    font-weight: bold;

}

.topInfo__tags {
    margin-bottom: 0;

    font-weight: 300;
    font-size: 11px;
    line-height: 16px;
    color: #000000;
}

.topInfo__tags li {
    margin-bottom: 0;
}

.topInfo__tags li::before {
    color: #C4C4C4;

    content: '—';
}

@media all and (max-width: 850.9px) {
    .topInfo__reviews {
        margin-bottom: 21px;
    }

    .topInfo {
        margin-bottom: 35px;
        margin-top: -19px;
    }

}

@media all and (min-width: 851px) {
    .topInfo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 26px;
        margin-top: -13px;
    }

    .topInfo__reviews {
        margin-bottom: 3px;
    }

    .topInfo__tags {
        margin-left: 37px;
    }

}




.bannerNovelty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bannerNovelty__title {
    margin-bottom: 0;

    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.bannerNovelty__center {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.bannerNovelty__goodName {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
}

.bannerNovelty__prices {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.bannerNovelty__price {
    margin-right: 12px;

    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #EC2449;
}

.bannerNovelty__price-old {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ACACAC;
    text-decoration: line-through;
}

.bannerNovelty__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    padding: 14px 50px;

    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-decoration: none;

    background-color: #EC2449;
    border: 1px solid #EC2449;
    border-radius: 3px;

    -webkit-transition: all 100ms;

    -o-transition: all 100ms;

    transition: all 100ms;
}

.bannerNovelty__link:hover {
    text-decoration: none;
    color: #000000;

    background-color: transparent;
}

.bannerNovelty__link:focus {
    text-decoration: none;
    color: #FFFFFF;

    border-color: #2b2b2b;
}

.bannerNovelty__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    object-fit: contain;
    object-position: bottom;
}

.triangle-list-pink .triangle-list__item {
    margin-bottom: 3px;
}

.triangle-list-pink .triangle-list__item::before {
    top: 2px;
    content: url("/local/templates/universe_s1/images/section/list-arrow-pink.svg");
}

.triangle-list-pink .triangle-list__text {
    margin-bottom: 5px;

    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}

.f-light {
    font-weight: 300;
}

@media all and (max-width: 850.9px) {
    .bannerNovelty {
        position: relative;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 34px;
        padding-bottom: 24px;

        background-color: #F4F4F4;
    }

    .bannerNovelty__title,
    .bannerNovelty__center,
    .bannerNovelty__link {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bannerNovelty__title {
        width: 100%;
        margin-bottom: 18px;
        padding-top: 19px;
        padding-bottom: 20px;

        background-color: #029EDA;
    }

    .bannerNovelty__img {
        position: absolute;
        top: 0;
        right: 0;
    }

    .bannerNovelty__goodName {
        margin-bottom: 16px;
    }

    .bannerNovelty__prices {
        margin-bottom: 18px;
    }

    .bannerNovelty__link {
        width: calc(100% - 40px);
        max-width: 300px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media all and (min-width: 851px) {
    .bannerNovelty {
        padding-right: 45px;
        margin-bottom: 28px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        background-image: -webkit-gradient(linear, left top, right top, from(#029EDA), color-stop(18.83%, #029EDA), color-stop(18.83%, #F4F4F4), to(#F4F4F4));

        background-image: -o-linear-gradient(left, #029EDA 0%, #029EDA 18.83%, #F4F4F4 18.83%, #F4F4F4 100%);

        background-image: linear-gradient(to right, #029EDA 0%, #029EDA 18.83%, #F4F4F4 18.83%, #F4F4F4 100%);
    }

    .bannerNovelty__title {
        padding-left: 4.33%;
        padding-bottom: 4px;
        margin-right: 2.83%;

        text-align: right;

        border-bottom: 3px solid rgba(255,255,255,0.2);
    }

    .bannerNovelty__img {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 2.583%;
    }

    .bannerNovelty__goodName br {
        display: none;
    }

    .bannerNovelty__goodName {
        margin-bottom: 2px;
    }
}




.tags__title {
    margin-bottom: 14px;

    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}

.tags__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tags__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 39px;
    padding: 10px 22px;

    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    text-decoration: none;

    background-color: #F4F4F4;
    border-radius: 3px;
    border: none;

    -webkit-transition: all 100ms;

    -o-transition: all 100ms;

    transition: all 100ms;
}

.tags__item:hover {
    text-decoration: none;
    color: #000000;

    background-color: #d8d8d8;
}

.tags__item:focus {
    text-decoration: none;
    color: #000000;
    outline: 1px solid #2b2b2b;
}

@media all and (max-width: 850.9px) {
    .tags {
        margin-bottom: 32px;
    }

    .tags__block {
        width: 100%;
        margin: 0 -14px -14px 0;
    }

    .tags__item {
        margin: 0 14px 14px 0;
    }
}

@media all and (min-width: 851px) {
    .tags {
        margin-bottom: 29px;
    }

    .tags__block {
        margin: 0 -18px -18px 0;
    }

    .tags__item {
        margin: 0 18px 18px 0;
    }
}



div.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-items {
    border: none;
    background-color: #F4F4F4;
    border-radius: 3px;
}

.intec-grid.intec-grid-i-h-8 > .intec-grid-item.catalog-smart-filter-item-header-text {
    position: relative;
    padding-left: 19px !important;
}

.catalog-smart-filter-item-header-text::before {
    position: absolute;
    left: 0;
    top: 7px;

    width: 10px;
    height: 6px;

    background: url("/local/templates/universe_s1/images/section/filter-arrow.svg") no-repeat;
    background-size: contain;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;

    content: '';
}

.intec-grid.intec-grid-i-h-8.catalog-smart-filter-item-header-wrapper {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

div.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-header,
div.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-content {
    padding-left: 26px;
    padding-right: 26px;
}

[data-expanded="false"] .catalog-smart-filter-item-header-text::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.catalog-smart-filter-item-header-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.catalog-smart-filter-items {
    padding-top: 3px;
}

div.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item {
    padding-top: 18px;
    border-color: #E6E6E6;
}

div.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-content-wrapper {
    padding-top: 15px;
}

.c-catalog-smart-filter-vertical-2 .intec-ui.intec-ui-control-input.intec-ui-mod-round-2 {
    color: #000000;

    border-radius: 3px;
}

.c-catalog-smart-filter-vertical-2 .intec-ui.intec-ui-control-input {
    padding: 7px 10px 8px 12px;

    line-height: 17px;
    border: none;
}

div.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item[data-type=A] .catalog-smart-filter-item-slider {
    margin-top: 6px;
}

div.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-slider-track {
    height: 3px;

    background-color: #DCDCDC;
}

.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-slider-track.catalog-smart-filter-item-slider-track-active {
    background-color: #0096CF !important;
}

.c-catalog-smart-filter .catalog-smart-filter-item-slider-tracker-drag-point {
    background-color: white !important;
}

div.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-slider-tracker-drag {
    background-color: #029EDA;
}

.c-catalog-smart-filter .intec-ui.intec-ui-control-checkbox.intec-ui-scheme-current.intec-ui-scheme-current:hover .intec-ui-part-selector,
.c-catalog-smart-filter .intec-ui.intec-ui-control-checkbox.intec-ui-scheme-current.intec-ui-scheme-current input:checked + .intec-ui-part-selector {
    background-color: #029EDA;
}

.c-catalog-smart-filter .intec-ui.intec-ui-control-checkbox.intec-ui-scheme-current.intec-ui-scheme-current .intec-ui-part-selector {
    border: 1px solid #2d2d2d;
    border-radius: 2px;
    background-color: white;
}
.c-catalog-smart-filter .intec-ui.intec-ui-control-checkbox.intec-ui-scheme-current.intec-ui-scheme-current .intec-ui-part-selector:hover {
    border: 1px solid #EC2449;
}

.intec-ui.intec-ui-control-checkbox .intec-ui-part-content, .intec-ui.intec-ui-control-radiobox .intec-ui-part-content, .intec-ui.intec-ui-control-switch .intec-ui-part-content {
    line-height: 1;
}

.c-catalog-smart-filter .intec-ui.intec-ui-control-checkbox.intec-ui-size-2 .intec-ui-part-selector,
.c-catalog-smart-filter .intec-ui.intec-ui-control-radiobox.intec-ui-size-2 .intec-ui-part-selector,
.c-catalog-smart-filter .intec-ui.intec-ui-control-switch.intec-ui-size-2 .intec-ui-part-selector {
    width: 18px;
    height: 18px;
}

.c-catalog-smart-filter .intec-ui.intec-ui-control-checkbox .intec-ui-part-selector:before {
    right: auto;
    bottom: auto;
    left: 4px;

    width: 11px;
    height: 11px;

    font-family: inherit;

    background: url("/local/templates/universe_s1/images/section/filter-check.svg") no-repeat;
    background-size: contain;

    content: '';
}

.column-count-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.c-catalog-smart-filter .column-count-2  {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-items {
    margin-bottom: 15px;
}

.intec-ui.intec-ui-control-button .catalog-smart-filter-button-content {
    padding-left: 7px;
}

.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-button.catalog-smart-filter-button-apply {
    margin-top: 15px;

    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: normal;
    color: #FFFFFF;

    background-color: #EC2449;
    border-color: #EC2449;
    border-radius: 3px;
}

div.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-button.catalog-smart-filter-button-reset {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    letter-spacing: normal;

    background-color: #F4F4F4;
    border-color: #F4F4F4;
    border-radius: 3px;
}

.catalog-panel-sorting__text,
.catalog-panel-views__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

div.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-sort-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
div.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-sort-text:hover {
    font-weight: 600;
    color: #383B47;
}
div.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-sort-text:active {
    color: #EC2449;
}
div.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-sort-text:active::after {
    transform: none;
    background: url(/local/templates/universe_s1/images/section/filter-arrow-thin.svg) no-repeat;
    background-size: contain;
}
/*
.catalog-panel-sort-text:hover {
    text-decoration: underline;
}*/

select.catalog-panel-views-select {
    display: none;
}

.catalog-panel-views-select {
    position: relative;

    margin-right: 2px;

    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;

    border: none;
    outline: none;
}

.catalog-panel-views-select .jq-selectbox__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-panel-views-select.opened .jq-selectbox__trigger-arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.catalog-panel-views-select .jq-selectbox__trigger-arrow {
    width: 9px;
    height: 9px;
    margin-left: 4px;

    background: url(/local/templates/universe_s1/images/section/filter-arrow-thin.svg) no-repeat;
    background-size: contain;

    -webkit-transition: all 150ms;

    -o-transition: all 150ms;

    transition: all 150ms;
}

.catalog-panel-views-select .jq-selectbox__dropdown {
    position: absolute;
    top: 23px !important;
    right: 0 !important;

    padding: 2px 10px 9px;
    width: 52px;

    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

.catalog-panel-views-select .jq-selectbox__dropdown li {
    padding-top: 3px;
    padding-bottom: 3px;
}

.catalog-panel-views-select .jq-selectbox__dropdown li:hover,
.catalog-panel-views-select .jq-selectbox__dropdown li.sel {
    color: #EC2449;
}

.catalog-panel-views-select:hover,
.catalog-panel-views-select .jq-selectbox__dropdown li:hover {
    cursor: pointer;
}

.jq-selectbox__dropdown ul {
    margin-bottom: 0;
}

.jq-selectbox__dropdown li {
    padding-left: 0;
}

.jq-selectbox__dropdown li::before {
    display: none;
}

.catalog-panel-views-select:focus {
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
}

div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-more {
    margin-top: 55px;
    margin-bottom: 113px;
}

@media (max-width: 768px) {
    div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-more {
        margin-top: 35px;
        margin-bottom: 45px;
    }
    .callback-banner {
        margin: 45px 0!important;
    }
}

.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-more .catalog-section-more-button {
    width: auto;
    padding: 15px 36px 16px;

    border: 1px solid #383B47;
    border-radius: 3px;
    -webkit-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
    will-change: background-color;
}

.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-more .catalog-section-more-button:hover {
    border: 1px solid #383B47;
    background-color: #383B47;
    color: #f6f6f6;
}

.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-more .catalog-section-more-text {
    margin-left: 0;

    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    letter-spacing: normal;

    text-transform: none;
    -webkit-transition: color 100ms;
    -o-transition: color 100ms;
    transition: color 100ms;
}

.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-more .catalog-section-more-button:hover .catalog-section-more-text {
    color: white;
}

div.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper {
    width: auto;
    height: auto;
    padding: 0 8.5px;

    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

div.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item {
    padding: 0;
}

.system-pagenavigation-item-active .system-pagenavigation-item-wrapper {
    color: #029EDA !important;

    background: transparent !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

div.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper:hover {
    color: #029EDA;

    background: transparent;
}

.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-next .system-pagenavigation-item-wrapper,
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-previous .system-pagenavigation-item-wrapper {
    color: #C4C4C4;
}

div.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items {
    font-size: inherit;
}

div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-more + .catalog-section-navigation {
    margin-top: 16px;
}

.catalog-panel-sorting-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100vw;
}

.catalog-panel-sort-text::after {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 4px;

    background: url(/local/templates/universe_s1/images/section/filter-arrow-thin.svg) no-repeat;
    background-size: contain;

    -webkit-transform: scale(1, -1);

    -ms-transform: scale(1, -1);

    transform: scale(1, -1);
    content: '';
}

.catalog-panel-sort[data-order="desc"] .catalog-panel-sort-text::after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-wrapper {
    padding: 23px 22px 25px 23px;
}

.marks {
    position: absolute;
    top: -5px;
    z-index: 2;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
}

.marks__item {
    padding: 5px 10px;
    color: #000000;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

.marks .marks__item-hit {
    border: 1px solid #FF6D00;
    background: #FF6D00;
    color: #F6F6F6;
}
.marks .marks__item-bu_tech {
    border: 1px solid #EC2449;
    color: #EC2449;
}
.marks .marks__item-installment {
    border: 1px solid #EC2449;
    background: #EC2449;
    color: #F6F6F6;
}
.marks__item-new {
    background: #2EB13B;
    color: #F6F6F6;
}
.marks__item-best {
    color: #EC2449;

    background-color: #EFEFEF;
}

@media (max-width: 768px) {
    .marks__item {
        font-weight: 500;
        font-size: 8px;
        line-height: 10px;
    }
}

.marks__item:last-of-type {
    margin-right: 0;
}

div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-name {
    min-height: 1px;
    overflow: initial;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

/* .ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-quantity[data-offer] {
    display: block;
} */

.catalog-section-item-quantity::before {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 7px;

    background: url("/local/templates/universe_s1/images/section/check-green.svg") no-repeat;
    background-size: contain;
    content: '';
}

.catalog-section-item-quantity-no::before {
    background-image: url("/local/templates/universe_s1/images/section/cross-red.svg");
}

.category__characteristics {
    margin-top: 12px;
    /*-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;*/
}

.characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

    font-size: 12px;
    line-height: 20px;
    color: #676767;

    position: relative;
    padding-bottom: 20px;
    flex-direction: column;
}

.characteristics:not(:last-of-type) {
    margin-bottom: 8px; 
}

.characteristics__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;

    white-space: nowrap;
    font-weight: 400;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;

    font-size: 12px;
    line-height: 3px;
}

.characteristics__value {
    font-weight: 600;
    position: absolute;
    top: 9px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #2d2d2d;
}

.characteristics__name,
.characteristics__value {
    width: 100%;
}

.characteristics:hover .characteristics__value {
    z-index: 1;
    overflow: visible;
    display: block;
    background-color: #fff;
}

@media (max-width: 768px) {
    .characteristics__name {
        font-size: 9px;
    }
}

.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-name .catalog-section-item-name-wrapper {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;

    color: #000000;
}

div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-quantity {
    margin-bottom: 6px;
}

/*.priceBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}*/

.priceBlock__price {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #040006;
}

.priceBlock__price-old {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2d2d2d;
    text-decoration: line-through;
}

.priceBlock__price-small {
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #EC2449;
}

@media (max-width: 768px) {
    .priceBlock__price-old {
        font-size: 12px;
        text-align: right;
    }
    .priceBlock__price-small {
        font-size: 7px;
        text-align: right;
    }
}

.priceBlock__discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-price-base,
div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-price-discount {
    overflow: initial;
}
div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-price-discount {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #040006;
}

div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-price-wrapper {
    height: auto;
}

.buttonBlock__button:focus,
.buttonBlock__button-gray:focus,
.buttonBlock__button:hover,
.buttonBlock__button-gray:hover {
   text-decoration: none;
}

.buttonBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 21px;
}

.buttonBlock__button,
.buttonBlock__button-gray {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 14px 14px 16px;

    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    font-family: inherit;
    text-align: center;

    border-radius: 3px;

    -webkit-transition: background-color 100ms;

    -o-transition: background-color 100ms;

    transition: background-color 100ms;
}

.buttonBlock__button:focus,
.buttonBlock__button-gray:focus {
    border-color: #2b2b2b;
    outline: none;
}

.buttonBlock__button[data-basket-action="add"] svg {
    display: none;
}

.buttonBlock__button.in-basket {
    background-color: #029EDA;
    border: 1px solid #029EDA;
}
 
.buttonBlock__button.in-basket:hover {
    background-color: transparent;
}

.buttonBlock__button span,
.buttonBlock__button svg {
    display: inline-block;
}

.buttonBlock__button span {
    -webkit-transform: translate(3px, -3px);
    -ms-transform: translate(3px, -3px);
    transform: translate(3px, -3px);
}

.buttonBlock__button {
    color: white;
    border: 1px solid #EC2449;
    background-color: #EC2449;
}

.buttonBlock__button:hover {
    color: #f6f6f6;
    background-color: #ff4164;
    cursor: pointer;
}
.buttonBlock__button:active {
    color: #EC2449;
    background-color: transparent;
    border: 1px solid #EC2449;
    cursor: pointer;
}

.buttonBlock__button {
    margin-bottom: 11px;
}

.buttonBlock__button-gray {
    color: #000000;

    border: none;
    border: 1px solid #F4F4F4;
    background-color: #F4F4F4;
}

.buttonBlock__button-gray:hover {
    background-color: #d8d8d8;

    cursor: pointer;
}

.buttonBlock__button svg {
    margin-left: 5px;
}

div.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-filter-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;

    height: 100vh;
    width: 75vw;
    overflow-y: scroll;

    -webkit-box-shadow: none;

    box-shadow: none;
    background: #F4F4F4;
}

.catalog-filter-mobile .c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-toggle-text {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    letter-spacing: normal;
}

.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-value.intec-grid-item-2 {
    max-width: calc(50% - 10px);
}

.c-catalog-smart-filter.c-catalog-smart-filter-vertical-2 .catalog-smart-filter-item-value.intec-grid-item-2:first-of-type {
    margin-right: 21px;
}

.button-close {
    display: block;
    margin: 0 0 0 auto;
    padding: 0;
    width: 24px;
    height: 25px;

    border: none;
    background: url("/local/templates/universe_s1/images/section/cross-gray.svg") no-repeat transparent;
    background-size: contain;
}

.catalog-smart-filter-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-filter-mobile .c-catalog-smart-filter.c-catalog-smart-filter-vertical-2[data-mobile=true] .catalog-smart-filter-toggle {
    margin: 17px 22px 14px;
}

.catalog-filter-mobile .catalog-smart-filter-content {
    margin: 0 22px 33px;
}
@media all and (max-width: 1279.9px) {
    .catalog-panel.intec-grid.intec-grid-nowrap,
    .catalog-panel-sorting-wrapper.intec-grid.intec-grid-nowrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .intec-grid > .intec-grid-item-auto.catalog-panel-views {
        width: 100%;
    }

    .catalog-panel-views-wrapper.intec-grid.intec-grid-i-h-10 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .catalog-panel-sorting-wrapper {
        margin-bottom: -13px;
    }

    .catalog-panel-sorting__text,
    .catalog-panel-sort,
    .catalog-panel-sorting {
        margin-bottom: 13px;
    }
}

@media all and (max-width: 850.9px) {
    div.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-sort .catalog-panel-sort-text {
        display: inline-block;
    }

    .catalog-panel.intec-grid.intec-grid-nowrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .intec-grid > .intec-grid-item-auto.catalog-panel-sorting {
        width: 100%;
    }

    div.ns-bitrix.c-catalog.c-catalog-catalog-1 .catalog-panel-filter-button {
        padding: 0;
        margin-bottom: 14px;

        color: #000000;

        background: transparent;
        border-radius: 0;
    }

    .catalog-panel-filter-text {
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
    }

    div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-name {
        margin-top: 18px;
    }

    div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-quantity-wrap {
        margin-top: 13px;
    }

    .priceBlock {
        margin-top: 17px;
    }
}

@media all and (max-width: 770.9px) {
    div.ns-bitrix.c-breadcrumb.c-breadcrumb-default.c-breadcrumb-usual[data-mobile=true] {
        display: block;
    }
}
/*
.catalog-section-item-advanced {
    margin-top: auto;
}*/

div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-offers-properties,
div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-offers-property {
    margin-top: 0;
}
/*
@media all and (min-width: 720.1px) {
    .category__characteristics {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}*/


.catalog-section-item-advanced,
.catalog__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.catalog__bottom {
    height: 100%;
    justify-content: flex-end;
}

.catalog-section-item-purchase {
    margin-top: auto;
}

@media all and (min-width: 851px) {
    div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-name {
        margin-top: 17px;
    }

    div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-quantity-wrap {
        margin-top: 15px;
    }

    .priceBlock {
        margin-top: 16px;
        min-height: 44px;
    }
}

.simple-slider {
    position: relative;
}

.simple-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.simple-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.simple-slider .owl-prev,
.simple-slider .owl-next {
    position: absolute;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    width: 39px;
    height: 39px;

    font-size: 0;
    line-height: 0;
    color: transparent;

    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;

    -webkit-transition: border-color 150ms, background-color 300ms;

    -o-transition: border-color 150ms, background-color 300ms;

    transition: border-color 150ms, background-color 300ms;
}

.simple-slider .owl-prev path,
.simple-slider .owl-next path {
    -webkit-transition: stroke 300ms;
    -o-transition: stroke 300ms;
    transition: stroke 300ms;
}

.simple-slider .owl-prev {
    left: -19px;
}
.simple-slider .owl-next {
    right: -19px;
}


.simple-slider .owl-prev:hover,
.simple-slider .owl-next:hover {
    border-color: #383b47;
    background-color: #383b47;
    cursor: pointer;
}

.simple-slider .owl-prev:hover path,
.simple-slider .owl-next:hover path {
    stroke: #FFF;
}

.simple-slider .owl-prev:focus,
.simple-slider .owl-next:focus {
    border-color: #808080;
    outline: none;
}

.simple-slider .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.article__img {
    height: auto;
    /*align-self: flex-start;*/
    -o-object-fit: cover;
    object-fit: cover;
}

.simple-slider__item {
    width: 100%;
}

.article__date {
    margin-bottom: 4px;

    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #ACACAC;
}

.article__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;

    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #000000;
}

.article__title:hover {
    text-decoration: none;
    color: #029EDA;
}

.article__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.video__link {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.video__video {
    position: relative;

    background-color: black;
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;

    border: none;
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video__button:focus {
    outline: none;
}

.video__video:hover .video__button circle,
.video__button:focus .video__button circle {
    fill: #029EDA;
    stroke: #029EDA;
}

.video__button circle {
    -webkit-transition: fill 300ms, stroke 150ms;
    -o-transition: fill 300ms, stroke 150ms;
    transition: fill 300ms, stroke 150ms;
}

.video--enabled {
    cursor: pointer;
}

.video--enabled .video__button {
    display: block;
}

/*
.owl-video-wrapper {
    position: relative;
}

.owl-video-wrapper iframe {
    height: 100%;
}

.owl-video-tn {
    height: 100%;

    background-size: cover;
}*/
/*
.owl-video-play-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-video-play-icon:hover {
    cursor: pointer;
}

.owl-video-play-icon:hover circle {
    fill: #029EDA;
    stroke: #029EDA;
}

.owl-video-playing .owl-video-play-icon,
.owl-video-playing .owl-video-tn {
    display: none;
}
*/

@media (max-width: 768px) {
    .buttonBlock__button:active:not(data-basket-state="added") {
        background: transparent;
        border: 1px solid #EC2449;
    }
    .buttonBlock__button:active:not(data-basket-state="added") svg path {
        fill: #EC2449;
    }
    .buttonBlock__button[data-basket-state="added"]:active {
        border: 1px solid #2EB13B;
    }
}

@media all and (max-width: 850.9px) {
    hr + h2,
    hr + .h2 {
        margin-top: -10px;
    }

    section h2,
    section .h2 {
        font-size: 26px;
        line-height: 32px;
        font-weight: 700;
        margin: 0px 0 25px 0;
    }

    .article {
        margin-bottom: 32px;
    }

    .article__img {
        margin-bottom: 14px;
    }

    .article__title {
        margin-bottom: 10px;
    }

    .video {
        margin-bottom: 56px;
    }

    .video__title {
        margin-top: 15px;
    }

    .video__video,
    .article__img {
        height: 187px;
    }

    .simple-slider .owl-prev,
    .simple-slider .owl-next {
        top: 76px;
    }
}

@media all and (min-width: 851px) {
    hr + h2,
    hr + .h2 {
        margin-top: -7px;
    }

    .article {
        margin-bottom: 42px;
    }

    .article__img {
        margin-bottom: 12px;
    }
    .article__title {
        margin-bottom: 6px;
    }

    .video {
        margin-bottom: 68px;
    }

    .video__title {
        margin-top: 16px;
    }

    .video__video,
    .article__img {
        height: 259px;
    }

    .simple-slider .owl-prev,
    .simple-slider .owl-next {
        top: 107px;
    }
}

@media all and (min-width: 1200px) {
    .article .owl-nav {
        display: none;
    }
}

.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    font-size: 14px;
}

.info__item {
    background-color: #F4F4F4;
    border-radius: 3px;
}

.info__item h2,
.info__item .h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.info__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.info__icon::before {
    display: block;
    width: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 23px;
    margin-right: 17px;

    background-repeat: no-repeat;
    background-size: contain;

    -webkit-transform: translateY(4px);

    -ms-transform: translateY(4px);

    transform: translateY(4px);
    content: '';
}

.info__icon-delivery::before {
    background-image: url("/local/templates/universe_s1/images/section/info-delivery-icon.svg");
}

.info__icon-pay::before {
    background-image: url("/local/templates/universe_s1/images/section/info-pay-icon.svg");
}

.info__item .triangle-list {
    margin-bottom: 0;
}

.contacts__item {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;

    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.contacts__item::before {
    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 25px;

    background-repeat: no-repeat;
    background-size: contain;

    -webkit-transform: translateY(4px);

    -ms-transform: translateY(4px);

    transform: translateY(4px);
    content: '';
}

.contacts__item:last-of-type {
    margin-bottom: 0;
}

.contacts__item-place::before {
    top: -5px;

    background-image: url("/local/templates/universe_s1/images/section/place-icon.svg");
}
.contacts__item-phone::before {
    top: -5px;

    background-image: url("/local/templates/universe_s1/images/section/phone-icon.svg");
}
.contacts__item-email::before {
    background-image: url("/local/templates/universe_s1/images/section/email-icon.svg");
}

.contactsBottom__contacts {
    position: relative;
    z-index: 1;
    padding: 20px 20px 22px 24px;

    background-color: white;
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.contactsBottom__contacts h2,
.contactsBottom__contacts .h2 {
    margin-top: 0;
    margin-bottom: 18px;
}

.contactsBottom {
    position: relative;
}

.contactsBottom__map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    background-color: #cccccc;
}

@media all and (max-width: 850.9px) {
    .info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 56px;
    }

    .info__item {
        padding: 19px 18px 22px 21px;
        margin-bottom: 19px;
    }

    .info__item:last-of-type {
        margin-bottom: 0;
    }

    .contactsBottom__contacts {
        margin-bottom: 20px;
    }

    .contactsBottom {
        padding-top: 346px;
        margin-bottom: 40px;
    }

    .contactsBottom__map {
        height: 434px;
    }
}

@media all and (min-width: 851px) {
    section .h2 {
        font-size: 1.866em;
        line-height: 32px;
        font-weight: 700;
        margin-block-end: 0.83em;
    }
    
    .info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 72px;
    }

    .info__item {
        width: 48.75%;
        padding: 33px 36px 39px 39px;
    }

    .info__item h2,
    .info__item .h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .contactsBottom {
        /* padding-top: 90px; */
        padding-bottom: 87px;
    }

    .contactsBottom__contacts {
        max-width: 304px;
    }
}

.consult {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    font-weight: 300;
    font-size: 14px;
    line-height: 22px;

    background-color: #F4F4F4;
    border-radius: 3px;
}

.consult__title {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: #EC2449;
}

.consult__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.inputBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.inputBlock__label {
    margin-bottom: 9px;

    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
}

.inputBlock__input {
    padding: 14px 18px 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;

    font-family: inherit;

    border: 1px solid #FFFFFF;
    border-radius: 3px;
}

.inputBlock__input::-webkit-input-placeholder {
    color: #ACACAC;
}

.inputBlock__input::-moz-placeholder {
    color: #ACACAC;
}

.inputBlock__input:-ms-input-placeholder {
    color: #ACACAC;
}

.inputBlock__input::-ms-input-placeholder {
    color: #ACACAC;
}

.inputBlock__input::placeholder {
    color: #ACACAC;
}

.button-blue {
    display: block;
    padding: 14px 36px 15px;

    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;

    background-color: #029EDA;
    border: 1px solid #029EDA;
    border-radius: 3px;

    -webkit-transition: all 300ms;

    -o-transition: all 300ms;

    transition: all 300ms;
}

.button-blue:hover {
    color: #000000;

    background-color: transparent;
    cursor: pointer;
}

.consult__smallText {
    margin-bottom: 0;

    font-weight: normal;
}

.consult__smallText a {
    text-decoration: underline;
}

.consult__smallText a:hover {
    text-decoration: none;
}


@media all and (max-width: 850.9px) {
    .consult {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 22px 26px 23px;

        background-image: url("/local/templates/universe_s1/images/section/consult-bg.png");
        background-size: 100% auto;
        background-position: center;
    }

    .consult__title {
        margin-bottom: 12px;
    }

    .consult__img {
        display: none;
    }

    .inputBlock {
        margin-bottom: 17px;
    }

    .consult .button-blue {
        margin: 3px auto 18px;
    }

    .consult__smallText {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;

        font-size: 11px;
        line-height: 18px;
    }
}

@media all and (min-width: 851px) {
    .consult {
        position: relative;
        padding: 35px 43px 44px 42px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .consult__title {
        margin-bottom: 6px;
    }

    .consult__text {
        width: 42.67%;
    }

    .consult__form {
        width: 50.43%;
    }

    .consult__img {
        position: absolute;
        left: 0;
        bottom: -1.5%;

        width: 41.57%;
        max-width: 333px;
    }
    .inputBlock {
        margin-bottom: 15px;
    }

    .consult .button-blue {
        margin: 12px 0 0 auto;
    }

    .consult__smallText {
        font-size: 10px;
        line-height: 17px;
    }
}

div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-offers-property-values {
    margin: 4px -8px -10px 0;
    min-height: 76px;
}

div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-offers-property-value {
    padding: 0;
    margin:  0 8px 10px 0;
    border: none;
    background: transparent;
}

div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-offers-property-value[data-state=selected] {
    background: transparent;
}

div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-offers-property-value-image {
    padding: 0;
}

div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-offers-property-value-image-name {}
@media (max-width: 768px) {
    .div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-offers-property-value-image-name {
        font-size: 9px;
    }
}

.catalog-section-item-offers-property-value-image-name {
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: white;
    padding: 6px;
    -webkit-box-shadow: 0 0 6px 0px rgba(155,155,155,0.2);
    box-shadow: 0 0 6px 0px rgba(155,155,155,0.2);
    opacity: 0;
    z-index: 1;
}

div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-offers-property-value-image-wrapper {
    margin: 0;
}

div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-offers-property-value-image-picture {
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-offers-property-value-image-picture:hover {
    border: 2px solid #ededed;
}
@media (max-width: 768px) {
    div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-offers-property-value-image-picture {
        width: 20px;
        height: 20px;
    }
}

.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-offers-property-value[data-state=selected] .catalog-section-item-offers-property-value-image-picture {
    border: 2px solid #383B47;
}

.intec-ui.intec-ui-control-numeric.intec-ui-view-1 .intec-ui-part-input {
    border: 1px solid #e8e8e8;
}

.catalog-section-item-purchase .intec-ui.intec-ui-control-numeric.intec-ui-view-1 .intec-ui-part-input,
.catalog-section-item-purchase .intec-ui.intec-ui-control-numeric.intec-ui-view-1 .intec-ui-part-increment,
.catalog-section-item-purchase .intec-ui.intec-ui-control-numeric.intec-ui-view-1 .intec-ui-part-decrement {
    width: 36px;

    text-align: center;
    color: #2b2b2b;
}

.intec-ui.intec-ui-control-numeric.intec-ui-view-1 .intec-ui-part-increment,
.intec-ui.intec-ui-control-numeric.intec-ui-view-1 .intec-ui-part-decrement {
    border: 1px solid #e8e8e8;
}

.catalog-section-item-purchase .intec-ui.intec-ui-control-numeric.intec-ui-view-1 .intec-ui-part-input {
    border-left: none;
    border-right: none;
}
.intec-ui.intec-ui-control-numeric.intec-ui-view-1 .intec-ui-part-increment:hover,
.intec-ui.intec-ui-control-numeric.intec-ui-view-1 .intec-ui-part-decrement:hover {
    background-color: #e8e8e8;
}

.intec-ui.intec-ui-control-numeric.intec-ui-view-1 .intec-ui-part-increment:focus,
.intec-ui.intec-ui-control-numeric.intec-ui-view-1 .intec-ui-part-decrement:focus{
    border-color: #555555;
    outline: none;
}

.catalog-section-item-offers-property-value-image:hover .catalog-section-item-offers-property-value-image-name {
    opacity: 1;
}

div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-offers-property-value,
div.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-offers-property {
    overflow: visible;
}

.catalog-section-item-banner {
    position: relative;

    border: 1px solid #e8e8e8;
}

.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-1 .catalog-section-item-banner .catalog-section-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner__img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.banner__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-align: center;
}

.catalog-section-item-banner .buttonBlock__button {
    margin-bottom: 0;
}

.catalog-section-item-banner .buttonBlock__button:hover {
    background-color: #fff;
}

@media all and (max-width: 850.9px) {
    .intec-grid > .catalog-section-item.catalog-section-item-banner {
        min-height: 400px;
    }
}

.swiper-delivery-payment .info {
    flex-direction: row;
}