

/* Start:/local/templates/bikecenter_main/components/bitrix/news/.default/styles.css?17422007888015*/
.news .excerpt {
    border-radius: 10px;
    overflow: hidden;
}

.btn-large {
    border-radius: 10px!important;
}

.excerpts_scrollbar {
    overflow-x: auto;
}

.excerpts {
    height: 480px;
}
.excerpt::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .4;
    z-index: 1;
}

.excerpt_calendar::before {
    content: unset;
}

.excerpt {
    position: relative;
    display: block;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #D1D1D1;
    font-size: 16px;
    line-height: 26px;
    float: left;
    width: 340px;
    height: 220px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.excerpt-l {
    height: 460px;
}

.excerpt-m {
    width: 700px;
    height: 220px;
}

.excerpts_group {
    float: left;
    width: 720px;
}

.excerpt_content {
    padding: 24px 28px 0;
    position: relative;
    z-index: 2;
}

.excerpt-l .excerpt_content,
.excerpt-m .excerpt_content {
    padding: 24px 28px 0;
}

.excerpt h3 {
    min-height: 78px;
}

.excerpt-l h3,
.excerpt-m h3 {
    min-height: 0;
    margin-bottom: 23px;
}

.excerpt h3 a {
    color: #fff;
    transition: all .3s ease;
}

.excerpt h3 a:focus,
.excerpt h3 a:hover {
    color: #ed1c24;
}

.excerpt .news-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 24px;
    color: #FFF;
}

.excerpt-l p {
    margin: 27px 0 23px;
}

.excerpt_date {
    display: flex;
    font-size: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.excerpt_date-icon {
    margin: 2px 12px 0 0;
}

.excerpt_btn {
    padding-top: 53px;
}

@media all and (max-width: 767px) {
    .excerpt_btn {
        padding-top: 20px;
    }
}

.excerpt-w {
    color: #7d7d7d;
}

.excerpt-w h3 a {
    color: #0c1111;
}

.mCustomScrollbar .excerpts {
    width: auto;
    margin-right: -20px;
}

.excerpt-w_m {
    width: 460px;
}


.news {
    margin-left: -20px;
    margin-bottom: 20px;
}

.news .excerpt {
    margin-right: 0;
    margin-left: 20px;
}

.more_excerpts {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: #0c1111;
    color: white;
    border-radius: 10px;
    margin-bottom: 24px;
    transition: all .3s ease;
}
.more_excerpts:hover {
    background-color: #fff;
    color: #0c1111;
    box-shadow: 0 0 4px 4px #bdbdbd4d;
}

.excerpt-hidden {
    display: none;
}

.excerpt_calendar {
    height: 460px;
    padding: 0;
}

.news_single_block {
    padding: 20px;
    background: #fff;
}

.wrapper-news {
    display: flex;
}

.wrapper-news .main_content {
    width: 70%;
}

.wrapper-news .sidebar_right {
    width: 30%;
    padding-left: 20px;
}

.wrapper-news .sidebar_right .excerpt {
    float: inherit;
    width: 100%;
    height: 340px;
}

.news_single_block .article .article_image {
    /*width: 100%;*/
    width: calc(100% + 80px);
    margin: 0 -40px 40px -40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.news_single_block .article .article_image img {
    width: 100%;
}

.news_single_block {
    padding: 0 40px 40px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 60px;
}

.sidebar_right {
    float: right;
    width: 340px;
}

@media all and (max-width: 1200px) {
    .main_content-with_sidebar_right {
        width: 620px;
    }
}

@media all and (max-width: 1000px) {
    .sidebar_right {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .main_content-with_sidebar_right {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width:991px) {
    .wrapper-news {
        flex-direction: column;
    }
    .wrapper-news .main_content {
        width: 100%;
    }
    .wrapper-news .sidebar_right {
        width: 100%;
        padding: 0;
    }
    .wrapper-news .sidebar_right .news_sidebar {
        margin-left: 0;
    }
    .wrapper-news .sidebar_right .excerpt {
        margin-left: 0;
    }
    .wrapper-news .main_content .main_content__c {
        margin-bottom: 30px;
    }
}


@media (max-width: 575px) {
    .wrapper-news .sidebar_right .excerpt {
        height: 250px;
    }
}

.kontent .news-btn {
    color: #fff;
    border: none;
}

.kontent .news-btn:hover {
    color: #fff;
}

.kontentaimg {
    width: 100%;
    text-align: center;
}

.kontentaimg > img {
    width: 100%;
    border-radius: 10px
}

.kontent ul {
    list-style: disc;
    margin-left: 20px;
}


.kontent .kontent__text_bold {
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.kontent .kontent__text {
    font-weight: 400;
}

.kontent .product_details_fancy_link {
    display: inline-block;
    position: relative;
    background: #eee;
    border: 1px solid #ddd;
    padding: 5px 10px 5px 30px;
}

.kontent .product_details_fancy_link:focus,
.kontent .product_details_fancy_link:hover {
    border: 1px solid #ccc;
}

.kontent .product_details_fancy_link::before {
    background-image: url(/local/templates/bikecenter_main/images/sprite.png);
    content: "";
    width: 20px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -80px -295px;
    position: absolute;
    top: 0;
    left: 3px;
}

.kontent img {
    min-height: 1px;
    height: auto !important;
}

.kontent .table_right {
    text-align: right;
    vertical-align: top;
}

.table-velo p {
    margin: 0;
}


.content_feature_wrapper {
    border: 1px solid #f2f3f5;
    vertical-align: middle;
}

.kontentapopup p {
    text-align: justify;
}

.center-img {
    display: block;
    margin: 0 auto;
}


.kontent h3,
.kontent h4,
.page_promo h2 {
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .kontent hr {
        display: none;
    }
}

.video,
.video video {
    width: 100%;
    height: auto;
}

.btn[style*=orange] {
    border: 1px solid orange;
}

.btn[style*=orange]:focus,
.btn[style*=orange]:hover {
    border: 1px solid orange;
    background: #efc520 !important;
}

.dop_vid td,
.kontent .center,
.kontent h3 {
    text-align: center;
}

.kontent a {
    border-bottom: 1px dashed navy;
    color: #303030;
}

.kontentaimg a {
    border-bottom: 0;
}

.kontent h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: lighter;
    text-align: left;
}

.kontent h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
}

.kontent p {
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.kontent img {
    max-width: 100%;
    max-height: 100%;
}

.video {
    display: block;
}


.content_feature_image,
.content_feature_image_sb {
    float: left;
    padding-top: 5px;
    width: calc(13% - 20px);
    margin: 0 20px 20px 0;
}

.content_feature_text {
    float: right;
    width: 87%;
}

.content_feature_text p {
    padding: 0;
}

.content_bike_left,
.content_bike_right {
    text-align: center;
    float: left;
    width: 50%;
    margin-bottom: 25px;
}

.content_bike_right h3 {
    margin-left: 7px;
}

.content_bike_left img,
.content_bike_right img {
    margin: auto;
    width: 97% !important;
}

.content_bike_left img {
    margin-left: 0;
}

.content_bike_right img {
    margin-right: 0;
}

.content_attention_image,
.content_attention_image_plus {
    float: left;
    padding-top: 10px;
    width: 22%;
    text-align: center;
}

.content_bike_right_text {
    float: right;
    width: 77%;
}

/* End */


/* Start:/local/templates/bikecenter_main/components/bitrix/news/.default/bitrix/news.detail/.default/style.css?17279384203431*/
.bx_news_detail {}
.bx_news_detail{
	font-size: 80%;
}
.bx_news_detail h3{margin-top:20px;margin-bottom:10px}

.bx_news_detail p{margin:0 0 10px}

.bx_news_detail .date {
	color: #8f8f8f;
	display: inline-block;
	font-size: 14px;
	padding: 10px 0;
}

.bx_news_detail h2 a:link {
	color: #0073a3;
	font-size: 16px;
}
.bx_news_detail a {
	color: #0073a3;
	cursor: pointer;
}

.bx_news_detail h2{
	color:inherit;
	font-weight:500;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:1.1;
}

.bx_news_detail table tr td {
	border: 1px solid #d3d3d3;
	padding: 3px;
	display: table-cell;
	vertical-align: inherit;
}

.ya-share2 li {
	margin-left: 10px!important;
	margin-right: 10px!important;
}


.swiper-button-next,
.swiper-button-prev {
	width: 24px!important;;
	height: 57px!important;
	background-color: #f2f3f5;
	opacity: 0.5;
	border-radius: 5px;
	position: absolute;
	top: calc(50% - 28.5px);
	z-index: 1;
	cursor: pointer;
	transition: .2s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next:focus,
.swiper-button-prev:focus {
	opacity: 0.9;
}

.swiper-button-next::before,
.swiper-button-prev::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}

.swiper-button-next::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-button-prev::before {
	transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: ""!important;
}

.swiper {
	border-radius: 10px;
}


.swiper img{
	width: 100%;
}

.kontent ul {
	list-style: unset;
}

.icon-date {
	width: 24px;
	height: 24px;
	background-position: -170px -90px;
	margin-right: 10px;
	top: -2px;
}

.excerpt-w .icon-date,
.event_date .icon-date {
	background-position: -200px -90px;
}

.social_share {
	text-align: center;
}

.social_share::after {
	content: '';
	display: table;
	clear: both;
}

.article_share .social_share {
	display: inline-block;
	vertical-align: middle;
}

.article a,
.article a:focus {
	text-decoration: none;
}

.article h1,
.article h2 {
	font-weight: lighter;
}

.article {
	margin-bottom: 40px;
}

.article p,
.article ul {
	font-size: 16px;
	line-height: 26px;
}

.article a {
	color: #39C;
}

.article a:focus,
.article a:hover {
	color: #303030;
}

.article_image {
	margin-bottom: 28px;
}

.article_image img {
	max-width: 100%;
	display: block;
}

.article_date {
	margin-bottom: 17px;
}

.article_share {
	border-top: 1px solid #d1d1d1;
	padding-top: 21px;
	/*padding-bottom: 23px;*/
	margin-bottom: 40px;
}

.article_share_label {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.article_comments {
	margin-bottom: 34px;
}

.article h2 {
	max-width: none;
}

.article_image {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}

.article h2 {
	padding-bottom: 14px;
	padding-right: 0;
}

.article_date {
	padding-top: 0;
	border-top: none;
}

@media all and (max-width: 767px) {
	.article_share_label {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media (max-width: 575px) {
	.article {
		margin-bottom: 30px;
	}
}


/* End */


/* Start:/local/templates/bikecenter_main/components/bitrix/system.pagenavigation/arrows/style.css?17544860792959*/
.catalog_control-bottom {
    width: 100%;
    margin: 0 0 50px 0;
}

.catalog_control__pagination {
    width: 100%;
    display: block;
}

.catalog_control__pagination .pagination {
    display: flex;
    justify-content: center;
    gap: 28px;
    padding-left: 5px;
}

@media (max-width: 1350px) {
    .catalog_control__pagination .pagination {
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .catalog_control__pagination .pagination {
        gap: 4px;
    }
}



.pagination__bullets {
    display: flex;
    justify-content: center;
    gap: 20px;
}
@media (max-width: 1350px) {
    .pagination__bullets {
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .pagination__bullets {
        gap: 4px;
    }
}

@media (max-width: 900px) {
    .pagination__bullets {
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
    .pagination__bullets {
        flex: 0 1 36px;
    }
}

@media (max-width: 450px) {
    .pagination__bullets {
        flex: 1 1 100%;
    }
}

.link-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    max-width: 36px;
    height: 36px;
    border-radius: 7px;
    background-color: transparent;
    color: #333333;
    border: none ;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 900px) {
    .link-pagination {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .link-pagination {
        width: 36px;
    }
}

@media (max-width: 450px) {
    .link-pagination {
        width: 100%;
    }
}

.link-pagination.active,
.link-pagination:hover,
.link-pagination:focus{
    background-color: #FFFFFF;
    font-weight: 700;
}

.pagination-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 30px;
    border-radius: 7px;
    background-color: #FFFFFF;
    color: #333333;
    border: none ;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    gap: 32px;
    transition: all 0.3s ease-in-out;
}

.pagination-btn .decor-el {
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    margin-top: 1px;
}

.pagination_next .decor-el {
    transform: rotate(45deg);
}

.pagination_prev .decor-el {
    transform: rotate(225deg);
}

@media (max-width: 1170px) {
    .pagination_mob-hide {
        display: none;
    }

    .catalog_control__pagination .pagination_next,
    .catalog_control__pagination .pagination_prev {
        padding: 0 15px !important;
        background-color: #333 !important;
        color: #fff;
    }

    .catalog_control__pagination .pagination_next .decor-el,
    .catalog_control__pagination .pagination_prev .decor-el {
        border-color: #fff;
    }
}

/* End */


/* Start:/local/templates/bikecenter_main/components/bitrix/news.list/news_sidebar/style.css?17459951681140*/
.bx_news {list-style: none !important;}
.bx_news{
	font-size: 80%;
}

.bx_news h3{font-size:24px}
.bx_news h3{margin-top:20px;margin-bottom:10px}

.bx_news p{margin:0 0 10px}

.bx_news .date {
	color: #8f8f8f;
	display: inline-block;
	font-size: 14px;
	padding: 10px 0;
}

.bx_news h3 a:link {
	color: #0073a3;
	font-size: 16px;
}
.bx_news a {
	color: #0073a3;
	cursor: pointer;
}

.bx_news h3 {
	display: inline-block;
	margin-top: 15px;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: bold;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:1.1;
	color:inherit;
}

.excerpt {
	border-radius: 10px;
	overflow: hidden;
}

.news_sidebar .excerpt {
	margin-right: 0;
}
@media all and (max-width: 1000px) {
	/*.news_sidebar {*/
	/*	margin-left: -20px;*/
	/*}*/

	.news_sidebar:after {
		content: '';
		display: table;
		clear: both;
	}

	.news_sidebar .excerpt {
		/*margin-left: 20px;*/
		width: 365px;
	}
}

@media all and (max-width: 767px) {
	.news_sidebar {
		margin-left: 0;
	}

	.news_sidebar .excerpt {
		margin-left: 0;
		width: 100%;
	}
}
/* End */
/* /local/templates/bikecenter_main/components/bitrix/news/.default/styles.css?17422007888015 */
/* /local/templates/bikecenter_main/components/bitrix/news/.default/bitrix/news.detail/.default/style.css?17279384203431 */
/* /local/templates/bikecenter_main/components/bitrix/system.pagenavigation/arrows/style.css?17544860792959 */
/* /local/templates/bikecenter_main/components/bitrix/news.list/news_sidebar/style.css?17459951681140 */
