html {
    height: 100%;
}

body {
    height: 100%;
    background-color: #f2f2f2;
}

@media print {
    #header_topline,
    #header_panel,
    #menu,
    .sidebar,
    #navigation {
        display: none !important;
    }
    #page {
        box-shadow: none !important;
    }
    h1,
    h2,
    h3,
    h4,
    p,
    li {
        color: #000 !important;
    }
}

#site_content {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}

#header_topline {
    width: 100%;
    height: 3px;
    background-color: #25548a;
}

#header_panel {
    position: relative;
    width: 980px;
    height: 24px;
    margin: 0 auto;
}

#header_panel > a:hover {
    opacity: .7;
}

#header_lang {
    display: block;
    position: relative;
    top: 8px;
    float: right;
    margin: 0 16px;
    padding-left: 17px;
    text-align: right;
    text-decoration: none;
    color: #1b3652;
    opacity: 1;
    font-size: 12px;
}

#header_lang:after {
    content: ''; 
    display: block;
    position: relative;
    top: -14px;
    left: -22px;
    width: 24px;
    height: 16px;
    background: url('/site/images/ico_flag_en.png') no-repeat;
}

#lk {
    float: right;
    margin: 0;
    background: #25548a url('/site/images/ico_lk.png') no-repeat 8px 6px;
    color: #aaa;
    padding: 8px 12px 8px 32px;
    border-radius: 0 0 4px 4px;
    opacity: 1;
    font-size: 12px;
}

#lk a {
    text-decoration: none;
    color: #fff;
}

#lk a:hover {
    text-decoration: underline;
}

#lk.active {
    background: #25548a url('/site/images/ico_lk_active.png') no-repeat 6px 2px;
}

#lk a.active {
    color: #9cdff7;
}

#psv_triggers {
    display: none;  /*ИЗМЕНИТЬ НА NONE  */
}

#psv_trigger {
    float: right;
    margin: 0 8px;
    position: relative;
    top: 4px;
    text-decoration: none;
    padding-left: 27px;
    color: #1b3652;
    opacity: 1;
    font-size: 20px;
}



#psv_trigger:after {
    content: '';
    display: block;
    position: relative;
    top: -18px;
    left: -32px;
    width: 24px;
    height: 15px;
    background: url('/site/images/ico_psv.png') no-repeat;
}

#pic_trigger {
    position: absolute;
    right: 690px;
    top: 8px;
    text-decoration: none;
    color: #1b3652;
    opacity: 1;
    font-size: 12px;
}

#pic_trigger:before {
    content: '';
    display: block;
    position: absolute;
    left: -32px;
    top: -1px;
    width: 24px;
    height: 16px;
    background: url('/site/images/ico_psv2.png') no-repeat;
}

#font_trigger1 {
    position: absolute;
    right: 585px;
    top: 8px;;
    text-decoration: none;
    color: #1b3652;
    opacity: 1;
    font-size: 12px;
}

#font_trigger2 {
    position: absolute;
    right: 500px;
    top: 8px;
    text-decoration: none;
    color: #1b3652;
    opacity: 1;
    font-size: 12px;
}

#color_trigger {
    position: absolute;
    right: 450px;
    top: 8px;
    text-decoration: none;
    color: #1b3652;
    opacity: 1;
    font-size: 12px;
}

#header {
    position: relative;
    width: 980px;
    height: 65px;
    margin: 0 auto;
}

#header_logo {
    position: absolute;
    left: 10px;
    top: 4px;
    opacity: 1 !important;
}

#header_phone1 {
    position: absolute;
    left: 560px;
    bottom: 4px;
    text-align: center;
    font: 21px/21px Helvetica, Arial, Sans-serif;
    font-weight: 600;
    color: #25548a;
}

#header_phone1 > span {
    display: block;
    text-align: center;
    font: 12px/20px Tahoma, Arial, Verdana, Sans-serif, 'Lucida Sans';
    letter-spacing: -0.4px;
    color: #25548a;
}

#header_phone2 {
    position: absolute;
    left: 640px;
    bottom: 0px;
    text-align: center;
    font: 21px/21px Helvetica, Arial, Sans-serif;
    font-weight: 600;
    color: #25548a;
}

#header_phone2 > span {
    display: block;
    text-align: center;
    font: 12px/20px Tahoma, Arial, Verdana, Sans-serif, 'Lucida Sans';
    letter-spacing: -0.4px;
    color: #25548a;
}

#header_btn_apply {
    position: absolute;
    right: 0;
    bottom: -2px;
}

.btn_apply {
    display: block;
    width: 162px;
    height: 56px;
    background: url('/site/images/btn_enrollee.png') no-repeat center;
    text-decoration: none;
}

.btn_apply p{
    color: white;
    display: block;
    display: none;
    
    position: absolute;
    top:14px;
    left: 54px;
}

.btn_apply:hover {
    background: url('/site/images/btn_enrollee_hover.png') no-repeat center;
}
























#menu {
    position: relative;
    width: 980px;
    height: 50px;
    margin: 0 auto;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#25558a+0,1e4470+100 */
    background: rgb(37,85,138); /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(37,85,138,1) 0%,rgba(30,68,112,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(37,85,138,1) 0%,rgba(30,68,112,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25558a', endColorstr='#1e4470',GradientType=0 ); /* IE6-9 */
    
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    
}

#menu_wrapper{
    overflow: hidden;
}

#menu_inside{
    overflow-y: visible;
    display: block;
    float: right;
    width: 1920px;
}


.menu_block{
    display: block;
    float: right;
    height: 50px;
    margin: 0;
    padding: 0;
    -webkit-transition: 0;
    transition: 0;
}

.menu_block:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,ffffff+99 */
    background: rgb(247,247,247); /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.menu_block_point{
    height: 50px;
}


.menu_block_point>p, .menu_block_point>a{
    display: block;
    height: 100%;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
}

#menu0{
    width: 154px;
    border-right: 1px solid #003366;
}
#menu0 .menu_block_point>*{
    color: white;
    padding-top: 18px;
    cursor: default;
}
#menu0:hover .menu_block_point>*{
    color: #003366;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

#menu1{
    width: 120px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #003366;
}
#menu1 .menu_block_point>*{
    color: white;
    padding-top: 10px;
    cursor: default;
}
#menu1:hover .menu_block_point>*{
    color: #003366;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

#menu2{
    width: 235px;
    border-right: 1px solid #003366;
}
#menu2 .menu_block_point>*{
    color: white;
    padding-top: 18px;
    cursor: default;
}
#menu2:hover .menu_block_point>*{
    color: #003366;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

#menu3{
    width: 160px;
    border-right: 1px solid #003366;
}
#menu3 .menu_block_point>*{
    color: white;
    padding-top: 10px;
    cursor: default;
}
#menu3:hover .menu_block_point>*{
    color: #003366;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

#menu4{
    width: 238px;
    border-right: 1px solid #003366;
}
#menu4 .menu_block_point>*{
    color: white;
    padding-top: 10px;
    cursor: default;
}
#menu4:hover .menu_block_point>*{
    color: #003366;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

#menu5{
    width: 48px;
    /*width: 980px;             для показа включить */
    overflow: hidden;
}

#menu5.active{
    width: 980px;
}

#menu5 .menu_block_point{
    display: block;
    float: right;
    width: 980px;
}
#menu5 .menu_block_point input[type="text"]{
    width: 866px;
    margin-right: -4px;
    height: 48px;
    border: 0px solid #cccccc; 
    background: #ffffff !important;
    outline: none; 
    color: #193551;
    font-size: 32px;
    padding-left: 12px;
    box-shadow: none;
}
#menu5 input[type="submit"]{
    position: absolute;
    vertical-align: middle;
    border:none; 
    outline:none;
    width: 50px;
    height: 50px;
    top:0;
    right: 0;
    background: url('/site/images/ico_search.png') no-repeat center;
    cursor: pointer;
    -webkit-transition: 0;
    transition: 0;
}
#menu5.active input[type="submit"]{
    background: white url('/site/images/ico_search_active.png') no-repeat center;
    -webkit-transition: 0;
    transition: 0;
}
#menu5 input[type="reset"]{
    position: relative;
    border:none; 
    outline:none;
    width: 55px;
    height: 55px;
    top:-5px;
    font-family:sans-serif;
    font-size: 24px;
    font-weight: 100;
    color: gray;
    background: white;
    cursor: pointer;
}





.menu_block:hover .menu_block_content{
    display: block;
}

.menu_block_content{
    display: none;
    position: absolute;
    z-index: 1001;
    left: 0;
    padding-top: 12px;
    top: 49px;
    width: 980px;
    background: white;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .3);
}

.menu_block_content .mc_col{
    display:block;
    float: left;
    width: 25%;
}


.mc_col_inside{
    padding: 18px;
    border-left: 1px solid #e8e8e8;
    
}

.mc_block_title{
    margin-bottom: 16px;
    line-height: 1.1em;
    color: black;
    cursor: default;
}

.menu_block_content  a{
    display: block;
    margin-bottom: 0.7em;
    margin-top: 0.7em;
    line-height: 1.1em;
    color: black !important;
    text-decoration: none;
    -webkit-transition: 0;
    transition: 0;
}
.menu_block_content a:hover{
    color: #a8a8a8 !important;
    -webkit-transition: 0;
    transition: 0;
    /text-decoration:underline;
}


.mc_cats{
    display: block;
    float: left;
    width: 100%;
}

.mc_cats .mc_col_inside{
    border: 0;
}

.cat{
    border-radius: 8px;
    overflow: hidden;
    
}
.cat:hover a{
    text-decoration: none;
}
.cat:hover img{
    opacity: 1;
}

.cat img{
    max-width: 100%;
    border-radius: 8px 8px 0 0;
}
.cat p{
    padding: 10px;
    min-height: 32px;
    background: #25548a;
    color: white;
    line-height: 1.2em;
    border-radius: 0 0 8px 8px;
}





































#page {
    display: table;
    position: relative;
    width: 980px;
    min-height: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

#navigation {
    width: 950px;
    height: 28px;
    margin: 15px auto 0;
    font-size: 12px;
    padding: 0 15px;
    line-height: 28px;
    background-color: #fff;
    color: #aaa;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
}



























/* Sidebar */

.sidebar {
    display: table-cell;
    vertical-align: top;
    width: 246px;
    text-align: left;
    border-right: 1px solid #ddd;
}

.sidebar {
    display: block\9;
    float: left\9;
}

.sidebar > hr {
    border: none;
    width: 90%;
    height: 0;
    margin: 20px auto;
    border-bottom: 1px solid #ddd;
}

.sidebar > .menu_left {
    margin: 15px 0;
}

.menu_left > ul {
    margin: 0;
    list-style-type: none;
}

.menu_left > ul li {
    font-size: 12px;
}

.menu_left > ul li:before {
    content: '';
}

.menu_left > ul li.title {
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding: 5px 7px 5px 15px;
    margin-top: 5px;
    color: #000;
}

.menu_left > ul li.space {
    display: block;
    height: 15px;
}

.menu_left > ul li > a.title {
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding: 5px 7px 5px 15px;
    margin-top: 5px;
}

.menu_left > ul li > a.font-red {
    color: red;
}

.menu_left > ul li > a {
    display: block;
    padding: 5px 7px 5px 25px;
    line-height: 16px;
    text-decoration: none;
    border: none;
}

.menu_left > ul li > a:hover {
    background-color: #f2f2f2;
}

.menu_left > ul li > a.active {
    background-color: #0090ff;
    color: #fff;
}

.sidebar > .box {
    margin: 15px 0;
    padding: 0 15px;
}


/* caruselle */

.caruselle {
    display: inline-block;
}

.caruselle li:before {
    display: none;
}

.caruselle_box {
    margin-top: 15px;
    text-align: center;
    position: relative;
}

.caruselle_box .prev,
.caruselle_box .next {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    border: none;
    top: 28px;
    cursor: pointer;
}

.caruselle_box .prev {
    background: url('../images/carusell_btn-s.png') left bottom no-repeat;
    left: 40px;
}

.caruselle_box .next {
    background: url('../images/carusell_btn-s.png') right bottom no-repeat;
    right: 40px;
}

.caruselle_box .prev:hover {
    background: url('../images/carusell_btn-s.png') left 6px no-repeat;
    left: 40px;
}

.caruselle_box .next:hover {
    background: url('../images/carusell_btn-s.png') right 6px no-repeat;
    right: 40px;
}











#footer {
    position: relative;
    top: 70px;
    width: 980px;
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    margin: 0 auto 0px;
    font-size: 12px;
    line-height: 18px;
    color: #777;
}

.footer_row1 {
    padding: 6px 18px 6px 18px;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 100px;
}
.footer_row2 {
    padding: 12px 18px 12px 18px;
    display: block;
    border-top: 1px solid #d6d6d6;
    height: 30px;
}



.footer_social {
    padding-right: 54px;
}

.footer_social h3{
    font-weight: 600;
    color: #25548a;
    margin-bottom: 2px;
}

.social_but {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.vk_but {
    background-image: url(../images/soc_vk.png);
}

.fb_but {
    background-image: url(../images/soc_fb.png);
}

.ig_but {
    background-image: url(../images/soc_ig.png);
}

.od_but {
    background-image: url(../images/soc_od.png);
}

.yt_but {
    background-image: url(../images/soc_yt.png);
}

.tw_but {
    background-image: url(../images/soc_tw.png);
}

#add_sub1 {
    font-size: 1.2em;
    color: #25548a;
}

.footer_col {
    display: block;
    float: left;
    
}

.footer_button {
    display: block;
    float: left;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 1em;
    font-size: 0.9em;
    text-decoration: none;
    color: black;
    border: 1px solid #25548a;
    border-radius: 8px;
    margin-right: 6px;
}

.footer_button img{
    border-radius: 8px 8px 0px 0px;
}
.footer_button:hover {
    color: dimgray;
}

.footer_contacts {
    float: right;
    width:160px
}

.footer_contacts span{
    display: block;
    font-size: 0.76em;
    padding: 0;
    line-height: 1em;
    margin-bottom: 0px;
}

.footer_contacts a{
    color: #25548a;
    font-size: 1.2em;
}

.footer_contacts p{
    font-size: 1.em;
    margin-top: 8px;
    line-height: 1em;
}

.footer_contacts b{
    display: block;
    font-size: 1.2em;
    line-height: 0.6em;
}

.footer_copyright {
    float: left;
    font-size: 1em;
    line-height: 1.4em;
}

#footer_counters {
    display: block;
    float: right;
}


#add_sub_thanks {
    display: block;
    text-align: center;
    font-size: 1.2em;
}
