

/* Start:/local/templates/pride/components/bitrix/catalog/catalog/style.css?1678783700697*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/local/templates/pride/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?16844094222052*/
.single-shop-content .img-holder .mini{
	padding-top: 9px;
}
.single-shop-content .img-holder .mini a{
	width: 84px;
	display: block;
	margin: 4px 0px 0px 3px;
	float: left;
}
.single-shop-content .img-holder .mini a .img{
	width: 100%;
	height: 60px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	border: 0px;
}

.youtube {
	background-color: #000;
	position: relative;
	padding-top: 71%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}

.tabs-caption {
	margin-top: 36px;
	padding: 0;
}
.tabs-caption .tabs-caption__item{
	display: inline-block;
	padding: 10px 15px;
	font-size: 18px;
	border-radius: 4px;
	cursor: pointer;
	color: #00ABC2;
}
.tabs-caption .tabs-caption__item:hover,
.tabs-caption .tabs-caption__item.active{
	background-color: #eee;
	color: #23527c;
}
.tabs-content__item{
	display: none;
	margin-top: 10px;
	padding: 0 30px 30px;
	border: 1px solid #ececec;
}
.tabs-content__item.active{
	display: block;
}
.tabs-content__item-title{
	padding-top: 20px;
	margin-bottom: 10px;
}
.tabs-content__item-title.tabs-content__item-title:before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 50px;
	height: 3px;
	background-color: #00ABC2;
}
.btn-style-one.catalog-action-btn{
	margin-right: 5px;
	padding: 10px 20px;
}
.btn-style-one.catalog-action-btn::last-child{
	margin-right: 0;
}
/* End */


/* Start:/local/templates/pride/components/bitrix/catalog.section.list/categories/style.css?1678783701247*/
.sections{
	text-align: center;
}
.sections .section{
	max-width: 200px;
    display: inline-block;
    height: 200px;
    vertical-align: top;
}
.sections .section img{
	width: 100%;
	max-height: 133px;
}
.sections .section .text{
	color: #000;
}
/* End */


/* Start:/local/templates/pride/components/bitrix/news.list/products/style.css?16787837011613*/
.swiper-container {
	height: 500px;
}
.swiper-container .detailtext h1,
.swiper-container .detailtext h2,
.swiper-container .detailtext h3,
.swiper-container .detailtext h4,
.swiper-container .detailtext h5,
.swiper-container .detailtext h6{
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 60px;
	margin-bottom: 20px;
	line-height: 60px;
}
.swiper-container .detailtext{
	position: absolute;
	top: 63px;
	left: 86px;
	width: 87%;
	height: 120px;
	font-size: 30px;
	color: #ffffff;
	line-height: 38px;
	text-shadow: 0px 0px 10px #000;
}
.backgroundSlider{
	position: absolute;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	bottom: 0px;
	left: -15px;
	right: 0px;
	overflow: hidden;
	top: -15px;
	transition: background-image 0.5s;
	background-size: cover;
	background-position: center;
}
.swiper-slide img{
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 0;
	vertical-align: middle;
}
.swiper-slide a{
color:#fff;
text-decoration: underline;
}
.swiper-slide a:hover{
color:#fff;
}
@media(max-width: 991px){
	.swiper-container {
		height: 360px;
	}
	.swiper-container .detailtext p{
		margin: 0px 50px 0px 0px;
	}
	.backgroundSlider{
		left: 0px;
		right: 0px;
	}
}
@media(max-width: 767px){
	.swiper-container {
		height: 276px;
	}
}
@media(max-width: 576px){
	.swiper-container {
		height: 208px;
	}
}
@media(max-width: 400px){
	.swiper-container {
		height: 160px;
	}
	.swiper-container .detailtext{
		left: 35px;
	}
}
@media(max-width: 350px){
	.swiper-container {
		height: 140px;
	}
	.swiper-container .detailtext{
		font-size: 12px;
		line-height: 12px;
	}
}
/* End */


/* Start:/local/templates/pride/components/bitrix/news.list/random_products/style.css?1678783700150*/
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;
}

/* End */
/* /local/templates/pride/components/bitrix/catalog/catalog/style.css?1678783700697 */
/* /local/templates/pride/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?16844094222052 */
/* /local/templates/pride/components/bitrix/catalog.section.list/categories/style.css?1678783701247 */
/* /local/templates/pride/components/bitrix/news.list/products/style.css?16787837011613 */
/* /local/templates/pride/components/bitrix/news.list/random_products/style.css?1678783700150 */
