/* Home slider */
	#slideshow-42 {display: none; }

	#slideshow-list-41 .owl-nav {
		display: flex;
		justify-content: space-between;
		position: absolute;
		top: calc(50% - 18px);
		left: 0;
		width: 100%;
		z-index: 1;
		box-sizing: border-box;
		padding: 0 20px;
	}

	#slideshow-list-41 .owl-nav button {
		width: 25px;
		height: 25px;
		border-radius: 3px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #FFF;
	}

	#slideshow-list-41 .owl-nav svg {
		width: 10px;
		height: auto;
	}

	#category-module .cats-catalog-list {
		display: grid;
		grid-gap: 25px 60px;
		grid-template-columns: repeat(auto-fill,minmax(220px, 1fr));

	}

	#category-module .cats-catalog-list li {
		display: flex;
		flex-direction: column;
	}

	#category-module .cats-catalog-list li i {
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 80px;
		height: 80px;
		margin-bottom: 10px;
		background: #F8F8F8;
	}

	#category-module .cats-catalog-list li img {
		width: 36px;
		height: auto;
		display: block;
	}

	#category-module .cats-catalog-list li span {
		font-weight: 500;
		max-width: 200px;
		font-size: 1em;
		padding-left: 8px;
	}

/* Html */
#html[data-id="44"] h1,
	#html[data-id="44"] h3 {
		font-size: 24px;
		line-height: 1;
		margin-bottom: 15px;
		font-weight: 400;
	}

	#html[data-id="44"] * {
		font-size: 14px;
	}

	#html[data-id="44"] ul {
		display: flex;
		flex-direction: column;
		padding-left: 20px;
		box-sizing: border-box;
	}

	#html[data-id="44"] ul li {
		display: list-item;
		list-style-type: disc;
	}

	#html[data-id="44"] h4,
	#html[data-id="44"] h3 {
		margin-top: 30px;
		margin-bottom: 15px;
	}

	#html[data-id="44"] ul li:not(:last-child) {margin-bottom: 10px;}

	#html[data-id="44"] .show-block,
	#html[data-id="44"] .fade-block {
		margin-top: 20px;
		text-decoration: underline;
		text-transform: uppercase;
		font-size: 12px;
		display: block;
		line-height: 1;
		width: fit-content;
		color: #AC2112;
	}
	/* .html-section #seo_text {
		display: none;
	}
.html-section.active #seo_text {
	display: block;
}
.html-section.active #short-text {
	display: none;
} */
/* Blog category */
	#blog-category .blog-cats-list {
		display: grid;
	    grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
	    grid-gap: 10px;
	}


	#blog-category .cat-item {
		display: block;
		border-radius: 3px;
		border: 1px solid #F8F8F8;
		background: #FFF;
	}

	#blog-category .cat-item a {
		margin-top: 10px;
		padding: 25px 20px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 230px;
	}

	#blog-category .cat-item img {
		width: 100px;
		height: auto;
	}

	#blog-category .cat-item h4 {
		display: block;
		text-align: center;
		margin-top: 20px;
		font-size: 0.9em;
		font-weight: 500;
	}

/* Blog latest */

	/* #blog-latest .owl-stage-outer {
		width: calc(100% + 15px);
	} */
	#blog-latest .btn-more{
		display: block;
	}
	#blog-latest #load-more {
		padding: 12px 35px;
		width: fit-content;
		box-sizing: border-box;
		display: none;
		grid-template-columns: repeat(2, max-content);
		align-items: center;
		grid-gap: 0 50px;
		color: #FFF;
		margin: 0 auto;
		border-radius: 3px;
		border: 1px solid #D52816;
		color: #FFF;
		line-height: 1;
		font-weight: 600;
		background: #D52816;
		margin-top: 60px;
	}

	#blog-latest #load-more svg {
		width: 18px;
	}

	#blog-latest .owl-stage {left: 7px;}

	#blog-latest .article-item {
		display: flex;
		flex-direction: column;
		border: 1px solid #F3F3F3;
		background: #FFF;
	}

	#blog-latest .article-thumb {
		display: block;

	}

	#blog-latest .article-thumb img {
		width: 100%;
		height: 300px;
		object-fit: cover;
		display: block;
	}

	#blog-latest .main-block {
		padding: 30px 15px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
	}

	#blog-latest .main-block h4 {
		font-size: 14px;
		font-weight: 500;
	}

	#blog-latest .main-block h4 a {
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
		color: inherit;
	}

	#blog-latest .top-block {
		margin-bottom: 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;

	}

	#blog-latest .top-block * {
		color: #737373; 
		line-height: 1;
		font-size: 0.75em;
		font-weight: 500;
	}

	#blog-latest .time {
		text-align: right;
		margin-left: 5px;
	}

	#blog-latest .more {
		text-decoration: underline;
		text-align: left;
		color: #AC2112;
		line-height: 1;
		display: block;
		width: fit-content;
		font-weight: 500;
		font-size: 0.75em;
		margin-top: 10px;
	}


@media only screen and (max-width: 860.99px) {
	#category-module .cats-catalog-list {
		grid-gap: 30px;
		grid-template-columns:repeat(auto-fill,minmax(150px,1fr));
	}
}

@media only screen and (max-width: 767.99px) {

	/* #slideshow-41 {
		display: none;
	}
	#slideshow-42 {
		display: block;
	} */

	#blog-latest .article-thumb img {
		height: 230px;
	}

	#blog-latest .articles-list .owl-stage {
		left: -120px;
	}

	#slideshow-42 .owl-nav {
		position: absolute;
		bottom: 30px;
		right: 30px;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: fit-content;

	}

	#slideshow-42 .owl-nav button {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #FFF;
		width: 25px;
		height: 25px;
		border-radius: 3px;
	}

	#slideshow-42 .owl-nav button svg {
		width: 10px;
		height: auto;
	}

	#slideshow-42 .owl-prev {
		margin-right: 15px;
	}

}
@media only screen and (max-width: 600.99px) {
	#blog-latest .article-thumb img {height: 200px;}
/* #blog-latest{
	display: none!important;
} */
	#category-module .cats-catalog-list li span {
		font-size: 0.9em;
		text-align: center;
		display: block;
	}

	#category-module .cats-catalog-list li a {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#category-module .cats-catalog-list li span{
		padding: 0 10px;
		word-break: break-word;
	}
	#category-module .cats-catalog-list li i {margin-bottom: 15px;}



	#blog-category .blog-cats-list {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}

}
@media only screen and (max-width: 520.99px) {
	#blog-category .blog-cats-list {
		grid-gap: 10px;
	}

	#blog-category .cat-item a {
		width: 100%;
		padding: 5px 20px;
	}

	#blog-category .cat-item a {padding-bottom: 5px;}
}


@media only screen and (max-width: 420.99px) {
	#blog-latest .main-block {
		padding-left: 10px;
		padding-right: 10px;
	}

	#blog-category .cat-item img {width: 70px;}

	/* #blog-latest .articles-list.owl-carousel .owl-item:not(.active) + .owl-item.active {margin-right: 25px!important;} */
	/* #blog-latest .articles-list.owl-carousel .owl-stage-outer {left: -20px;} */

	#category-module .cats-catalog-list {
		grid-gap: 20px;
	}

	#category-module .cats-catalog-list li i {
		height: 60px;
		width: 60px;
	}

	#category-module .cats-catalog-list li svg {width: 24px;}

	#category-module .cats-catalog-list li {
		max-width: 100px;
		margin-left: auto;
		margin-right: auto;
	}

	#category-module .cats-catalog-list li span {
		font-size: 0.8em;
		box-sizing: border-box;
		padding: 0 10px;
	}
}
@media only screen and (max-width: 360.99px) {
	#category-module .cats-catalog-list li img {
		width: 24px;
	}

	#category-module .cats-catalog-list {
		grid-gap: 15px;
		grid-template-columns: repeat(2,1fr);
	}

	#category-module .cats-catalog-list li span {
		padding: 0 5px;
		font-size: 10px;
		max-width: 100%;
	}

	#category-module .cats-catalog-list li i {margin-bottom: 7px;}
}

.articles-list:not(.owl-carousel){
	display: none;
}
@media(min-width: 1200px) {
	
	#blog-latest .btn-more{
		display: none;
	}
	#blog-latest #load-more {
		display: grid;
		display: none;
	}
	.articles-list.owl-carousel{
		display: none!important;
	}
	.articles-list:not(.owl-carousel) {
		display: grid;
		grid-template-columns: repeat(auto-fiit minmax(280px,1fr));
		grid-template-columns: repeat(auto-fill,minmax(264px,1fr));
		grid-gap: 12px;
	}
}
