/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 25px 0 20px;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}


/* =Images
----------- */
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter {
	margin-bottom: 10px;
}



/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* **************************************************************************
MAIN
***************************************************************************** */
/* ********** Общие стили для тегов ********** */
html {
	box-sizing: border-box;
	font-size: 12px;
	color: #666666;
	line-height: 1.4;
	background-color: #fff;
}


*, *:before, *:after {
	box-sizing: inherit;
}
body {
	font-family: 'Ubuntu', 'Open Sans', sans-serif;
	font-size: 1.139em;
	/* min-width: 1000px; */
}
h1, h2, h3, h4, h5, h6 {
	color: #666666;
	font-weight: 400;
}
input:focus {
	outline: none;
}
/* **************************************************************************
GENERAL
***************************************************************************** */
/* ********** Общие структурные классы ********** */
.inner {
	width: 990px;
	margin: 0 auto;
	position: relative;
}
/* **************************************************************************
HEADER
***************************************************************************** */
/* ********** Общие ********** */
.pg-header .inner {
	padding: 10px 0;
}
/* ********** Logo left ********** */
.pg-left-logo-wrap {
	float: left;
	width: auto;
}
.pg-left-logo {
	display: inline-block;
	vertical-align: middle;
	width: 95px;
	height: 100px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/**.pg-left-logo-text {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    margin: 0 0 0 20px;
    text-decoration: none;
    line-height: 1.6;
    color: #6f5c31;
}
*/
.pg-left-logo2 {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 100px;
    background-image: url(../images/logo2.jpg);
    background-repeat: no-repeat;
	background-position: 0 10px;
}

/*.pg-left-logo-text {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    margin: 0 0 0 20px;
    text-decoration: none;
    line-height: 1.2;
    font-family: Panton-SemiBold;
    color: #6f5c31;
    font-size: 14px;
}
/** ********** Logo Center ********** */
.pg-center-logo-wrap {
	width: auto;
	padding: 0;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -70px;
}
.pg-center-logo {
	display: inline-block;
	vertical-align: middle;
	width: 154px;
	height: 97px;
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.pg-center-logo-text {
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	margin: 0 0 0 20px;
	color: #000;
}
/* ********** Right Settings Block ********** */
.pg-header-set-wrap {
	float: right;
	width: auto;
	position: relative;
}
.lang-set-list {
	margin: 0 0 10px 30px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.lang-set-list li {
	display: inline-block;
}
.lang-set-list li:after {
	content: "/";
	display: inline-block;
	font-size: 13px;
	color: #000;
	margin: 0 5px;
}
.lang-set-list li:last-of-type:after {
	display: none;
}
.lang-set-list a {
	display: inline-block;
	color: #000;
	text-decoration: none;
	font-size: 13px;
}
.lang-set-list a:hover {
	text-decoration: underline;
}
.lang-set-list li.active a {
/*	color: #e16802;*/
	color: #904;
}
.lk-link-wrap {
	text-align: center;
	margin: 0 0 10px 0;
}
.lk-link-wrap a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 13px;
	border-bottom: 1px dashed #405080;
	color: #405080;
	line-height: 1.2;
}
.lk-link-wrap span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	width: 17px;
	height: 15px;
	background-image: url(../images/icon-home.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
	line-height: 1.2;
}
/* ********** Right Settings Block - Search Form ********** */
.pg-search-wrap form {
	position: relative;
}
.pg-search-wrap input[type="text"] {
	display: inline-block;
	width: 100%;
	border: none;
	background-color: #f2f2f2;
	padding: 10px 35px 10px 10px;
	border-radius: 5px;
	font-size: 13px;
}
.pg-search-wrap input[type="submit"] {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 10px;
	right: 10px;
	background-image: url(../images/icon-search.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f2f2f2;
	border: none;
	border-radius: 5px;
}
/* **************************************************************************
MAIN NAV
***************************************************************************** */
/* ********** Общие ********** */
.pg-nav {
/*	background-color: #ebe1cd;*/
background-color: #904;
}
.pg-nav:nth-of-type(2) {
	background: #520226;
}
.pg-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 0;
}
.pg-nav ul li {
	display: inline-block;
	vertical-align: middle;
     position:relative;
}
.pg-nav.menu-item ul li {
	display: inline-block;
	vertical-align: middle;

}
.pg-nav ul li:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	margin: 0 3px;
/*	background-color: #796163;*/
	background-color: #D2B6B9;
	
}
.pg-nav ul li:last-of-type:after {
	display: none;
}
.pg-nav ul li a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 18px !important;
	font-size: 14px;
/*	font-size: 15px;	*/
	text-transform: uppercase;
	text-decoration: none;
/*	color: #796163;*/
	color: #fff;
	

}

.pg-nav ul li:hover>a {
/*	background-color: #f58222;*/
	background-color: #405080;	
	color: #fff !important;
}
.pg-nav ul li.current-menu-item>a,
.pg-nav ul li.current-menu-item>.sub-menu,
.pg-nav ul li.current-menu-parent>a {
/*	background-color: #e16802;*/
    background-color: #405080;	
	color: #fff;
}

.pg-nav>li.current_page_item.menu-item-has-children .sub-menu{
    display:none;
}

.pg-nav .sub-menu{
    margin: 0px !important;
    left: 0px;
    position: absolute;
/*    background-color: #f58222;*/
	background-color: #904;	    
    color: #fff;
    width: 248px;
    padding: 0px;
    z-index: +9;
    box-sizing: border-box;
        text-align: left;
    display:none;
}
.pg-nav:nth-of-type(2) .sub-menu {
	background: #520226;
}

.pg-nav li:hover>.sub-menu{
    display:block;
}

.pg-nav .sub-menu li{
    display:block;
}
.pg-nav ul.sub-menu li:after{
    display:none !important;
}

.pg-nav .sub-menu li>a{
    display:block;
    color:#fff;
        font-size: 14px;
    text-transform: none;
}

.pg-nav .sub-menu li>a:hover{
    background-color: #405080;
    color: #fff !important;
/*
    background-color: #ebe1cd;
    color: #796163;*/
}

.clear {
    clear:both;
}

/* **************************************************************************
PAGE IMAGE / PAGE SLIDER
***************************************************************************** */
/* ********** Общие ********** */
.pg-image-wrap .inner {
	padding: 20px 0 35px 0;
}
.pg-slider-wrap {
	background-image: url(../images/slider-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: auto;
	padding-bottom: 20px;
   padding-top: 10px;
}
/* ********** Page Slider ********** */
.pg-slider {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.pg-slider-wrap .bx-wrapper {
	margin: 0 auto 0 auto;
}
.pg-slider-wrap .bx-wrapper .bx-viewport {
	left: 0;
	box-shadow: 2px 2px 5px 1px #979a99;
}
.pg-slider-wrap .bx-wrapper img {
	width: 100%;
}
.pg-slider-wrap .bx-wrapper .bx-pager {
	display: flex;
	justify-content: center;
	text-align: center;
}
.pg-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	box-shadow: inset 0px 0px 7px 0px #979a99;
}
.pg-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
/*	background: #e16802;*/
background: #405080;
}
.pg-slider-wrap .bx-wrapper .bx-controls-direction a {
	width: 40px;
	height: 36px;
	margin-top: -20px;
}
.pg-slider-wrap .bx-wrapper .bx-prev {
	left: 20px;
	background: url(../images/slider-left3.png);
	background-repeat: no-repeat;	
}
.pg-slider-wrap .bx-wrapper .bx-next {
	right: 20px;
	background: url(../images/slider-right3.png);
	background-repeat: no-repeat;
}
.pg-image-wrap.pg-slider-wrap .pg-slider-caption{background: rgb(242, 250, 250);width: 960px;display:none!important;}
.pg-image-wrap.pg-slider-wrap .bx-wrapper .pg-slider-caption {
    position: absolute;
    display: block!important;
    top: 0px;
    right: 0;
    width: 100%;
    left: 0;
    background-color: rgba(122, 0, 60, 0.8)!important;
}
.pg-slider-caption p {
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 10px 0px 10px 0;
    font-family: Panton-Regular;
    text-align: center;
}
.pg-slider-caption-link {
	text-align: right;
}
.pg-slider-caption-link a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	background-color: #f58222;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}
.pg-slider-caption-link a:hover {
/*	background-color: #e16802;*/
	background-color: #405080;
}
.pg-slider-caption-link2 {
    text-align: right;
    margin: -70px 0px 0px 0px;}
.pg-slider-caption-link2 a {
	display: inline-block;
    padding: 10px 8px;
	font-size: 14px;
	background-color: #f58222;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}
.pg-slider-caption-link2 a:hover {
/*	background-color: #e16802;*/
	background-color: #405080;
}
/* ********** Page Image ********** */
.pg-image {
	background-image: url(../images/ban.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 244px;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}

.pg-image p {
    font-size: 48px;
    color: #308478;
    text-transform: uppercase;
    line-height: 1.8;
    margin: 0px 0 0px 0;
    text-align: center;
    font-family: Panton-SemiBold;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3),
	 0px 0px 6px rgba(255,255,255,0.7);
}
/* **************************************************************************
SIDEBAR
***************************************************************************** */
/* ********** Общие ********** */
.pg-sidebar {
/*	float: left;*/
	float: right;
	width: 245px;
}
.pg-widget {
	margin: 0 0 20px 0;
}
.pg-widget:last-of-type {
	margin: 0 0 0 0;
}
.pg-widget-header {
	padding: 5px 10px 5px 60px;
	background-color: #f5ba40; /* Default BG */
	min-height: 50px;
}
.pg-widget-header h3 {
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	color: #fff; /* Default Color */
}
.pg-widget-header1 {
	padding: 15px 10px 5px 40px;
	background-color: #f5ba40; /* Default BG */
	min-height: 50px;
	text-decoration:none;
}
.pg-widget-header1 h3 {
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	color: #fff; /* Default Color */
	text-decoration: none;
}
.pg-widget-header1 h3 a {
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	color: #fff; /* Default Color */
	text-decoration: none;
}
.pg-widget-content {
	padding: 15px 15px 15px 15px;
	background-color: #f4efe6; /* Default BG */
}
.pg-widget-content > footer {
	margin: 15px 0 0 0;
}
.pg-widget-content > footer a,
a.calendar-footer-a {
	display: block;
	padding: 10px 10px;
	background-color: #904;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
}
.pg-widget-content > footer a:hover,
.calendar-footer-a:hover {
/*	background-color: #e16802;*/
	background-color: #405080;	
}
a.calendar-footer-a {
	margin-top: 20px;
	color: #fff !important;
	text-decoration: none !important;
}
.pg-widget-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ********** Sidebar - Menu ********** */
.pg-widget-header-menu
{
	background-color: #308478;
	background-image: url(../images/icon-column.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.centre-menu .pg-widget-header-menu
{
	background-color: #9d8e7e;
	background-image: url(../images/icon-centre.gif);
	background-position:10px 6px;
	display: flex;
	align-items: center;
}
.centre-menu.lk .pg-widget-header-menu
{
	background-image: url(../images/lk-icon.gif);
	background-position:10px 8px;
	min-height:41px;
	padding-top:11px;
}
.news-menu .pg-widget-header-menu
{
	background-color: #520226;
	background-image: url(../images/news-header.png);
	background-position:20px 6px;
	padding-top:11px;
	min-height:41px;
}
.centre-menu .pg-widget-content-menu,
.news-menu .pg-widget-content-menu
{
	background:#f4efe6;
}
.pg-widget-content-menu {
	background-color: #fff;
}
.widget-menu-list li {
	line-height: 1.6;
}
.widget-menu-list a {
	font-size: 13px;
	color: #9a9a9a;
	text-decoration: none;
	display: block;
	padding: 0 0 0 15px;
	background-image: url(../images/menu-arrows.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
.widget-menu-list a:hover {
	color: #000;
	background-position: 0px -55px;
	text-decoration: underline;
}
.widget-menu-list li.active a,
.widget-menu-list li.current-menu-item a,
.widget-menu-list li.current-post-parent a
{
	color: #000;
	background-position: 0px -55px;
	text-decoration: underline;
}
.sub-menu
{
	margin-left:15px!important;
	display:none;
}

.sub-menu.showme
{
	display:block;
}
/*li.current_page_item.menu-item-has-children .sub-menu
{
	display: block;
}
li.current_page_item.menu-item-has-children .sub-menu li a
{
	color: #9A9A9A;
	text-decoration:none;
}
li.current_page_item.menu-item-has-children .sub-menu li a:hover
{
	color: #000;
	text-decoration: underline;
}*/

/* ********** Sidebar - Calendar ********** */
.pg-widget-header-calendar {
	background-color: #f5ba40;
	background-image: url(../images/icon-calendar.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.pg-widget-header-calendar h3 {
	margin: 12px 0 0 0;
}
.pg-widget-content-calendar {
	background-color: #f4efe6;
}
/* ********** Sidebar - Calendar Plugin ********** */
a.event-link {
 color: #413D36;
 text-decoration: underline;
}
a.event-link:hover {
	text-decoration: none;
}
.mc-main.mini .close {
	top: 0 !important;
	display: none;
}
.mini-event .event-title {
	display: none !important;
}
.my-calendar-nav,
.mc-format {
	display: none !important;
}
.mc-dte span {
	visibility: hidden;
}
.mc-dte span.mc_db {
	visibility: visible;
	font-size: 14px;
	color: #000;
}
.widget-item {
	margin: 0 0 20px 0;
}
.pg-sidebar .widget-item + .widget-item {
	margin: -20px 0 20px 0;
}
.widgettitle {
	background-color: #f5ba40;
/*    background-image: url(../images/icon-calendar.png);*/
    background-position: left center;
    background-repeat: no-repeat;
/*    background-color: #f5ba40;*/
    background-color: #520226;
    min-height: 40px;
    line-height: 40px;
/*    padding: 5px 10px 5px 88px;*/
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
/*    padding-left: 88px;    */
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.mc-main .mc-date {
	background: #f4efe6 !important;
}
.mc-main caption.heading.my-calendar-month
{
	background: #ede0cd !important;
	color: #6d655a !important;
}
.mc-main tr th {
	background: #ede0cd !important;
	color: #6d655a !important;
	font-weight: 400 !important;
}
.mc-main th abbr {
	color: #6d655a !important;
}
.mc-main .has-events .mc-date {
	color: #000 !important;
}
.mc-main table td.current-day span.mc-date,
.mc-main table td.current-day a.mc-date {
	color: #6d655a !important;
	background: rgba(255, 255, 255, .9) !important;
	border: 1px solid #F58222 !important;
}
.pg-sidebar .longdesc {
	display: none;
}
.mc-main .mc-date {
	color: #6d655a !important;
}
#upcoming-events {
	margin: 0;
	padding: 15px 15px;
	list-style: none;
	background-color: #f4efe6;
}
.widget-item ul {
	margin-left: -20px;
}

#upcoming-events li {
	padding: 7px 0;
}
#upcoming-events li a {
	color: rgb(130, 115, 88);
	text-decoration: underline;
}
#upcoming-events li a:hover {
	text-decoration: none;
}
/* ********** Sidebar - Reception ********** */
.pg-widget-header-reception1 {
	background-color: #ffd919;
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration:none;
}
.pg-widget-header-reception1 a{
	background-color: #ffd919;
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration:none;
}
.pg-widget-header-reception1:hover {
	background-color: #f5c31d;
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration:none;
}
.pg-widget-header-reception {
/*	background-color: #b5ac49;*/
	background-color: #904	;
	background-image: url(../images/icon-headphones.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.pg-widget-content-reception {
	background-color: #f0f2e7;
	text-align: center;
}
.widget-reception-title {
	font-size: 1.333em;
	color: #d70c1f;
	text-transform: uppercase;
}
.widget-reception-content {
	font-size: 1.833em;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.widget-reception-content:last-of-type {
	margin: 0 0 0 0;
}
.widget-reception-content a {
	color: #000;
	text-decoration: none;
}
.widget-reception-content a:hover {
	text-decoration: underline;
}
/* ********** Sidebar - Info Cards ********** */
.pg-widget-cards-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pg-widget-cards-list li {
	margin: 0 0 20px 0;
	position: relative;
}

.pg-widget-cards-list li:last-of-type {
	margin: 0 0 0 0;
}
.pg-widget-cards-item img {
	width: 100%;
	opacity: 1;
	padding-top: 5px;
}
.pg-widget-cards-item img:hover {
	width: 100%;
	opacity: 0.6;
}
.pg-widget-card-title {
	position: absolute;
	top: 29px;
	left: 0;
	padding: 10px 0;
	width: 100%;
	z-index: 2;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
	text-align: center;
	text-shadow: 1px 1px 1px #5a5a5a;
	line-height: 1.2;
	min-height: 50px;
}
.pg-widget-cards-item-1 .pg-widget-card-title {
	background-color: rgba(119, 44, 62, .8);
}
.pg-widget-cards-item-2 .pg-widget-card-title {
	background-color: rgba(167, 155, 75, .8);
}
.pg-widget-card-titledpo {
	position: absolute;
	top: 29px;
	left: 0;
	padding: 10px 0;
	width: 100%;
	z-index: 2;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5em;
	text-align: center;
	text-shadow: 1px 1px 1px #5a5a5a;
	line-height: 1.2;
	min-height: 70px;
}
.pg-widget-cards-item-1 .pg-widget-card-titledpo {
	background-color: rgba(188, 99, 25, .8);
}
/* **************************************************************************
CONTENT
***************************************************************************** */
/* ********** Общие ********** */
.pg-main-blue {
	background-color: #eaf5f1;
}
.pg-main-blue .main-wrap {
	background-repeat: no-repeat;
	background-position: bottom right;
}
.main-wrap {
	margin: 20px 0 0 0;
	padding: 0 0 40px 0;
}
.pg-content {
/*	float: right;*/
	float: left;
	width: calc(100% - 270px);
}
.pg-content img {
	opacity: 1;
}
.pg-content img:hover {
	opacity: 0.7;
}
.pg-content .ppk{
	width: 100%
}
.pg-content .leftimg {
    float:left;
    margin: 7px 12px 7px 0;
   }
 .pg-content .leftimg img{
    float:left;
    margin: 7px 7px 7px 0;
   }
.pg-content .rightimg {
    float:right;
    margin: 7px 0px 7px 12px;
   }
.pg-content .rightimg  img{
    float: right; /* Выравнивание по правому краю  */
    margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
   }
/* ********** Breadcrumbs ********** */
.pg-breadcrumbs {
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.pg-breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pg-breadcrumbs ul li {
	display: inline-block;
	font-size: 13px;
}
.pg-breadcrumbs ul li a {
/*	color: #e16802;*/
	color: #520226;	
}
.pg-breadcrumbs ul li a:after {
	content: " ";
	display: inline-block;
	margin: 0 5px 0 9px;
	width: 5px;
	height: 10px;
	background-image: url(../images/icon-arrow.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.pg-breadcrumbs ul li:last-of-type a {
	cursor: default;
	color: #666;
	text-decoration: none;
}
.pg-breadcrumbs ul li:last-of-type a:after {
	display: none;
}
/* ********** Home Posts Slider ********** */
.home-posts-slider-wrap {
	margin: 0 0 40px 0;
}
.home-posts-slider {
	margin: 0;
	padding: 0;
	list-style: none;
}
.home-posts-slider-wrap .bx-wrapper {
	margin: 0 auto 20px auto;
}
.home-posts-slider-wrap .bx-wrapper .bx-viewport {
	left: 0;
	border: none;
	background: none;
	box-shadow: none;
}
.home-posts-slider-wrap .bx-wrapper .bx-pager {
	bottom: -60px;
}
.home-posts-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: 0px;
	padding: 2px 5px;
	border-radius: 0px;
	width: auto;
	height: auto;
	color: #fff;
	background: #d8c4a2;
}
.home-posts-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
	color: #d8c4a2;
	background: none;
}
.home-posts-slider-wrap .bx-controls-direction {
	display: none;
}
.hps-image {
	margin: 0 0 10px 0;
}
/*.hps-image img {
	width: 100%;
}*/
.hps-title {
	font-size: 14px;
	margin: 0 0 10px 0;
	height: 56px;
	overflow: hidden;
}

.home-posts-slider-item{
    padding:0 7px 35px;
    float: left;
    list-style: none;
    position: relative;
    width: 33.33333%;
}

.hps-title a {
	color: #413D36;
}
.hps-title a:hover {
	color: #5e4f34;
}
.hps-date {
	color: #777;
}
.hps-text {
	margin: 10px 0;
	color: #666;
}
.hps-footer {
	text-align: right;
}
.hps-footer a
{
	color: #405080;
	font-size: 13px;
}
.hps-footer a:hover
{
	color:#F5BA40;
	text-decoration:none;
}
.home-posts-slider-footer
{
	text-align: right;
	position:relative;
	z-index:99;
}
.home-posts-slider-footer a {
	color: #405080;
	font-size: 13px;
}
/* ********** Inner Page Posts Slider ********** */
.inner-posts-slider-wrap {
	margin: 0 0 40px 0;
}
.inner-posts-slider {
	margin: 0;
	padding: 0;
	list-style: none;
}
.inner-posts-slider-wrap .bx-wrapper {
	margin: 0 auto 20px auto;
}
.inner-posts-slider-wrap .bx-wrapper .bx-viewport {
	left: 0;
	border: none;
	background: none;
	box-shadow: none;
}
.inner-posts-slider-wrap .bx-wrapper .bx-pager {
	bottom: -40px;
}
.inner-posts-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: 0px;
	padding: 2px 5px;
	border-radius: 0px;
	width: auto;
	height: auto;
	color: #fff;
	background: #308478;
}
.inner-posts-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
	color: #308478;
	background: none;
}
.inner-posts-slider-wrap .bx-controls-direction {
	display: none;
}
.inner-posts-slider-item {
	padding: 10px;
	height: 313px;
	background-color: #fff;
}
.inner-posts-slider-item:hover {
	background-color: #ebe1cd;
}
.ips-image {
	margin: 0 0 10px 0;
	position: relative;
}
/*.ips-image img {
	width: 100%:;
}*/
.ips-title {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255, .8);
	padding: 10px 5px;
	font-size: 13px;
	color: #32715c;
	margin: 0;
	text-align: center;
}
.ips-title a {
	color: #32715c;
}
.ips-date {
	color: #999;
	border-bottom: 1px dotted #999;
	padding: 0 0 5px 0;
}
.ips-text {
	margin: 10px 0;
	color: #666;
}
.ips-footer {
	text-align: right;
}
.ips-footer a {
	font-size: 13px;
	color: #32715c;
}
.inner-posts-slider-footer {
	text-align: right;
	padding: 15px;
}
.inner-posts-slider-footer a {
	font-size: 13px;
	color: #32715c;
}
/* ********** Home Posts ********** */
.home-posts-wrap {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #d3d3d3;
}
.home-posts-wrap .item {
	float: left;
	width: 32%;
	margin: 0 10px 0 0;
	padding: 10px 10px;
	background-color: #f4efe6;
	max-height: 520px;
}
.home-posts-wrap .item:last-of-type {
	margin: 0 0 0 0;
}
.home-posts-header {
	margin: 0 0 20px 0;
}
.home-posts-header h2 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
/*	color: #e16802;*/
	color: #405080;
	min-height: 0px;

}
.home-posts-list {
	margin: 0;
	padding: 0;
	list-style: none;
	    max-height: 460px;
}
.home-posts-list li {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #d3d3d3;
	height: 130px;
	overflow: hidden;
}
.home-posts-list li.last-child {
    margin: 0 0 10px 0;
}
.home-post-date {
	color: #777;
	margin: 0 0 10px 0;
}
.home-posts-list p {
	margin: 0 0 20px 0;
	color: #413D36;
}
.home-posts-list a {
	color: #413D36;
}
.home-posts-list a:hover {
	color: #604619;
	text-decoration: none;
}
.home-posts-footer {
	text-align: right;
/*	padding-top: 5px;*/
	padding-top: 0px;
}
.home-posts-footer a {
	font-size: 1.083em;
	color: #405080;
}
/* ********** Inner Page Info Cards ********** */
.cards-info-wrap {
	margin: 40px 0 0 0;
}
.cards-info-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cards-info-list li {
	float: left;
	width: 357px;
	margin: 0 10px 30px 0;
	border: 12px solid #fff;
	position: relative;
	box-shadow: 2px 2px 5px 1px #979a99;
}
.cards-info-list li:nth-child(2n+2) {
	margin: 0 0 0 0;
}
.cards-info-item img {
	width: 100%;
	opacity: 1;
}
.cards-info-item img:hover {
	width: 100%;
	opacity: 0.4;
}
.cards-info-title {
	position: absolute;
	padding: 10px 0;
	bottom: 12px;
	left: 0;
	width: 100%;
	z-index: 2;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5em;
	text-align: center;
	text-shadow: 1px 1px 1px #5a5a5a;
	line-height: 1.2;
	min-height: 83px;
}
.cards-info-title a {
	color: #fff;
	text-decoration: none;
}
.cards-info-item-1 .cards-info-title {
	background-color: rgba(58, 150, 137, 0.75);
	line-height: 59px;
}
.cards-info-item-2 .cards-info-title {
	background-color: rgba(58, 150, 137, 0.75);
	line-height: 59px;
}
.cards-info-item-3 .cards-info-title {
	background-color: rgba(58, 150, 137, 0.75);
	line-height: 59px;
}
.cards-info-item-4 .cards-info-title {
	background-color: rgba(58, 150, 137, 0.75);
}
.cards-info-item-5 .cards-info-title {
	background-color: rgba(58, 150, 137, 0.75);
	line-height: 59px;
}
/* **************************************************************************
FOOTER
***************************************************************************** */
/* ********** Общие ********** */
.pg-footer {
	border-top: 4px solid #fff;
}
.pg-footer-top .inner,
.pg-footer-bottom .inner {
	padding: 20px 0 40px 0;
}
/* ********** Top Footer ********** */
.pg-footer-top {
/*	background-color: #f2fafa;*/
	background-color: #6e373c;
}
.pg-footer-links-wrap .item
{
	float: left;
	width: 13%;
	padding-right:15px;
}
.pg-footer-links-wrap .item.wider
{
	width:19%;
}
.pg-footer-links-wrap .item.smaller
{
	width:11%;
}
.pg-footer-links-wrap .item:first-child
{
	width:17%;
}
.pg-footer-links-wrap .item:last-child
{
	padding-right:0;
	width:11%;
}
.pg-footer-links-wrap .item:nth-child(4)
{
	width:22%;
}
.pg-footer-links-wrap .item:nth-child(6)
{
	width:12%;
	padding-right:10px;
}
.pg-footer-links-title
{
	margin: 0 0 10px 5px;
	min-height: 40px;
    color: #E3D6F0;	
}
.pg-footer-links-title a
{
	text-decoration:none;
/*	color:#000;*/
	color:#E3D6F0;
}
.pg-footer-links-title a:hover
{
	text-decoration: underline;
}
.pg-footer-links-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pg-footer-links-item {
	padding: 0 5px;
}
.pg-footer-links-item a {
	font-size: 0.917em;
/*	color: #6d877e;*/
	color: #E3D6F0;
	line-height: 1.8;
}
.pg-footer-links-item a:hover {
	color: #F58222;
}
/* ********** Bottom Footer - Общие ********** */
.pg-footer-bottom {
/*	background-color: #ebe1cd;*/
	background-color: #642f35;	
}
.pg-footer-bottom h3 {
	margin: 0 0 10px 0;
    color: antiquewhite;	
}
.pg-footer-bottom-items .item {
	float: left;
	width: 33.333%;
	padding: 0 5px 0 0;
}
.pg-footer-bottom-items .item:last-of-type {
	padding: 0 0 0 0;
}
/* ********** Bottom Footer - copyright ********** */
.footer-copyright-wrap p {
	font-size: 1.083em;
	line-height: 1.6;
	margin: 0;
	color: #ffffff;
}
.footer-copyright {
	font-size: 1.167em;
	margin: 0 0 0px 0;
/*	color: #000;*/
    color: #E3D6F0;	
}

.footer-copyright2 a{
	font-size: 1.083em;
	line-height: 1.6;
	margin: 10px 0 0 0;
/*	color: #000;*/
    color: #E3D6F0;		
}

.footer-copyright2 a:hover {
	font-size: 1.083em;
	line-height: 1.6;
	margin: 10px 0 0 0;
	color: #e16802;
}
/* ********** Bottom Footer - adress ********** */
.footer-adress-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-adress-list li {
	font-size: 1.083em;
	line-height: 1.6;
/*	color: #000;*/
    color: #E3D6F0;	
}

.footer-adress-list a {
    color: #ffffff;
} 
/* ********** Bottom Footer - social ********** */
.footer-social-wrap {
	text-align: center;
}
.footer-social-list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.footer-social-list li {
	display: inline-block;
	margin: 0 2px;
}
.footer-social-list a {
	display: inline-block;
	width: 42px;
	height: 42px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.vk-link {
	background-image: url(../images/soc-vk.png);
}
.fb-link {
	background-image: url(../images/soc-fb.png);
}
.tw-link {
	background-image: url(../images/soc-tw.png);
}
.sk-link {
	background-image: url(../images/youtube.jpg);
	background-size: cover;
}
.footer-social-wrap p {
	font-size: 1.083em;
	margin: 0;
}
.footer-social-wrap p a {
	color: #000;
}
.footer-social-wrap p a:hover {
	color: #e16802;
}
















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 1.25dppx),
	   (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
								   http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

/* TABS */
.tabs,
.tab-menu
{
    position: relative;
    margin: 0;
}
.tabs
{
    margin:-12px 0 0 0;
}
.tabs.conferencies
{
    margin:0;
}
.pg-content.tabs.conferencies .rightimg {
    float:right;
    margin: 7px 7px 7px 0;
   }
 .pg-content.tabs.conferencies .rightimg img{
    float:right;
    margin: 7px 7px 7px 0;
   }
.tabs.priemnaya
{
    margin:0;
}
.tabs.kafedry
{
    margin:-34px 0 0 0;
}
.tabs label,
.tab-menu li
{
	display: block;

	float: left;
	background-color: #ebe1cd;
	color: #796163;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	top: 2px;
	width:25%;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	padding:7px 5px 0 13px;
	line-height:16px;
}
.tabs.con label,
.tab-menu.con li
{
	display: block;

	float: left;
	background-color: #ebe1cd;
	color: #796163;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	top: 2px;
	width:33%;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	padding:7px 5px 0 13px;
	line-height:16px;
}
.tabs.con  label#tab_l3
{
	display: block;

	float: left;
	background-color: #ebe1cd;
	color: #796163;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	top: 2px;
	width:33%;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	padding:7px 9px 0 9px;
	line-height:16px;
}
.tabs.magistratura label,
.tab-menu.magistratura li
{
	display: block;

	float: left;
	background:url(../images/tab.png) 6px 22px no-repeat #ebe1cd;
	color: #796163;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	top: 2px;
	width:100%;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	padding:7px 5px 0 13px;
	line-height:16px;
}
.tabs.protivkor label,
.tab-menu.protivkor li
{
	display: block;

	float: left;
	background:url(../images/tab.png) 6px 22px no-repeat #ebe1cd;
	color: #796163;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	top: 2px;
	width:100%;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	padding:7px 5px 0 13px;
	line-height:16px;
}
.tabs.korr {/*font-size: 12px;*/}
.tabs.korr label,
.tab-menu.korr li
{
	display: flex;
	background:url(../images/tab.png) 6px 22px no-repeat #ebe1cd;
	color: #796163;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	top: 2px;
	width:100%;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	padding: 0;
	line-height:16px;
	justify-content: center;
	align-items: center;
}
.tabs.ssovet label,
.tab-menu.ssovet li
{
	display: block;

	float: left;
	background:url(../images/tab.png) 6px 22px no-repeat #ebe1cd;
	color: #796163;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	top: 2px;
	width:100%;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	padding:7px 5px 0 13px;
	line-height:16px;
}
.tabs.norma label,
.tab-menu.norma li
{
	display: block;

	float: left;
	background:url(../images/tab.png) 6px 22px no-repeat #ebe1cd;
	color: #796163;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	top: 2px;
	width:20%;
	height: 70px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	padding:2px 5px 0 13px;
	line-height:16px;
}
.tabs.norma2 label,
.tab-menu.norma2 li
{
	display: block;

	float: left;
	background:url(../images/tab.png) 6px 22px no-repeat #ebe1cd;
	color: #796163;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	top: 2px;
	width:100%;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	padding:15px 5px 0 13px;
	line-height:16px;
}
.tabs.dpo label,
.tab-menu.dpo li
{
	display: block;

	float: left;
	background:url(../images/tab.png) 6px 22px no-repeat #ebe1cd;
	color: #796163;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	top: 2px;
	width:50%;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	padding:7px 5px 0 13px;
	line-height:16px;
}
.tabs.concep label,
.tab-menu.concep li
{
	display: block;

	float: left;
	background:url(../images/tab.png) 6px 22px no-repeat #ebe1cd;
	color: #796163;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	top: 2px;
	width:50%;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	padding:15px 5px 0 13px;
	line-height:16px;
}
.tabs.sta label,
.tab-menu.sta li
{
	display: block;

	float: left;
	background:url(../images/tab.png) 6px 22px no-repeat #ebe1cd;
	color: #796163;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	top: 2px;
	width:33%;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	padding:7px 5px 0 13px;
	line-height:16px;
}
.tabs.obzor label,
.tab-menu.obzor li
{
	display: block;

	float: left;
	background-color: #ebe1cd;
	color: #796163;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	top: 2px;
	width:16.66666%;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	padding: 15px 0px 0px 0px;
	line-height:16px;
}
.tab-menu li#tab_l2
{
	display: block;

	float: left;
	background-color: #ebe1cd;
	color: #796163;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	top: 2px;
	width:25%;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	padding:15px 5px 0 13px;
	line-height:16px;
}
.tabs.priemnaya label
{
	width:50%;
	height:42px;
	line-height:28px;
}
.tabs.contacts label
{
	height:61px;
	padding-top:15px;
}
.tabs.magistratura label
{
	padding-top:15px;
}
/* .tabs.korr label
{
	padding-top:15px;
} */
.tabs.dpo label#tab_l2
{
	padding-top:15px;
}
.tabs.dpo #tab_2:checked  ~ #tab_l2
{
	padding-top:15px;
}
.tabs.sta label#tab_l1
{
	padding-top:15px;
}
.tabs.sta #tab_1:checked  ~ #tab_l1
{
	padding-top:20px;
}
.tabs.norma label#tab_l1
{
	padding-top:15px;
}
.tabs.norma #tab_1:checked  ~ #tab_l1
{
	padding-top:15px;
}
.tabs.norma label#tab_l4
{
	padding-top:10px;
}
.tabs.norma #tab_4:checked  ~ #tab_l4
{
	padding-top:10px;
}
.tabs.concep label#tab_l1
{
	padding-top:7px;
}
.tabs.concep #tab_1:checked  ~ #tab_l1
{
	padding-top:7px;
}
.tabs.concep #tab_2:checked  ~ #tab_l2
{
	padding-top:15px;
}
.tabs.contacts label#tab_l1,
.tabs.contacts label#tab_l4
{
	padding-top:7px;
}
.tabs.dopobr label
{
	height:61px;
	padding-top:15px;
}
.tabs.dopobr label#tab_l4
{
	padding-top:20px;
}
.tabs.dopobr label#tab_l2
{
	padding-top:20px;
}
.tab-menu li:first-child
{
	background:#ebe1cd;
}
.tab-menu ul
{
	text-indent:0;
	margin:0;
	padding:0;
}
.tab-menu li a
{
	color: #796163;
	cursor: pointer;
	text-decoration:none;
}
.tabs.conferencies label
{
	width:100%;
	line-height:32px;
}
.tabs.conferencies label#tab_l1
{
	width:100%;
}
.tabs.about-rsshp label,
.tab-menu.about-rsshp li
{

	float: left;
	background:url(../images/tab.png) 6px 22px no-repeat #ebe1cd;
	color: #796163;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	top: 2px;
	width:100%;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	z-index: 2;
	padding: 15px 9px 0 9px;
	line-height:16px;
}
.tabs.about-rsshp table
{
	margin: 0px;
}
.tabs.about-rsshp label#tab_l1,
.tab-menu.about-rsshp li#tab_l1
{

	float: left;
	color: #796163;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	top: 2px;
	width:100%;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	z-index: 2;
	padding: 0px 9px 0 9px;
	line-height:16px;
}
.tabs.obuch-rsshp label,
.tab-menu.obuch-rsshp li
{
	width:100%;
	line-height:36px;
}
.obuch-tabs_cont
{
	position: relative;
    opacity: 1;
	background: #fff;
	padding: 13px 20px;
	z-index: 2;
	min-height: 930px;
	text-decoration: none;
}
.obuch-tabs_cont li
{
	position: relative;
    opacity: 1;
	padding: 5px 5px 2px 5px;
	z-index: 2;
	text-decoration: none;
}
.pressa
{
    opacity: 1;
	background: #fff;
	z-index: 2;
	text-decoration: none;
}

.obuch-tabs_cont .buttons{
	display: flex;
	width: 100%;
	justify-content: center;
}

.obuch-tabs_cont .buttons a,
.common-button
{
    background: rgb(235, 225, 205);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #796163;
    text-decoration: none;
    padding: 10px 20px;
}
.obuch-tabs_cont .buttons a:hover,
.common-button:hover
{
    background: rgb(244, 239, 230);
	font-size: 14px;
	color: #796163;
    text-decoration: none;
	padding: 10px 20px;
}
/*
.obuch-tabs_cont .buttons a:hover,
.common-button:hover
{
	margin: 0 8px 15px 220px;
    padding: 10px 28px;
    line-height: 37px;
    height: 37px;
    background: rgb(244, 239, 230);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #796163;
    text-decoration: none;
    padding: 10px;
}
*/

.common-button,
.common-button:hover {
    margin: 0;
}

.pressa a
{
    line-height: 37px;
    height: 37px;
    font-size: 14px;
    color: #796163;
}

.pressa .buttons a
{

    line-height: 37px;
    height: 37px;
    background: rgb(235, 225, 205);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #796163;
    text-decoration: none;
        padding: 10px;
    margin: 270px;
}
.pressa .buttons a:hover
{
	margin: 0 8px 15px 220px;
    padding: 10px 28px;
    line-height: 37px;
    height: 37px;
    background: rgb(244, 239, 230);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #796163;
    text-decoration: none;
        padding: 10px;
    margin: 270px;
}

.tabs.obuch-rsshp label#tab_l1
{
	background: #ebe1cd;
	border-color: #ebe1cd;
}
.tabs.obuch-rsshp #tab_1:checked  ~ #tab_l1
{
	background: #32715c;
	border-color: #32715c;
}
.tabs.about-rsshp #tab_1:checked  ~ #tab_l1
{
	background: #32715c;
	border-color: #32715c;
}
.tabs.about-rsshp #tab_1:checked  ~ #tab_l1{
	color:#fff;
	top: 0;
	z-index: 2;
	padding:0px 9px 0 9px;
}
.tabs.about-rsshp #tab_2:checked  ~ #tab_l2,
.tabs.about-rsshp #tab_3:checked  ~ #tab_l3{
	background: #32715c;
	border-color: #32715c;
	color:#fff;
	top: 0;
	z-index: 2;
	padding:15px 9px 0 9px;
}
.tabs.rules-rsshp label
{
	width:25%;
}
.tabs label#tab_l1
{
	background:#ebe1cd;
}
.tabs.struktura label
{
	background:url(../images/tab.png) 6px 22px no-repeat #d5d5f4;
}
.tabs.struktura label#tab_l1
{
	background:#d5d5f4;
}
.tabs.struktura label#tab_l2 {
    padding-top: 17px;
}

.tabs.kafedry label
{
	background:url(../images/tab.png) 6px 22px no-repeat #f2fafa;
	text-transform: none;
}
.tabs.kafedry label#tab_l10,
.tabs.kafedry label#tab_l60,
.tabs.kafedry label#tab_l100,
.tabs.kafedry label#tab_l600
{
	background:#f2fafa;
}
.tabs.kafedry label
{
	width:33.33%;
	line-height:32px;
}
.tabs.abiturientu label
{
	background:url(../images/tab.png) 6px 22px no-repeat #d5d5f4;
}
.tabs.abiturientu label#tab_l1
{
	background:#d5d5f4;
	}
.tabs.abiturientu label
{
	width:25%;
	line-height:32px;
}
.tab-menu li
{
	width:100%;
	line-height:32px;
}
.tabs input
{
	position: absolute;
	left: -9999px;
}
.tabs.priemnaya div input
{
	position: static;
	left:0;
}
#tab_1:checked  ~ #tab_l1,
#tab_2:checked  ~ #tab_l2,
#tab_3:checked  ~ #tab_l3,
#tab_4:checked  ~ #tab_l4,
#tab_5:checked  ~ #tab_l5,
#tab_6:checked  ~ #tab_l6
{
	background: #904;
	border-color: #904;
/*	background: #f58222;
	border-color: #f58222;*/
	color:#fff;
	top: 0;
	z-index: 3;
	padding:7px 9px 0 9px;
}

.tabs.con  #tab_3:checked  ~ #tab_l3
{
	padding:7px 9px 0 9px;
}
.tabs.obzor #tab_1:checked  ~ #tab_l1,
.tabs.obzor  #tab_2:checked  ~ #tab_l2,
.tabs.obzor  #tab_3:checked  ~ #tab_l3,
.tabs.obzor  #tab_4:checked  ~ #tab_l4,
.tabs.obzor  #tab_5:checked  ~ #tab_l5
{
	padding:15px 0px 0 0px;
}

.tabs.contacts #tab_2:checked  ~ #tab_l2,
.tabs.contacts #tab_3:checked  ~ #tab_l3
{
	padding-top:15px;
}
.tabs.dopobr #tab_1:checked  ~ #tab_l1,
.tabs.dopobr #tab_2:checked  ~ #tab_l2,
.tabs.dopobr #tab_3:checked  ~ #tab_l3
{
	padding-top:15px;
}
.tabs.dopobr #tab_2:checked  ~ #tab_l2,
.tabs.dopobr #tab_4:checked  ~ #tab_l4
{
	padding-top:20px;
}
.tabs.struktura #tab_1:checked  ~ #tab_l1,
.tabs.struktura #tab_2:checked  ~ #tab_l2,
.tabs.struktura #tab_3:checked  ~ #tab_l3,
.tabs.struktura #tab_4:checked  ~ #tab_l4,
.tabs.struktura #tab_5:checked  ~ #tab_l5
{
	background: #6775ca;
	border-color: #6775ca;
	color:#fff;
	top: 0;
	z-index: 3;
	padding:7px 9px 0 9px;
}
.tabs.struktura #tab_2:checked  ~ #tab_l2
{
	background: #6775ca;
	border-color: #6775ca;
	color:#fff;
	top: 0;
	z-index: 3;
	padding:17px 9px 0 9px;
}

.tabs.kafedry #tab_10:checked  ~ #tab_l10,
.tabs.kafedry #tab_20:checked  ~ #tab_l20,
.tabs.kafedry #tab_30:checked  ~ #tab_l30,
.tabs.kafedry #tab_40:checked  ~ #tab_l40,
.tabs.kafedry #tab_50:checked  ~ #tab_l50,
.tabs.kafedry #tab_60:checked  ~ #tab_l60,
.tabs.kafedry #tab_70:checked  ~ #tab_l70,
.tabs.kafedry #tab_80:checked  ~ #tab_l80,
.tabs.kafedry #tab_90:checked  ~ #tab_l90,
.tabs.kafedry #tab_99:checked  ~ #tab_l99,
.tabs.kafedry #tab_100:checked  ~ #tab_l100,
.tabs.kafedry #tab_200:checked  ~ #tab_l200,
.tabs.kafedry #tab_300:checked  ~ #tab_l300,
.tabs.kafedry #tab_400:checked  ~ #tab_l400,
.tabs.kafedry #tab_500:checked  ~ #tab_l500,
.tabs.kafedry #tab_600:checked  ~ #tab_l600,
.tabs.kafedry #tab_700:checked  ~ #tab_l700,
.tabs.kafedry #tab_800:checked  ~ #tab_l800,
.tabs.kafedry #tab_900:checked  ~ #tab_l900,
.tabs.kafedry #tab_1000:checked  ~ #tab_l1000
{
	background: #4db290;
	border-color: #4db290;
	color:#fff;
	top: 0;
	z-index: 3;
	padding:7px 9px 0 9px;
}
.tabs.conferencies #tab_1:checked  ~ #tab_l1
{
	background: #ebe1cd;
	border-color: #ebe1cd;
	color: #796163;
	top: 0;
	z-index: 3;
	padding:7px 9px 0 9px;
	height: 43px;
}
.tabs.about-rsshp #tab_3:checked  ~ #tab_l3,
.tab-menu li.current-menu-item
{
	background: #32715c;
	border-color: #32715c;
}
.tab-menu li.current-menu-item:first-child
{
	background: #ebe1cd;
	border-color: #ebe1cd;
}
.tabs.dpo #tab_1:checked  ~ #tab_l1,
.tabs.dpo #tab_2:checked  ~ #tab_l2
{
	background: #32715c;
	border-color: #32715c;
}
.tabs.sta #tab_1:checked  ~ #tab_l1,
.tabs.sta #tab_2:checked  ~ #tab_l2,
.tabs.sta #tab_3:checked  ~ #tab_l3
{
	background: #32715c;
	border-color: #32715c;
}
.tabs.rules-rsshp #tab_1:checked  ~ #tab_l1,
.tabs.rules-rsshp #tab_2:checked  ~ #tab_l2,
.tabs.rules-rsshp #tab_3:checked  ~ #tab_l3,
.tabs.rules-rsshp #tab_4:checked  ~ #tab_l4,
.tab-menu li.current-menu-item
{
	background: #32715c;
	border-color: #32715c;
}
.tab-menu li.current-menu-item a
{
    color: #796163;
}
.tabs_cont,
.tab-cont
{
	background: #fff;
	padding: 13px 20px;
	position: relative;
	z-index: 2;
	min-height: 930px;
	text-decoration: none;
}
.tabs_norma2,
.tab-norma2
{
	background: #fff;
	padding: 13px 0;
	position: relative;
	z-index: 2;
}

.tabs_norma2 a
{
	padding: 13px 0;
	position: relative;
	z-index: 2;
	font-size:12px;
	color:#000;
}
.tabs_norma2 a:hover
{
	padding: 13px 0;
	position: relative;
	z-index: 2;
	text-decoration:none;
		font-size:12px;
			color:#f58222;
}
.tabs_cont li
{
	padding: 5px;
	position: relative;
	z-index: 2;
}
.tabs_cont a
{
	padding: 0px 0;
	position: relative;
	z-index: 2;
	font-size:12px;
	color:#000;
}
.tabs_cont a:hover
{
	padding: 13px 0;
	position: relative;
	z-index: 2;
	text-decoration:none;
	font-size:12px;
	color:#f58222;
}
.obuch-tabs_cont p input {width: 265px;margin-top: -5px;color: #333;font-size: 18px;padding: 3px 10px;}
.obuch-tabs_cont a
{
	padding: 0px;
	position: relative;
	z-index: 2;
	font-size:12px;
	color:#666666;
}
.obuch-tabs_cont a:hover
{
	padding: 0px;
	position: relative;
	z-index: 2;
	text-decoration:none;
	font-size:12px;
	color:#904;
}
.pressa p input {width: 265px;color: #333;font-size: 18px;}
.pressa a
{
	padding: 0px;
	position: relative;
	z-index: 2;
	font-size:12px;
	color:#000;
}
.pressa a:hover
{
	padding: 0px;
	position: relative;
	z-index: 2;
	font-size:12px;
	color:#f58222;
}
.tabs.norma #tab_2:checked  ~ #tab_l2,
.tabs.norma #tab_3:checked  ~ #tab_l3,
.tabs.norma #tab_5:checked  ~ #tab_l5
{
	background: #f58222;
	border-color: #f58222;
	color:#fff;
	top: 0;
	z-index: 3;
	padding: 2px 9px 0 9px;
}
.tab-cont
{
	padding: 20px;
	position: static;
	clear:both;
}
.tabs.priemnaya .tabs_cont
{
	padding-left:5px;
}
.tabs_cont > div
{
	position: absolute;
	left: 0px;
	top: 0;
	opacity: 0;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
.tabs.struktura .tabs_cont > div
{
	padding:0;
}
.tabs.about-rsshp .tabs_cont > div,
.tabs.rules-rsshp .tabs_cont > div,
.tabs.kafedry .tabs_cont > div
{
	padding:0 0px;
}
.tabs.struktura .tabs_cont > div p
{
	padding-left:20px;
	padding-right:20px;
}
.tabs.about-rsshp .tabs_cont > div img,
.tabs.rules-rsshp .tabs_cont > div img
{
	max-width:685px;
	margin-bottom:20px;
	margin-top:20px;
}
.tabs.about-rsshp .tabs_cont > div p,
.tabs.rules-rsshp .tabs_cont > div p
{
	text-indent:0px;
}
#tab_1:checked ~ .tabs_cont #tab_c1,
#tab_2:checked ~ .tabs_cont #tab_c2,
#tab_3:checked ~ .tabs_cont #tab_c3,
#tab_4:checked ~ .tabs_cont #tab_c4,
#tab_5:checked ~ .tabs_cont #tab_c5,
#tab_6:checked ~ .tabs_cont #tab_c6,
#tab_10:checked ~ .tabs_cont #tab_c10,
#tab_20:checked ~ .tabs_cont #tab_c20,
#tab_30:checked ~ .tabs_cont #tab_c30,
#tab_40:checked ~ .tabs_cont #tab_c40,
#tab_50:checked ~ .tabs_cont #tab_c50,
#tab_60:checked ~ .tabs_cont #tab_c60,
#tab_70:checked ~ .tabs_cont #tab_c70,
#tab_80:checked ~ .tabs_cont #tab_c80,
#tab_90:checked ~ .tabs_cont #tab_c90,
#tab_99:checked ~ .tabs_cont #tab_c99,
#tab_100:checked ~ .tabs_cont #tab_c100,
#tab_200:checked ~ .tabs_cont #tab_c200,
#tab_300:checked ~ .tabs_cont #tab_c300,
#tab_400:checked ~ .tabs_cont #tab_c400,
#tab_500:checked ~ .tabs_cont #tab_c500,
#tab_600:checked ~ .tabs_cont #tab_c600,
#tab_700:checked ~ .tabs_cont #tab_c700,
#tab_800:checked ~ .tabs_cont #tab_c800,
#tab_900:checked ~ .tabs_cont #tab_c900,
#tab_1000:checked ~ .tabs_cont #tab_c1000
{
	position: relative;
    left: 0;
    opacity: 1;
    margin-top: 20px;
    z-index: 100;
}

.tabs_cont > div img
{
	max-width:685px;
	margin: 0 20px 20px 0;
}
.tabs_cont div.address
{
	background:url(../images/ic_adr.png) top left no-repeat;
	min-height:45px;
	padding:5px 0 15px 40px;
	margin-top:20px;
}
.tabs_cont div.phone
{
	background:url(../images/ic_tph.png) top left no-repeat;
	min-height:45px;
	padding:5px 0 15px 40px;
}
.tabs_cont div.fax
{
	background:url(../images/ic_fax.png) top left no-repeat;
	min-height:45px;
	padding:5px 0 15px 40px;
}
.tabs_cont div.email
{
	background:url(../images/ic_eml.png) top left no-repeat;
	min-height:45px;
	padding:5px 0 15px 40px;
}
.tabs_cont div.web
{
	background:url(../images/ic_web.png) top left no-repeat;
	min-height:45px;
	padding:5px 0 15px 40px;
}
.tabs_cont div.yandex-map
{
	height:280px;
	float:right;
	margin:10px 0 0 10px;
}
.tabs img.alignleft
{
	float:left;
	margin:0 10px 10px 0!important;
}
.tabs img.center
{
	float:left;
}
.tabs table
{
	margin: 20px;
}
.tabs.obuch-rsshp table
{
	margin: 0px;
}
.tabs.obuch-rsshp table
{
	width: 100%;
	border: none;
}
.tabs.obuch-rsshp table.contacts td,
.tabs.obuch-rsshp table.contacts th
{
	padding: 8px 20px;
}
.tabs.obuch-rsshp table.prep td,
.tabs.obuch-rsshp table.prep th{
	padding: 8px 5px;
}
.tabs.obuch-rsshp table.contacts tr:nth-child(2n+1),
.tabs.obuch-rsshp table.prep tr:nth-child(2n+1)
{
	background-color: #F6F6F6;
}


/*
Archive
*/
.archive article
{
	border-bottom:1px solid #d3d3d3;
	padding:20px 0 15px 0;
	min-height: 150px;
}
.archive article:first-child
{
	padding:0 0 15px 0;
	min-height: 150px;
}
.archive article .attachment-post-thumbnail.wp-post-image
{
	float:left;
	width:227px;
	margin:0 10px 10px 0;
}
.archive article p.date
{
	margin:0;
	padding:0;
	color:#999;
	font-size:12px;
}
.archive article p.entry-title
{
	margin:0;
	padding:7px 0 0 0;
}
.archive article p.entry-title a
{
	color:#413D36;
	font-size:14px;
}
.archive article p.entry-title a:hover
{
	color:#e16802;
	text-decoration:none;
}
.archive article a.more-link
{
	color:#520226;
	float:right;
	font-size:12px;
	padding-top: 10px;
}
.archive article a.more-link:hover
{
	color:#904;
	text-decoration:none;
}
.navigation.pagination
{
	margin:30px 0;
}
.screen-reader-text
{
	display:none;
}
.navigation.pagination a.page-numbers.prev,
.navigation.pagination a.page-numbers.next,
.navigation.pagination .page-numbers.current
{
	color:#e16802;
	font-size:12px;
	margin-right:5px;
	padding:0;
	background:none;
}
.navigation.pagination a:hover
{
	color:#413D36;
	text-decoration:none;
}
.navigation.pagination a.page-numbers
{
	background:#e3d7c0;
	color:#fff;
	padding:0 5px;
	margin-right:5px;
}

/*
Conferencies
*/
.tabs.conferencies .tabs_cont h3
{
	color:#413D36;
	font-size:12px;
	text-decoration:underline;
}
.tabs.conferencies .tabs_cont p.date
{
	color:#999;
	font-size:12px;
}
.tabs.conferencies .tabs_cont .attachment-post-thumbnail.wp-post-image
{
	float:right;
	margin:0 0 10px 10px;
}

/*=====================================
Modal Form
=====================================*/
#mask
{
    position:absolute;
    left:0;
    top:0;
    z-index:999999;
    background-color:#000;
    display:none;
}
#boxes .window
{
    position:absolute;
    left:0;
    top:0;
    width:384px;
    height: auto;
    display:none;
    z-index:9999999;
    padding:0;
}
#boxes .window .close{
	float:right;
	font-size:16px;
	font-weight:bold;
	position:relative;
	z-index:2;
	}
#boxes #personal,
.mm-ajax-login #personal
{
	-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.5);
    width:384px;
    height: auto;
    padding:0;
    background-color:#f4efe6;
	text-align:center;
}
.title-row
{
	height:41px;
/*	background:url(../images/title-home.gif) no-repeat 8px 7px #e16802;*/
	background:url(../images/title-home.png) no-repeat 8px 7px #904;
	font-size:14px;
	line-height:41px;
	padding:2px 0 0 55px;
	color:#fff;
	text-align:left;
}
#personal-form
{
	padding:25px;
}
.header-title
{
/*	background:url(../images/personal-bg.png) no-repeat 0 0;
	padding:16px 0 0 100px;*/
    padding:16px 0 0 30px;
	font-size:14px;
	color:#666;
	height:130px;
	text-align:left;
}
#personal-form .fields
{
	padding:0 45px 0 35px;
	text-align:right;
}
#personal-form .fields input
{
	width:252px;
	height:29px;
	text-align:center;
	margin:10px 0 3px 0;
}
#personal-form .fields a
{
	color:#adacac;
	font-size:10px;
	text-decoration:underline;
	cursor:pointer;
}
#personal-form .fields a:hover
{
	text-decoration:none;
}
#personal-form .buttons
{
	width:100%;
	padding:15px 0 0 0;
        overflow: hidden;
}
#personal-form .buttons a,
#personal-form .buttons button
{
	display:block;
	float:left;
	margin:0 8px 15px 8px;
	padding:0 38px;
	line-height:37px;
	height:37px;
	background:#9d8e7e;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:16px;
	color:#fff;
	text-decoration:none;
    border:0px;
}
#personal-form .buttons a:hover,
#personal-form .buttons button:hover
{
/*	background:#f58222;*/
	background:#405080;
}
#personal-form .buttons a span,
#personal-form .buttons button span
{
	border-bottom:1px dotted #fff;
}
#mm-ajax-login-submit-button
{
/*	background:#e16802!important;*/
	background:#904!important;
	cursor:pointer;
}
#mm-ajax-login-submit-button:hover
{
/*	background:#f58222!important;*/
	background:#405080!important;	
}
#personal-form a
{
	color:#666;
	font-size:13px;
}
#personal-form a:hover
{
	text-decoration:none;
}
#personal-form .forgotten
{
	display:none;
	font-size:14px;
	color:#adacac;
}
#forgot-button
{
/*	background:#e16802!important;*/
	background:#904!important;	
	margin:0 auto 25px 90px!important;
	width:160px;
	cursor:pointer;
}
#forgot-button:hover
{
	background:#f58222!important;
}

/*
SignUp
*/
h4
{
	font-size:14px;
	font-weight: normal;
	color:#666;
	padding-top:0;
	margin-top:0;
}
.signup
{
	padding:10px 0 0 120px;
}
.signup div
{
	clear:both;
}
.signup div label
{
	display:block;
	width:170px;
	float:left;
	height:29px;
	margin:4px 0;
	line-height:30px;
	font-size:14px;
}
.signup div input, .signup div select
{
	width:252px;
	height:29px;
	margin:4px 0;
	padding:4px 5px;
}
.signup p label input
{
	margin-right:10px;
}
.signup p label a
{
	text-decoration:underline;
}
#signup-button
{
	display:block;
	float:left;
	margin:30px 0 15px 100px;
	padding:0 38px;
	line-height:34px;
	height:37px;
/*	background:#e16802;*/
	background:#904;	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
#signup-button:hover
{
	background:#f58222;
}
#signup-button span
{
	border-bottom:1px dotted #fff;
}
.empty_field
{
	border:1px solid #CD070A;
}
.error
{
	text-align:center;
	color:#CD070A;
}

/*
Ask the question
*/
.wpcf7-form
{
	padding:10px;
}
.wpcf7-form p span.labl
{
	display:block;
	float:left;
	width:140px;
	text-align:right;
	padding:0 10px 0 0;
	line-height:23px;
}
.wpcf7-form p input
{
    display: block;
	line-height: 37px;
    height: 37px;
    font-size: 12px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    margin: 10px 21px 15px 0px;
    padding: 0px 31px;
    background: rgb(244, 239, 230);
    border-radius: 3px;
    border-width: initial;
    border-style: none;
    border-color: initial;
}
.wpcf7-form p input:hover
{
	background: rgb(235, 225, 205);
}
.wpcf7-form p select
{
	padding:0 3px;
}
.wpcf7-form p textarea
{
	width:288px;
	height:109px;
	border:1px solid #9a9a9a;
}
.wpcf7-not-valid-tip,
.wpcf7-form div.buttons
{
	margin-left:140px;
}
.wpcf7-form div.buttons a,
.wpcf7-form div.buttons input[type="submit"]
{
    display: block;
    float: left;
    margin: 0 8px 15px 8px;
    padding: 0 38px;
    line-height: 37px;
    height: 37px;
    background: #f58222;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.wpcf7-form div.buttons a:hover,
.wpcf7-form div.buttons input[type="submit"]:hover
{
/*	background:#e16802;*/
	background:#904;	
}
.wpcf7-form div.buttons a span
{
	border-bottom:1px dotted #fff;
}
.wpcf7-form div.buttons p
{
	clear:both;
}

/*
FAQ
*/
h2.frq-main-title
{
	color:#666!important;
}
h4.hrf-title
{
    font-size: 14px!important;
    color: #fff!important;
    padding:10px 10px 10px 15px!important;
    margin:3px 0px!important;
	background: #b2b2b2!important; /* Old browsers */
	background: -moz-linear-gradient(top, #b2b2b2 0%, #9d8e7e 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(100%,#9d8e7e))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b2b2b2 0%,#9d8e7e 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b2b2b2 0%,#9d8e7e 100%)!important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b2b2b2 0%,#9d8e7e 100%)!important; /* IE10+ */
	background: linear-gradient(to bottom, #b2b2b2 0%,#9d8e7e 100%)!important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#9d8e7e',GradientType=0 )!important; /* IE6-9 */
}
h4.hrf-title.open-faq
{
/*	background:#e16802!important;*/
	background:#904!important;
}
.hrf-title.close-faq span
{
    width:26px!important;
    height:26px!important;
    display: inline-block;
    margin:-2px 0 0 0!important;
	background:	url(../images/faq-close.png) 0 0 no-repeat!important;
    right: 0px!important;
	left:auto!important;
    top:0px!important;
	float:right;
}
.hrf-title.open-faq span
{
	background:	url(../images/faq-open.png) 0 0 no-repeat!important;
}
.hrf-content
{
    color: #9a9a9a!important;
    font-size: 12px!important;
    padding: 5px 2px!important;
}

/*
Personal Workarea
*/
.personal-workarea strong
{
	font-size:14px;
}
.personal-workarea a
{
	color:#9a9a9a;
}
.personal-workarea a:hover
{
	text-decoration:none;
}
.personal-workarea ul
{
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
}
.personal-workarea ul li:before
{
	content:"- ";
}
.personal-workarea img
{
	margin:0 20px 20px 0;
}
.personal-workarea table
{
	margin:15px 0;
}
.personal-workarea table td
{
	text-align:center;
	padding:5px;
	border: 1px dotted #eee;
	border-collapse:collapse;
}
.personal-workarea table thead td
{
	font-weight:bold;
	font-size:14px;
	padding:10px;
}

div#listUserss_filter {
    margin-bottom: 20px;
}
#listUserss{
	border-collapse: collapse !important;
	border-bottom: 1px solid #ccc !important;
}
#listUserss > thead > tr > td{
	background: #5b9bd5;
    color: #fff;
	border: 1px dotted #ccc !important;
}
#listUserss > tbody > tr > td{
	background: #ddebf7;
	border: 1px dotted #ccc !important;
}

#listUserss  tbody a{
	background: #fff;
    padding: 2px 5px;
    color: #000;
    text-decoration: none;
}
.tftable th {font-size: 15px;background-color: #acc8cc;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;background: #5b9bd5;color: #fff;border: 1px dotted #ccc !important;text-align: center !important;}

span.wpcf7-form-control-wrap.acceptances {
    display: inline-block;
    margin: 0 0 0 1em;
}

.obuch-rsshp .w-214{
    width: 214px;
}
.obuch-rsshp  ul.list-book-bl{
    overflow: hidden;
}
.obuch-rsshp  ul.list-book-bl li{
    background: none;
    padding: 0;
}

.obuch-rsshp .list-for-download{
	margin: 10px 0 25px;
}
.obuch-rsshp .list-for-download p{
	margin: 5px 0;
}

.pg-content .img-contact img:hover{
	opacity: 1;
}

table.kronberg{
	text-align: left;
}
table.kronberg td,
table.kronberg th{
	padding: 5px 10px;
}
table.kronberg td{
	vertical-align: top;
}
.obuch-tabs_cont .pict_col{
	float: left;
	width: 168px;
	overflow: hidden;
	margin-right: 25px;
	margin-bottom: 25px;
}
.yendifplayer,
iframe{
	width: 100% !important;
}

/*---------------------Для слабовидящих-------------------*/
body .bvi-copy{
	display: none !important;
}
.bvi-button{
	position: absolute;
	left: 20px;
}
.bvi-body .bvi-button{
	left: 40px
}
.bvi-body{
	font: normal 16px Arial, sans-serif
}
.bvi-body a{
	text-decoration: none;
}
.bvi-body a:hover{
	text-decoration: underline;
}
.bvi-body input[type="text"],
.bvi-body input[type="tel"],
.bvi-body input[type="email"]{
	border: 1px solid #000000;
}
.bvi-body .wpcf7-form p textarea,
.bvi-body .tabs_cont input{
	width: 422px;
	border-radius: 4px;
}
.bvi-body .wpcf7-form div.buttons input[type="submit"]{
	margin-left: 0;
	margin-right: 0;
}
body .bvi-img-off{
	width: auto !important;
	padding: 20px;
	margin-bottom: 5px;
	word-break: initial !important;
    word-wrap: initial !important;
}
/*
.bvi-body .pg-header-set-wrap{
	position: initial;
}
.bvi-body .bvi-button{
	right: auto;
    left: 0;
}
.bvi-body header > div{
	position: relative;
}
*/

body .bvi-body header .pg-left-logo{
	background-image: url(../images/logo-black.jpg) !important;
}
body .bvi-body header .pg-left-logo2{
	background-image: url(../images/logo2-black.jpg) !important;
}
body .bvi-body header .pg-center-logo{
	background-image: url(../images/center-logo-black.jpg) !important;
}


.bvi-body .pg-nav ul li:after{
	display: none;
}
.bvi-body .lang-set-list{
	margin-left: 0
}

.bvi-body .pg-nav ul{
	font-weight: bold;
	text-align: left;
}
.bvi-body #menu-main-nav,
.bvi-body #menu-main-nav2{
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	text-align: justify;
	width: 100%;
	text-align-last: justify;
	margin: 10px 0;
}
.bvi-body #menu-main-nav li > ul,
.bvi-body #menu-main-nav2 li > ul{
	display: none;
}
body .bvi-body .pg-nav ul li a:hover{
	color: #ffffff !important;
	background-color: #000000 !important;
	text-decoration: none;
}
.bvi-body #menu-main-nav2{
	margin-top: 20px;
	margin-bottom: 30px;
}
.bvi-body .pg-image-wrap,
.bvi-body .pg-breadcrumbs{
	display: none;
}

.bvi-body .home-posts-slider-wrap{
	margin: 0;
}
.bvi-body .home-posts-slider-wrap .bx-wrapper{
	margin: 0 auto;
}
.bvi-body .home-posts-slider-wrap .bx-wrapper .bx-viewport{
	height: 100% !important;
}
.bvi-body .home-posts-slider-wrap .bx-wrapper .bx-pager{
	position: relative;
	bottom: 0px;
}
.bvi-body .hps-title{
	height: 70px;
	overflow: hidden;
}
.bvi-body .hps-date{
	margin: 20px 0 5px 0;
}
.bvi-body .home-posts-slider-footer{
	font-weight: bold;
	font-size: 11pt;
}

.bvi-body .home-posts-wrap .item{
	max-height: 100%;
	width: 100%;
}
.bvi-body .home-posts-header{
	margin: 0 0 20px 0;
}
.bvi-body .home-posts-header h2{
	font-size: 14pt !important;
	font-weight: bold;
}
.bvi-body ul.home-posts-list{
	max-height: 100%;
}
.bvi-body ul.home-posts-list li{
	height: auto;
	margin: 0 0 18px 0;
	border: none;
	display: flex;
}
.bvi-body ul.home-posts-list li .home-post-date{
	min-width: 120px;
	margin: 0;
}
.bvi-body ul.home-posts-list li a p {
    margin: 0;
}
.bvi-body .home-posts-footer{
	padding: 0;
	font-weight: bold;
	font-size: 11pt;
}
.bvi-body ul.home-posts-list.vypusk li{
	display: flex;
}
.bvi-body ul.home-posts-list.vypusk li .home-post-date{
	min-width: 200px;
}
.bvi-body ul.home-posts-list.vypusk li a p{
	margin: 0;
}

.bvi-body .my-calendar-table caption{
	top: -32px !important;
}
.bvi-body .mc-main th{
	padding: 8px 0 !important;
}
.bvi-body .mc-main .mc-date{
	margin: inherit;
}


.bvi-body .pg-widget-header,
.bvi-body .widget-item .widgettitle{
	padding: 10px 0;
	width: 100%;
   text-align: center;
}
.bvi-body .widget-item .widgettitle{
	margin-bottom: 10px;
	font-weight: bold;
}
.bvi-body .pg-widget-header h3{
	font-weight: bold;
}
.bvi-body .pg-widget-content .widget-reception-title{
	text-transform: inherit;
}
.bvi-body .pg-widget-content .widget-reception-content{
	font-size: 23px !important;
   font-weight: bold;
}
.bvi-body .pg-widget-content footer a{
	text-decoration: underline;
}
.bvi-body .widget-menu-list a{
	padding: 0 0 15px 0;
}

.bvi-body .pg-content img.alignleft.leftimg,
.bvi-body .pg-content img.alignright.rightimg,
.bvi-body .pg-content img.aligncenter{
	width:100%;
	margin: 0 0 15px 0;
}
.bvi-body .tabs label{
    font-size: 18px !important;
    font-weight: bold;
}
.bvi-body .pg-sidebar article{
	border-bottom: 1px solid #000000;
}
.bvi-body .pg-sidebar article:first-child{
	padding: 0 0 15px 0;
}

body .bvi-body.bvi-color-white .sk-link,
body .bvi-body.bvi-color-black .sk-link,
body .bvi-body.bvi-color-blue .sk-link,
body .bvi-body.bvi-color-brown .sk-link,
body .bvi-body.bvi-color-green .sk-link{
	background-image: url(../images/black/youtube.jpg) !important;
}
body .bvi-body.bvi-color-white .tw-link,
body .bvi-body.bvi-color-black .tw-link,
body .bvi-body.bvi-color-blue .tw-link,
body .bvi-body.bvi-color-brown .tw-link,
body .bvi-body.bvi-color-green .tw-link{
	background-image: url(../images/black/tw.jpg) !important;
}
body .bvi-body.bvi-color-white .fb-link,
body .bvi-body.bvi-color-black .fb-link,
body .bvi-body.bvi-color-blue .fb-link,
body .bvi-body.bvi-color-brown .fb-link,
body .bvi-body.bvi-color-green .fb-link{
	background-image: url(../images/black/fb.jpg) !important;
}
body .bvi-body.bvi-color-white .vk-link,
body .bvi-body.bvi-color-black .vk-link,
body .bvi-body.bvi-color-blue .vk-link,
body .bvi-body.bvi-color-brown .vk-link,
body .bvi-body.bvi-color-green .vk-link{
	background-image: url(../images/black/vk.jpg) !important;
}
body .bvi-body .footer-social-wrap .footer-social-list + p{
	display: none;
}
.bvi-body .pg-footer-top{
	display: none;
}
.bvi-body .pg-footer-bottom .inner{
	padding-top: 40px;
}
.bvi-body .pg-footer-bottom-items .item{
	width: 49%;
}
.bvi-body .pg-footer-bottom-items .item > p,
.bvi-body .pg-footer-bottom-items .item > div,
.bvi-body .pg-footer-bottom-items .item ul > li{
	margin-bottom: 5px
}
.bvi-body .pg-footer-bottom-items .item ul > li span{
	font-weight: bold;
}
.bvi-body .pg-footer-bottom-items .item > p{
	font-weight: bold;
}
.bvi-body .pg-footer-bottom-items .item.footer-social-wrap{
	text-align: right;
}
.bvi-body .tabs.con label,
.bvi-body .tab-menu.con li{
	height: 90px;
}
.bvi-body .yandex-map{
	display: none;
}

.bvi-body .obuch-tabs_cont .buttons a{
	border: 2px solid #000000;
	font-weight: bold;
	margin-bottom: 20px;
}

.widgettitle a {
    color: #FFFFFF;
}
.widgettitle a:hover {
    color: #405080;
}
.mc-main .current-day {
    background: #904 !important;
}
a:active,
a:hover {
  	outline: 0;
    text-decoration: none;
    color: #904 !important;
}
