

/* Start:/local/templates/universe_s1/components/bitrix/news/blog-width-goods/style.css?1582568308170*/
.share-section-description {
    font-size: 14px;
    line-height: 1.5;
    color: #505358;
    padding-bottom: 30px;
}
.news-list .news-list-title {
    display: none;
}
/* End */


/* Start:/local/templates/universe_s1/components/bitrix/news/blog-width-goods/bitrix/news.detail/.default/style.css?15825683082246*/
.share-img-full {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
}
.share-img-full .share-img-full-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.share .share-img .share-img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.share .share-period {
    padding-top: 15px;
    font-size: 14px;
    font-weight: 500;
}
.share .share-preview{
    width: 100%;
    margin: 20px 0 35px 0;
    border-top: 1px solid #E0E0E0;
}
.share-header-products {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin: 30px auto;
    text-align: center;
}
.hr-sale {
    border-top: 1px solid #E0E0E0;
    margin: 35px 0;
}
.share-back-link {
    float: left;
    display: block;
    font-weight: bold;
    color: #414141;
    text-decoration: none!important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.share-back-link .back-link-icon {
    display: inline-block;
    font-size: 27px;
    vertical-align: middle;
    padding-bottom: 5px;
    margin-right: 15px;
}
.share-back-link .back-link-text {
    display: inline-block;
    vertical-align: middle;
}
.share-social-block {
    float: right;
}
.share-social-block .social-block-header {
    display: inline-block;
    font-size: 12px;
    color: #a4a4a4;
    padding-bottom: 2px;
    vertical-align: middle;
}
.share-social-block .social-detail-share {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.share-products-block {
    margin-top: 30px;
}
@media all and (max-width: 600px) {
    .intec-adaptive .share-back-link {
        float: none;
        display: inline-block;
    }
    .intec-adaptive .share-social-block {
        float: none;
        margin-top: 25px;
    }
    .intec-adaptive .share-social-block .social-block-header {
        display: block;
        padding-left: 5px;
        padding-bottom: 0;
    }
    .intec-adaptive .share-social-block .social-detail-share {
        margin-left: 0;
    }
}
/* End */


/* Start:/local/templates/universe_s1/components/bitrix/system.pagenavigation/.default/style.css?15825683074260*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	font-weight:bold;
	color: #000;
	font-size: 14px;
	border-radius: 4px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
	border:1px  solid transparent;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev {
	vertical-align:bottom;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	opacity:1;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover {
	border:1px solid #ccc;
	border-radius: 3px;
}
/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	opacity:0.4;
	height: 31px;
	background: url(/local/templates/universe_s1/components/bitrix/system.pagenavigation/.default/image/arrow_right.png) no-repeat center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	height: 31px;
	opacity:0.4;
	background: url(/local/templates/universe_s1/components/bitrix/system.pagenavigation/.default/image/arrow_left.png) no-repeat center;
}
.show-more.show-more-btn {
	display:block;
	position:relative;
	cursor:pointer;
	width: 150px;
	margin: 15px auto;
	text-align: center;
	color: #0a56d3;
	font-size:14px;
	font-weight: bold;
}
.show-more.show-more-btn.disabled {
	width: 30px;
	height: 30px;
	padding: 0;
	background-image: url("/local/templates/universe_s1/images/loading_min.gif");
	background-size: cover;
}
.show-more.show-more-btn i {
	background: #0a56d3;
	border-radius: 100%;
	padding: 6px;
	color: #fff;
	margin-right: 7px;
	font-size: 16px;
	line-height: 0;
	display: inline-block;
	width: 28px;
}
.show-more-btn:hover i:before {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media screen and (max-width: 480px) {
	.bx-pagination .bx-pagination-container ul {
		display: flex;
		justify-content: center;
	}
	.bx-pagination .bx-pagination-container ul li {
		margin: 0 0 15px 0;
	}
	.bx-pagination .bx-pagination-container ul li span,
	.bx-pagination .bx-pagination-container ul li a {
		min-width: 30px;
	}
}
/* End */


/* Start:/local/templates/universe_s1/components/bitrix/catalog.section/small-share/style.css?15825683074304*/
.share-products-block .products-element {
    width: 25%;
    float: left;
    padding: 10px;
}
.share-products-block .products-element .element-wrapper {
    padding: 25px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.share-products-block .products-element .element-wrapper:hover {
    box-shadow: 3px 3px 15px rgba(0,0,0, 0.25);
    margin: -10px;
    padding: 35px;
}
.share-products-block .products-element .element-img {
    position: relative;
    display: block;
    padding-top: 100%;
}
.share-products-block .products-element .element-img a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    text-decoration: none;
}
.share-products-block .products-element .element-img img {
    max-width: 100%;
    max-height: 100%;
}
.share-products-block .products-element .element-text {
    padding-top: 5px;
    height: 72px;
}
.share-products-block .products-element .element-text .text-name {
    display: block;
    font-size: 17px;
    max-height: 48px;
    overflow: hidden;
}
.share-products-block .products-element .element-text .text-name a {
    color: #343434;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.share-products-block .products-element .element-text .text-section {
    display: block;
    line-height: 1;
    padding-top: 5px;
}
.share-products-block .products-element .element-text .text-section a {
    display: inline-block;
    color: #777;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.share-products-block .products-element .price-block {
    padding-top: 15px;
}
.share-products-block .products-element .price-block .price {
    height: 30px;
    padding-top: 10px;
    padding-right: 40px;
    position: relative;
}
.share-products-block .products-element .price-block .price .new-price {
    display: inline-block;
    font-size: 18px;
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
}
.share-products-block .products-element .price-block .price .old-price {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    color: #f00;
    vertical-align: middle;
}
.share-products-block .products-element .price-block .price .element-buy {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 3px;
    cursor: pointer;
}
.share-products-block .products-element .price-block .price .element-buy.add[data-basket-add][data-basket-in=false],
.share-products-block .products-element .price-block .price .element-buy.added[data-basket-add][data-basket-in=true] {
    display: inline-block;
}
.share-products-block .products-element .price-block .price .element-buy.add[data-basket-add][data-basket-in=true],
.share-products-block .products-element .price-block .price .element-buy.added[data-basket-add][data-basket-in=false] {
    display: none;
}
.share-products-block .products-element .price-block .price .element-buy.active {
    background: #116afc;
}
.share-products-block .products-element .price-block .price .element-buy.added {
    color: #fff;
}


@media all and (max-width: 800px) {
    .share-products-block .products-element {
        width: 33.333333%;
    }
}
@media all and (max-width: 700px) {
    .share-products-block .products-element {
        width: 50%;
    }
    .share-products-block .products-element .element-text .text-name {
        font-size: 15px;
        max-height: 42px;
    }
    .share-products-block .products-element .element-text .text-section {
        font-size: 13px;
    }
    .share-products-block .products-element .price-block .price .new-price {
        font-size: 15px;
    }
    .share-products-block .products-element .price-block .price .old-price {
        font-size: 11px;
    }
    .share-products-block .products-element .price-block {
        padding-top: 0;
    }
}
@media all and (max-width: 500px) {
    .share-products-block .products-element {
        width: 100%;
    }
    .share-products-block .products-element .element-img {
        padding-top: 70%;
    }
}
/* End */


/* Start:/local/components/logictim/bonus.socials/templates/.default/style.css?1595330455845*/
.social-buttons {
    display: flex;
    justify-content: flex-end;
	position:relative;
}

.social-buttons .button {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 0 0 20px;
    vertical-align: middle;
    background: #969696;
    cursor: pointer;
    overflow: hidden;
}

.button.facebook {
    background: #486194 url("/local/components/logictim/bonus.socials/templates/.default/images/facebook.png") no-repeat center;
}

.button.odnoklassniki {
    background: #ff9c43 url("/local/components/logictim/bonus.socials/templates/.default/images/odnoklassniki.png") no-repeat center;
}

.button.vk {
    background: #6896c7 url("/local/components/logictim/bonus.socials/templates/.default/images/vk.png") no-repeat center;
}

.button.success {
    background-color: #4fc761;
}

.button:not(.active) {
    cursor: not-allowed;
    background-color: #969696;
}

@media screen and(max-width: 768px) {
    .social-buttons {
        margin-bottom: 20px;
    }
}
/* End */
/* /local/templates/universe_s1/components/bitrix/news/blog-width-goods/style.css?1582568308170 */
/* /local/templates/universe_s1/components/bitrix/news/blog-width-goods/bitrix/news.detail/.default/style.css?15825683082246 */
/* /local/templates/universe_s1/components/bitrix/system.pagenavigation/.default/style.css?15825683074260 */
/* /local/templates/universe_s1/components/bitrix/catalog.section/small-share/style.css?15825683074304 */
/* /local/components/logictim/bonus.socials/templates/.default/style.css?1595330455845 */
