

/* Start:/local/templates/krovlindom/CSS/slick.css?16002412801846*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/krovlindom/components/bitrix/menu/left/style.css?15851351842594*/
.side-nav {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
}
.side-nav__title {
    Color: #000;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    height: 34px;
    margin-bottom: 10px;
    line-height: 34px;
}
.side-nav__nav-icon {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 44px;
    height: 34px;
    padding: 9px 0 0;
    border: 1px solid #C93223;
    border-radius: 3px;
}
.side-nav__nav-icon span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 auto 4px;
    background: #C93223;
}
.side-nav__nav {
    border: 1px solid #C93223;
    padding: 10px;
    display: none;
}
.side-nav__item {
    color: #000;
    font-size: 1.1em;
    display: block;
    padding: 5px 40px 5px 0;
    position: relative;
    margin-bottom: 5px;
    line-height: 1.2;
}
.side-nav__item a {
    color: #000;
    text-decoration: underline;
}
.side-nav__item a:hover {
    text-decoration: none;
}
.side-nav__selected,
.side-nav__cnt {
    color: #C93223;
}
.side-nav__item_1 {
    font-size: 1.2em;
    font-weight: bold;
}
.side-nav__item_2 {
    font-size: 1.2em;
}
.side-nav__arrow {
    display: block;
    border: 1px solid #000;
    color: #000 !important;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 2px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.side-nav__item_1 .side-nav__arrow {
    top: 2px;
}
.side-nav__item_2 .side-nav__arrow {
    top: 1px;
}
.side-nav__arrow:before {
    content: "+";
}
.active > .side-nav__arrow:before {
    content: "-";
}
.side-nav__parent + .side-nav__subnav {
    display: none;
}
.side-nav__subnav {
    margin-left: 10px;
}
.side-nav__more-link {
    font-size: 16px;
    color: #C93223 !important;
    display: inline-block;
    padding: 10px 0;
}
@media (min-width: 1025px) {
    .side-nav__nav-icon {
        display: none;
    }
    .side-nav__nav {
        border: none;
        padding: 0;
        display: block;
    }
    .side-nav__item {
        padding-right: 25px;
    }
    .side-nav__arrow {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        content: '';
        width: 25px;
        height: 100%;
        border: none;
        background: url('/local/templates/krovlindom/CONTENT/nav-arrow.svg') center no-repeat;
    }
    .active > .side-nav__arrow {
        transform: rotate(180deg);
    }
    .side-nav__arrow:before {
        content: " ";
    }
    .active > .side-nav__arrow:before {
        content: " ";
    }
}
/* End */


/* Start:/local/templates/krovlindom/components/bitrix/news/news_new/bitrix/catalog.section.list/.default/style.css?17174185172044*/
.section-block {
    margin-bottom: 25px;
}

.section-block a {
    text-decoration: underline;
}

.section-block a:hover {
    text-decoration: none;
}

.section-block__wrap {
    background: #fafcfc;
    border: 1px solid #edf4f4;
    padding: 15px 0;
}

.section-block__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding: 0 15px;
}

.section-block__title a {
    color: #000;
}

.section-block__img {
    margin-bottom: 10px;
    text-align: center;
    max-height: 150px;
    overflow: hidden;
}

.section-block__img img {
    display: inline-block;
    max-width: 100%;
}

.section-block__list {
    padding-bottom: 0;
}

.section-block__list li {
    margin-bottom: 5px;
}

.section-block__list li a {
    color: #666666;
    font-size: 16px;
    padding: 2px;
    display: inline-block;
}

.section-block__price {
    font-size: 18px;
    font-weight: bold;
    color: #C93223;
    margin-bottom: 10px;
    padding: 0 15px;
}

.section-block__popup {
    display: none;
    position: absolute;
    border: 1px solid #666666;
    background: #fff;
    padding: 20px;
    left: 0;
    border-radius: 5px;
}
.section-block__popup:after,
.section-block__popup:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.section-block__popup:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.section-block__popup:before {
    border-color: rgba(102, 102, 102, 0);
    border-bottom-color: #666666;
    border-width: 11px;
    margin-left: -11px;
}
.section-block__popup-title {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.section-block__popup-title a {
    color: #C93223;
    font-weight: bold;
    font-size: 18px;
}
@media (max-width: 767px) {
    .section-block__img {
        max-height: 90px;
    }
}
/* End */


/* Start:/local/templates/krovlindom/CSS/select2.css?16867582881744*/
/* The container must be positioned relative: */
.custom-select2 {
    position: relative;
    font-size: 16px;
}

.custom-select2 select {
    display: none; /*hide original SELECT element: */
}

.select-selected {
    background-color: #F3F3F2;
    border: 1px solid #E3E3E1;
    border-radius: 5px;
    position: relative;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 16px;
    right: 12px;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #666666;
    border-bottom: 1.5px solid #666666;
    transform: rotate(45deg);
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
    color: #3B3D40;
    padding: 12px 32px 12px 16px;
    cursor: pointer;
}
.select-items div {
    padding: 12px 16px;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #F3F3F2;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 300px;
    overflow-y: auto;
}

.custom-select2 .select-items > div > a,
.custom-select2 .select-items > div > span {
    color: #3B3D40;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.custom-select2 .select-items img,
.custom-select2__img {
    width: 40px;
    margin-right: 5px;
}
.custom-select2__img {
    height: 30px;
}
/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
/* End */


/* Start:/local/templates/krovlindom/components/bitrix/news/news_new/bitrix/news.detail/single-column/style.css?178039600312761*/
.PLITKI_FILTER {
    display: none !important;
}
.news-detail h1 {
    text-align:left;
    padding-left: 10px;
    padding-right: 10px;
}
.DETAILPAGE {
    width: 100%;
    margin-bottom: 20px;
}
.DETAILPAGE_GAL,
.DETAILPAGE_INFO {
    padding: 0 10px;
}
.detail_image {
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 20px;
}
.detail_image img {
    width: 100%;
}
.DETAILPAGE_INFO .quantity_block {
    margin-right: 20px;
}
.DETAILPAGE_INFO .data_price {
    margin-bottom: 0 !important;
}
.DETAILPAGE_INFO .data_price_new {
    font-size: 1.8rem
}
.DETAILPAGE_INFO .icon-question {
    top: -1px;
}
.DETAILPAGE_INFO .data_price_old {
    margin: 0 0 3px 10px;
}

.image_color{
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 42px;
    height: 42px;
    min-width: 42px;
    width: 42px;
    background-color: #999999;
    margin: 6px;
    cursor: pointer;
    margin-bottom: 20px;
}
.detailpage_info__wrap {
    width: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 20px 10px;
}
.DETAILPAGE_INFO .data_prop_title {
    margin-bottom: 20px;
    font-size: 16px;
    color: #3B3D40;
}
.detailpage_selects {
    width: 100%;
}
.detailpage_selects__item {
    margin-bottom: 20px;
}
.detailpage_selects__item-title {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}
.link-set-block {
    font-size: 16px;
}
.files__item {
    width: 100%;
    margin-bottom: 15px;
}

.files__item a {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    min-width: 32px;
    min-height: 29px;
    color: #000;
    line-height: 32px;
}

.files__item a span {
    line-height: 1.2;
    vertical-align: middle;
    display: inline-block;
    text-decoration: underline;
}

.files__item a:hover span {
    text-decoration: none;
}

a.image_color {
    color: #C93223;
}

.files__item a[href$='.pdf'],
.files__item a[href$='.PDF'],
a.image_color[href$='.pdf'] {
    background-size: auto;
    background-image: url("/local/templates/krovlindom/CONTENT/icon-pdf.png");
}

.files__item a[href$='.doc'],
a.image_color[href$='.doc'] {
    background-size: auto;
    background-image: url("/local/templates/krovlindom/CONTENT/icon-doc.png");
}

.files__item a[href$='.xls'],
a.image_color[href$='.xls'] {
    background-size: auto;
    background-image: url("/local/templates/krovlindom/CONTENT/icon-xls.png");
}

.files__item a[href$='.png'],
.files__item a[href$='.jpg'],
.files__item a[href$='.jpeg'] {
    background-size: auto;
    background-image: url("/local/templates/krovlindom/CONTENT/icon-img.png");
}
.DETAILPAGE_INFO .PLITKA_BTN,
.DETAILPAGE_INFO .PLITKA_SALE,
.DETAILPAGE_INFO .PLITKA_BTN_ONE,
.DETAILPAGE_INFO .PLITKA_MARQUIZ {
    width: 48%;
    margin: 0 1% 0 0;
}
.DETAILPAGE_INFO .PLITKA_SALE,
.DETAILPAGE_INFO .PLITKA_MARQUIZ {
    background: none;
    color: #C93223;
}
.DETAILPAGE_INFO .PLITKA_SALE:hover,
.DETAILPAGE_INFO .PLITKA_MARQUIZ:hover {
    background: none;
    color: #ab2a1d;
}
.DETAILPAGE_INFO .PLITKA_MARQUIZ {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 15px;
}
.detailpage_info__delivery {
    margin-top: 20px;
    font-size: 16px;
}
.detailpage_info__delivery div {
    margin-bottom: 20px;
}
.detailpage_info__delivery b {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}
.detailpage_info__delivery a {
    color: #000;
}
.resp-tabs-list__wrap {
    overflow-x: auto;
    width: 100%;
    margin-bottom: 20px;
}
.resp-tabs-list {
    background: #c93223;
    border-radius: 4px;
    display: table !important;
    width: 100%;
    border-collapse: collapse;
}
.resp-tabs-list li {
    display: table-cell !important;
    white-space: nowrap;
    text-align: center;
    float: none !important;
}
.resp-tabs-list a {
    color: #fff;
}
.accordion__item-header:after {
    display: none;
}
@media (min-width: 768px) {
    .DETAILPAGE {
        display: flex;
    }
    .DETAILPAGE_GAL {
        padding: 0;
        width: 40%;
        margin-right: 2%;
    }
    .DETAILPAGE_INFO {
        width: 58%;
    }
    .detailpage_info__wrap {
        padding: 20px 30px;
    }
    .files__item {
        width: 31%;
        margin: 0 1% 15px;
    }
    .detailpage_selects {
        display: flex;
    }
    .detailpage_selects__item {
        width: 49%;
        margin-left: 1%;
    }
    .detailpage_selects__item:first-child {
        margin-left: 0;
    }
    .BTNS {
        justify-content: flex-start !important;
    }
    .DETAILPAGE_INFO .PLITKA_BTN,
    .DETAILPAGE_INFO .PLITKA_SALE,
    .DETAILPAGE_INFO .PLITKA_BTN_ONE {
        width: 48%;
    }
    .detailpage_info__delivery {
        display: flex;
    }
    .detailpage_info__delivery div {
        padding-left: 10px;
        margin-bottom: 0;
        min-width: 30%;
    }
    .detailpage_info__delivery div:first-child {
        padding-left: 0;
        min-width: 20%;
    }
    .CONTACTSPAGE {
        display: flex;
    }
    /*.CONTACTSPAGE > div {
        width: 50%;
    }*/
}
@media (min-width: 992px) {
    .detailpage_selects__item {
        width: 33%;
    }
    .DETAILPAGE_INFO .PLITKA_BTN,
    .DETAILPAGE_INFO .PLITKA_SALE,
    .DETAILPAGE_INFO .PLITKA_BTN_ONE,
    .DETAILPAGE_INFO .PLITKA_MARQUIZ {
        width: 32%;
    }
    .DETAILPAGE_INFO .PLITKA_MARQUIZ {
        margin-top: 0;
    }
    .resp-tabs-list li {
        padding: 13px 10px !important;
    }
}
.image_color.active{
    min-height: 60px;
    height: 60px;
    min-width: 60px;
    width: 60px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
}


.image_color_name{
    display: none;
    position: relative;
    bottom: -70px;
    width: 100px;
    text-align: center;
}

.image_color.active .image_color_name{
    display: block;
}


.detail_image_colors_descr{
    font-weight: 400;
    font-size: 1.2em;
    margin-top: 25px;
    margin-bottom: 10px;
}

.detail_logo {
    width: 100px;
}

.detail_table_descr{
    font-weight: 600;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.detail_table{
    width: 100%;
    margin-bottom: 30px;
}

.detail_table_el{
    width: 100%;
}

.detail_table_el:nth-child(2n){
    background-color: #EEEEEE;
    border-radius: 4px;
}

.detail_table_el_left{
    padding: 14px;
    width: 50%;
    background-image: url(/local/templates/krovlindom/components/bitrix/news/news_new/bitrix/news.detail/single-column/CSS/divider2.png);
    background-position: right;
    background-repeat: no-repeat;
}
.detail_table_el_right{
    padding: 14px;
    width: 50%;
}

.detail_price{
    width: 100%;
    margin-bottom: 20px;
}

.p-light{
    line-height: 1.4rem;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 15px;
    width: 100%;
}

.goods-sizes .h2 {
    margin-top: 0;
}
.goods-sizes__item {
    text-align: center;
    border: 1px solid #d2d2d2;
}
.goods-sizes__item a {
    padding: 10px;
    display: inline-block;
    color: #C93223;
}
.goods-sizes__link {
    margin-bottom: 15px;
    color: #C93223;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
}
.goods-sizes__link:hover {
    text-decoration: none;
}
.goods-sizes__size {
    display: inline-block;
    padding: 10px 20px 10px 10px;
    border: 1px solid #000;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    background: url("/local/templates/krovlindom/CONTENT/nav-arrow.svg") 95% 50% no-repeat;
}

.set-block {
    margin-bottom: 40px;
}
.set-block .input {
    width: 40px;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    border-radius: 0;
}
.set-block__plus,
.set-block__minus {
    font-size: 20px;
    font-weight: bold;
    color: #C93223;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #ccc;
    line-height: 34px;
    vertical-align: middle;
}
.set-block__minus {
    font-size: 30px;
}
.set-block__plus {
    line-height: 38px;
}
.set-block__text {
    display: block;
    margin-top: 5px;
}
.set-block .detail_table {
    margin-bottom: 20px;
}
.set-block__order {
    text-align: center;
}
.set-block__total {
    font-size: 20px;
}
.set-block__price {
    color: #C93223;
    font-size: 28px;
}
.set-block .detail_table_el {
    flex-wrap: wrap;
}
.set-block .detail_table_el_img {
    width: 35%;
}
.set-block .detail_table_el_left {
    width: 65%;
}
.set-block .detail_table_el_right {
    width: auto;
    margin: 0 auto;
}
.set-link-block {
    margin-bottom: 40px;
}
.set-link-block__wrap {
    margin: 0 5px;
    padding: 10px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 10px;
}
.set-link-block__img,
.set-link-block__info,
.set-link-block__price {
    margin-bottom: 15px;
    text-align: center;
}
.set-link-block__name {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}
.set-link-block__price {
    font-size: 20px;
}
.set-link-block__price span {
    color: #C93223;
    font-weight: bold;
    font-size: 24px;
}
.set-link-block__btn a {
    color: #fff !important;
    text-decoration: none !important;
    line-height: 40px;
}
.DETAILPAGE_INFO .BTNS {
    flex-wrap: wrap;
    width: 100%;
}

.DETAILPAGE_INFO .quantity_body{
    padding: 10px;
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    color: #79797C;
    background: #F8F9FA;
    width: 120px;
}
.quantity_minus,
.quantity_plus{
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
.quantity_input{
    text-align: center;
    width: 50px;
    color: #333333;
    background: transparent;
    border: none;
    outline: none;
    font-size: 1.2em;
    font-family: 'Avenir Next Cyr';
}
.remove_from_card{
    background-color:#9c9c9c;
}

.remove_from_card:hover{
    background-color:#7b7b7b;
}
.our-works .gallery-block__item {
    padding: 0 2px 5px;
}
.our-works .picItem {
    display: block;
    position: relative;
    height: 100px;
    max-height: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-works .picItem span {
    text-align: center;
    background: #2323236b;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    padding: 10px;
}
.our-works .PLITKA_BTN {
    height: auto;
    line-height: 1.4;
    width: auto;
    padding: 11px 15px;
    text-transform: uppercase;
}

@media (min-width: 600px) {
    .our-works .picItem {
        height: 150px;
    }
}

@media (min-width: 768px) {
    .set-block .detail_table_el {
        flex-wrap: nowrap;
    }
    .set-block .detail_table_el_img {
        width: auto;
    }
    .set-block .detail_table_el_left {
        width: 50%;
    }
    .set-block__text {
        display: inline-block;
        margin-top: 0;
    }
    .set-block__plus {
        margin-right: 5px;
    }
    .set-link-block__wrap {
        margin: 0 15px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .set-link-block__img {
        padding-right: 10px;
    }
    .set-link-block__btn a {
        width: auto;
        padding: 10px;
        line-height: 1.4;
    }
    .optionsX_variants {
        display: block;
        flex-wrap: nowrap;
    }
    .optionsX_variants > div {
        width: auto;
        margin: 0 10px 10px 0;
    }
}
@media (min-width: 1024px) {
    .set-link-block__wrap {
        margin: 0;
    }
}
@media (min-width: 1200px) {
    .our-works .picItem {
        height: 200px;
    }
}
.add-elements .detail_table_el {
    background: #fff;
    border-bottom: 1px solid #EEEEEE;
}
.add-elements .PLITKA_BTN {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.add-elements .detail_table_el_left {
    padding: 14px 5px;
}
.add-elements .detail_table_el_right {
    text-align: center;
    padding: 14px 5px;
}
.add-elements__price-old {
    font-size: 14px;
}
.add-elements__price-old span {
    display: inline-block;
    padding: 0 5px;
    text-decoration: line-through;
}
.add-elements__price {
    font-weight: bold;
    margin-bottom: 5px;
}
@media (min-width: 768px) {
    .add-elements .detail_table_el_left {
        padding: 14px;
    }
    .add-elements .detail_table_el_right {
        padding: 14px;
        width: 25%;
    }
}
.fancybox-slide--image .fancybox-content {
    background: #fff !important;
}
.pay-card {
    margin-top: 20px;
}
.pay-card img {
    max-width: 500px;
}
.address-click {
    line-height: 1.4;
}

@media (max-width: 767px) {
    .resp-tabs-container h2 {
        font-size: 26px;
    }
    .pay-card img {
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/krovlindom/CSS/easyResponsiveTabs.css?16950419383793*/
﻿
ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    border-radius: 5px;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border: 1px solid #C93223;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    color: #fff;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #C93223;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

h2.resp-accordion {
    font-size: 1.1rem;;
    border: 1px solid #C93223;
    border-top: 0px solid #C93223;
    margin: 0px;
    padding: 10px 15px;
    color: #fff;
    background: #C93223;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #fff;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #fff;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #C93223 !important;
    color: #fff;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #000;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #C93223 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}
@media (min-width: 1070px) {
    .resp-tabs-list {
        display: flex;
        justify-content: space-between;
    }
    .resp-tabs-list li {
        padding: 13px 5px;
    }
}

/* End */


/* Start:/local/templates/krovlindom/components/bitrix/catalog.section/catalog/style.css?1701418822345*/
.catalog_scroll-init {
    overflow: hidden;
}
.catalog_scroll-init .PLITKI_CATALOG {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
    margin-left: 0;
}
.catalog_scroll-init .PLITKI_CATALOG > .col-010 {
    width: auto;
}
.catalog_scroll-init .PLITKA {
    min-width: 250px;
}
/* End */
/* /local/templates/krovlindom/CSS/slick.css?16002412801846 */
/* /local/templates/krovlindom/components/bitrix/menu/left/style.css?15851351842594 */
/* /local/templates/krovlindom/components/bitrix/news/news_new/bitrix/catalog.section.list/.default/style.css?17174185172044 */
/* /local/templates/krovlindom/CSS/select2.css?16867582881744 */
/* /local/templates/krovlindom/components/bitrix/news/news_new/bitrix/news.detail/single-column/style.css?178039600312761 */
/* /local/templates/krovlindom/CSS/easyResponsiveTabs.css?16950419383793 */
/* /local/templates/krovlindom/components/bitrix/catalog.section/catalog/style.css?1701418822345 */
