

/* Start:/bitrix/templates/personal_site/components/bitrix/catalog/catalog_articles/bitrix/catalog.element/temp_copy/style.css?17446405344785*/
@font-face{font-family:RUB;src:url(/bitrix/templates/personal_site/dist/fonts/rubsn.otf);font-display: swap;}

#articlePage .articlePageSlider{
    margin-bottom: 18px;
}

#articlePage .articlePageSliderNumbers{
    margin: 26px 0 20px;
    text-align: center;
    font-size: 30px;
    color: #686f78;
}

#articlePage .articlePageSliderContainer .slick-next:before,
#articlePage .articlePageSliderContainer .slick-prev:before{
    content:"";
}

#articlePage .articlePageSliderContainer .slick-prev{
    position: absolute;
    top:50%;
    left: -35px;
    margin-top: -30px;
    width:60px;
    height:60px;
    z-index: 40;
    background: url("/bitrix/templates/personal_site/html/img/slider-arrow.svg") no-repeat 0 0 / 60px 60px; 
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    padding: 0;
	font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
}

#articlePage .articlePageSliderContainer .slick-prev{left: -35px;} 
#articlePage .articlePageSliderContainer .slick-next{right: -35px;}

#articlePage .articlePageSliderContainer .slick-next{
    position: absolute;
    top:50%;
    right: -35px;
	margin-top: -30px;
    width:60px;
    height:60px;
    z-index: 40;
    background: url("/bitrix/templates/personal_site/html/img/slider-arrow.svg") no-repeat 0 0 / 60px 60px;
    padding: 0;
	font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
}

#articlePage .articlePageProducts{
    background: #f5f7fc;
    padding: 51px 0 60px;
    margin-top: 15px;
}

#articlePage .articlePageProductsOne{
    margin: 20px 0;
    padding: 0 12px;
}

#articlePage .articlePageProductsOne a{
    text-decoration: none;
    color:#1d1d1d;
    background: #fff;
    display: block;
    transition: ease-in 0.1s all;
}

#articlePage .articlePageProductsOne a:hover{
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
}

#articlePage .articlePageProductsOne img{
    display: block;
    width:100%;
}

#articlePage .articlePageProductsOneBottom{
    background: #fff;
    padding: 26px 27px;
    display: block;
}

#articlePage .articlePageProductsOneBottomTitle{
    font-size: 16px;
    line-height: 24px;
}

#articlePage .articlePageProductsOneBottomCost{
    font-size: 30px;
    line-height: 24px;
    padding: 6px 0 4px;
}

.catalogPageListOne {
	
	padding: 0;
	background: #fff;
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	text-decoration: none;
	/*
	margin: 30px 11px 0;
	flex-basis: calc(100% - 22px);
	max-width: calc(100% - 22px);*/
}
.catalogPageListOneImage {
	overflow: hidden;
	position: relative;
	background: #fff;
	text-align: center;
}
.catalogPageListOneImageCategory {
	position: absolute;
	z-index: 60;
	left: 18px;
	background: #fff;
	border-radius: 15px;
	width: 82px;
	text-align: center;
	text-decoration: none;
	height: 27px;
	font-weight: 300;
	line-height: 27px;
	font-size: 13px;
}
.catalogPageListOneImageCategory.nth1 {
	top: 25px;
}
.catalogPageListOneImageCategory.nth2 {
	top: 57px;
}
.catalogPageListOneImageCategory.new {
	color: #729b0e;
}
.catalogPageListOneImageCategory.sale {
	color: #e96e00;
}
.catalogPageListOneImageList button {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	padding: 0;
	overflow: hidden;
	text-indent: -999px;
	opacity: 0.5;
	display: none !important;
	z-index: 50;
	width: 10px;
	height: 18px;
	padding: 20px;
}
.catalogPageListOneImage:hover button {
	display: block !important;
}
.catalogPageListOneImageList button:hover {
	opacity: 1;
}
.catalogPageListOneImageList button.slick-prev {
	left: 5px;
	background: url(/bitrix/templates/personal_site/dist/img/product-slick-prev.svg) no-repeat 50% 50%/10px 18px;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px dashed #9198a9;
}
.catalogPageListOneImageList button.slick-next {
	right: 5px;
	background: url(/bitrix/templates/personal_site/dist/img/product-slick-next.svg) no-repeat 50% 50%/10px 18px;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px dashed #9198a9;
}
.catalogPageListOneArticle {
	padding: 22px 27px 0;
	font-size: 14px;
	line-height: 17px;
	color: #9198a9;
	font-weight: 300;
}
.catalogPageListOneTitle {
	font-size: 16px;
	color: #313a4c;
	font-weight: 300;
	line-height: 20px;
	padding: 10px 27px 0;
}
.catalogPageListOneCost {
	font-size: 30px;
	line-height: 30px;
	color: #313a4c;
	font-weight: 300;
	padding: 15px 27px 30px;
}
/* End */


/* Start:/bitrix/templates/personal_site/components/bitrix/main.share/.default/style.css?1560766506641*/
.b_shareBlock{background:#f5f7fc;font-size:30px;text-align:center;font-weight:300;padding:33px 0;}
.b_shareBlock span{margin-right:6px;}
.b_shareBlock .fl_container > *{vertical-align:middle;display:inline-block;line-height:43px;}
.b_shareBlock a{margin:0 6px;}
.b_shareBlock__links{margin-top:10px;}
.b_shareBlock__links a{display:inline-block;}
.b_shareBlock__links a svg{width:44px;height:44px;}
.b_shareBlock__links a.vk svg *{fill:#3d5aa8;}
.b_shareBlock__links a.ok svg *{fill:#ed812b;}
.b_shareBlock__links a.fb svg *{fill:#4b64a6;}
@media screen and (max-width:768px){
.b_shareBlock span{font-size:22px;margin-right:0;}
}
/* End */
/* /bitrix/templates/personal_site/components/bitrix/catalog/catalog_articles/bitrix/catalog.element/temp_copy/style.css?17446405344785 */
/* /bitrix/templates/personal_site/components/bitrix/main.share/.default/style.css?1560766506641 */
