/* Базовый контейнер табов */
.tabs {
	min-width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0 auto;
}
/* Стили секций с содержанием */
.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: 11pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "Цены";
}
.tabs>label[for*="2"]:before {
	content: "Этапы";
}
.tabs>label[for*="3"]:before {
	content: "Видео";
}*/

/* Изменения стиля переключателей вкладок при наведении */
 
.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 */
#tab11:checked~#content-tab11, #tab21:checked~#content-tab21, #tab31:checked~#content-tab31 {
	display: block;
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах*/

 
@media screen and (max-width: 680px) {
	.tabs>label {
		font-size: 10px;
	}
	.tabs>img {
		height: 100%;
		width:100%;
	}
	.tabs>label:before {
		margin: 0;
		font-size: 18px;
	}
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
	.tabs>label {
		padding: 15px;
	}
}








/* Базовый контейнер табов */
.tabs2 {
	min-width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs2>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}
.tabs2>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;
	}
}
/* Прячем чекбоксы */
.tabs2>input {
	display: none;
	position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs2>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: 11pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "Цены";
}
.tabs>label[for*="2"]:before {
	content: "Этапы";
}
.tabs>label[for*="3"]:before {
	content: "Видео";
}*/

/* Изменения стиля переключателей вкладок при наведении */
 
.tabs2>label:hover {
	color: #888;
	cursor: pointer;
}
/* Стили для активной вкладки */
.tabs2>input:checked+label {
	color: #555;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #fff;
	background: #fff;
}
/* Активация секций с помощью псевдокласса :checked */
#tab12:checked~#content-tab12, #tab22:checked~#content-tab22, #tab32:checked~#content-tab32 {
	display: block;
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах*/

 
@media screen and (max-width: 680px) {
	.tabs2>label {
		font-size: 10px;
	}
	.tabs2>img {
		height: 100%;
		width:100%;
	}
	.tabs2>label:before {
		margin: 0;
		font-size: 18px;
	}
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
	.tabs2>label {
		padding: 15px;
	}
}



















/* Базовый контейнер табов */
.tabs3 {
	min-width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs3>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}
.tabs3>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;
	}
}
/* Прячем чекбоксы */
.tabs3>input {
	display: none;
	position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs3>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: 11pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "Цены";
}
.tabs>label[for*="2"]:before {
	content: "Этапы";
}
.tabs>label[for*="3"]:before {
	content: "Видео";
}*/

/* Изменения стиля переключателей вкладок при наведении */
 
.tabs3>label:hover {
	color: #888;
	cursor: pointer;
}
/* Стили для активной вкладки */
.tabs3>input:checked+label {
	color: #555;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #fff;
	background: #fff;
}
/* Активация секций с помощью псевдокласса :checked */
#tab13:checked~#content-tab13, #tab23:checked~#content-tab23, #tab33:checked~#content-tab33 {
	display: block;
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах*/

 
@media screen and (max-width: 680px) {
	.tabs3>label {
		font-size: 10px;
	}
	.tabs3>img {
		height: 100%;
		width:100%;
	}
	.tabs3>label:before {
		margin: 0;
		font-size: 18px;
	}
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
	.tabs3>label {
		padding: 15px;
	}
}









/* Базовый контейнер табов */
.tabs4 {
	min-width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs4>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}
.tabs4>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;
	}
}
/* Прячем чекбоксы */
.tabs4>input {
	display: none;
	position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs4>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: 11pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "Цены";
}
.tabs>label[for*="2"]:before {
	content: "Этапы";
}
.tabs>label[for*="3"]:before {
	content: "Видео";
}*/

/* Изменения стиля переключателей вкладок при наведении */
 
.tabs4>label:hover {
	color: #888;
	cursor: pointer;
}
/* Стили для активной вкладки */
.tabs4>input:checked+label {
	color: #555;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #fff;
	background: #fff;
}
/* Активация секций с помощью псевдокласса :checked */
#tab14:checked~#content-tab14, #tab24:checked~#content-tab24, #tab34:checked~#content-tab34 {
	display: block;
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах*/

 
@media screen and (max-width: 680px) {
	.tabs4>label {
		font-size: 10px;
	}
	.tabs4>img {
		height: 100%;
		width:100%;
	}
	.tabs4>label:before {
		margin: 0;
		font-size: 18px;
	}
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
	.tabs4>label {
		padding: 15px;
	}
}









/* Базовый контейнер табов */
.tabs5 {
	min-width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs5>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}
.tabs5>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;
	}
}
/* Прячем чекбоксы */
.tabs5>input {
	display: none;
	position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs5>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: 11pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "Цены";
}
.tabs>label[for*="2"]:before {
	content: "Этапы";
}
.tabs>label[for*="3"]:before {
	content: "Видео";
}*/

/* Изменения стиля переключателей вкладок при наведении */
 
.tabs5>label:hover {
	color: #888;
	cursor: pointer;
}
/* Стили для активной вкладки */
.tabs5>input:checked+label {
	color: #555;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #fff;
	background: #fff;
}
/* Активация секций с помощью псевдокласса :checked */
/* #tab13:checked~#content-tab13, #tab14:checked~#content-tab14, #tab15:checked~#content-tab15 {
    display: block;
} */
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах*/

 
@media screen and (max-width: 680px) {
	.tabs5>label {
		font-size: 10px;
	}
	.tabs5>img {
		height: 100%;
		width:100%;
	}
	.tabs5>label:before {
		margin: 0;
		font-size: 18px;
	}
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
	.tabs5>label {
		padding: 15px;
	}
}









/* Базовый контейнер табов */
.tabs6 {
	min-width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs6>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}
.tabs6>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;
	}
}
/* Прячем чекбоксы */
.tabs6>input {
	display: none;
	position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs6>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: 11pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "Цены";
}
.tabs>label[for*="2"]:before {
	content: "Этапы";
}
.tabs>label[for*="3"]:before {
	content: "Видео";
}*/

/* Изменения стиля переключателей вкладок при наведении */
 
.tabs6>label:hover {
	color: #888;
	cursor: pointer;
}
/* Стили для активной вкладки */
.tabs6>input:checked+label {
	color: #555;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #fff;
	background: #fff;
}
/* Активация секций с помощью псевдокласса :checked */
/* #tab16:checked~#content-tab16, #tab17:checked~#content-tab17, #tab18:checked~#content-tab18 { */
/*     display: block;
} */
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах*/

 
@media screen and (max-width: 680px) {
	.tabs6>label {
		font-size: 10px;
	}
	.tabs6>img {
		height: 100%;
		width:100%;
	}
	.tabs6>label:before {
		margin: 0;
		font-size: 18px;
	}
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
	.tabs6>label {
		padding: 15px;
	}
}

#catalog-main .wrapper .tabs .active{
    display:block;    
}