

/* Start:/local/templates/scnew/components/bitrix/system.pagenavigation/.default/style.css?17303845203949*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
	text-align: center;
}

.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	display: inline-block;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/scnew/components/bitrix/system.pagenavigation/.default/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 18px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	margin: 0 4px;
	padding: 0 4px;
	color: #8d8d8d;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	color: #8d8d8d;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border-bottom: 2px solid;
	color: #0274bd;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/scnew/components/internetclient/super.component/our_team/style.css?17624365802425*/
.about-komanda__list {
    display:grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 60px;
    row-gap: 35px;
}
.about-komanda__list-slider{
    overflow: hidden;
}
.about-komanda__list-slider .about-komanda__item{
    width: 200px !important;
}
.about-komanda__item-img {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border-radius:100%;
    overflow:hidden;
    margin-bottom:20px;
}
.about-komanda__item-img img {
    position:absolute;
    height:100%;
    width:auto;
}
.about-komanda__item-about {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.about-komanda__item-name {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    color: var(--dark-blue);
}
.about-komanda__item-text {
    font-family: var(--font-family-5);
    font-size: 16px;
    line-height: 160%;
    color: var(--black);
    text-align: center;
}
.coach-event-block {
    position: relative;
    overflow: hidden;
    margin: -20px 0 88px 0;
}

.coach-event-block #vawe {
    position: absolute;
    top: 180px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.coach-event-block > .container {
    position: relative;
    z-index: 1;
}
.coach-event-block h2{
    margin-bottom: 40px;
    font-size: 40px;
}
.about-komanda__list-slider .dots{
    display: none;
}
@media (max-width: 1200px) {
    .about-komanda__list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .about-komanda__list-slider .dots{
        display: block;
        bottom: 0px;
    }
    .about-komanda__list-slider .about-komanda__item {
        width: 100% !important;
    }
    .about-komanda__list-slider .about-komanda__item-img {
        width: 200px;
        height: 200px;
        margin: 0 auto;
        padding-bottom: 0%;
    }
    .coach-event-block h2{
        font-size: 32px;
        margin-bottom: 25px;
    }
    .coach-event-block #vawe {
        top: 574px;
        transform: scale(3);
    }
    .coach-event-block{
        margin: 20px 0 88px 0;
    }
    .about-komanda__item-name{
        margin-top: 18px;
    }
    .coach-event-block{
        margin: 20px 0 55px 0;
    }

}
@media (max-width: 576px) {
    .about-komanda__list {
        display:grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1.5rem;
        row-gap: 1rem;
    }
}
/* End */


/* Start:/local/templates/scnew/components/bitrix/news.list/video-reviews-new/style.css?17863545377015*/
.product-reviews__item {
	display:flex;
	flew-wrap:nowrap;
	flex-direction:row;
	padding:30px 40px;
	border: 1px solid #eaf4fe;
	border-radius: 25px;
	margin-bottom: 20px;
	position: relative;
}
.product-reviews__item:nth-child(odd){
	border: 1px solid #eaf4fe;
	border-radius: 25px;
	background-color: #ffffff;
}
.product-reviews__item:nth-child(even){
	background-color: #eaf4fe;
}
.product-reviews__item-left-col {
	width:90px;
	margin-right:30px;
}
.product-reviews__item-user-name {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 22px;
	line-height: 160%;
	letter-spacing: -0.01em;
	color: var(--dark-blue);
}
.product-reviews__item-date {
	font-family: var(--font-family-4);
	font-size: 16px;
	color: var(--black);
}
.product-reviews__item-name {
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 26px;
	line-height: 120%;
	color: var(--black);
	margin-top: 25px;
	margin-bottom: 10px;
}
.product-reviews__item-text {
	font-family: var(--font-family-5);
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: -0.01em;
	color: var(--black);
}
.product-reviews__item-rating {
	position:absolute;
	top:40px;
	right:40px;
}
.product-reviews__item-rating{
	margin-top: 8px;
	float: left;
}
.product-reviews__item-rating-name{
	display: inline-block;
	vertical-align: top;
}
.product-reviews__item-rating-value{
	display: inline-block;
	margin: 2px 0 0 3px;
	vertical-align: top;
}
.product-reviews__item-photos {
	margin-top:20px;
}
.product-reviews__item-photos img {
	border-radius:10px;
}
.product-reviews__item-rating--1 svg path{fill: #ffcc00;}
.product-reviews__item-rating--1 svg + svg path{fill: #e6e6e6;}
.product-reviews__item-rating--2 svg path,
.product-reviews__item-rating--2 svg + svg path{fill: #ffcc00;}
.product-reviews__item-rating--2 svg + svg + svg path{fill: #e6e6e6;}
.product-reviews__item-rating--3 svg path,
.product-reviews__item-rating--3 svg + svg path{fill: #ffcc00;}
.product-reviews__item-rating--3 svg + svg + svg + svg path{fill: #e6e6e6;}
.product-reviews__item-rating--4 svg path,
.product-reviews__item-rating--4 svg + svg path{fill: #ffcc00;}
.product-reviews__item-rating--4 svg + svg + svg + svg + svg path{fill: #e6e6e6;}
.product-reviews__item-rating--5 svg path{fill: #ffcc00;}

.product-reviews__list-total {
	display:flex;
	height:auto;
	justify-content:start;
	align-items:center;
	padding-top:15px;
}
.product-reviews__list-total .request__btn {
	margin-right:30px;
}
.product-reviews__list-total .link__all a{
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.01em;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: var(--middle-blue) !important;
	position:relative;
	max-width:140px;
}
.product-reviews__list-total .link__all span{
	display: block;
	position: absolute;
	top: -7px;
	right: -22px;
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
	color: #fff;
	background: var(--orange);
	border-radius: 100%;
	padding: 4px;

}
@media(max-width:576px){
	.product-reviews__item {
		flex-direction:column;
		padding:15px 20px;
	}
	.product-reviews__item-text {
		font-size:16px;
		line-height:120%
	}
	.product-reviews__item-rating {
		right:12px;
	}
}

/**
блок с видое отзывами
 */
.review {
	position: relative;
}
.reviews-videos-wrapper {
	padding-bottom: 2.5rem;
}
.reviews-videos-wrapper .bx-wrapper .bx-viewport{
	overflow: visible !important;

	border: none;
	box-shadow: none;
	left: 0;
	background: none;

	z-index: 10;
}

.reviews-videos-element{
    max-width: 540px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
    margin-right: 16px;
}

.reviews-videos-element-wrapper {
	display: block;
	height: 360px;
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	width: auto;
}

.reviews-videos-element-video-play {
	position: absolute;
	width: 80px;
	height: 80px;
	/* background: url(/local/templates/supclub/components/bitrix/news.list/video-reviews-new/images/youtube.svg) no-repeat center / contain; */
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	cursor: pointer;
	background: rgba(0,0,0,0.3);
	border-radius: 80px;
}
.reviews-videos-element-video-play::after {
	content: '';
	position: absolute;
	left: calc(50% - 3px);
	bottom: calc(50% - 20px);
	border: 15px solid transparent;
	border-top: 24px solid white;
	transform: rotate(-90deg);
}

.reviews-videos-element-wrapper.open-video .reviews-videos-element-poster{
	display: none;
}

.reviews-videos-element-wrapper.open-video .reviews-videos-element-video-play {
	display: none;
}

.reviews-videos-element-poster {
	display: block;
	width: 100%;
	height: 100%;
}

.reviews-videos-element-poster img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.js-reviews-videos-element-video-youtube {
	width: 100%;
	height: 100%;
}

.reviews-videos-element:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
}

.reviews-videos-element.active-slide:before,
.reviews-videos-element.swiper-slide-active:before,
.reviews-videos-element:hover::before
{
	content: "";
	display: none;
}
.review-video__file{
	display: flex;
	align-content: center;
	justify-content: center;
}
.review-video__file video {
	max-height:75vh;
	margin: 0 auto;
	width: auto;
    border-radius: 25px;
}
.fancybox-skin:has(div.review-video__file) {
	background: transparent;
	box-shadow: none;
}
body {
	overflow-x: hidden;
}
.reviews-videos-block {
	margin-left: calc((100vw - var(--container-width))/-2);
	margin-right: calc((100vw - var(--container-width))/-2);
	margin-bottom: 50px;
}
.reviews-videos-block .bx-wrapper .bx-prev {
	background: url(/local/templates/scnew/components/bitrix/news.list/video-reviews-new/images/arrow_left.png) no-repeat 0;
}

.reviews-videos-block .bx-wrapper .bx-next {
	background: url(/local/templates/scnew/components/bitrix/news.list/video-reviews-new/images/arrow_right.png) no-repeat 0;
}

.reviews-videos-block .bx-wrapper .bx-next:hover {
	background-position:  0;
}

.reviews-videos-block .bx-wrapper .bx-prev:hover {
	background-position:  0;
}

.reviews-videos-wrapper .bx-pager {
	display: none;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0;
	left: 0;
	width: 100%;
}
.reviews-video__name {
	position: absolute;
	width: calc(100% - 3rem);
	bottom: 1rem;
	left: 2rem;
	color: #ffff;
	padding: 0.5rem 0.75rem;
	background-color: #0b61b7;
	border-radius: 1rem;
}
.reviews-videos-wrapper {
    padding-bottom: 2.5rem !important;
}

@media (max-width: 990px) {
	.reviews-videos-element:before {
		content: "";
		display: none;
	}

	.reviews-videos-wrapper .bx-pager {
		display: block;
	}

	.reviews-videos-wrapper .bx-wrapper .bx-viewport {
		overflow: hidden !important;
	}
}
#catalog-page .reviews-videos-wrapper .swiper-slide-duplicate{
    display: none;
}
/* End */
/* /local/templates/scnew/components/bitrix/system.pagenavigation/.default/style.css?17303845203949 */
/* /local/templates/scnew/components/internetclient/super.component/our_team/style.css?17624365802425 */
/* /local/templates/scnew/components/bitrix/news.list/video-reviews-new/style.css?17863545377015 */
