@import url('/tpl/fnt/montserrat/stylesheet.css');

:root {
    --red: #DA296D;
    --red-hover: #fa2f7d;
    --blue: #01A2D9;
    --blue-hover: #04bdfc;
    --yellow: #FFEE02;
    --yellow-hover: #fff047;
    --purple: #491F47;
    --purple-hover: #80367c;
    --text: #555;
    --text-gray: #999;
}


* {
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    padding: 0;
    margin: 0;
}

html {
    min-height: 100%;
}

body {
    background: #ddd url("/tpl/img/mixer3.jpg") no-repeat center fixed;
    background-size: cover;
    color: var(--text);
    font-size: 12pt;
    padding-top: 60px;
}

#loadline {
    height: 4px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 0;
    transition: width 5s, opacity .3s;
    background: var(--blue);
    opacity: 0;

}

._loading #loadline {
    width: 100%;
    opacity: 1;

}

::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background: #25292D;
}

#attach ::-webkit-scrollbar {
    background: #fff;
}


::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 5px;

}


a {
    color: #555;
    text-decoration: none;
    transition: opacity .3s, color .3s;

}

a:hover {
    color: var(--blue);
}

.page p a, .home a {
    color: var(--blue);
}

.page p a:hover {
    color: var(--red);
}

hr {
    clear: both;
    height: 0;
    border: 0;
    background: none;
}

hr.sep {
    height: 20px;
}


.inset {
    width: 1200px;
    margin: 0 auto;
}

h1, h2, h3, h4 {
    /*font-family: Days, sans-serif;*/
    font-weight: bold;
    margin: 20px 0 20px 0;
}

h1 {
    margin: 0;
    font-size: 24pt;
    padding: 5px 0 20px 0;
    color: var(--blue);

}

h2 {
    font-size: 18pt;
}

h3 {
    font-size: 16pt;
}

h4 {
    font-size: 14pt;
}

p {
    margin: 10px 0;
    /*line-height: 16pt;*/
}


a.header {
    display: block;
    /*font-weight: bold;*/
    color: var(--text);
    margin: 0 0 20px 0;
    font-size: 16pt;
    height: 25px;
    line-height: 25px;
}

a.header i {
    float: right;
    font-style: normal;
    font-weight: normal;
}

a.header:hover {
    color: var(--blue);
}


a.more {
    float: right;
    line-height: 25px;
    font-size: 10pt;
}


#progress {
    height: 4px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 0;
    transition: width 5s, opacity .3s;
    background: var(--blue);
    opacity: 0;

}

._loading #progress {
    width: 100%;
    opacity: 1;

}

#wrapper {
    /*min-width: 1220px;*/
    /*overflow: hidden;*/
}


.area {
    padding: 40px 0;

}

.area.white {
    background: #fff;
}


.hidden {
    display: none !important;
}

/*
----------------------------------------------------------------------- */
#nav {
    height: 60px;
    background: #25292D linear-gradient(to right, #212737, #343B52);
    overflow: hidden;
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 200;
    transition: box-shadow .3s;
}

._scroll #nav {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

#show_menu {
    height: 40px;
    margin-top: 10px;
    float: left;
    margin-right: 40px;
    padding: 0;
    width: 30px;
    background-size: 30px;
}


#nav a {
    display: block;
    text-decoration: none;
    color: #fff;
    opacity: 1;
    transition: opacity .3s;
}


#nav a:hover {
    opacity: .8;
}


#nav .menu {
    position: fixed;
    top: 60px;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #25292D linear-gradient(to top, #212737, #343B52);
    z-index: 300;
    padding: 10px 0;
    transition: transform .3s;

    overflow-y: auto;
}

#nav .menu::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

._menu .menu {
    transform: translateX(300px);
}

#nav .menu a {
    padding: 10px 20px 10px 43px !important;
    font-size: 12pt;
    border-left: 5px solid transparent;
    background-position: 15px 50%;
}


#nav .menu a.active {
    opacity: 1;
    border-color: var(--red);
}


#nav .social {
    float: left;
    margin-left: 40px;
}

#nav .social a {
    display: block;
    float: left;
    width: 24px;
    height: 30px;
    margin: 15px 10px 0 0;
    padding: 0;
    background-size: 24px auto;

}

#nav .fm {
    display: block;
    float: left;
    margin-top: 15px;
    background-size: 25px;
    padding-left: 30px !important;
}

#nav .fm i {
    display: block;
    font-style: normal;
    font-size: 8pt;
    text-align: center;
    text-transform: uppercase;
    color: #ccc;
    line-height: 10px;
}

#nav .fm b {
    display: block;
    font-weight: normal;
    font-size: 14pt;
    text-align: center;
    line-height: 20px;
}

/*
----------------------------------------------------------------------- */
#player {
    height: 60px;
    line-height: 60px;
    float: right;

}


#player .play {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    background-color: var(--red);
    border-radius: 100%;
    background-position: 50% 50%;
    padding: 0;
    display: block;
    float: right;
    margin-left: 10px;
    transition: background-color .3s;
}

#player .play:hover {
    opacity: 1;
    background-color: var(--red-hover);
}

._playing #player .play._play {
    background-color: var(--blue);
}

._playing #player .play._play:hover {
    background-color: var(--blue-hover);
}

#player .image {
    display: block;
    float: right;
    width: 60px;
    height: 60px;
    background: no-repeat center;
    background-size: cover;
    margin-left: 10px;
    /*border-radius: 5px;*/
}

#player .track {
    font-weight: normal;
    display: block;
    float: right;
    line-height: 20px;
    margin-top: 10px;
    text-align: right;
    font-size: 10pt;
    max-width: 500px;
}

#player .track i {
    display: block;
    font-style: normal;
    color: #BEC1C7;
    font-size: 8pt;
    height: 20px;
    overflow: hidden;
}

#player .track .title {
    display: block;
    font-weight: normal;
    height: 20px;
    overflow: hidden;
}

/*
----------------------------------------------------------------------- */

#header {
    padding: 20px 0;
    background: #fff;
    overflow: hidden;
}

#header .logo {
    height: 120px;
    width: auto;
    float: left;
    margin: -10px 40px -10px 0;
    position: relative;
}


#header .contacts {
    float: right;
    text-align: right;
    padding-top: 20px;
}

#header .contacts .title {
    display: block;
    font-weight: normal;
    font-size: 16pt;
    line-height: 25px;
    height: 25px;
    color: var(--blue);
}

#header .contacts .tel {
    font-size: 20pt;
    display: block;
    font-weight: 300;
    line-height: 25px;
    height: 25px;
}

#header .contacts .tel i {
    font-size: 12pt;
    font-style: normal;
    font-weight: 400;
}

#slogan {
    position: relative;
    margin: 0 234px;
    height: 100px;

}

#slogan .item {
    display: block;
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 32pt;
    text-transform: uppercase;
    background: linear-gradient(45deg, var(--blue) 40%, var(--red) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

#slogan .item.active {
    transform: translateY(300px);
    transition: .5s cubic-bezier(0.34, 1.3, 0.7, 1);
}

#slogan .item.change {
    transform: translateY(300px);
    transition: .3s;
    opacity: 0;

}

/*
----------------------------------------------------------------------- */
#slider {
    display: block;
    position: relative;
    padding: 40px 0;
}


#slider .items {
    position: relative;
    padding-top: 40%;
}

#slider .item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s;
}

#slider .item.active {
    z-index: 10;
    opacity: 1;
}


#slider .item .status {
    padding: 0 20px;
    display: block;
    background: var(--blue);
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    opacity: .8;
}

#slider .item .progress {
    display: block;
    float: right;
    margin-left: 20px;
    font-style: normal;
    /*color: var(--blue);*/
    font-weight: normal;
    /*color: #fff;*/

}

#slider .item .when {
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    margin-right: 20px;
}

#slider .item.online .status {
    background: var(--red) linear-gradient(45deg, var(--blue) 20%, var(--red) 80%);
    padding-left: 70px;

}

#slider .item.prev .status {
    background: #999;
}

#slider .item .image {
    display: block;
    background: #eee no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}


#slider .item .play {
    width: 40px;
    height: 40px;
    margin: 20px;
    float: right;
    background-color: var(--red);
    background-position: center;
    padding: 0 !important;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    bottom: 10px;
}


#slider .control {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, .3);
    background-position: center;
    padding: 0 !important;

    background-size: 24px;
    margin-top: -30px;
    border-radius: 100%;
    transition: .3s;
    cursor: pointer;
    z-index: 15;
}

#slider .control:hover {
    background-color: rgba(0, 0, 0, .5);
}

#slider .control.left {
    left: 20px;
}

#slider .control.right {
    right: 20px;
}

/*
----------------------------------------------------------------------- */


#main {
    background: #fff;
    padding: 40px 0;
}


/*
----------------------------------------------------------------------- */

#articles .items {
    margin: 0 -10px;
}

#articles .item {
    display: block;
    float: left;
    color: #555;
    width: 386px;
    margin: 0 10px 20px 10px;
    background: #fff;
    border-radius: 5px;
    padding-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: .3s;
}

#articles.programs .item {
    width: 590px;
}


#articles .item:hover {
    color: var(--blue);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

#articles .item .image {
    display: block;
    padding-top: 56.25%;
    border-radius: 5px 5px 0 0;
    background: #eee no-repeat center;
    background-size: cover;
    margin-bottom: 20px;

}

#articles.programs .item .image {
    padding-top: 40%;
}

#articles .item .date {
    display: block;
    font-style: normal;
    color: #777;
    font-size: 10pt;
    margin-bottom: 5px;
    padding: 0 20px;
}

#articles .item .title {
    display: block;
    font-weight: bold;
    font-size: 14pt;
    padding: 0 20px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

#articles.programs .item .title {
    height: 40px;
}


#articles .folder_image {
    display: block;
    background: no-repeat center;
    background-size: cover;
    padding-top: 40%;
    margin-bottom: 20px;
    border-radius: 5px;
}

.contest #articles .item {
    box-shadow: none;
    margin-bottom: 0;
}

.contest #articles .item .title {
    padding: 0;
    height: auto;
}

.contest #articles .item .image {
    border-radius: 5px;
}


video {
    width: 100%;
    border-radius: 5px;
    outline: none;
}

#articles.programs .images{
    display: none;
}

    /*
    ----------------------------------------------------------------------- */
#tracks {

    background-size: cover;
    padding: 40px 0;
}


/*
----------------------------------------------------------------------- */

#footer {
    padding: 40px 0 180px 0;
    background: #25292D linear-gradient(to top, #212737, #343B52);
}

#footer .cols {
    margin: 0 -10px 40px -10px;
}

#footer .col {
    display: block;
    float: left;
    width: 386px;
    margin: 0 10px;
}

#footer a {
    display: block;
    color: #ccc;
    margin-bottom: 10px;
    font-size: 10pt;

}

#footer a:hover {
    color: #fff;
}

#footer .header {
    color: #ccc;
    display: block;
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 14pt;
}

#footer .cr {
    float: left;
    font-size: 8pt;
}

#footer .dev {
    float: right;
    font-size: 8pt;
}

#footer .license {
    font-size: 8pt;
    color: #999;
    margin-bottom: 20px;
}


/*
----------------------------------------------------------------------- */

.item-audio {
    height: 60px;
    margin-bottom: 20px;
    position: relative;
}

.item-audio .play {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    float: left;
    background-color: var(--red);
    background-position: center;
    padding: 0 !important;
    border-radius: 100%;
    transition: background-color .3s;
}


.item-audio .play:hover {
    background-color: var(--red-hover);
}

._playing .item-audio .play._play {
    background-color: var(--blue);
}


._playing .item-audio .play._play:hover {
    background-color: var(--blue-hover);
}


.item-audio .play.icon-error {
    background-color: var(--text-gray);
}

.item-audio .place {
    line-height: 60px;
    width: 40px;
    float: left;
    font-size: 24pt;
    font-weight: 300;
    text-align: center;
    margin-right: 10px;
}

.item-audio .image {
    height: 60px;
    width: 60px;
    display: block;
    margin-right: 10px;
    border-radius: 5px;
    float: left;
    background: #eee no-repeat center;
    background-size: cover;
}


.item-audio a {
    color: var(--text);
}

.item-audio .title {
    overflow: hidden;
    display: block;
    line-height: 20px;
    height: 40px;
    font-weight: bold;
}

._inner #chart .item-audio .title {
    padding-right: 10px;
}


.item-audio .title b {
    display: block;
    height: 20px;
    overflow-y: hidden;
}

.item-audio .title i {
    display: block;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    overflow-y: hidden;
}

.item-audio .progress {
    height: 5px;
    display: block;
    background: #eee;
    margin-left: 70px;
    /*margin-right: 40px;*/
    margin-top: 15px;
    position: relative;
    color: var(--blue);
    font-size: 8pt;
    transition: background-color .3s;
    border-radius: 5px;
}

.item-audio._playing .progress {
    background: var(--yellow);
}

.item-audio._playing .progress:hover {
    background: var(--yellow-hover);
}

.item-audio .date {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    width: 100px;
    font-style: normal;
    font-size: 8pt;
    color: var(--text-gray);

}

#chart .item-audio .progress {
    margin-left: 120px;
}

.item-audio._playing .progress {
    cursor: pointer;
}


.item-audio .progress .current {
    position: absolute;
    left: 0;
    bottom: 5px;
    font-style: normal;
    display: none;
}

.item-audio._playing .progress .current {
    display: block;
}

.item-audio .progress .duration {
    right: 0;
    bottom: 5px;
    position: absolute;
    font-style: normal;
    display: none;
}

.item-audio._playing .progress .duration {
    display: block;
}


.item-audio .progress .percent {
    background: var(--blue);
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    border-radius: 5px;
}


.item-audio .download {
    float: right;
    display: block;
    width: 18px;
    height: 40px;
    padding: 0 !important;
    margin-left: 10px;
}

.item-audio .like {
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid var(--blue);
    border-radius: 40px;
    background-position: center !important;
    cursor: pointer;
    transition: transform .3s, opacity .3s
}

.item-audio .like.loading {
    animation: rotate 1s linear infinite;
}

.item-audio .like.voted {
    transform: scale(2);
    opacity: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.item-audio .votes {
    position: absolute;
    left: 25px;
    top: 0;
    height: 20px;
    min-width: 20px;
    padding: 0 5px;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
    background: var(--blue);
    color: #fff;
    font-size: 10pt;
    z-index: 10;
}

/*
----------------------------------------------------------------------- */

#chart .left {
    padding-right: 10px;
    float: left;
    width: 50%;
}

#chart .right {
    padding-left: 10px;
    width: 50%;
    float: right;
}


._home #chart .items {
    background: #fff;
    padding: 20px 20px 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

#chart .notice {
    padding-top: 20px;
    font-size: 10pt;
}

#chart .notice a{
    color: var(--blue);
}

    /*
    ----------------------------------------------------------------------- */


#releases .items {
    margin: 0 -10px;
}

#releases .item {
    display: block;
    float: left;
    margin: 0 10px 20px 10px;
    width: 285px;
}

#releases .item .image {
    display: block;
    width: 100%;
    padding-top: 100%;
    border-radius: 5px;
    background: #eee no-repeat center;
    background-size: cover;
    margin-bottom: 10px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    /*transition: .3s;*/
}


#releases .item .play {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    float: left;
    background-color: var(--red);
    background-position: center;
    padding: 0 !important;
    border-radius: 100%;
}

#releases .item .title {
    display: block;
    line-height: 20px;
    transition: color .3s;
}

#releases .item .title i {
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

#releases .item .title b {
    display: block;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}


/*
----------------------------------------------------------------------- */

#podcasts .items {
    margin: 0 -10px;
}

#podcasts .item {
    float: left;
    width: 590px;
    margin: 0 10px 20px 10px;
}

/*
----------------------------------------------------------------------- */
._home #events {
    padding: 40px 0;
    background: #fff;
}

#events .items {
    margin: 0 -10px;
}

#events .item {
    display: block;
    float: left;

    width: 386px;
    margin: 0 10px 0 10px;

}


#events .item .nav {
    float: right;
    height: 25px;
    line-height: 25px;
}

#events .item .nav a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 !important;
    width: 18px;
    margin-left: 10px;
    opacity: .5;
}

#events .item .nav a:hover {
    opacity: 1;
}


#events .item .block {
    display: block;
    color: #555;
    background: #fff;
    border-radius: 5px;
    padding-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow .3s;
}

#events .item .image {
    display: block;
    padding-top: 56.25%;
    border-radius: 5px 5px 0 0;
    background: #eee no-repeat center;
    background-size: cover;
    margin-bottom: 20px;

}

#events .item .title {
    display: block;
    font-weight: bold;
    font-size: 12pt;
    padding: 0 20px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    transition: color .3s;
}

#events .item:hover .title {
    color: var(--blue);
}

#events .item:hover .block {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/*
----------------------------------------------------------------------- */
#message {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 0 20px;
    border-radius: 60px;
    z-index: 100;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    background: var(--red) linear-gradient(45deg, var(--blue) 30%, var(--red) 70%);
}

#message .title {
    display: block;
    height: 60px;
    line-height: 60px;
    background-size: 30px;
    padding-left: 40px !important;
    color: #fff;
    font-weight: normal;
    font-size: 14pt;
}

#message .avatar {
    display: none;
    position: absolute;
    width: 60px;
    border-radius: 60px;
    height: 60px;
    background: #eee no-repeat center;
    background-size: cover;
    left: -70px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);

}


/*
----------------------------------------------------------------------- */
.page {
    /*background: #fff;*/
    margin-bottom: 20px;
    /*padding: 10px;*/
    /*border-radius: 5px;*/
}

.page .text {
    margin-bottom: 20px;
}

.page .text img {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    max-width: 300px;
}

.page h2 {
    /*clear: both;*/
}

.page .inset {
    /*padding: 10px 0;*/
}

.page .image {
    display: block;
    float: left;
    width: 50%;
    height: auto;
    border-radius: 5px;
    /*min-height: 300px;*/
    margin: 0 20px 20px 0;
}

p {
    margin-bottom: 10px;
}

p:last-child {
    margin: 0;
}

#map {
    height: 535px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #eee url("/tpl/img/maps.svg") no-repeat center;
    background-size: auto 80px;
}

.page table {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
}

.page td {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 10px;
}

.page tr:nth-child(odd) {
    background: #f9f9f9;
}


.page.form {
    width: 350px;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 5px;
}


.page.form.wide {
    width: auto;
    padding: 10px 0 10px 10px;
}

.page.form.wide p {
    padding: 0 5px;
}

.page.form.wide input[type=text],
.page.form.wide input[type=email],
.page.form.wide input[type=date],
.page.form.wide label {
    float: left;
    margin: 0 10px 10px 0;
    width: 287px;
}

 ul,  ol {
    margin: 10px 0 10px 0;
    padding: 0 0 0 20px;
}

li {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.page h2:nth-of-type(1) {
    margin-top: 0;
}

/*
----------------------------------------------------------------------- */

#attach .images {
    margin: 40px 0;
    height: auto;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

#attach .images .item-image img {
    width: auto;
    height: 200px;
    display: inline-block;
    margin: 0 10px 10px 0;
    border-radius: 5px;
}

.zoom {
    cursor: url(/tpl/js/lightbox/zoom_in.png), pointer;
    /*margin: 0 10px 10px 0;*/
    /*max-width: 320px;*/
    /*border-radius: 5px;*/
}

#attach iframe {
    margin: 20px 0;
}

#attach .files {
    margin: 40px 0;
}

#attach .item-file {
    margin-bottom: 10px;
    display: block;
}

#attach .item-file:hover {
}

#attach .item-file .title {
    /*color: #526A7D;*/
    font-size: 14pt;
    font-weight: normal;
    line-height: 20px;
    display: block;
}

#attach .item-file:hover .title {
}

#attach .item-file .text {
    margin-left: 40px;
}

#attach .item-file .filetype {
    background: var(--blue);
    width: 30px;
    height: 40px;
    float: left;
    text-align: center;
    padding-top: 15px;
    border-radius: 5px 10px 5px 5px;
    position: relative;
    font-weight: normal;
}


#attach .item-file .filetype i {
    font-size: 9pt;
    font-style: normal;
    color: #fff;
}

#attach .item-file .info {
    font-size: 10pt;
    color: var(--text-gray);

}

#attach .item-file .info i {
    font-style: normal;
}

#attach .item-file .info b {
    margin-right: 20px;
}


/*
----------------------------------------------------------------------- */
#crumbs {
    /*background: #eee;*/
    overflow: hidden;
    font-size: 10pt;
    color: var(--text-gray);
    padding-top: 20px;
}

#crumbs a {
    color: var(--text-gray);
    display: block;
    float: left;
    text-decoration: none;

}

#crumbs a:hover {
    color: var(--blue);
}


#crumbs i {
    display: block;
    float: left;
    padding: 0 5px;

}


/*
----------------------------------------------------------------------- */

#peoples .items {
    margin: 0 -10px;
}

#peoples .item {
    display: block;
    float: left;
    width: 285px;
    margin: 0 10px 0 10px;
    height: 360px;
}

#peoples .item:hover {
    color: var(--blue);
}

#peoples .item .image {
    display: block;
    padding-top: 100%;
    border-radius: 100%;
    background: #eee no-repeat top center;
    background-size: cover;
    margin-bottom: 20px;
    transition: box-shadow .3s;
}

#peoples .item:hover .image {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}


#peoples .item .title {
    display: block;
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
    padding: 0 20px;
    line-height: 20px;
    overflow: hidden;
}

#peoples .role{
    display: block;
    font-style: normal;
    font-size: 12px;
    text-align: center;
    color: var(--text-gray);

}
#peoples .page .role{
    text-align: left;
}


/*
----------------------------------------------------------------------- */
#contacts .address {
    font-size: 14pt;
    margin-bottom: 10px;
}

#contacts .tel {
    display: block;
    font-size: 18pt;
}

/*
----------------------------------------------------------------------- */

#programs .items {
    margin: 0 -10px;
}

#programs .item {
    display: block;
    float: left;
    color: #555;
    width: 590px;
    margin: 0 10px 20px 10px;
    padding-bottom: 20px;
    transition: .3s;
}

#programs .item:hover {
    color: var(--blue);
}


#programs .item .image {
    display: block;
    padding-top: 40%;
    border-radius: 5px;
    background: #eee no-repeat center;
    background-size: cover;
    margin-bottom: 10px;
    transition: .3s;
}

#programs .item:hover .image {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}


/*
----------------------------------------------------------------------- */
#schedule .item {
    display: block;
    margin-bottom: 10px;
    /*height: 40px;*/
    /*line-height: 40px;*/
    min-height: 40px;
}

#schedule .item .time {
    display: block;
    float: left;
    width: 130px;
    font-size: 14pt;
    font-style: normal;
}

#schedule .item .image {
    display: block;
    height: 40px;
    width: 100px;
    float: left;
    margin-right: 10px;
    background: #eee no-repeat center;
    background-size: cover;
    border-radius: 5px;
}

#schedule .item .title {
    font-size: 14pt;
    font-weight: bold;
    /*height: 40px;*/
    overflow-x: hidden;
}

#schedule .days {
    margin-bottom: 40px;
}

#schedule .day {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    /*font-size: 14pt;*/
    background: #eee;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
}

#schedule .day.active {
    background: var(--blue);
    color: #fff;
}

#schedule .repeat {
    color: var(--text-gray);
    font-size: 10pt;
    font-style: normal;
    display: block;
    font-weight: normal;
}

/*
----------------------------------------------------------------------- */

.modal {
    position: fixed;
    bottom: 20px;
    right: -310px;
    background: #fff;
    width: 300px;
    overflow: auto;
    z-index: 250;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-height: 80%;
    transition: transform .3s;
}

.modal input {
    width: 100%;
}

._modal .modal {
    transform: translateX(-330px);
}

/*
----------------------------------------------------------------------- */
#black {
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.7) url('/tpl/img/close.svg') no-repeat right 20px top 80px;
    background-size: 40px;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s;
    /*transition-delay: .2s;*/
    cursor: pointer;

}


._black #black {
    width: 100%;
    height: 100%;
    opacity: 1;

}

/*
----------------------------------------------------------------------- */

#up {
    position: fixed;
    right: 20px;
    bottom: -80px;
    width: 60px;
    height: 60px;
    background: var(--blue) url("/tpl/img/up.svg") no-repeat center;
    background-size: 32px;
    border-radius: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: .3s;
    /*border: 2px solid #fff;*/

}

#up:hover {
    background-color: var(--blue-hover);
}

._scroll #up {
    bottom: 100px;
}


/*
----------------------------------------------------------------------- */

#paginator {
    margin: 40px 0;
    line-height: 40px;
    height: 40px;
}


#paginator a {
    display: block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 5px;
    text-decoration: none;
    color: #333;
    /*background: #fff;*/
}

#paginator b {
    display: block;;
    /*padding: 10px;*/
    float: left;
    margin-right: 5px;
    background: var(--blue);
    color: #fff;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 40px;
}

#paginator i {
    display: block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 5px;
}

#paginator a:hover {
    /*background: #fff;*/
    color: var(--blue-hover)
}

/*
----------------------------------------------------------------------- */
#notice {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: var(--blue);
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
    transform: translateX(calc(-100% - 20px));
    transition: .3s;
    z-index: 100;
}

#notice.view {
    transform: translateX(0);
}

/* реклама от опсосов
----------------------------------------------------------------------- */


center,
[id^="large-r-"],
[id^="medium-r-"],
[id^="txtblock-"] {
    display: none !important;
}