

/* Start:/local/templates/dresscodeV2/components/bitrix/menu/personal/style.css?16274129231686*/
#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:/local/templates/dresscodeV2/components/bitrix/subscribe.edit/.default/style.css?16274129244113*/
#subscribeEdit{
	font-size: 14px;
}

#subscribeEdit h3,
#subscribeEdit h5{
	text-transform: uppercase;
	font-family: 'robotobold';
	letter-spacing: 1px;
	font-weight: 400;
}

#subscribeEdit .first{
	margin-top: 0;
}

#subscribeEdit h3{
	font-size: 16px;
}

#subscribeEdit p{
	font-size: 14px;
}

#subscribeEdit .lb{
	margin: 12px 0px;
	font-size: 14px;
}

#subscribeEdit label{
	font-size: 14px;
	display: block;
}

#subscribeEdit .mCol{
	display: inline-block;
	margin-right: 24px;
}

#subscribeEdit .mCol:last-child{
	margin-right: 0;
}

#subscribeEdit a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #000000;
}

#subscribeEdit input[type="checkbox"] + label,
#subscribeEdit input[type="radio"] + label {
	cursor: pointer;
}

#subscribeEdit input[type="checkbox"]:not(checked),
#subscribeEdit input[type="radio"]:not(checked) {
  position: absolute;
  opacity: 0;
}

#subscribeEdit input[type="checkbox"]:not(checked) + label,
#subscribeEdit input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 28px;
}

#subscribeEdit input[type="checkbox"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/subscribe.edit/.default/images/checkBox.png) 0 0 no-repeat transparent;
}

#subscribeEdit input[type="radio"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/subscribe.edit/.default/images/radio.png) 0 0 no-repeat transparent;
}

#subscribeEdit input[type="checkbox"]:not(checked) + label:before,
#subscribeEdit input[type="radio"]:not(checked) + label:before {
	position: absolute;
	content: " ";
    height: 17px;
	width: 17px;
	left: 0;
	top: 1px;
}

#subscribeEdit input[type="checkbox"]:not(checked) + label:hover:before,
#subscribeEdit input[type="radio"]:not(checked) + label:hover:before {
	background-position: 0 -17px;
}

#subscribeEdit input[type="checkbox"]:checked + label:before,
#subscribeEdit input[type="radio"]:checked + label:before {
	background-position: 0 -34px;
}

#subscribeEdit input[type="checkbox"]:checked + label:hover:before,
#subscribeEdit input[type="radio"]:checked + label:hover:before {
	background-position: 0 -51px;
}

#subscribeEdit input[type="checkbox"]:disabled + label,
#subscribeEdit input[type="radio"]:disabled + label {
	cursor: default;
}

#subscribeEdit input[type="checkbox"]:disabled + label:before,
#subscribeEdit input[type="radio"]:disabled + label:before {
	background-position: 0 -68px !important;
}

#subscribeEdit input[type="text"],
#subscribeEdit input[type="password"] {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f3f3f3;
	margin-bottom: 12px;
	margin-top: 12xp;
	padding: 0 12px;
	width: 420px;
	height: 48px;
	border: 0;
}

#subscribeEdit input[type="text"]:focus,
#subscribeEdit input[type="password"]:focus {
	background-color: #eeeeee;
}

#subscribeEdit .submit {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	line-height: 48px;
	margin-top: 24px;
	cursor: pointer;
	font-size: 14px;
	color: #ffffff;
	height: 48px;
	width: 160px;
	border: 0;
}

#subscribeEdit .submit:active {
	position: relative;
	top: 1px;
}

#subscribeEdit .clear{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid #e7e8ea;
	background: transparent;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin-left: 12px;
	line-height: 48px;
	margin-top: 24px;
	font-size: 14px;
	cursor: pointer;
	color: #000000;
	height: 48px;
	width: 160px;
}

#subscribeEdit .clear:hover {
	border: 1px solid #cccccc;
}

#subscribeEdit .submit:active {
	position: relative;
	top: 1px;
}

div.subscribe-edit .red {
	color:red;
}
div.subscribe-edit .green {
	color:green;
}
div.subscribe-edit .errorcolor {
	color:red;
}
div.subscribe-edit .successcolor {
	color:green;
}

#subscribeEdit .unsubscribe,
#subscribeEdit .activate{
	margin-top: 12px;
}
/* End */
/* /local/templates/dresscodeV2/components/bitrix/menu/personal/style.css?16274129231686 */
/* /local/templates/dresscodeV2/components/bitrix/subscribe.edit/.default/style.css?16274129244113 */
