@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,700,300,900);
@font-face {
    font-family: 'Pipe';
    src: url('/assets/font/pipe/font.eot');
    src: url('/assets/font/pipe/font.eot?#iefix') format('embedded-opentype'), url('/assets/font/pipe/font.svg#pipe') format('svg'), url('/assets/font/pipe/font.woff') format('woff'), url('/assets/font/pipe/font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
    width: 100%;
    min-height: 100%;
}

body {
    width: 100%;
    font-family: "Open Sans", sans-serif, Arial;
    font-size: 100%;
    color: #000;
    background: #F8F8F8;
}

iframe {
    overflow: hidden;
    min-width: 100%;
    width: 100%;
}

::-webkit-input-placeholder {
    color: #B0B1B7;
    font-weight: 100;
}

::-moz-placeholder {
    color: #B0B1B7;
    font-weight: 100;
}

:-moz-placeholder {
    color: #B0B1B7;
    font-weight: 100;
}

:-ms-input-placeholder {
    color: #B0B1B7;
    font-weight: 100;
}

.companies .comp:nth-child(1) {
    max-width: 280px;
}

a:hover {
    color: #FF0445;
}

.christmas-tree,
.mobile-christmas-tree {
    display: none;
}

.container {
    margin: auto;
    min-width: 320px;
    overflow-x: hidden;
}

.content {
    margin: auto;
    max-width: 1240px;
    width: 100%;
}
.jp-audio {
    height: 100%;

}
/*.radio-player .jp-audio {
    width: 30%;
}*/
.nav {
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 600;
    height: 45px;
    padding-top: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.nav.nav-fix {
    height: 50px;
    padding: 10px 30px;
    z-index: 3;
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
    min-width: 320px;
    top: -200px;
}
.nav.nav-fix.nav-stick {
    top: -1px;
}
.nav.nav-fix .nav-fixed {
    max-width: 1240px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    width: 100%;
}
.nav.nav-fix .nav-fixed .radio-player {
    position: absolute;
    bottom: -105px;
    left: 0;
    width: 100%;
}
.nav .radio {
    float: left;
    cursor: pointer;
    background: url(/assets/images/ui/radio.png) left center no-repeat;
    padding-left: 30px;
    line-height: 30px;
}
.nav .radio:hover {
    color: #FF0445;
}
.nav .texts {
    float: right;
    cursor: pointer;
    background: url(/assets/images/ui/rasp.png) right center no-repeat;
    padding-right: 30px;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
    display: block;
    color: #2E2E2E;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 30px;
    background-position-y: 5px;
}
.nav .texts a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 32px;
}
.nav .texts a:hover {
    color: #FF0445;
}
.nav .texts:hover {
    color: #FF0445;
}
.nav .menu {
    overflow: hidden;
    width: auto;
    margin: 0 auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
}
.nav .menu ul {
    padding: 0;
    margin: 0;
    text-align: center;
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.nav .menu ul a {
    text-decoration: none;
    float: left;
    margin-right: 65px;
    color: #2e2e2e;
}
.nav .menu ul a:last-child {
    margin-right: 0;
}
.nav .menu ul a li {
    list-style: none;
    line-height: 28px;
}
.nav .menu ul a li:hover {
    color: #FF0445;
}

#radio-player2 {
    padding-right: 30px;
}

#menubut {
    width: 150px;
    height: 30px;
    position: absolute;
    top: 15%;
    left: 0;
    background: transparent url('../images/ui/menubut.png') no-repeat;
    background-position: -120px -30px;
    cursor: pointer;
    z-index: 1001;
    -webkit-transition: background-position-x 0.3s ease;
    -moz-transition: background-position-x 0.3s ease;
    -ms-transition: background-position-x 0.3s ease;
    -o-transition: background-position-x 0.3s ease;
    transition: background-position-x 0.3s ease;
}
#menubut:hover {
    background-position-x: 0;
}
#menubut.active {
    width: 30px;
    background-position: -120px -60px;
    left: 15%;
}
.logo-viewer {
    position: absolute;
    left: 50%;
    top: 0;
    background: url(/assets/images/index/logo.png) transparent center center no-repeat;
    width: 250px;
    height: 60px;
    display: block;
    z-index: 999999999999;
    margin-left: -125px;
    opacity: 0.2;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.logo-viewer:hover {
    opacity: 1;
    background: url(/assets/images/index/logo.png) #fff center center no-repeat;
}

.zoom-icon {
    top: 20px !important;
    right: 23px !important;
}

.pdf-download {
    position: absolute;
    right: 70px;
    top: 10px;
    display: block;
    z-index: 99999999999999;
    background: #ff0446;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}
.pdf-download:hover {
    background: #DD0A42;
    color: #fff;
}

.header {
    width: 100%;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
    height: 155px;
}
.header .head {
    font-size: 14px;
    height: 100px;
    border-bottom: 2px solid #EEEEEE;
    position: relative;
    padding-top: 27px;
}
.header .head a.logo {
    display: block;
    margin: auto;
    background: url(/assets/svg/logo.svg) center center no-repeat;
    background-size: contain;
    width: 211px;
    height: 41px;
    position: absolute;
    left: 50%;
    margin-left: -105.5px;
    top: 28px;
}
.header .head .right {
    float: right;
}
.header .head .left {
    float: left;
}
.header .head ul {
    padding: 0;
}
.header .head ul a {
    text-decoration: none;
    margin-right: 27px;
    float: left;
}
.header .head ul a:last-child {
    margin-right: 0;
}
.header .head ul li {
    color: #49494b;
    font-size: 14px;
    list-style: none;
}
.header .head ul li:hover {
    color: #FF0445;
}

.main {
    overflow: hidden;
    width: 100%;
}

.main-index {
    padding: 20px 0;
    width: 100%;
}
.main-index .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.main-index .main-blocks {
    float: left;
    padding-bottom: 20px;
    max-width: 937px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -7.5px;
}
.main-index .main-blocks .main-block-hot {
    height: 370px;
    max-width: 610px;
    float: left;
    background: url(/files/1.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    margin: 0 7.5px 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 610px;
        -ms-flex: 1 1 610px;
            flex: 1 1 610px;
    min-width: 297px;
}
.main-index .main-blocks .main-block-hot a {
    color: #ffffff;
    text-decoration: none;
}
.main-index .main-blocks .main-block-hot a:hover {
    text-decoration: underline;
}
.main-index .main-blocks .main-block-hot:hover h2 {
    color: #ffffff;
}
.main-index .main-blocks .main-block-hot-b {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 20px;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0), transparent);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0), transparent);
    width:100%;

}
.main-index .main-blocks .main-block-hot-b .category {
    float: none;
}
.main-index .main-blocks .main-block-hot-b .category span {
    font-size: 12px;
    display: block;
    position: relative;
    padding-left: 10px;
}
.main-index .main-blocks .main-block-hot-b .category span.science::before {
    content: '';
    width: 5px;
    height: 5px;
    float: left;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 100%;
    background: #B03AE3;
}
.main-index .main-blocks .main-block-hot-b .category span.weekdays::before {
    background: #F1C42C;
}
.main-index .main-blocks .main-block-hot-b .category span.future::before {
    background: #F21A16;
}
.main-index .main-blocks .main-block-hot-b h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 300;
    margin-top: 5px;
}
.main-index .main-blocks .main-block-hot-rel {
    position: relative;
    width: 100%;
    height: 370px;
}

.category {
    float: left;
}

.main-block {
    max-width: 296px;
    background: #fff;
    color: #000;
    margin: 0 7px 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 297px;
        -ms-flex: 0 1 297px;
            flex: 0 1 297px;
    min-height: 370px;
    min-width: 200px;

}
.main-block2 {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    display: none;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.main-block2.display {
    display: block;
}
.main-block2.visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.main-block a {
    text-decoration: none;
    color: #000000;
}
.main-block:hover h2 {
    color: #f90a4b;
}
.main-block:hover .image .overlay {
    opacity: 1;
}
.main-block-b {
    padding: 10px;
}
.main-block h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}
.main-block h3 {
    font-size: 14px;
    color: #797979;
    font-weight: 300;
    margin: 0;
    margin-top: 5px;
}
.main-block .image {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-height: 198px;
}
.main-block .image .overlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 198px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7) url(/assets/images/ui/ov.png) center center no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-block .image img {
    width: 100%;
}
.main-block-b-first {
    overflow: hidden;
    width: 100%;
}
.main-block-b-first .date {
    float: right;
    font-size: 10px;
    color: #a8a8a8;
    text-transform: uppercase;
    font-weight: 500;
}
.main-block-b-first .counter {
    font-size: 10px;
    color: #a8a8a8;
    text-transform: uppercase;
    font-weight: 500;
    float: right;
    margin-right: 20px;
}
.main-block-rel {
    position: relative;
}

.rightside {
    float: right;
    max-width: 303px;
    min-width: 303px;
    margin-left: 7px;
}
.rightside .block {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    padding: 0 0 0 15px;
    margin-bottom: 15px;
}
.rightside .block .block-head {
    font-size: 14px;
    text-transform: uppercase;
    color: #2e2e2e;
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    font-weight: 600;
    padding-top: 16px;
}
.rightside .block .block-body-news {
    height: 320px;
    overflow: hidden;
    position: relative;
}
.rightside .block .block-body-news:hover .beforez {
    opacity: 0;
    height: 20px;
}
.rightside .block .block-body-news .beforez {
    content: '';
    display: block;
    background: url(/assets/images/ui/arr.png) center center no-repeat;
    bottom: -10px;
    height: 35px;
    position: absolute;
    width: 90%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;


}
.rightside .block .block-body-news .item-news {
    border-bottom: 1px solid #EEEEEE;
    padding: 15px 0;
    width: 100%;
}
.rightside .block .block-body-news .item-news a {
    text-decoration: none;
    color: #000;
}
.rightside .block .block-body-news .item-news a:hover {
    color: #f90a4b;
    text-decoration: underline;
}
.rightside .block .block-body-news .item-news .date {
    font-size: 10px;
    color: #c9c9c9;
}
.rightside .block .block-body-news .item-news .text {
    font-size: 14px;
    margin-top: 2px;
}
.rightside .block .block-body-news .scroller {
    height: 100%;
    overflow-y: hidden;
}

.btn-load {
    cursor: pointer;
    width: 200px;
    height: 40px;
    padding-top: 8px;
    border: 1px solid #FF1942;
    border-radius: 30px;
    color: #FF1942;
    text-align: right;
    padding-right: 25px;
    position: relative;
    margin: auto;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.btn-load.active.waited {
    width: 40px;
}
.btn-load.active.waited .circle {
    width: 100%;
    background: url(/assets/images/oval.svg) center center no-repeat #FF1942;
    background-size: 40px 95%;
}
.btn-load.active.waited .circle:active {
    background: url(/assets/images/oval.svg) center center no-repeat #FF1942;
}
.btn-load:hover .circle {
    border-radius: 30px;
    width: 100%;
}
.btn-load.active .circle {
    width: 100%;
    border-radius: 30px;
    background: url(/assets/images/ui/dots.png) center center no-repeat #FF1942;
}
.btn-load:active .circle {
    width: 100%;
    border-radius: 30px;
    background: url(/assets/images/ui/dots.png) center center no-repeat #DA1236;
}
.btn-load .circle {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background: url(/assets/images/ui/dots.png) center center no-repeat #FF1942;
    position: absolute;
    top: -1px;
    left: 0px;
    -webkit-transition: width 0.3s ease, border-radius 0.1s ease;
            transition: width 0.3s ease, border-radius 0.1s ease;
}

.btn-wrapper {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.videos {
    background: url(/assets/images/ui/ra.png) repeat left top #2A2B2B;
    height: 400px;
    width: 100%;
    padding-top: 5px;
    overflow: hidden;
    padding: 0 15px;
}
.videos h2 {
    color: #fff;
    font-size: 20px;
    float: left;
    margin: 30px 0;
}
.videos .goto-videos {
    color: #8d8d8d;
    text-decoration: none;
    font-size: 14px;
    float: right;
    margin: 36px 0 0;
}
.videos .goto-videos:hover {
    color: #787878;
}

.video-slide {
    width: 300px;
    height: 240px;
    margin-right: 13px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.video-slide span.name {
    bottom: 5px;
    position: absolute;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.video-slide .category {

}

.video-slide .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 185px;
    overflow: hidden;
}
.video-slide img {
    width: 100%;
}
.video-slide:hover span.name {
    color: #B9B9B9;
}
.video-slide:hover .overlay {
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.video-slide:hover .overlay .ov-rel::before {
    content: '';
    background: url(/assets/images/ui/play.png) center center no-repeat;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
}
.video-slide .overlay {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 185px;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.video-slide .overlay .ov-rel {
    position: relative;
    width: 100%;
    height: 185px;
    display: block;
}
.video-slide .overlay .ov-rel::before {
    content: '';
    background: url(/assets/images/ui/play.png) center center no-repeat;
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
    z-index: 1;
}

.vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    background: url(/assets/images/ui/play.png) center center no-repeat;
    width: 50px;
    height: 50px;
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 60px;
    width: 52px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
    margin-left: -20px;
    margin-top: -25px;
}

.vjs-big-play-button:before {
    content: '';
    background: url(/assets/images/ui/play.png) center center no-repeat;
    display: block;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    outline: 0;
    border-color: transparent;
    background-color: transparent;
    -webkit-transition: all 0s;
            transition: all 0s;
}

.vjs-text-track-display {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.3);
}

.vjs-controls-disabled .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button, .vjs-error .vjs-big-play-button {
    display: none;
}

.video-js {
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}

.slick-track {
    height: 210px;
}
.ad-panel-edit-news{
    padding: 20px 10px;
    text-align: right;
    font-size: 14px;
}
.ad-panel-edit-news a {
    color: #ff1a44;
    text-decoration: none;
}

a.name-video {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    text-decoration: none;
    display: block;
    font-weight: 400;
}
a.name-video:hover {
    color: #FF1942;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
    width: 15px;
    height: 15px;
    margin-top: 0;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #FF1942;
    content: '';
    text-align: center;
    opacity: .25;
    color: #FF1942;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 3px;
}

.slick-list {
    padding-bottom: 10px;
}

.vjs-paused .vjs-big-play-button {
    display: block;
    z-index: 3;
}
.vjs-paused .vjs-poster {
    display: block;
    z-index: 2;
}

.video-slide:hover .vjs-big-play-button:before {
    content: '';
    background: url(/assets/images/ui/play.png) center center no-repeat;
    display: block;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
}

.prints {
    background: #F8F8F8;
    padding: 15px 0;
    min-height: 385px;
}
.prints h2 {
    font-size: 20px;
    margin-bottom: 35px;
}
.prints .left-prints {
    float: left;
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    margin-bottom: 35px;
    padding-right: 60px;
    max-width: 460px;
    min-width: 200px;
}
.prints .left-prints .img-print {
    margin-right: 38px;
    overflow: hidden;
    min-width: 187px;
    min-height: 250px;
    position: relative;

}
.prints .left-prints .img-print:hover .overlaymbmb {
    opacity: 1;
}
.prints .right-prints .img-print:hover .overlaymbmb {
    opacity: 1;
}
.overlaymbmb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    background: url(/assets/images/ui/loop.png) rgba(0, 0, 0, 0.7) center center no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.prints .left-prints .img-print img {
    width: 100%;
}
.prints .left-prints .head-print {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    width: 100%;
}
.prints .left-prints h3 {
    font-size: 20px;
    margin: 0;
    color: #0f1010;
    font-weight: 400;
    margin-right: 15px;
}
.prints .left-prints p {
    font-size: 20px;
    margin: 1px 0;
    color: #0f1010;
    font-weight: 400;
}
.prints .left-prints p.date {
    font-size: 16px;
    color: #868686;
    margin-top: 12px;
}
.prints .left-prints a.goto-arhiv {
    font-size: 12px;
    color: #a5a5a5;
    text-decoration: underline;
    padding-top: 6px;
}
.prints .left-prints a.goto-arhiv:hover {
    color: #FF1942;
}

.prints-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.slick-slide {
    outline: none !important;
}

.btn-download {
    cursor: pointer;
    width: 175px;
    height: 40px;
    padding-top: 7px;
    border: 1px solid #FF1942;
    font-size: 18px;
    border-radius: 30px;
    color: #FF1942;
    text-align: right;
    padding-right: 36px;
    position: relative;
    margin: 20px 0 5px;
}
.btn-download .circle {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background: url(/assets/images/ui/loop2.png) center center no-repeat #FF1942;
    position: absolute;
    top: -1px;
    left: 0px;
    -webkit-transition: width 0.3s ease, border-radius 0.1s ease;
            transition: width 0.3s ease, border-radius 0.1s ease;
}
.btn-download:hover .circle {
    width: 100%;
    border-radius: 30px;
}
.btn-download:active .circle {
    width: 100%;
    border-radius: 30px;
    background: url(/assets/images/ui/cloud.png) center center no-repeat #DA1236;
}

a.online {
    font-size: 14px;
    color: #9a9a9a;
    display: block;
    margin: auto;
    text-align: center;
    text-decoration: underline;
    -webkit-text-decoration-style: dashed;
       -moz-text-decoration-style: dashed;
            text-decoration-style: dashed;
}
a.online:hover {
    color: #FF1942;
}

.right-prints {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.right-prints .img-print {
    margin-right: 35px;
    overflow: hidden;
    height: 310px;
    position: relative;

}
.right-prints .img-print img {
    height: 100%;
}
.right-prints .head-print {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px;
    width: 100%;
}
.right-prints .head-print h3 {
    font-size: 20px;
    margin: 0;
    color: #0f1010;
    font-weight: 400;
    margin-right: 15px;
}
.right-prints .head-print a.goto-arhiv {
    font-size: 12px;
    color: #a5a5a5;
    text-decoration: underline;
    padding-top: 6px;
}
.right-prints .head-print a.goto-arhiv:hover {
    color: #FF1942;
}

.audio-js {
    display: none;
}

.print-item {
    float: left;
    margin: 10px;
}
.print-item .date {
    font-size: 14px;
    color: #9a9a9a;
    text-align: center;
    margin-bottom: 5px;
}
.print-item .date22 {
    font-size: 12px;
    color: #9a9a9a;
    text-align: center;
    margin-bottom: 5px;
}

.print-block {
    width: 108px;
    height: 145px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.print-block:hover .overlay {
    opacity: 1;
}
.print-block .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: url(/assets/images/ui/loop.png) rgba(0, 0, 0, 0.7) center center no-repeat;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.print-block img {
    height: 100%;
}

.podcasts-page .radio-image {
    background: url(/assets/images/index/headset.png) no-repeat top center #F8F8F8;
    width: 393px;
    height: 488px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.podcasts-page .radio-image .texts {
    bottom: 0;
    width: 100%;
    left: 0;
    position: absolute;
    padding: 25px 0;
}
.podcasts-page .radio-image .texts h2 {
    color: #339966;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
.podcasts-page .radio-image .texts h3 {
    font-size: 18px;
    color: #5f6c72;
    text-align: center;
    margin: 0;
    font-weight: 300;
}

.podcast-slide {
    width: 137px;
    cursor: pointer;
    margin-right: 7px;
}
.podcast-slide .name {
    text-align: center;
    font-size: 14px;
    color: #979797;
    margin-top: 10px;
}

.slick-track .podcast-slide {
    margin-right: 0;
    margin: auto;
}

.podcast-slide {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.podcast-slide.active .podcast-image {
    border: 4px solid #009D59;
}
.podcast-slide.active .name {
    color: #009D59;
}
.podcast-slide:hover .podcast-image {
    border: 4px solid #009D59;
}
.podcast-slide:hover .name {
    color: #009D59;
}

.podcast-image {
    border-radius: 100%;
    overflow: hidden;
    width: 137px;
    height: 137px;
    border: 4px solid #e5e5e5;
    margin-right: 68px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.podcast-image img {
    height: 100%;
}

.radio-right {
    float: left;
    margin-left: 50px;
    max-width: 796px;
    width: 100%;
}
.radio-right .mb-radio .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
}
.radio-right .mb-radio .head h2 {
    font-size: 18px;
    color: #010101;
    float: left;
    margin-bottom: 35px;
    margin-top: 0;
}
.radio-right .mb-radio .head a {
    float: right;
    font-size: 14px;
    color: #8d8d8d;
    text-decoration: none;
    height: 20px;
}
.radio-right .mb-radio .head a:hover {
    color: #FF1942;
}
.radio-right .mb-podcast .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.radio-right .mb-podcast .head h2 {
    font-size: 18px;
    color: #010101;
    float: left;
    margin-bottom: 35px;
}

.mb-podcast {
    margin-top: 50px;
}
.mb-podcast h2 {
    font-size: 18px;
    color: #010101;
    float: left;
}

.podcasts {
    background: #fff;
    padding: 50px 0;
}

.audiojs {
    width: 100%;
    height: 58px;
    background: transparent;
    overflow: visible;
    font-family: "Open Sans";
    font-size: 12px;
    background-image: transparent;
    box-shadow: none;
    color: #b4b4b4;
}
.audiojs .name-track {
    font-size: 18px;
    color: #000000;
}

.audiojs .play {
    background: url("/assets/images/ui/play2.png") center center no-repeat;
    width: 58px;
    height: 58px;
}

.audiojs .pause {
    background: url("/assets/images/ui/pause.png") center center no-repeat;
    width: 58px;
    height: 58px;
}

.audiojs .loading {
    background: url("/assets/images/ui/play2.png") center center no-repeat;
    width: 58px;
    height: 58px;
}

.audiojs .error {
    background: url("/assets/images/ui/play2.png") center center no-repeat;
    width: 58px;
    height: 58px;
}

.audiojs .play-pause {
    width: 58px;
    height: 58px;
    padding: 0;
    margin: 0px;
    float: left;
    overflow: hidden;
    border-right: none;
}

.audiojs .scrubber {
    position: relative;
    float: left;
    width: 100%;
    background: #e7e7e7;
    height: 5px;
    margin: 5px 0px 0;
    border-top: none;
    border-left: 0px;
    overflow: hidden;
    border-radius: 30px;
    border-bottom: 0px;
}

.audiojs .progress {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 0px;
    background: #009258;
    z-index: 1;
    background-image: none;
}

.audiojs .loaded {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 0px;
    background: #DFDFDF;
    background-image: none;
}

.audiojs .time {
    float: left;
    height: 22px;
    line-height: 22px;
    margin: 0;
    padding: 5px 6px 0px 0px;
    border-left: none;
    color: #fff;
    text-shadow: none;
    width: 100%;
}

.audiojs .time em.played {
    float: left;
    color: #b4b4b4;
}

.audiojs .time strong {
    float: right;
    color: #b4b4b4;
}

.right-player {
    float: left;
    width: 92%;
    padding-left: 20px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 28%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slider-podcasts {
    margin: auto;
    width: 90%;
}
.slider-podcasts a {
    text-decoration: none;
}

.slick-prev {
    top: 28%;
    left: -7%;
}

.slick-next {
    top: 28%;
    right: -7%;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    content: '';
    background: url(/assets/images/ui/prev.png) no-repeat center center;
    width: 50px;
    height: 50px;
    opacity: .75;
    color: white;
    display: block;
}

.slick-next:before {
    content: '';
    display: block;
    background: url(/assets/images/ui/next.png) no-repeat center center;
}

.sponsors {
    padding: 100px 0;
    background: #fff;
    border-top: 1px solid #EAEAEA;
}

.companies {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.companies .comp {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    margin-right: 0px;
    min-width: 190px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.companies .comp:nth-child(2) {
    max-width: 350px;
}
.companies .comp img {
    float: left;
}
.companies .comp span {
    float: left;
    margin-left: 10px;
}

.footer {
    overflow: hidden;
    width: 100%;
}
.footer-top {
    background: #EAEAEA;
    font-size: 14px;
    color: #5d5d5d;
    padding-top: 35px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 300px;
    padding-bottom: 35px;
}
.footer-top ul {
    padding: 0;
    margin: 0;
}
.footer-top ul a {
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
.footer-top ul li {
    list-style: none;
    font-size: 14px;
    color: #5d5d5d;
    text-decoration: none;
}
.footer-top ul li:hover {
    color: #000;
    text-decoration: underline;
}
.footer-top .content {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.footer-top .block {
    padding-right: 40px;
    min-width: 245px;
    margin-bottom: 25px;
}
.footer-top .block:last-child {
    padding-right: 0;
}
.footer-top .block .head {
    color: #000000;
    font-size: 16px;
    position: relative;
    padding-bottom: 8px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer-top .block .head::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 85px;
    height: 3px;
    background: #FD3563;
}
.footer-top .block .head::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 85px;
    width: 85px;
    height: 3px;
    background: #3b3b3b;
}
.footer-top .block.andnews {
    padding-right: 0;
    margin-right: 35px;
    width: 25%;
    min-width: 210px;
}
.footer-top .block.about {
    width: 30%;
    background: url(/assets/svg/logo-black.svg) top left no-repeat;
    background-size: 200px;
    padding-top: 45px !important;
    min-width: 390px;
    padding-right: 0;
    margin-right: 75px;
}
.footer-nav {
    background: #DEDEDE;
    color: #9f9f9f;
    font-size: 12px;
    padding-top: 13px;
    min-height: 40px;
    padding-bottom: 10px;
}
.footer-nav span.left {
    float: left;
}
.footer-nav span.right {
    float: right;
}
.footer-nav a {
    color: #9f9f9f;
}
.footer-nav a:hover {
    color: #FD3563;
}

.block-foot-fl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 1 1 390px;
        -ms-flex: 1 1 390px;
    flex: 1 1 390px;
}

.socializer {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
}

.icon-soc {
    background: url(/assets/images/ui/soc.png) center center no-repeat;
    width: 45px;
    height: 45px;
    background-position: 0 0;
    margin: 0 6px;
}
.icon-soc.vk {
    background-position: 0 0;
}
.icon-soc.fb {
    background-position: -46px 0px;
}
.icon-soc.tw {
    background-position: -92px 0;
}
.icon-soc:hover {
    background-position-y: -46px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 20px;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 10px;
    right: 0;
    bottom: 10px;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #464646;
    background-color: rgba(70, 70, 70, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.radio-player {
    background: #FF1A47;
    max-width: 1240px;
    height: 95px;
    margin: auto;
    position: relative;
    /*padding: 0px 0 0 30px;*/
}
.jp-type-single {
    height: 100%;
}
.jp-interface {
    height: 100% !important;
    padding-left: 0 !important;
}
.radio-player .jp-controls button {
    height: 95px;
    width: 95px;
}
.radio-player .jp-audio .jp-controls {
    padding: 0;
    width: 20%;
    float: left;
    min-width: 95px;
    max-width: 95px;
}
.jp-title-audio22 {
    width: 46%;
    position: static;
    max-width: 55%;
    float: left;
    margin-top: 4px;
}
.radio-player .jp-volume-bar-value {
    position: relative;
    background: #FFF;
    height: 20px;
}
.radio-player .jp-volume-bar-value::before {
    display: block;
    position: absolute;
    right: -1px;
    top: -4px;
    width: 3px;
    height: 13px;
    z-index: 1;
    background: #000;
    cursor: pointer;
}
.ui-slider-horizontal .ui-slider-handle {
    opacity: 0 !important;
}
.radio-player .jp-volume-bar {
    position: static;
    width: 85px;
    overflow: visible;
    height: 20px;
    float: right;
    margin: 4px 10px;

}
.ui-widget-content {
    border: none !important
}
.ui-slider .ui-slider-range {
    opacity: 0;
}
.radio-player .jp-volume-controls {
    right: auto;
    margin-right: 0;
    width: 48%;
    position: static;
    float: left;
    top: 38px;
    margin: 3px 10px;
    max-width: 180px;
    min-width: 172px;
}
.radio-player::before {
    width: 14px;
    height: 14px;
    content: '';
    position: absolute;
    top: -6px;
    left: 36px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #FF1A47;
    display: block;
}
.radio-player .audiojs .play {
    background: url("/assets/images/ui/play3.png") center center no-repeat;
    width: 58px;
    height: 58px;
}
.radio-player .audiojs .pause {
    background: url("/assets/images/ui/pause2.png") center center no-repeat;
    width: 58px;
    height: 58px;
}
.radio-player .audiojs .loading {
    background: url("/assets/images/oval.svg") center center no-repeat;
    width: 58px;
    height: 58px;
    background-size: 100%;
}
.radio-player .audiojs .error {
    background: url("/assets/images/oval.svg") center center no-repeat;
    width: 58px;
    height: 58px;
    background-size: 100%;
}
.radio-player .audiojs .name-track {
    font-size: 18px;
    color: #fff;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 380px;
}
.radio-player .audiojs .time em.played {
    float: left;
    color: #fff;
}
.radio-player .audiojs .time strong {
    float: right;
    color: #fff;
}
.radio-player .audiojs .scrubber {
    background: #fff;
}
.radio-player .audiojs .progress {
    background: #000;
}
.radio-player .audiojs .loaded {
    background: #fdd0dc;
}
.radio-player .closer {
    background: url(/assets/images/ui/c.png) center center no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
}

.news-text img {
    width: 100%;
}
.news-text a {
    color: #ff1a44;
    text-decoration: none;
}

.calendar .body {
    display: table;
    width: 100%;
    margin-top: -17px;
    padding: 20px 0;
}
.calendar .body .date {
    display: inline-table;
    width: 14.5%;
    height: 10px;
}
.calendar .body .date .col2 {
    color: #c9c9c9;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 40px;
    font-size: 14px;
    cursor: pointer;
}
.calendar .body .date .col {
    color: #6d6d6d;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
}

.calendar .body .date .col:hover .title {
    display: block;
    width: 140px;
    height: 140px;
    position: absolute;
    top: -65px;
    left: -155px;
    border-radius: 10px;
    z-index: 999;
    padding: 10px;
}

.calendar .body .date .col:hover .title {
    position: absolute;
    background: #f8f8f8;
    border: 1px solid #dedede;
}

.calendar .body .date .col .title {
    display: none;
}

.calendar .body .date .col .description {
    height: 76px;
    overflow: hidden;
    font-size: 10pt;
}

.calendar .body .date .circle {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #d24a43;
    bottom: 4px;
    left: 6px;
}

.calendar-head {
    font-size: 16px;
    color: #e40945;
    text-align: center;
    margin-bottom: 10px;
}

.calendar {
    padding: 25px 0 0;
}
.calendar-ivents {
    background: #2A2B2B;
    margin-left: -15px;
    padding: 20px 0 20px 15px;
    max-height: 445px;
    overflow: hidden;
    position: relative;
}
.calendar-ivents .ivent {
    border-bottom: 1px solid #EEEEEE;
    padding: 15px 0;
    color: #fff;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}
.calendar-ivents .ivent:hover {
    color: #FF1A44;
}
.calendar-ivents .ivent:hover .date {
    background: #FF1A44;
    border-color: #FF1A44;
    color: #fff;
}
.calendar-ivents .ivent:last-child {
    border-bottom: none;
}
.calendar-ivents .ivent .left {
    float: left;
    width: 35px;
    margin-right: 10px;
}
.calendar-ivents .ivent .right {
    float: left;
    width: 70%;
}
.calendar-ivents .ivent .time {
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    margin-top: 5px;
}
.calendar-ivents .ivent .date {
    font-size: 14px;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #fff;
    padding-top: 6px;
    font-weight: 300;
}
.calendar-ivents .head {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.ivents {
    overflow: hidden;
    height: 385px;
    margin-top: 10px;
}
.ivents .scroller {
    height: 100%;
    overflow-y: hidden;
}
.ivents::before {
    width: 14px;
    height: 14px;
    content: '';
    position: absolute;
    top: -7px;
    left: 36px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    display: block;
}

.grid-online {
    padding: 40px 0;
}
.grid-online h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #2e2e2e;
}

.grid-table{
    width: 100%;
}
/*.grid table thead th {
    border: 1px solid #D6D6D6;
    background: #fff;
    height: 50px;
    color: #a8a8a8;
    font-size: 14px;
    text-align: left;
    padding-left: 15px;
    width: 178px;
}*/
.grid .grid-day {
    background: #fff;
    color: #a8a8a8;
    font-size: 14px;
    text-align: left;
    border-top: 1px solid #D6D6D6;
    border: 1px solid #D6D6D6;
}
.grid .slick-track a{
    width: 177px !important;
}
.grid .grid-block {
    width: 175px;
    height: 175px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.grid .slick-dots li {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.grid .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.grid .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #FF1942;
    content: '';
    text-align: center;
    opacity: .25;
    color: #FF1942;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 2px;
}
.grid .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
    width: 11px;
    height: 11px;
    margin-top: 0;
}
.grid .slick-dots {
    text-align: right;
    width: 75%;
}
.grid .grid-block img {
    height: 100%;
}
.grid .grid-block .date-grid {
    position: absolute;
    top: 8px;
    left: 15px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    z-index: 2;
}
.grid .grid-block .date-grid span {
    font-size: 12px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}
.grid .grid-block .date-grid span:nth-child(1) {
}
.grid .grid-block .quest {
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    color: #fff;
    min-height: 35px;
    margin-left: 15px;
}
.grid .grid-block.oldest .date-grid {
    color: #a8a8a8;
}
.grid .grid-block.full .date-grid {
    color: #fff;
}

.podc-left {
    padding-bottom: 50px;
    float: left;
    max-width: 870px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 320px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 320px;
        -ms-flex: 1 1 320px;
            flex: 1 1 320px;
}
.podc-left h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #2e2e2e;
}
.podc-left .podc-head-nice {
    color: #fff;
    background: url(/assets/images/ui/podc.png) center center no-repeat;
    width: 158px;
    height: 46px;
    text-align: center;
    padding-top: 7px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 15px;
}

.podcast-in-arhive {
    margin-bottom: 25px;
}

.podc-right {
    width: 300px;
    float: right;
    padding: 35px 0;
}

.podc-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.podc-wrapper a {
    text-decoration: none;

}
.podc-wrapper.firstage {
    margin-bottom: 80px;
}
.podc-wrapper .podcast-slide {
    margin-bottom: 20px;
    position: relative;
}
.podc-wrapper .podcast-slide .newest {
    width: 30px;
    height: 30px;
    background: #FF1A44;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-top: 5px;
    position: absolute;
    right: 3px;
    top: 3px;
    font-weight: 600;
}

.podcasts-main .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.qust-date {
    background: #fff;
    width: 300px;
    margin-bottom: 25px;
}
.qust-date .head {
    height: 50px;
    background: #2A2B2B;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 13px;
}
.qust-date-body {
    padding: 5px 20px;
}
.qust-date-body p {
    text-align: center;
    color: #000000;
    font-size: 20px;
    margin: 15px 0;
    font-weight: 600;
    text-decoration: none;
}
.qust-date-body p a {
    text-align: center;
    color: #000000;
    text-decoration: none;
}
.qust-date-body img {
    margin: auto;
    display: block;
}

.category span {
    font-size: 12px;
    display: block;
    position: relative;
    padding-left: 10px;
}
.category span.study::before {
    content: '';
    width: 5px;
    height: 5px;
    float: left;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 100%;
    background: #0048e3;
}.category span.editorial::before {
    content: '';
    width: 5px;
    height: 5px;
    float: left;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 100%;
    background: #00e366;
}
.category span.science::before {
    content: '';
    width: 5px;
    height: 5px;
    float: left;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 100%;
    background: #B03AE3;
}
.category span.days::before {
    content: '';
    width: 5px;
    height: 5px;
    float: left;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 100%;
    background: #F1C42C;
}
.category span.relax::before {
    content: '';
    width: 5px;
    height: 5px;
    float: left;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 100%;
    background: #F21A16;
}

.news-full {
    width: 925px;
    float: left;
}
.news-full .news-image {
    width: 100%;
    overflow: hidden;
    max-height: 440px;
}
.news-full .news-image img {
    width: 100%;
    max-height: 440px;
    object-fit: cover;
}
.news-full h2 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}
.news-full p {
    font-size: 16px;
    color: #545454;
    margin-bottom: 16px;
}
.news-full .main-block-b-first {
    overflow: hidden;
    padding-top: 10px;
}
.news-full .category {
    float: left;
}
.news-full .date {
    float: right;
    font-size: 12px;
    color: #a8a8a8;
}

.news-autor {
    overflow: hidden;
    float: left;
    padding-top: 10px;
}
.news-autor-more{
   padding-left: 20px;
}

.news-autor .ava-autor {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
    float: left;
    background: url(/files/a1.jpg) center center no-repeat;
    width: 50px;
    height: 50px;
    margin-top: 3px;
}
.news-autor .autor-text {
    float: left;
    margin-left: 10px;
}
.news-autor .autor-text .autor-type {
    color: #929292;
    font-size: 12px;
}
.news-autor .autor-text .autor-name a {
    color: #2e2e2e;
    text-decoration: none;
}
.news-autor .autor-text .autor-name {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 600;

}
.news-autor .autor-text .autor-work {
    color: #2e2e2e;
    font-size: 14px;
    font-style: italic;
}

.news-body-text {
    padding-bottom: 70px;
}

.news-footer .name-soc {
    font-size: 16px;
    color: #323333;
    margin-bottom: 10px;
}
.news-footer .soc-block-news {
    float: left;
    width: 45%;
    border-top: 1px solid #FF1A44;
    padding-top: 25px;
}
.news-footer .mail-block-news {
    width: 40%;
    float: right;
    padding-top: 25px;
}
.news-footer .mail-block-news .mail-block-input {
    height: 36px;
    position: relative;
    max-width: 320px;
}
.form-newsletter{
    width: 100%;
    height: 100%;
}
.news-footer .mail-block-news .mail-block-input form input {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 1px solid #FF1A44;
    padding: 0px 120px 0 15px;
    font-size: 14px;
    color: #929292;
    outline: none;
}
.news-footer .mail-block-news .mail-block-input .btn-mail {
    position: absolute;
    right: 0;
    top: 0;
    background: #FF1A44;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    height: 100%;
    padding: 8px 20px;
    border: 0;
}

.similar-news {
    background: #fff;
    padding: 25px 0 50px;
    margin-top: 30px;
}
.similar-news h2.nrm {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 25px;
}

.similar-blocks {
    margin: 0 -4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
}
.similar-blocks .main-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 296px;
        -ms-flex: 1 1 296px;
            flex: 1 1 296px;
    max-width: 330px;
}

.other-news {
    background: transparent !important;
    box-shadow: none !important;
    padding-left: 0 !important;
    max-width: 305px;
    z-index: 2;
}
.other-news h2 {
    font-size: 14px;
    color: #2e2e2e;
    margin: 20px 0;
}
.other-news ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.other-news ul li {
    list-style: none;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.other-news ul li:hover a {
    background: #FF1A44;
    color: #fff;
}
.other-news ul li a {
    text-decoration: none;
    display: block;
    background: #D5D5D5;
    padding: 5px 10px;
    color: #808080;
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.videos-full .video-slide {
    float: left;
    width: 296px;
    margin: 0 8px;
    margin-bottom: 25px;
}
.videos-full .video-slide:hover .name {
    color: #FF1A44;
}
.videos-full .video-slide .name {
    color: #000;
    font-weight: 500;
}

.forbtndnwld {
    text-decoration: none;
}

.newspapers-full .print-item {
    float: left;
    margin: 0 8px;
    margin-bottom: 20px;
}
.newspapers-full .print-item a {
    text-decoration: none;
}
.newspapers-full .print-item .print-block {
    width: 171px;
    height: 228px;
}

.programm-slide {
    height: 177px;
    position: relative;
    width: 177px;
}

.programm .slick-track {
    height: 177px;
}
.programm .slick-dots {
    position: absolute;
    bottom: auto;
    top: 0;
    right: 0;
    display: block;
    width: 75%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 10px 0;
}

.podcasts-head-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-top: 50px;
    margin-bottom: 50px;
}
.podcasts-head-block-image {
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid #E5E5E5;
    width: 175px;
    height: 175px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 175px;
        -ms-flex: 1 1 175px;
            flex: 1 1 175px;
    min-width: 175px;
    margin-right: 20px;
    max-width: 175px;
}
.podcasts-head-block-image img {
    height: 100%;
}
.podcasts-head-block .podcasts-head-right {
    color: #2e2e2e;
}
.podcasts-head-block .podcasts-head-right h2 {
    font-size: 24px;
    color: #2e2e2e;
    margin-top: 0;
}
.podcasts-head-block .podcasts-head-right p {
    font-size: 14px;
}

.podcast-full {
    width: 100%;
    background: #fff;
    height: 145px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
    padding: 25px 0px 15px 25px;
}

.podcasts-blocks-body {
    padding-bottom: 50px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.about-main {
    padding: 50px 0 0;
}
.about-main-steps h2 {
    font-size: 16px;
    color: #323333;
    text-align: center;
}
.about-main-steps .about-main-step .block-about-flexable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 0;
}
.about-main-steps .about-main-step .block-about-flexable:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.about-main-steps .about-main-step .block-about-flexable .block-about-text {
    min-width: 420px;
    width: 420px;
    text-align: left;
    position: relative;
    padding: 45px 15px;
}

.about-main-steps .about-main-step .block-about-flexable .block-about-text a {
    color: #ff1a44;
    text-decoration: none;   
}

.about-main-steps .about-main-step .block-about-flexable .block-about-text .qu {
    background: url(/assets/images/index/q.png) center center no-repeat;
    width: 106px;
    height: 90px;
    position: absolute;
    right: 7%;
    top: 7%;
}
.about-main-steps .about-main-step .block-about-flexable .block-about-text p.step-numb {
    font-size: 24px;
    color: #999999;
    font-weight: 600;
    margin: 0;
}
.about-main-steps .about-main-step .block-about-flexable .block-about-text p {
    font-size: 16px;
    color: #323333;
    margin-top: 25px;
}
.about-main-steps .about-main-step .block-about-flexable .block-about-text h2 {
    font-size: 18px;
    color: #323333;
    text-align: left;
    margin: 10px 0;
}
.about-main-steps .about-main-step .block-about-flexable .block-about-text h2 a {
    color: inherit;
    text-decoration: none;
}
.about-main-steps .about-main-step .block-about-flexable .block-image-about {
    width: 50%;
    position: relative;
    /*box-shadow: inset 0px 0px 15px 5px #fff;*/
}
.about-main-steps .about-main-step .block-about-flexable .block-image-about.block-image-about-s1 {
    background: url(/assets/images/index/a1.jpg) right center no-repeat;
    background-size: cover;
    width: 100%;
    height: 452px;
    /*margin-right: -300px;*/
}
.about-main-steps .about-main-step .block-about-flexable .block-image-about.block-image-about-s1 .icon {
    background: url(/assets/images/index/ab1.png) center center no-repeat;
    width: 150px;
    height: 150px;
    background-size: contain;
    left: 20%;
    top: 47%;
    position: absolute;
}
.about-main-steps .about-main-step .block-about-flexable .block-image-about.block-image-about-s2 {
    background: url(/assets/images/index/a2.jpg) left center no-repeat;
    background-size: cover;
    width: 100%;
    height: 452px;
    /*margin-left: -300px;*/
}
.about-main-steps .about-main-step .block-about-flexable .block-image-about.block-image-about-s3 .icon {
    background: url(/assets/images/index/ab2.png) center center no-repeat;
    width: 150px;
    height: 150px;
    top: 40%;
    position: absolute;
    right: 6%;
    background-size: contain;

}
.about-main-steps .about-main-step .block-about-flexable .block-image-about.block-image-about-s3 {
    background: url(/assets/images/index/a3.jpg) right center no-repeat;
    background-size: cover;
    width: 100%;
    height: 452px;
    /*margin-right: -300px;*/
}
.about-main-steps .about-main-step .block-about-flexable .block-image-about.block-image-about-s2 .icon {
    background: url(/assets/images/index/ab3.png) center center no-repeat;
    width: 150px;
    height: 150px;
    left: 42%;
    top: 65%;
    background-size: contain;
    position: absolute;
}

.btn-online {
    width: 195px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
    border: 1px solid #fff;
    position: absolute;
    right: 75px;
    top: 29px;
}
.btn-online:hover {
    background: #fff;
    color: #000;
}

#radio-player {
    padding-right: 300px;
}
.radio-player .like {
    background: url(/assets/images/ui/like.png) center center no-repeat;
    width: 29px;
    height: 28px;
    cursor: pointer;
    top: 0;
    z-index: 1;
    right: 0;
    display: block;
    float: left;
    background-position: 0 0;
    margin-right: 8px;
}
.radio-player .volume {
    background: url(/assets/images/ui/v.png) center center no-repeat;
    width: 29px;
    height: 28px;
    cursor: pointer;
    cursor: pointer;
    background-position: 0 0;
    text-indent: 99999;
    float: left;

}
.jp-state-muted .jp-mute:focus {
    background: url(/assets/images/ui/v.png) center center no-repeat;
    background-position: 0 -56px;
}
.radio-player .volume.medium {
    background-position: 0 -28px;
}
.radio-player .volume.mute {
    background-position: 0 -56px;
}
.radio-player .jp-abss {
    width: 80%;
    left: 105px;
    top: 0;
    height: 100%;
    position: static;
    float: left;
    padding-top: 34px;
}
.radio-player .like:hover {
    background-position: 0 -28px;
}
.like-active {
    background-position: 0 -28px!important;
}
#radio-player .dislike {
    background: url(/assets/images/ui/dislike.png) center center no-repeat;
    width: 23px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 26%;
}
#radio-player .dislike:hover {
    background: url(/assets/images/ui/dislike2.png) center center no-repeat;
}

/*#radio-player2 .like {
    background: url(/assets/images/ui/like.png) center center no-repeat;
    width: 23px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 20px;
    z-index: 2;
}
#radio-player2 .like:hover {
    background: url(/assets/images/ui/like2.png) center center no-repeat;
}*/
#radio-player2 .dislike {
    background: url(/assets/images/ui/dislike.png) center center no-repeat;
    width: 23px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 26%;
}
#radio-player2 .dislike:hover {
    background: url(/assets/images/ui/dislike2.png) center center no-repeat;
}
.jp-title-audio {
    padding-right: 40px;
}
.nameofTrack {
    position: absolute;
    left: 104px;
    top: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 275px;
    overflow: hidden;
}

.arhiv-podc {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.podc-new {
    height: 140px;
    position: relative;
}

.podc-new a {
    display: block;
    float: right;
    position: absolute;
    right: 11px;
    top: 9px;
    z-index: 2;
    color: #adadad;
    padding: 5px 10px;
    text-decoration: underline;
    font-size: 12px;
}
.podc-new a:hover {
    color: #27B27C;
    text-decoration: none;
}
.thumbnails {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100% !important;
}
.thumbnails ul, .thumbnails .thumb-hover {
    transform: none  !important;
    -webkit-transform: none  !important;
    -moz-transform: none  !important;
    -o-transform: none  !important;
    -ms-transform:  none  !important;
    cursor: pointer !important;
}
.thumbnails span {
    color: #fff !important;
    background-color: #ec0b43;
    cursor: pointer !important;

    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    display: block !important;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.thumbnails .thumb-hover span{
opacity: 1;
    color: #fff !important;
    background-color: #ec0b43;
    cursor: pointer !important;

    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
 }

 .thumbnails li .thumb-hover {
    position: relative;
 }
.thumbnails > div {
    margin-top: 10px !important;
    width: 100% !important;
}
.thumbnails ul, .thumbnails .thumb-hover {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    cursor: pointer !important;
}
.thumbnails ul li:first-child {
    width: 90% !important;
}
.thumbnails li {
    position: relative;
    clear: both;
    position: relative;
    width: 90% !important;
    background-color: #fff;
}
.thumbnails img {
    width: 50% !important;
    height: auto !important;
}
#leftmenu {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 15%;
    background-color: #ccc;
    height: 100% !important;
    overflow: auto;
    z-index: 999;
    display: block;
    border-right: 2px solid #ec0b43;
    opacity: 1;
}
.thumbnails .current {
    -webkit-box-shadow: 0 0 10px red;
    -moz-box-shadow: 0 0 10px red;
    -ms-box-shadow: 0 0 10px red;
    -o-box-shadow: 0 0 10px red;
    box-shadow: 0 0 10px red;
}
.modalize1 {
    position: relative;
    background: #FFF;
    padding: 20px;
    max-width: 500px;
    min-width: 308px;
    margin: 20px auto;
}

.modalize1 span {
    font-size: 26px;
    margin: 25px 0;
    display: block;
    text-align: center;
}

.remodal .inputable {
    width: 45%;
    margin: 10px;
    float: left;
    margin-bottom: 10px;
}

.remodal label {
    display: block;
    text-align: left;
    margin-bottom: 5px;
    font-size: 18px;
    color: #080808;
}

.texttt {
    float: left;
    width: 94.5%;
    margin: 0 10px;
}

.remodal input[type="text"] {
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    outline: none;
}

.remodal textarea {
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    width: 100%;
    height: 140px;
    padding: 10px;
    outline: none;
    resize: none;
}

.modalize1 p {
    float: left;
    width: 100%;
}

.remodal-cancel {
    border: 1px solid #ff1a47;
    outline: none;
    color: #FFFFFF;
    background: #ff1a47;
    width: 200px;
    border-radius: 30px;
    height: 45px;
    display: block;
    margin: auto;
    margin-top: 25px;
}
.remodal-cancel:hover {
    background: #d8143b;
}

.search-ca {
    height: 19px;
    border: 1px solid #B6B6B6;
    background: url(/assets/images/ui/lp.png) right center no-repeat transparent;
    outline: none;
    padding: 0 10px;
    color: #49494b;
    font-size: 14px;
    font-weight: 400;
    cursor: default;
    display: block;
    float: left;
    width: 72px;
    position: absolute;
    right: 130px;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.search-ca.focus {
    cursor: text;
    border: 1px solid #ff1a47;
    background: url(/assets/images/ui/lp.png) right center no-repeat #fff;
    position: absolute;
    right: 1px;
    top: 30px;
    z-index: 1;
    width: 200px;
    height: 40px;
    margin-right: 0;
    display: block;
    border-radius: 0px;
    background-position-x: 95%;
}
.search-ca.focused {
    width: 400px;
    opacity: 1;
}
.search-ca::-webkit-input-placeholder {
    color: #49494b;
    font-size: 14px;
    font-weight: 400;
}
.search-ca::-moz-placeholder {
    color: #49494b;
    font-size: 14px;
    font-weight: 400;
}
.search-ca:-moz-placeholder {
    color: #49494b;
    font-size: 14px;
    font-weight: 400;
}
.search-ca:-ms-input-placeholder {
    color: #49494b;
    font-size: 14px;
    font-weight: 400;
}

.gallery {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.gallery img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}

.gallery figure {
    display: none;
}

.news-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.gallery a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    display: block;
    float: left;
    margin: 0 12px 12px 0;
    width: 172px;
    line-height: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 172px;
    max-width: 215px;
}

.prints-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.podcasts-page {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icon_svg {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    fill: currentColor;
    margin: 0;
    position: relative;
    top: -1px;
}

.icon_burger, .icon_plus, .icon_search {
    width: 20px;
    height: 20px;
    margin: 0;
    top: -2px;
    fill: #FC1940;
}

.icon_burger {
    top: -1px;
}

.btn_navbar_toggle {
    z-index: 500;
    line-height: 55px;
}

.btn_navbar_toggle, .btn_suggest {
    width: 55px;
    height: 55px;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    text-align: center;
    display: inline-block;
    position: relative;
    border: none;
    outline: none;
    float: right;
}

.btn_navbar_toggle {
    display: none;
}

.leftside__mobile {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    right: -250px;
    width: 250px;
    background-color: #f5f5f5;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
}
.leftside__mobile ul {
    padding: 0;
    margin: 0;
}
.leftside__mobile ul a {
    text-decoration: none;
    color: #000;
}
.leftside__mobile ul li {
    width: 100%;
    list-style: none;
    height: 45px;
    padding-left: 10px;
    padding-top: 12px;
    cursor: pointer;
    font-size: 14px;
}
.leftside__mobile ul li.cat__namer {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding-top: 11px;
    text-align: center;
    cursor: default;
}
.leftside__mobile ul li.search__mobile {
    padding-left: 0;
    padding-top: 0;
    height: 55px;
    background: #f5f5f5;
    position: relative;
    border-bottom: 2px solid #EEEEEE;
    overflow: hidden;
    cursor: text;
}
.leftside__mobile ul li.search__mobile input {
    height: 55px;
    background: transparent;
    outline: none;
    border: none;
    position: relative;
    left: 0;
    top: 0;
    width: 80%;
    padding-left: 10px;
}
.leftside__mobile ul li.search__mobile:hover {
    background: #F5F5F5 !important;
}
.leftside__mobile ul li:hover {
    background: #eeeeee;
}

.wrapper-body {
    position: relative;
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
}

.layout__mobile {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.icon_search {
    width: 20px;
    height: 20px;
    margin: 0;
    top: 18px;
    fill: #d4d4d4;
    position: absolute;
    z-index: 1;
    right: 10px;
    cursor: text;
}

.grid {
    width: 100%;
}

.autor-main {
    max-width: 870px;
    margin: auto;
    padding-bottom: 50px;
}
.autor-main .autor-page .autor-pp {
    font-size: 16px;
    text-align: center;
}
.autor-main .autor-page .autor-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 35px 0;
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
}
.autor-main .autor-page .autor-blocks .autor-block {
    margin: 0 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 160px;
        -ms-flex: 1 1 160px;
            flex: 1 1 160px;
    background: url(/assets/images/ui/circle.png) top center no-repeat;
    padding-top: 60px;
    max-width: 258px;
}
.autor-main .autor-page .autor-blocks .autor-block p {
    color: #323333;
    font-size: 14px;
    text-align: center;
    margin: 5px 0;
}
.autor-main .autor-page .autor__contact__form textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #B7B7B7;
    padding: 10px;
    outline: none;
    font-size: 14px;
    color: #939393;
    font-style: italic;
}
.autor-main .autor-page .autor__contact__form .autor__form__inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
}
.autor-main .autor-page .autor__contact__form .autor__form__inputs .autor__form__input {
    max-width: 280px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 200px;
        -ms-flex: 1 1 200px;
            flex: 1 1 200px;
    margin: 0 7px;
}
.autor-main .autor-page .autor__contact__form .autor__form__inputs .autor__form__input input {
    width: 100%;
    height: 45px;
    border: 1px solid #B7B7B7;
    padding: 0 10px;
    outline: none;
    font-size: 14px;
    color: #939393;
    font-style: italic;
}

.btn-sumbit-cont {
    max-width: 280px;
    height: 45px;
    background: #FC1940;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    cursor: pointer;
    margin: auto;
    margin-top: 15px;
}
.btn-sumbit-cont:hover {
    background: #DD1638;
}
.btn-sumbit-cont:active {
    background: #CF0F30;
}

#volume {
    float: left;
    background: #20dfdf;
}

.ui-slider-handle {
    border-radius: 50%;
    top: -5px !important;
    width: 11px !important;
    height: 11px !important;
    margin-left: -5px !important;
}

/* REQUIRED STYLES (be careful overriding)
================================================================================ */
/* Box containing audio, controls, and download links.
   If you want to add some kind of frame, use another containing element, not this one. */
.audio-js-box {
    text-align: left;
    position: relative;
}

/* Will be set to the width of the audio element */
/* Video Element */
audio.audio-js {
    background-color: #000;
    position: relative;
}

/* DEFAULT SKIN (override in another file)
================================================================================
Using all CSS to draw the controls. Images could be used if desired.
Instead of editing this file, I recommend creating your own skin CSS file to be included after this file,
so you can upgrade to newer versions easier. */
/* Controls Layout
   Using a Holy Grail type method to allow the progress bar holder to expand into all available space,
   but using abosolute positioning for individual controls. http://www.alistapart.com/articles/holygrail */
.vjs-controls {
    list-style: none;
    position: relative;
    border: none;
    opacity: 0.85;
    color: #fff;
  /* Including any margin you want above or below control items */
    padding-left: 58px;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding-top: 14px;
    padding-right: 20px
  /* Width of all the controls to the right of the progress control + margins */
}

/* Controls styles when below the audio */
.audio-js-box.vjs-controls-below .vjs-controls {
    background-color: #000;
}

.vjs-controls > li {
  /* Direct li children of control bar */
    position: absolute;
    list-style: none;
    float: left;
    padding: 0;
    text-align: center;
    height: 25px;
  /* Default height of individual controls */
    margin: 5px 0 0 0;
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px #000;
}

/* Placement of Control Items */
.vjs-controls > li.vjs-play-control {
    left: 5px;
    width: 58px;
    height: 58px;
}

.vjs-controls > li.vjs-progress-control {
    width: 95%;
    position: relative;
    float: right;
}

.vjs-controls > li.vjs-time-control {
    width: 75px;
    right: 60px;
}

.vjs-controls > li.vjs-volume-control {
    width: 50px;
    right: 16px;
    bottom: 15px;
}

/* Removing curves on progress control and time control to join them. */
.vjs-controls > li.vjs-progress-control {
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
}

.vjs-controls > li.vjs-time-control {
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    position: absolute;
    left: 100px;
    bottom: 20px;
    font-size: 11px;
}

/* Play/Pause
-------------------------------------------------------------------------------- */
.vjs-play-control {
    cursor: pointer !important;
}

.vjs-play-control span {
    display: block;
    font-size: 0;
    line-height: 0;
}

.vjs-play-control.vjs-play span {
    background: url(/assets/images/ui/play3.png) center center no-repeat;
    height: 58px;
}

.vjs-play-control.vjs-pause span {
    background: url(/assets/images/ui/pause2.png) center center no-repeat;
    height: 58px;
}

/* Progress
-------------------------------------------------------------------------------- */
.vjs-progress-holder {
  /* Box containing play and load progresses */
    position: relative;
    list-style: none;
    padding: 0;
    overflow: hidden;
    cursor: pointer !important;
    height: 5px;
  /* Placement within the progress control item */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  /* Box containing play and load progresses */
    background: #fff;
  /* Box containing play and load progresses */
    margin: 25px 1px 0 5px;
}

.vjs-progress-holder li {
  /* Progress Bars */
    position: absolute;
    display: block;
    width: 0;
    height: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.vjs-play-progress {
  /* Default */
    background: #000;
}

.vjs-load-progress {
    opacity: 0.8;
  /* Default */
    background-color: #CECECE;
}

/* Time Display
-------------------------------------------------------------------------------- */
.vjs-controls .vjs-time-control {
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
}

.vjs-controls .vjs-time-control span {
    line-height: 25px
  /* Centering vertically */
}

/* Volume
-------------------------------------------------------------------------------- */
.vjs-volume-control {
    cursor: pointer !important;
}

.vjs-volume-control ul {
    list-style: none;
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px 0 5px;
    padding: 4px 0 0 0;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

/* Drawing the volume icon using 6 li elements */
.vjs-volume-control ul li {
  /* Individual volume bars */
    list-style: none;
    float: left;
    padding: 0;
    margin: 0 2px 0 0;
  /* Space between */
    width: 5px;
    height: 0px;
  /* Total height is height + bottom border */
    border-bottom: 18px solid #2A2A2A   /* Default (off) color and height of visible portion */
}

.vjs-volume-control ul li.vjs-volume-level-on {
    border-color: #FFF !important   /* Volume on bar color */
}

/* Creating differnt bar heights through height (transparent) and bottom border (visible). */
.vjs-volume-control ul li:nth-child(1) {
    border-bottom-width: 2px !important;
    height: 16px;
}

.vjs-volume-control ul li:nth-child(2) {
    border-bottom-width: 4px !important;
    height: 14px;
}

.vjs-volume-control ul li:nth-child(3) {
    border-bottom-width: 7px !important;
    height: 11px;
}

.vjs-volume-control ul li:nth-child(4) {
    border-bottom-width: 10px !important;
    height: 8px;
}

.vjs-volume-control ul li:nth-child(5) {
    border-bottom-width: 14px !important;
    height: 4px;
}

.vjs-volume-control ul li:nth-child(6) {
    margin-right: 0;
}

/* Download Links - Used for browsers that don't support any audio.
-------------------------------------------------------------------------------- */
.vjs-no-audio {
    font-size: small;
}

.magazine-viewport .container2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 922px;
    height: 600px;
    margin: auto;
}

.headerviewer {
    height: 60px;
    position: fixed;
    z-index: 99999999999999;
}

#radio-player3 {
    height: 100px;
    width: 100%;
    position: relative;
}
#radio-player3 .nameofTrack {
    color: #000;
}
#radio-player3 .vjs-play-control.vjs-play span {
    background: url(/assets/images/ui/play2.png) center center no-repeat;
    height: 58px;
}
#radio-player3 .vjs-play-control.vjs-pause span {
    background: url(/assets/images/ui/pause.png) center center no-repeat;
    height: 58px;
}
#radio-player3 .vjs-progress-holder {
    background: #00a565;
}
#radio-player3 .vjs-controls > li.vjs-time-control {
    color: #000;
}
#radio-player3 .vjs-volume-control ul li {
    border-bottom: 18px solid #000;
}
#radio-player3 .vjs-volume-control ul li.vjs-volume-level-on {
    border-color: #00a565 !important /* Volume on bar color */;
}
/* Styles for dialog window */
#small-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.grid-table {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.grid-table .grid-day {
    height: 177px;
    min-width: 177px;

}
.nav.mobile-css {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.btn__for_small {
    overflow: hidden;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    height: 40px;
    width: 100%;
    background: #FF1A47;
    margin: 15px 0 0;

}
.btn__for_small .btn-online {
    height: 40px;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 14px;
    width: auto;
    padding-top: 10px;
    border: none;
    background: transparent;
    top: auto;
    position: static;
    right: auto;
    margin: auto;
    text-decoration: none;
}
.leftside__mobile ul .btn__for_small li:hover {
    background: #D70F36;
}
.leftside__mobile ul li.cat__namer:hover {
    background: #f5f5f5;
}

.radio-player3 .jp-play {
        background: url("/assets/images/ui/play2.png") center no-repeat;
}
.radio-player3 .jp-state-playing  .jp-play {
    background: url("/assets/images/ui/pause.png") center no-repeat;
}
.radio-player3 .jp-title-audio {
    color: #5f6c72;
}
.radio-player3 .jp-time-holder {
    color: #5f6c72;
}
.radio-player3 .jp-progress {
    overflow: hidden;
    background-color: #E7E7E7;
}
.radio-player3 .jp-play-bar {
    background: #009258;
}
.jp-audio .jp-type-single .jp-progress {
    border-radius: 10px;
}
.radio-player3 .jp-volume-bar {
    background-color: #E7E7E7;
}
.radio-player3 .jp-volume-bar-value {
    background: #009258;
}
.jp-volume-bar {
        background: rgba(255,255,255,0.6);
}

.radio-player3 .jp-abss {
    width: 85%;
}
.jp-controls button {
    overflow: visible;
}
.jp-play {
    width: 58px;
    height: 58px;
        background: url("/assets/images/ui/play3.png") center no-repeat;
}
.jp-state-no-volume .jp-volume-controls {
    display: block !important;
}
.error-page {
    min-height: 530px;
    padding-top: 140px;

}
.error-page .icon {
    background: url(/assets/images/index/404.png) center center no-repeat;
    width: 100%;
    height: 161px;
    margin-bottom: 30px;
}
.error-page h1 {
    font-size: 18px;
    color: #e95f6d;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.team__page__bottom {
    background: #FFFFFF;
    height: 250px;
    width: 100%;
}
.team__page__main {
    min-height: 330px;
    padding: 50px 0 100px;
}

.team-page h1 {
    font-size: 16px;
    text-align: center;
    color: #323333;
}
.team__page__blocks {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}
.team__page__item:nth-child(2) .avatar__team {
    background: url(/assets/images/ava/2.jpg) top center no-repeat;
    width: 195px;
    height: 240px;
}
.team__page__item:nth-child(3) .avatar__team {
    background: url(/assets/images/ava/3.jpg) top center no-repeat;
    width: 195px;
    height: 240px;
}
.team__page__item:nth-child(4) .avatar__team {
    background: url(/assets/images/ava/4.jpg) top center no-repeat;
    width: 195px;
    height: 240px;
}
.team__item__rel {

}
.avatar__team {
    background: url(/assets/images/ava/1.jpg) top center no-repeat;
    width: 195px;
    height: 240px;
    margin: auto;
    position: relative;

}
/*.avatar__team::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left:0 ;
    height: 40px;
    background: linear-gradient(to top, #fff 0%, transparent 100%);
}*/
.name__team {
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;

}
p.work {
    font-size: 14px;
    color: #323333;
    text-align: center;
    margin: 5px 0;
}
p.email {
    font-size: 16px;
    color: #323333;
    text-align: center;
    margin: 10px 0 3px;
}
.team__item__rel hr {
    display: block;
    border: none;
    height: 2px;
    width: 70px;
    background: #F9183E;
    margin-top: 15px;
    margin-bottom: 0;
}
a.soc {
    font-size: 16px;
    color: #56789c;
    text-align: center;
    display: block;
}
a.soc:hover {
    color: #F9183E;
}
.team__page__item {
    max-width: 270px;
    -webkit-box-flex: 1 1 250px;
    -moz-box-flex: 1 1 250px;
    -webkit-flex: 1 1 250px;
    -ms-flex: 1 1 250px;
    flex: 1 1 250px;
    text-align: center;
    padding: 20px 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: default;
    margin: 20px;
    min-height: 360px;
    cursor: pointer;
}
.hide__team {
    opacity: 0;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team__page__item:hover {
    box-shadow: 0px 0px 66px -7px rgba(0,0,0,0.3);
}
.team__page__item:hover .hide__team {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}




@media screen and (max-width: 480px) {
    .prints .left-prints .img-print {
        margin: auto;
    }
    .remodal .inputable {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .texttt {
        margin: 0;
        width: 100%;
    }


  .nameofTrack {
        display: none;
  }

  #radio-player2 .vjs-controls > li.vjs-time-control {
        left: 70px;
  }

  .prints h2 {
        text-align: center;
  }

  .right-player {
        width: 72% !important;
  }

  .prints .left-prints .img-print {
        min-width: 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
        position: relative;

  }

  .body-print {
        margin: auto;
  }

  .prints .left-prints {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
  }

  .footer-nav span.left {
        width: 100%;
        float: none;
        margin: auto;
        display: block;
        text-align: center;
  }

  .footer-nav span.right {
        width: 100%;
        float: none;
        margin: auto;
        display: block;
        text-align: center;
  }

  .footer-top .block {
        width: 100% !important;
        margin: 0 !important;
        padding: 0;
        margin-bottom: 35px !important;
        text-align: center;
  }

  .footer-top .block .head::before,
  .footer-top .block .head::after {
        display: none;
  }

  .socializer {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
  }

  .footer-top .block.about {
        width: 100% !important;
        min-width: 100%;
        background-position-x: center;
  }
}
@media screen and (max-width: 640px) {
    .jp-title-audio {
        /*display: none;*/
         max-width: 100%;
         width: 100%;
        padding-left: 10px;
    }

    .radio-player .jp-abss {
        width: 60%;
        padding-top: 20px;
    }
    .podcast-full {
        padding-left: 0px;
    }
    .radio-player3 .jp-abss {
        width: 65%;
    }
  .autor-block {
        min-width: 100% !important;
        margin: 0 !important;
        margin-bottom: 40px !important;
  }

    .podcasts-head-block {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
  .podc-right {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 0 0px;
        margin-bottom: 35px;
  }

  .podcasts-head-right {
        width: 100%;
        text-align: center;
  }

  .podcasts-head-block-image {
        margin: auto;
        margin-bottom: 30px;
        width: 100%;
  }

  .podcasts-he-badlock {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
  }

  .block-image-about {
        display: none;
  }

  .block-about-text {
        width: 100% !important;
        text-align: center !important;
        padding-top: 0px !important;
  }

  .about-main-steps .about-main-step .block-about-flexable .block-about-text h2 {
        text-align: center;
  }

  .main-index .main-blocks {
        padding: 0 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
  }

  .video-slide span.name {
        font-size: 14px;
  }

  .footer-top {
        padding: 35px 15px;
  }
}
@media screen and (max-width: 768px) {
    .logo-viewer {
        display: none;
  }
    .btn__for_small {
        display: block;
    }
    .btn__for_small .btn-online {
        display: block;
    }
  #radio-player2 {
        padding-right: 30px;
  }

  .right-prints .img-print {
        display: none;
  }

  .radio-player {
        padding: 0 10px;
  }

  #radio-player .dislike {
        display: none;
  }

  .btn-online {
        display: none;
  }

    .jp-abss {
        width: 60%;
    }

  #radio-player {
        padding-right: 40px;
  }

  .autor__form__input {
        min-width: 100%;
        margin: 0 !important;
        margin-top: 15px !important;
  }
  
  .block-about-text {
        width: 100% !important;
        text-align: center !important;
        padding-top: 0px !important;
  }

  .block-image-about {
        display: none;
  }
  
  .about-main-steps .about-main-step .block-about-flexable .block-about-text h2 {
        text-align: center;
  }
  
}
@media screen and (max-width: 800px) {
  .slider-podcasts {
        width: 80%;
  }

  .footer-top .block {
        margin: auto;
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 20px;
  }

  .footer-top .block .head::before,
  .footer-top .block .head::after {
        display: none;
  }

  .footer-top .block.andnews {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 35px;
  }

  .socializer {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
  }
}
@media screen and (max-width: 870px) {
  .about-main {
        padding: 50px 15px !important;
  }
}
@media screen and (max-width: 980px) {
  .slider-podcasts {
        width: 80%;
  }

  .news-footer .soc-block-news {
        width: 100%;
  }

  .news-footer .mail-block-news {
        width: 100%;
  }

  .about-main-steps .about-main-step .block-about-flexable .block-image-about.block-image-about-s2 .icon {
        right: 5%;
  }

  .about-main-steps .about-main-step .block-about-flexable .block-image-about.block-image-about-s1 .icon,
  .about-main-steps .about-main-step .block-about-flexable .block-image-about.block-image-about-s3 .icon {
        left: 5%;
  }

  .about-main-steps .about-main-step .block-about-flexable .block-about-text .qu {
        display: none;
  }
}

@media screen and (max-width: 1024px) {

  .mobile-christmas-tree {
    display: none;
    float: right;
    margin-top: 13px;
    color: #ff1a47;
  }    
  
  .mobile-christmas-tree svg {
      display: inline-block;
      width: 28px;
      height: 28px;
  }
    
  .layout__mobile.show {
        -webkit-transform: translateX(-250px);
        -webkit-transform: translate3d(-250px, 0, 0);
        -ms-transform: translateX(-250px);
        transform: translateX(-250px);
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
  }

  .grid-online h2 {
        text-align: center;
  }

  .similar-news h2.nrm,
  .news-footer .soc-block-news,
  .news-footer .mail-block-news {
        text-align: center;
  }

  .news-footer .mail-block-news .mail-block-input {
        margin: auto;
        float: none;
  }

  .news-full {
        width: 100%;
        min-width: 100%;
        padding: 0 15px;
  }

  .leftside__mobile {
        display: block;
  }

  .header .head .right, .header .head .left, .rightside, .podcasts-page .radio-image, .sponsors {
        display: none;
  }

  .main-index .main-blocks {
        width: 100%;
        max-width: 100%;
  }

  .radio-right {
        width: 100%;
        max-width: 100%;
  }

  .companies .comp {
        max-width: 100% !important;
        width: 100%;
  }

  .header .head {
        height: 55px;
        padding: 0;
  }

  .header .head a.logo {
        display: block;
        margin: auto;
        background: url(/assets/svg/logo.svg) center center no-repeat;
        background-size: contain;
        width: 180px;
        height: 55px;
        position: static;
        float: left;
        margin-left: 20px;
  }

  .btn_navbar_toggle {
        display: block;
  }
  .btn_navbar_toggle.show {
        background: #ff1a47;
  }
  .btn_navbar_toggle.show .icon_burger {
        fill: #fff;
  }
  .btn_navbar_toggle:hover {
        background: #ff1a47;
  }
  .btn_navbar_toggle:hover .icon_burger {
        fill: #fff;
  }

  .nav .menu {
        display: none;
  }

  .header {
        height: auto;
        padding-bottom: 1px;
  }

  .nav {
        padding: 7px 15px;
  }
}
@media screen and (max-width: 1280px) {
    .content {
        padding: 0 10px;
    }
  .about-main-steps .about-main-step .block-about-flexable {
        padding: 0 15px;
  }

  .footer-nav {
        padding: 13px 15px;
  }

  .footer-top .block.about {
        width: 100%;
        margin-right: 0;
        text-align: center;
        background-position-x: center;
        padding: 0 30px;
        margin-bottom: 40px;
  }

  .block-foot-fl {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
  }

  .radio-right {
        margin-left: 0;
        padding: 0 15px;
  }

  #radio-player .dislike {
        right: 35%;
  }

  .main-block-hot {
        margin: 0 !important;
        min-width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 15px !important;
  }

  .main-block {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 240px;
            -ms-flex: 1 1 240px;
                flex: 1 1 240px;
        max-width: 100%;
  }

  .main-index .main-blocks {
        margin: 0;
        padding: 0 7px;
  }

  .right-player {
        width: 85%;
  }

  .podcasts-head-block {
        padding: 0 15px;
  }
}

.author {
    width: 100%;
    padding-bottom: 50px;
}

.author .ava-author {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
    float: left;
    background: url(/files/a1.jpg) center center no-repeat;
    width: 50px;
    height: 50px;
    margin-top: 3px;
}
.author .author-text {
    float: left;
    margin-left: 10px;
}
.author .author-text .author-type {
    color: #929292;
    font-size: 12px;
}
.author .author-text .author-name {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 600;
}
.author .author-text .author-work {
    color: #2e2e2e;
    font-size: 14px;
    font-style: italic;
}


a.swipebox {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    display: block;
    float: left;
    margin: 0 12px 12px 0;
    width: 172px;
    line-height: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 172px;
    max-width: 215px;
}
a.swipebox img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}

blockquote {
    border: 1px dashed #f1f1f1;
    border-left: 2px solid #ff1a47;
    margin: 25px;
    padding: 10px 20px 10px 25px;
    background: #fbfbfb;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@keyframes scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}

.marquee {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: scroll 10s infinite linear;
    -moz-animation: scroll 10s infinite linear;
    animation: scroll 10s infinite linear;
}
.news-text li {
    color: #545454;
}


.mediaportal-frame {
    width: 100%;
    min-height: 640px;
}

.christmas-tree svg {
    display: inline-block;
    height: 32px;
    width: 32px;
    margin-top: -9px;
}