

/* Start:/bitrix/components/aoioo/aoioo.ihavecookies/templates/.default/ihavecookies.styles.min.css?16669559181494*/
/*! styles for ihavecookies plugin */
#gdpr-cookie-message{z-index:1;position:fixed;right:30px;bottom:30px;max-width:425px;background-color:#3B3646;padding:20px;border-radius:5px;box-shadow:0 6px 6px rgba(0,0,0,.25);margin-left:30px;font-family:system-ui}#gdpr-cookie-message h4{color:#EE4B5A;font-family:'Quicksand',sans-serif;font-size:18px;font-weight:500;margin-bottom:10px}#gdpr-cookie-message h5{color:#EE4B5A;font-family:'Quicksand',sans-serif;font-size:15px;font-weight:500;margin-bottom:10px}#gdpr-cookie-message p,#gdpr-cookie-message ul{color:#fff;font-size:15px;line-height:1.5em}#gdpr-cookie-message p:last-child{margin-bottom:0;text-align:right}#gdpr-cookie-message li{width:49%;display:inline-block}#gdpr-cookie-message a{color:#EE4B5A;text-decoration:none;font-size:15px;padding-bottom:2px;border-bottom:1px dotted rgba(255,255,255,.75);transition:all 0.3s ease-in}#gdpr-cookie-message a:hover{color:#fff;border-bottom-color:#EE4B5A;transition:all 0.3s ease-in}#gdpr-cookie-message button,button#ihavecookiesBtn{border:none;background:#EE4B5A;color:#fff;font-family:'Quicksand',sans-serif;font-size:15px;padding:7px;border-radius:3px;margin-left:15px;cursor:pointer;transition:all 0.3s ease-in}#gdpr-cookie-message button:hover{background:#fff;color:#EE4B5A;transition:all 0.3s ease-in}button#gdpr-cookie-advanced{background:#fff;color:#EE4B5A}#gdpr-cookie-message button:disabled{opacity:.3}#gdpr-cookie-message input[type="checkbox"]{float:none;margin-top:0;margin-right:5px}
/* End */


/* Start:/bitrix/templates/ippk_back_up/components/bitrix/news.list/top_button_top.list/style.css?1433855378343*/
.news-item-butt a { 	font-size:130%; text-decoration:none; font-weight:bold;color:#000} 
.news-item-butt { 	float:left; 	width:49%; 	HEIGHT:70px; 	MARGIN: 2px; } 
.left1 {width:13px;height:70px;background:url(/bitrix/templates/ippk_back_up/components/bitrix/news.list/top_button_top.list/images/g01.gif)} 
.center1{height:70px;background:url(/bitrix/templates/ippk_back_up/components/bitrix/news.list/top_button_top.list/images/g02.gif)} 
.right1{width:14px;height:70px;background:url(/bitrix/templates/ippk_back_up/components/bitrix/news.list/top_button_top.list/images/g03.gif)}
/* End */


/* Start:/bitrix/templates/ippk_back_up/components/bitrix/menu/vertical_multilevel1/style.css?1333349609734*/
ul.left-menu {
  width:232px;
  //height: 300px;
  //background: url('/bitrix/templates/ippk_back_up/components/bitrix/menu/vertical_multilevel1/images/left-menu-bg.png');

background: url(/bitrix/templates/ippk_back_up/components/bitrix/menu/vertical_multilevel1/images/left-menu-bg.png) no-repeat center center fixed;
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
       background-size: cover;

 list-style:none;
  margin:0 0 0 0;
  padding:0;
}

ul.left-menu li {
  margin: 0 35px 0 20px;
  padding: 10px 0;
  text-align: right;
  text-transform: uppercase;
  font: 13px Verdana, Arial, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #454545;
}

ul.left-menu li a, ul.left-menu li a:visited {
  color:#fff;
  text-decoration: none;
}

ul.left-menu li a:hover {
  color:#d9d9d9;
  text-decoration: none;
}
/* End */


/* Start:/bitrix/templates/ippk_back_up/components/bitrix/news.list/top_button_bottom.list/style.css?1433856845344*/
.news-item-butt a { 	font-size:130%; text-decoration:none; font-weight:bold; color:#000} 
.news-item-butt { 	float:left; 	width:49%; 	HEIGHT:70px; 	MARGIN: 2px; } 
.left1 {width:13px;height:70px;background:url(/bitrix/templates/ippk_back_up/components/bitrix/news.list/top_button_bottom.list/images/g01.gif)} 
.center1{height:70px;background:url(/bitrix/templates/ippk_back_up/components/bitrix/news.list/top_button_bottom.list/images/g02.gif)} 
.right1{width:14px;height:70px;background:url(/bitrix/templates/ippk_back_up/components/bitrix/news.list/top_button_bottom.list/images/g03.gif)}
/* End */


/* Start:/bitrix/templates/ippk_back_up/components/slider/slider/new/css/lightSlider.css?14600183037046*/
/** /!!! core css Should not edit !!!/**/

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.7;
    overflow: hidden;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
	background-image: url('/bitrix/templates/ippk_back_up/components/slider/slider/new/css/../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/* End */


/* Start:/bitrix/templates/ippk_back_up/components/slider/slider/new/css/slider.css?1460018303164*/
.demo {
	width:810px;
/*min-width:900px;*/
    /*position: absolute;*/
    display: block;
	margin: auto;
  /*top: 0;*/
  right: 0;
  /*bottom: 0;*/
  left: 0;

}


/* End */


/* Start:/bitrix/templates/ippk_back_up/components/bitrix/menu/left/style.css?1320310213408*/
.left-menu div
{
	margin:9px 9px 9px 9px;
}

.left-menu div.separator
{
	width:90%;
	height:1px;
	font-size:1px;
	margin:0;
	background:url(/bitrix/templates/ippk_back_up/components/bitrix/menu/left/images/menu-items-separator.gif) left repeat-x;
}

.left-menu div.directory
{
	background:url(/bitrix/templates/ippk_back_up/components/bitrix/menu/left/images/arrow.gif) right 65% no-repeat;
}

.left-menu a
{
	font-size:12px;
	text-decoration:none;
	color:#000;
	font-weight:bold;

}

.left-menu a.selected
{
	color:#c30808;
}
/* End */


/* Start:/bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1269947992501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/bitrix/templates/ippk_back_up/styles.css?16486470393971*/
body {padding:0; margin:0; color:#000000;}
body, td {font-family:Tahoma; font-size:12px; }
br{font-size:12px}
span.news-date-time {color:#7E7E7E;}
h1 {font-size:16px;color:#8D381D;}

.header{color:#262626; font-size:11px; line-height:13px} 
.header b{color:#8D381D; font-size:12px; line-height:13px}
.header a{color:#8D381D; text-decoration:underline}
.header a:hover{text-decoration:none} 

.content {padding:0 20px 15px 20px;width:657px;height:319px;}
.content td{color:#7E7E7E; font-size:11px; line-height:13px}
.content b{color:#8D381D; font-size:12px;}
.content b a{color:#7E7E7E; font-size:10px; text-decoration:none; font-weight:normal} 
.content b a:hover{text-decoration:underline}
.content a{color:#8D381D; text-decoration:none}
.content a:hover{text-decoration:underline}

.content .block a{color:#7E7E7E; text-decoration:underline}
.content .block a:hover{text-decoration:none} 

.footer{color:#262626; font-size:11px; line-height:13px} 
.footer a{color:#8D381D; font-size:11px; text-decoration:underline} 
.footer a:hover{text-decoration:none} 

input,textarea{
   font-family:Tahoma;
   color:#7E7E7E; 
   font-size:11px;
   padding-left:5px
}
/*-----------------ÑÒÈËÈ ÒÀÁÎÂ--------------------*/
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
/*-----------------ÊÎÍÅÖ ÑÒÈËÅÉ ÒÀÁÎÂ--------------------*/

/* - AOIOO logo  - */
.logo-aoioo {
    background-color: rgb(235, 228, 220);
    text-align: center;
}
/* - AOIOO Special version  - */
.special-version-aoioo {
    background-color: rgb(235, 228, 220);
    color: black;
    padding: 0px 0px 10px 0px;
    font-size: 13px;
    font-family: "Arial";
    vertical-align: middle;
    text-align: center;
}
/* End */


/* Start:/bitrix/templates/ippk_back_up/template_styles.css?1648647039351*/
/*Content block*/
.content-block
{
	border-top-color:#E4E4E4;
	background:#F5F5F5;
	margin-bottom:5px;
	width:100%;
}

.content-block-head
{
	background-image:url(/bitrix/templates/ippk_back_up/images/content_block_bg.gif);
	font-weight:bold;
	font-size:95%;
	margin:30px 2px 2px 2px;
	padding: 5px 9px;
	text-align:center;
}

.content-block-body
{
	padding:4px 5px;
	width:100%;
}

/* End */
/* /bitrix/components/aoioo/aoioo.ihavecookies/templates/.default/ihavecookies.styles.min.css?16669559181494 */
/* /bitrix/templates/ippk_back_up/components/bitrix/news.list/top_button_top.list/style.css?1433855378343 */
/* /bitrix/templates/ippk_back_up/components/bitrix/menu/vertical_multilevel1/style.css?1333349609734 */
/* /bitrix/templates/ippk_back_up/components/bitrix/news.list/top_button_bottom.list/style.css?1433856845344 */
/* /bitrix/templates/ippk_back_up/components/slider/slider/new/css/lightSlider.css?14600183037046 */
/* /bitrix/templates/ippk_back_up/components/slider/slider/new/css/slider.css?1460018303164 */
/* /bitrix/templates/ippk_back_up/components/bitrix/menu/left/style.css?1320310213408 */
/* /bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1269947992501 */
/* /bitrix/templates/ippk_back_up/styles.css?16486470393971 */
/* /bitrix/templates/ippk_back_up/template_styles.css?1648647039351 */
