

/* Start:/local/templates/kemgik/components/bitrix/news/abitur_grad/bitrix/news.list/.default/style.css?17538923336704*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6),
.tabset > input:nth-child(13):checked ~ .tab-panels > .tab-panel:nth-child(7) {
  display: block;
}

.tabset > label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    border: 1px solid transparent;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    padding: 20px 50px;
    background: white;
    font-family: Raleway;
    font-size: 16px;
    color: #455158;
    margin-right: 23px;
    transition: 0.4s;
    margin-bottom: 23px;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
    border: 3px solid transparent;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    padding: 18px 30px;
    background: white;
    font-family: Raleway;
    font-weight: 600;
    font-size: 15px;
    color: #455158;
    margin-right: 23px;
    transition: 0.4s;
    cursor: pointer;
    margin-bottom: 23px;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
    border: 3px solid transparent;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    padding: 18px 30px;
    background: white;
    font-family: Raleway;
    font-weight: 600;
    font-size: 15px;
    color: #455158;
    margin-right: 23px;
    transition: 0.4s;
    cursor: pointer;
    margin-bottom: 23px;
}

.struct-head:last-child {
    display: block !important;
}

.struct-kemgik {
	display:flex;
	flex-wrap:wrap;

}

.struct-head{
	display:flex;
	flex-wrap:wrap;
	flex-direction: column;
	width:25%;
	margin-bottom: 50px;
}

.struct-head-item, .struct-child, .struct-child2 {
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	margin: 10px 15px;
}

.struct-head-item {
	border: 3px solid transparent;
    border-image-source: linear-gradient(270deg, #097DC0 1.03%, #FFBA00 100%);
    border-image-slice: 1;
    padding: 10px 14px;
    cursor: pointer;
    display: flex;
    flex-direction: column;

}

.struct-child {
	border: 1px solid;
    border-image-source: linear-gradient(90deg, #097DC0 1.03%, #FFBA00 100%);
    border-image-slice: 1;
    padding: 15px 20px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background: white;
    z-index: 9;
}

.struct-child2 {
	width: 80%;
	position:relative;
	margin: 5px auto;
	border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(9, 125, 192, 0.2) 0%, rgba(69, 81, 88, 0.2) 100%);
    border-image-slice: 1;
}

.struct-head .top {
	text-decoration:none;
	font-size:0.85em;
}

.struct-head .struct-child2 .top{
	color: #000;
    text-align: center;
    padding: 10px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    z-index: 99;
    background: white;
}

.struct-head-item .top{
	color: #000;
    text-align: center;
    padding: 10px;
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
}

.struct-child .top{
	color: #000;
}

.top h2 {
	margin:0;
}

.struct-head-item div, .struct-child div, .struct-child2 div{
	margin: 3px 10px;
}

.struct-child + .struct-child2{
	margin-top: 0%;
}


.struct-child + .struct-child2:after, .struct-child + .struct-child2:before {
	transform: translateY(-56%);
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.struct-child + .struct-child2:after {
	border-color: rgb(0 114 187 / 0%);
    border-top-color: #cee5f2;
    border-width: 40px;
    margin-left: -40px;
    margin-top: 20px;
}

.detail_picture {
	o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 20% 0;
    object-position: 20% 0;
    width: 240px;
    height: 320px;
    margin-bottom: -25px;
    margin-left: 8.5%;
    background: white;
    z-index: 9;
    border: double 8px transparent;
    background-image: linear-gradient(white, white), linear-gradient(90deg, #097DC0 ,#FFBA00 );
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.struct-head-item .bottom {
    font-size: 15px;
    font-weight: 400;
    font-family: raleway;
    margin-top: 20px;
    color: #303030;
    text-align: center;
}

.tabs-contaiter .tabs-container-links p.tab-atricle {
    border: 1px solid transparent;
    border-image-source: linear-gradient(89deg, #f9b804 0%, #0d7ebd 100%);
    border-image-slice: 1;
    padding: 8px 20px;
    background: white;
    font-family: Raleway;
    font-weight: 400;
    font-size: 15px;
    color: #455158;
    transition: 0.4s;
    cursor: pointer;
    margin-bottom: 23px;
    border-radius: 30px;
}

.tabs-contaiter .tabs-container-links p.tab-atricle.active {
    border: 2px solid transparent;
    border-image-source: linear-gradient(89deg, #f9b804 0%, #0d7ebd 100%);
    border-image-slice: 1;
    padding: 8px 20px;
    background: white;
    font-family: Raleway;
    font-weight: 600;
    font-size: 15px;
    color: #455158;
    transition: 0.4s;
    cursor: pointer;
    margin-bottom: 23px;
    border-radius: 30px;
}

.tabs-contaiter .tabs-container-links p.tab-atricle:hover, .tabs-contaiter .tabs-container-links p.tab-atricle:focus {
    border: 2px solid transparent;
    border-image-source: linear-gradient(89deg, #f9b804 0%, #0d7ebd 100%);
    border-image-slice: 1;
    padding: 8px 25px;
    background: white;
    font-family: Raleway;
    font-weight: 600;
    font-size: 15px;
    color: #455158;
    transition: 0.4s;
    cursor: pointer;
    margin-bottom: 23px;
    border-radius: 30px;
}

.tabs-contaiter {
	margin: 0;
    padding: 0;
}

.struct-head-item a.top span {
overflow-wrap: break-word;
    hyphens: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: none;
    text-align: center;
}
/* End */
/* /local/templates/kemgik/components/bitrix/news/abitur_grad/bitrix/news.list/.default/style.css?17538923336704 */
