﻿@font-face {
  font-family: 'PalatinoLinotype-Roman';
  src: url('fonts/PalatinoLinotype-Roman.eot?#iefix') format('embedded-opentype'),  url('fonts/PalatinoLinotype-Roman.woff') format('woff'), url('fonts/PalatinoLinotype-Roman.ttf')  format('truetype'), url('fonts/PalatinoLinotype-Roman.svg#PalatinoLinotype-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
.clr:after {
    content: "";
    display: table;
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.ibw {
    letter-spacing: -0.36em
}

.ibw>* {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal
}

.ibw>.ibw {
    letter-spacing: -0.36em
}

.just-wrap {
    text-align: justify
}
.second-menu ul.just-wrap:after,
.second-menu ul.just-wrap::after{
    display: none;
}


.just-wrap:after,
.just-wrap::after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block
}



.just-wrap>* {
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.just-wrap>.just-wrap {
    text-align: justify
}

html {
    font-size: 1px;
    padding: 20px;
    background: #fff;
    min-width: 960px
}

body {
    font: 14px Arial, Helvetica, sans-serif;
    font: 14rem Arial, Helvetica, sans-serif;
    color: #000;
    background: url(img/bg-body.png) repeat-y 50% 0
}

.box {
    width: 960px;
    margin: 0 auto
}

.img {
    margin: 20px 0
}

.img.fl {
    margin-right: 20px
}

.img.fr {
    margin-left: 20px
}

h1 {
    font: 40px/48px Georgia, serif;
    font: 40rem/48rem Georgia, serif;
    color: #000000;
    margin: 15px 0
}

h2 {
    font: 24px/24px Georgia, serif;
    font: 24rem/24rem Georgia, serif;
    color: #000000;
    margin: 15px 0
}

h3 {
    font: 800 18px/24px 'Open Sans', sans-serif;
    font: 800 18rem/24rem 'Open Sans', sans-serif;
    color: #123;
    margin: 20px 0;
    text-transform: uppercase
}

h4 {
    margin: 20px 0;
    font: 20px/30px Georgia, serif;
    font: 20rem/30rem Georgia, serif;
    color: #112233;
    margin: 15px 0
}

h5 {
    font: 12px/24px Georgia, serif;
    font: 12rem/24rem Georgia, serif;
    color: #000000;
    margin: 10px 0;
    text-transform: uppercase
}

h6 {
    margin: 20px 0
}

hr {
    display: block;
    margin: 20px 0;
    height: 0;
    width: 100%;
    border: 0;
    border-top: 1px solid #ddd
}

a {
    color: #003366;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline;
    color: #000
}

p {
    margin: 15px 0;
    font: 18px/28px Georgia, serif;
    font: 18rem/28rem Georgia, serif;
    color: #445566
}

p.sign {
    margin: 25px 0;
    font: 12px/22px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/22rem Tahoma, Geneva, sans-serif, serif;
    color: #778899
}

ul {
    margin: 20px 0 20px 20px;
    list-style: square
}

ol {
    margin: 15px 0 15px 15px;
    list-style: none;
    counter-reset: ol
}

ol li {
    position: relative;
    counter-increment: ol
}

ol li:before {
    content: counter(ol) ".";
    position: absolute;
    top: 0;
    right: 100%;
    font: bold 14px/24px 'Open Sans', sans-serif;
    font: bold 14rem/24rem 'Open Sans', sans-serif;
    color: #000000;
    margin-right: 5px;
    text-align: right
}

li {
    margin: 0px 0 15px;
    font: 16px/24px Georgia, serif;
    font: 16rem/24rem Georgia, serif;
    color: #445566
}

table {
    margin: 20px 0;
    width: 100%;
    #table-layout:fixed; 
}

table th {
    text-align: left;
    padding: 10px;
    border: 1px solid #ddd
}

table td {
    text-align: left;
    padding: 10px;
    #border: 0px solid #ddd
}
table td img{
  #max-width:100%;
   #max-height:100%;
}

table caption {
    padding: 10px
}

.uni label {
    display: inline-block;
    margin: 20px 0
}

.uni input[type=text],
.uni input[type=number],
.uni input[type=tel],
.uni input[type=email],
.uni input[type=password] {
    display: inline-block;
    width: 845px;
    padding: 0;
    margin: 0;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    box-shadow: none;
    background: #fff;
    font: 12px/23px Georgia, serif;
    font: 12rem/23rem Georgia, serif;
    height: 23px;
    color: #333
}

.uni input[type=text]:hover,
.uni input[type=password]:hover {
    box-shadow: inset 0 0 2px 1px rgba(212, 184, 129, 0.6)
}

.uni input[type=text]:focus,
.uni input[type=password]:focus {
    box-shadow: inset 0 0 2px 1px rgba(22, 127, 211, 0.6)
}

.uni input[type=text]::-webkit-input-placeholder,
.uni input[type=password]::-webkit-input-placeholder {
    color: #003366
}

.uni input[type=text]::-moz-placeholder,
.uni input[type=password]::-moz-placeholder {
    color: #003366
}

.uni input[type=text]:-ms-input-placeholder,
.uni input[type=password]:-ms-input-placeholder {
    color: #003366
}

.uni input[type=text].placeholder,
.uni input[type=password].placeholder {
    color: #003366
}

.uni textarea {
    display: inline-block;
    border: 1px solid #ddd;
    background: #fff;
    margin: 20px 0;
    padding: 10px
}

.uni select {
    display: inline-block;
    border: 1px solid #ddd;
    background: #fff;
    margin: 20px 0;
    padding: 10px
}

.uni button {
    display: inline-block;
    border: 1px solid #ddd;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #ddd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=#eee, endColorstr=#ddd, GradientType=0);
    margin: 20px 0;
    padding: 10px 20px
}

.i-search {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(img/i-search.png) no-repeat 0 0;
    position: relative
}

.i-world {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(img/i-world.png) no-repeat 0 0
}

a:hover .i-world {
    background-position: 0 -50px
}

.m-new-of-week {
    display: inline-block;
    vertical-align: top;
    background: url(img/m-new-of-week.png) no-repeat 0 0;
    width: 98px;
    height: 84px
}

.complex.size-2>.area.size-1 {
    width: 48%;
    margin: 0 2% 0 0
}

.complex.size-6>.area.size-1 {
    width: 14.6%;
    margin: 0 2% 0 0
}

.complex.size-6>.area.size-2 {
    width: 31.2%;
    margin: 0 2% 0 0
}

.page-header {
    height: 128px;
    background: url(img/bg-header.png) no-repeat 50% -20px;
    text-align: center;
    padding: 5px 0 0
}

.page-menu-wrap {
    background: #fff;
    height: 47px;
    position: relative
}

.search-button {
    display: block;
    float: left;
    width: 40px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #3f96db;
    background: linear-gradient(to bottom, #3f96db 0%, #1b82d4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=#3f96db, endColorstr=#1b82d4, GradientType=0);
    position: relative
}

.search-button .corner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 47px;
    background: url(img/bg-search-corner.png) no-repeat 0 0
}

.search-button:hover {
    background: #67ace2;
    background: linear-gradient(to bottom, #67ace2 0%, #2286d5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=#67ace2, endColorstr=#2286d5, GradientType=0)
}

.search-button:hover .corner {
    background-position: 0 -50px
}

.search-button:active {
    background: #167fd3
}

.search-button:active .corner {
    background-position: 0 -100px
}

.search-form {
    display: block
}

.search-form input {
    display: block;
    width: 845px;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    background: #fff;
    font: 17px/47px Georgia, serif;
    font: 17rem/47rem Georgia, serif;
    height: 47px;
    color: #333
}

.search-form input:hover {
    box-shadow: inset 0 0 2px 1px rgba(212, 184, 129, 0.6)
}

.search-form input:focus {
    box-shadow: inset 0 0 2px 1px rgba(22, 127, 211, 0.6)
}

.search-form input::-webkit-input-placeholder {
    color: #003366
}

.search-form input::-moz-placeholder {
    color: #003366
}

.search-form input:-ms-input-placeholder {
    color: #003366
}

.search-form input.placeholder {
    color: #003366
}

.search-form button {
    width: auto;
    padding: 0 15px;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0
}

.search-form button .text {
    display: inline-block;
    vertical-align: middle;
    font: bold 14px/20px 'Open Sans', sans-serif;
    font: bold 14rem/20rem 'Open Sans', sans-serif;
    color: #fcfdfe;
    text-transform: uppercase;
    margin: 0 0 0 5px
}

.page-menu .menu.level-1 {
    margin: 0;
    padding: 0;
    list-style: none
}

.page-menu .menu.level-1>li {
    margin: 0;
    padding: 0
}

.page-menu .menu.level-1>li:hover>a {
    background: #f1f3f8
}

.menu.level-1>li:hover .submenu  {
   display: block;
  
}

.page-menu .menu.level-1>li>a {
    display: block;
    padding: 0 9px;
    font: 16px/46px Georgia, serif;
    font: 16rem/46rem Georgia, serif;
    color: #003366;
    text-decoration: none
}

.page-menu .menu.level-2 {
    margin: 0 0 30px;
    padding: 0;
    list-style: none
}

.page-menu .menu.level-2>li {
    margin: 0 0 15px;
    padding: 0;
    font: 12px/15px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/15rem Tahoma, Geneva, sans-serif, serif;
    color: #778899
}

.page-menu .menu.level-2>li>a {
    display: block;
    font: 12px/15px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/15rem Tahoma, Geneva, sans-serif, serif;
    color: #003366;
    text-decoration: none
}

.page-menu .menu.level-2>li>a.title {
    font: bold 14px/15px 'Open Sans', sans-serif;
    font: bold 14rem/15rem 'Open Sans', sans-serif;
    text-transform: uppercase
}

.page-menu .menu.level-2>li>a:hover {
    color: #000000;
    text-decoration: underline
}

.page-menu .submenu {
    display: none;
    position: absolute;
    z-index: 500;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 35px 0;
    box-shadow: 0 20px 40px -20px rgba(0, 17, 51, 0.2), inset 0 -5px 10px -5px rgba(255, 255, 255, 0.2);
    background: #f1f4f8;
    background: linear-gradient(to bottom, #f1f4f8 0%, #e3e8f1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=#f1f4f8, endColorstr=#e3e8f1, GradientType=0)
}

.page-slider-wrap {
    position: relative
}

.page-slider-wrap.without-border .page-slider:after {
    display: none
}

.page-slider-wrap .path {
    position: absolute;
    width: 960px;
    top: 20px;
    left: 50%;
    margin: 0;
    margin-left: -480px;
    z-index: 100
}

.page-slider-wrap .path a {
    color: #33ccff
}

.page-slider-wrap .path a:hover {
    color: #fff
}

.page-slider-wrap .with-path .block {
    margin-top: 90px
}

.page-slider-wrap .bx-wrapper {
    position: relative
}

.page-slider-wrap .bx-viewport {
    height: 400px !important
}

.page-slider-wrap .bx-controls {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 100
}

.page-slider-wrap .bx-pager {
    text-align: center
}

.page-slider-wrap .bx-pager-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px
}

.page-slider-wrap .bx-pager-link {
    display: block;
    text-indent: 1000%;
    overflow: hidden;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent
}

.page-slider-wrap .bx-pager-link.active {
    background: #fff
}

.page-slider {
    height: 400px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.page-slider:after {
    content: "";
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    background: url(img/bg-slider.png) repeat-x 50% 0;
    bottom: -4px;
    left: 0;
    z-index: 100
}

.page-slider>li {
    margin: 0;
    padding: 0;
    height: 400px
}

.page-slider .pat {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat 50% 50%;
    width: 100%;
    height: 100%;
    z-index: 10
}

.page-slider .pic {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 400px;
    margin-left: -960px;
    z-index: 5
}

.page-slider .block {
    position: relative;
    z-index: 15;
    margin: 40px auto 0;
    width: 450px;
    padding: 0 510px 0 0
}

.page-slider .block .title {
    font: 40px/40px Georgia, serif;
    font: 40rem/40rem Georgia, serif;
    color: #e9c27f;
    text-shadow: 0 1px 3px #001133;
    margin: 0 0 15px
}

.page-slider .block .text {
    font: 16px/22px Georgia, serif;
    font: 16rem/22rem Georgia, serif;
    color: #ffffff;
    text-shadow: 0 1px 3px #001133;
    margin: 0 0 30px
}

.page-slider .block .date {
    position: absolute;
    top: 0;
    left: -110px
}

.page-slider .block .ico {
    position: absolute;
    top: 0;
    left: -120px
}

.btn-slider {
    width: 178px;
    height: 39px;
    display: inline-block;
    vertical-align: top;
    background: url(img/bg-btn-slider.png) no-repeat 0 0;
    text-align: center;
    font: 16px/39px Georgia, serif;
    font: 16rem/39rem Georgia, serif;
    text-decoration: none;
    color: #ffffff;
    margin: 0 0 0 -40px
}

.btn-slider:hover {
    background-position: 0 -50px
}

.date {
    text-align: center;
    text-shadow: 0 1px 3px #001133
}

.date .day {
    font: 800 72px/40px 'Open Sans', sans-serif;
    font: 800 72rem/40rem 'Open Sans', sans-serif;
    color: #0099ff;
    letter-spacing: -1.44px;
    letter-spacing: -1.44rem;
    margin: 0 0 15px
}

.date .month {
    font: bold 15px/30px 'Open Sans', sans-serif;
    font: bold 15rem/30rem 'Open Sans', sans-serif;
    color: #e9c27f;
    text-transform: uppercase
}

.date.dark {
    text-shadow: none
}

.date.dark .day {
    color: #000000
}

.date.dark .month {
    color: #caa868
}

.date.fl {
    margin: 0 25px 25px 0
}

.date.fr {
    margin: 0 0 25px 25px
}

.page-wrap.with-bg {
    background: url(img/bg-page.png) no-repeat 50% 0%
}

.page-wrap.with-bg-2 {
    background: url(img/bg-page.png) no-repeat 50% -199px
}

.page-wrap.with-simple-bg {
    background: url(img/bg-simple-page.png) no-repeat 50% 0%
}

.page-wrap.mt {
    padding-top: 35px
}

.second-menu {
    height: 67px;
    background: #fff url(img/bg-second-menu.png) no-repeat 50% 0
}

.second-menu ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align:center;
}

.second-menu li {
    margin: 0;
    padding: 0;
    line-height: 67px
}

.second-menu li.active {
    position: relative
}

.second-menu li.active:after {
    content: "";
    width: 20px;
    height: 10px;
    background: url(img/i-second-menu.png) no-repeat 0 0;
    display: block;
    position: absolute;
    top: 0px;
    left: 0
}

.second-menu a {
    display: inline-block;
    vertical-align: middle;
    font: 17px/25px Georgia, serif;
    font: 17rem/25rem Georgia, serif;
    color: #003366
}

.path {
    margin: 25px 0 15px
}

.path ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.path li {
    margin: 0;
    padding: 0
}

.path li:before {
    content: url(img/i-path.png);
    margin: 0 5px
}

.path li:first-child:before {
    content: none
}

.path a {
    font: 12px/20px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/20rem Tahoma, Geneva, sans-serif, serif;
    color: #003366;
    text-decoration: none
}

.path a:hover {
    text-decoration: underline;
    color: #000
}

.guide-slider-wrap,
.personal-slider-wrap {
    padding: 30px 100px 0;
    margin: 0 0 40px;
    height: 240px
}

.guide-slider-wrap .bx-wrapper,
.personal-slider-wrap .bx-wrapper {
    position: relative
}

.guide-slider-wrap .bx-prev,
.personal-slider-wrap .bx-prev {
    display: block;
    position: absolute;
    top: 50%;
    left: -90px;
    width: 11px;
    height: 23px;
    background: url(img/i-guide-slider-prev.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: 1000%;
    margin: -11px 0 0
}

.guide-slider-wrap .bx-prev:hover,
.personal-slider-wrap .bx-prev:hover {
    background-position: 0 -50px
}

.guide-slider-wrap .bx-prev.disabled,
.personal-slider-wrap .bx-prev.disabled {
    cursor: default;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.guide-slider-wrap .bx-next,
.personal-slider-wrap .bx-next {
    display: block;
    position: absolute;
    top: 50%;
    right: -90px;
    width: 11px;
    height: 23px;
    background: url(img/i-guide-slider-next.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: 1000%;
    margin: -11px 0 0
}

.guide-slider-wrap .bx-next:hover,
.personal-slider-wrap .bx-next:hover {
    background-position: 0 -50px
}

.guide-slider-wrap .bx-next.disabled,
.personal-slider-wrap .bx-next.disabled {
    cursor: default;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.guide-slider,
.personal-slider {
    padding: 0;
    margin: 0;
    list-style: none
}

.guide-slider>li,
.personal-slider>li {
    padding: 0;
    margin: 0;
    text-align: center
}

.guide-slider>li a:hover .pic,
.personal-slider>li a:hover .pic {
    border-color: #53a1df;
    margin-bottom: 13px
}

.guide-slider>li a:hover .pic img,
.personal-slider>li a:hover .pic img {
    border: 3px solid #fff
}

.guide-slider>li a:hover .title,
.personal-slider>li a:hover .title {
    color: #000000;
    text-decoration: underline
}

.guide-slider>li .pic,
.personal-slider>li .pic {
    margin: 0 0 15px;
    display: block;
    box-shadow: 0 2px 10px 0 rgba(8, 38, 95, 0.3);
    border: 4px solid #fff;
    max-width: 197px
}

.guide-slider>li .pic img,
.personal-slider>li .pic img {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.guide-slider>li .title,
.personal-slider>li .title {
    display: inline-block;
    text-decoration: none;
    font: 18px/24px Georgia, serif;
    font: 18rem/24rem Georgia, serif;
    color: #003366
}

.personal-slider-wrap {
    margin: 0 0 30px
}

.personal-slider-wrap .bx-prev {
    left: -50px;
    top: 62.5px
}

.personal-slider-wrap .bx-next {
    right: -50px;
    top: 62.5px
}

.personal-slider .person {
    display: block;
    padding: 10px 10px 0;
    text-decoration: none
}

.personal-slider .person:hover .pic {
    border-color: #53a1df
}

.personal-slider .person:hover .pic img {
    border: 3px solid #fff
}

.personal-slider .person:hover .name {
    color: #000;
    text-decoration: underline
}

.personal-slider .person .pic {
    display: block;
    border: 4px solid #fff;
    border-radius: 50%;
    margin: 0 0 15px;
    box-shadow: 0 2px 10px 0 rgba(8, 38, 95, 0.3);
    width: 116px
}

.personal-slider .person .pic img {
    display: block;
    box-sizing: border-box;
    width: 117px;
    height: 117px;
    border-radius: 50%
}

.personal-slider .person .name {
    display: block;
    font: 16px/20px Georgia, serif;
    font: 16rem/20rem Georgia, serif;
    color: #003366;
    margin: 0 0 10px
}

.personal-slider .person .position {
    display: block;
    font: 12px/18px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/18rem Tahoma, Geneva, sans-serif, serif;
    color: #446688
}

.new-of-week {
    margin: 0 0 40px
}

.new-of-week a {
    display: block;
    text-decoration: none
}

.new-of-week a:hover .title {
    color: #000000;
    text-decoration: underline
}

.new-of-week a:hover .more {
    text-decoration: underline;
    color: #000
}

.new-of-week .pic {
    width: 450px;
    position: relative
}

.new-of-week .pic .m-new-of-week {
    position: absolute;
    top: -4px;
    right: 0
}

.new-of-week .info {
    width: 480px
}

.new-of-week .date {
    margin: 5px 0 10px;
    float: none;
    display: inline-block;
    width: 82px
}

.new-of-week .date+.title {
    margin: -10px 0 20px 23px;
    width: 370px
}

.new-of-week p {
    display: block;
    line-height: 26px;
    line-height: 26rem
}

.new-of-week .title {
    display: inline-block;
    font: 24px/34px Georgia, serif;
    font: 24rem/34rem Georgia, serif;
    color: #003366;
    text-decoration: none
}

.new-of-week .more {
    font: 12px Tahoma, Geneva, sans-serif, serif;
    font: 12rem Tahoma, Geneva, sans-serif, serif;
    color: #557799;
    text-decoration: none;
    display: inline-block;
    margin: 10px 0 0
}

a.more {
    font: 12px Tahoma, Geneva, sans-serif, serif;
    font: 12rem Tahoma, Geneva, sans-serif, serif;
    color: #557799;
    text-decoration: none;
    display: inline-block;
    margin: 10px 0 0;
    width:100%;
}

a.more:hover {
    text-decoration: underline;
    color: #000
}

.page {
    margin: 0 auto 40px
}

.page-skeleton .page-content {
    vertical-align: top;
    width: 695px
}

.page-skeleton .page-side {
    vertical-align: top;
    width: 225px
}

.sp-orange {
    width: 225px;
    height: 50px;
    text-align: center;
    font: 800 18px/50px 'Open Sans', sans-serif;
    font: 800 18rem/50rem 'Open Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    background: url(img/bg-sp-orange.png) no-repeat 0 0;
    margin: 0
}

.sp-orange h3 {
    margin: 0;
    font: inherit;
    color: inherit
}

.fs-small {
    font-size: 14px;
    font-size: 14rem
}

.sp-dark-blue {
    display: block;
    text-align: center;
    width: 225px;
    height: 50px;
    font: 800 18px/50px 'Open Sans', sans-serif;
    font: 800 18rem/50rem 'Open Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    background: url(img/bg-sp-dark-blue.png) no-repeat 0 0;
    margin: 0
}

.sp-dark-blue h3 {
    margin: 0;
    font: inherit;
    color: inherit
}

.sp-light-blue {
    display: block;
    text-align: center;
    width: 225px;
    height: 50px;
    font: 800 18px/50px 'Open Sans', sans-serif;
    font: 800 18rem/50rem 'Open Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    background: url(img/bg-sp-light-blue.png) no-repeat 0 0;
    margin: 0
}

.sp-light-blue h3 {
    margin: 0;
    font: inherit;
    color: inherit
}

.sp-gold {
    display: block;
    text-align: center;
    width: 430px;
    height: 50px;
    font: 800 18px/50px 'Open Sans', sans-serif;
    font: 800 18rem/50rem 'Open Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    background: url(img/bg-sp-gold.png) no-repeat 0 0;
    margin: 0
}

.sp-gold h3 {
    margin: 0;
    font: inherit;
    color: inherit
}

.sp-blue-big {
    width: 695px;
    height: 50px;
    font: 800 18px/50px 'Open Sans', sans-serif;
    font: 800 18rem/50rem 'Open Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    background: url(img/bg-sp-blue-big.png) no-repeat 0 0;
    margin: 0
}

.sp-blue-big h3 {
    margin: 0;
    font: inherit;
    color: inherit
}

.filter {
    padding: 0 0px
}

.filter .title {
    position: relative;
    font: 12px/20px Georgia, serif;
    font: 12rem/20rem Georgia, serif;
    color: #003366;
    padding: 15px 35px 15px 20px;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid #d5e0e5;
    box-shadow: 0 1px 0 0 #fff
}

.filter .title .ui-icon {
    width: 5px;
    height: 5px;
    display: block;
    background: url(img/i-accordion.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -2px 0 0
}

.filter .title.ui-state-active {
    border: 0;
    box-shadow: none
}

.filter .title.ui-state-active .ui-icon {
    background-position: 0 -50px
}

.filter .ui-accordion-content {
    border-bottom: 1px solid #d5e0e5;
    box-shadow: 0 1px 0 0 #fff;
    padding: 5px 20px 15px
}

.filter .ui-accordion-content .description {
    font: 12px/14px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/14rem Tahoma, Geneva, sans-serif, serif;
    color: #556677;
    margin: 0 0 10px
}

.filter .ui-accordion-content .element {
    line-height: 25px;
    line-height: 25rem;
    margin: 0 0 5px
}

.filter .ui-accordion-content .element input {
    box-sizing: border-box;
    width: 60px;
    height: 25px;
    vertical-align: middle
}

.filter .ui-accordion-content .element label {
    width: 110px;
    display: inline-block;
    vertical-align: middle;
    font: 12px/12px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/12rem Tahoma, Geneva, sans-serif, serif;
    color: #556677;
    margin: 0 0 0 12px
}

.filter button.btn-blue {
    width: 185px
}
.btn-blue {
    display: block;
    width: auto;
    margin: 20px;
    box-sizing: border-box;
    font: 800 14px/40px 'Open Sans', sans-serif;
    font: 800 14rem/40rem 'Open Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    border-radius: 2px;
    background: #408dc2;
    background: linear-gradient(to bottom, #408dc2 0%, #2f83bd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=#408dc2, endColorstr=#2f83bd, GradientType=0);
    padding: 0;
    height: 40px
}

.btn-blue:hover {
    background: #65a3ce;
    background: linear-gradient(to bottom, #65a3ce 0%, #599bca 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=#65a3ce, endColorstr=#599bca, GradientType=0)
}
button.btn-blue {
    display: block;
    width: auto;
    margin: 20px;
    box-sizing: border-box;
    font: 800 14px/40px 'Open Sans', sans-serif;
    font: 800 14rem/40rem 'Open Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    border-radius: 2px;
    background: #408dc2;
    background: linear-gradient(to bottom, #408dc2 0%, #2f83bd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=#408dc2, endColorstr=#2f83bd, GradientType=0);
    padding: 0;
    height: 40px
}

button.btn-blue:hover {
    background: #65a3ce;
    background: linear-gradient(to bottom, #65a3ce 0%, #599bca 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=#65a3ce, endColorstr=#599bca, GradientType=0)
}

.ui-state-focus {
    outline: none
}

.students-info h2 {
    margin-top: 35px
}

.address {
    margin: 0 0 30px
}

.address+.address {
    margin-top: -15px
}

.address>p {
    font: 18px/24px Georgia, serif;
    font: 18rem/24rem Georgia, serif;
    color: #000000;
    margin: 0 0 5px
}

.address .transport {
    font: 14px/20px Tahoma, Geneva, sans-serif, serif;
    font: 14rem/20rem Tahoma, Geneva, sans-serif, serif;
    color: #445566
}

.address .transport b {
    font-weight: normal;
    color: #000000
}

.accordion-l1 .title-l1 {
    margin: 0 0 10px;
    padding: 15px 15px 15px 45px;
    font: 18px/20px Georgia, serif;
    font: 18rem/20rem Georgia, serif;
    color: #ffffff;
    background: #408dc2;
    background: linear-gradient(to bottom, #408dc2 0%, #3083bd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=#408dc2, endColorstr=#3083bd, GradientType=0);
    cursor: pointer;
    position: relative;
    border-radius: 3px
}

.accordion-l1 .title-l1 .ui-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 15px;
    height: 15px;
    background: url(img/i-accordion-l1.png) no-repeat 0 0;
    margin: -7px 0 0
}

.accordion-l1 .title-l1:hover {
    background: #65a3ce;
    background: linear-gradient(to bottom, #65a3ce 0%, #599bca 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=#65a3ce, endColorstr=#599bca, GradientType=0);
    text-decoration: underline
}

.accordion-l1 .title-l1.ui-state-active {
    background: #003366
}

.accordion-l1 .title-l1.ui-state-active .ui-icon {
    background-position: 0 -50px
}

.accordion-l1>.content {
    height: auto !important;
    margin: -5px 0 10px
}

.accordion-l2 .title-l2 {
    margin: 0 0 4px;
    padding: 15px 15px 15px 45px;
    font: 17px/20px Georgia, serif;
    font: 17rem/20rem Georgia, serif;
    color: #003366;
    background: #eceff5;
    background: linear-gradient(to bottom, #eceff5 0%, #dae1ed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=#eceff5, endColorstr=#dae1ed, GradientType=0);
    cursor: pointer;
    position: relative;
    border-radius: 3px
}

.accordion-l2 .title-l2 .ui-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 11px;
    height: 11px;
    background: url(img/i-accordion-l2.png) no-repeat 0 0;
    margin: -5px 0 0
}

.accordion-l2 .title-l2:hover {
    background: #f7f9fb;
    background: linear-gradient(to bottom, #f7f9fb 0%, #f0f3f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=#f7f9fb, endColorstr=#f0f3f8, GradientType=0);
    text-decoration: underline
}

.accordion-l2 .title-l2:hover .ui-icon {
    background-position: 0 -50px
}

.accordion-l2 .title-l2.ui-state-active .ui-icon {
    background-position: 0 -100px
}

.accordion-l2 .title-l2.ui-state-active:hover .ui-icon {
    background-position: 0 -150px
}

.accordion-l2>.content {
    height: auto !important;
    margin: -3px 0 4px
}

.accordion-l3 .title-l3 {
    margin: 0 0 2px;
    padding: 15px 15px 15px 45px;
    font: 14px/20px Georgia, serif;
    font: 14rem/20rem Georgia, serif;
    color: #003366;
    background: #fff;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    border: 1px solid #aeb9cf;
    box-sizing: border-box
}

.accordion-l3 .title-l3 .ui-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 11px;
    height: 11px;
    background: url(img/i-accordion-l2.png) no-repeat 0 0;
    margin: -5px 0 0
}

.accordion-l3 .title-l3:hover {
    text-decoration: underline
}

.accordion-l3 .title-l3:hover .ui-icon {
    background-position: 0 -50px
}

.accordion-l3 .title-l3.ui-state-active {
    border: 2px solid #003366;
    border-bottom: 1px solid #aeb9cf;
    padding: 14px 14px 14px 44px;
    border-radius: 3px 3px 0 0
}

.accordion-l3 .title-l3.ui-state-active .ui-icon {
    background-position: 0 -100px;
    left: 14px
}

.accordion-l3 .title-l3.ui-state-active:hover .ui-icon {
    background-position: 0 -150px
}

.accordion-l3>.content {
    height: auto !important;
    margin: -2px 0 1px;
    border: 2px solid #003366;
    border-top: 0;
    border-radius: 0 0 3px 3px
}

.info-block {
    padding: 15px;
    background: #fff
}

.info-block p {
    font: 12px/14px Georgia, serif;
    font: 12rem/14rem Georgia, serif;
    color: #556677;
    margin: 0 0 10px
}

.info-block p.extra-margin {
    margin: 15px 0
}

.map-tabs {
    margin: -56px 0 0;
    background: url(img/bg-maps.png) no-repeat 50% 0
}

.map-tabs .tabs-head {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    height: 67px
}

.map-tabs .tabs-head li {
    margin: 0 30px 0 0;
    padding: 0;
    font: 13px/67px Georgia, serif;
    font: 13rem/67rem Georgia, serif;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    letter-spacing: 1.3rem
}

.map-tabs .tabs-head li.ui-state-active a {
    background: #fff
}

.map-tabs .tabs-head li.ui-state-active a:after {
    display: block
}

.map-tabs .tabs-head .text {
    margin: 0 15px 0 0;
    width: 225px
}

.map-tabs .tabs-head a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    text-decoration: none;
    color: #003366;
    position: relative;
    line-height: 26px;
    line-height: 26rem;
    border-radius: 3px
}

.map-tabs .tabs-head a:after {
    content: "";
    display: none;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -2px
}

.map-tabs .tabs-head a:hover {
    text-decoration: underline;
    color: #000
}

.map-tabs>div iframe {
    width: 100%;
    display: block;
    height: 340px
}

.history-tabs {
    margin: 40px 0 50px
}

.history-tabs .tabs-head {
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.history-tabs .tabs-head li {
    margin: 0 30px 0 0;
    padding: 0;
    font: 13px/30px Georgia, serif;
    font: 13rem/30rem Georgia, serif;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    letter-spacing: 1.3rem
}

.history-tabs .tabs-head li.ui-state-active a {
    background: #e0e6f0
}

.history-tabs .tabs-head li.ui-state-active a:after {
    display: block
}

.history-tabs .tabs-head .text {
    margin: 0 15px 0 0;
    width: 225px
}

.history-tabs .tabs-head a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    text-decoration: none;
    color: #003366;
    position: relative;
    line-height: 26px;
    line-height: 26rem;
    border-radius: 3px;
    font-size: 18px;
    font-size: 18rem
}

.history-tabs .tabs-head a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    line-height: 18rem;
    border-bottom: 1px dashed transparent;
    margin: -3px 0 0
}

.history-tabs .tabs-head a:after {
    content: "";
    display: none;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #e0e6f0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -2px
}

.history-tabs .tabs-head a:hover {
    color: #000
}

.history-tabs .tabs-head a:hover span {
    border-color: #000
}

.history-tabs>div {
    padding: 30px 0 0
}

.history.just-wrap .item {
    margin: 0
}

.history .item {
    width: 225px;
    margin: 0 15px 30px 0
}

.history .item .pic {
    float: left;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(8, 38, 95, 0.3);
    margin: 0 15px 0 0
}

.history .item .pic img {
    display: block;
    border-radius: 50%
}

.history .item .spec-date {
    padding: 1px 0 0
}

.history .item .spec-date .month {
    margin-top: -6px;
    font: 12px/20px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/20rem Tahoma, Geneva, sans-serif, serif;
    color: #778899
}

.history .item .spec-date .month+.year {
    margin-top: 0
}

.history .item .spec-date .year {
    font: 36px/36px Georgia, serif;
    font: 36rem/36rem Georgia, serif;
    color: #000000;
    margin-top: 14px
}

.history .item .text {
    font: 12px/20px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/20rem Tahoma, Geneva, sans-serif, serif;
    color: #445566;
    margin: 10px 0 0
}

.side-space {
    margin: 40px 0 0
}

.filled {
    background: #f2f5f9
}

.filled .news .item {
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%, #f2f5f9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=#ffffff, endColorstr=#f2f5f9, GradientType=0);
    border-top: 1px solid #d5e0e5
}

.filled .js-space {
    border-top: 1px solid #d5e0e5;
    min-height: 3px
}

.filled .js-space.no-border {
    border-top: 0;
    min-height: 0
}

.filled .all-link {
    border-top: 1px solid #d5e0e5
}

.news.horizontal {
    margin: 20px 0 30px
}

.news.horizontal .item {
    padding: 0;
    width: 205px
}

.news.horizontal .item .title a {
    font-size: 18px;
    font-size: 18rem
}

.news .item {
    text-align: center;
    padding: 20px
}

.news .item .pic {
    margin: 0 0 15px
}

.news .item .pic a {
    display: block;
    position: relative
}

.news .item .pic a .i-play {
    position: absolute;
    bottom: 5px;
    left: 5px
}

.news .item .pic a img {
    display: block;
    max-width: 100%
}

.news .item .title {
    margin: 5px 0 0
}

.news .item .title a {
    display: inline-block;
    font: 16px/26px Georgia, serif;
    font: 16rem/26rem Georgia, serif;
    color: #003366;
    text-decoration: none
}

.news .item .title a:hover {
    color: #000;
    text-decoration: underline
}

.i-play {
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    background: url(img/i-play.png) no-repeat 0 0
}

.simple-date {
    font: 12px/20px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/20rem Tahoma, Geneva, sans-serif, serif;
    color: #778899
}

.all-link {
    display: block
}

.all-link a {
    display: block;
    text-align: center;
    line-height: 50px;
    text-decoration: none
}

.all-link a .i-all {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 10px;
    background: url(img/i-all.png) no-repeat 0 0;
    margin: 0 5px 0 0
}

.all-link a .text {
    display: inline-block;
    vertical-align: middle;
    font: bold 14px/20px 'Open Sans', sans-serif;
    font: bold 14rem/20rem 'Open Sans', sans-serif;
    color: #003366;
    text-transform: uppercase
}

.all-link a:hover .i-all {
    background-position: 0 -50px
}

.all-link a:hover .text {
    color: #000
}

.all-link-gold {
    display: block
}

.all-link-gold a {
    display: block;
    text-align: center;
    line-height: 50px;
    text-decoration: none
}

.all-link-gold a .i-all {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 14px;
    background: url(img/i-all-gold.png) no-repeat 0 0;
    margin: 1px 5px 0 0
}

.all-link-gold a .text {
    display: inline-block;
    vertical-align: middle;
    font: bold 14px/20px 'Open Sans', sans-serif;
    font: bold 14rem/20rem 'Open Sans', sans-serif;
    color: #e9c27f;
    text-transform: uppercase;
    text-shadow: 0 1px 3px #001133
}

.all-link-gold a:hover .i-all {
    background-position: 0 -50px
}

.all-link-gold a:hover .text {
    color: #fff
}

.with-all-link {
    padding: 0 20px;
    box-sizing: border-box;
    text-align: left
}

.all-link-inv {
    display: block
}

.all-link-inv a {
    display: block;
    text-align: center;
    line-height: 50px;
    text-decoration: none
}

.all-link-inv a .i-all {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 10px;
    background: url(img/i-all-inv.png) no-repeat 0 0;
    margin: 0 5px 0 0
}

.all-link-inv a .text {
    display: inline-block;
    vertical-align: middle;
    font: bold 14px/20px 'Open Sans', sans-serif;
    font: bold 14rem/20rem 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase
}

.all-link-inv a:hover .i-all {
    background-position: 0 -50px
}

.all-link-inv a:hover .text {
    color: #003366
}

.guest {
    margin: 0 0 40px
}

.guest .block {
    background: #f2f5f9
}

.guest .pic {
    width: 205px
}

.guest .pic a {
    text-decoration: none
}

.guest .pic img {
    display: block
}

.guest .pic .sp-dark-blue {
    width: 205px
}

.guest .info {
    width: 430px;
    margin: 25px 20px 0 0
}

.guest .info .title {
    margin: -8px 0 0 102px
}

.guest .info .title a {
    display: inline-block;
    font: 24px/34px Georgia, serif;
    font: 24rem/34rem Georgia, serif;
    color: #003366;
    text-decoration: none
}

.guest .info .title a:hover {
    color: #000;
    text-decoration: underline
}

.guest .info .position {
    font: 12px/24px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/24rem Tahoma, Geneva, sans-serif, serif;
    color: #778899;
    margin: 0 0 0 102px
}

.guest .info .date {
    margin: 0 20px 0 0
}

.guest .info p {
    font: 16px/24px Georgia, serif;
    font: 16rem/24rem Georgia, serif;
    color: #445566;
    margin: 20px 0 0
}

.quote-1 {
    max-width: 693px;
    max-height: 153px;
    background: url(img/bg-quote-1.png) no-repeat 100% 100%
}

.quote-1 .text {
    font: italic 18px/28px Georgia, serif;
    font: italic 18rem/28rem Georgia, serif;
    color: #000000;
    padding: 20px 30px;
    max-height: 112px;
    overflow: hidden
}

.quote-1+.who {
    margin: 0 0 30px;
    position: relative;
    padding: 15px 0 0 70px
}

.quote-1+.who .corner {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    background: url(img/i-quote.png) no-repeat 0 0
}

.quote-1+.who .pic {
    float: left
}

.quote-1+.who .pic img {
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 10px 0 rgba(8, 38, 95, 0.3)
}

.quote-1+.who .person {
    margin: 0 0 0 50px;
    font: 12px/18px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/18rem Tahoma, Geneva, sans-serif, serif
}

.quote-1+.who .name {
    color: #000000
}

.quote-1+.who .position {
    color: #446688
}

.photo-without-comments {
    width: 430px
}

.photo-without-comments a {
    display: block
}

.photo-without-comments a img {
    display: block
}

.pwc-wrap {
    position: relative
}

.pwc-wrap .bx-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    width: 80px;
    height: 40px
}

.pwc-wrap .bx-prev {
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0px;
    height: 23px;
    background: url(img/i-guide-slider-prev.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: 1000%;
    padding-left: 11px
}

.pwc-wrap .bx-prev:hover {
    background-position: 0 -50px
}

.pwc-wrap .bx-prev.disabled {
    cursor: default;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.pwc-wrap .bx-next {
    display: block;
    position: absolute;
    bottom: 2px;
    left: 51px;
    width: 0px;
    height: 23px;
    background: url(img/i-guide-slider-next.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: 1000%;
    padding-left: 11px
}

.pwc-wrap .bx-next:hover {
    background-position: 0 -50px
}

.pwc-wrap .bx-next.disabled {
    cursor: default;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.pwc-slider {
    margin: 0;
    padding: 0;
    list-style: none
}

.pwc-slider li {
    margin: 0;
    padding: 0
}

.events {
    width: 225px
}

.events .events-datepicker {
    margin: 7px 0 0;
    position: relative
}

.events .events-datepicker>.date {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10
}

.events .events-datepicker>.date .dialog {
    background: #fff;
    box-shadow: 0 20px 20px 0px rgba(0, 17, 51, 0.2);
    padding: 15px 20px;
    text-align: left;
    text-shadow: none;
    border-radius: 5px
}

.events .events-datepicker>.date .close {
    display: block;
    width: 9px;
    height: 9px;
    background: url(img/i-close.png) no-repeat 0 0;
    position: absolute;
    top: 20px;
    right: 20px
}

.events .events-datepicker>.date .close:hover {
    background-position: 0 -50px
}

.events .events-datepicker>.date .simple-date {
    margin: 0 0 5px
}

.events .events-datepicker>.date .title+.simple-date {
    margin-top: 15px
}

.events .events-datepicker>.date .title a {
    display: inline-block;
    font: 12px/18px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/18rem Tahoma, Geneva, sans-serif, serif;
    color: #003366;
    text-decoration: none
}

.events .events-datepicker>.date .title a:hover {
    text-decoration: underline;
    color: #000
}

.events .events-datepicker>.date .corner {
    position: absolute;
    bottom: -10px;
    border: 5px solid transparent;
    border-top-color: #fff;
    margin-left: -5px
}

.events .ui-datepicker-header {
    position: relative;
    margin: 0 15px;
    text-align: center
}

.events .ui-datepicker-title {
    font: bold 14px/30px 'Open Sans', sans-serif;
    font: bold 14rem/30rem 'Open Sans', sans-serif;
    color: #000000;
    text-transform: uppercase
}

.events .ui-datepicker-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    display: block;
    text-indent: 1000%;
    overflow: hidden;
    width: 16px;
    height: 16px;
    background: url(img/i-datepicker-prev.png) no-repeat 0 0
}

.events .ui-datepicker-prev:hover {
    background-position: 0 -50px
}

.events .ui-datepicker-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    display: block;
    text-indent: 1000%;
    overflow: hidden;
    width: 16px;
    height: 16px;
    background: url(img/i-datepicker-next.png) no-repeat 0 0
}

.events .ui-datepicker-next:hover {
    background-position: 0 -50px
}

.events .ui-datepicker-calendar {
    box-sizing: border-box;
    width: 215px;
    border: 0;
    margin: 5px 5px 0
}

.events .ui-datepicker-calendar thead th {
    border: 0;
    padding: 0
}

.events .ui-datepicker-calendar thead th span {
    text-transform: uppercase;
    font: 800 12px/20px 'Open Sans', sans-serif;
    font: 800 12rem/20rem 'Open Sans', sans-serif;
    padding: 5px 5px;
    color: #778899;
    text-decoration: none;
    display: block;
    letter-spacing: -0.3px;
    letter-spacing: -0.3rem;
    text-align: right
}

.events .ui-datepicker-calendar thead th.ui-datepicker-week-end span {
    color: #000
}

.events .ui-datepicker-calendar tbody td {
    border: 0;
    padding: 0
}

.events .ui-datepicker-calendar tbody td a {
    text-transform: uppercase;
    font: 800 12px/20px 'Open Sans', sans-serif;
    font: 800 12rem/20rem 'Open Sans', sans-serif;
    padding: 5px 5px;
    color: #778899;
    text-decoration: none;
    display: block;
    letter-spacing: -0.3px;
    letter-spacing: -0.3rem;
    text-align: right
}

.events .ui-datepicker-calendar tbody td.ui-datepicker-today a {
    color: #000
}

.events .ui-datepicker-calendar tbody td.has-dialog a {
    background: #60a2d3;
    background: linear-gradient(to bottom, #60a2d3 0%, #4492cb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=#60a2d3, endColorstr=#4492cb, GradientType=0);
    color: #fff
}

.events .ui-datepicker-calendar tbody td.has-dialog .dialog {
    display: none
}

.events .ui-datepicker-calendar tbody td.has-dialog .ui-state-hover {
    background: #102e67
}

.videotape-wrap {
    max-height: 300px;
    max-width: 1900px;
    margin: 0 auto;
    background: url(img/bg-videotape.png) no-repeat 50% 0;
    padding: 20px 0 13px
}

.videotape-wrap .all-link-gold {
    margin: 0 auto;
    width: 200px
}

.videotape-wrap.mt {
    margin-top: 40px
}

.videotape-wrap h3 {
    font: 800 18px/30px 'Open Sans', sans-serif;
    font: 800 18rem/30rem 'Open Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 1px 3px #001133;
    margin: 0 0 20px;
    text-align: center
}

.videotape {
    height: 200px;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto
}

.videotape .item {
    vertical-align: top;
    height: 200px;
    margin: 0 15px;
    width: 168px
}

.videotape .item .pic {
    border: 4px solid #fff
}

.videotape .item .pic:hover {
    border-color: #53a1df
}

.videotape .item .pic:hover a {
    border: 3px solid #fff;
    overflow: hidden;
    width: 154px;
    height: 106px
}

.videotape .item .pic:hover a .i-play {
    bottom: 2px;
    left: 2px
}

.videotape .item .pic:hover a img {
    margin: -3px 0 0 -3px
}

.videotape .item .pic a {
    display: block;
    position: relative;
    width: 160px;
    height: 112px
}

.videotape .item .pic a .i-play {
    position: absolute;
    bottom: 5px;
    left: 5px
}

.videotape .item .pic a img {
    display: block
}

.videotape .item .title {
    margin: 15px 0 0
}

.videotape .item .title a {
    font: 16px/22px Georgia, serif;
    font: 16rem/22rem Georgia, serif;
    color: #ffffff;
    max-height: 66px;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    text-shadow: 0 1px 3px #001133
}

.videotape .item .title a:hover {
    text-decoration: underline
}

.banners {
    height: 230px;
    padding: 35px 0 0;
    max-width: 1920px;
    margin: 0 auto;
    background: url(img/bg-banners.png) no-repeat 50% 100%
}

.banners .item {
    width: 143px;
    text-align: center
}

.banners .item .pic {
    margin: 0 0 10px
}

.banners .item .title {
    font: 12px/20px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/20rem Tahoma, Geneva, sans-serif, serif;
    color: #446688
}

.banners .item .title a {
    color: inherit;
    text-decoration: none
}

.banners .item .title a:hover {
    text-decoration: underline;
    color: #000
}

.page-footer {
    height: 289px;
    max-width: 1920px;
    margin: 0 auto;
    background: url(img/bg-footer.png) no-repeat 50% 100%;
    padding: 35px 0 0
}

.page-footer .socials {
    white-space: nowrap
}

.page-footer .socials .item {
    margin: 0 10px 0 0
}

.page-footer .socials .item a {
    display: block;
    overflow: hidden;
    height: 29px
}

.page-footer .socials .item a:hover img {
    margin-top: -50px
}

.page-footer .socials .item a img {
    display: block
}

.page-footer .system-enter a {
    display: block;
    border: 1px solid #aebcd4;
    padding: 0 10px;
    font: 12px/28px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/28rem Tahoma, Geneva, sans-serif, serif;
    color: #003366;
    text-decoration: none;
    border-radius: 2px;
    box-shadow: inset 0 1px 0 0 #eaeef5
}

.page-footer .system-enter a:hover {
    background: #e5e9f2
}

.page-footer .logo {
    margin: 0 auto 25px;
    width: 519px
}

.page-footer .copy {
    font: 12px/20px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/20rem Tahoma, Geneva, sans-serif, serif;
    color: #446688
}

.page-footer .copy a {
    text-decoration: none;
    color: #003366
}

.page-footer .copy a:hover {
    text-decoration: underline;
    color: #000
}

.page-footer .astdesign {
    font: 12px/20px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/20rem Tahoma, Geneva, sans-serif, serif;
    color: #446688;
    text-align: right
}

.page-footer .astdesign a {
    text-decoration: none;
    color: #003366
}

.page-footer .astdesign a:hover {
    text-decoration: underline;
    color: #000
}

.page-footer .contacts {
    font: 12px/20px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/20rem Tahoma, Geneva, sans-serif, serif;
    color: #446688;
    text-align: center;
    width: 600px;
    margin: 0 auto
}

.page-footer .contacts em {
    font: bold 14px/20px 'Open Sans', sans-serif;
    font: bold 14rem/20rem 'Open Sans', sans-serif;
    color: #003366
}

.page-footer .contacts a {
    text-decoration: none;
    color: #003366
}

.page-footer .contacts a:hover {
    text-decoration: underline;
    color: #000
}

.article-info {
    margin: 0 0 25px
}

.article-info .simple-date {
    margin: 0 30px 0 0
}

.print a {
    text-decoration: none
}

.print a:hover .i-print {
    background-position: 0 -50px
}

.print a:hover .text {
    text-decoration: underline;
    color: #000
}

.print a .text {
    margin: 0 0 0 5px;
    font: 12px/16px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/16rem Tahoma, Geneva, sans-serif, serif;
    color: #003366
}

.i-print {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(img/i-print.png) no-repeat 0 0
}

.photos-slider-wrap {
    margin: 0 0 20px
}

.photos-slider-wrap .bx-wrapper {
    float: left;
    width: 636px
}

.photos-slider {
    margin: 0;
    padding: 0;
    list-style: none
}

.photos-slider li {
    margin: 0;
    padding: 0
}

.photos-slider li img {
    display: block
}

.photos-slider li .caption {
    margin: 10px 0 0;
    font: 12px/20px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/20rem Tahoma, Geneva, sans-serif, serif;
    color: #446688
}

.photos-slider-pager {
    float: right;
    width: 50px
}

.photos-slider-pager a {
    display: block;
    margin: 0 0 10px
}

.photos-slider-pager a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60)
}

.photos-slider-pager a.active {
    opacity: 0.4;
    filter: alpha(opacity=40)
}

.photos-slider-pager a img {
    display: block
}

.i-ps-more {
    display: block;
    width: 50px;
    height: 50px;
    background: url(img/i-ps-more.png) no-repeat 0 0
}

.i-ps-more:hover {
    background-position: 0 -100px
}

.special-photos .bx-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    width: 80px;
    height: 40px
}

.special-photos .bx-prev {
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0px;
    height: 23px;
    background: url(img/i-guide-slider-prev.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: 1000%;
    padding-left: 11px
}

.special-photos .bx-prev:hover {
    background-position: 0 -50px
}

.special-photos .bx-prev.disabled {
    cursor: default;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.special-photos .bx-next {
    display: block;
    position: absolute;
    bottom: 2px;
    left: 51px;
    width: 0px;
    height: 23px;
    background: url(img/i-guide-slider-next.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: 1000%;
    padding-left: 11px
}

.special-photos .bx-next:hover {
    background-position: 0 -50px
}

.special-photos .bx-next.disabled {
    cursor: default;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.special-photos .bx-wrapper {
    position: relative;
    width: 475px
}

.special-photos .complex.size-2 .area.size-1 {
    width: 100px;
    margin: 0 0 10px 10px
}

.special-photos .complex.size-2 .area.size-1:first-child {
    margin-left: 0
}

.special-photos .complex.size-2 .area.size-2 {
    width: 200px;
    margin: 0 0 10px
}

.special-photos .photos-slider-pager {
    width: 210px
}

.special-photos .photos-slider-pager a {
    margin: 0
}

.special-photos .photos-slider-pager a+a {
    margin-top: 10px
}

.content-space {
    margin: 0 0 40px
}

.side-menu ul {
    margin: 15px 0 30px;
    padding: 0;
    list-style: none
}

.side-menu li {
    margin: 0;
    padding: 0
}

.side-menu a {
    display: block;
    padding: 8px 0;
    font: 14px/18px Georgia, serif;
    font: 14rem/18rem Georgia, serif;
    color: #003366
}

.awards {
    width: 233px;
    height: 328px;
    box-sizing: border-box;
    background: url(img/bg-awards.png) no-repeat 0 0;
    margin: 0 0 0 -4px;
    padding: 20px 29px 0
}

.awards h3 {
    color: #ff9f2f;
    margin: 0 0 20px
}

.awards .all-link a {
    line-height: 24px;
    line-height: 24rem
}

.awards .pic {
    margin: 0 0 25px
}

.awards .pic img {
    display: block
}

.awards .title a {
    display: inline-block;
    font: 12px/18px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/18rem Tahoma, Geneva, sans-serif, serif;
    color: #003366
}

.structure {
    margin: 30px auto;
    position: relative
}

.structure h2 {
    text-transform: uppercase
}

.structure .side-l {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 50%
}

.structure .side-r {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50%
}

.structure p.normal {
    font: 12px/16px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/16rem Tahoma, Geneva, sans-serif, serif;
    color: #556677;
    margin: 15px 0
}

.structure p.em {
    font: 12px/19px Georgia, serif;
    font: 12rem/19rem Georgia, serif;
    color: #445566;
    margin: 15px 0;
    text-transform: uppercase
}

.structure .content {
    padding: 15px 0 0;
    text-align: center
}

.structure .content .point {
    display: block;
    position: absolute;
    z-index: 50;
    margin: -17px 0 0 -17px
}

.structure .content .point.active {
    z-index: 60
}

.structure .content .point.empty {
    width: 4px;
    height: 4px;
    background: #fff;
    margin: -4px 0 0 -4px;
    border: 2px solid #d7deeb;
    border-radius: 50%
}

.structure .content .point .pic {
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(8, 38, 95, 0.3)
}

.structure .content .point .pic img {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%
}

.structure .content .point .pic.empty {
    border-color: #1784c9;
    box-shadow: none
}

.structure .content .point .pic.empty span {
    display: block;
    width: 16px;
    height: 16px;
    margin: 7px;
    border-radius: 50%;
    background: #219cd9;
    border-radius: 50%
}

.structure .content .point .text {
    position: absolute;
    cursor: pointer;
    font: 12px/16px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/16rem Tahoma, Geneva, sans-serif, serif;
    color: #003366;
    white-space: nowrap
}

.structure .content .point .text:hover {
    color: #000;
    text-decoration: underline
}

.structure .content .point .text.right {
    margin-top: 8px;
    left: 100%;
    padding-left: 15px
}

.structure .content .point .text.left {
    margin-top: 8px;
    right: 100%;
    padding-right: 15px
}

.structure .content .point .text.top {
    bottom: 100%;
    padding-bottom: 15px;
    left: 50%;
    padding-right: 16px;
    white-space: normal
}

.structure .content .point .text.bottom {
    top: 100%;
    padding-top: 15px;
    left: 50%;
    padding-right: 16px;
    white-space: normal
}

.structure .content .line {
    background: #d7deeb;
    position: absolute;
    z-index: 10
}

.structure .content .line.dir-h {
    height: 2px;
    margin-top: -1px
}

.structure .content .line.dir-v {
    width: 2px;
    margin-left: -1px
}

.structure .content .line.dir-lu {
    width: 2px;
    height: 60px;
    transform: rotate(36deg);
    margin: -54px 0 0 16px
}

.structure .content .line.dir-ru {
    width: 2px;
    height: 60px;
    transform: rotate(-36deg);
    margin: -54px 0 0 -18px
}

.structure .content .point-box {
    z-index: 100;
    display: none;
    position: absolute;
    top: -30px;
    left: 50%;
    box-sizing: border-box;
    width: 200px;
    margin-left: -100px
}

.structure .content .point-box:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: -20px;
    left: 50%;
    margin-left: -100px;
    background: #fff;
    box-shadow: none;
    z-index: 30
}

.structure .content .point-box:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: -20px;
    left: 50%;
    margin-left: -100px;
    background: #fff;
    box-shadow: none;
    z-index: 30;
    top: auto;
    bottom: -20px
}

.structure .content .point-box .top-circle,
.structure .content .point-box .bottom-circle {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: -20px;
    left: 50%;
    margin-left: -100px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.3)
}

.structure .content .point-box .bottom-circle {
    top: auto;
    bottom: -20px
}

.structure .content .point-box .block {
    position: relative;
    background: #fff;
    padding: 0 15px 15px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.3)
}

.structure .content .point-box .block>* {
    position: relative;
    z-index: 40
}

.structure .content .point-box .block .i-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.structure .content .point-box .block .photo {
    display: inline-block;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 2px 10px 0 rgba(8, 38, 95, 0.3);
    margin: 0 0 10px
}

.structure .content .point-box .block .photo img {
    display: block;
    border-radius: 50%
}

.structure .content .point-box .block .name {
    font: 16px/20px Georgia, serif;
    font: 16rem/20rem Georgia, serif;
    color: #003366
}

.structure .content .point-box .block .position {
    margin: 5px 0 10px;
    font: 12px/20px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/20rem Tahoma, Geneva, sans-serif, serif;
    color: #446688
}

.structure .content .point-box .block .description {
    font: 12px/16px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/16rem Tahoma, Geneva, sans-serif, serif;
    color: #556677;
    margin: 5px 0 10px
}

.structure .content .point-box .block .more {
    font-size: 12px;
    font-size: 12rem
}

.i-close {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(img/i-close.png) no-repeat 0 0
}

.i-close:hover {
    background-position: 0 -50px
}

.world {
    margin: 25px 0;
    height: 333px;
    background: url(img/bg-world.png) no-repeat 50% 0;
    overflow: hidden
}

.world .box {
    position: relative
}

.world .map {
    position: absolute;
    top: 5px;
    right: -80px;
    width: 820px;
    height: 315px;
    background: url(img/bg-map.png) no-repeat 0 0
}

.world .map .i-orange,
.world .map .i-blue {
    position: absolute;
    margin: -6px 0 0 -6px
}

.world .content {
    padding: 55px 0 0;
    width: 320px;
    position: relative;
    z-index: 20;
    color: #ffffff;
    text-shadow: 0 1px 2px #194587
}

.world .content h2 {
    color: #ffffff;
    margin: 0 0 20px;
    text-transform: uppercase
}

.world .content .description {
    font: 18px/24px Georgia, serif;
    font: 18rem/24rem Georgia, serif;
    margin: 0 0 35px
}

.world .content .legend .block {
    font: 12px/32px Tahoma, Geneva, sans-serif, serif;
    font: 12rem/32rem Tahoma, Geneva, sans-serif, serif
}

.world .content .legend .block .text {
    display: inline-block;
    vertical-align: middle
}

.i-blue {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: #1a66d7;
    border: 2px solid #fff;
    border-radius: 50%
}

.i-orange {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: #ffb141;
    border: 2px solid #fff;
    border-radius: 50%
}

.second-menu a {
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font: 17rem/25rem Arial, serif;
    color: #fff;
    width: 160px;
    line-height: 18px;
    text-align: center;
    margin-left: 30px;
    margin-top: -27px;
    font-size: 14px;
    font-weight: bold;
}


.menu.level-2 > li.title > a {
    font: bold 14px/15px 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.menu.level-2 > li.addMargin {
    margin-top: 30px;
}

.flag-info {
    position: fixed;
    right: 0;
    top: 200px;
    background: url(img/flag-info.png) top right no-repeat;
    width: 85px;
    height: 438px;
    border-right: 0;
    z-index: 100;
}