/*Theme Name: Academia-NSKAuthor: AndreyKaShopsDescription: Шаблон разарботан для Учебного Центра АкадемияVersion: 1.0*//*Theme Name: Academia-NSKAuthor: AndreyKaShopsDescription: Шаблон разарботан для Учебного Центра АкадемияVersion: 1.0*/@font-face {
    font-family:Constantia;
    src:url(file/CONSTAN.TTF);
}
@font-face {
    font-family:Gabriola;
    src:url(file/Gabriola.ttf);
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}
article,aside,details,figcaption,figure,footer,header,nav,section,summary {
    display: block;
}
audio,canvas,video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    color: black;
    font-size: 15px;
    font-family: 'Times New Roman';
    margin: 0;
    background: #F9FFDF;
}
input:focus:-moz-placeholder {
    color:transparent;
}
input:focus::-webkit-input-placeholder {
    color:transparent;
}
a {
    color: #8ba71c;
}
a:active,a:hover {
    color: #8ba71c;
    outline: 0;
    text-decoration: none;
}
.alignleft{
    float: left;
    margin-right: 10px;
}
.alignright{
    float: right;
    margin-left: 10px;
}
.aligncenter{
    margin: 0 auto;
    display: block;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* Хак для IE 6 и 7 */
}
#wrap{
    width: 1000px;
    position: relative;
    margin: 10px auto;
    -moz-box-shadow: 0px 0px 8px #888;
    -webkit-box-shadow: 0px 0px 8px #888;
    box-shadow: 0px 0px 8px #888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: white url('img/gard_03.png') top repeat-x;
}
#head{
    height: 240px;
    background: url('img/img_05.png') top right no-repeat;
    position: relative;
}
#l-head{
    width: 475px;
    float: left;
}
.logo {
    margin: 20px 0 15px 25px;
    width: 385px;
    height: 115px;
    display: block;
    background: url('img/img_08.png') center center no-repeat;
}
.aforizm{
    border: 1px solid #D2E678;
    background: white;
    padding: 10px;
    margin: 5px 0px 0 20px;
    overflow: hidden;
    height: 62px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #83A000;
    font-size: 23px;
    line-height: 16px;
    font-family: Gabriola;
    position: relative;
    list-style-type: none;
}
.aforizm li{
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    text-align: center;
    color: black;
}
.cont {
    position: relative;
    top: 40px;
    background: url('img/img_11.png') left 3px no-repeat;
    min-height: 51px;
    width: 250px;
    padding-left: 60px;
    font-family: Constantia;
    float: left;
    font-size: 22px;
}
#zwon {
    background: url('img/gard_06.png') repeat-x;
    text-align: center;
    height: 25px;
    width: 183px;
    line-height: 23px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #708900;
    color: white;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: -35px;
}
#h-nav{
    height: 48px;
    position: relative;
}
#h-nav>ul{
    width: 1000px;
}
#h-nav ul{
    list-style-type: none;
    height: 48px;
    margin: 0;
    padding: 0;
    display: table;
}
#h-nav ul:before,#h-nav ul:after {
    content: "";
    display: table;
}
#h-nav ul:after {
    clear: both;
}
#h-nav ul {
    zoom:1;
}
#h-nav ul li{
    height: 48px;
    display: table-cell;
    margin: 0;
    text-align: center;
    padding: 6px 18px;
    opacity: 1;
    visibility: visible;
}
#h-nav ul li:hover{
    background: url('img/gard_10.png') repeat-x;
}
#h-nav ul li a{
    text-decoration: none;
    color: black;
}
#h-nav ul>li:hover>ul{
    display: block;
}
#h-nav ul ul{
    position: absolute;
    background: #C1EB02;
    display: none;
    top: 48px;
    height: auto;
    left: 0;
    z-index: 1;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#h-nav ul ul li{
    display: block;
    position: relative;
    padding: 5px 10px;
    height: auto;
    border-bottom: 1px solid #979797;
}
#h-nav ul ul li:last-child{
    border-bottom: 0px;
}
#h-nav ul ul li:hover{
    background: #ad3;
}
#h-nav ul ul li a{
    font-size: 13px;
}
#h-nav ul ul ul{
    display: none;
    top: 0;
    width: 250px;
    right: -250px;
    left: auto;
}
#h-nav ul ul li:hover>ul{
    display: block;
}
#sidebar{
    width: 250px;
    float: left;
    margin-top: 5px;
    padding: 0 10px;
}
#sidebar>ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.widgettitle{
    color: #83A000;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    margin: 0;
}
.widget{
    width: 100%;
    background: #F9FFDF;
    border: 1px solid #E4EACD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 30px 0 15px;
    margin: 10px 0;
    display: block;
    margin-bottom: 10px;
}
.widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget .menu li a:before{
    content: '>>  ';
    font-size: 8px;
    font-family: Arial;
    margin-left: -13px;
    font-weight: bold;
}
.widget .menu li a:hover:before, .widget .menu li a:hover, .widget .menu li ul a:before{
    color: #83a000;
}
.widget .menu a{
    text-decoration: none;
    color: black;
    line-height: 14px;
    font-size: 14px;
    padding-left: 13px;
    display: block;
}
.widget .menu li{
    padding: 5px 0;
}
.widget .menu li ul{
    margin-left: 12px;
}
.wps_widget_new_post li {
    color: #8F8F8F;
    font-size: 14px;
    padding: 5px 0;
    margin: 5px 0;
    border-bottom: 1px solid #E0E0E0;
}
.wps_widget_new_post li:last-child{
    border-bottom: 0;
}
.wps_widget_new_post li:hover h4 a{
    color: #83a000;
}
.wps_widget_new_post h4 {
    margin: 0;
}
.wps_widget_new_post h4 a{
    text-decoration: none;
    font-size: 14px;
    color: black;
}
#content {
    width: 740px;
    padding: 0 10px;
    min-height: 500px;
    float: left;
}
#content h1{
    background: #F9FFDF;
    border: 1px solid #E4EACD;
    text-align: center;
    font-size: 17px;
    padding: 2px 1px;
    color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
}
#content blockquote{
    background: #F9FFDF;
    border: 1px solid #E4EACD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 15px;
    margin: 0;
    display: block;
}
blockquote p{
    width: 698px !important;
}
#content ul{
    list-style: none;
    margin: 5px 0 5px 20px;
    padding: 0;
}
#content ul li:before{
    content: '- ';
}
.wpcf7{
    max-width: 450px;
    margin: 0 auto !important;
}

.wpcf7 span{
    font-size: 16px;
}
.wpcf7 textarea, .wpcf7 input, .wpcf7 select, .jq-selectbox{
    border: 1px solid #C1EB02;
    width: 100% !important;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    font-family: 'Times New Roman';
    color: #474747;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
    position: relative;
    display: inline-block;
}
.jq-selectbox__trigger {
    width: 25px;
    height: 29px;
    background: #95AE26;
    display: block;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 5px solid #424242;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    filter: alpha(opacity=30);
}
.wpcf7 textarea:focus, .wpcf7 input:focus, .wpcf7 select:focus{
    box-shadow: 0 0 5px #37B93C;
    -moz-box-shadow: 0 0 5px #37B93C;
    -webkit-box-shadow: 0 0 5px #37B93C;
    border: 1px solid #8DAC03;
}
.wpcf7 select{
    cursor: pointer;
}
.wpcf7 .wpcf7-submit{
    background: url('img/gard_06.png') repeat-x;
    text-align: center;
    height: 25px;
    width: 100px !important;
    position: initial;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #708900;
    color: black;
    cursor: pointer;
    padding: 0;
    right: 40px;
    bottom: 10px;
}
.jq-selectbox__select, .jq-selectbox__select-text, .jq-selectbox__dropdown{
    cursor: pointer;
    width: 100% !important;
}
.jq-selectbox__dropdown{
    border: 1px solid #E4EACD;
    background-color: #F9FFDF;
}
.conteiner{
    float: left;
    width: 215px;
    margin-right: 42px;
}
.conteiner:last-child{
    margin: 0;
}
.blok, .widget_stat_blok{
    width: 205px;
    height: 155px;
    border: 5px solid #EDFCA8;
    -moz-box-shadow: 0px 0px 8px #A8A8A8;
    -webkit-box-shadow: 0px 0px 8px #A8A8A8;
    box-shadow: 0px 0px 8px #A8A8A8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.widget_stat_blok{
    background: url('img/img_26.png') top center no-repeat;
    width: 100%;
}
.widget_stat_blok a{
    width: 100%;
    height: 155px;
    display: block;
    margin: 0;
    position: absolute;
    left: -5px;
    top: -5px;
    text-decoration: none;
}
.blok a{
    width: 205px;
    height: 155px;
    display: block;
    margin: 0;
    position: absolute;
    left: -5px;
    top: -5px;
    text-decoration: none;
}
.blok.cl1{
    background: url('img/img_26.png') top center no-repeat;
}
.blok.cl2{
    background: url('img/img_29.png') top center no-repeat;
}
.blok.cl3{
    background: url('img/img_32.png') top center no-repeat;
}
.blok span, .widget_stat_blok span{
    font-size: 17px !important;
    font-family: Arial !important;
    color: #83A000;
    font-weight: bold;
    text-align: center;
    margin-top: 120px !important;
    display: block;
}
.conteiner ul{
    margin: 10px 0 !important
}
.conteiner li{
    margin-bottom: 20px;
}
#content .conteiner li:before {
    content: '' !important;
}
.conteiner h4 {
    margin: 5px 0;
    padding: 0;
}
.conteiner h4 a{
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}
.conteiner p{
    font-size: 12px;
    font-family: Arial;
    margin: 0;
}
#vspl{
    position: fixed;
    top: 430px;
    right: -210px;
    background-color: white;
    z-index: 9;
}
.archiv{
    padding: 5px 0;
    margin: 5px 0;
    border-bottom: 1px solid #E0E0E0;
}
.archiv h2{
    margin: 0;
}
.archiv h2 a{
    color: #83A000;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    font-family: Arial;
    margin: 0;
}
.archiv a{
    text-decoration: none;
}
.archiv a:hover{
    text-decoration: underline;
}
.archiv .enty p{
    font-size: 12px;
    font-family: Arial;
    margin: 0;
}
.post-84 .enty h3{
    display: none;
}
.enty p{
    width: 100%;
}
.post-84 .wpcf7{
    text-align: center;
}
.dsfaq_ol_quest p{
    width: 690px;
}
.dsfaq_quest_title, .dsfaq_quest, .dsfaq_answer_title{
}
.nav-single{
    position: relative;
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}
.nav-single a{
    background: url('img/gard_06.png') repeat-x;
    text-align: center;
    height: 25px;
    width: 183px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #708900;
    color: white;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 0;
    line-height: 23px;
    text-decoration: none;
}
.nav-sred a{
    position: initial;
    margin: 0 auto;
    display: block;
}
.nav-previous a{
    left: 0;
}
.password{
    text-align: center;
}
input[name="post_password"]{
    border: 1px solid #A3A3A3;
    width: 300px;
    background: #EBEBEB;
    padding: 5px 5px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    font-family: 'Times New Roman';
    color: #474747;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
    position: relative;
    display: inline-block;
}
.password input[type="submit"]{
    background: url('img/gard_06.png') repeat-x;
    text-align: center;
    height: 25px;
    width: 100px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #708900;
    color: white;
    cursor: pointer;
    padding: 0;
    padding-bottom: 1px;
}
.enty{
    text-align: justify;
}
#XXX{
    position: absolute;
    color: #949494;
    top: -131px;
    right: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #D6D6D6;
    z-index: 5;
    cursor: pointer;
}
.vspl_act{
    opacity: 1 !important;
}
#XXX:hover{
    color: black;
}
footer{
    border-top: 1px solid #CDCDCD;
    position: relative;
    overflow: hidden;
    clear: both;
    background: url('img/gard_15.png') bottom repeat-x;
}
.copirate {
    float: left;
    max-width: 57%;
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    font-family: Arial;
}
.counter {
    float: right;
    padding: 10px 0 5px;
}
.min_banner {
    display: block;
    float: right;
    margin: 0 10px;
}
.ecspres{
    margin: 15px 0 0 !important;
    padding: 0 !important;
    background: url('img/bacbox.png') no-repeat;
    display: block;
    width: 100%;
    height: 82px;
    font-size: 22px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.ecspres li{
    display: block;
    width: 730px;
    height: 82px;
    padding: 2px 10px;
    font-weight: bold;
}
.ecspres a{
    color: white;
    text-decoration: none;
}
.ecspres li:before{
    content: '' !important;
}
.slideshowlink{
    display: none;
}
.navigation{
    margin: 15px;
}
body .wp-paginate .current , body .wp-paginate a{
    color: #0F0E0E;
    background: #D4E7C3;
    border: 1px solid #B9B9B9;
    margin-right: 4px;
    padding: 3px 6px;
}
body .wp-paginate a:hover, body .wp-paginate a:active {
    background: #C1E259;
    color: black;
}
.ngg-galleryoverview{
    padding: 0 42px;
}
#social{
    margin: 10px 0 0px;
    overflow: hidden;
    padding: 10px 10px;
    clear: both;
    text-align: center;
    background: #F9FFDF;
    border-bottom: 1px solid #B8B8B8;
}
#social>div{
    float: left;
    overflow: hidden;
    width: 330px;
}
#social>div:nth-child(2){
    width: 320px;
    padding: 1px 0;
}
.fb_iframe_widget {
    background: #FFF;
}
.gplus {
    margin: 25px 10px 0;
    float: left;
}

.butt{overflow: hidden;margin-bottom: 30px;}.butt .abut1{display: block;float: left;width: 334px;height: 91px;background: url('img/11.png') 0 0 no-repeat;}.butt .abut1:hover{background: url('img/12.png') 0 0 no-repeat;}.butt .abut1:active{background: url('img/13.png') 0 0 no-repeat;}.butt .abut2{display: block;float: right;width: 334px;height: 91px;background: url('img/21.png') 0 0 no-repeat;}.butt .abut2:hover{background: url('img/22.png') 0 0 no-repeat;}.butt .abut2:active{background: url('img/23.png') 0 0 no-repeat;}#otzform{width: 365px;margin: 0 auto;}#otzform h3{text-align: center;padding: 5px;color: #405601;font-weight: normal;font-size: 25px;margin: 0;border-bottom: 1px solid #E8F1D2;box-shadow: 0 1px 0 #A6C544;}#otzform.nline h3{margin: 0 auto 10px;}#otzform p{margin: 0;overflow: hidden;}#otzform label{float: left;width: 50%;display: inline-block;}#otzform label {cursor: pointer;margin: 15px 0;padding-left: 25px;line-height: 20px;color: #5E5E5E;background: url('img/radio.png') 0px center no-repeat;}#otzform input[type="radio"]:checked + label{background: url('img/radio_act.png') 0px center no-repeat;}#otzform input[type="radio"]{display: none;}#otzform .otstyle{padding: 5px 15px;margin-bottom: 10px;border-radius: 5px;width: 100%;outline: none;font-family: Arial;font-size: 13px;max-width: 100%;border: 1px solid #6A8C11;} #otzform input[type="submit"]{width: 115px;height: 40px;float: right;border-radius: 2px;color: #FFF;font-size: 14px;cursor: pointer;border: 1px solid #5E6F01;background: rgb(123,147,9); /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiOTMwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZTRiMDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  rgba(123,147,9,1) 0%, rgba(62,75,5,1) 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(123,147,9,1)), color-stop(100%,rgba(62,75,5,1))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  rgba(123,147,9,1) 0%,rgba(62,75,5,1) 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  rgba(123,147,9,1) 0%,rgba(62,75,5,1) 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  rgba(123,147,9,1) 0%,rgba(62,75,5,1) 100%); /* IE10+ */background: linear-gradient(to bottom,  rgba(123,147,9,1) 0%,rgba(62,75,5,1) 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b9309', endColorstr='#3e4b05',GradientType=0 ); /* IE6-8 */}#otzform .true, #otzform .false{padding: 10px 0;display: block;font-weight: bold;text-align: center;color: #008000;}#otzform .false{color: #F00;}.otpost{overflow: hidden;margin-bottom: 10px;}.otpost h3{margin: 0;text-align: center;}.otpost h3 a{text-align: center;font-size: 17px;background: #F9FFDF;color: #8BA71C;border: 1px solid #E4EACD;text-decoration: none;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;font-weight: normal;padding: 3px 25px;display: inline-block;}.otpost h3 a:hover{text-decoration: underline;}.otpost h3 a span{font-weight: bold;}.otpost article{border: 1px solid #E4EACD;padding: 10px;margin: 10px;overflow: hidden;border-radius: 5px;display: block;}.otpost article h2{margin: 0 0 5px;font-size: 16px;color: #8BA71C;}.otpost article .enty{}.otpost article .enty p{width: 100%;line-height: 16px;margin: 0;}.otpost .anext{width: 110px;height: 30px;line-height: 28px;float: right;border-radius: 2px;text-decoration: none;margin-left: 10px;text-align: center;color: #FFF;text-shadow: 1px 1px 0 #7E7E7E;font-size: 14px;cursor: pointer;border: 1px solid #B55A01;background: rgb(255,171,0); /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdkMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  rgba(255,171,0,1) 0%, rgba(255,125,1,1) 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,171,0,1)), color-stop(100%,rgba(255,125,1,1))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  rgba(255,171,0,1) 0%,rgba(255,125,1,1) 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  rgba(255,171,0,1) 0%,rgba(255,125,1,1) 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  rgba(255,171,0,1) 0%,rgba(255,125,1,1) 100%); /* IE10+ */background: linear-gradient(to bottom,  rgba(255,171,0,1) 0%,rgba(255,125,1,1) 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffab00', endColorstr='#ff7d01',GradientType=0 ); /* IE6-8 */}.otpost .anext:hover{background: #FFAB00;}.otpost .anext.add{border: 1px solid #03691C;background: rgb(82,177,82); /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyYjE1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwOGEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background: -moz-linear-gradient(top,  rgba(82,177,82,1) 0%, rgba(0,138,0,1) 99%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(82,177,82,1)), color-stop(99%,rgba(0,138,0,1))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  rgba(82,177,82,1) 0%,rgba(0,138,0,1) 99%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  rgba(82,177,82,1) 0%,rgba(0,138,0,1) 99%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  rgba(82,177,82,1) 0%,rgba(0,138,0,1) 99%); /* IE10+ */background: linear-gradient(to bottom,  rgba(82,177,82,1) 0%,rgba(0,138,0,1) 99%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52b152', endColorstr='#008a00',GradientType=0 ); /* IE6-8 */}.otpost .anext.add:hover{background: #52b152;}

body{position:relative;z-index:0;margin:0;padding:0 0 1em 0;}
.b-page__content{min-height:50px}

.b-head-decor{display:none}
.b-page_newyear .b-head-decor{
   position:absolute;
   top:0;
   left:0;
   display:block;
   height:115px;
   width:100%;
   overflow:hidden;
   background:url(/images/balls/b-head-decor_newyear.png) repeat-x 0 0
}
.b-page_newyear .b-head-decor__inner{position:absolute;top:0;left:0;height:115px;display:block;width:373px}
.b-page_newyear .b-head-decor::before{content:'';display:block;position:absolute;top:-115px;left:0;z-index:3;height:115px;display:block;width:100%;box-shadow:0 15px 30px rgba(0,0,0,0.75)}
.b-page_newyear .b-head-decor__inner_n2{left:373px}
.b-page_newyear .b-head-decor__inner_n3{left:746px}
.b-page_newyear .b-head-decor__inner_n4{left:1119px}
.b-page_newyear .b-head-decor__inner_n5{left:1492px}
.b-page_newyear .b-head-decor__inner_n6{left:1865px}
.b-page_newyear .b-head-decor__inner_n7{left:2238px}

.b-ball{position:absolute}
.b-ball_n1{top:0;left:3px;width:59px;height:83px}
.b-ball_n2{top:-19px;left:51px;width:55px;height:70px}
.b-ball_n3{top:9px;left:88px;width:49px;height:67px}
.b-ball_n4{top:0;left:133px;width:57px;height:102px}
.b-ball_n5{top:0;left:166px;width:49px;height:57px}
.b-ball_n6{top:6px;left:200px;width:54px;height:70px}
.b-ball_n7{top:0;left:240px;width:56px;height:67px}
.b-ball_n8{top:0;left:283px;width:54px;height:53px}
.b-ball_n9{top:10px;left:321px;width:49px;height:66px}
.b-ball_n1 .b-ball__i{background:url(/images/balls/b-ball_n1.png) no-repeat}
.b-ball_n2 .b-ball__i{background:url(/images/balls/b-ball_n2.png) no-repeat}
.b-ball_n3 .b-ball__i{background:url(/images/balls/b-ball_n3.png) no-repeat}
.b-ball_n4 .b-ball__i{background:url(/images/balls/b-ball_n4.png) no-repeat}
.b-ball_n5 .b-ball__i{background:url(/images/balls/b-ball_n5.png) no-repeat}
.b-ball_n6 .b-ball__i{background:url(/images/balls/b-ball_n6.png) no-repeat}
.b-ball_n7 .b-ball__i{background:url(/images/balls/b-ball_n7.png) no-repeat}
.b-ball_n8 .b-ball__i{background:url(/images/balls/b-ball_n8.png) no-repeat}
.b-ball_n9 .b-ball__i{background:url(/images/balls/b-ball_n9.png) no-repeat}
.b-ball_i1 .b-ball__i{background:url(/images/balls/b-ball_i1.png) no-repeat}
.b-ball_i2 .b-ball__i{background:url(/images/balls/b-ball_i2.png) no-repeat}
.b-ball_i3 .b-ball__i{background:url(/images/balls/b-ball_i3.png) no-repeat}
.b-ball_i4 .b-ball__i{background:url(/images/balls/b-ball_i4.png) no-repeat}
.b-ball_i5 .b-ball__i{background:url(/images/balls/b-ball_i5.png) no-repeat}
.b-ball_i6 .b-ball__i{background:url(/images/balls/b-ball_i6.png) no-repeat}
.b-ball_i1{top:0;left:0;width:25px;height:71px}
.b-ball_i2{top:0;left:25px;width:61px;height:27px}
.b-ball_i3{top:0;left:176px;width:29px;height:31px}
.b-ball_i4{top:0;left:205px;width:50px;height:51px}
.b-ball_i5{top:0;left:289px;width:78px;height:28px}
.b-ball_i6{top:0;left:367px;width:6px;height:69px}
.b-ball__i{
    position:absolute;
    width:100%;
    height:100%;
    -webkit-transform-origin:50% 0;
    -moz-transform-origin:50% 0;
    -o-transform-origin:50% 0;
    transform-origin:50% 0;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    pointer-events:none
}
.b-ball_bounce .b-ball__right{position:absolute;top:0;right:0;left:50%;bottom:0;z-index:9}
.b-ball_bounce:hover .b-ball__right{display:none}
.b-ball_bounce .b-ball__right:hover{left:0;display:block!important}
.b-ball_bounce.bounce>.b-ball__i{-webkit-transform:rotate(-9deg);-moz-transform:rotate(-9deg);-o-transform:rotate(-9deg);transform:rotate(-9deg)}
.b-ball_bounce .b-ball__right.bounce+.b-ball__i{-webkit-transform:rotate(9deg);-moz-transform:rotate(9deg);-o-transform:rotate(9deg);transform:rotate(9deg)}
.b-ball_bounce.bounce1>.b-ball__i{-webkit-transform:rotate(6deg);-moz-transform:rotate(6deg);-o-transform:rotate(6deg);transform:rotate(6deg)}
.b-ball_bounce .b-ball__right.bounce1+.b-ball__i{-webkit-transform:rotate(-6deg);-moz-transform:rotate(-6deg);-o-transform:rotate(-6deg);transform:rotate(-6deg)}
.b-ball_bounce.bounce2>.b-ball__i{-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}
.b-ball_bounce .b-ball__right.bounce2+.b-ball__i{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}
.b-ball_bounce.bounce3>.b-ball__i{-webkit-transform:rotate(1.5deg);-moz-transform:rotate(1.5deg);-o-transform:rotate(1.5deg);transform:rotate(1.5deg)}
.b-ball_bounce .b-ball__right.bounce3+.b-ball__i{-webkit-transform:rotate(-1.5deg);-moz-transform:rotate(-1.5deg);-o-transform:rotate(-1.5deg);transform:rotate(-1.5deg)}
.b-page_newyear{
    z-index: 99999999;
    position: relative;
}

.happy {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.head_links {
    width: 1000px;
    margin: 0 auto 0;
    text-align: center;
}


.head_links ul, .btn_alone ul {
    padding: 0;
}

.head_links ul li, .btn_alone ul li {
	position: relative;
    display: inline-block;
    list-style: none;
}

.head_links ul li ul, .btn_alone ul li ul {
    position: absolute;
    display: none;
    top: 29px;
    z-index: 999;
    padding: 3px 10px;
    text-align: left;
    background-color: #7f9909;
    border: 1px solid #708900;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.31);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.31);
}

.btn_alone ul li ul {
	top: 62px;
    min-width: 290px;
}

.head_links li.sub_list:hover ul, .btn_alone li.sub_list:hover ul {display: block;}
.head_links li.sub_list a.sub_lnk, .btn_alone li.social a.sub_lnk {
	background-color: #8ba71c;
    color: #fff;
}


.head_links li.social:hover ul, .btn_alone li.social:hover ul {display: block;}
.head_links li.social a.social_lnk, .btn_alone li.social a.social_lnk {
background-color: #F9FFDF;
}

.head_links li.sub_list a.sub_lnk:after,
.btn_alone li.sub_list a.sub_lnk:after {
	background: url('images/down_ico.png') no-repeat 0 -5px;
}

.head_links > ul > li:first-child a {
    display: inline-block;
    color: #83a000;
    padding: 5px;
}

.head_links > ul > li > a, .btn_alone > ul > li > a {
	display: block;
    color: #000;
    text-decoration: none;
    padding: 5px 14px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.head_links > ul > li:first-child a:hover {
    text-decoration: underline;
    background: transparent;
    color: #8ba71c;
}

.head_links ul li a:hover {
    background-color: #8ba71c;
    color: #fff;
}

.head_links a.sub_lnk, .btn_alone a.sub_lnk {
	position: relative;
	padding-right: 25px;
}

.head_links a.sub_lnk:after, .btn_alone a.sub_lnk:after {
    content: '';
    position: absolute;
    top: 48%;
    right: 10px;
    width: 8px;
    height: 5px;
    background: url('images/down_ico.png') no-repeat 0 0;
}

.btn_alone a.sub_lnk:after {right: 17px;}

.head_links a.sub_lnk:hover:after {background: url('images/down_ico.png') no-repeat 0 -5px;}

.head_links ul li ul li a, .btn_alone ul li ul li a {
    text-decoration: none;
    color: #fff;
}

.head_links ul li ul li, .btn_alone ul li ul li {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #708900;
}

.head_links ul li ul li:last-child, .btn_alone ul li ul li:last-child {
    border-bottom: 0;
}

.head_links ul li ul li a:hover, .btn_alone ul li ul li a:hover {
    background-color: transparent;
    color: #000;
}

.btn_alone .sub_list a.sub_lnk {
	display: block;
	padding: 12px 40px 12px 12px;
	border: 1px solid #708900;
	background: #8fa919;
	background: -webkit-linear-gradient(#8fa919 0%, #779201 100%);
	background: -o-linear-gradient(#8fa919 0%, #779201 100%);
	background: linear-gradient(#8fa919 0%, #779201 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fa919', endColorstr='#779201',GradientType=0 );
}

a.slab_lnk:hover {
    background: url('images/eye_ico.png') no-repeat #262626 25px 12px;
}

a.slab_lnk {
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px 10px 55px;
    background: url('images/eye_ico.png') no-repeat #000 25px 12px;
    border-radius: 5px;
}

li.sub_list:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: transparent;
}

.modal_form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999;
}

.modal_form .dm_title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
}

.modal_form b {
    display: block;
    float: right;
    font-size: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-color: #7F9909;
    color: #fff;
    border-radius: 10px;
    padding: 2px 4px;
    font-family: Arial;
    line-height: 12px;
}

.modal_form b:hover {
    background-color: #94B20A;
}

.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}

.dm-modal {
    display: inline-block;
    padding: 18px;
    min-width: 400px;
    background: #fff;
    border-top: 3px solid #7f9909;
    -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
    color: #000;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.dm-modal label {
    display: block;
    margin-bottom: 20px;
}

.dm-modal label span {
    display: block;
    margin-bottom: 2px;
}

.dm-modal input {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #c5ef06;
    padding: 0 10px;
}

.dm-modal button {
    background: #99af14;
    background: -moz-linear-gradient(top, #99af14 0%, #5d7100 100%);
    background: -webkit-linear-gradient(top, #99af14 0%,#5d7100 100%);
    background: linear-gradient(to bottom, #99af14 0%,#5d7100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99af14', endColorstr='#5d7100',GradientType=0 );
    font-family: inherit;
    font-size: 15px;
    border: 1px solid #5d7100;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
}

button {cursor: pointer;}

.mnu_btn {
    width: 100%;
    position: relative;
    display: none;
    border: 0;
    outline: 0;
    margin-bottom: 10px;
    background-color: transparent;
    height: 43px;
    border-bottom: 1px solid #7f9909;
}

.rmm-btn {
    display: block;
    position: absolute;
    right: 50%;
    left: 50%;
    top: 10px;
}

.rmm-btn span {
    display: block;
    margin-top: 4px;
    height: 3px;
    background: #ACC059;
    width: 26px;
}

#h-nav .mnu_btn {
    background: #cbf11f;
    background: -moz-linear-gradient(top,  #cbf11f 0%, #b1d706 100%);
    background: -webkit-linear-gradient(top,  #cbf11f 0%,#b1d706 100%);
    background: linear-gradient(to bottom,  #cbf11f 0%,#b1d706 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbf11f', endColorstr='#b1d706',GradientType=0 );
}

#h-nav .rmm-btn span {
    background: #000;
}

.side_btn {
    display: none;
    width: 50%;
    float: left;
    padding-right: 5px;
}

.side_btn a {
    display: block;
    text-align: center;
    width: 100%;
    background: #cbf11f;
    background: -moz-linear-gradient(top, #cbf11f 0%, #b1d706 100%);
    background: -webkit-linear-gradient(top, #cbf11f 0%,#b1d706 100%);
    background: linear-gradient(to bottom, #cbf11f 0%,#b1d706 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbf11f', endColorstr='#b1d706',GradientType=0 );
    border: 0;
    padding: 12px 0;
    border-radius: 7px;
    font-size: 13px;
    color: #000;
    font-weight: normal;
    line-height: inherit;
    font-family: 'Times New Roman';
    text-decoration: none;
}

.warning{
	border-color: red !important;
}

.kursi_links {
    display: inline-block;
    margin: 0 0 5px;
    width: 49%;
    text-align: left;
}

.messenger
 li {
    list-style: none;
   }
   ul {
    margin-left: 0; /* Отступ слева в браузере IE и Opera */
    padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
   }