

/* 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/components/bitrix/news.list/.default/style.css?17174182706674*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.props-block {
    font-size: 1.3em;
}
.prop-block {
    text-align: center;
    margin-bottom: 10px;
}
.prop-block a {
    color: #000;
    font-size: 16px;
    display: inline-block;
    padding: 5px;
    margin-top: 10px;
    border: 1px solid #000;
}
.prop-block a:hover,
.prop-block__select {
    color: #fff !important;
    background: #C93223 !important;
    border-color: #C93223 !important;
}
.prop-block b {
    font-weight: bold;
}
.prop-block__colorral a span {
    display: inline-block;
    height: 15px;
    width: 100%;
    margin-bottom: 3px;
}
.sections-icon {
    margin-bottom: 30px;
}
.sections-icon__item {
    text-align: center;
    margin-bottom: 38px;
    font-weight: bold;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}
.sections-icon__item a {
    color: #C93223;
    text-decoration: underline;
}
.sections-icon__item a:hover {
    text-decoration: none;
}
.sections-icon__item-img {
    margin-bottom: 10px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
}
.sections-icon__item-name {
    font-size: 16px;
}
.menu-props__mob {
    padding: 15px 10px;
    color: #fff;
    background-color: #c93223;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.menu-props__mob > div {
    display: inline-block;
}
.menu-props__title {
    font-size: 24px;
}
.menu-props__nav-icon {
    position: absolute;
    top: 9px;
    right: 10px;
    display: block;
    width: 44px;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #c93223;
    padding: 10px 0 6px;
    cursor: pointer;
}
.menu-props__nav-icon span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 auto 4px;
    background: #fff;
}
.main-section-img {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 15px 0 25px;
}
.main-section-img:after {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.main-section-img__item {
    position: relative;
    font-size: 14px;
    color: #fff;
    padding: 0 0 30px 5px;
    z-index: 1;
}
.main-section-img__item a {
    color: #fff;
    text-decoration: underline;
}
.main-section-img__item a:hover {
    text-decoration: none;
}
.main-section-img__item b {
    font-weight: bold;
}
.main-section-img__item:before {
    content: " ";
    width: 23px;
    height: 23px;
    background: url("/local/templates/krovlindom/CONTENT/main-img-icon.png") 0 0 no-repeat;
    position: absolute;
    top: -17px;
    left: -10px;
}
.main-section-img__btn {
    position: relative;
    z-index: 1;
    text-align: center;
}
.main-section-img__btn a {
    height: auto;
    line-height: 1.4;
    width: auto;
    padding: 11px 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.section-use {
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid #C93223;
    font-weight: 16px;
    line-height: 1.4;
}
.section-use b {
    color: #C93223;
    font-weight: bold;
}
.filter__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
}
.filter__select {
    width: 48%;
    margin: 0 1%;
}
.filter__select-name {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}
.custom-select {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 12px 15px;
    background: #fff;
    border: 1px solid #C93223;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
    box-sizing: border-box;
}

.custom-select:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #C93223 transparent;
}

.custom-select__dropdown {
    position: absolute;
    top: 100%;
    left: -1px;
    width: 100%;
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid #C93223;
    border-top: none;
    border-bottom: none;
    list-style: none;
    transition: all 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
    z-index: 990;
    box-sizing: border-box;
}

.custom-select__dropdown li {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.custom-select__dropdown li:before {
    display: none !important;
}

.custom-select__dropdown li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
    color: #000;
}
.custom-select__dropdown li a:hover {
    color: #C93223;
}
.custom-select__dropdown li:last-of-type a {
    border: none;
}
.custom-select__dropdown li a span {
    display: inline-block;
    height: 15px;
    width: 100%;
    margin-bottom: 3px;
}

.custom-select.active {
    border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.custom-select.active .custom-select__dropdown {
    border-bottom: 1px solid #C93223;
    max-height: 400px;
    overflow-y: scroll;
}
@media (min-width: 768px) {
    .props-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }
    .prop-block {
        width: 50%;
        margin-bottom: 20px;
        text-align: left;
    }
    .main-section-img {
        max-height: 350px;
        overflow: hidden;
        padding-top: 40px;
    }
    .main-section-img:after {
        background: transparent;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    }
    .main-section-img__item {
        float: left;
        margin: 0 20px 20px 0;
        font-size: 17px;
        width: 230px;
    }
    .main-section-img__item:nth-child(2n+1) {
        clear: both;
    }
    .main-section-img__btn {
        bottom: 30px;
    }
    .main-section-img__btn a {
        margin-bottom: 0;
    }

    .filter__select {
        width: 31%;
    }
}
.navigation{
    display:none;
}
.mens-toolbar{
    width:100%;
}

.mens-toolbar > * {
    margin-top:10px;
    margin-bottom:10px;
}
/* End */


/* Start:/local/templates/krovlindom/CSS/sort.css?16345503411036*/
.sorting__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.sorting__line-text {
    padding: 0 12px 0 0;
}
.sorting__line-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sorting__line-item {
    position: relative;
    font-size: 16px;
}
.sorting__line-top {
    position: relative;
    display: block;
    padding: 3px 0 3px 10px;
    color: #C93223;
    text-decoration: none;
    background: #fff;
    border-radius: 2px;
}
.sorting__line-hidden {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    display: none;
    padding: 15px 20px 10px;
    background: #fff;
    box-shadow: 0px 6px 22px 0px rgba(14, 14, 14, 0.04);
    border-radius: 0 0 5px 5px;
    width: 100%;
}
.sorting__line-hidden li {
    margin: 0 0 10px;
    font-weight: 500;
    list-style: none;
}
.sorting__line-hidden a {
    color: #666666;
    text-decoration: none;
}
/* End */


/* Start:/local/templates/krovlindom/components/bitrix/news.list/faq/style.css?1756900643957*/
.faq {
    width: 100%;
}
.faq__item {
    padding: 25px 33px 25px 38px;
    margin: 0 0 20px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 27px 0px rgba(23, 23, 23, 0.08);
}
.faq__item-top {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: block;
}
.faq__item-top span {
    position: relative;
    color: #1E1F21;
    text-decoration: none;
    cursor: pointer;
    display: block;
}
.faq__item-top span:after {
    display: inline-block;
    vertical-align: top;
    content: '';
    width: 10px;
    height: 10px;
    background: url(/upload/temps/arrow-menu.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: all 0.3s linear;
    position: absolute;
    top: 8px;
    right: 0;
}
.faq__item-top span.active:after {transform: rotate(180deg);}
.faq__item-hidden {
    display: none;
    padding: 20px 0 2px;
}
.faq__item-hidden p:last-child {margin: 0;}

/* 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/components/bitrix/news.list/.default/style.css?17174182706674 */
/* /local/templates/krovlindom/CSS/sort.css?16345503411036 */
/* /local/templates/krovlindom/components/bitrix/news.list/faq/style.css?1756900643957 */
/* /local/templates/krovlindom/components/bitrix/catalog.section/catalog/style.css?1701418822345 */
