body {
	font-family: 'Arial', 'Times New Roman', sans-serif;
}

@font-face {
	font-family: "Arial Narrow";
	src: url("/css/users/fonts/ARIALN.TTF"),
	url("/css/users/fonts/ARIALN.eot"),
	url("/css/users/fonts/ARIALN.woff");
}

.main-content.clearfix .main-right-column.second-right.clearfix {
	font-size:	14px;
	font-family:'Arial', sans-serif;
	color:		#555555;
}

.search-wrapper {
	padding:	4px 30px 4px 4px;
	background:	#d1e0e8;
	position:	relative;
}

.seo-keys {
	float:		left;
	width:		685px;
	margin:		0 0 0 -231px;
	padding:	0;
}

.seo-keys li {
	display:	inline-block;
	font:		11px 'Arial';
	color:		#a4a198;
}

.seo-keys li a {
	color: #ffffff;
}

.templates_buttons {
	font-size:	14px;
}

.header-bottom-section {
	background: #2e749f;
	padding: 0;
	padding-bottom: 0;
	height: 95px;
	border-bottom: 1px solid #cacaca;
}

.info-list {
	padding: 0;
	margin: 10px 0 0;
	font: 15px 'PT Sans Narrow';
	color: #333333;
	text-decoration: underline;
}

/***************************
/* ������ ��� ������������ *
***************************/

#mybox {
	background: url( '/images/users/content-background.jpg' );
	border-bottom: 2px solid #204e8a;
	height: 162px;
	position: fixed;
	width: 100%;
	z-index: 9949;
}

#mybox .impaired-vers_block {
	max-width: 970px;
	margin: 0 auto;
	font-size: 14px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	align-items:

}

.impaired-vers_column {
	display: inline-block;
	text-align: center;
	padding: 14px 0 0;
	width: auto;
	height: 40px;
	font-size: 14px;
}

/* .impaired-vers_column:first-of-type {
	/* text-align: left; */
	width: 320px;
}

.impaired-vers_column:last-of-type {
	/* text-align: right; */
	width: 320px;
} */

.impaired-vers_title {
	font-size: 14px;
	color: #555555;
}

.impaired-vers_button {
	background: url( '/images/glasses.png' ) no-repeat 65% 4px;
}

.impaired-vers_button a {
	font-size: 14px;
	padding: 0 50px 0 0;
	color: #555555;
	text-decoration: none;
	font-family: 'Arial';
}

.impaired-vers_color-theme {
	padding: 5px;
	border: 1px solid #eeeeee;
	cursor: pointer;
	text-decoration: none;
	box-sizing: border-box;
}

.impaired-vers_color-white {
	background: #fff;
	color: #000;
}

.impaired-vers_color-black {
	background: #000;
	color: #fff;
}

.impaired-vers_fonts-small {
	font-size: 16px;
	font-weight: normal;
	color: #555555;
	border: 1px solid #cacaca;
	background: #FFF;
	padding: 1px 6px;
	text-decoration: underline;
}

.impaired-vers_fonts-medium {
	font-size: 18px;
	font-weight: normal;
	color: #555555;
	padding: 1px 7px;
	text-decoration: none;
	background: none;
	border: none;
}

.impaired-vers_fonts-medium:hover {
	border: 1px solid #cacaca;
	background: #FFF;
	padding: 1px 6px;
}

.impaired-vers_fonts-large {
	font-size: 22px;
	font-weight: normal;
	color: #555555;
	padding: 1px 7px;
	text-decoration: none;
	background: none;
	border: none;
}

.impaired-vers_fonts-large:hover {
	border: 1px solid #cacaca;
	background: #FFF;
	padding: 1px 6px;
}

.can-toggle {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.can-toggle *, .can-toggle *:before, .can-toggle *:after {
	box-sizing: border-box;
}

.can-toggle input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.can-toggle label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.can-toggle label .can-toggle__switch {
	position: relative;
}

.can-toggle label .can-toggle__switch:before {
	content: attr(data-checked);
	position: absolute;
	top: 0;
	text-transform: uppercase;
	text-align: center;
}

.can-toggle label .can-toggle__switch:after {
	content: attr(data-unchecked);
	position: absolute;
	z-index: 5;
	text-transform: uppercase;
	text-align: center;
	background: white;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.can-toggle.demo-rebrand-2 input[type="checkbox"][disabled] ~ label {
	color: rgba(68, 68, 68, 0.5);
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch {
	background-color: #b9b9b9;
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
	color: #2b2b2b;
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label {
	color: #373737;
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label:hover {
	color: #62b125;
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch {
	background-color: #2e749f;
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
	color: #5da924;
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
	background-color: #2e749f;
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
	color: #52941f;
}

.can-toggle.demo-rebrand-2 label .can-toggle__switch {
	-webkit-transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	background: #b9b9b9;
}

.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
	color: rgba(255, 255, 255, 0.7);
}

.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	color: #444;
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
	-webkit-transform: translate3d(16px, 0, 0);
	transform: translate3d(16px, 0, 0);
}

.can-toggle.demo-rebrand-2 label .can-toggle__switch {
	height: 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 35px;
	-ms-flex: 0 0 35px;
	flex: 0 0 35px;
	border-radius: 60px;
	box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.4);
}

.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
	left: 17px;
	width: 26px;
	height: 25px;
	font-size: 0;
}

.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
	content: "";
	position: absolute;
	top: 2px;
	left: -1px;
	width: 20px;
	height: 17px;
	background: url("/images/users/notific-check.png");
	background-size: cover;
	cursor: pointer;
}
.lang {
	/*margin-right: 20px;*/
	background: url(/images/users/eng-open.png) no-repeat;
	width: 106px;
	height: 38px;
}
.lang > img {
    position: relative;
    top: 7px;
    left: 10px;
}
.lang ul {
	padding: 0;
	margin: 11px 0 0 0;
	background: #fbfced;
}
.lang li {
    display: inline-block;
        width: 100%;
}
.lang li a {
	float: left;
	display: inline-block;
    width: 100%;
    padding: 10px 0 0 0;
    height: 28px;
	background: none;
	color: #2e749f;
	text-transform: uppercase;
	font-size: 12px;
}
.lang li a img {
	vertical-align: middle;
	    margin-right: 10px;
    margin-left: 10px;
}
.lang ul {
	height: 0px;
	overflow: hidden;
	    position: absolute;
    width: 106px;
}
.open-lang ul {
	height: auto;
}
