@font-face {
    font-family: 'Century Gothic';
    src: url(../fonts/CenturyGothic.ttf);
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 10px;
}

body {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-family: 'PT Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
}

a {
    color: #333;
}

a:hover,
a:focus {
    color: #08499d;
    text-decoration: none;
}

.cc {
    padding: 0 15px;
    margin: 0 auto;
    width: 1310px;
}

.cc {
    width: 1230px;
}

.cc-3-4 {
    float: left;
    width: 909px;
}

.cc-3-4 .news-item:nth-child(3n) {
    margin-right: 0;
}

.cc-1-4 {
    float: right;
    width: 291px;
}

.info {
    padding: 61px 0 30px 0;
    background: url('../img/bg_header.png') repeat-x top center;
}

.logo {
    position: relative;
    display: block;
    float: left;
    margin-right: 100px;
    width: 300px;
    height: 100px;
}

.logo {
    margin: 0 50px 0 0;
}

.logo__text {
    font-family: 'Century Gothic', sans-serif;
    position: absolute;
    top: 22px;
    left: 126px;
    font-size: 2.2rem;
    line-height: 1.2;
    color: #333;
}

.logo:hover,
.logo:focus {
    color: #333;
}

.logo__text > span {
    font-size: 1.6rem;
}

.main-nav {
    float: left;
    width: calc(100% - 400px);
}

.main-nav {
    width: calc(100% - 350px);
}

.main-nav > ul > li {
    position: relative;
    display: inline-block;
    margin-right: 50px;
    line-height: 100px;
}

.main-nav > ul > li:last-child {
    margin-right: 0;
}

.main-nav > ul > li > a {
    text-transform: uppercase;
}

.menu {
    padding: 28px 0;
    background: url('../img/bg_cat.png') repeat-x top center;
}

.menu-page {
    display: none;
}

.menu-page-title {
    background: none;
    padding: 0;
}

.nav-menu > ul > li {
    float: left;
    width: 12.5%;
    list-style-type: none;
}

.nav-menu > ul > li > a {
    display: block;
    text-align: center;
    font-size: 1.2rem;
}

.nav-menu > ul > li > a > span.img {
    display: block;
    margin-bottom: 10px;
}

.nav-menu > ul > li > a > span.title {
    color: #08499d;
    text-transform: uppercase;
}

.sliders {
    padding: 40px 0;
}

.sliders-block {
    width: 100%;
    height: 400px;
    border: 4px solid #1a1a1a;
}

.slider-left {
    float: left;
    width: 800px;
    height: 392px;
    border: 2px solid #fff;
}

.slider-left {
    width: 66.666%;
}

.slider-right {
    float: left;
    width: 472px;
}

.slider-right {
    width: 33.333%;
}

.slider-right__top {
    width: 100%;
    height: 196px;
    border: 2px solid #fff;
}

.slider-right__bottom {
    width: 100%;
    height: 196px;
    border: 2px solid #fff;
}

.index-block {
    padding: 40px 0;
    background: url('../img/bg-up.png') repeat-x top center,
    url('../img/bg-down.png') repeat-x bottom center;
    background-color: #f9f9f9;
}

.title-block {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.title-block hr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-color: #cecece;
}

.h2-block {
    font-family: 'PT Sans', sans-serif;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 40px;
    font-size: 2.6rem;
    line-height: 40px;
    text-align: center;
    font-style: italic;
    background-color: #f9f9f9;
    /* z-index: 1; */
    z-index: 0;
}

.h2-block:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(../img/r-h2.png);
    top: 0;
    bottom: 0;
    margin: auto;
    left: 18px;
}

.h2-block:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(../img/r-h2.png);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px;
}

.news-item {
    float: left;
    margin-right: 14px;
    width: 289px;
    min-height: 390px;
    border: 1px solid #cecece;
    background-color: #fff;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.inner-news-breadcrumbs {
    float: left;
    margin-top: 12px !important;
}

/*.news-item {
	width: 100%;
	margin: 0;
	height: 448px;
}*/

.news-item__all {
    display: block;
    padding: 15px 0;
    margin: 0 20px 0 20px;
    text-align: center;
    font-size: 1.6rem;
    border-top: 1px solid #cecece;
    color: #08499d;
}

.news-item:last-child {
    margin-right: 0;
}

.n4:nth-child(4n) {
    margin-right: 0;
}

.mb20px {
    margin-bottom: 20px;
}

.small-news {
    min-height: 400px;
}

.news-item__cat {
    font-family: 'PT Sans', sans-serif;
    padding: 15px 0;
    margin: 0 20px 20px 20px;
    font-weight: 300;
    text-align: center;
    font-size: 2rem;
    font-style: italic;
    border-bottom: 1px solid #cecece;
}

.news-item__img {
    background-color: #ccc;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 160px;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;

    -webkit-transition: .2s ease;
    moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.news-item:hover {
    -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.25);
}

.news-item:hover .news-item__img {
    -webkit-background-size: 120%;
    background-size: 120%;

    -webkit-transition: .2s ease;
    moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.dev-item:hover {
    -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.25);
}

.dev-item:hover .dev-item__img {
    -webkit-background-size: 120%;
    background-size: 120%;

    -webkit-transition: .2s ease;
    moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.news-item__title {
    padding: 0 20px;
    font-size: 1.7rem;
}

.news-item__title a {
    color: #08499d;
    height: 56px;
    display: block;
    overflow: hidden;
}

.news-item__title a:hover {
    color: #333;
}

.date {
    color: #999;
    font-size: 1.4rem;
}

.news-descr-date {
    color: #777;

}

.news-item .date {
    margin-bottom: 0px;
    padding: 0 20px;
}

.tags a {
    color: #08499d;
    font-size: 1.4rem;
}

.news-item .tags {
    margin-bottom: 20px;
    padding: 0 20px;
}

.news-item .tags {
    height: 22px;
    overflow: hidden;
}

.index-btn {
    display: block;
    margin: 40px auto;
    width: 280px;
    height: 56px;
    color: #08499d;
    border: 1px solid #08499d;
    font-size: 1.6rem;
    line-height: 54px;
    text-align: center;
}

.index-btn .glyphicon {
    top: 3px;
}

.index-btn:hover,
.index-btn:focus {
    color: #fff;
    background-color: #08499d;
}

.slider-item {
    position: relative;
    display: block;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-item__caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 3rem;
    padding: 20px 30px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */

}

.slider-left .slider-item {
    width: 796px;
    height: 388px;
    background-color: #ccc;
}

.slider-right__top .slider-item {
    width: 468px;
    height: 192px;
    max-width: 100%;
}

.slider-right__top .slider-item__caption {
    padding: 10px 20px;
    font-size: 2rem;
    height: 76px;
}

.slider-right__bottom .slider-item {
    width: 468px;
    height: 192px;
    max-width: 100%;
}

.slider-right__bottom .slider-item__caption {
    padding: 10px 20px;
    font-size: 2rem;
    height: 76px;
}

.dev-block--page {
    background: url(../img/bg-down.png) repeat-x bottom center;
    background-color: #f9f9f9;
}

.dev-block__left {
    float: left;
    width: 909px;
}

/*
.dev-block__left {
	width: 75%;
}
*/

.dev-block__right {
    float: left;
    width: 282px;
}

/*
.dev-block__right {
	width: 25%;
}
*/

.dev-item {
    float: left;
    margin-right: 14px;
    width: 289px;
    /*min-height: 430px;*/
    /*height: 490px;*/
    border: 1px solid #cecece;
    background-color: #fff;
    margin-bottom: 10px;

    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

/*.dev-item {
	margin: 0 0 10px;
	width: 100%;
}*/

.dev-item__all {
    display: block;
    padding: 15px 0;
    margin: 0 20px 0 20px;
    text-align: center;
    font-size: 1.6rem;
    border-top: 1px solid #cecece;
    color: #08499d;
}

.dev-item__cat {
    font-family: 'PT Sans', sans-serif;
    padding: 15px 0;
    margin: 0 20px 20px 20px;
    font-weight: 300;
    text-align: center;
    font-size: 2rem;
    font-style: italic;
    border-bottom: 1px solid #cecece;
}

.dev-item__img {
    background-color: #ccc;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 160px;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    webkit-transition: .2s ease;
    moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}
.is_online {
    display: inline-block;
    background: #ed144c;
    padding: 1px 10px;
    margin: 10px 10px;
    color: white;
    border-radius: 32px;
    font-size: 13px;
    min-height: 20px;
    min-width: 20px;
}
.is_proculture_check {
    display: inline-block;
    background: #ffffffd6;
    padding: 5px;
    margin: 10px 10px;
    color: white;
    border-radius: 5px;
    font-size: 13px;
    min-height: 20px;
    border: 2px solid #af1b1b;
    min-width: 20px;
    box-shadow: 0 0 10px 0 white;
}
.is_proculture_check img {
    width:30px;
    height:30px;
    object-fit:contain;
    margin: 0 !important;
    display: block;
}

.dev-item__title {
    padding: 0 20px;
    font-size: 1.7rem;
}

.dev-item__title a {
    color: #08499d;
    height: 56px;
    display: block;
    overflow: hidden;
}

.dev-item__title a:hover {
    color: #333;
}

.dev-item .date {
    margin-bottom: 0;
    padding: 0 20px;
}

.dev-item .tags {
    margin-bottom: 10px;
    padding: 0 20px;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gallery-item {
    float: left;
    width: 289px;
    /*min-height: 490px;*/
    border: 1px solid #cecece;
    background-color: #f0f0f0;
    margin-bottom: 20px;
    min-height: 440.5px;
}

.gallery-item--small {
    min-height: 440px;
    margin-bottom: 20px;
}

.gallery-item--small .gallery-item__all {
    margin-top: 0;
}

.gallery-item--small .gallery-item__title {
    margin-bottom: 70px;
}

.gallery-item__cat {
    font-family: 'PT Sans', sans-serif;
    padding: 15px 0;
    margin: 0 20px 20px 20px;
    font-weight: 300;
    text-align: center;
    font-size: 2rem;
    font-style: italic;
    border-bottom: 1px solid #cecece;
}

.gallery-item__img {
    background-color: #ccc;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 160px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-item__title {
    padding: 0 20px;
    font-size: 1.7rem;
}

.gallery-item__title a {
    color: #08499d;
    height: 56px;
    display: block;
    overflow: hidden;
}

.gallery-item__title a:hover {
    color: #333;
}

.gallery-item .date {
    margin-bottom: 0px;
    padding: 0 20px;
}

.gallery-item__all {
    display: block;
    padding: 15px 0;
    margin: 2px 20px 0 20px;
    text-align: center;
    font-size: 1.6rem;
    border-top: 1px solid #cecece;
    color: #08499d;
}

.cause-item {
    float: left;
    width: 390px;
    margin-right: 14px;
    border: 1px solid #cecece;
    background-color: #fff;
    /*min-height: 463px;*/
}

/*
.cause-item {
	width: 100%;
	margin: 0;
}
*/

.cause-item:last-child {
    margin-right: 0;
}

.cause-item__cat {
    font-family: 'PT Sans', sans-serif;
    padding: 20px 0;
    margin: 0;
    font-weight: 300;
    text-align: center;
    font-size: 2rem;
    font-style: italic;
}

.cause-item__img {
    background-color: #ccc;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 218px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cause-item__title {
    padding: 0 20px;
    font-size: 2rem;
}

.cause-item__title a {
    color: #08499d;
    height: 48px;
    display: block;
    overflow: hidden;
}

.cause-item__title a:hover {
    color: #333;
}

.cause-item .date {
    margin-bottom: 30px;
    padding: 0 20px;
}

.cause-item > p {
    margin-bottom: 30px;
    padding: 0 20px;
}

.cause-item__all {
    display: block;
    padding: 20px 0;
    margin: 0 20px 0 20px;
    text-align: center;
    font-size: 1.6rem;
    border-top: 1px solid #cecece;
    color: #08499d;
}

.index-map {
    padding: 40px 0;
}

.index-map .sub-map {
    position: relative;
    overflow: hidden;
    height: 555px;
}

.city-caption {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
}

.city-caption h3 {
    margin: 0 0 40px 0;
    color: #08499d;
    font-size: 2.4rem;
}

.city-caption p {
    margin-bottom: 20px;
}

.index-map .buble {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    background: #6AACE9;
    position: absolute;
}

.index-map .buble span {
    background: #6AACE9;
    background: rgba(106, 172, 233, 0.85);
    border-radius: 3px;
    height: 21px;
    color: #FFF;
    text-align: center;
    line-height: 21px;
    position: absolute;
    top: -30px;
    padding: 0 12px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    z-index: 20;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.index-map .buble:hover span {
    display: block;
}

.index-map .sub-map svg {
    margin-top: -50px;
}

.index-map path {
    fill: #C9E5F5;
}

.index-map path:hover {
    fill: #FFEBD3;
    stroke-width: 2px;
    cursor: pointer;
}

.footer-top {
    height: 102px;
    background: url('../img/bg-footer-top.png') repeat-x;
    border-bottom: 1px solid #4d4d4d;
}

.footer-menu {
    text-align: center;
    line-height: 102px;
}

.footer-menu__item {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 40px;
    color: #999;
}

.footer-menu__item:hover,
.footer-menu__item:focus {
    color: #fff;
}

.footer-bottom {
    padding: 10px 0;
    background-color: #282c35;
}

.footer-bottom p {
    margin: 0;
    text-align: center;
    color: #999;
}

.network {
    text-align: center;
    margin-top: -28px;
    margin-bottom: 14px;
}

.network__item {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 5px;
    text-align: center;
    line-height: 36px;
    background-color: #282c35;
    border: 1px solid #4d4d4d;
    color: #999;
    border-radius: 8px;
}

.network__item:hover,
.network__item:focus {
    color: #fff;
}

.time-block {
    float: left;
    width: 848px;
    margin-right: 14px;
    min-height: 477px;
    border: 1px solid #cecece;
    background-color: #fff;
}

.time-block {
    width: 100%;
    margin: 0;
    float: none;
}

.time-block__cat {
    font-family: 'PT Sans', sans-serif;
    padding: 20px;
    font-weight: 300;
    text-align: center;
    font-size: 2rem;
    font-style: italic;
    border-bottom: 1px solid #cecece;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.time-block__cat:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-image: url(../img/r-h3.png);
    top: 0;
    bottom: 0;
    left: 206px;
    margin: auto;
}
.time-block__cat:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-image: url(../img/r-h3.png);
    top: 0;
    bottom: 0;
    right: 206px;
    margin: auto;
}

.time-block__content {
    height: 280px;
}

.time-block__img {
    float: left;
    width: 360px;
    height: 280px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.time-block__text {
    float: left;
    padding: 30px;
    width: calc(100% - 380px);
    height: 280px;
    border-bottom: 1px solid #cecece;
    margin-right: 20px;
}

.time-block__time {
    position: relative;
    padding: 0 40px;
}

.btn-time {
    position: absolute;
    cursor: pointer;
    font-size: 2.4rem;
    color: #08499d;
    height: 117px;
    line-height: 117px;
}

.btn-time.prev {
    top: 0;
    left: 10px;
}

.btn-time.next {
    top: 0;
    right: 10px;
}

.time-block__link {
    display: block;
    /*border-left: 1px solid #cecece;*/
    border-right: 1px solid #cecece;
}

.time-block__s1 {
    display: block;
    color: #08499d;
    font-size: 1.2rem;
}

.time-block__s2 {
    display: block;
    color: #08499d;
    font-size: 2rem;
}

#owl-time .item {
    padding: 26px 0px;
    margin: 10px 0;
    color: #FFF;
    text-align: center;
}

.customNavigation {
    text-align: center;
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.index-line {
    margin: 50px 0;
    border-color: #e2e2e2;
}

.infographics-block {
    float: left;
    width: 848px;
    min-height: 487px;
    border: 1px solid #cecece;
    background-color: #fff;
}

.infographics-block {
    width: 100%;
    float: none;
}

.infographics-block__cat {
    font-family: 'PT Sans', sans-serif;
    padding: 20px 0;
    font-weight: 300;
    text-align: center;
    font-size: 2rem;
    font-style: italic;
    border-bottom: 1px solid #cecece;
    margin: 0 20px;
}

.infographics-block__all {
    display: block;
    padding: 20px 0;
    margin: 0 20px 0 20px;
    text-align: center;
    font-size: 1.6rem;
    border-top: 1px solid #cecece;
    color: #08499d;
}

#infograph {
    position: relative;
    width: 100%;
    height: 359px;
}

.infograph-caption {
    /*position: absolute;
    top: 180px;
    left: 40px;*/
    text-align: center;
}

.infograph-caption img {
    max-width: 100%;
}

.infograph-caption > p {
    position: relative;
    line-height: 22px;
    height: 22px;
    padding-left: 40px;
}

.color-box {
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
}

.color-box.color1 {
    background-color: #f04335;
}

.color-box.color2 {
    background-color: #4cab51;
}

.color-box.color3 {
    background-color: #0d469d;
}

tspan {
    font-weight: 300;
}

.slider-department {
    margin: 80px 0;
}

.owl-department {
    position: relative;
    padding: 0 40px;
}

.btn-department {
    position: absolute;
    cursor: pointer;
    font-size: 2.4rem;
    color: #08499d;
    height: 140px;
    line-height: 140px;
}

.btn-department.prev {
    top: 0;
    left: 10px;
}

.btn-department.next {
    top: 0;
    right: 10px;
}

.department-block__img {
    float: left;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.department-block__img img {
    max-width: 100px;
    max-height: 120px;
}

.department-block__text {
    padding: 15px;
    float: left;
    width: 140px;
    height: 140px;
    background-color: #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url(../img/department-img.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.r-h3 {
    position: relative;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
}

.r-h3:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-image: url(../img/r-h3.png);
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.r-h3:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-image: url(../img/r-h3.png);
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.r-h3:hover:before,
.r-h3:hover:after {
    background-image: url(../img/r-h3-hover.png);
}

.clearfix {
    clear: both;
}

.no-mp {
    padding: 0;
    margin: 0;
}

.fotorama__arr {
    display: none !important;
}

.fotorama:hover .fotorama__arr {
    display: block !important;
}

.news-list {
    padding: 0px;
    border: 1px solid #cecece;
    background-color: #fff;
}

.news-list__item {
    list-style-type: none;
    border-bottom: 1px solid #cecece;
    padding: 15px;
}

.news-list__item > a {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.news-list__item > a:hover {
    text-decoration: underline;
    color: #333;
}

.news-list__cat {
    font-family: 'PT Sans', sans-serif;
    padding: 15px 0;
    margin: 0 20px 20px 20px;
    font-weight: 300;
    text-align: center;
    font-size: 2rem;
    font-style: italic;
    border-bottom: 1px solid #cecece;
    list-style-type: none;
}

.fff {
    background-color: #fff;
}

.breadcrumbs {
    margin-top: 40px;
    color: #777;
}

.breadcrumbs a {
    display: inline-block;
    margin-right: 10px;
    color: #777;
}

.breadcrumbs a:after {
    display: inline-block;
    margin-left: 10px;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-pager {
    display: inline-block;
    padding-left: 0;
}

.custom-pager > li {
    list-style-type: none;
    display: inline;
}

.custom-pager > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.custom-pager > li > a:hover,
.custom-pager > li.active > a {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.custom-pager > li:first-child > a {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.custom-pager > li:last-child > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.custom-pager > li.first,
.custom-pager > li.last {
    display: none;
}

.pagination {
    display: block;
    text-align: center;
}

.block {
    width: 580px;
}

.block-filter {
    *width: 520px;
    float: right;
    margin-bottom: 0px;
    margin-top: 40px;
    background-color: transparent;
    border-color: transparent;
    z-index: 1;
}

.news-block--page {
    /*background: url('../img/bg-up2.png') repeat-x top center, url('../img/bg-down.png') repeat-x bottom center;1*/
    background-color: #f9f9f9;
    padding-bottom: 40px;
}

.news-block--page .title-block {
    margin-top: 20px;
    width: calc(100% - 20px);
}

.h1-afisha {
    margin-bottom:20px;
}
.afisha-list {
    padding: 0px;
    border: 1px solid #cecece;
    background-color: #fff;
}

.afisha-list__cat {
    font-family: 'PT Sans', sans-serif;
    padding: 15px 0;
    margin: 0 20px 20px 20px;
    font-weight: 300;
    text-align: center;
    font-size: 2rem;
    font-style: italic;
    border-bottom: 1px solid #cecece;
    list-style-type: none;
}

.afisha-list__item {
    list-style-type: none;
    border-bottom: 1px solid #cecece;
    padding: 15px;
}

.afisha-list__item a {
    display: block;
    font-size: 1.4rem;
}

.afisha-picker {
    border: 1px solid #cecece;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.afisha-picker .datepicker {
    margin: 0 auto;
}

.btn-my {
    color: #08499d;
    border: 1px solid #08499d;
    box-shadow: none !important;
    border-radius: 0;
    margin-bottom: 20px;
}

.btn-my:hover,
.btn-my:focus {
    color: #fff;
    background-color: #08499d;
}

.left-col {
    padding: 20px;
    border: 1px solid #cecece;
    background-color: #fff;
}

#owl-tour .item {
    position: relative;
    margin: 3px;
    height: 180px;
}

#owl-tour .item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 180px;
}

#owl-tour .item .hover {
    text-align: center;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 180px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 15px;
}

#owl-tour .item .hover p {
    height: 100px;
}

#owl-tour .item:hover .hover {
    display: block;
}

#owl-palette .item {
    margin-right: 20px;
    border: 1px solid #cecece;
}

#owl-palette .item .image {

}

#owl-palette .item .desc {
    display: block;
    float: right;
    width: calc(100% - 140px);
    height: 140px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portlet-content {
    margin-bottom: 40px;
}

.portlet-content .cause-item__title a {
    height: auto;
}

.portlet-content .cause-item__text {
    height: 66px;
    overflow: hidden;
    padding: 0 20px;
    margin-bottom: 40px;
}

.portlet-content .cause-item__img {
    background-position: center top;
    -webkit-background-size: contain;
    background-size: contain;
}

.test-block {
    height: 180px;
    background-color: #fff;
    border: 1px solid #cecece;
    margin-bottom: 20px;
}

.test-block__col-1-2 {
    width: 50%;
    float: left;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 178px;
    padding: 15px;
}

.test-block__col-1-2 > h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.test-block__col-1-2 > h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 2rem;
}

.test-block__col-1-2 > h4 > a {
    color: #08499d;
}

.test-block__col-1-2 > p {
    font-size: 1.4rem;
}

.test-block__col-1-2 > img {
    height: 100%;
}

.virtual {

}

.carousel-3d {
    position: relative;
    margin: 0 auto;
    width: 630px;
    height: auto;
    border: none;
    overflow: hidden;
}

.carousel-3d .slides {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    position: relative;
    overflow: visible;
}

.carousel-3d .nextButton, .carousel-3d .prevButton {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 46px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    margin-top: -23px;
    background: url('../img/footer-control.png');
    cursor: pointer;
}

.carousel-3d .nextButton {
    right: 0px;
    background-position: -13px 0;
}

.carousel-3d .prevButton {
    left: 0px;
    background-position: 0 0;
}

.carousel-3d .slides .slideItem {
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: none;
}

.carousel-3d .slides .item {
    position: relative;
    color: #FFF;
    /* font-size: 16px; */
    text-align: center;
    font-weight: 300;
    display: table;
    width: 100%;
}

.carousel-3d .slides .slideItem img {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
}

.carousel-3d .slides .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url('../img/overlay-yellow.png');
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.carousel-3d .slides > div:hover .hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.carousel-3d .slides .hover .relative {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 66%;
    margin: auto;
}

.carousel-3d .slides hr {
    border: 0;
    height: 1px;
    background: #FFF;
    /* margin: 15px 40px; */
}

.carousel-3d .slides .slideItem a {
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.cat-title {
    position: relative;
    margin: 0;
    line-height: 68px;
    text-align: center;
    background-position: center right;
    background-repeat: no-repeat;
}

.line-cat {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.portlet-content__item {
    float: left;
    width: 413px;
    height: 200px;
}

.portlet-content__item:nth-child(2) {
    margin: 0 20px;
}

.portlet-content__item > .img {
    float: left;
    width: 160px;
    height: 200px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.portlet-content__item > .text {
    position: relative;
    float: right;
    padding: 15px;
    width: calc(100% - 180px);
    height: 200px;
    /*border: 1px solid #cecece;*/
    background-color: #fff;
}

.portlet-content__item > .text .arrow {
    position: absolute;
    left: -11px;
    top: 50%;
    margin-top: -11px;
    z-index: 2;
    display: inline-block;
    width: 0px;
    height: 0px;
    vertical-align: middle;
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(255, 255, 255, 1);
}

.portlet-content__item > .text h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 2rem;
}

.portlet-content__item > .text h4 a {
    color: #08499d;
}

.portlet-content__item > .text p {
    font-size: 1.4rem;
}

.portlet-content__item > .text .more {
    display: block;
    text-align: right;
    font-size: 1.4rem;
    color: #08499d;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.cat-slider {
    padding: 38px 0 45px 0;
}

.cat-news {
    min-height: 400px;
}

.cat-news:nth-child(4) {
    margin-right: 0;
}

.cat_1 {
    color: #ef4335;
    background-image: url('../img/nav-ico1.png');
}

.cat_2 {
    color: #9727ad;
    background-image: url('../img/nav-ico2.png');
}

.cat_3 {
    color: #2091ed;
    background-image: url('../img/nav-ico3.png');
}

.cat_4 {
    color: #0c489e;
    background-image: url('../img/nav-ico4.png');
}

.cat_5 {
    color: #009184;
    background-image: url('../img/nav-ico5.png');
}

.cat_6 {
    color: #663ab5;
    background-image: url('../img/nav-ico6.png');
}

.cat_7 {
    color: #febd09;
    background-image: url('../img/nav-ico7.png');
}

.cat_8 {
    color: #50aa53;
    background-image: url('../img/nav-ico8.png');
}
.cat_9 {
    color: #ed144c;
    background-image: url('../img/nav-ico9.png');
    background-size: 30px;
}

.cat_1 hr {
    color: #ef4335;
    border-color: #ef4335;
}

.cat_2 hr {
    border-color: #9727ad;
}

.cat_3 hr {
    border-color: #2091ed;
}

.cat_4 hr {
    border-color: #0c489e;
}

.cat_5 hr {
    border-color: #009184;
}

.cat_6 hr {
    border-color: #663ab5;
}

.cat_7 hr {
    border-color: #febd09;
}

.cat_8 hr {
    border-color: #50aa53;
}

.cat_9 hr {
    border-color: #ed144c;
}

.palette-item {
    float: left;
    width: 464px;
    height: 140px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.palette-item:nth-child(2n) {
    margin-right: 0;
}

.palette-item__img {
    float: left;
    width: 180px;
    height: 140px;
    overflow: hidden;
}

.palette-item__text {
    position: relative;
    float: left;
    margin: 30px 0;
    background-color: #ef4335;
    height: 80px;
    line-height: 50px;
    width: calc(100% - 180px);
    color: #fff;
    padding: 15px;
    font-size: 2rem;
}

.palette-item__arrow {
    position: absolute;
    left: -11px;
    top: 50%;
    margin-top: -11px;
    z-index: 2;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid #ef4335; /*цвет стрелки*/

}

.inversion .palette-item__img {
    float: right;
}

.inversion .palette-item__text {
    float: left;
}

.inversion .palette-item__arrow {
    right: -11px;
    left: auto;
    border-right: 0px solid rgba(0, 0, 0, 0);
    border-left: 11px solid #ef4335; /*цвет стрелки*/
}

.title-block--h1 {
    color: #ef4335;
    margin-bottom: 0;
    background-position: center right;
    background-repeat: no-repeat;
}

.title-block--h1 .h2-block {
    background-color: #fff;
    font-size: 3.4rem;
}

.title-block--h1 hr {
    border-width: 2px;
    top: 2px;
    width: calc(100% - 60px);
}

.title-block--h1 .h2-block:before,
.title-block--h1 .h2-block:after {
    background: none;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background-color: #000;
    top: 6px;
}

.cat_1 .h2-block {
    color: #ef4335;
}

.cat_1 .h2-block:before,
.cat_1 .h2-block:after {
    background-color: #ef4335;
}

.cat_2 .h2-block {
    color: #9727ad;
}

.cat_2 .h2-block:before,
.cat_2 .h2-block:after {
    background-color: #9727ad;
}

.cat_3 .h2-block {
    color: #2091ed;
}

.cat_3 .h2-block:before,
.cat_3 .h2-block:after {
    background-color: #2091ed;
}

.cat_4 .h2-block {
    color: #0c489e;
}

.cat_4 .h2-block:before,
.cat_4 .h2-block:after {
    background-color: #0c489e;
}

.cat_5 .h2-block {
    color: #009184;
}

.cat_5 .h2-block:before,
.cat_5 .h2-block:after {
    background-color: #009184;
}

.cat_6 .h2-block {
    color: #663ab5;
}

.cat_6 .h2-block:before,
.cat_6 .h2-block:after {
    background-color: #663ab5;
}

.cat_7 .h2-block {
    color: #febd09;
}

.cat_7 .h2-block:before,
.cat_7 .h2-block:after {
    background-color: #febd09;
}

.cat_8 .h2-block {
    color: #50aa53;
}

.cat_8 .h2-block:before,
.cat_8 .h2-block:after {
    background-color: #50aa53;
}

.cat_9 .h2-block {
    color: #ed144c;
}

.cat_9 .h2-block:before,
.cat_9 .h2-block:after {
    background-color: #ed144c;
}

#carousel3d {
    width: 800px;
    height: 152px;
}

#carousel3d img {
    cursor: pointer;
}

#virtual-next {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 3rem;
    right: 0;
    color: #08499d;
    top: 0;
    bottom: 0;
    margin: auto;
}

#virtual-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 3rem;
    left: 0;
    color: #08499d;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ins-item {
    float: left;
    width: 580px;
    height: 180px;
    margin: 0 10px 20px 10px;
}

.ins-item__desc {
    max-height: 34px;
    overflow: hidden;
}

.ins-item__img {
    float: left;
    width: 220px;
    height: 180px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ins-item__text {
    float: right;
    width: calc(100% - 220px);
    height: 180px;
    border: 1px solid #cecece;
    background-color: #fff;
    padding: 15px;
}

.ins-item__text > h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.8rem;

    height: 3.96rem;
    overflow: hidden;
}

.ins-item__text > h3 > a {
    color: #337ab7;
}

.ins-item__text > p {
    font-size: 1.2rem;
}

.ins-item__text .date {
    font-size: 1.2rem;
}

.ins-item--full {
    float: left;
    width: 1260px;
    margin: 0 10px 20px 10px;
    border: 1px solid #cecece;
    background-color: #fff;
    width: 1180px;
}

.ins-item--full > .ins-item__img {
    width: 620px;
    height: 178px;
    -webkit-background-size: cover;
    background-size: cover;
    width: 580px;
}

.ins-item--full > .ins-item__text {
    width: 620px;
    border: none;
    background-color: transparent;
    width: 595px;
}

.title-block--page {
    width: calc(100% - 20px) !important;
    margin-left: auto;
    margin-right: auto;
}

.record-block {
    padding: 40px 0;
}

.record-block h1 {
    margin-top: 0;
    font-size: 2.4rem;
    color: #08499d;
}

.record-block__content {
    width: 800px;
    margin: 0 auto;
}

.record-block__content-text a {
    font-weight: bold;
    color: black;
    border-bottom: 1px solid #df0000;
}

.record-block__content > h1 {
    margin-bottom: 40px;
}

.record-block__banner {
    margin-bottom: 40px;
}

.carousel-3d__item {
    position: relative;
    display: inline-block;
    width: 600px;
    height: 300px;
    overflow: hidden;
}

.carousel-3d__content {
    position: absolute;
    width: 400px;
    top: 50px;
    left: 180px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    padding: 15px;
}

.carousel-3d > li:first-child .carousel-3d__content {
    left: 50px;
}

.carousel-3d__content a {
    color: #fff;
}

.mini-cause-item .cause-item {
    min-height: 415px;
}

.filter-breadcrumbs {
    float: left;
    /*margin-top: -38px;
    margin-left: 10px;*/

    margin-top: 55px;
    margin-left: 0;
}

.social > ul {
    padding: 0;
}

.social > ul > li {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
    margin-top: -10px;
    vertical-align: middle;
}

.social > ul > li img {
    width: 40px;
    height: 40px;
    margin-top: 14px;
}
.afisha-social > ul > li img {
    margin-top: -4px;
}
.afisha-social > ul > li > p {
    padding-top: 18px;
}

.institution-social > ul > li > p {
    padding-top: 20px;
}

.record-block__gal {
    margin-bottom: 40px;
}

.afisha-block {
    margin-bottom: 40px;
}

.afisha-block img {
    float: left;
    margin-right: 40px;
}

.afisha-block__desc {
    position: relative;
    float: right;
    width: calc(100% - 240px);
}

.afisha-block__desc h1 {
    margin-bottom: 30px;
}

.afisha-block__desc .date {
    font-size: 1.6rem;
    color: #333;
}

.afisha-block__desc .price {
    font-size: 1.6rem;
}

.afisha-block__desc .price > span {
    padding-left: 16px;
}

.afisha-items__item {
    position: relative;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 44px;
    border: 2px solid #08499d;
    border-radius: 100%;
    color: #08499d;
    background-color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 240px;
}

.afisha-items__item > .hint {
    position: absolute;
    display: none;
    top: -2px;
    right: -1px;
    width: 190px;
    height: 46px;
    border-radius: 22px;
    border: 2px solid #08499d;
    border-right: none;
    padding-left: 30px;
    padding-right: 50px;
    font-size: 12px;
    line-height: 1;
    justify-content: center;
    align-items: center;
}

.afisha-items__item:hover > .hint {
    display: flex;
}

.afisha-social {
    margin-top: 40px;
}

.afisha-left {
    border: 1px solid #cecece;
    background-color: #fff;
    min-height: 200px;
}

.afisha-left {
    padding: 20px;
}

.afisha-left h3 {
    margin-top: 0;
}

.afisha-content {
    padding-right: 20px;
}
.afisha-block_left {
    float:left;
}
.afisha-block_left img {
    float:none;
}

.desc-block__left {
    width: 50%;
    float: left;
}

.desc-block__right {
    width: 50%;
    float: left;
}

.page-breadcrumbs {
    margin-top: 0;
    margin-bottom: 40px;
}

.ppp {
    height: 44px;
    overflow: hidden;
    padding: 0 20px;
    margin-bottom: 28px;
}

.cat-slider img {
    width: 1280px;
    height: 310px;
    display: block;
}

.ico-dropmenu {
    position: absolute;
    top: 0;
    right: -10px;
    width: 60px;
    height: 40px;
}

.ico-dropmenu.open {
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
}

.ico-dropmenu .dropdown-toggle {
    display: block;
    width: 60px;
    height: 40px;
}

.ico-dropmenu .dropdown-menu {
    left: auto;
    right: 0;
}

.table-none td {
    border-top: none !important;
}

.preview-list {
    background: #fff;
    padding: 15px 7px 1px;
    margin: 40px 0;
}

.preview-list ul {
    padding: 0;
}

.preview-list li {
    width: 20%;
    float: left;
    list-style-type: none;
}

.preview-list .item1 {
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
    width: 221px;
    margin: 0 auto 14px;
    position: relative;
    display: block;
    text-decoration: none;
}

.preview-list .image1 {
    width: 221px;
    height: 221px;
}

.preview-list .info1 {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    background: url('../img/gallery-info.png') repeat-x;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
}

.preview-list .title1 {
    font-weight: 500;
    margin: 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 67px;
}

.preview-list .desc1 {
    background: url('../img/gallery-desc.png') top center repeat-x;
    padding: 5px 10px 0;
    margin-bottom: 5px;
    display: none;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 67px;
}

.preview-list .date1 {
    font-size: 12px;
    background: #5F6369;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
}

.slider {
    background: #fff;
    padding: 1px 0;
}

.slider .jcarousel-wrapper {
    position: relative;
    margin: 0;
    height: 366px;
    margin: 15px;
    width: auto;
}

.slider .jcarousel {
    position: relative;
    overflow: hidden;
    width: 673px;
    height: 366px;
    float: left;
    width: 620px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    position: relative;
}

.jcarousel-control-prev, .jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 16px;
    height: 61px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    background: url('../img/slide-control.png');
}

.jcarousel-control-prev {
    left: 16px;
    background-position: 0 0;
}

.jcarousel-control-next {
    right: 16px;
    background-position: -16px 0;
}

.jcarousel-control-next {
/ / right : auto;
/ / left : 640 px;
}

.information-block {
    width: 560px;
    height: 366px;
    position: absolute;
    right: 0;
    top: 0;
    width: 520px;
}

.slider .info2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0px;
    background: transparent;
    padding: 0;
    font-weight: 300;
}

.slider .date2 {
    background: #5F6369;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    padding: 5px;
    text-align: center;
    margin-bottom: 40px;
}

.slider .link2 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
    border-bottom: 0;
}

.slider .desc2 {
    padding-top: 35px;
    color: #282D35;
    font-size: 14px;
    line-height: 21px;
}

.preview-list.video-list li {
    width: 20%;
    float: left;
}

.preview-list.video-list .info1 {
    bottom: 0;
}

.form-search {
    position: absolute;
    top: -22px;
    right: -32px;
    height: 34px;
}

.form-search__input {
    width: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-image: url(../img/search-icon.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    border: none;
    box-shadow: none;
    padding-left: 30px;

}

.form-search__input:hover {
    cursor: pointer;
}

.form-search__input:focus {
    width: 220px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    padding-left: 40px;
    cursor: text;
}

.preview-list-in {
    background: #fff;
    padding: 15px 7px 0;
}

.preview-list-in ul {
    padding: 0;
}

.preview-list-in li {
    width: 20%;
    float: left;
    list-style-type: none;
}

.preview-list-in .item1 {
    width: 240px;
    /*
    height: 174px;
    */
    display: block;
    margin: 0 auto 14px;
}

.preview-list-in .item1 img {
    width: 240px;
    /*
    height: 174px;
    */
    border: 2px solid #E2E2E2;
}

.votes-list ul {
    padding: 0;
    list-style: none;
}

.votes-list li {
    width: 50%;
    float: left;
    margin-top: 20px;
}

.votes-list li .widget.project {
    margin-right: 10px;
}

.widget.project {
    position: relative;
}

.widget.project .block {
    height: 140px;
}

.widget .block {
    background: #fff;
    margin-top: 14px;
    position: relative;
}

.votes-list li .widget .block {
    margin-top: 0;
}

.widget.project .image {
    width: 140px;
    height: 140px;
    float: left;
    margin-right: 0;
}

.votes-list li .widget.project .desc {
    max-height: 126px;
}

.widget.project .desc {
    font-weight: 300;
    padding: 7px 15px;
    line-height: 21px;
    max-height: 115px;
    overflow: hidden;
}

.book-list ul {
    padding: 0;
}

.book-list li {
    width: 50%;
    float: left;
    list-style-type: none;
}

.book-list .item {
    color: #FFF;
    background-color: #08499d;
    border-radius: 3px;
    height: 96px;
    padding: 0 10px 0 5px;
    margin: 14px 14px 14px 0;
    display: block;
}

.book-list .image {
    float: left;
    height: 96px;
    padding: 14px 0 13px;
}

.book-list .desc {
    float: left;
    font-size: 16px;
    font-weight: 300;
    vertical-align: middle;
    height: 96px;
    padding-left: 8px;
    width: calc(100% - 90px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.book-tabs .tab-content {
    background: #fff;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    min-height: 171px;
    position: relative;
    border: 1px solid #ddd;
    border-top: none;
}

.book-tabs .tab-content .image {
    float: left;
    margin-right: 17px;
    width: auto;
    height: auto;
}

.book-tabs .tab-content .tab-pane .desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}

.book-tabs .tab-content .tab-pane .author {
    font-size: 16px;
    line-height: 25px;
}

.book-tabs .tab-content .tab-pane .name-book {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 7px;
    line-height: 25px;
}

.book-tabs .tab-content .readmore {
    font-size: 13px;
    font-weight: 400;
    display: block;
    padding: 0;
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 15px;
}

.event ul {
    padding: 0;
}

.event li {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-top: 16px;
    list-style-type: none;
}

.event li:nth-child(2n) {
    margin-left: 2%;
    width: 48%;
    margin-right: 0;
}

.event .item.small {
    padding-left: 0;
    height: 225px;
    position: relative;
    background-color: #fff;
}

.event .small .image {
    position: relative;
    float: left;
    width: 120px;
    height: auto;
    margin: 0 17px 5px 0;
    left: 0;
    top: 0;
}

.event .small .txt {
    padding-left: 0;
    font-size: 16px;
    color: #006FAB;
    font-weight: 300;
    line-height: 21px;
    padding: 7px 17px 0;
    max-height: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.event .small .txt a {
    font-weight: 500;
}

.event .small .desc {
    padding-left: 0;
    font-size: 14px;
    color: #006FAB;
    font-weight: 300;
    line-height: 21px;
    padding: 7px 17px 0;
    max-height: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.event .small .date {
    color: #282D35;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 17px 10px;
}

.event .small .readmore {
    position: absolute;
    top: auto;
    bottom: 12px;
    right: 0;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    float: right;
    padding: 0 20px 0px;
}

.ratings-item {
    position: relative;
    float: left;
    width: 630px;
    height: 200px;
    margin: 0 20px 20px 0;
    background-color: #000;
}

.ratings-item img {
    opacity: .7;
}

.ratings-item:nth-child(2n) {
    margin-right: 0;
}

.ratings-item__text {
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    text-align: center;
}

.ratings-item__text h4 {
    font-size: 3rem;
}

.ratings-item__text a,
.ratings-item__text p {
    color: #fff;
}

.ratings-block {
    float: left;
    width: 590px;
    height: 200px;
    background-color: #fff;
    margin: 0 20px 20px 0;
    position: relative;
}

.ratings-block:nth-child(2n) {
    margin-right: 0;
}

.ratings-block__img {
    display: block;
    float: left;
    width: 200px;
    height: 200px;
}

.ratings-block__text {
    padding: 20px;
    float: left;
    width: 300px;
    height: 100px;
}

.ratings-block__text h4 {
    font-size: 2rem;
}

.ratings-block__number {
    float: left;
    width: 130px;
    height: 80px;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.ratings-block__number > span {
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.fff {
    width: 20px;
    background-color: #f9f9f9;
}

.truncated-tags {
    position: relative;
    height: 22px;
    overflow: hidden;

}

.show_more {
    position: absolute;
    top: 0;
    right: 7px;
    cursor: pointer;
}

.lira-content h2 {
    margin-top: 0;
    margin-bottom: 40px;
}

.lira-content__img {
    margin-bottom: 40px;
}

.polls-block {
    width: 400px;
    margin: 0 auto;
}

.polls-block > h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}

.votes-question-list .votes {
    border-bottom: 0;
    margin-bottom: 30px;
}

.polls-block .votes .question {
    position: relative;
    background: #F1F1F1;
    border-radius: 10px;
    padding: 8px 15px;
    margin-bottom: 10px;
    margin-top: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
}

.polls-block .votes .question .ico {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 10px solid #F1F1F1;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    position: absolute;
    bottom: -10px;
    top: auto;
    left: 52px;
}

.votes > .question {
    margin-bottom: 20px;
    background: #F1F1F1;
    border-radius: 10px;
    padding: 8px 15px;
    margin-top: 0;
    display: inline-block;
}

.news-list--institution a {
    margin-bottom: 0px;
    font-size: 1.6rem;
}

.news-list--institution .news-list__item {
    padding: 10px 15px;
}

.institutions-content {
    padding-right: 20px;;
}

.institutions-cat {
    position: relative;
    float: left;
    margin-right: 25px;
    margin-bottom: 40px;
}

.institutions-list {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
}

.institutions-list td {
    padding: 0 0 10px;
}

.institutions-list .first {
    font-weight: bold;
    width: 75px;
    display: block;
    float: left;
}

h2.institutions-page {
    margin-top: 0;
    margin-bottom: 40px;
}
h1.institutions-page {
    margin-top: 0;
    margin-bottom: 40px;
    font-size:30px;
}

.desc-mini__text {
    height: 100px;
    overflow: hidden;
}

.votes-question-list .numb {
    color: #006FAC;
    font-weight: 500;
}

.polls-block .votes li label {
    color: #006FAC;
    font-weight: 300;
    padding-left: 35px;
    margin: 15px 0 15px 0;
    display: block;
    position: relative;
    cursor: pointer;
}

.polls-block .votes label .iradio {
    position: absolute;
    left: 0;
    top: 0;
}

.iradio {
    background-position: 0 0;
}

.icheckbox, .iradio {
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url('../img/input.png') no-repeat;
    border: none;
    cursor: pointer;
}

.polls-block li {
    list-style-type: none;
}

.polls-block ul {
    padding-left: 0;
}

.polls-block .finish {
    text-align: center;
}

.progress_vote .progress {
    background: none repeat scroll 0 0 #006FAC;
    float: left;
    height: 28px;
    position: relative;
}

.progress_vote .percent {
    line-height: 2;
    padding-left: 10px;
    position: absolute;
    right: -60px;
    width: 50px;
}

.polls-block .progress {
    overflow: visible;
}

.swiper-container {
    width: 1200px;
    height: 310px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.infograf-desc {
    background-color: #fff;
    padding: 15px;
    margin: 25px 0 5px 0;
}

.infograf-desc > p {
    margin: 0;
}

.days-item {
    background-color: #666;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    margin-right: 5px;
}

.days-item.is-select {
    background-color: #08499d;
}

.posrel {
    position: relative;
}

.btn-like {
    display: inline-block;
    position: absolute;
    padding: 10px;
    border: 1px solid #50aa53;
    color: #50aa53;
    top: 0;
    right: 0;
    font-size: 14px;
}

.btn-like:hover,
.btn-like:focus {
    color: #fff;
    background-color: #50aa53;
}

.white-popup-block {
    background: #FFF;
    padding: 50px 30px 20px 30px;
    text-align: left;
    max-width: 660px;
    margin: 40px auto;
    position: relative;
}

.gallery_item {
    position: relative;
    height: 300px;
}

.gallery_text {
    position: absolute;
    width: 600px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #fff;
    padding: 15px;
    text-align: center;

    -webkit-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
    -moz-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
    -ms-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
    transform: translate3d(0, 0, 0) skew(20deg, 0deg);

    opacity: 0;
}

.gallery_text a {
    color: #fff;
}

.gallery_text:first-child .carousel-3d__content {
    left: 50px;
}

.content_slider {
    width: 1200px;
}

.gallery_text h4 {
    font-size: 3rem;
    text-transform: uppercase;
    padding: 30px 0;
    border-bottom: 2px solid #fff;
    width: 400px;
    margin: 0 auto 40px auto;
}

.gallery_text p {
    font-size: 2rem;
    font-weight: 300;
}

.gallery_bg {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: opacity 500ms linear;
    -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
    -o-transition: opacity 500ms linear;
}

.gallery_content .gallery_item:first-child:hover .gallery_text {
    padding-left: 160px;
}

.cc-4-4 .news-item:nth-child(4n) {
    margin-right: 0;
}

.gallery_item:hover .gallery_text,
.gallery_item:hover .gallery_bg {
    opacity: 1;
}

.blog-btn {
    color: #08499d;
    border: 2px solid #08499d;
    border-radius: 24px;
    padding: 7px 15px;
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-top: 4px;
    float: right;
}

.blog-btn:hover {
    color: #fff;
    background-color: #08499d;
}

.comment {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #cecece;
}

.mfp-close {
    color: #333;
}

.names-widget {
    overflow: hidden;
}

.names-widget__list {
    margin: 0 -20px;
}

.name-widget__list::after {
    content: '';
    display: table;
    clear: both;
}

.names-widget__item {
    float: left;
    width: 33.333333%;
    padding: 0 20px;
    height: 200px;
    margin: 0 0 30px;
}

.names-widget__item-pic {
    float: left;
    width: 160px;
    height: 200px;
/ / line-height : 200 px;
    text-align: center;
}

.names-widget__item-pic-img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.names-widget__item-desc {
    margin: 0 0 0 180px;
    position: relative;
    background: #fff;
    padding: 15px;
    height: 200px;
}

.names-widget__item-desc._with-arrow::before {
    content: '';
    position: absolute;
    left: -11px;
    top: 50%;
    margin-top: -11px;
    z-index: 2;
    display: inline-block;
    width: 0px;
    height: 0px;
    vertical-align: middle;
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(255, 255, 255, 1);
}

.names-widget__item-title {
    font-size: 2rem;
    margin: 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.names-widget__item-title-link {
    color: #08499d;
}

.names-widget__item-text {
    height: 115px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.2;
}

.names-widget__item-more {
    display: block;
    text-align: right;
    font-size: 1.4rem;
    color: #08499d;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.alt-version {
    background: #f9f9f9;
    padding: 10px 0;
}

.alt-version__link {

}

.alt-version__link:hover,
.alt-version__link:focus,
.alt-version__link:visited {
    color: #000;
}

.alt-version__icon {
    display: inline-block;
    font-size: 14px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #000;
    margin: 0 10px 0 0;
    background: #dedfe0;
}

.recall-form {
    margin: 20px 0;
}

.recall-form .form-group {
    padding: 0 20px 0 0;
}

.recall-form label {
    display: block;
}

.recall-form .buttons {
    display: block;
    margin: 20px 0;
}

.search-result {
    margin: 0 0 30px;
    border-left: 3px solid #cecece;
    padding: 10px 20px;
    font-size: 14px;
}

.search-result__title {
    font-size: 20px;
    margin: 0 0 10px;
}

.search-result__text {
    margin: 0 0 10px;
}

.search-result__info {
    margin: 0 0 10px;
}

.votes-question-list .question {
    position: relative;
    width:100%;
}

.votes-question-list .question .ico {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 10px solid #F1F1F1;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    position: absolute;
    bottom: -10px;
    top: auto;
    left: 52px;
}

.votes-question-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.votes-question-list .votes ul {
    margin: 0 auto;
    max-width: 500px;
}
.votes-question-list .answer-variants span {
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 8px 15px;
}
.vote-res-message {
    text-align: center;
}

.votes-question-list .answer-variants .your_answer {
    background: #FFDFE8;
}

.votes-question-list .answer-variants .true_answer {
    background: #CAE2FF;
}

.votes-question-list .answer-variants .your_true_answer {
    background: #D2F8DB;
}

.votes-question-list .finish {
    padding: 10px 0;
}

.votes-question-list .finish a {
    display: inline-block;
    margin: 0 0 15px;
}

.votes label {
    cursor: pointer;
    display: block;
    position: relative;
    color: #006FAC;
    font-weight: 300;
    margin: 15px 0 15px 54px;
    padding: 8px 15px 8px 35px;
    border-radius: 10px;
}

.votes .your_answer {
    background: #FFDFE8;
}

.votes .true_answer {
    background: #CAE2FF;
}

.votes .your_true_answer {
    background: #D2F8DB;
}

.progress {overflow:unset;}

.interview .cause-item {
    min-height: 487px;
}

.gallery-item .short-descr {
    margin-bottom: 10px;
    padding: 0 20px;
    height: 22px;
    overflow: hidden;
}

.teachers {
    padding-left: 8px;
    padding-right: 8px;
}
.teachers .widget.project .image img {
    max-width: 100%;
    max-height: 100%;
}
.teachers .widget.project .image img {
    display: block;
    object-fit: cover;
    width: 140px;
    height: 140px;
}


.card-horizontal__text .link {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.8rem;
    display: block;
    color: #337ab7;
}

.card-horizontal__descr {
    font-size: 1.2rem;
    max-height: 40px;
    overflow: hidden;
}

.meaningful-tags {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
}

.meaningful-tags::after {
    display: table;
    content: '';
    clear: both;
}

.meaningful-tags__item {
    float: left;
    margin: 0 15px 0 0;
    padding: 0 1em;
    color: #08499d;
    vertical-align: middle;
    line-height: 1;
    border-radius: 1.5em;
    padding: .25em 0;
    cursor: pointer;
}

.meaningful-tags__item:last-child {
    margin: 0;
}

.meaningful-tags__item-name {
    float: left;
}

.meaningful-tags__item-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #fff;
    margin: 0 0 0 .5em;
    position: relative;
    vertical-align: middle;
    float: left;
}

.meaningful-tags__item-icon::before,
.meaningful-tags__item-icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 80%;
    border-bottom: 1px solid #08499d;
    left: 10%;
}

.meaningful-tags__item-icon::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.meaningful-tags__item-icon::after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.meaningful-tags__item._is-selected {
    color: #fff;
    background: #08499d;
    border-radius: 2em;
    padding: .25em .5em;
}

.directions {

}

.directions__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.direction {
    height: 180px;
}

.direction__img {
    float: left;
    width: 220px;
    height: 180px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.direction__content {
    margin: 0 0 0 220px;
/ / float : right;
/ / width : calc(100 % - 220 px);
    height: 180px;
    border: 1px solid #cecece;
    background-color: #fff;
    padding: 15px;
}

.direction__header {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.8rem;
    height: 3.96rem;
    overflow: hidden;
}

.direction__footer {
    text-align: right;
}

.direction__link {
    color: #337ab7;
}

.direction__text {
    font-size: 1.2rem;
    height: 34px;
    overflow: hidden;
}

.name-content .photo {
    text-align: center;
}
.name-content .photo img {
    /*width: 100%;*/
    /*max-height: 400px;*/
    height: 800px;
    object-fit: cover;
    display: block;
    max-width: 100%;
}

.yandex-label ul {
    margin-top: 25px;
    list-style: none;
    padding-left: 0;
}

.yandex-label ul > li {
    display: inline-block;
    margin-right: 10px;
}
.news-block--page .news-item{
    min-height: 360px;
}
.actions-buttons {
    padding: 0 20px;
    margin-bottom: 8px;
}

.actions-buttons > .btn {
    display: inline-block;
    width: 48%;
    white-space: normal;
    line-height: 16px;
}

.simple-table {
    width:100%;
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin: 20px 0;
    border:#ccc 1px solid;
    border-collapse:separate;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    margin-top: 0px;
}


.simple-table th {
    font-weight:bold;
    padding:21px 25px 22px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-table th:first-child{
    text-align: left;
    padding-left:20px;
}
.simple-table tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
.simple-table tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
.simple-table tr{
    text-align: center;
    padding-left:20px;
}
.simple-table tr td:first-child{
    text-align: left;
    padding-left:20px;
    border-left: 0;
}
.simple-table tr td {
    padding:18px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-table tr:nth-child(even) td{
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-table tr:last-child td{
    border-bottom:0;
}
.simple-table tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.simple-table tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.simple-table tr:hover td{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

.simple-table a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
.simple-table a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
.simple-table a:active,
.simple-table a:hover {
    color: #bd5a35;
    text-decoration:underline;
}
select#regionSelectList {
    position: absolute;
    right: 400px;
}


.institutionFilter {
    padding:15px 10px;
    background: white;
    border: 1px solid #cecece;
}
.institutionFilter-item {
    margin-bottom:7px;
    padding:0 10px;
}
.institutionFilter a.active {
    color:#08499d;
}

.finish {
    text-align:center;
}
.finish .blog-btn {
    float:none;
}

.age_limit {
    display:flex;
    margin-top:20px;
    width:200px;
    flex-wrap:wrap;
}
.age_limit .afisha-items__item {
    margin-left: 0px;
    position: relative;
    margin-right: 10px;
}
.age_limit .afisha-items__item > .hint {
    right: -146px;
    border-right: 2px solid #08499d;
    border-left: 2px solid #08499d;
    padding-right: 30px;
    padding-left: 30px;
    background:white;
    z-index:1;
}
.age_limit-item {
    margin-right: 10px;
}
.age_limit-item:hover {
    width:190px;
}
.age_limit-item:hover .afisha-items__item > .hint {
    display: flex;
}

.kulturaLive {
    display: flex;
    padding: 7.5px 10px;
    padding-top: 8.5px;
    padding-bottom: 6.5px;
    background: #ed144c;
    border-radius: 7px;
    text-transform: uppercase;
    color: white;
    font-size: 15px;
    align-items: center;
    font-family: Roboto;
    font-weight: bold;
}
.kulturaLive:hover, .kulturaLive:focus {
    color:white;
}
.kulturaLive .kultura_2 {
    margin: 0 3px;
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 100%;
    position: relative;
    top: -1px;
}

.meaningful-tags__item-name .kulturaLive {
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 4px;
}
.meaningful-tags__item-name .kulturaLive .kultura_2 {
    width: 12px;
    height: 12px;
    top: 0;
}
.kulturaLive_no-selected {
    background: transparent;
    color: #ed144c;
}
.kulturaLive_no-selected:hover, .kulturaLive_no-selected:focus {
    background: transparent;
    color: #ed144c;
}
.kulturaLive_no-selected .kultura_2 {
    background: #ed144c;
}

.live_filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    min-height: 24px;
}
.live_filter-item {
    text-transform: uppercase;
    margin-right: 3px;
    color: #08499d;
    padding: 2px 7px;
    border-radius: 6px;
    font-size: 14px;
    transition: 0.2s;
}
.live_filter-item.active {
    background: blue;
    color: white;
}
.live_filter-item:hover, .live_filter-item:focus {color: black;}

/*----Live Category---*/
.live_nav_container {
    width: 40%;
    background: #8f1136;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.live_nav_container .cat_item a {
    display: inherit;
}

.live_nav_container .cat_item {
    width: 50%;
    /* height: 71px; */
    /* padding: 10px; */
    /* background: #ffffff24; */
    display: flex;
    max-height: 100px;
    align-items: center;
    transition: all ease-in-out 0.1s;
}

.live_nav_container .cat_item h3 {
    font-size: large;
    display: inline-block;
    font-weight: 800;
}

.live_nav_container .cat_item img {
    filter: invert(1);
    width: 44px;
    padding: 5px;
    /* height: 44px; */
}

.live_nav_container .cat_item .desc {
    color: lightgray;
    font-size: small;
}

.live_nav_container .cat_item .cat_name {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.live_nav_container .cat_name h3 {
    display: inline-block;
    margin: 0;
    color: aliceblue;
}

.live_nav_container .cat_item:hover, .live_nav_container .cat_item.active_item {
    background: #ffffff24;
    /* color: black; */
    /* transform: scale(1.08); */
    border-left: 6px solid #ffffff88;
}

/*==================*/



/* #region Section Gallery */
.section__gallery {
    padding         : 35px 0 45px;
    background-color: var(--light-gray);
  }
  
  .section__gallery__inner {
    display       : flex;
    flex-direction: column;
  }
  
  .gallery__pictures {
    padding              : 0;
    margin               : 0;
    list-style-type      : none;
    display              : grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows       : minmax(300px, 1fr);
    column-gap           : 25px;
    row-gap              : 25px;
  }
  
  .gallery__pictures>li {
    display: flex;
  }
  
  .gallery__pictures a {
    display        : flex;
    align-items    : center;
    justify-content: center;
    filter         : grayscale(.5);
    transition     : filter 300ms ease, transform 300ms ease-in-out;
  }
  
  .gallery__pictures a:hover,
  .gallery__pictures a:focus {
    filter   : grayscale(0);
    transform: scale(1.05);
  }
  
  .gallery__pictures img {
    width          : 100%;
    height         : 100%;
    object-fit     : cover;
    object-position: center center;
    border-radius  : 7px;
  }
  
  /* #endregion */
  
  /* #region Section Cards */
  .section__cards {
    padding: 45px 0;
  }
  
  .section__cards__inner {
    display       : flex;
    flex-direction: column;
  }
  
  .cards__list {
    display              : grid;
    grid-template-columns: 100%;
    row-gap              : 45px;
  }
  
  .cards__item {
    display              : grid;
    grid-template-columns: 35% 1fr;
    align-items          : center;
    column-gap           : 50px;
    row-gap              : 25px;
  }
  
  .cards__item.cards__item--reverse {
    grid-template-columns: 1fr 35%;
  }
  
  .cards__item.cards__item--reverse>.cards__item__picture {
    grid-column: 2;
    grid-row   : 1;
  }
  
  .cards__item__picture {
    display        : flex;
    align-items    : center;
    justify-content: center;
  }
  
  .cards__item__picture>img {
    width        : 100%;
    height       : 100%;
    max-height   : 500px;
    object-fit   : contain;
    border-radius: 7px;
    box-shadow   : 0 0 11px 0 rgba(0, 0, 0, 0.15);
  }
  
  .cards__item__text {
    padding       : 25px 0;
    display       : flex;
    flex-direction: column;
    text-align    : left;
  }
  
  .cards__item.cards__item--reverse .cards__item__text {
    text-align: right;
  }
  
  .cards__item__text>*:not(:last-child) {
    margin-bottom: 1rem;
  }

  
/* #region Section Video */
.section__video {
    padding: 45px 0;
  }
  
  .section__video__inner {
    display       : flex;
    flex-direction: column;
  }
  
  .section__video__inner>iframe {
    border       : 1px solid var(--gray);
    box-shadow   : 0 1px 11px 0 rgba(0, 0, 0, 0.15);
    overflow     : hidden;
    border-radius: 7px;
  }
  
  .section__video__text {
    padding   : 15px;
    font-size : 14px;
    text-align: center;
  }

  
/* #region Section UI */
.section__title {
    text-align     : center;
    font-size      : 42px;
    line-height    : 1;
    font-weight    : 400;
    font-style     : italic;
    margin         : 0 0 45px;
    position       : relative;
    display        : flex;
    align-items    : center;
    justify-content: center;
  }
  
  
  
  .section__title>p {
    width           : 100%;
    position        : relative;
    z-index         : 2;
    padding         : 0 10px;
    display         : block;
  }
  
  .calendar__links {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      height: auto;
      position: relative;
  }

  .calendar__links > img{
      position: relative;
      z-index: 1;
  }

  .calendar__links > div{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      background-color: #f9f9f9;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      visibility: hidden;
        opacity: 0;
        transition:  visibility 100ms ease, opacity 150ms ease;
        z-index: 2;
        padding: 30px;
        text-align: center;
  }

  .calendar__links:hover > div, .calendar__links:focus-within > div{
      opacity: .8;
      visibility: visible;
  }


   .calendar__links > div > a{
       color: #000;
       font-size: 22px;
       font-weight: 400;
       line-height: 1.25;
       text-decoration: underline;
   }

   .calendar__links > div > a:hover, .calendar__links > div > a:focus{
       color: #08499d;
       text-decoration: none;
   }

   .calendar__links > div > a:not(:last-child){
       margin-bottom: 15px;
   }

   .telegram-h-icon {

   }
   .ok-h-icon {

   }

   .telegram-f-icon {

   }
   .ok-f-icon {

   }