@font-face {
    font-family: 'open_sans';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sans') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.eot');
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-light-webfont.woff') format('woff'),
         url('fonts/opensans-light-webfont.ttf') format('truetype'),
         url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'font1';
    src: url('fonts/opensans-semibold-webfont.eot');
    src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold-webfont.woff') format('woff'),
         url('fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('fonts/opensans-semibold-webfont.svg#font1') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansitalic';
    src: url('fonts/opensans-italic-webfont.eot');
    src: url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-italic-webfont.woff') format('woff'),
         url('fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight_italic';
    src: url('fonts/opensans-lightitalic-webfont.eot');
    src: url('fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-lightitalic-webfont.woff') format('woff'),
         url('fonts/opensans-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'font1_italic';
    src: url('fonts/opensans-semibolditalic-webfont.eot');
    src: url('fonts/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibolditalic-webfont.woff') format('woff'),
         url('fonts/opensans-semibolditalic-webfont.ttf') format('truetype'),
         url('fonts/opensans-semibolditalic-webfont.svg#font1_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'font1';
    src: url('fonts/aglettericacondensedc-webfont.eot');
    src: url('fonts/aglettericacondensedc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aglettericacondensedc-webfont.woff') format('woff'),
         url('fonts/aglettericacondensedc-webfont.ttf') format('truetype'),
         url('fonts/aglettericacondensedc-webfont.svg#AGLettericaCondensedCRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body{
    height: 100%;
}
body{
    padding: 0;
    margin: 0;
    font: 14px Arial, sans-serif;
    width: 100%;
    color: #000000;
    background: #c5d9e7;
}
html, body {-webkit-text-size-adjust: 100%;}
h1, h2, h3, h4, h5, h6, ul, li{
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}
ol, ul{
    list-style: none;
}
img{
    border: 0;
}
p{
    margin: 0;
}
input{
    outline: none;
}
a{
    outline: 0 none;
    color: #2B68B5;
}
:focus {
    outline: none;
}
.r-fl {
    float: right;
    position: relative;
}
.l-fl {
    float: left;
    position: relative;
}
.v-m {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: 98%;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          *behavior: url(css/boxsizing.htc);
}
.clear {
    clear: both;
}
.helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
textarea {
    font: 14px open_sans;
}
.field {
    display: inline-block;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #cbcbcb;
    padding: 2px 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0;
    font: 14px font1;
    width: 100%;
}
.field:hover {
    background-color: #ededed;
}
.field:focus {
    background: #ffffff;
}
textarea.field {
    height: 100px;
    resize: vertical;
    font: 13px open_sans;
    width: 100%;
}
.w-field {
    position: relative;
    margin: 0 0 10px;
}
.w-field.error .field {
    -webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,.15);
    -moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,.15);
    box-shadow: inset 1px 1px 5px rgba(0,0,0,.15);
    border: solid 2px #d02626;
    background: #ffeeee;
}
.w-field.error ::-webkit-input-placeholder {
    color: #838383;
}
.w-field.error :-moz-placeholder {
    color: #838383;
}
input.error,
textarea.error {
    background: #FFF0F3;
    border-color: #FFAEAE;
}
label.error {
    display: block;
    color: #D52626;
    text-align: left;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          *behavior: url(css/boxsizing.htc);
}
::-webkit-input-placeholder {
    color: #343434;
}
:-moz-placeholder {
    color: #343434;
}
.wrap-page {
    position: relative;
    min-height: 100%;
    display: block;
    width: 100%;
    min-width: 1200px;
    padding: 7px 0 0;
}
.page {
    position: relative;
    width: 1200px;
    display: block;
    margin: 0 auto;
    background: #ffffff;
}
.wrap {
    padding: 0 20px;
}
.site-header {
    position: relative;
    clear: both;
    background: url(../images/head-bg.png) repeat-x top left;
}
.site-header:after {
    content: '';
    display: block;
    clear: both;
}
/**search**/
.search-b {
    display: block;
    position: relative;
    clear: both;
    margin-bottom: 10px;
}
.search-b .field {
    margin: 0;
    padding-right: 30px;
    width: 328px;
    color: #424242;
    padding: 7px 26px 7px 7px;
}
.search-b .btn {
    position: absolute;
    border: 0;
    width: 30px;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../images/icon-search.png) no-repeat center center;
    cursor: pointer;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.search-b .btn:hover {
    -moz-opacity: 0.7; 
    -khtml-opacity: 0.7; 
    opacity: 0.7;
}
.search-b ::-webkit-input-placeholder {
    font: 13px open_sansitalic;
    color: #85a3b7;
}
.search-b :-moz-placeholder {
    font: 13px open_sansitalic;
    color: #85a3b7;
}
.container {
    position: relative;
    clear: both;
}
.container:after {
    content: '';
    display: block;
    clear: both;
}
.right-side {
    float: right;
    width: 230px;
}
.main-side {
    float: left;
    width: 880px;
} 
/**social-block**/
.site-header .social-block {
    color: #718cae;
	font: 14px font1;
    text-align: right;
}
.social-block {
    position: relative;
}
.social-block a {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: url(../images/icon_social.png) no-repeat 0 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-right: 3px;
    vertical-align: middle;
}
.site-header .social-block a {
    margin: 0 0 0 5px;
}
.social-block a:hover {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.social-block a > img {
    display: none;
}
.social-block .gp {
    background-position: 0 0;
}
.social-block .fb {
    background-position: -20px 0;
}
.social-block .tw {
    background-position: -40px 0;
}
.social-block .vk {
    background-position: -60px 0;
}
.social-block .mail {
    background-position: -80px 0;
}
.social-block .tube {
    width: 23px;
    background: url(../images/icon-tube.png) no-repeat center center;
}
.social-block .telegram {
    width: 25px;
    background: url(../images/icon-telegram.png) no-repeat center center;
}
.social-block .flickr {
    width: 23px;
    background: url(../images/flickr.png) no-repeat center center;
}
/**link-top**/
.link-top {
    padding: 10px 0;
    text-align: right;
    
}
.link-top > a {
    display: inline-block;
    vertical-align: middle;
    color: #2B68B5;
    padding-right: 10px;
    border-right: 1px solid #6B9ED3;
	font: 14px font1;
}

/**main-menu**/
.main-menu {
    position: relative;
    background: #2799E6;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2799E6), to(#0f7ac3));
    background: -webkit-linear-gradient(#2799E6, #0f7ac3);
    background: -moz-linear-gradient(#2799E6, #0f7ac3);
    background: -ms-linear-gradient(#2799E6, #0f7ac3);
    background: -o-linear-gradient(#2799E6, #0f7ac3);
    background: linear-gradient(#2799E6, #0f7ac3);
    -pie-background: linear-gradient(#2799E6, #0f7ac3);
    margin: 0 -20px;
    padding: 0 20px;
}
.main-menu:before {
    content: "";
    position: absolute;
    background: url(../images/menu-top-line.png) repeat-x left top;
    width: 100%;
    height: 3px;
    z-index: 1;
    top: 0;
    left: 0;  
}
.main-menu:after {
    content: '';
    display: block;
    clear: both;
}
.main-menu > li {
    float: left;
    position: relative;
}
.main-menu > li > a {
    display: block;
    padding: 15px 20px;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    font: 16px font1;
    text-transform: uppercase;
	text-decoration: none;
}
.main-menu > li:hover a {
    color: #C8F4FF;
}
.main-menu > li.active > a,
.main-menu > li.hover > a{
    background: #FEC74B;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FEC74B), to(#f9a717));
    background: -webkit-linear-gradient(#FEC74B, #f9a717);
    background: -moz-linear-gradient(#FEC74B, #f9a717);
    background: -ms-linear-gradient(#FEC74B, #f9a717);
    background: -o-linear-gradient(#FEC74B, #f9a717);
    background: linear-gradient(#FEC74B, #f9a717);
    -pie-background: linear-gradient(#FEC74B, #f9a717);
    color: #985825;
    text-decoration: none;
    text-shadow: 0 1px rgba(255,255,255,.26);
}
/**main-slide**/
.w-slider {
    padding: 20px;
    background: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#e9f1f6));
    background: -webkit-linear-gradient(#ffffff, #e9f1f6);
    background: -moz-linear-gradient(#ffffff, #e9f1f6);
    background: -ms-linear-gradient(#ffffff, #e9f1f6);
    background: -o-linear-gradient(#ffffff, #e9f1f6);
    background: linear-gradient(#ffffff, #e9f1f6);
    -pie-background: linear-gradient(#ffffff, #e9f1f6);
    margin: 0 -20px 20px;
}
.w-slider:after {
    content: '';
    display: block;
    clear: both;
}
.main-slide {
    width: 625px;
    height: 280px;
    position: relative;
    float: left;
    margin-right: 10px;
}
.main-slide .wrap-slide {  
    width: 100%;
    height: 100%; 
    position: relative;
    padding: 0;  
    overflow: hidden;
    border-radius: 3px;
} 
.main-slide .slide {
    width: 100%;
    height: 100%;
}
.main-slide .slide .img {
    height: 100%;
}
.main-slide .slide .img img {
    min-width: 100%;
    height: 100%;
}
.main-slide .slide .about_slide {
    position: absolute;
    bottom: 10px;
    color: #ffffff;
    left: 15px;
    border-left: 3px solid #f6c435;
    right: 15px;
}
.main-slide .slide .about_slide .text span {
    padding: 5px 10px;
    color: #ffffff;
    background: #0067ac;
    background: rgba(0,103,172,0.8);
    margin-bottom: 2px;
    display: inline-block;
	font: 21px font1;
}
.map-region {
    float: left;
    width: 296px;
    height: 280px;
    background: url(../images/map-bg.png) no-repeat left top;
    position: relative;
    text-align: center;
    padding-top: 14px;
}
.map-region .link-b {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.map-region .link-b .link-reg {
    position: absolute;
    padding-bottom: 12px;
    text-align: center;
    background: url(../images/map-point.png) no-repeat center bottom;
    min-width: 12px;
    font-size: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.map-region .link-b .link-reg:hover {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.map-region .link-b .link-reg.disabled {
	pointer-events: none
}
.map-region .link-b .link-reg.reg-1 {
    left: 77px;
    top: 52px;
}
.map-region .link-b .link-reg.reg-2 {
    left: 158px;
    top: 63px;
}
.map-region .link-b .link-reg.reg-3 {
    top: 29px;
    right: 14px;
    
}
.map-region .link-b .link-reg.reg-4 {
    top: 93px;
    left: 134px;
    
}
.map-region .link-b .link-reg.reg-5 {
    top: 118px;
    left: 97px;
    
}
.map-region .link-b .link-reg.reg-6 {
    top: 140px;
    left: 160px;
    background: none;
    padding: 0;
    
}
.map-region .link-b .link-reg.reg-7 {
    top: 147px;
    left: 10px;
    background-position: right bottom;
    
}
.map-region .link-b .link-reg.reg-8 {
    top: 162px;
    left: 169px;
    padding: 0 12px 0 0;
    background-position: right center;
    
}
.map-region .link-b .link-reg.reg-9 {
    top: 158px;
    left: 191px;
    padding: 0 0 0 12px;
    background-position: left center;
    
}
.map-region .link-b .link-reg.reg-10 {
    bottom: 64px;
    left: 46px;
    
}
.map-region .link-b .link-reg.reg-11 {
    bottom: 59px;
    left: 102px;
    
}
.map-region .link-b .link-reg.reg-12 {
    bottom: 73px;
    right: 38px;
    padding: 12px 0 0;
    background-position: center top;
    
}
.map-region .link-b .link-reg.reg-13 {
    bottom: 11px;
    padding: 12px 0 0;
    background-position: center top;
    left: 6px;
    
}
.map-region.little {
	cursor: pointer
}
.map-region.big {
    background: #0057B0;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0057B0), to(#41b8de));
    background: -webkit-linear-gradient(#0057B0, #41b8de);
    background: -moz-linear-gradient(#0057B0, #41b8de);
    background: -ms-linear-gradient(#0057B0, #41b8de);
    background: -o-linear-gradient(#0057B0, #41b8de);
    background: linear-gradient(#0057B0, #41b8de);
    -pie-background: linear-gradient(#0057B0, #41b8de);
    width: 64%;
    height: 476px;
    margin-bottom: 50px;
    border-radius: 3px;
}
.map-region.big .img {
    float: left;
    margin: 15px 0 0 85px;
    
}
.map-region.big .link-b {
    background: url(../images/region-bg.png) no-repeat 95% 95%;
}
.map-region.big .link-b .link-reg {
    background: url(../images/map-point-2.png) no-repeat center bottom;
    padding-bottom: 18px;
}
.map-region.big .link-b .link-reg.reg-1 {
    left: 184px;
    top: 104px;
}
.map-region.big .link-b .link-reg.reg-2 {
    left: 315px;
    top: 120px;
}
.map-region.big .link-b .link-reg.reg-3 {
    top: 51px;
    right: 229px;
    
}
.map-region.big .link-b .link-reg.reg-4 {
    top: 163px;
    left: 268px;
    
}
.map-region.big .link-b .link-reg.reg-5 {
    top: 206px;
    left: 214px;
    
}
.map-region.big .link-b .link-reg.reg-6 {
    top: 238px;
    left: 312px;
    background: none;
    padding: 0;
    
}
.map-region.big .link-b .link-reg.reg-7 {
    top: 255px;
    left: 69px;
    background-position: right bottom;
    
}
.map-region.big .link-b .link-reg.reg-8 {
    top: 272px;
    left: 331px;
    padding: 0 18px 0 0;
    background-position: right center;
    
}
.map-region.big .link-b .link-reg.reg-9 {
    top: 266px;
    left: 370px;
    padding: 0 0 0 18px;
    background-position: left center;
    
}
.map-region.big .link-b .link-reg.reg-10 {
    bottom: 121px;
    left: 118px;
    
}
.map-region.big .link-b .link-reg.reg-11 {
    bottom: 108px;
    left: 209px;
    
}
.map-region.big .link-b .link-reg.reg-12 {
    bottom: 128px;
    right: 271px;
    padding: 18px 0 0;
    background-position: center top;
    
}
.map-region.big .link-b .link-reg.reg-13 {
    bottom: 48px;
    left: 52px;
    padding: 18px 0 0;
    background-position: center top;
    
}

.w-slider .btn-block {
    float: left;
    width: 296px;
    height: 280px;
    position: relative;
    text-align: center;
}

.w-slider .btn {
	font: 20px font1;
    border: 0;
    width: 100%;
    height: 88px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 2;
    text-decoration: underline;
	overflow: hidden;
}

.w-slider .btn-blue {
    background: #2799E6;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2799E6), to(#0F7AC3));
    background: -webkit-linear-gradient(#2799E6, #0F7AC3);
    background: -moz-linear-gradient(#2799E6, #0f7ac3);
    background: -ms-linear-gradient(#2799E6, #0f7ac3);
    background: -o-linear-gradient(#2799E6, #0f7ac3);
    background: linear-gradient(#2799E6, #0F7AC3);
    -pie-background: linear-gradient(#2799E6, #0f7ac3);
}

.w-slider .btn-gray {
    background: #b7b7b7;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b7b7b7), to(#7d7d7d));
    background: -webkit-linear-gradient(#b7b7b7, #7d7d7d);
    background: -moz-linear-gradient(#b7b7b7, #7d7d7d);
    background: -ms-linear-gradient(#b7b7b7, #7d7d7d);
    background: -o-linear-gradient(#b7b7b7, #7d7d7d);
    background: linear-gradient(#b7b7b7, #7d7d7d);
    -pie-background: linear-gradient(#b7b7b7, #7d7d7d);
}

.w-slider .btn-yellow {
    background: #FEC74B;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FEC74B), to(#f9a717));
    background: -webkit-linear-gradient(#FEC74B, #f9a717);
    background: -moz-linear-gradient(#FEC74B, #f9a717);
    background: -ms-linear-gradient(#FEC74B, #f9a717);
    background: -o-linear-gradient(#FEC74B, #f9a717);
    background: linear-gradient(#FEC74B, #f9a717);
    -pie-background: linear-gradient(#FEC74B, #f9a717);
}

.w-slider .btn + .btn {
	margin-top: 5px;
}

/**bishop-b**/
.bishop-b {
    float: right;
    width: 217px;
    background: url(../images/bishop-bg.png) no-repeat left top;
    position: relative;
    height: 280px;
    border-radius: 4px;
}
.bishop-b .img {
    position: absolute;
    bottom: 100%;
    right: 0;
    font-size: 0;
    line-height: 0;

}
.bishop-b .img img {

}
.bishop-b .name {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 12px;
    background: #147DC4;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#147DC4), to(#51b2f5));
    background: -webkit-linear-gradient(#147DC4, #51b2f5);
    background: -moz-linear-gradient(#147DC4, #51b2f5);
    background: -ms-linear-gradient(#147DC4, #51b2f5);
    background: -o-linear-gradient(#147DC4, #51b2f5);
    background: linear-gradient(#147DC4, #51b2f5);
    -pie-background: linear-gradient(#147DC4, #51b2f5);
    border-radius: 0 0 5px 5px;
}
.bishop-b .name a {
    font-size: 13px;
    color: #ffffff;

}
.container:after {
    content: '';
    display: block;
    clear: both;
}
.presentation-b {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}
.presentation-calendar {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.presentation-b a {
    font-size: 0;
    margin-bottom: 15px;
    display: block;
    position: relative;
}
.presentation-b a img {
    max-width: 100%;
    border-radius: 4px;

}
.presentation-b .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    background: #0067ac;
    background: rgba(0,103,172,0.8);
    border-left: 3px solid #f6c435;
    padding: 3px;
    font-size: 13px;
    line-height: 14px;
}
.presentation-b .desc.top {
    top: 0;
    bottom: auto;
}
.presentation-b .desc .name {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-family: font1;
}
.presentation-b .desc .name:hover {
    text-decoration: none;
}
.news-b {
    margin-bottom: 45px;

}
.news-b .title {
    color: #2b68b5;
    margin-bottom: 10px;
	font: 22px font1;
}
.news-b .title a {
    color: #2b68b5;

}
.news-b .list {

}
.news-b .list li {
    margin-top: 20px;

}
.news-b .list li:first-child {
    margin-top: 0;
}
.news-b .list li:after {
    content: '';
    display: block;
    clear: both;
}
.news-b .list li .img {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-right: 10px;

}
.news-b .list li .img img {
    width: 100%;
    border-radius: 4px;

}
.news-b .list li .date {
    color: #57769e;
	font: 13px font1;
}
.news-b .list li .caption {
    color: #484848;
    line-height: 21px;

}
.news-b.top-b {
    width: 500px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.news-b .list li .img {
    width: 108px;
    overflow: hidden;

}
.news-b .list li .img + .desk {
    display: inline-block;
    vertical-align: middle;
    width: 735px;
}
.news-b.top-b .list li .img + .desk {
    width: 375px;
}
.news-b.small {
    width: 340px;
    display: inline-block;
    vertical-align: top;
}
.news-b.small .list {
    padding: 14px;
    background: #e6eaf0;
    border-radius: 3px;
}
.news-b.small .list li {
    margin-top: 30px;
}
.news-b.small .list li:first-child {
    margin-top: 0;
}
.news-b .hidden {
    display: none;
}
.news-b .news-archive {
	display: inline-block;
	margin-top: 1em
}
.info-news {

}
.info-news .v-m {
    padding-left: 20px;
    font-size: 12px;
    color: #7991b1;
    margin-left: 11px;
}
.info-news .video-count {
    background: url(../images/icon-video.png) no-repeat left center;
}
.info-news .img-count {
    background: url(../images/icon-img.png) no-repeat left center;
}
.info-news .music-count {
    background: url(../images/icon-music.png) no-repeat left center;
}
.info-news .views-count {
    background: url(../images/icon-views.png) no-repeat left center;
}
.info-news .pdfs-count {
    background: url(../images/icon-pdf.png) no-repeat left center;
}
.news-b.news-list .list li {
    padding: 10px 20px;
    margin: 0 0 0 -20px;
}
.news-b.news-list .list li:nth-child(even) {
    background: #f2f2f2;
}
/**blue-b**/
.blue-b {
    margin: 0 -20px;
    padding: 30px 20px 0;
    background: #2a83b9;
    clear: both;
}
.list-section {
    display: inline-block;
    margin-right: 80px;
    margin-bottom: 30px;
    vertical-align: top;
    width: 148px;
}
.list-section .title {
    font: 19px font1;
	font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
}
.list-section .title a {
    color: #ffffff;
    text-decoration: none;
}
.list-section .list {
    display: inline-block;
    vertical-align: top;
}

.list-section .list li {
    padding-left: 12px;
    background: url(../images/list-section.png) no-repeat left 9px;
    margin-bottom: 5px;
    max-width: 225px;

}
.list-section .list li a {
    color: #ffffff;
    font-size: 13px;

}
/**breadcrumbs**/
.breadcrumbs {
    position: relative;
    font-size: 0;
    padding: 5px 20px;
    background: #FFF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#E9F1F6));
    background: -webkit-linear-gradient(#FFF, #E9F1F6);
    background: -moz-linear-gradient(#ffffff, #e9f1f6);
    background: -ms-linear-gradient(#ffffff, #e9f1f6);
    background: -o-linear-gradient(#ffffff, #e9f1f6);
    background: linear-gradient(#FFF, #E9F1F6);
    -pie-background: linear-gradient(#ffffff, #e9f1f6);
    margin: 0 -20px 20px;
}
.breadcrumbs li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 20px;
    background: url(../images/bread-list.png) no-repeat right center;
    margin-bottom: 3px;
    vertical-align: middle;
}
.breadcrumbs li a,
.breadcrumbs li span {
    display: block;
    font: 14px font1;
    color: #325e79;
    text-decoration: none;
}
.breadcrumbs li:first-child a {
    width: 26px;
    height: 30px;
    background: url(../images/icon-bread.png) no-repeat left center;
    text-indent: -9999px;
}
.breadcrumbs li.active {
    padding-right: 0;
    margin-right: 0;
    background: none;
}
.breadcrumbs li.active a {
    text-decoration: none;
}
.text-block {
    display: block;
    line-height: 23px;
    margin-bottom: 30px;
    text-align: justify;
	clear: both;
}
.text-block img {
    margin: 0 5px 10px 0;
    max-width: 100%;
    display: inline-block;
}
.text-block > ul {
}
.text-block > ul li {
    padding-left: 15px;
    background: url(../images/list-style.png) no-repeat left 10px;
    margin-bottom: 5px;
}
.text-block > ol {
    list-style: decimal;
    list-style-position: inside;
    padding: 0;
}
.text-block ul[type="circle"] {
    list-style-type: circle;
}
.text-block ul[type="square"] {
    list-style-type: square;
}
.text-block ol[type="A"] {
    list-style-type: upper-alpha;
}
.text-block ol[type="a"] {
    list-style-type: lower-alpha;
}
.text-block ol[type="I"] {
    list-style-type: upper-roman;
}
.text-block ol[type="i"] {
    list-style-type: lower-roman;
}
.text-block ol[type="1"] {
    list-style-type: decimal;
}
.text-block ul[type="circle"] li,
.text-block ul[type="square"] li {
    padding-left: 0;
    background: none;
}
.text-block h1 {
    font-size: 26px;
    margin-bottom: 10px;
    font-family: open_sansbold;
}
.text-block h2 {
    font-size: 22px;
    margin-bottom: 10px;
    font-family: open_sansbold;
}
.text-block h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: open_sansbold;
}
.text-block h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: open_sansbold;
}
.text-block h5 {
    font-size: 14px;
    margin-bottom: 10px;
    font-family: open_sansbold;
}
.text-block h6 {
    font-size: 12px;
    margin-bottom: 10px;
    font-family: open_sansbold;
}

.menu-tabs {
    font-size: 0;
    border-bottom: 3px solid #2798E5;
    margin-bottom: 20px;
}
.menu-tabs li {
    display: inline-block;
    vertical-align: top;
    border-bottom: 3px solid #2798e5;
    padding-bottom: 3px;
    margin-bottom: -3px;
}
.menu-tabs li a {
    display: block;
    font-size: 22px;
    color: #2b68b5;
    padding: 0 20px;
}
.menu-tabs .active {
    border-color: #f9ab1d;
}
.menu-tabs .active a {
    color: #d28900;
    text-decoration: none;
}

.menu-list {
	border-bottom: none
}

.menu-list li {
	display: block;
	margin: 0 0 15px;
	/*border-bottom: 1px solid #4499D3;
        padding-bottom: 10px;*/
        
        
}
.menu-list li a {
    font-size: 18px;
    background: url(../images/list-style.png) no-repeat left 13px;
    display: inline-block;
    padding-left: 20px;
}
/**Page-Nav**/
.page-nav {
    position: relative;
    margin: 20px 0;
}
.page-nav ul:after {
    content: '';
    display: block;
    clear: both;
}
.page-nav ul li {
    float: left;
    margin: 0 2px;
}
.page-nav ul li a {
    display: block;
    padding: 12px 0;
    color: #ffffff;
    text-decoration: none;
    width: 42px;
    text-align: center;
    background: #2899E7;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2899E7), to(#0f7ac3));
    background: -webkit-linear-gradient(#2899E7, #0f7ac3);
    background: -moz-linear-gradient(#2899E7, #0f7ac3);
    background: -ms-linear-gradient(#2899E7, #0f7ac3);
    background: -o-linear-gradient(#2899E7, #0f7ac3);
    background: linear-gradient(#2899E7, #0f7ac3);
    -pie-background: linear-gradient(#2899E7, #0f7ac3);
    height: 42px;
}
.page-nav ul li a:hover,
.page-nav ul li.active a {
    background: #fec84d;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fec84d), to(#F9A817));
    background: -webkit-linear-gradient(#fec84d, #F9A817);
    background: -moz-linear-gradient(#fec84d, #F9A817);
    background: -ms-linear-gradient(#fec84d, #F9A817);
    background: -o-linear-gradient(#fec84d, #F9A817);
    background: linear-gradient(#fec84d, #F9A817);
    -pie-background: linear-gradient(#fec84d, #F9A817);
    color: #784400;
}
.page-nav ul li.prev-page a {
    width: auto;
    padding: 12px 20px;
    margin-right: 15px;
    position: relative;
}
.page-nav ul li.next-page a {
    margin-left: 15px;
    width: auto;
    padding: 12px 20px;
    position: relative;
}
.page-nav ul li.prev-page a:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 42px;
    right: 100%;
    top: 0;
    background: url(../images/pager-arrow.png) no-repeat left top;
}
.page-nav ul li.next-page a:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 42px;
    left: 100%;
    top: 0;
    background: url(../images/pager-arrow.png) no-repeat right top;
}
.page-nav ul li.prev-page a:hover:before {
    background-position: left bottom;
}
.page-nav ul li.next-page a:hover:before {
    background-position: right bottom;
}
.title-news {
    padding: 0 170px 10px 130px;
    border-bottom: 3px solid #2798e5;
    position: relative;
    font-size: 22px;
    color: #2b68b5;
    margin-bottom: 20px;

}
.title-news .date {
    float: left;
    margin-left: -130px;
    height: 100%;
    font: 22px font1;
    color: #d28900;
    line-height: 22px;

}
.title-news .date:before {
    content: '';
    position: absolute;
    height: 3px;
    background: #f9ab1d;
    width: 100px;
    left: 0;
    bottom: -3px;
}
.title-news .info-news {
    margin-right: -170px;
    line-height: 20px;
    text-align: right;
}
.title-news .name {
    line-height: 22px;
}
.one-news.text-block .img {
	display: inline-block;
    font-size: 0;
    line-height: 0;
    margin: 20px;
}
.one-news.text-block .img img {
    max-width: 94%;
}
.one-news .news-b .description .text img {
    width: auto;
    max-width: 94%;
    margin: 0;
}
.text-block .img .social-block {
    display: inline-block;
    vertical-align: top;
}
.text-block .img .social-block a {
    display: block;
    float: none;
    margin: 0 0 5px 5px;
    background-image: url(../images/icon_social-2.png);
    border: 1px solid #c5d9e7;
    width: 28px;
    height: 28px;
}
.text-block .img .social-block a {
	display: none
}

.text-block .img .social-block .visible {
	display: block
}
.text-block .img .social-block .gp {
    background-position: 5px 4px;

}
.text-block .img .social-block .fb {
    background-position: -17px 4px;
}
.text-block .img .social-block .tw {
    background-position: -36px 4px;
}
.text-block .img .social-block .vk {
    background-position: -57px 4px;
}
.text-block .img .social-block .mail {
    background-position: -78px 3px;
}
.bottom-b {
    background: #e2eef7;
    padding-right: 10px;
    margin-top: 30px;
    
}
.bottom-b:after {
    content: '';
    display: block;
    clear: both;
}
.bottom-b .back {
    background: #2799E6;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2799E6), to(#0F7AC3));
    background: -webkit-linear-gradient(#2799E6, #0F7AC3);
    background: -moz-linear-gradient(#2799E6, #0f7ac3);
    background: -ms-linear-gradient(#2799E6, #0f7ac3);
    background: -o-linear-gradient(#2799E6, #0f7ac3);
    background: linear-gradient(#2799E6, #0F7AC3);
    -pie-background: linear-gradient(#2799E6, #0f7ac3);
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
	font: 14px font1;
}
.bottom-b .social-block {
    float: right;
    margin-top: 9px;
}
.bottom-b .social-block a {
    background-image: url(../images/icon_social-2.png);
}
.main-title {
    display: block;
    padding-bottom: 10px;
    border-bottom: 3px solid #2798e5;
    margin-bottom: 20px;

}
.main-title .name {
    font-size: 22px;
    color: #2b68b5;
}
/**contact-page**/
.wrap-map {
    height: 330px;
    position: relative;
    margin-bottom: 30px;
}
.wrap-map #map {
    width: 100%;
    height: 330px;
}
.contacts-info .block-contacts.item {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.contacts-info .block-contacts ul {
    margin-bottom: 30px;
    color: #696969;
}
.contacts-info .block-contacts li {
    display: block;
}
.contacts-info .block-contacts .caption {
    font: 14px open_sansbold;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #2b68b5;
}
.contacts-info .block-contacts .mail-link {
    color: #696969;
}
.hr {
    border-top: 1px solid #c6c5c5;
    margin: 0 0 20px;
    clear: both;
}
.wrap-feedback {
    position: relative;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
    background: url(../images/feedback-bg.png) no-repeat center center #faf7ef;
    border: 1px solid #fac326;
    border-radius: 3px;
    width: 680px;
}
.wrap-feedback .info {
    margin-bottom: 20px;
    padding: 0 20px;
}
.wrap-feedback .caption {
    font: 16px open_sans;
    margin: -1px -1px 10px -1px;
    padding: 10px 15px;
    background: #FACD33;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FACD33), to(#f9a502));
    background: -webkit-linear-gradient(#FACD33, #f9a502);
    background: -moz-linear-gradient(#FACD33, #f9a502);
    background: -ms-linear-gradient(#FACD33, #f9a502);
    background: -o-linear-gradient(#FACD33, #f9a502);
    background: linear-gradient(#FACD33, #f9a502);
    -pie-background: linear-gradient(#FACD33, #f9a502);
    color: #502e05;
    border-radius: 3px 3px 0 0;
}
.wrap-feedback .feedback {
    margin-bottom: 20px;
    padding: 0 20px;
    
}
.feedback .w-field {
    padding-left: 110px;

}
.feedback .w-field .name {
    display: inline-block;
    width: 100px;
    text-align: right;
    color: #7a7a7a;
    margin-left: -110px;
    font-size: 12px;
    float: left;
    margin-top: 8px;
}
.feedback .field {
    width: 67%;
    
}

.feedback textarea.field {
    width: 100%;

}
.wrap-feedback .feedback .btn {
    border: 0;
    float: right;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    margin: 8px 0 0;
    background: #2799E6;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2799E6), to(#0F7AC3));
    background: -webkit-linear-gradient(#2799E6, #0F7AC3);
    background: -moz-linear-gradient(#2799E6, #0f7ac3);
    background: -ms-linear-gradient(#2799E6, #0f7ac3);
    background: -o-linear-gradient(#2799E6, #0f7ac3);
    background: linear-gradient(#2799E6, #0F7AC3);
    -pie-background: linear-gradient(#2799E6, #0f7ac3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 2;
    font-size: 16px;
    text-decoration: underline;
}
.wrap-feedback .feedback .btn:hover {
    background: #2799E6;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2799E6), to(#0F7AC3));
    background: -webkit-linear-gradient(#2799E6, #0F7AC3);
    background: -moz-linear-gradient(#2799E6, #0f7ac3);
    background: -ms-linear-gradient(#2799E6, #0f7ac3);
    background: -o-linear-gradient(#2799E6, #0f7ac3);
    background: linear-gradient(#2799E6, #0F7AC3);
    -pie-background: linear-gradient(#2799E6, #0f7ac3);
    color: #ffffff;
}
.feedback .captcha-b {

}
.feedback .captcha-b .refresh-c {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-right: 23px;
    background: url(../images/icon-arrow-captcha.png) no-repeat right 12px;
    margin-right: 5px;
    color: #0071ba;
}
.feedback .captcha-b img {
    width: 115px;
    height: 40px;
    display: block;
    vertical-align: middle;
    
}
.feedback .captcha-b .field {
    width: 175px;
    margin-top: 8px;

}
.name-region {
    width: 35%;
    float: right;
    height: 476px;
    background: #e6eaf0;
    border-radius: 3px;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 50px;

}
.name-region:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.name-region .title {
    font-size: 21px;
    color: #244d77;
    text-align: left;
    margin-bottom: 15px;
    line-height: 21px;
}
.name-region .list {
    text-align: left;

}
.name-region .list li {
    background: url(../images/list-style.png) no-repeat left 8px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.name-region .list li a {
    color: #484848;

}
.name-region .list li a:hover {
    text-decoration: none;
}
#suggestions{
  position: absolute;
  top: 27px;
  left: -1px;
  width: 100%;
  z-index: 100;
  color: #fff;
  background-color: #f2f2f2;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  overflow: hidden;
}
#suggestions .item {
  height: 65px;
  overflow: hidden;
  padding: 6px 5px 4px;
  width: 100%;
  border-bottom: 1px solid #CECECE;
}
#suggestions .active {
    background: #ffffff;
    cursor: pointer;
}
#suggestions .item .img-block {
  width: 60px;
  float: left;
  display: inline;
  margin-right: 5px;
  text-align: center;
  height: 60px;
  overflow: hidden;
}
#suggestions .item .img-block  a{
    float: left;
    width: 100%;
}
#suggestions .item .img-block img{
    width: 100%;
}
#suggestions .item .img-block .image {
  padding: 0;
  text-align: center;
}
#suggestions .item .image a {
  display: block;
  position: relative;
}
#suggestions .item .detail {
  /*margin: 0 10px;*/
  padding: 0;
  /*clear: both;*/
}
#suggestions .item .title {
  font-size: 1em;
  overflow: hidden;
  word-wrap: break-word;
}
#suggestions .item .title a {
  text-decoration: underline;
  color: #3f7dbc;
  font-size: 11px;
  line-height: 13px;
  display: inline-block;
}
#suggestions .item .title a:hover {
  text-decoration: none;
}
#suggestions .body{
    padding: 3px 0 0;
    color: #484848;
    font-size: 10px;
}
#suggestions .price {
  color: #fff;
}
#suggestions .ua{
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
}
#suggestions .bot{
    text-align: right;
}
#suggestions .bot a{
    color: #B9BECA;
}
#suggestions .bot a:hover{
    text-decoration: none;
}
/**menu-open**/
.hover .drop-down {
    z-index: 100;
}
.open-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #2189d0;
    width: 200px;
    padding: 16px;
    display: none;
    border-radius: 0 0 5px 5px;
}
.big-size .open-menu {
    width: 400px;
}
.big-size .open-menu ul {
    width: 44%;
    margin-left: 10%;
    float: left;
}
.open-menu ul:first-child {
    margin-left: 0;
}
.open-menu ul li {
    border-top: 1px solid #4499d3;
    padding-top: 2px;
    margin-top: 2px;

}
.open-menu ul li:first-child {
    border-top: 0;
    margin: 0;
    padding: 0;
}
.open-menu ul li a {
    color: #ffffff;
    text-decoration: underline;
    display: block;
    padding: 8px 0 8px 5px;
    font: 14px font1;
    margin: 0 -5px;

}
.open-menu ul li a:hover,
.open-menu ul li.active a {
    background: #44a6e8;
}
.lang {
    display: inline-block;
    vertical-align: middle;
}
.lang li {
    display: inline-block;
    margin-left: 10px;
}
.lang li a {
    color: #2b68b5;
    text-decoration: underline;
    display: block;
}
.lang li:hover a {
    color: #DA7911;
}
.lang li.active a {
    color: #da7911;
    font-family: open_sansbold;
    text-decoration: none;
}
.gallery-b {
    display: block;
    position: relative;
}
.gallery-b .item-section {
    padding-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 40px;
}
.gallery-b .item-section .name {
    font-size: 22px;
    margin-bottom: 10px;
    color: #2B68B5;
	font: 22px font1;
}
.gallery-b .item-section .name a {
    color: #2B68B5;
}
.gallery-b.top-gallery .list li:hover a {
    background: #ffffff;
}
.gallery-b .list {
    
    overflow: hidden;
    margin: 0 -5px 10px;
    font-size: 0;
}
.gallery-b.select-g .list {
    height: auto;
    overflow: auto;
    text-align: left;
}
.gallery-b .list li {
    width: 20%;
    height: 140px;
    padding: 0 5px;
    margin-bottom: 15px;
    display: inline-block;
}
.top-gallery .list li a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
    border-radius: 5px;
    font-size: 0;
    border: 1px solid #DDD;
    transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
}
.top-gallery .list li:hover a {
    border-color: #2798e5;
    background: #2b8d2f;
    padding: 0;
}
.top-gallery .list li a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.top-gallery .list li:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.top-gallery .list li img {
    max-width: 98%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    margin: 0;
}
.r-fl {
    float: right;
    
}
.top-gallery  .count {
    color: #8B9292;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}
.print-link {
    display: inline-block;
    padding-left: 25px;
    background: url(../images/icon-print.png) no-repeat 0 4px;
    color: #5A5A5A;
    font: 13px font1;
}
/**gallery-main**/
.gallery-main {
    position: relative;
    margin-bottom: 30px;
    background: #c5d9e7;
}
.list-gallery {
    margin: 0 -8px;

    font-size: 0;
}
.list-gallery .view {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding: 8px;
    font-size: 14px;
    cursor: pointer;
}
.list-gallery .view > a {
    text-decoration: none;
}
.list-gallery .view .img {
    overflow: hidden;
    height: 166px;
    border-radius: 3px;
    background: #1480c9;
    margin-bottom: 2px;
}
.list-gallery .view .img img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    min-width: 100%;
    min-height: 100%;
    max-width: 150%;
    max-height: 150%;
}
.list-gallery .view:hover .img img {
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}
.list-gallery .view .gallery-info {
    border: 1px solid #c5d9e7;
    border-radius: 3px;
    text-align: center;
    padding: 4px 0;
}
.list-gallery .view .name {
    color: #1169a4;
    text-decoration: underline;
    font-size: 16px;
}
.list-gallery .view .count {
    color: #9d9d9d;
}
.list-gallery .view.active .img img {
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}
.list-gallery .view.active .gallery-info {
    background: #1480c9;
    border-color: #1480c9;
}
.list-gallery .view.active .name {
    color: #ffffff;
    text-decoration: none;
}
.list-gallery .view.active .count {
    color: #aad3ef;
}
/**footer**/
.hFooter {
    height: 80px;
    clear: both;
}
.footer {
    height: 80px;
    margin-top: -80px;
    width: 100%;
    min-width: 1200px;
    position: relative;
}
.footer .wrap-footer {
    width: 1200px;
    height: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    background: #275f99;
    padding: 15px 20px;
}
.footer .wrap-footer:after {
    content: '';
    display: block;
    clear: both;
}
.copyright { 
    color: #ffffff;
    margin-bottom: 4px;
	font: 14px font1;
}
.contact-f {
    color: #a9caed;
    font-size: 13px;

}
.contact-f .contact-f-span {
    color: #ffffff;
    margin-right: 20px;

}
.contact-f a {
    color: #ffffff;

}
.counts-b {
    float: right;
    padding: 10px 0;
	text-align: right;
	color:#fff;
	font-size: 13px;
}

.about-rList:after {
    content: '';
    display: block;
    clear: both;
}

.about-rList.partners ul {
    margin: 0 -10px;
    font-size: 0;

}

.about-rList.partners ul li {
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-bottom: 30px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    color: #2B68B5;
}
.about-rList.partners ul li a {
    text-decoration: none;
    display: block;
}
.about-rList ul li .img-block {
    width: 100%;
    height: 150px;
    position: relative;
    margin-bottom: 5px;
    font-size: 0;
}
.about-rList.partners ul li .img-block {
    border: 1px solid #cbd8d4;
}
.about-rList ul li .img-block img {
    max-width: 95%;
    max-height: 90%;
    display: inline-block;
    vertical-align: middle;
}
.about-rList ul li .img-block:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

@media print {
    body {
        background: #ffffff;
    }
    .link-top,
    .search-b,
    .site-header .social-block,
    .breadcrumbs,
    .main-menu,
    .right-side,
    .blue-b,
    .news-b,
    .counts-b,
    .gallery-b,
    .bottom-b,
    .title-news .info-news,
    .print-link,
    .cms-highlight,
    .constructor-body,
    .social-block,
    .addthis_toolbox,
    .atclear{
        display: none;
    }
    .logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .main-side {
        width: 100%;
    }
}

 @media (max-width: 1220px) {
	 
     * {
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
     }
	 
	 img {
         max-width: 100%;
     }
	
	.wrap-page {
		min-width: 0;
	}

	.page {		
		width: 100%;
	}
	
	.footer {
		min-width: 0;
	}
	
	.footer .wrap-footer {
		width: 100%;
	}
	
	.w-slider .main-slide {
		display:none;
	}
	
	.w-slider .bishop-b {
		display:none;
	}
	
	.w-slider .map-region {
		display:none;
	}
	
	.w-slider .btn-block {
		width:100%;	
		height: auto;		
	}
	
	.w-slider .btn-block .btn {
		padding: 10px 0;
	}
	
	.blue-b {
		display:none;
	}
	
	.wrap {
	
	}
	
	.news-b.top-b {
		width: 57%;
	}
	
	.news-b.small {
		width: 39%;
	}
	
	.right-side {
		width: 100%;
		text-align: center;
	}
	 
	.main-side {
		width: 100%;
	}
	
	.news-b .list li .img {
		width: 108px;
		overflow: hidden;
	}
	
	.news-b.top-b .list li .img + .desk {
		width: 74%;
	}
	
	.news-b .list li .img + .desk {
		width: 74%;
	}
	
 }
 
@media (max-width: 1120px) {
	 .dopinfo {
		display:none;
	 }
	 
	 .footeraddress {
		 width: 270px;
		 display: block;
		 float:left;
	 }
	 
	 .footerphone {
		 width: 170px;
		 display: block;
		 float:left;
	 }
	 
	 .footer .wrap-footer {
		height: auto;
	 }
	 
	 .news-b.top-b {    
		margin-right: 0px;
	 }

 }
 
@media (max-width: 1050px) {
	  
 .main-menu > li > a {
    padding: 15px 14px;
 }
 
}
 
@media (max-width: 900px) {
	  
	.news-b.top-b {
		width: 100%;
	}

	.news-b.small {
		width: 100%;
	}
	
	.logo {
		text-align: center;
	}
	
	.r-fl {
		display:none;
	}
	
	.info-news .v-m {
		margin-left: 0px;
	}
	
	.wrap-feedback {
		width: 100%;
	}
	
}


/* =Nav
-------------------------------------------------------------- */
#nav-trigger {
	display: none;
	background: #0f7ac3 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    padding: 9px 10px;
    position: relative;
	cursor: pointer;
	width: 100%;
}

#nav-trigger .icon-bar + .icon-bar {
    margin-top: 4px;
}

#nav-trigger .icon-bar {
	background: #fff none repeat scroll 0 0;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}




nav#nav-mobile {
position: relative;
display: none; 
}
nav#nav-mobile ul {
display: none;
list-style-type: none;
left: 0;
right: 0;
text-align: center;
background-color: #0f7ac3; 
margin: 0;
padding: 0;
list-style-type: none;
}
nav#nav-mobile li {
display: block;
padding: 0;
margin: 0;
border-bottom: solid 1px #fff; 
width:100%;
}
nav#nav-mobile li:last-child {
  border-bottom: none; 
}
nav#nav-mobile a {
display: block;
color: white;
padding: 10px 30px; 
font-size: 14px;
}
nav#nav-mobile a:hover {
  background-color: #2fa5d0;
  color: #fff; }


@media all and (max-width: 920px) {
	
#nav-trigger {
display: block; 
}

nav#nav-main {
display: none; 
}

nav#nav-mobile {
display: block; 
clear: both;
}

.map-region.big {
	display: none; 
}

.name-region {
    width: 100%;
    float: none;
    height: auto;
	padding: 5px 10px;
}	

.title-news {
    padding: 0;
}

.title-news .name {
    padding-bottom: 5px;
}

.title-news .info-news {
    display: none;
}

.bottom-b {
    margin-top: 0px;
}

.breadcrumbs li a, .breadcrumbs li span { 
    font-size: 13px;
}

.breadcrumbs li.active {
		display:none;
	}

.breadcrumbs li {
    margin-right: 5px;
    padding-right: 15px;
}
	
.gallery-b .list li {
		width: 33%;
		height: auto;		
}

}


.page .main-side .menu-map-left {
	float:left; 
}

.page .main-side .menu-map-right {
	float:right;
}


@media (max-width: 700px) {
	.menu-tabs li {
		width: 100%;
	}
	
	.news-b.news-list .list li {
		margin: 0px;
		padding: 10px 0px;
	}
	
	.feedback .w-field .name {
		float: none;
		width:100%;
		margin: 0;
		text-align: left; 		
	}
	
	.feedback .w-field {
		padding: 0px;
	}
	
	.feedback .field {
		width: 100%;
	}
	
	.page .main-side .menu-map-left {
		float:none; 
	}
	
	.page .main-side .menu-map-right {
		float:none;
	}
	
}

@media (max-width: 600px) {
	.news-b.top-b .list li .img + .desk {
		width: 64%;
	}	
	.news-b .list li .img + .desk {
		width: 64%;
	}
	.menu-tabs li a {
		font-size: 18px;
	}
	
	.title-news .date {
		display:none;
	}	
	
	.gallery-b .list li {
		width: 50%;
		height: auto;		
	}
}

@media (max-width: 460px) {
	.news-b .list li .img {
		width:auto;
	}
	
	.news-b.top-b .list li .img + .desk {
		width: 100%;
	}
	
	.news-b .list li .img + .desk {
		width: 100%;
	}
	
	.news-b .list li .img {
		margin: 0px;
	}
	
	.contacts-info .block-contacts.item {
		width:100%;
	}
	
	.gallery-b .list li {
		width: 100%;
		height: auto;		
	}
	
	.top-gallery .list li a {
		border: none;
	}
}

@media (max-width: 320px) {
	.news-b .list li .img {
		width: 100%;
	}
}

.example-options {
	padding: 5px;
	color: #2b68b5;
	cursor: pointer;
	background: #f2f2f2 none repeat scroll 0 0;
	margin: 0 -20px 0 -20px;
	font-weight:bold;
}

.menu-tabs li a.news-year {
    font-size: 18px;
	padding: 2px 6px;
}

.gallery-d {
    display: block;
    position: relative;
	margin-bottom: 20px;
}
.gallery-d .item-section {
    padding-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 40px;
}
.gallery-d .item-section .name {
    font-size: 22px;
    margin-bottom: 10px;
    color: #2B68B5;
	font: 22px font1;
}
.gallery-d .item-section .name a {
    color: #2B68B5;
}
.gallery-d.top-gallery .list li:hover a {
    background: #ffffff;
}
.gallery-d .list {
}
.gallery-d.select-g .list {

}
.gallery-d .list li {
    width: 24%;
    height: 244px;
    padding: 0 5px;
    margin-bottom: 60px;
    display: inline-block;
}

.gallery-d .list li div.fio {
	color:#2b68b5;
	font: 15px font1;
	text-align: center;
	height:36px;
	overflow:hidden;
}

.gallery-d .list li div.posada {
	color:#333;
	font: 13px font1;
	text-align: center;
	height:30px;
}

@media all and (max-width: 920px) {

.gallery-d .list li {
		width: 32%;
		height: auto;		
}

}

@media (max-width: 600px) {
	.gallery-d .list li {
		width: 49%;
		height: auto;
		margin-bottom: 25px;		
	}
}

@media (max-width: 460px) {
	
	.gallery-d .list li {
		width: 100%;
		height: auto;
		margin-bottom: 15px;		
	}
}


.text-block h5 {
    background: none;
    border: none;
	font-weight:normal;
    border-left: 8px solid #FEC74B;
    padding: 0 0 0 20px;
    margin: 25px 0 25px;
}

.one-news p + p {
	padding-top:15px;
}

.w-slider .btn-block a img {
    max-width: 100%;
    border-radius: 4px;
}


.w-slider .btn-block .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    background: #0067ac;
    background: rgba(0,103,172,0.8);
    border-left: 3px solid #f6c435;
    padding: 3px;
    font-size: 17px;
    line-height: 24px;
}