

/* Start:/local/templates/adaptive_lp/components/bitrix/news.list/kinder-card-ch/style.css?1776628412150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/adaptive_lp/components/bitrix/news.list/informationAbout/style.css?17766284125569*/
a, svg{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.informationTitle{
    font-size: 37px;
    line-height: 123.58%;
    letter-spacing: 0.01em;
    color: #525252;
    margin:102px 0 5px;
}
.informationSubtitle{
    font-size: 23px;
    line-height: 143.22%;
    color: #525252;
    opacity: 0.5;
}
.informationDescr{
    font-size: 12px;
    line-height: 143.22%;
    color: #525252;
    opacity: 0.38;
    margin:30px 0 91px;
}
.infoItems{
    margin:0 0 110px;
}
.infoItem{
    width:100%;
    height:100%;
    display:block;
    /*box-shadow: 0px 15px 30px rgba(82, 82, 82, 0.15);*/
    border-radius: 10px;
    padding:0 35px;
    clear:both;
    margin:0 0 20px;
    border: 1px solid #E5E5E5;
    position: relative;
}
.infoItem::after {
    content: '';
    position: absolute;
    left:0px;
    top:0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 5px;
    box-shadow: 0px 15px 30px rgba(82, 82, 82, 0.15);
    transition: opacity 0.3s ease-in-out;
}

.infoItem:hover::after {
    opacity: 1;
}
.infoItem:last-child{
    margin:0px;
}
.infoOpenDetail{
    font-size: 23px;
    line-height: 123.58%;
    letter-spacing: 0.01em;
    color: #525252;
    display:block;
    padding:35px 0;
}
.infoOpenDetail svg{
    transform: rotate(90deg);
    float:right;
}
.infoOpenDetail:hover svg{
    transform: rotate(-90deg);
}
.itemBlockTitle{
    font-size: 23px;
    line-height: 123.58%;
    letter-spacing: 0.01em;
    color: #525252;
    padding:0px 0 30px;
}
.infoItemDetail{
    padding:44px 0 0;
}
.itemFilesBlock{
    background: #F7F7F7;
    padding:40px;
    border-radius: 10px;
    margin: 20px 0 0;
}
.itemFilesBlock a{
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-decoration: underline;
    color: #525252;
    display:block;
    padding:15px 0 15px 80px;
    margin:0 0 10px;
    background: url(/local/templates/okddd/img/iconPdf.png) no-repeat top left;
}
.itemFilesBlock a:hover{
    background: url(/local/templates/okddd/img/iconPdfHover.png) no-repeat top left;
}
.itemFilesBlock a:last-child{
    margin:0px;
}
.itemFilesBlock a span{
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    color: #789213;
    display:block;
}
.infoItemDetail{
    margin:0 0 35px;
}
.itemTextBlock{
    border-bottom:1px solid #ECECEC;
    margin:0 0 20px;
}
.infoItem table{
    width:100%;
    border-collapse: separate;
    border-spacing: 0px;
}
.infoItem table tr td{
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #525252;
    padding:20px 30px;
}
.infoItem table tr th{
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #525252;
    opacity: 0.62;
    padding:20px 30px;
}
.infoItem table tr td:first-child{
    text-align:left;
}
.infoItem table tr td:last-child{
    text-align:right;
    border:0px;
}
.infoItem .tableGrey tr:nth-child(odd){
    background: #F7F7F7;
    border-radius:10px;
    display:table-row;
}
.tablePink{
    background: #FBF3EF;
    padding:30px;
    margin:0 0 20px;
    border-radius:10px;
}
.infoItem .tablePink tr:nth-child(odd){
    background: #F6E5DB;
    border-radius:10px;
    display:table-row;
}
.tableGreen{
    background: #F1F4E7;
    padding:30px;
    margin:0 0 20px;
    border-radius:10px;
}
.infoItem .tableGreen tr:nth-child(odd){
    background: #E0E6CA;
    border-radius:10px;
    display:table-row;
}
.tableBlue{
    background: #E7F1F6;
    padding:30px;
    margin:0 0 20px;
    border-radius:10px;
}
.infoItem .tableBlue tr:nth-child(odd){
    background: #CAE0EA;
    border-radius:10px;
    display:table-row;
}
.tablePink td, .tablePink th, .tableGreen td, .tableGreen th, .tableBlue td, .tableBlue th{
    text-align: left !important;
}
.tableBlue td, .tableBlue th{
    border-right:1px solid #D9E2E7;
}
.tableGreen td, .tableGreen th{
    border-right:1px solid #D3D8BF;
}
.tablePink td, .tablePink th{
    border-right:1px solid #E9DCD6;
}
.infoItemDetail{
    display:none;
}
.informationAboutNav{
    margin:40px 0 12px;
}
.informationAboutNav ul{
    list-style:none;
    text-align: left;
}
.informationAboutNav li{
    display:inline-block;
}
.informationAboutNav li:last-child{
    margin:0 0 0 10px;
}
.informationAboutNav a{
    padding:15px;
    border-radius: 10px;
    display:inline-block;
}
.informationAboutNav li a {
    background: #fff;
    opacity: 1;
    border: 1px solid rgba(82, 82, 82, 0.15);
}
.informationAboutNav li .active, .informationAboutNav li a:hover{
    background-color: #C5CF9C;
    border: 1px solid #C5CF9C;
    opacity:1;
}
@media(max-width:500px){
    .infoItem{
        overflow: hidden;
    }
    .tablePink, .tableGreen, .tableBlue{
        overflow-y: scroll;
    }
    .informationAbout{
        padding:0 20px;
    }
    .informationAboutNav ul{
        text-align: center;
    }
}
.itemLinksBlock a, .fileExtension{
    position:relative;
}
.itemLinksBlock a:before{
    content:"link";
    position: absolute;
    left:0px;
    top:0px;
    width:44px;
    text-align:center;
    padding:15px 0;
    color:#525252;
    font-size:16px;
}
.fileExtension:before{
    position: absolute;
    left:0px;
    top:0px;
    width:44px;
    text-align:center;
    padding:15px 0;
    color:#525252;
    font-size:16px;
}
.itemFilesBlock a:hover:before, .fileExtension:hover:before{
    color:#fff;
}
/* End */
/* /local/templates/adaptive_lp/components/bitrix/news.list/kinder-card-ch/style.css?1776628412150 */
/* /local/templates/adaptive_lp/components/bitrix/news.list/informationAbout/style.css?17766284125569 */
