@font-face {
  font-family:sylfaen;
  src: local('sylfaen'), url(../fonts/sylfaen.ttf);
}


.divColor {
	background-color: #e8e8e8;
     width: 100%;

    white-space: nowrap;
    text-align: center;
    font-size: 16px;
	

}

.yourData label {
	font-size: 16px;

}

.tabs>input:checked+label, .tabs>label {
	font-size: 20px;

}

.ac-container label{
	font-family: sylfaen;
	font-size: 26px;
	padding: 5px 20px;
	text-decoration:underline;

}


/*.divColor:before {
	height: 100%;
        display: inline-block;
        vertical-align: middle;
        content: '';
    

}*/

#autorizinText{
	text-decoration: underline;


}
.primer {
   display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;


}
.personalaccount {
	
	margin-left: 25px;
}
.personalaccount p{
	font-size: 43px;
	font-family:sylfaen;
	color: #676767;

}


.tabs {
	min-width: 320px;
	max-width: 800px;
	padding: 0px;
	margin-left: 30px;
}
/* Стили секций с содержанием */
.tabs>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}
.tabs>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	/* прикрутим анимацию */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */
 
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Прячем чекбоксы */
.tabs>input {
	display: none;
	position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
}
/* Шрифт-иконки от Font Awesome в формате Unicode */
.tabs>label:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 10px;
}

/* Изменения стиля переключателей вкладок при наведении */
 
.tabs>label:hover {
	color: #888;
	cursor: pointer;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
	color: #555;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #fff;
	background: #fff;
}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
	display: block;
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах
*/
 
@media screen and (max-width: 680px) {
	.tabs>label {
		font-size: 0;
	}
	.tabs>label:before {
		margin: 0;
		font-size: 18px;
	}
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 768px) {
	.tabs>label {
		padding: 15px;
	}

	.tabs>input:checked+label, .tabs>label {
	font-size: 20px;
	}


/* стили аккордиона*/

	.ac-container label{
		font-family: sylfaen;
		font-size: 18px;
		padding: 5px 20px;
		text-decoration:underline;

	}

	.personalaccount p {
		font-size: 28px;
	}

}
.ac-container label:hover{
	background: #fff;
}


.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: auto;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}

#knopkaSavePasswoword, #knopkaSaveNameMail {
	background-color: black;
	display: inline-block;
	color: white;
	text-decoration: none;
	 user-select: none;
	 border-radius: 10px;
	 font-family:sylfaen;
	 font-size: 20px;
	 margin-left: 40%; /*margin-left: 650px;*/
	 margin-top: 10px;
	 padding:8px;
	 margin-bottom: 10px;
	 width: 205px;

}





}



}
