

/* Start:/local/templates/stepsports/css/faq/index.css?17634785445634*/
.faq {
    margin-top: 60px;
    margin-bottom: 100px;
}

.faq__header {
    margin-top: 8px;
    margin-bottom: 40px
}

.faq__header h1 {
    font-weight: bold;
    font-size: 40px;
    letter-spacing: -1px;
}

@media (max-width: 767px) {
    .faq__header {
        margin-bottom: 30px
    }
}

@media (max-width: 1279px) {
    .faq__header h1 {
        font-size: 32px;
        line-height: 44px
    }
}

@media (max-width: 767px) {
    .faq__header h1 {
        font-size: 18px;
        line-height: 25px
    }
}

.faq__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    border-bottom: 1px solid rgba(68, 83, 113, .15);
    margin-bottom: 40px;
    overflow-x: scroll;
}

.faq__filter {
    right: 0;
    /*background-image: -o-linear-gradient(0deg,rgba(244,244,244,0)0,#f4f4f4 10px,#f4f4f4 100%);*/
    /*background-image: linear-gradient(90deg, rgba(244, 244, 244, 0) 0, #f4f4f4 10px, #f4f4f4 100%);*/

}

.faq__filter::-webkit-scrollbar {
    display: none
}

.container.faq__filter--wrap {
    min-height: 50px;
    max-height: 50px;
    line-height: 50px;
    margin-bottom: 40px;
}

.faq__filter--wrap:hover .faq__filter {
    scrollbar-color: #ccc transparent;
    scrollbar-width: thin;
    overflow-x: auto;

}

.faq__filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    gap: 8px;
    border-radius: 12px 12px 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #272727;
    cursor: pointer;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .faq__filter__item {
        font-weight: 500;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        white-space: nowrap
    }
}

.faq__filter__item.active {
    background: #272727;
    color: #fff
}

@media (min-width: 960px) {
    .faq__filter__item:hover:not(.active) {
        background-color: var(--background-elements-hover);
        color: var(--black);
        padding-bottom: 15px;
        border-bottom: 1px solid var(--black)
    }
}

.faq__content, .faq__content__list {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.faq__content {
    display: none;
    -webkit-box-direction: normal;
    gap: 30px;
    margin-bottom: 100px
}

.faq__content.active, .faq__content__card__header__button .add.active, .faq__content__card__header__button .close.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.faq__content h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: -1px;
    color: #272727
}

@media (max-width: 767px) {
    .faq__content h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -1px;
    }
}

.faq__content__list {
    gap: 12px
}

.faq__content__card, .faq__content__card__header, .faq__content__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.faq__content__card {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 20px;
    background: #f7f7f7;
    border-radius: 16px
}

.faq__content__card__header {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media (max-width: 767px) {
    .faq__content__card__header {
        gap: 10px
    }
}

.faq__content__card__header__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #272727
}

@media (max-width: 767px) {
    .faq__content__card__header__title {
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        color: #272727;
        max-width: 245px;
        width: 100%
    }
}

.faq__content__card__header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: #eb262b;
    border-radius: 9px;
    cursor: pointer
}

.faq__content__card__header__button img {
    padding: 10px
}

.faq__content__card__header__button.active {
    background: #272727
}

.faq__content__card__header__button .add, .faq__content__card__header__button .close {
    display: none
}

.faq__content__card__body {
    display: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #7e7e7e
}

.faq__content__card__body.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}


@media (max-width: 767px) {
    .faq__content__card__body {
        font-size: 14px;
        line-height: 20px;
    }
}
/* End */


/* Start:/local/templates/stepsports/components/bitrix/news.list/faq/style.css?17552522503767*/
.news-list { }

.news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-list-item-embed-slider img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.news-list-item-embed-video {
	z-index: 1;
	display: block;
	background: url(/local/templates/stepsports/components/bitrix/news.list/faq/images/bx-video.png) no-repeat center;
	transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-list-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.news-list-slider-slide {
	z-index: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news-list-slider-slide img { border-radius: 3px 3px 0 0; }

.news-list-item-embed-video {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-list-slider-arrow-container-left { left: 0; }

.news-list-slider-arrow-container-right { right: 0; }

.news-list-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow { left: 20px; }

.news-list-slider-arrow-container-right .news-list-slider-arrow { right: 20px; }

.news-list-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-list-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
	background: var(--primary);
	opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li { transition: opacity .3s ease; }

/*endregion*/

.news-list .card-title,
.news-list .card-title a {
	margin: 0;
	padding: 0 0 15px;
	color: var(--primary);
	font: 18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.news-list .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-list-post-params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.news-list-param,
.news-list-value{
	font-size:13px;
	color: #a4a4a4;
	padding-left: 5px;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-list-icon-eye { background-image: url(/local/templates/stepsports/components/bitrix/news.list/faq/images/eye.svg); }

.news-list-icon-calendar { background-image: url(/local/templates/stepsports/components/bitrix/news.list/faq/images/calendar.svg); }

.news-list-icon-tag { background-image: url(/local/templates/stepsports/components/bitrix/news.list/faq/images/tag.svg); }

.news-list-icon-user { background-image: url(/local/templates/stepsports/components/bitrix/news.list/faq/images/user.svg); }

.news-list-icon-comments { background-image: url(/local/templates/stepsports/components/bitrix/news.list/faq/images/comments.svg); }
/* End */
/* /local/templates/stepsports/css/faq/index.css?17634785445634 */
/* /local/templates/stepsports/components/bitrix/news.list/faq/style.css?17552522503767 */
