 .breadCrumbs li {
	margin-top: 21px;
 }
 div.bread_crumbs {
	margin-bottom: 0;
	padding-bottom: 10px;
 }
 /*index start */
.info {
	background-color: #f3f3f3;
	padding-top: 45px;
	margin-top: 31px;
	margin-bottom: 25px;
}
.info__container {
	padding-left: 10px;
	padding-right: 15px;
}
.info__title {
	font-family: 'Segoe-UI-Black';
	display: block;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 15px;
	margin-bottom: 26px;
}
.info__text {
	padding: 0;
	line-height: 24px;
	text-align: left;
	font-size: 15px;
}
.info__link {
	padding: 0;
	line-height: 24px;
	text-align: left;
	font-size: 15px;
	color: #000;
}
.info__description {
	margin-bottom: 34px;
}
.info__contact {
	margin-top: 14px;
	margin-bottom: 14px;
}
.info__btn {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 17px;
	height: 40px;
	line-height: 38px;
	display: inline-block;
	text-transform: uppercase;
	padding: 0 12px;
	border: 1px solid #bf1116;
	color: #fff;
	background: #bf1116;
	margin: auto;
	display: block;
	width: 100%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.info__btn:hover {
	background: #fff;
	color: #bf1116;
}
.info__prewiev {
	background-repeat: no-repeat;
	min-height: 228px;
	background-position: -128px 0px;
	margin-bottom: 30px;
	margin-top: 41px;
}
.infoAcquaintance__item {
	margin-bottom: 24px;
}
.infoAcquaintance__item--annex {
	margin-bottom: 32px;
}
.infoAcquaintance__text {
	padding: 0;
	line-height: 24px;
	text-align: left;
	font-size: 15px;
}
/* index end */
/* personal start 320*/
div.personal__container {
	padding-left: 8px;
	padding-right: 8px;
}
.personalHeader__title {
	font-family: 'Segoe-UI-Black';
	text-transform: uppercase;
	color: #000000;
	font-size: 25px;
	letter-spacing: 5px;
	padding-right: 20px;
	line-height: 30px;
	margin-bottom: 45px;

}
.personalHeaderMenu__item {
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	padding: 0;
	background-color: #f3f3f3;
	text-align: center;
	height: 40px;
}
.personalHeaderMenu__item::before,
.personalHeaderMenu__item::after {
	content: "";
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	background: #f3f3f3;
	z-index: -1;
	top: 0;
}
.personalHeaderMenu__item::before {
	left: -8px;
}
.personalHeaderMenu__item::after {
	right: -7px;
}
.personalHeaderMenu__item.current {
	background: #bf1116;
}
.personalHeaderMenu__item--registration {
	display: none;
}
.personalHeaderMenu__item.current::before,
.personalHeaderMenu__item.current::after {
	background: #bf1116;
}
.personalHeaderMenu__link {
	position: relative;
	letter-spacing: 1px;
	color: #555555;
	cursor: pointer;
	font-family: 'Segoe_UI_Semibold';
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 11px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	text-align: center;
	text-transform: uppercase;
	/*background-color: #f3f3f3;*/
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
	max-width: 300px;
	overflow: hidden;
}
.personalHeaderMenu__iconArrow {
	-webkit-transition: all 0.24s;
	-o-transition: all 0.24s;
	transition: all 0.24s;
	position: absolute;
	width: 11px;
	height: 10px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	fill: #555555;
    left: auto;
    right: 5px;
    top: 15px;
}
.personalHeaderMenu__item.current .personalHeaderMenu__iconArrow {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	top: 15px;
	fill: #fff;
}
.personalHeaderMenu__item.current .personalHeaderMenu__link {
		/*background: #bf1116;*/
		color: #fff;
}
.personal__footer {
	background-color: #f3f3f3;
	text-align: center;
	position: relative;
}
.personal__footer::after,
.personal__footer::before {
	content: "";
	position: absolute;
	top: 0;
	background-color: #f3f3f3;
	width: 50%;
	height: 100%;
	z-index: -1;
}
.personal__footer::before {
	left: -8px;
}
.personal__footer::after {
	right: -8px;
}
.personalFooter__link {
	color: #606060;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Segoe_UI_Semibold';
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	padding-left: 0;
	padding-right: 0;
	display: inline-block;
}
.personalFooter__linkText {
	display: inline-block;
	padding-right: 20px;
	position: relative;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.personal__iconArrow {
	-webkit-transition: all 0.24s;
	-o-transition: all 0.24s;
	transition: all 0.24s;
	position: absolute;
	right: 3px;
	top: 8px;
	height: 7px;
	width: 11px;
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
	fill: #555555;
}
/* personal end 320*/
/*Authorization start */
.authorization {
	max-width: 817px;
}
.formAuthorization {
	margin-top: 40px;
	margin-bottom: 29px;
}
.restoringForm::before,
.restoringForm::after {
	content: none;
}
.formRegistration {
	margin-top: 22px;
	margin-bottom: 42px;
}
.formGroup {
	margin-bottom: 40px;
	position: relative;
}
.formGroup .help-block {
	color: red;
}
.formGroup__name {
	font-family: 'Segoe-UI-Black';
	line-height: 24px;
	font-size: 18px;
	display: block;
	padding-left: 3px;
	margin-bottom: 15px;
}
.formGroup__inputWrapper {
	display: block;
	height: 40px;
	padding-left: 2px;
	padding-right: 1px;
}
.formGroup__input,
.formGroup__input[type=text] {
	border: 1px solid #000000;
	height: 100%;
	padding-left: 15px;
	padding-right: 40px;
	padding-top: 0;
	border-radius: 0;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	color: #000;
}
.formGroup__input:focus::-webkit-input-placeholder,
.formGroup__input[type=text]:focus::-webkit-input-placeholder {
	color: transparent;
}
.formGroup__input:focus:-ms-input-placeholder,
.formGroup__input[type=text]:focus:-ms-input-placeholder {
	color: transparent;
}
.formGroup__input:focus::-ms-input-placeholder,
.formGroup__input[type=text]:focus::-ms-input-placeholder {
	color: transparent;
}
.formGroup__input:focus::placeholder,
.formGroup__input[type=text]:focus::placeholder {
	color: transparent;
}
.formGroup input[type=text] {
	margin: auto;
	background: transparent;
}
.authorizationGroup {
	margin-bottom: 30px;

}
.formAuthorization__btn {
	outline: none;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	font-family: 'Segoe_UI_Semibold';
	font-size: 14px;
	letter-spacing: 1px;
	background: #bf1116;
	padding: 10px 28px;
	margin-top: 40px;
	color: #fff;
	border: 1px solid #bf1116;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer;
}
.formAuthorization__btn:hover {
	background-color: #fff;
	color: #bf1116;
}
.formAuthorization__link {
	display: block;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #bf1116;
	font-size: 15px;
	text-decoration: underline;
	line-height: 24px;
	margin-top: 19px;
	padding-right: 4px;
}
.restoringForm {
	background-color: #f3f3f3;
	padding-left: 6px;
	padding-top: 23px;
	padding-right: 7px;
	position: relative;
	padding-bottom: 31px;
	margin-bottom: 39px;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.restoringForm.current {
	display: block;
	opacity: 1;
	-webkit-animation-name: opacity;
	        animation-name: opacity;
	-webkit-animation-duration: .3s;
	        animation-duration: .3s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
@-webkit-keyframes opacity {
	0% {
		opacity: 0;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}
@keyframes opacity {
	0% {
		opacity: 0;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}
.restoringForm::before,
.restoringForm::after {
	content: "";
	position: absolute;
	top:0;
	height: 100%;
	width: 50%;
	background-color: #f3f3f3;
	z-index: -1;
}
.restoringForm::before {
	left: -8px;
}
.restoringForm::after {
	right: -8px;
}
.restoringForm__title {
	font-family: 'Segoe_UI_Semibold';
	font-size: 18px;
	line-height: 24px;
	display: block;
	margin-bottom: 20px;
	letter-spacing: 0.9px;
}
.restoringForm__text {
	font-size: 16px;
	line-height: 24px;
	padding-right: 20px;
	display: block;
	letter-spacing: -0.4px;
	margin-bottom: 15px;
}
.restoringForm__buttons {
	margin-top: -20px;
}
.restoringForm__btn {
	outline: none;
	text-transform: uppercase;
	display: block;
	font-family: 'Segoe_UI_Semibold';
	font-size: 14px;
	letter-spacing: 1px;
	background: #bf1116;
	padding: 10px;
	color: #fff;
	border: 1px solid #bf1116;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer;
}
.restoringForm__btn:hover {
	background-color: #fff;
	color: #bf1116;
}
/* Authorization end */
/* registration start */
.formGroup__subName {
	font-size: 18px;
	display: block;
	margin-top: -2px;
	margin-bottom: 15px;
	letter-spacing: 0.1px;
	color: #555555;
	font-family: sans-serif;
}
.registrationGroup {
	margin-bottom: 20px;
}
.registrationGroup--arrow {
	margin-top: -20px;
	margin-bottom: 39px;
}
.registrationGroup--index {
	margin-top: -18px;
	margin-bottom: 20px;
}
.registrationGroup--indentation {
	margin-top: -20px;
}
.formRegistration__left--lastGroup {
	margin-bottom: 19px;
}
.formGroup__characters {
	font-size: 18px;
	color: #555555;
	font-family: sans-serif;
	letter-spacing: -0.2px;
}
.formGroup__sup {
	color: #bf1116;
}
.formGroup--registrationName {
	margin-top: -20px;
	margin-bottom: 20px;
}
.checkboxGroup {
	margin-top: -21px;
	margin-bottom: 3px;
}
.checkboxGroup .help-block {
	position: absolute;
	width: 300px;
	bottom: 0;
	left: 0;
}
.checkboxGroup__wrapper {
	margin-top: 20px;
}
.checkboxGroup__item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 49%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding-bottom: 20px;
}
.checkboxGroup__item--right {
	margin-left: 17px;
	width: 44%;
}
.checkboxGroup__label {
	display: inline-block;
	height: 20px;
	width: auto;
	cursor: pointer;
}
.checkboxGroup__checkbox {
	position: absolute;
	left: -99999px;
}
.checkboxGroup__circle {
	position: absolute;
	height: 20px;
	width: 20px;
	border: 1px solid #000;
	border-radius: 50%;
	left: 0;
	top: 0;
}
.checkboxGroup__label .checkboxGroup__checkbox:checked + .checkboxGroup__circle::after{
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	display: block;
	background-color: #c5c5c5;
	border-radius: 50%;
	left: 3px;
	top: 3px;
}
.checkboxGroup__text {
	font-size: 18px;
	color: #000000;
	display: inline-block;
	vertical-align: top;
	margin-left: 33px;
}
.formRegistration__buttons {
	text-align: center;
	margin-top: -11px;
}
.formRegistration__btn {
	background-color: #bf1116;
	border: 1px solid #bf1116;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Segoe_UI_Semibold';
	padding: 10px 28px;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.formRegistration__btn:hover {
	background: #fff;
	color: #bf1116;
}
.formRegistration__btn:focus {
	outline: none;
}
.personalFooter--personalData {
	margin-bottom: 56px;
}
/* registration end */
/* Personal data start 320 */
.formData {
	margin-bottom: 30px;
}
.formColData {
	margin-top: 30px;
}
.dataFormGroup {
	margin-bottom: 20px;
}
.formGroup__selectWrapper .jq-selectbox.disabled .jq-selectbox__select {
	background-color: #f2f2f2;
	cursor: no-drop;
}
.checkboxGroup--data {
	margin-top: 0;
	margin-bottom: 12px;
}
.dataFormGroup--birth {
	margin-top: -10px;
	margin-bottom: 30px;
}
.formColData__title {
	font-family: 'Segoe-UI-Black';
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	display: block;
	margin-bottom: 25px;
}
.formColLocation {
	margin-top: 30px;
}
.formCol__titleWrapper	{
	position: relative;
}
.formCol__titleWrapper::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #d7d7d7;
	left: 0;
	top: 17px;
	z-index: -1;
}
.formColLocation__title {
	font-family: 'Segoe-UI-Black';
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	margin-bottom: 25px;
	padding-right: 20px;
	background-color: #fff;
}
.formColProfession {
	margin-top: 30px;
}
.formColProfession__title {
	font-family: 'Segoe-UI-Black';
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	margin-bottom: 25px;
	padding-right: 20px;
	background-color: #fff;
}
.formData__buttons {
	text-align: center;
	margin-top: 40px;
}
.formData__btn {
	outline: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #bf1116;
	border: 1px solid #bf1116;
	font-size: 14px;
	padding-top: 9px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	font-family: 'Segoe_UI_Semibold';
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer;
	display: inline-block;
}
.formData__btn:focus {
	outline: none;
}
.formData__btn:hover {
	color: #bf1116;
	background-color: #fff;
}
.formData__btn--password {
	margin-bottom: 20px;
	padding-left: 47px;
	padding-right: 47px;
}
/* Personal data end 320 */
/* Personal conditions start 320 */
.formConditions {
	margin-top: 33px;
	margin-bottom: 52px;
	max-width: 900px;
}
.formConditions__title {
	font-family: 'Segoe_UI_Semibold';
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 25px;
}
.formConditions__text {
	text-align: left;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.1px;
	padding-bottom: 0;
	margin-bottom: 24px;
}
.formConditions__item {
	position: relative;
}
.formConditions__itemTitle {
	font-family: 'Segoe_UI_Semibold';
	font-size: 16px;
	line-height: 24px;
	display: block;
	margin-bottom: 25px;
}
.formConditions__itemText {
	font-size: 15px;
	display: block;
	padding-left: 43px;
	padding-right: 21px;
	line-height: 24px;
	margin-bottom: 24px;
	letter-spacing: 0.2px;
}
.formConditions__itemImage {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 40px;
	height: 43px;
	padding-top: 5px;
	padding-left: 2px;
}
.formNote {
	margin-bottom: 40px;
}
.formNote__name {
	font-family: 'Segoe_UI_Semibold';
	font-size: 16px;
	line-height: 24px;
	display: block;
	margin-bottom: 24px;
}
.formNote__item {
	font-size: 15px;
	display: block;
	margin-top: -11px;
	margin-bottom: 15px;
}
.formColLocation__title--condotions {
	margin-bottom: 30px;
}
.formGroupCondition {
	margin-bottom: 20px;
}
.formColContions {
	margin-bottom: 43px;
}
.checkbox {
	position: relative;
	height: 40px;
	margin-top: 31px;
	margin-bottom: 30px;
}
.checkbox__label {
	position: relative;
	display: block;
	cursor: pointer;
	height: 100%;
}
.checkbox__input {
	position: absolute;
	left: -99999px;
}
.checkbox__marks {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #000000;
	width: 40px;
	height: 40px;
	display: block;
}
.checkbox__svg {
	width: 21px;
	height: 18px;
	display: inline-block;
	width: 26px;
	height: 23px;
	margin: 0 auto;
	margin-top: 8px;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
    position: absolute;
    left: 8px;
    top: 0;
}
.checkbox__label .checkbox__input:checked ~ .checkbox__svg {
	opacity: 1;
}
.checkbox__text {
	display: inline-block;
	padding-left: 60px;
	font-family: 'Segoe-UI-Black';
	font-size: 18px;
	margin-top: 6px;
}
.formGroupInputFile {
	position: relative;
	margin-bottom: 19px;
}
.uploadFile {
    position: relative;
    cursor: pointer;
    width: 100%;
    text-align: left;
    padding-left: 47px;
    padding-bottom: 4px;
    display: block;
}
.uploadFile__svg {
	fill : #bf1116;
	position: absolute;
	left: 0;
	top: 2px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.uploadFile:hover .uploadFile__svg {
	-webkit-animation-name: hoverSvg;
	        animation-name: hoverSvg;
	-webkit-animation-duration: 1.2s;
	        animation-duration: 1.2s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}
.uploadFile:hover span {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.uploadFile:hover span {
	color: #bf1116;
}
@-webkit-keyframes hoverSvg {
	0% {
		top : 2px;
	}
	33% {
		top : -2px;
	}
	66% {
		top: 2px;
	}
}
@keyframes hoverSvg {
	0% {
		top : 2px;
	}
	33% {
		top : -2px;
	}
	66% {
		top: 2px;
	}
}
.uploadFile input {
    position: absolute;
    left: -99999px;
}
.uploadFile:after {
    position: absolute;
    left: -2px;
    top: 3px;
    font-size: 29px;
    color: #008b3b;
    content: "";
    width: 20px;
    height: 20px;
}
.uploadFile__document {
	margin-top: 15px;
	margin-bottom: 11px;
    max-width: 304px;
}
.uploadFile__item {
    width: 254px;
    position: relative;
    margin-bottom: 6px;
    margin: 0 auto;
    margin-right: 0;
    display: inline-block;
    padding-left: 51px;
}
.uploadFile__item:hover .uploadFile__item-text{
	color: #bf1116;
}
.uploadFile__item:hover .uploadFile__item-close::before,
.uploadFile__item:hover .uploadFile__item-close::after {
	background-color: #bf1116;
}
.uploadFile__item-text {
    display: block;
    padding-right: 16px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.uploadFile__item-close {
    position: absolute;
    right: auto;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
}
.uploadFile__item-close::before,
.uploadFile__item-close::after {
	content: "";
	position: absolute;
	height: 1px;
	background-color: #000000;
	width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}
.uploadFile__item-close::before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.uploadFile__item-close::after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.formConditions__buttons {
	text-align: center;
	margin-top: 50px;
}
.formData__btn--add {
	padding-left: 35px;
	padding-right: 35px;
}
.personalFooter--personalConditions {
	margin-bottom: 41px;
}
/* Personal conditions end 320 */
/* Personal points start 320 */
.points {
	margin-top: 34px;
}
.points__title{
	font-family: 'Segoe-UI-Black';
	color: #000;
	font-size: 18px;
	display: block;
	line-height: 24px;
	margin-bottom: 12px;
}
.pointsTable {
	max-width: 632px;
	width: 632px;
}
.pointsTableWrapper {
	position: relative;
	margin-bottom: 36px;
}
.pointsTableContainer {
	overflow: auto;
}
.pointsTableWrapper::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 43px;
	height: 100%;
	background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.pointsTable__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pointsTable__col--name {
	width: 300px;
	padding-left: 3px;
}
.pointsTable__col--status {
	width: 140px;
	padding-left: 13px;
}
.pointsTable__col--points {
	width: 110px;
	padding-left: 25px;
}
.pointsTable__col--edit {
    width: 125px;
    padding-left: 5px;
}
.pointsTableBody__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pointsTableBody__row:nth-child(odd) {
	background-color: #f3f3f3;
}
.pointsTableHead__col {
	font-family: 'Segoe-UI-Black';
	font-size: 18px;
	color: #000;
	line-height: 24px;
	padding-top: 13px;
	padding-bottom: 16px;
}
.pointsTableBody__col {
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
	padding-top: 11px;
	padding-bottom: 16px;
}
.pointsTableBody__text--name {
	padding-left: 19px;
}
.pointsTableBody__text {
	font-size: 16px;
	display: inline-block;
	letter-spacing: -0.7px;
}
.pointsTableFoot__col {
	font-family: 'Segoe_UI_Semibold';
	font-size: 16px;
	line-height: 24px;
	padding-top: 9px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.pointsTableFoot__col--left {
	width: 410px;
}
.pointsTableFoot__col--right {
	width: 160px;
	padding-left: 23px;
}
.points__buttons {
	text-align: center;
	border-bottom: 1px dashed #ebebeb;
	padding-bottom: 41px;
	margin-bottom: 0;
}
.points__btn {
	font-family: 'Segoe_UI_Semibold';
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	background-color: #bf1116;
	border: 1px solid #bf1116;
	display: inline-block;
	padding: 8px 28px;
	letter-spacing: 1px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.points__btn:hover {
	color: #bf1116;
	background-color: #fff;
}
/* Personal points end 320 */
/* Change Password start 320 */
.changePassword {
	max-width: 690px;
}
.formChangePassword {
	margin-top: 28px;
}
.formChangePassword__buttons {
	text-align: left;
}
.changePassword__title {
    font-family: 'Segoe-UI-Black';
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-top: 35px;
    margin-bottom: 0;
}
.formChangePasswordGroup {
	margin-bottom: 30px;
}
.formChangePasswordGroup__name {
	font-size: 15px;
}
.formChangePassword__buttons {
	text-align: left;
}
.formChangePassword__btn {
    outline: none;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Segoe_UI_Semibold';
    font-size: 14px;
    letter-spacing: 1px;
    background: #bf1116;
    padding: 10px 33px;
    margin-top: 10px;
    color: #fff;
    border: 1px solid #bf1116;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
}
.formChangePassword__btn:hover {
	background-color: #fff;
	color: #bf1116;
}
.confirmation {
	margin-top: 39px;
	margin-bottom: 70px;
}
.confirmation__text {
    font-family: 'Segoe-UI-Black';
    font-size: 18px;
    line-height: 24px;
    display: block;
    border: 1px solid #bf1116;
    padding: 30px 100px;
    padding-right: 0;
    padding-top: 49px;
    padding-bottom: 50px;
    width: 300px;
    background-repeat: no-repeat;
    background-image: url('/bitrix/templates/main/img/2-layers.svg');
    background-position: 36px 48px;
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	/* index start 768*/
	.info {
		margin-top: 0;
		padding-top: 39px;
	}
	.info__container {
		padding-left: 15px;
	}
	.info__title {
		font-size: 30px;
		letter-spacing: 6px;
		margin-bottom: 31px;
	}
	.info__contact {
		margin-bottom: 16px;
	}
	.info__description {
		padding-right: 70px;
	}
	.info__btn {
		width: 100%;
		max-width: 255px;
		display: inline-block;
	}
	.info__prewiev {
		min-height: 228px;
		background-position: 1px 0px;
		margin-bottom: 39px;
		margin-top: 41px;
	}
	.infoAcquaintance__item {
		display: inline-block;
		vertical-align: top;
		margin-right: 73px;
		width: 250px;
	}
	.infoAcquaintance__item--annex {
		width: 180px;
	}
	.infoAcquaintance__item--eplan {
		width: 100px;
		margin-right: 0;
	}
	/* index end 768*/
	/* personal start 768*/
	.personalHeaderMenu__item--registation {
		display: inline-block;
	}
	.personalHeaderMenu__link--hidden-xs {
		display: inline-block;
	}
	div.personal__container {
		padding-left: 14px;
	}
	.personalHeader__title {
		font-size: 30px;
		letter-spacing: 5.4px;
	}
	.personalHeader__title--authorization {
		font-size: 31px;
		margin-top:5px; 
	}
	.personalHeaderMenu__item {
		display: inline-block;
		vertical-align: top;
		/*margin-right: 6px;*/
		border: 1px solid #f3f3f3;
		border-bottom: none;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.personalHeaderMenu__item:hover {
		background-color: transparent;
		border-color: #bf1116;
	}
	.personalHeaderMenu__item:hover .personalHeaderMenu__link {
		color: #bf1116;
	}
	.personalHeaderMenu__link {
		width: auto;
		padding-left: 12px;
		padding-right: 12px;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.personalHeaderMenu__item.current::before,
	.personalHeaderMenu__item.current::after {
		content: none;
	}
	.personalHeaderMenu__item::before,
	.personalHeaderMenu__item::after {
		content: none;
	}
	.personalHeaderMenu__link:after {
		content: none
	}
	.personalHeaderMenu__item.current .personalHeaderMenu__link{
		pointer-events: none;
		color: #fff;
	}
	.personalHeaderMenu__item.current {
		border-color: #bf1116;
	}
	.personalHeaderMenu__item.current:hover {
		background-color: #bf1116;

	}
	.personalHeaderMenu__iconArrow {
		display: none;
	}
	.personal__footer  {
		display: none;
	}
	.formAuthorization {
		width: 355px;
		margin-bottom: 101px;
		display: inline-block;
		vertical-align: top;
	}
	.restoringForm {
		width: 334px;
		float: right;
		margin-right: 24px;
		margin-top: 32px;
		padding-left: 23px;
		padding-right: 20px;
	}
	.restoringForm.current {
		display: inline-block;
		vertical-align: top;
	}
	.formAuthorization__btn {
		margin-top: 20px;
		margin-left: 0px;
		display: inline-block;
		vertical-align: top;
	}
	.formAuthorization__link {
		display: inline-block;
		vertical-align: top;
		float: right;
		margin-top: 28px;
	}
	.personalHeaderMenu__list {
		border-bottom: 1px solid #d7d7d7;
	}
	/* personal end 768*/
	/* registration 768 start */
	.formRegistration {
		margin-top: 40px;
		margin-bottom: 53px;
		max-width: 900px;
	}
	.formRegistration__left {
		display: inline-block;
		vertical-align: top;
		width: 360px;
	}
	.formRegistration__right {
		display: inline-block;
		vertical-align: top;
		width: 360px;
		float: right;
		margin-right: 6px;
	}
	.registrationGroup {
		margin-bottom: 30px;
	}
	.registrationGroup--arrow {
		margin-top: 0;
	}
	.formGroup__subName {
		display: inline-block;
		vertical-align: top;
		margin-top: 0;
		margin-bottom: 0;
		letter-spacing: -0.2px;
	}
	.registrationGroup--arrow {
		margin-bottom: 48px;
	}
	.registrationGroup--indentation {
		margin-top: -10px;
	}
	.registrationGroup--index {
		margin-top: -10px;
		margin-bottom: 30px;	
	}
	.formGroup--registrationName {
		margin-top: -10px;
		margin-bottom: 30px;
	}
	.checkboxGroup {
		margin-top: -11px;
		margin-bottom: 25px;
	}
	.registrationGroup--country {
		margin-top: -10px;
		margin-bottom: 30px;
	}
	.formRegistration__buttons {
		text-align: left;
		margin-top: 69px;
	}
	.checkboxGroup__item {
		width: 42%;
	}
	.personalHeaderMenu__link--authorization {
		padding-left: 32px;
		padding-right: 27px;
	}
	.personalHeaderMenu__link--registration {
		padding-left: 32px;
		padding-right: 30px;
	}

	/* registration 768 end */
	/* Personal data start 768 */
	.formData {
		margin-top: 40px;
		max-width: 900px;
		margin-bottom: 42px;
	}
	.formColData {
		margin-top: 0px;
	}
	.formColData__title {
		margin-bottom: 35px;
	}
	.dataFormGroup {
		margin-bottom: 30px;
	}
	.checkboxGroup--data {
		margin-top: 0;
		margin-bottom: 35px;
	}
	.formColLocation {
		margin-top: 10px;
	}
	.formColLocation__title {
		margin-bottom: 35px;
	}
	.formData__colLeft {
		display: inline-block;
		vertical-align: top;
		width: 360px;
	}
	.formData__colRight {
		display: inline-block;
		vertical-align: top;
		float: right;
		width: 360px;
		margin-right: 8px;
	}
	.formColProfession {
		margin-top: 10px;
	}
	.formColProfession__title {
		margin-bottom: 35px;
	}
	.formData__buttons {
		margin-top: 10px;
		text-align: left;
	}
	.formData__btn--password {
		margin-right: 18px;
	}
	.formData__btn--edit {
		padding-left: 28px;
		padding-right: 30px;
	}
	/* Personal data end 768 */
	/* Personal conditions start 768 */
	.formConditions {
		margin-top: 40px;
		margin-bottom: 101px;
	}
	.personalHeader__title--conditions {
		margin-top: 13px;
		font-size: 31px;
	}
	.formConditions__item {
		min-height: 43px;
		margin-bottom: 11px;
	}
	.formConditions__itemText {
		margin-bottom: 0;
	}
	.formConditions__itemImage {
		padding-top: 0;
	}
	.formConditions__itemText {
		max-width: 620px;
	}
	.formConditions__itemTitle--two {
		margin-top: 39px;
	}
	.formConditions__item--dowland {
		margin-bottom: 19px;
	}
	.formNote__name {
		margin-bottom: 34px;
	}
	.formColContions {
		margin-top: 8px;
		margin-bottom: 0;
	}
	.formGroupCondition {
		margin-bottom: 30px;
	}
	.checkbox {
		margin-top: 39px;
	}
	.formGroupInputFile {
		margin-bottom: 25px;
	}
	.uploadFile__item {
		margin-top: 5px;
	}
	.uploadFile__document {
		margin-bottom: 23px;
	}
	.formGroup__textareaWrapper {
		display: block;
		height: 149px;
	}
	textarea.formGroup__textarea {
		background-color: transparent;
		border: 1px solid #000000;
		display: block;
		width: 100%;
		height: 100%;
	}
	.formConditions__buttons {
		text-align: left;
		margin-top: 20px;
	}
	/* Personal conditions end 768 */
	/* Personal points start 768 */
	.points {
		margin-top: 41px;
	}
	.points__title {
		margin-bottom: 22px;
	}
	.pointsTableHead__col {
		padding-bottom: 16px;
	}
	.pointsTableBody__col {
		padding-top: 11px;
		padding-bottom: 16px;
	}
	.points__buttons {
		text-align: left;
		padding-bottom: 101px;
	}
	/* Personal points end 768 */
	/* Change Password start 768 */
	.changePassword__title {
		margin-top: 41px;
	}
	.formChangePassword {
		margin-top: 34px;
		display: inline-block;
		width: 355px;
	}
	.confirmation {
		display: inline-block;
		vertical-align: top;
		margin-top: 73px;
		float: right;
		margin-right: 12px;
	}
	.confirmation__text {
		width: 285px;
		padding-left: 92px;
		background-position: 26px 48px;
	}
	/* Change Password end 768 */
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	/* index start */

	.info {
		padding-bottom: 42px;
	}
	.info__col-left {
		width: 400px;
		display: inline-block;
		vertical-align: top;
	}
	.info__contact {
		margin-top: 25px;
		margin-bottom: 24px;
	}
	.info__description {
		margin-bottom: 40px;
	}
	.info__col-right {
		display: inline-block;
		vertical-align: top;
		margin-left: 32px;
		width: 700px;
	}
	.info__prewiev {
		margin-top: 10px;
		min-height: 224px;
		margin-bottom: 45px;
		max-width: 680px;
	}
	.infoAcquaintance__item {
		width: 300px;
		margin-right: 36px;
	}
	.infoAcquaintance__item--annex {
		width: 160px;
	}
	.infoAcquaintance__item--eplan {
		width: 110px;
		margin-right: 0;
		margin-left: 44px;
	}
	/* index end 1200*/
	/* authorization start 1200*/
	.restoringForm {
		width: 409px;
		margin-right: 0;
		margin-top: 59px;
	}
	.restoringForm__text {
		padding-right: 0;
		margin-bottom: 12px;
	}
	.restoringFormFieldset {
		display: inline-block;
		vertical-align: top;
		width: 236px;
		margin-bottom: 0;
	}
	.restoringForm__buttons {
		margin-top: 0;
		display: inline-block;
		vertical-align: top;
		margin-left: 15px;
	}
	/* authorization end 1200*/
	/* personal start 1200*/
	.personalHeader__title {
		margin-top: 61px;
	}
	.personalHeader__title--authorization {
		margin-top: 47px;

	}
	/* personal end 1200*/

	/* Personal data start 1200 */
	.formData {
		margin-bottom: 41px;
	}
	.formData__buttons {
		margin-top: 10px;
	}
	/* Personal data end 1200 */
	/* Personal conditions start 1200 */
	.personalHeader__title--conditions {
		margin-top: 50px;
		font-size: 31px;
	}
	.formConditions__title {
		margin-bottom: 30px;
	}
	.formConditions__list {
		margin-top: 40px;
		margin-bottom: 19px;
	}
	.formConditions__item {
		margin-left: 20px;
	}
	.formConditions__item {
		margin-right: 18px;
	}
	.formConditions__text {
		max-width: 660px;
	}
	.formConditions__itemTitle {
		margin-top: 34px;
	}
	.formConditions__list--dowland {
		margin-top: 23px;
	}
	.uploadFile__document {
		margin-bottom: 14px;
	}
	/* Personal conditions end 1200 */
	/* Personal points start 1200 */
	.points {
		margin-top: 40px;
	}
	.points__title {
		margin-bottom: 22px;
	}
	.pointsTableBody {
		border-bottom: 2px solid #d7d7d7;
	}
	/* Personal points end 1200 */
	.changePassword {
		margin-bottom: 62px;
	}
}

@media only screen and (max-width : 767px) {
	.personalHeaderMenu__link {
		font-size: 14px;
	}
	.hidden-xs {
		display: none!important;
	}
}
@media (max-width: 999px) and (min-width: 768px) {
	.hidden-sm {
		display: none!important;
	}
}
@media screen and (min-width: 850px) {
	.personalHeaderMenu__link {
		font-size: 14px;
	}
}