/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }


/*custom catalog*/
.w25{
    width: calc(25% - (10px * 3 / 4)) !important;
}
.w50{
    width: calc(50% - (10px * 1 / 2));
}
.w75{
    width: calc(75% - (10px * 1 / 2));
}
.w33{
    width: calc(33.33% - (10px * 2 / 3));
}
.catalog-tabs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    background: #FAFAFA;
    margin-bottom: 15px;
    padding: 0 20px;
    overflow: auto;
}
.catalog-tab{
    padding: 20px;
    text-align: center;
    border-bottom: 3px solid #FAFAFA;
    transition: .3s;
    cursor: pointer;
    white-space: nowrap;
}
.catalog-tab._active{
    border-color: #5081FF;
}
.catalog-tab span{
    font-size: 18px;
    color: #3A3A3A;
    font-weight: 500;
    transition: .3s;
}
.catalog-tab:hover span{
    color: #5081FF;
}
.catalog-info{}
.catalog-items{
    display: flex;
    column-gap: 10px;
    display: none;
}
.catalog-items._active{
    display: flex;
}
.catalog-item{
    padding: 25px;
    border-radius: 20px;
    position: relative;
    min-height: 400px;
    overflow: hidden;
    margin-bottom: 0;
}
.catalog-item__title{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
    position: relative;
    z-index: 3;
    display: block;
    width: fit-content;
}
.catalog-item__title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: .5s;
}
.catalog-item__title:hover:before{
    width: 100%;
}
.catalog-item__title:hover{
    color: #fff;
}
.catalog-list{
    padding-left: 0;
    position: relative;
    z-index: 2;
}
.catalog-list li{
    margin-bottom: 5px;
}
.catalog-list li:last-child{
    margin-bottom: 0;
}
.catalog-list li::marker{
    content: none;
}
.catalog-list li a{
    /*text-decoration: none;*/
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    text-decoration: underline;
    transition: .3s;
}
/*.catalog-list li a span{*/
/*    font-size: 16px;*/
/*    color: #fff;*/
/*    font-weight: 500;*/
/*    line-height: 1;*/
/*    text-decoration: underline;*/
/*    transition: .3s;*/
/*}*/
.catalog-list li:hover a{
    text-decoration: none;
}
.catalog-item__img{
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.catalog-item.kids .catalog-item__img{
    right: 0;
}
.catalog-wrap{
    width: calc(50% - (10px * 1 / 2));
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}
.catalog-wrap .catalog-item{
    min-height: auto;
    height: calc(50% - (10px * 1 / 2));
    width: 100%;
}
.catalog-wrap .catalog-item__img{
    right: 0;
}
.catalog-wrapper{
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}
.catalog-wrapper .catalog-item{
    min-height: auto;
    height: calc(50% - (10px * 1 / 2));
}
.catalog-item__img.adapt .mob{
    display: none;
}

@media (max-width: 992px){
    .catalog-items{
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .catalog-item{
        min-height: 75px;
        height: 75px !important;
    }
    .catalog-list{
        display: none;
    }
    .w25{
        width: calc(50% - (10px * 1 / 2)) !important;
    }
    .w50{
        width: 100%;
    }
    .w75{
        width: 100%;
    }
    .w33{
        width: calc(50% - (10px * 1 / 2)) !important;
    }
    .catalog-item__img{
        max-width: 100px;
        bottom: 0 !important;
        right: 0 !important;
        left: auto !important;
    }
    .catalog-wrap .catalog-item{
        height: 75px;
        width: calc(50% - (10px * 1 / 2));
    }
    .catalog-wrap{
        width: 100% !important;
    }
    [data-category="2"] .w25{
        width: 100% !important;
    }
    [data-category="4"] .w25{
        width: 100% !important;
    }
    [data-category="3"] .catalog-wrap .catalog-item{
        width: calc(50% - (10px * 1 / 2)) !important;
    }
    [data-category="3"] .catalog-item{
        width: 100% !important;
    }
    .catalog-tab{
        padding: 20px 12px;
    }
    .catalog-item__img.adapt .dex{
        display: none;
    }
    .catalog-item__img.adapt .mob{
        display: block;
    }
    .catalog-item__img.adapt2{
        max-width: 100%;
    }
    .catalog-item__img.adapt3{
         max-width: 68%;
     }
    .catalog-item__img.adapt4{
        max-width: 17%;
    }
    .catalog-item__img.adapt5{
        bottom: -15px !important;
    }
    .catalog-item__img.adapt6{
        max-width: 25%;
        right: 10px !important;
    }
    .catalog-item__img.adapt7{
        bottom: -15px !important;
        max-width: 13%;
        right: 15px !important;
    }
}
@media (max-width: 767px){
    .catalog-info .catalog-items .catalog-item{
        width: 100% !important;
    }
    .catalog-item__title{
        margin-bottom: 0;
    }
    .catalog-item__title:before{
        content: none;
    }
    .catalog-item__img{
        right: 0 !important;
        /*max-width: 70px;*/
        max-width: 120px;
    }

    .catalog-item{
        padding-right: 35px;
    }
    .catalog-item__img.adapt2{
        right: -75px !important;
    }
    .catalog-item__img.adapt5{
        max-width: 30% !important;
    }
    .catalog-item__img.adapt8{
        max-width: 25% !important;
        right: 10px !important;
        bottom: 10px !important;
    }
    .catalog-item__img.adapt7{
        bottom: -8px !important;
        max-width: 26%;
    }
}

















































