/*"Элемент витрины*/
 div.News{
    border: 3px solid #aaa;
	margin-bottom:10px;
    /*height: 176px;*/
  min-height:195px;
  height:auto;
 }

div.News:hover {
    background-color:#BFCCFD;
}

 div.News div#blockImg{
	width:160px;
	padding: 10px;
	float: left;
 }
 
 div.News div#blockImg img{
	border: 3px solid #555;
 }
 
 div.News div#blockTextNews{
	margin-left: 240px;
	color:#000;
	padding: 0px 5px 0px 10px;
 }

 div.News span#tlNews{
	display:block;
	padding: 5px 10px;
	font-size:14px;
	text-transform: uppercase;
	text-align: justify;
	border-bottom: 1px solid #555;
 }
  
 div.News div#textNews{
	padding: 4px 25px;
	font-size: 16px;
	text-align: justify;
	line-height:25px;
 }

 div.News div#captionNews{
  	display:block;
	padding: 10px 25px;
	font-size: 20px;
	text-align: justify;
	line-height:17px;
 }
 
div.News div#captionNews a {font-size: 20px;text-decoration: none;}

 div.News span#textAboutNews{
	display:block;
	padding: 5px 5px 5px 25px;
	font-size:9px;
 }
 
 div.News div#UnderNews{
	padding: 5px 5px 5px 25px;
}


 /*Элемент витрины*/

/* Базовый контейнер табов */
.tabs {
  min-width: 320px;
  max-width:1000px;
  padding: 0px;
  margin: 0 auto; 
}

.tabs_1 {
  min-width: 320px;
  max-width:1000px;
  padding: 0px;
  margin: 0 auto; 
}

/* стили секций с содержанием */
section {
  display: none;
  padding: 15px 5px;
  border: 1px solid #ddd;
   font-size: 14px;
}

section ul {padding: 0 0 0 20px;}
section ul li {margin: 10px 0;}
section ol {padding: 0 0 0 40px;}
section ol li {margin: 10px 0;}
.tabs input {
  display: none;
}

.tabs_1 input {
  display: none;
}
/* стили вкладок (табов) */
.tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 3px 3px 0 0;
}

.tabs_1 label {
  display:block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 3px 3px 0 0;
}

.tabs p {

text-indent: 1.5em; /* Отступ первой строки */
  line-height:1.5;
  }

/* изменения стиля заголовков вкладок при наведении */
.tabs label:hover {
  color: #333;
  cursor: pointer;
}

/* стили для активной вкладки */
.tabs input:checked + label {
  color: #000;
  border: 1px solid #ddd;
  border-top: 2px solid #1d3987;
  border-bottom: 1px solid #fff;
}

/* активация секций с помощью переключателя :checked */
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8{
  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: 400px) {
  .tabs label {
    padding: 15px;
  }
}

table.headertable{
  font-size: 14px;
  max-width: 100%;
  width:100%;
  border-collapse: collapse;
  text-align: justify;
  line-height:1.5;
}
table.headertable th {
  font-weight: normal;
  color: #000;
  border-bottom: 2px solid #6678b1;
  padding: 10px 6px;
  text-align: center;
  width: 50px;
}

table.headertable td {
  color: #000;
  padding: 9px 8px;
  transition: .3s linear;
}
table.headertable tr:hover td{
  background: #e8edff;
}

table.headertable p {

text-indent: 1.5em; /* Отступ первой строки */

  }

table{
  font-size: 14px;
  max-width: 100%;
  width:100%;
  border-collapse: collapse;
  text-align: justify;
  line-height:1.5;
}
table th {
  font-weight: normal;
  color: #000;
  border-bottom: 2px solid #6678b1;
  padding: 10px 6px;
  text-align: center;
  width: 50px;
}

table td {
  color: #000;
  padding: 9px 8px;
  transition: .3s linear;
}
table tr:hover td{
  background: #e8edff;
}

table p {

text-indent: 1.5em; /* Отступ первой строки */

  }

table.othertable {
  
    width: 100%;
    border: 1px solid #e2e2e2;
    border-spacing: 0;
    border-collapse: collapse;
  
}

table.othertable tr:nth-child(even) {
    background: #e8e8e8;
}

table.othertable p {

text-indent: 0em; /* Отступ первой строки */

  }

table.othertable a {

color:#fff;
font-style: italic;

  }

table.othertable caption{
  margin: 5px 1px 0 220px;
    padding: 5px;
    border-radius: 10px 3px 0 0;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.5) inset;
    text-align: right;
    background-color: #1671af;
    color: #fff;
    font-size: 12pt;
    font-style: italic;
    font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
}

table.othertable tr:hover td{
background-color: transparent;  
}

/*Аккордеон*/

body {background: #e0e3ec url(http://netcribe.com/example/bgnoise_lg.jpg) repeat top left;}
.ac-container{
    width: 400px;
    margin: 10px auto 30px auto;
}

.ac-container label{
    font-family: 'Arial Narrow', Arial, sans-serif;
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    font-size: 19px;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
        0px 2px 2px rgba(0,0,0,0.1);
}
}

.ac-container label:hover{
    background: #fff;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #c6e1ec;
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        0px 2px 2px rgba(0,0,0,0.1);
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(http://netcribe.com/example/arrow_down.png) no-repeat center center;  
}

.ac-container input:checked + label:hover:after {
    background-image: url(http://netcribe.com/example/arrow_up.png);
}

.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 input:checked ~ article {
     -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;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
    height: 100px;
}

.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);
}

.tabs__content {
  display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
}



.tabs {
	margin: 0 0 30px;
}
.tabs__caption {
	height: 28px;
	line-height: 25px;
	list-style: none;
	border-bottom: 1px solid #DDD;
}
.tabs__caption li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 10px 13px 1px;
	color:black;
	cursor: pointer;
	background: #EFEFEF;
	border: 1px solid #E4E4E4;
	border-bottom: 1px solid #EFEFEF;
	position: relative;
}
.tabs__caption li:hover,
.vertical .tabs__caption li:hover {
	color:black;
	padding: 10px 13px;
	background: #e8edff;
	border: 1px solid #F9F9F9;
}
.tabs__caption .active {
	color: black;
	background: #e8edff;
	padding: 10px 13px 2px;
	border: 1px solid #F9F9F9;
	border-bottom: 1px solid #e8edff;
}
.tabs__content {
      font-size: 14px;
text-align: justify;
  line-height: 2; 
  text-indent: 1.5em;
	display: none;
	border: 1px solid #D4D4D4;
	border-width: 0 1px 1px;
	padding: 0 12px;
}
.tabs__content.active {
	display: block;
}

.tabs.vertical {

	border-left: 160px solid transparent;
   min-height:400px;
}
.vertical .tabs__caption {
	width: 160px;
	float: left;
	display: inline;
	margin: 0 0 0 -160px;
}
.vertical .tabs__caption li {
	padding: 10px 13px;
	margin: 0 0 1px;
	border: 1px solid #E4E4E4;
	border-right: 1px solid #F9F9F9;
	width: 132px;
	height: 25px;
    font-size: 14px;
}
.vertical .tabs__caption li:hover {
	width: 131px;
}
.vertical .tabs__caption .active {
	width: 133px;
	color: black;
	background: #e8edff;
	border: 1px solid #F9F9F9;
	border-right: 1px solid #F9F9F9;
	margin-right: -1px;
}
.vertical .tabs__content {
      font-size: 14px;
text-align: justify;
  line-height: 2; 
  text-indent: 1.5em;
	border-width: 1px;
}

.sly {
  display:none;
  background-color:rgb(237, 237, 237);
  border:hsl(0, 0%, 75%) solid 1px;
  color:#444;
  height:auto;
  margin:5px 0;
  padding:10px;
  text-align: justify;
}

.hidd {
  cursor:pointer;
  color: #4C6695;
  margin:1px 0 0;
  text-indent: 0em;
  
}
.hidd:hover{color:#1d70b7;}

.active {color:#1d70b7;}

.aboutworker {
 height: 170px; 
  text-indent: 0em;
      padding: 10px;
}

.workerfoto {
    width: 150px;
    height:150px;
    padding: 10px;
    float: left;
  margin-top:10px;
} 

.workername {
    margin-left: 160px;
    color: #000;
    padding: 0px 5px 0px 10px; 
}

.aboutlogotext {
  text-align: justify; 
  line-height:1.3; 
  text-indent: 1.5em; 
  color: white;
  text-shadow: #000 2px 2px 2px;
  font-size: 19px; 
  padding:0px 20px;
}