

/* Start:/local/templates/main/components/bitrix/menu/personal/style.css?16853638701686*/
#personalMenu{
	border-bottom: 1px solid #f1f1f1;
	margin: 0px 0px 24px 0px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

#personalMenu li{
	margin-bottom: 24px;
	margin-right: 24px;
	float: left;
}

#personalMenu li:last-child{
	margin-right: 0;
}

#personalMenu li a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-size: 16px;
	color: #000000;
}

#personalMenu li a:active{
	position: relative;
	top: 1px;
}

#personalMenu li .selected{
	border-bottom: 1px dashed #000000;
	font-family: 'robotobold';
	padding-bottom: 4px;
}

#personalMenu li .selected:hover{
	color: #000000;
}

@media all and (max-width: 1024px) {

	#personalMenuWrap{
		position: relative;
		min-width: 100%;
		overflow: hidden;
		overflow-x: auto;
		height: 40px;
	}

	#personalMenuWrap ul{
		white-space: nowrap;
		overflow: auto;
	}

	#personalMenu li{
		white-space: nowrap;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-right: 18px;
		margin-bottom: 18px;
	}

	#personalMenu::after {
	    background: -moz-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -webkit-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -o-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -ms-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: linear-gradient(to right, rgba(255,255, 255, 0.2), #ffffff 100%);
	    pointer-events: none;
	    position: absolute;
	    right: 0;
	    top: 0;
	    height: 100%;
	    content: '';
	    width: 35px;
	}

}
/* End */


/* Start:/bitrix/components/jcode/photo.comparison/templates/.default/style.css?17490655711293*/
.jcode-photo-comparison {
	max-width: 100%;
	width: 100%;
	user-select: none;
}

.jcode-photo-comparison-center {
	margin: 0 auto;
}

.jcode-photo-comparison-wrap {
	position: relative;
	overflow: hidden;
}

.jcode-photo-comparison-wrap img {
	display: block;
	width: 100%;
	max-width: none;
}

.jcode-photo-comparison-after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	overflow: hidden;
	transition: 1s;
}

.jcode-photo-comparison-after img {
	display: block;
	height: 100%;
	object-fit: cover;
}

.jcode-photo-comparison-controller {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: var(--jcode-controller-width, 4px);
	height: 100%;
	background: var(--jcode-controller-color, #ffffff);
	cursor: ew-resize;
	z-index: 1;
	transition: 1s;
}

.jcode-photo-comparison-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background: var(--jcode-controller-color, #ffffff);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}

.jcode-photo-comparison-button-left,
.jcode-photo-comparison-button-right {
	display: flex;
	cursor: pointer;
}
/* End */
/* /local/templates/main/components/bitrix/menu/personal/style.css?16853638701686 */
/* /bitrix/components/jcode/photo.comparison/templates/.default/style.css?17490655711293 */
