<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.art-text {
	text-align: justify;
  	padding: 10px;
}
.art-list-and-head {
	float:left;
  	width: 46%;
  	min-width: 300px;
  	padding: 2%;
}
.art-list-head {
	text-align: center;
  	color: #964951;
}
.art-list {
	text-align: left;
  	padding-left: 20px;
}
.div-yellow{
background-color:#edefd9;
border-color:#a5ae41;
color:#a5ae41;
padding: 10px;
}
.div-green{
background-color:#cce2db;
border-color:#006e4c;
color:#006e4c;
padding: 10px;
}
.div-border-green{
	background-color:#cce2db;
	color:#006e4c;
	/*max-width: 400px;*/
	text-align: justify;
	border: 1px solid #338b70;;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);  
	text-align: justify;
  	padding: 10px;
  	margin: 10px;
}
.div-border-wite{
	/*background-color:#cce2db;*/
	color:#00536f;
	/*max-width: 400px;*/
	text-align: justify;
	border: 1px solid #6698a9;;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);  
	text-align: justify;
  	padding: 10px;
  	margin: 10px;
}
.div-border-notes{
	/*background-color:#cce2db;*/
	/*color:#99c5b7;*/
	/*max-width: 400px;*/
	text-align: justify;
	border: 1px solid #ccdde2;;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);  
	text-align: justify;
  	padding: 10px;
  	margin: 10px;
}
blockquote-csm{
  padding: 30px 20px 30px 45px;
  background-color: #edefd9;
  color:#a5ae41;
  box-shadow: 0 5px 2px rgba(0,0,0,0.1);
  position:relative;
  transition: background-color 0.6s linear;
}

blockquote-csm:before {
    content: "вЂњ";
    display: block;
    font-size: 80px;
    left: 5px;
    position: absolute;
    top: -10px;
}
blockquote2{
  padding: 30px 20px 30px 45px;
  width:500px;
  background-color: #DB532B;
  color:white;
  box-shadow: 0 5px 2px rgba(0,0,0,0.1);
  position:relative;
  transition: background-color 0.6s linear;
}

blockquote2:before {
    content: "вЂњ";
    display: block;
    font-size: 80px;
    left: 5px;
    position: absolute;
    top: -10px;
}
.video {
    height: 0;
    width: 45%;
    position: relative;
    padding-bottom: 40%;
    float: left;
	margin: 25px;
}
.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 450px;
}

/*DIV СЃ СѓРіРѕР»РєР°РјРё*/
.corner-box-6 {
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 200px;
    padding: 30px;
    margin: 10px;
    min-height: 160px;
    border: 2px solid #BFE2FF;
    text-align: center;
}
.corner-ribbon-6 {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.corner-ribbon-6::before, .corner-ribbon-6::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}
.corner-ribbon-6 span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #337AB7;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}
.corner-ribbon-6-top-left {
    top: -10px;
    left: -10px;
}
.corner-ribbon-6-top-left::before, .corner-ribbon-6-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.corner-ribbon-6-top-left::before {
    top: 0;
    right: 0;
}
.corner-ribbon-6-top-left::after {
    left: 0;
    bottom: 0;
}
.corner-ribbon-6-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}
.corner-ribbon-6-top-right {
    top: -10px;
    right: -10px;
}
.corner-ribbon-6-top-right::before, .corner-ribbon-6-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.corner-ribbon-6-top-right::before {
    top: 0;
    left: 0;
}
.corner-ribbon-6-top-right::after {
    right: 0;
    bottom: 0;
}
.corner-ribbon-6-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}
/*РџСЂРµРґСѓРїСЂРµР¶РґРµРЅРёРµ Рѕ РєСѓРєР°С…*/
.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    font-family: Verdana, sans-serif;  
    color: #FFF;
    background: #337AB7;
    padding: 10px 20px; 
    border-top: 4px solid #BFE2FF;
}
/* РћС„РѕСЂРјР»РµРЅРёРµ РєРЅРѕРїРѕРє */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    background: #337AB7;
    border: 2px solid #BFE2FF;//
}
.cookie_btn:hover {
    color: #FFF;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}
/*Р‘Р»РѕРєРё СЃ РёРєРѕРЅРєР°РјРё*/
.iconblock-1 {
    /*margin:10px 0;*/
    transition: all 0.7s ease 0s;
    text-align:center;
}
.iconblock-1 i, 
.iconblock-1 .icon {
    font-size:64px;
    color:#964951;
    border: 6px double #964951;
    display: block;
    height: 64px;
    width:64px;
    margin:0 auto;
    text-align: center;
    padding:18px;
    border-radius:100px;
    box-sizing: content-box;
}
.iconblock-1:hover i, 
.iconblock-1:hover .icon{
    transition: all 0.7s ease 0s;
    border: 6px double #fff;
    color:#fff;
    background: #7c1b25; 
}
.iconblock-1 h3{
    transition: all 0.7s ease 0s;
    color: #337AB7;
    position: relative;
    display:inline-block;    
    margin:0 0 6px 0;
    padding:6px;
    font-size:20px;
}    
.iconblock-1:hover h3{
    color: #000;
}    
.iconblock-1 h3:before {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height:2px;
    background: #337AB7;
    content: '';
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(6px);
}
.iconblock-1:hover h3:before,
.iconblock-1:focus h3:before {
    opacity: 1;
    transform: translateY(0px);
}
.div-form {
    float: left; 
	margin-top: 13px;
    text-align: right; 
    padding-right:10px
	}
.csm-sec {
    position: absolute; 
    left: -9999px; 
    display: none;
	}

/*Р’СЃРїР»С‹РІР°СЋС‰Р°СЏ РїРѕРґСЃРєР°Р·РєР°*/
[data-tooltip] {
    position: relative; /* РћС‚РЅРѕСЃРёС‚РµР»СЊРЅРѕРµ РїРѕР·РёС†РёРѕРЅРёСЂРѕРІР°РЅРёРµ */ 
   }
[data-tooltip]::after {
    content: attr(data-tooltip); /* Р’С‹РІРѕРґРёРј С‚РµРєСЃС‚ */
    position: absolute; /* РђР±СЃРѕР»СЋС‚РЅРѕРµ РїРѕР·РёС†РёРѕРЅРёСЂРѕРІР°РЅРёРµ */
    width: 300px; /* РЁРёСЂРёРЅР° РїРѕРґСЃРєР°Р·РєРё */
    left: 0; top: 0; /* РџРѕР»РѕР¶РµРЅРёРµ РїРѕРґСЃРєР°Р·РєРё */
    background: #7c1b25; /* Р¦РІРµС‚ С„РѕРЅР° */
    color: #fff; /* Р¦РІРµС‚ С‚РµРєСЃС‚Р° */
    padding: 0.5em; /* РџРѕР»СЏ РІРѕРєСЂСѓРі С‚РµРєСЃС‚Р° */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* РџР°СЂР°РјРµС‚СЂС‹ С‚РµРЅРё */
    pointer-events: none; /* РџРѕРґСЃРєР°Р·РєР° */
    opacity: 0; /* РџРѕРґСЃРєР°Р·РєР° РЅРµРІРёРґРёРјР° */
    transition: 1s; /* Р’СЂРµРјСЏ РїРѕСЏРІР»РµРЅРёСЏ РїРѕРґСЃРєР°Р·РєРё */
    border-radius:5px;
	z-index:1000;
   } 
[data-tooltip]:hover::after {
    opacity: 1; /* РџРѕРєР°Р·С‹РІР°РµРј РїРѕРґСЃРєР°Р·РєСѓ */
    top: 2em; /* РџРѕР»РѕР¶РµРЅРёРµ РїРѕРґСЃРєР°Р·РєРё */
   }
   
/*Р&nbsp;Р°РјРєР° СЃ СѓРіРѕР»РєРѕРј-РёРЅС„РѕСЂРјР°С†РёРµР№*/
.corner-box-5 {
    display:inline-block;
    margin: 10px;
    /*width: 300px;*/
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
	background-color: #edefd9;
}
.corner-icon-cont-5 {
    color: #fff;
}
.corner-icon-cont-5:before {
    content: '';
    height: 50px;
    width: 50px;
    transition: 0.5s ease;
    border-radius: 0 0% 100% 0;
    background: #33758c;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
.corner-icon-cont-5:hover {
    width: 100%;
    height: 100%;
}
.corner-icon-cont-5:hover:before {
    border-radius: 0;
    width: 150%;
    height: 150%;
    transition: 0.5s ease;
}
.corner-icon-cont-5:hover .corner-icon-5 {
    top: -50%;
    left: -50%;
    transition: 0.5s ease;
}
.corner-icon-cont-5:hover .corner-textbox-5-2 {
    transition: 0.5s ease;
    top: 50%;
    left: 0;
    z-index: 4;
}
.corner-icon-5 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: 0.8s ease;
    padding: 5px 16px;
    font-weight: bold;
	font-size: x-large;
}
.corner-textbox-5-2 {
    position: absolute;
    top: -200%;
    transform: translateY(-50%);
    transition: 0.4s ease;
    width: 85%;
    color: #fff;
    left: -200%;
    padding: 20px;
	text-align: justify;
}
.corner-textbox-5 {
    text-align: center;
}

/*****************  РњРµРЅСЋ Р›Рљ  **********************/
.ul_lk
{
margin:0px;
padding:0px;
list-style-type:none;
-webkit-backface-visibility: hidden; backface-visibility: hidden;  
}
.var_nav_lk
{
position:relative;
background:#6698a9; 
max-width:400px;
height:70px;
margin-bottom:5px;

/*display: table-cell;
vertical-align: middle;*/
}
.link_bg_lk
{
 width:70px;
 height:70px;
 position:absolute;
 background:#00536f;
 color:#fff;
 z-index:2;
}
.link_bg_lk i
{
 position:relative;
}
.link_title_lk
{
position:absolute;
width:100%;
z-index:3;
color:#fff;
}
.link_title_lk:hover .icon_lk
{
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
-ms-transform:rotate(360deg);
transform:rotate(360deg);  
}
.var_nav_lk:hover .link_bg_lk
{
width:100%;
background:#00536f;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;  
}
.var_nav_lk:hover a.lk
{
//font-weight:bold;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out; 
-o-transition:all .5s ease-in-out; 
-ms-transition:all .5s ease-in-out;
 transition:all .5s ease-in-out;  
 text-decoration:none;
}
.icon_lk
{
position:relative;
width:70px;
height:70px;
text-align:center;
color:#fff;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out; 
-o-transition:all .5s ease-in-out; 
-ms-transition:all .5s ease-in-out;   
float:left;
transition:all .5s ease-in-out;   
float:left;  
}
.icon_lk i{top:13px;position:relative;}
a.lk{
display:block;
position:absolute;
float:left;
font-family:arial;
color:#fff;
text-decoration:none;
width:70%;
height:70px;
text-align:center;
padding-left:80px;
}
span.lk
{
margin-top:15px;
display:block;
}
a.lk_btm_tbl{
margin-bottom: 3px;
}

/***********РљРІР°РґСЂР°С‚ СЃ РїРѕРІРѕСЂРѕС‚РѕРј************/
.block-figure-2 * {
    box-sizing: border-box;
}    
.block-figure-2 {
    margin: 20px auto;
    padding: 0;
    position: relative;
    max-width: 600px;
    width: 100%;
    overflow: hidden;
}
.block-figure-2 .figure-txt {
    border: 6px solid #6698a9;
}
.block-figure-2 .image-wrap {
    border: 6px solid #6698a9;
    border-radius: 1%;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 30px;
    background: #FFF;
    z-index: 1;
    right: 0;
}
.block-figure-2 .image-lay {
    width: 100px;
    height: 200px;
    position: absolute;
    top: -6px;
    background: #FFF;
    z-index: 2;
    right: -6px;
}
.block-figure-2 .image {
    transform-style: preserve-3d;
    perspective: 1000px;
    border-radius: 1%;
    position: absolute;
    z-index: 3;
    height: 176px;
    width: 176px;
    top: 6px;
    right: 6px;
}
.block-figure-2 .front,
.block-figure-2 .back {
    background-size: cover;
    background-position: center;
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    backface-visibility: hidden;
    text-align: center;
    border-radius: 1%;
    color: #fff;
    height: 176px;
    width: 176px;    
    border: 6px solid #6698a9;    
    position: absolute;
}
.block-figure-2 .inner {
    transform: translateY(-50%) translateZ(60px);
    top: 50%;
    position: absolute;
    margin: auto;
    z-index: 4;
    width: 100%;
}
.block-figure-2 .image .back{
    transform: rotateY(180deg);
    transform-style: preserve-3d;
}
.block-figure-2:hover .back{
    transform: rotateY(0deg);
    transform-style: preserve-3d;
}
.block-figure-2:hover .front{
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
}
.block-figure-2 .inner a {
    font-weight: bold;
    font-family: Verdana, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #00536f;
    text-align: center;
    margin: auto;
    display:block;
    font-size: 14px; 
    line-height: 130px;
    height: 142px;
    width: 142px;
    border:6px solid #6698a9;
    border-radius: 1%;
    transition:all .6s ease-in-out;
    overflow:hidden;    
}
.block-figure-2 .inner a::before{
    content:'';
    position:absolute;
    top:-12px;
    margin:auto;
    display:block;
    border-radius:1%;
    width:166px;
    height:166px;
    left:-1px;
    transition:box-shadow .6s ease-in-out;
    z-index:-1;
}
.block-figure-2 .inner a:hover{
    color:#fff;
}
.block-figure-2 .inner a:hover::before{
    box-shadow: inset 0 0 0 166px #00536f;
}
 
.block-figure-2 .figure-txt {
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    margin-right: 100px;
    min-height: 260px;
}
.block-figure-2 .figure-txt h3 {  
    text-transform: uppercase;
    color: #7c1b25;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    font-size: 20px; 
    margin: 6px 100px 12px 0;    
}
.block-figure-2 .figure-txt p { 
    font-family: Verdana, sans-serif;
    font-size: 16px; 
    margin: 10px 100px 10px 0;
}
@media (max-width: 560px) {
    .block-figure-2 .figure-txt,
    .block-figure-2 .figure-txt h3,
    .block-figure-2 .figure-txt p {
        margin-right: 0;
    }
    .block-figure-2 .figure-txt {
        min-height: auto;
        border-bottom: none;
    }
    .block-figure-2 .image-lay {
        display: none;
    }
    .block-figure-2 .image-wrap {
        border: 6px solid #6698a9;
        border-top: none;
        border-radius: 0;
        width: 100%;
        height: 160px;
        position: static;
    }  
    .block-figure-2 .image {
        border-radius: 0;
        position: static;
        height: 160px;
        width: 100%;
    }
    .block-figure-2 .front,
    .block-figure-2 .back {
        height: 154px;
        width: 100%;
        position: static;
        border-radius: 0;
        border: none;
    }
    .block-figure-2 .inner {
        transform: translateY(-100%) translateZ(60px);
        top: -6px;
    }
    .block-figure-2 .inner a::before{
        display: none;
    }
    .block-figure-2 .inner a:hover{
        color:#000;
    }
}
/***********РљСЂСѓРі СЃ РїРѕРІРѕСЂРѕС‚РѕРј**************/
.block-figure-3 * {
    box-sizing: border-box;
}    
.block-figure-3 {
    margin: 20px auto;
    padding: 0;
    position: relative;
    max-width: 600px;
    width: 100%;
    overflow: hidden;
}
.block-figure-3 .figure-txt {
    border: 6px solid #66a894;
}
.block-figure-3 .image-wrap {
    border: 6px solid #66a894;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 30px;
    background: #FFF;
    z-index: 1;
    right: 0;
}
.block-figure-3 .image-lay {
    width: 100px;
    height: 200px;
    position: absolute;
    top: -6px;
    background: #FFF;
    z-index: 2;
    right: -6px;
}
.block-figure-3 .image {
    transform-style: preserve-3d;
    perspective: 1000px;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    height: 176px;
    width: 176px;
    top: 6px;
    right: 6px;
}
.block-figure-3 .front,
.block-figure-3 .back {
    background-size: cover;
    background-position: center;
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    backface-visibility: hidden;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    height: 176px;
    width: 176px;    
    border: 6px solid #66a894;    
    position: absolute;
}
.block-figure-3 .inner {
    transform: translateY(-50%) translateZ(60px);
    top: 50%;
    position: absolute;
    margin: auto;
    z-index: 4;
    width: 100%;
}
.block-figure-3 .image .back{
    transform: rotateY(180deg);
    transform-style: preserve-3d;
}
.block-figure-3:hover .back{
    transform: rotateY(0deg);
    transform-style: preserve-3d;
}
.block-figure-3:hover .front{
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
}
.block-figure-3 .inner a {
    font-weight: bold;
    font-family: Verdana, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #006e4c;
    text-align: center;
    margin: auto;
    display:block;
    font-size: 14px; 
    line-height: 130px;
    height: 142px;
    width: 142px;
    border:6px solid #66a894;
    border-radius: 50%;
    transition:all .6s ease-in-out;
    overflow:hidden;    
}
.block-figure-3 .inner a::before{
    content:'';
    position:absolute;
    top:-12px;
    margin:auto;
    display:block;
    border-radius:50%;
    width:166px;
    height:166px;
    left:-1px;
    transition:box-shadow .6s ease-in-out;
    z-index:-1;
}
.block-figure-3 .inner a:hover{
    color:#fff;
}
.block-figure-3 .inner a:hover::before{
    box-shadow: inset 0 0 0 166px #006e4c;
}
 
.block-figure-3 .figure-txt {
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    margin-right: 100px;
    min-height: 260px;
}
.block-figure-3 .figure-txt h3 {  
    text-transform: uppercase;
    color: #a5ae41;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    font-size: 20px; 
    margin: 6px 100px 12px 0;    
}
.block-figure-3 .figure-txt p { 
    font-family: Verdana, sans-serif;
    font-size: 16px; 
    margin: 10px 100px 10px 0;
}
@media (max-width: 560px) {
    .block-figure-3 .figure-txt,
    .block-figure-3 .figure-txt h3,
    .block-figure-3 .figure-txt p {
        margin-right: 0;
    }
    .block-figure-3 .figure-txt {
        min-height: auto;
        border-bottom: none;
    }
    .block-figure-3 .image-lay {
        display: none;
    }
    .block-figure-3 .image-wrap {
        border: 6px solid #66a894;
        border-top: none;
        border-radius: 0;
        width: 100%;
        height: 160px;
        position: static;
    }  
    .block-figure-3 .image {
        border-radius: 0;
        position: static;
        height: 160px;
        width: 100%;
    }
    .block-figure-3 .front,
    .block-figure-3 .back {
        height: 154px;
        width: 100%;
        position: static;
        border-radius: 0;
        border: none;
    }
    .block-figure-3 .inner {
        transform: translateY(-100%) translateZ(60px);
        top: -6px;
    }
    .block-figure-3 .inner a::before{
        display: none;
    }
    .block-figure-3 .inner a:hover{
        color:#000;
    }
}

/****************** Р’РµСЂС‚РёРєР°Р»СЊРЅС‹Р№ С‚Р°Р№РјР»Р°Р№РЅ ***************************/
#timeline *, 
#timeline *:before, 
#timeline *:after {
    box-sizing: border-box;
}    
#timeline .timeline-item:after, 
#timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
#timeline {
    max-width: 1100px;
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    transition: all 0.4s ease;
}
#timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #337AB7;
    left: 50%;
    top: 0;
    position: absolute;
}
#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}
#timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
}
#timeline .timeline-item .timeline-icon {
    background: #337AB7;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    border-radius: 50%;
}
#timeline .timeline-item .timeline-icon i {
    line-height: 50px;
}
#timeline .timeline-item .timeline-content {
    width: 45%;
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 10px rgba(0,0,0,0.2);
    border-radius: 5px;
    transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content h4 {
    padding: 15px;
    background: #337AB7;
    color: #fff;
    margin: -20px -20px 10px -20px;
    font-weight: 300;
    border-radius: 3px 3px 0 0;
}
#timeline .timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #337AB7;
}
#timeline .timeline-item:nth-child(even) .timeline-content {
    float: right;
}
#timeline .timeline-item:nth-child(even) .timeline-content:before {
    content: '';
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid #337AB7;
}
@media screen and (max-width: 768px) {
    #timeline {
        margin: 30px;
        padding: 0px;
        width: 90%;
    }
    #timeline:before {
        left: 0;
    }
    #timeline .timeline-item .timeline-content {
        width: 90%;
        float: right;
    }
    #timeline .timeline-item .timeline-content:before, 
    #timeline .timeline-item:nth-child(even) .timeline-content:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0;
        border-right: 7px solid #337AB7;
    }
    #timeline .timeline-item .timeline-icon {
        left: 0;
    }
}



/*************************************************************************/
.inputfield {
    width: 90%;
  	margin-top: 13px;
  	background-color: #f7f7f7;
	border: 1px solid #d2d2d2;
}
.input_edit {
    width: auto;
  	margin-top: 13px;
  	/*background-color: #f7f7f7;*/
	border: 1px solid #d2d2d2;
}
.table_title { 
    margin-top: 5px;
    font-weight: bold;
    /*font-size: 10px;*/
    margin-bottom: 0px;
    /*color: rgb(48, 123, 30);*/
    font-style: normal;
    /*font-family: Arial,Geneva CY,Sans-Serif;*/
    text-align: right;
}

.table_head {
    padding: 5px;
    /*font-family: Arial,Geneva CY,Sans-Serif,Geneva CY,Sans-Serif;*/
    /*font-size: 11px;*/
    font-weight: bold;
    text-align: center;
    /*color: rgb(48, 123, 30);*/
}

.table_head_left {
    padding: 5px;
    font-family: Arial,Geneva CY,Sans-Serif,Geneva CY,Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    color: rgb(48, 123, 30);
}

  .table_body { padding: 4px;
    /*font-family: Arial,Geneva CY,Sans-Serif,Geneva CY,Sans-Serif;*/
    /*font-size: 11px;*/
    /*color: rgb(55, 89, 166);*/
    /*font-weight: bold;*/
    text-align: left;
    margin-bottom: 20px;
    }

  .table_body tr:nth-child(even) {
    background-color: #f2fffb
	}

  .table_body_r { padding: 4px;
    /*font-family: Arial,Geneva CY,Sans-Serif,Geneva CY,Sans-Serif;*/
    /*font-size: 11px;*/
    /*color: rgb(55, 89, 166);*/
    /*font-weight: bold;*/
    text-align: right;
    margin-bottom: 20px;
    }

  .table_body_c { padding: 4px;
    /*font-family: Arial,Geneva CY,Sans-Serif,Geneva CY,Sans-Serif;*/
    /*font-size: 11px;*/
    /*color: rgb(55, 89, 166);*/
    /*font-weight: bold;*/
    text-align: center;
    margin-bottom: 20px;
    }

  .table_body_12 { padding: 4px;
    font-family: Arial,Geneva CY,Sans-Serif,Geneva CY,Sans-Serif;
    font-size: 12px;
    color: rgb(55, 89, 166);
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    }

  .table_body_r_12 { padding: 4px;
    font-family: Arial,Geneva CY,Sans-Serif,Geneva CY,Sans-Serif;
    font-size: 12px;
    color: rgb(55, 89, 166);
    font-weight: bold;
    text-align: right;
    margin-bottom: 20px;
    }

  .table_body_c_12 { padding: 4px;
    font-family: Arial,Geneva CY,Sans-Serif,Geneva CY,Sans-Serif;
    font-size: 12px;
    color: rgb(55, 89, 166);
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    }
.loading{ position:fixed; 
    height: 100%; 
    width: 100%; 
    left: 0;
    top: 0; 
    cursor: none; 
    background: #000; 
    background-image: url('/source/cursor.gif');
    background-size: 4%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .5; 
    z-index: 999;
	}
/*Р‘РѕРєРѕРІРѕРµ РјРµРЅСЋ РїРѕРєР°Р·С‹РІР°РµРј С‚РѕР»СЊРєРѕ РґР»СЏ Р±РѕР»СЊС€РёС… СЌРєСЂР°РЅРѕРІ*/
@media screen and (max-width: 1000px)
{ #ext_slideout_id1{
  visibility: hidden;
  display:none;} 
  #ext_slideout_id2{
  visibility: hidden;
  display:none;} 
  #ext_slideout_id3{
  visibility: hidden;
  display:none;}
}
/*РћС„РѕСЂРјР»РµРЅРёРµ СЃРїРёСЃРєР° Р±Р»РѕРєР°РјРё СЃРѕ СЃС‚СЂРµР»РєР°РјРё*/
.list2a {
    margin-bottom: 8px;
    padding:0;
    list-style: none;
    counter-reset: li;
}    
.list2a li {
    position: relative;
    border: 2px solid #337AB7;
    background: #EBF3FA;
    padding:16px 20px 16px 28px;
    margin:12px 0 12px 40px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.list2a li:hover {
    background: #FFF;
}
.list2a li:before {
    line-height: 32px;
    position: absolute;
    top: 4px;
    left:-40px;
    width:40px;
    text-align:center;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background: #337AB7;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.list2a li:hover:before {
    width:46px;
}
.list2a li:after {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    height: 0;
    width: 0;
    border: 16px solid transparent;
    border-left-color: #337AB7;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s
}
.list2a li:hover:after {
    margin-left: 6px;
}
/*Р‘Р»РѕРєРё СЃ СЂР°РјРєР°РјРё Рё РёРєРѕРЅРєРѕР№*/
.iconblock-8 {
    margin: 10px 0;
    padding:10px;
}
.iconblock-8 .icon {
    float: left;
    text-align: center;
    position: relative;
    top: 5px;
    left: 5px;
    width: 64px;
    height: 80px;
    background: #337AB7;
    color: #fff; 
    transition: all .3s;
    transform: skew(-20deg);
    margin-left:30px;
}
.iconblock-8 .icon i,
.iconblock-8 .icon img {
    font-size: 32px;
    height:32px;
    width:32px;
    color: #fff; 
    padding-top:24px;
    z-index:1;
    position: relative;
    box-sizing: content-box;
    transform: skew(20deg);
}
.iconblock-8:hover .icon {
    top: 0;
    left: 0;
}
.iconblock-8:hover .icon {
    box-shadow: 8px 8px #BDE1FF;
}
.iconblock-8 .block {
    overflow: hidden;
    text-align: left;
    padding-left:30px;
}
.iconblock-8 h3 {
    transition: all 0.7s ease 0s;
    color: #337AB7;
    font-size:20px;
    margin:10px 0;
}    
.iconblock-8:hover h3 {
    color: #000;
} 
/*РЎРїРёСЃРѕРє СЃ РіР°Р»РѕС‡РєР°РјРё*/
.list6b {
    padding:0;
    list-style: none;
}
.list6b li{
    padding:6px;
}
.list6b li:before {
    padding-right:10px;
    font-weight: bold;
    color: #C0C0C0;
    content: "\2714";
    transition-duration: 0.5s;
}
.list6b li:hover:before {
    color: #337AB7;
    content: "\2714";
}    </pre></body></html>