*,
body {
    padding: 0;
    margin: 0
}

.fx-1,
img {
    max-width: 100%
}

.comments_subscribe input,
.footer a,
.icon-left .icon,
.icon-left [class*=fa-] {
    margin-right: 10px
}

.search-wrap,
.wrap,
.wrap-center {
    position: relative
}

.lav,
.ldate,
.lname,
input,
select {
    vertical-align: middle
}

#gotop,
.bottom-nav,
.comm-letter,
.fshare,
.fshare .fab,
.fshare .fas,
.fsubtitle,
.search-box button,
.short-rate-in,
.short-title {
    text-align: center
}

.mrating .unit-rating li a,
.unit-rating li a,
.unit-rating li.current-rating {
    text-indent: -9000px;
    position: absolute
}

.close,
.comm-rate3,
.fshare,
.ui-icon {
    white-space: nowrap
}

.fal,
.ui-icon-closethick:before {
    font-family: 'Font Awesome 5 Pro'
}

* {
    background: 0 0;
    outline: 0;
    border: 0;
    box-sizing: border-box
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

table {
    font-size: 16px;
    border-collapse: collapse;
    border-spacing: 0
}

.comments_subscribe,
.js .tabs-b.visible,
.ui-helper-clearfix,
article,
aside,
figure,
figure img,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

.clr {
    clear: both
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

body {
    font: 400 15px Montserrat, sans-serif;
    color: #fff;
    background: url(/templates/gh/images/bg.png) #0c1016;
    min-height: 100%;
    width: 100%
}

a {
    color: #c0c3cd;
    text-decoration: none
}

.table-toggle:hover,
.max-heigh-list-ul-more:hover {
    background-color: rgba(144, 144, 144, .075)
}

a:focus,
a:hover {
    color: white;
    text-decoration: none
}

h1 {
    font-weight: 600;
    font-size: 28px
}

h2,
h3,
h4,
h5 {
    font-weight: 600;
    font-size: 24px
}

button,
input[type=button],
input[type=email],
input[type=password],
input[type=submit],
input[type=text],
select,
textarea {
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: Montserrat !important
}

.btn,
.button,
.meta-fav a,
.pagi-load a,
.qq-upload-button,
.up-second li a,
.usp-btn a,
.usp-edit a,
html input[type=button],
input[type=reset],
input[type=submit] {
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    background-color: #2c69b7;
    color: #aac2e0;
    font-size: 15px
}

.fw700,
.logo span,
b,
strong {
    font-weight: 600
}

.btn:hover,
.button:hover,
.meta-fav a:hover,
.pagi-load a:hover,
.qq-upload-button:hover,
.up-second li a:hover,
.usp-btn a:hover,
.usp-edit a:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background-color: #4834d4;
    color: #fff;
    box-shadow: 0 10px 20px 0 transparent
}

button:active,
input[type=button]:active,
input[type=submit]:active {
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .1)
}

input[type=email],
input[type=password],
input[type=text] {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 0;
    padding: 0 15px
}

textarea {
    padding: 15px;
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

input[type=email],
input[type=password],
input[type=text],
select,
textarea {
    width: 100%;
    background-color: #1f2833;
    color: white;
    border-radius: 10px
}

select {
    height: 40px;
    border: 0;
    padding: 0 15px;
    width: auto
}

input[type=password]:focus,
input[type=text]:focus,
textarea:focus {
    box-shadow: inset 0 0 0 1px #fb0, inset 1px 2px 5px rgba(0, 0, 0, .1)
}

input::placeholder,
textarea::placeholder {
    color: white;
    opacity: 1;
    font-size: 14px
}

.comm-one>span,
.comm-three-left>a,
.comm-three-right li a {
    opacity: .6
}

input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent
}

.img-box,
.img-fit,
.img-resp,
.img-resp-vert,
.img-wide {
    overflow: hidden;
    position: relative
}

.img-resp {
    padding-top: 70%
}

.img-resp-vert {
    padding-top: 140%
}

.img-box img,
.img-resp img,
.img-resp-vert img {
    width: 100%;
    min-height: 100%;
    display: block
}

.img-wide img {
    width: 150px;
    height: 150px;
    display: block
}

.img-fit img {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 4px 10px rgb(0 0 0 / 60%)
}

.footer-counter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 10px 0;
    width: 100%;
}

#dle-content,
.cloud-tags,
.fx-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.fx-col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

#dofullsearch,
#gotop,
.ac-textarea .bb-editor+br,
.broadcast_ch,
.btn-menu,
.hidden,
.mass_comments_action,
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
.owl-carousel.owl-refresh .owl-item {
    display: none
}

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

.fx-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.fx-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 20px
}

.fx-first {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1
}

.fx-last {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10
}

.fx-1 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 50px
}

.form-secur>a,
.icon-right .icon,
.icon-right [class*=fa-],
.links-station a {
    margin-left: 10px
}

.anim,
.btn,
.footer a,
.header-btn,
.popular-item-img:before,
.short-img,
.short-item a,
.side-nav a,
.sidebar a,
button {
    transition: .3s
}

.form-wrap h1,
.mtitle,
.sub-title h1 {
    margin-bottom: 10px;
}

#dle-content>* {
    width: 100%
}

.wrap {
    min-width: 320px;
    padding: 30px
}

.wrap-center {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 20
}

#myTable .preview__title:hover {
    color: white
}

.popular-item-title,
.search-box button {
    z-index: 10;
    color: #aac2e0;
    position: absolute
}

.wrap-main {
    background-color: #1B1D32;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .8)
}

.header {
    padding: 20px;
}

.cols {
    padding: 20px
}

.main {
    min-height: 100vh
}

.sidebar {
    width: 300px;
    margin-right: 40px
}

.footer {
    padding: 0 30px 20px 30px;
}

.footer a {
    color: #c0c3cd;
}

.footer a:hover {
    color: white
}

.logo {
    display: block;
    height: 50px;
    line-height: 60px;
    font-weight: 300;
    margin-top: -10px;
    font-size: 26px;
    /* background: url(/templates/gh/images/logo.png) 0 center/50px no-repeat; */
    padding-left: 60px
}

.logo span.logo-domain {
    color: #c0c3cd;
    font-size: 18px;
    font-weight: 300
}

.header-btn {
    padding: 0 40px
}

.search-wrap {
    margin: 0 20px 0 40px
}

.search-box input,
.search-box input:focus {
    padding: 0 50px 0 16px;
    border-radius: 10px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .3)
}

.search-box input:not(:focus)::placeholder {
    color: white;
    opacity: 1;
    font-size: 12px
}

.search-box button {
    right: 0;
    top: 8px;
    cursor: pointer;
    fill: white;
}

.carou-sect,
.sorter form {
    background-color: #090c10
}

.carou-content {
    height: 150px
}

.carou-sect {
    padding: 20px 40px
}

.carou-title {
    margin: 20px 0
}

.popular-item-img {
    display: block;
    border-radius: 10px;
    height: 150px
}

.popular-item-title {
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    font-weight: 500;
    word-wrap: break-word
}

.popular-item-img:before {
    content: '';
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%
}

.owl-carousel.owl-hidden,
.owl-carousel.owl-loading,
.popular-item:hover .popular-item-img:before,
.popular-item:hover .popular-item-title {
    opacity: 0
}

.sect,
.side-box {
    margin-bottom: 40px
}

.side-bt {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px
}

.mb-remove {
    margin-bottom: -20px
}

.nav-col {
    width: 55%
}

.nav-col+.nav-col {
    width: 40%
}

.nav-title {
    font-weight: 500;
    margin-bottom: 9px;
    font-size: 17px
}

.nav-menu+.nav-title {
    margin-top: 12px
}

.nav-menu a {
    display: block;
    padding: 5px 0;
    color: #c0c3cd
}

.nav-menu a:hover,
.side-popular-item:hover .side-popular-item-title,
a.short-title:hover {
    color: white
}

.form-wrap>div,
.lcomm,
.sect-header,
.side-panel .side-box,
.side-popular-item {
    margin-bottom: 20px
}

.side-popular-item-img {
    width: 60px;
    border-radius: 6px;
    margin-right: 20px
}

.ltext,
.side-recommend-item-img {
    border-radius: 10px
}

.side-popular-item-title {
    font-weight: 500;
    margin-top: 13px
}

.side-popular-item-info {
    color: #8fa7c6;
    margin-top: 10px;
    font-size: 13px
}

.side-popular-item-date {
    color: #8fa7c6;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 300
}

.lmeta,
.ltitle {
    font-size: 13px;
    font-weight: 300
}

.side-recommend-item {
    display: block;
    margin-bottom: 20px;
    width: 46.6%
}

.fshare .fa:hover,
.short-img:hover,
.side-recommend-item:hover {
    opacity: .8
}

.ltitle {
    display: block;
    line-height: 1;
    margin-top: 10px;
    padding-left: 2px
}

.sorter:before,
.sorter>span {
    display: inline-block;
    vertical-align: top
}

.ltext {
    line-height: 1.3;
    padding: 10px
}

.lmeta {
    margin: 10px 0;
    color: #8fa7c6
}

.lav,
.ldate,
.lname {
    display: inline-block;
    margin-right: 7px
}

.fleft,
.mrating,
.short-meta-item,
.short-rating,
td img {
    margin-right: 20px
}

.lav {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.lcomm .comm-letter {
    line-height: 20px;
    font-size: 12px
}

.lname {
    color: #8fa7c6;
    font-weight: 400
}

.sect:last-child,
.site-desc>:last-child {
    margin-bottom: 0
}

.internet-title {
    margin: 20px 0 20px 0
}

.sect-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px
}

.sorter {
    position: relative;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 13px;
    display: block
}

.sorter:before {
    content: attr(data-label)
}

.sorter>span {
    margin-left: 2px
}

.comm-rate3 a,
td img {
    vertical-align: middle
}

.sorter form {
    display: none;
    padding: 10px;
    line-height: 26px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .6);
    position: absolute;
    right: 0;
    top: 100%;
    width: 160px;
    z-index: 999;
    border-radius: 4px
}

.sort li.asc a:after,
.sort li.desc a:after {
    content: "\f063";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-left: 10px;
    font-weight: 300
}

.sort li.desc a:after {
    content: "\f062"
}

.sect-link:hover,
.sorter:hover {
    background-color: #2c69b7;
    color: #fff
}

.short-item {
    padding: 10px 12px;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    width: 15% !important
}

.img-fit {
    position: relative;
    display: block;
    width: 100%;
}

.short-header {
    margin-bottom: 5px
}

.short-title {
    font-size: 16px;
    margin-top: 5px;
    color: white;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.short-text {
    font-size: 14px;
    line-height: 1.7
}

.short-list li {
    margin: 5px 0;
    line-height: 1.5
}

.short-meta {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300
}

.short-rating {
    line-height: 28px;
    background-color: #18202a;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .8)
}

.short-rating .fa-thumbs-up {
    color: #83bf45;
    margin-right: 10px
}

.short-rating .fa-thumbs-down {
    color: #ee3442;
    margin: 0 10px
}

.short-label {
    background-color: #fb0;
    color: #000;
    padding: 3px 6px;
    border-radius: 6px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
    font-size: 12px;
    font-weight: 500
}

.short-btn {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .6)
}

.short-rate-in {
    line-height: 30px;
    border-radius: 6px;
    font-size: 13px;
    opacity: .7;
    padding: 0 6px;
    margin-left: 10px;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .6)
}

.add-comms,
.fcols,
.fimg {
    border-radius: 10px
}

.short-rate-in:before {
    content: attr(data-text);
    display: inline;
    margin-right: 3px;
    text-transform: uppercase
}

.short-rate-kp {
    background-color: #f60;
    color: #fff
}

.short-rate-imdb {
    background-color: #fc0;
    color: #000
}

.mrating {
    overflow: hidden
}

.mrating a {
    transition: none
}

.site-desc {
    line-height: 1.7;
    color: #8fa7c6;
    font-size: 14px;
    padding-top: 40px
}

.fcols .short-list li,
.speedbar {
    font-size: 15px
}

.site-desc:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 5px
}

.site-desc h1,
.site-desc h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #aac2e0
}

.site-desc li {
    list-style-type: disc;
    margin-left: 40px
}

.full-text p,
.site-desc p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 38px;
}

.full-text>.highslide img[style*=left],
.full-text>img[style*=left],
.site-desc img {
    margin: 0 10px 10px 0
}

.site-desc a {
    color: #fb0
}

.site-desc img {
    float: left;
    max-width: 200px
}

.bottom-nav {
    margin-bottom: -10px;
    margin-top: 15px
}

.navigation a,
.navigation span,
.pnext a,
.pnext>span,
.pprev a,
.pprev>span {
    display: inline-block;
    padding: 0 10px;
    line-height: 50px;
    min-width: 50px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px
}

.fplayer .tabs-sel span.current,
.navigation span:not(.nav_ext),
.pagi-nav a:hover {
    background-color: #121820;
}

.speedbar {
    margin-bottom: 20px
}

.mobs {
    display: block;
    margin: 0 auto;
}

.mobs .adsbygoogle {
    display: none;
    height: 100px;
}

.ftext {
    margin: 20px 0
}

.fcols .short-meta-item:last-child {
    margin-right: 0
}

h1 a {
    margin-left: 10px;
    font-size: 15px
}

.fcols {
    padding: 20px;
    background-color: #121820
}

.popular-item-img:before {
    background: linear-gradient(to bottom, transparent 0, #18202a 60%);
    opacity: 1
}

.fsubtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px
}

.fplayer {
    position: relative;
    background-color: #090c10
}

.fctrl {
    padding-right: 20px
}

.fplayer .tabs-sel span {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .6);
    font-weight: 500
}

.js .tabs-b {
    background-color: #000;
    display: none
}

.fcompl a:hover,
.ffav a:hover,
.ffav span:hover {
    color: #fb0;
    cursor: pointer
}

.fcompl,
.ffav {
    margin-left: 20px
}

.fshare {
    padding: 10px
}

.fshare .fab,
.fshare .fas {
    width: 50px;
    height: 30px;
    border-radius: 6px;
    line-height: 30px;
    background-color: #c70003;
    color: #fff;
    font-size: 14px;
    margin: 0 2px;
    cursor: pointer
}

.fab.fa-vk {
    background-color: #5075a5
}

.fab.fa-facebook-f {
    background-color: #4b6baf
}

.fab.fa-twitter {
    background-color: #2daae1
}

.fa.fa-rss,
.fab.fa-odnoklassniki {
    background-color: #fc6d00
}

.fas.fa-paper-plane {
    background-color: #5682a3
}

.fshare .fa-facebook-f::before {
    content: "\f39e" !important
}

.video-box embed,
.video-box frame,
.video-box iframe,
.video-box object,
.video-box video {
    max-width: 100% !important;
    display: block;
    width: 100%;
    height: 400px
}

.comm-rate3,
.comm-rate3 a,
.comm-three-right li,
.last-comm-link {
    display: inline-block
}

.mejs-container {
    max-width: 100% !important
}

.full-text {
    line-height: 1.7
}

.full-text>.highslide img[style*=right],
.full-text>img[style*=right] {
    margin: 0 0 10px 10px
}

.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
    margin: 10px 0
}

.main-list a {
    padding: 0 20px 0 0;
    font-size: 16px;
    line-height: 38px;
}

.full-text>ol,
.full-text>ul {
    margin: 0
}

.full-text>ul li {
    font-size: 16px;
    list-style: disc;
    margin-left: 40px;
    line-height: 38px;
}

.full-text>ol li {
    font-size: 16px;
    list-style: decimal;
    margin-left: 40px;
    line-height: 38px;
}

.add-comms {
    padding: 20px;
    background-color: #151728
}

.ac-inputs input {
    width: 48.5%;
    margin-bottom: 15px
}

.ac-textarea textarea {
    height: 100px;
    margin-bottom: 15px
}

.last-comm-link {
    padding-bottom: 20px;
    color: #06c;
    font-size: 18px
}

.comm-avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px
}

.comm-letter,
.overlay-box {
    width: 100%;
    background-color: #000;
    left: 0
}

.comm-letter {
    position: absolute;
    top: 0;
    height: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase
}

.comm-item {
    padding-left: 55px;
    position: relative;
    min-height: 40px;
    margin-bottom: 20px
}

.login-avatar,
.login-close,
.login-title {
    font-size: 24px;
    text-align: center
}

.comm-two {
    margin: 5px 0 10px
}

.comm-one>span,
.comm-rate3,
.login-soc-title:before {
    margin-right: 15px
}

.comm-one>span.comm-author,
.comm-one>span.comm-author a {
    font-weight: 500;
    opacity: 1
}

.comm-three-right li {
    margin-left: 15px
}

.comm-rate3 {
    height: 20px;
    line-height: 20px;
    vertical-align: top;
    position: relative;
    top: -3px
}

.top-menu {
    margin-left: 40px;
}

.top-menu a {
    margin-right: 20px;
    font-size: 19px;
}

.comm-rate3 a {
    position: relative;
    opacity: .8
}

.comm-rate3 a:first-child {
    top: -5px
}

.comm-rate3>span {
    margin: 0 5px
}

.comm-rate3>span>span.ratingtypeplus {
    color: #06b601
}

.comm-rate3>span>span.ratingplus {
    color: #95c613
}

.comm-rate3>span>span.ratingminus {
    color: #ff0e0e
}

.comm-three a:hover {
    border-bottom-color: transparent
}

.comm-three-left>a {
    opacity: 1;
    color: #8fa7c6;
    border-bottom: 1px dotted #8fa7c6
}

.overlay-box {
    position: fixed;
    z-index: 998;
    top: 0;
    height: 100%;
    opacity: .8;
    cursor: pointer
}

.login-box {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #18202a;
    padding: 30px 60px 40px;
    border-top: 5px solid #fb0;
    width: 400px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5)
}

.login-close {
    width: 26px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -30px;
    color: #fff
}

.login-title {
    font-weight: 600;
    margin-bottom: 15px
}

.login-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 15px;
    line-height: 60px;
    background-color: #090c10;
    color: #8fa7c6
}

.login-input {
    margin-bottom: 15px
}

.login-btn button {
    width: 100%;
    margin: 15px 0
}

.login-btm a {
    border-bottom: 1px dotted #2c69b7;
    color: #2c69b7;
    font-size: 13px
}

.login-check {
    position: relative;
    font-size: 14px
}

.login-check input {
    opacity: 0;
    position: absolute;
    cursor: pointer
}

.login-check span {
    display: block;
    padding-left: 36px;
    height: 30px;
    line-height: 30px;
    color: #939393
}

.login-check span:after,
.login-check span:before {
    content: '';
    position: absolute;
    top: 50%;
    transition: .3s
}

.login-check span:before {
    left: 0;
    height: 10px;
    margin-top: -5px;
    width: 26px;
    border-radius: 5px;
    background: #090c10;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .3)
}

.login-check span:after {
    left: 1px;
    height: 12px;
    width: 12px;
    margin-top: -6px;
    background: #2ecc71;
    border-radius: 6px;
    box-shadow: 0 1px 4px transparent
}

.login-check input:checked+span:before {
    background-color: #fff
}

.login-check input:checked+span:after {
    left: 13px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}

.login-menu {
    border-top: 1px solid #090c10;
    border-left: 1px solid #090c10
}

.login-menu li {
    text-align: center;
    border-right: 1px solid #090c10;
    border-bottom: 1px solid #090c10;
    width: 50%
}

.login-menu a {
    display: block;
    padding: 10px 5px;
    font-size: 13px
}

.login-menu li .fa {
    display: none;
    height: 28px;
    font-size: 22px;
    color: #2c69b7
}

.login-admin {
    text-align: center;
    margin: -10px 0 25px
}

.login-soc-title {
    display: flex;
    align-items: center;
    margin: 30px 0 15px
}

.login-soc-title:after,
.login-soc-title:before {
    content: '';
    height: 1px;
    background-color: #090c10;
    flex: 1
}

.login-soc-title:after {
    margin-left: 15px
}

.login-soc-btns,
.table-toggle,
.max-heigh-list-ul-more-center {
    text-align: center
}

.login-soc-btns a {
    display: inline-block;
    margin: 0 3px;
    vertical-align: top
}

.login-soc-btns img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.owl-carousel {
    display: none;
    opacity: 0;
    transition: opacity .3s linear;
    width: 100%;
    position: relative;
    z-index: 10
}

.owl-carousel .owl-stage {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded,
.owl-carousel.owl-loading {
    display: block;
    opacity: 1
}

.owl-carousel.owl-drag .owl-item {
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-nav {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.rate {
    border: 1px solid #edf0f6;
    border-radius: 7px;
    margin: 10px 0 0px 0px;
    padding: 10px;
}

.owl-next,
.owl-prev {
    display: block;
    cursor: pointer;
    background: 0 0;
    color: #fb0;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: -46px;
    box-shadow: none;
    font-size: 28px
}

.close-overlay {
    height: 100%;
    position: fixed
}

.owl-prev {
    right: 45px;
    color: #fb0
}

.owl-next {
    right: 0
}

.owl-next:hover,
.owl-prev:hover {
    color: #aac2e0
}

@media(min-width: 1221px) {
    .for-mobile-menu {
        display: none !important;
    }
}

@media(max-width:1220px) {
    .side-panel {
        width: 330px;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #1B1D32;
        padding: 20px;
        z-index: 9999;
        left: -380px;
        top: 0;
        transition: left .4s;
        height: 100%;
        position: fixed;
    }
}

.mrating .unit-rating a.r1-unit,
.side-panel.active,
.unit-rating a.r1-unit {
    left: 0
}

.close-overlay {
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    z-index: 9998;
    display: none
}

.btn-close img {
    width: 20px;
    height: 20px
}

.btn-close {
    cursor: pointer;
    left: 280px;
    top: -40px;
    position: fixed;
    z-index: 9999;
    width: 40px;
    height: 40px;
    line-height: 47px;
    text-align: center;
    background-color: #e84e36;
}

.btn-close.active {
    top: 0
}

@media (max-width: 1220px) {
    body.opened-menu {
        overflow: hidden;
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:1220px) {
    .wrap {
        padding: 0;
        overflow: hidden
    }

    .wrap-center {
        max-width: 1000px;
        border-radius: 0
    }

    .btn-menu {
        display: block;
        fill: #fb0;
        width: 30px;
        height: 30px;
    }

    .video-box embed,
    .video-box frame,
    .video-box iframe,
    .video-box object,
    .video-box video {
        height: 400px
    }
}

@media screen and (max-width:950px) {
    .wrap-center {
        max-width: 768px
    }

    .short-meta-item:not(.mrating-count) {
        display: none
    }

    .footer {
        display: block;
        text-align: center;
        padding: 0 5px 20px 5px;
    }

    .footer-copyright {
        margin: 0 0 20px
    }
}

@media screen and (max-width:760px) {
    .img-wide img {
        width: 120px;
        height: 120px;
    }

    .rate {
        margin: 0;
        margin-left: 10px;
    }

    .wrap-center {
        max-width: 640px
    }

    .comments-tree-list .comments-tree-list:before,
    .fcompl,
    .ffav,
    .mass_comments_action,
    .not-logged .login-avatar {
        display: none
    }

    .login-close {
        top: -5px
    }

    .login-title {
        font-size: 18px
    }

    .login-box {
        max-width: calc(100% - 60px);
        padding: 15px
    }

    .search-wrap {
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10;
        min-width: 100%;
        margin: 20px 0 0
    }

    .header-btn {
        padding: 0 10px
    }

    .logo {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-width: 50px;
        position: relative;
        margin-right: 20px
    }

    .fcols {
        display: block
    }

    .fleft {
        margin: 0 auto 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }

    .fcols:after {
        content: "";
        display: table;
        clear: both
    }

    .short-rates {
        width: 100%;
        margin: 10px 0 0 -10px;
        justify-content: flex-start
    }

    .mrating-count {
        text-align: right;
        margin-right: 0;
        margin-left: -20px
    }

    .fplayer .tabs-sel>span {
        width: 50%;
        text-align: center
    }

    .fplayer {
        margin-left: -20px;
        margin-right: -20px
    }

    .dcont button {
        font-size: 12px;
        padding: 0 15px !important
    }

    .comments-tree-list .comments-tree-list {
        padding-left: 0 !important
    }
}

.ac-submit button,
.favmod,
.ui-icon-closethick:before,
table td,
th {
    text-align: center
}

@media screen and (max-width:590px) {
    .wrap-center {
        max-width: 480px
    }

    .short-title {
        font-size: 13px
    }

    .short-item {
        width: 33% !important;
    }

    .sect-title .fal,
    .short-item .short-list,
    .short-item .short-meta,
    .short-item .short-rates {
        display: none
    }

    .navigation {
        justify-content: center
    }

    .logo,
    .sect-title {
        font-size: 20px
    }

    .ac-inputs input {
        width: 100%
    }

    .video-box embed,
    .video-box frame,
    .video-box iframe,
    .video-box object,
    .video-box video {
        height: 300px
    }

    .ui-dialog {
        width: 100% !important
    }

    .upop-left,
    .upop-right {
        float: none !important;
        width: 100% !important;
        margin: 0;
        padding: 0 20px
    }

    .upop-left {
        margin-bottom: 10px;
        text-align: center
    }

    #dofullsearch,
    #searchsuggestions span.seperator {
        display: none !important
    }

    .attach .download-link {
        margin: 0 -15px 0 0;
        float: none;
        display: block;
        padding: 0 10px
    }

    .attach-info {
        float: none
    }
}

.mrating .unit-rating,
.unit-rating {
    list-style: none;
    display: inline-block;
    margin: 0;
    position: relative
}

.unit-rating {
    padding: 0;
    width: 86px;
    height: 17px;
    background: url(/templates/gh/dleimages/rating.png) repeat-x
}

.unit-rating li {
    text-indent: -90000px;
    padding: 0;
    margin: 0;
    float: left
}

.unit-rating li a {
    display: block;
    width: 17px;
    height: 17px;
    text-decoration: none;
    z-index: 17;
    padding: 0
}

.unit-rating li a:hover {
    background: url(/templates/gh/dleimages/rating.png) 0 -17px;
    z-index: 2;
    left: 0
}

.unit-rating a.r1-unit:hover {
    width: 17px
}

.unit-rating a.r2-unit {
    left: 17px
}

.unit-rating a.r2-unit:hover {
    width: 34px
}

.unit-rating a.r3-unit {
    left: 34px
}

.unit-rating a.r3-unit:hover {
    width: 51px
}

.unit-rating a.r4-unit {
    left: 51px
}

.unit-rating a.r4-unit:hover {
    width: 68px
}

.unit-rating a.r5-unit {
    left: 68px
}

.unit-rating a.r5-unit:hover {
    width: 85px
}

.unit-rating a.r6-unit {
    left: 85px
}

.unit-rating a.r6-unit:hover {
    width: 102px
}

.unit-rating a.r7-unit {
    left: 102px
}

.unit-rating a.r7-unit:hover {
    width: 119px
}

.unit-rating a.r8-unit {
    left: 119px
}

.unit-rating a.r8-unit:hover {
    width: 136px
}

.unit-rating a.r9-unit {
    left: 136px
}

.unit-rating a.r9-unit:hover {
    width: 153px
}

.unit-rating a.r10-unit {
    left: 153px
}

.unit-rating a.r10-unit:hover {
    width: 170px
}

.unit-rating li.current-rating {
    background: url(/templates/gh/dleimages/rating.png) 0 -34px;
    height: 17px;
    display: block;
    z-index: 1
}

.mrating .unit-rating {
    padding: 0;
    width: 150px;
    height: 30px;
    background: url(/templates/gh/dleimages/rating1.png) repeat-x
}

.mrating .unit-rating li {
    text-indent: -90000px;
    padding: 0;
    margin: 0;
    float: left;
    width: 30px;
    height: 30px
}

.mrating .unit-rating li a {
    display: block;
    width: 30px;
    height: 30px;
    text-decoration: none;
    z-index: 17;
    padding: 0
}

.mrating .unit-rating li a:hover {
    background: url(/templates/gh/dleimages/rating1.png) 0 -30px;
    z-index: 2;
    left: 0
}

.mrating .unit-rating a.r1-unit:hover {
    width: 30px
}

.mrating .unit-rating a.r2-unit {
    left: 30px
}

.mrating .unit-rating a.r2-unit:hover {
    width: 60px
}

.mrating .unit-rating a.r3-unit {
    left: 60px
}

.mrating .unit-rating a.r3-unit:hover {
    width: 90px
}

.mrating .unit-rating a.r4-unit {
    left: 90px
}

.mrating .unit-rating a.r4-unit:hover {
    width: 120px
}

.mrating .unit-rating a.r5-unit {
    left: 120px
}

.mrating .unit-rating a.r5-unit:hover {
    width: 150px
}

.mrating .unit-rating a.r6-unit {
    left: 150px
}

.mrating .unit-rating a.r6-unit:hover {
    width: 180px
}

.mrating .unit-rating a.r7-unit {
    left: 180px
}

.mrating .unit-rating a.r7-unit:hover {
    width: 210px
}

.mrating .unit-rating a.r8-unit {
    left: 210px
}

.mrating .unit-rating a.r8-unit:hover {
    width: 240px
}

.mrating .unit-rating a.r9-unit {
    left: 240px
}

.mrating .unit-rating a.r9-unit:hover {
    width: 270px
}

.mrating .unit-rating a.r10-unit {
    left: 270px
}

.mrating .unit-rating a.r10-unit:hover {
    width: 300px
}

.mrating .unit-rating li.current-rating {
    background: url(/templates/gh/dleimages/rating1.png) 0 -60px;
    position: absolute;
    height: 30px;
    display: block;
    text-indent: -9000px;
    z-index: 1
}

.berrors {
    margin: 0 0 15px;
}

.berrors a {
    cursor: pointer;
    color: white;
    background-color: #2C2E48;
    font-size: 19px;
    padding: 0px 28px;
    line-height: 45px;
    border: 1px solid;
    border-color: #2C2E48;
    border-radius: 10px;
}

#searchinput,
#searchuser {
    width: 90% !important
}

.clouds_xsmall {
    font-size: 16px
}

.clouds_small {
    font-size: 17px;
    font-weight: 700
}

.clouds_large {
    font-size: 1.3em
}

.clouds_medium {
    font-size: 1.2em;
    font-weight: 700
}

.clouds_xlarge {
    font-size: 18px
}

.ui-dialog {
    z-index: 999;
    background-color: #18202a;
    position: absolute;
    width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .3)
}

#contacts img {
    width: 40px;
    height: 40px
}

.ui-dialog .ui-dialog-content {
    padding: 30px;
    overflow: auto;
    position: relative;
    background-color: #151728;
    zoom: 1
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 10px 15px;
    text-align: center;
    background-color: #1B1D32
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0 5px;
    font-size: 19px;
    padding: 0px 20px;
    line-height: 30px;
    border-radius: 10px;
    background-color: #2C2E48;
    cursor: pointer;
    border: 1px solid;
    border-color: #2C2E48;
    color: white;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-dialog-titlebar {
    background-color: #1B1D32
}

.ui-dialog-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 60px 15px 30px
}

article a {
    text-decoration: underline;
}

.close,
.ui-icon {
    background-repeat: no-repeat, repeat;
    background-size: contain;
    background-image: url(/templates/br/images/btn-close.svg);
}

.city-list-ul a,
.fal,
.form-secur input,
.inline-ul li {
    display: inline-block
}

.favmod.active {
    fill: #fb0
}

.playnow span {
    color: #fb0
}

th {
    color: #c0c3cd
}

th:hover {
    color: white
}

.form-secur input {
    max-width: 300px;
    vertical-align: top
}

.city-list-ul {
    margin: 10px 0 15px;
    width: 100%
}

.inline-ul li {
    margin: 0 15px 15px 0;
    float: left;
    width: 18%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media screen and (max-width:800px) {
    .inline-ul li {
        margin: 0 10px 10px 0;
        width: 22%
    }
}

@media screen and (max-width:560px) {
    .inline-ul li {
        margin: 0 10px 10px 0;
        width: 31%
    }
}

@media screen and (max-width:470px) {
    .wrap-center22 {
        max-width: 360px
    }

    .video-box embed,
    .video-box frame,
    .video-box iframe,
    .video-box object,
    .video-box video {
        height: 250px
    }

    .inline-ul li {
        margin: 0 10px 10px 0;
        width: 46%
    }
}

table td {
    padding: .75em;
}

.footer-copyright img {
    width: 25px;
    height: 25px
}

.favmod {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    fill: #aac2e0
}

.city-list-ul li,
.table-toggle,
.max-heigh-list-ul-more,
label {
    display: inline-block
}

.link a:hover,
.playnow .live_soung {
    color: #fff
}

.media-wrapper {
    height: 40px
}

.ac-submit button {
    cursor: pointer;
    color: white;
    background-color: #2C2E48;
    font-size: 19px;
    padding: 0px 25px;
    line-height: 45px;
    border: 1px solid;
    border-color: #2C2E48;
    border-radius: 10px
}

#myTable_wrapper {
    padding: 10px 0 20px 0;
}

.ui-dialog-buttonset button:hover {
    background-color: rgba(144, 144, 144, .075)
}

.ac-submit button:hover {
    background-color: rgba(144, 144, 144, .075)
}

.catmenu li {
    font-size: 20px
}

.city-list-ul li {
    font-size: 16px;
    margin: 5px;
    width: 23%;
}

#contacts img {
    margin: 5px
}

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

    .clouds_large,
    .clouds_medium,
    .clouds_small,
    .clouds_xlarge,
    .clouds_xsmall {
        width: 45%
    }
}

.PlaylistTable td {
    padding: .75em .05em .75em .75em;
    text-align: left;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col-md-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-md-12 {
    flex: 0 0 auto;
    width: 100%
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.form-group label {
    padding-top: 18px;
    padding-bottom: 11px
}

input[type=url] {
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: Montserrat !important;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 0;
    padding: 0 15px;
    width: 100%;
    background-color: #303f52;
    color: #aac2e0;
    box-shadow: inset 0 0 0 1px #303f52, inset 1px 2px 5px rgba(0, 0, 0, .1)
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    padding: 0 30px;
    color: #fff;
    margin-bottom: 13px
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #303f52;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: .2s;
    transition: .2s
}

[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.btn-radiostation-add {
    margin-top: 25px
}

.playnow {
    padding: 10px 0
}

.buttons img {
    padding: 30px 0 0
}

.inline-ul li {
    margin: 0 15px 15px 0;
    float: left;
    width: 18%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media screen and (max-width:800px) {
    .inline-ul li {
        margin: 0 10px 10px 0;
        width: 22%
    }
}

@media screen and (max-width:560px) {
    .inline-ul li {
        margin: 0 10px 10px 0;
        width: 31%
    }
}

@media screen and (max-width:470px) {
    .wrap-center22 {
        max-width: 360px
    }

    .video-box embed,
    .video-box frame,
    .video-box iframe,
    .video-box object,
    .video-box video {
        height: 250px
    }

    .inline-ul li {
        margin: 0 10px 10px 0;
        width: 46%
    }
}

table tbody tr:nth-child(odd) {
    background-color: rgba(144, 144, 144, .075)
}

td img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 15%)
}

table tbody td:nth-child(2) {
    text-align: left
}

th {
    padding: 0 0 20px;
    cursor: pointer
}

.nav-col img {
    width: 150px
}

.favmod:hover {
    fill: #f93
}

.linkfav {
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 600
}

.linkfav a {
    color: #fb0
}

.linkfav a:hover {
    color: white
}

.link {
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 600;
}

.link a:hover,
.playnow .live_soung {
    color: #fff
}

.media-wrapper {
    height: 40px
}

.links-station {
    padding: 10px 0 0;
    text-align: right
}

#contacts img {
    margin: 5px
}

.clouds_large,
.clouds_medium,
.clouds_small,
.clouds_xlarge,
.clouds_xsmall {
    margin: 5px;
    width: 13%;
}

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

    .clouds_large,
    .clouds_medium,
    .clouds_small,
    .clouds_xlarge,
    .clouds_xsmall {
        width: 45%
    }
}

.short-list {
    margin: 0;
    padding: 0
}

.addthis_inline_share_toolbox_x9gr {
    height: 45px;
    width: 150px
}

.max-heigh-list-ul {
    height: 117px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative
}

.table-toggle,
.max-heigh-list-ul-more {
    margin: 10px 0 20px 0;
    border: 1px solid;
    border-color: #2C2E48;
    background-color: #2C2E48;
    padding: 0px 15px;
    line-height: 35px;
    border-radius: 10px;
    cursor: pointer
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col-md-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-md-12 {
    flex: 0 0 auto;
    width: 100%
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.form-group label {
    padding-top: 18px;
    padding-bottom: 11px
}

input[type=url] {
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: Montserrat !important;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 0;
    padding: 0 15px;
    width: 100%;
    background-color: #303f52;
    color: #aac2e0;
    box-shadow: inset 0 0 0 1px #303f52, inset 1px 2px 5px rgba(0, 0, 0, .1)
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    padding: 0 30px;
    color: #fff;
    margin-bottom: 13px
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #303f52;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: .2s;
    transition: .2s
}

[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.btn-radiostation-add {
    margin-top: 25px
}

.buttons textarea {
    line-height: 1.5
}

.buttons img {
    padding: 30px 0 0
}

.fb-comments {
    background: #8fa7c6
}

.short-list span {
    padding-right: 10px;
    font-size: 14px
}

.rate-position span {
    font-size: 30px;
    color: #fb0;
    margin-left: 5px;
}

.rate-rating span {
    font-size: 25px;
    color: #ff6000;
    margin-left: 5px;
}

.playlist-shed {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 0 32px 16px;
}

.playlist-shed>li.active {
    background: #434105;
    color: #ff6000;
}

.playlist-shed>li {
    margin: 0 0 0 -1px;
    padding: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    text-align: center;
    font-size: 85%;
    border: solid #d6dfe7;
    border-width: 1px;
}

.playlist-shed>li a {
    display: block;
    padding: 6px 0;
    font-size: 85%;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}

.playlist-shed>li a:hover {
    background: #434105
}

.playlist-shed>li span {
    display: block;
    font-size: 201%;
    color: #fb0;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("/templates/gh/fonts/Montserrat-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("/templates/gh/fonts/Montserrat-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("/templates/gh/fonts/Montserrat-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("/templates/gh/fonts/Montserrat-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

:root {
    --yellow: #FFBB00
}

.star-rating .short-meta {
    margin: 0
}

.star-rating .mrating {
    margin-right: 0
}

.star-rating .mrating-count {
    margin: 0
}

.star-rating .short-meta-item {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 8px;
    text-align: left
}

.star-rating .mrating .unit-rating li a {
    width: 24px;
    height: 24px
}

@media(min-width: 761px) {
    .star-rating {
        position: absolute;
        top: -8px;
        right: 0
    }
}

@media(max-width: 760px) {
    .star-rating {
        margin: 16px 0
    }
}

.short-meta-item {
    font-weight: 500;
    color: #ffb700;
    letter-spacing: -0.14px
}

.intro-p {
    background-color: #151728;
    border-radius: 16px
}

.intro-p__img img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

@media(max-width: 500px) {
    .intro-p__img img {
        width: 100px;
        height: 100px;
        border-radius: 8px
    }
}

@media(min-width: 951px) {
    .intro-p {
        display: grid;
        grid-template-columns: 190px repeat(7, 1fr);
        grid-auto-rows: minmax(86px, auto)
    }

    .intro-p__img {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 20px;
        grid-column: 1/2;
        grid-row: 1/3
    }

    .intro-p__title {
        grid-column: 2/9;
        grid-row: 1/2;
        padding: 10px 20px 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 5px;
    }

    .intro-p__media {
        grid-column: 2/5;
        grid-row: 2/3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .intro-p__rating {
        grid-column: 5/9;
        grid-row: 2/3
    }
}

@media(max-width: 950px) {
    .intro-p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 12px;
        padding: 20px
    }

    .intro-p__img,
    .intro-p__media {
        width: 50%
    }

    .intro-p__title,
    .intro-p__rating {
        width: 100%
    }

    .intro-p__media {
        padding-left: 5vw
    }
}

@media(max-width: 500px) {
    .intro-p {
        padding: 12px 12px 0
    }
}

.player-styled {
    height: 64px;
    width: 210px
}

.player-styled .mejs__container {
    height: 100% !important;
    width: 100% !important;
    background: rgba(0, 0, 0, 0)
}

.player-styled .mejs__controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.player-styled .mejs__button>button {
    margin: 0
}

.player-styled .mejs__play>button {
    background: #c68f04 url(/templates/gh/images/play-mejs.svg) no-repeat 50% 50%
}

.player-styled .mejs__pause>button {
    background: #c68f04 url(/templates/gh/images/pause-mejs.svg) no-repeat 50% 50%
}

.player-styled .mejs__replay>button {
    background: #c68f04 url(/templates/gh/images/replay-mejs.svg) no-repeat 50% 50%
}

.player-styled .mejs__playpause-button {
    margin-right: 16px
}

.player-styled .mejs__playpause-button,
.player-styled .mejs__playpause-button>button {
    width: 64px;
    height: 64px;
    border-radius: 50%
}

.player-styled .mejs__horizontal-volume-slider {
    width: 78px
}

.player-styled .mejs__horizontal-volume-total {
    width: 100%;
    background-color: rgba(170, 197, 224, .2)
}

.player-styled .mejs__horizontal-volume-current {
    background-color: #c0c3cd
}

.player-styled .mejs__volume-button {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-left: 5px
}

.player-styled .mejs__volume-button,
.player-styled .mejs__volume-button>button {
    padding-top: 1px;
    width: 32px;
    height: 33px
}

.player-styled .mejs__mute>button {
    background: url(/templates/gh/images/mute-mejs.svg) no-repeat 50% 50%
}

.player-styled .mejs__unmute>button {
    background: url(/templates/gh/images/unmute-mejs.svg) no-repeat 50% 50%
}

@media(max-width: 950px) {

    .player-styled,
    .player-styled .mejs__playpause-button,
    .player-styled .mejs__playpause-button>button {
        width: 64px
    }

    .player-styled,
    .player-styled .mejs__playpause-button,
    .player-styled .mejs__playpause-button>button,
    .player-styled .mejs__controls {
        height: 64px
    }

    .player-styled .mejs__playpause-button {
        margin-right: 0
    }

    .player-styled .mejs__volume-button>button,
    .player-styled .mejs__horizontal-volume-slider {
        display: none !important
    }
}

.player-styled .mejs__time-rail,
.player-styled .mejs__time-buffering {
    width: 66px;
    height: 66px;
    border-radius: 50%
}

.player-styled .mejs__time-rail {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 0;
    margin: 0;
    pointer-events: none
}

.player-styled .mejs__time-total {
    margin: 0;
    background: rgba(0, 0, 0, 0)
}

.player-styled .mejs__time-buffering {
    background: #c68f04;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-animation: none;
    animation: none
}

.player-styled .mejs__time-buffering:after {
    content: "";
    width: 32px;
    height: 32px;
    background: url(/templates/gh/images/loading.svg) no-repeat 0 0/contain;
    will-change: transform;
    -webkit-animation: rotateBuffer 1.5s linear infinite;
    animation: rotateBuffer 1.5s linear infinite
}

.player-styled .mejs__time-current,
.player-styled .mejs__time-loaded,
.player-styled .mejs__time-handle,
.player-styled .mejs__time-float {
    display: none
}

.player-styled_v2 {
    width: 100%
}

.player-styled_v2,
.player-styled_v2 .mejs__controls,
.player-styled_v2 .mejs__playpause-button,
.player-styled_v2 .mejs__playpause-button>button {
    height: 48px
}

.player-styled_v2 .mejs__playpause-button,
.player-styled_v2 .mejs__playpause-button>button {
    width: 48px
}

.player-styled_v2 .mejs__controls {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.player-styled_v2 .mejs__volume-button {
    margin-left: auto
}

.player-styled_v2 .mejs__volume-button>button {
    display: none
}

.player-styled_v2 .mejs__play>button {
    background-size: 18px 18px
}

.player-styled_v2 .mejs__pause>button {
    background-size: 24px 24px
}

.player-styled_v2 .mejs__time-buffering {
    width: 50px;
    height: 50px
}

.player-styled_v2 .mejs__time-buffering:after {
    width: 25px;
    height: 25px
}

.player-styled_v2 .mejs__volume-slider {
    display: block !important;
    bottom: 0;
    background: rgba(0, 0, 0, 0)
}

.player-styled_v2 .mejs__volume-total {
    top: 0;
    background: rgba(170, 194, 224, .1)
}

.player-styled_v2 .mejs__volume-button,
.player-styled_v2 .mejs__volume-slider,
.player-styled_v2 .mejs__volume-total {
    height: 42px;
    width: 8px;
    border-radius: 2px
}

.player-styled_v2 .mejs__volume-current {
    background: #aac2e0
}

.player-styled_v2 .mejs__volume-handle {
    display: none
}

@-webkit-keyframes rotateBuffer {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateBuffer {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.holder-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 104px;
}

@media(max-width: 950px) {
    .holder-block {
        height: 80px
    }
}

@media(max-width: 500px) {
    .holder-block {
        margin-left: -12px;
        margin-right: -12px
    }
}

.holder-block__content {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.holder-block__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    width: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rating-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    line-height: 1
}

.rating-box-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

.rating-box__caption {
    font-size: 14px;
    letter-spacing: -0.14px
}

.rating-box__caption a {
    color: inherit
}

.rating-box__caption a:hover {
    text-decoration: underline
}

.rating-box__value {
    margin-top: 4px;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -0.24px
}

.button-modal {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fb0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 5px
}

.button-modal:hover {
    color: #fff;
    background-color: #fb0
}

.tabs-wrap {
    background-color: #1B1D32;
    border-radius: 0 0 16px 16px
}

.tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px
}

.tabs-list__item {
    display: block;
    padding: 10px 19px;
    border-radius: 4px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.14px;
    color: rgba(255, 255, 255, .3);
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    white-space: nowrap
}

.tabs-list__item:focus {
    color: rgba(255, 255, 255, .3)
}

.tabs-list__item:hover {
    color: #fff
}

.tabs-list .is-active {
    background-color: #121820;
    color: #fff
}

.tabs-content.is-active {
    display: block
}

.preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.preview__img {
    width: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.widget {
    margin-bottom: 32px
}

.widget:last-child {
    margin-bottom: 0
}

.widget__line {
    background-color: #1d252c;
    margin-bottom: 16px
}

.w-elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #1f242c;
    color: #fff;
    height: 74px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s
}

.w-elem__img {
    width: 74px;
    height: 74px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.w-elem__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.w-elem__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 1px;
    max-width: 100%;
    padding: 12px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.w-elem__player {
    width: 100%;
    height: 100%
}

.w-elem__player-body {
    padding: 16px 32px 16px 76px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none
}

.w-elem__player-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35
}

@media(max-width: 400px) {
    .w-elem__player-title {
        font-size: 12px
    }
}

.light-theme .w-elem {
    background-color: #fdfdfd;
    color: #393939
}

.light-theme .rating-box__icon {
    color: var(--yellow)
}

.light-theme .player-styled_v2 .mejs__volume-current {
    background-color: #393939
}

.light-theme .player-styled_v2 .mejs__volume-total {
    background-color: rgba(57, 57, 57, .1)
}

.modal-p-wrap {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

@media(max-width: 1440px) {
    .modal-p-wrap {
        padding: 25px
    }
}

@media(max-width: 450px) {
    .modal-p-wrap {
        padding: 0
    }
}

.modal-p-wrap.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.modal-p-wrap.is-show .modal-p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.modal-p-bg {
    background-color: rgba(11, 16, 23, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px)
}

.modal-p {
    max-height: 100%;
    width: 420px;
    position: relative;
    z-index: 10;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    color: #fff;
    -webkit-box-shadow: 0px 12px 32px 0px rgba(22, 32, 43, .3);
    box-shadow: 0px 12px 32px 0px rgba(22, 32, 43, .3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal-p__close {
    position: absolute;
    z-index: 10;
    top: -30px;
    right: -30px
}

@media(max-width: 450px) {
    .modal-p__close {
        top: 0;
        right: 0
    }
}

.modal-p__inner {
    background-color: #1B1D32;
    overflow-y: auto;
    padding: 20px;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media(min-width: 451px) {
    .modal-p__inner {
        border-radius: 16px
    }
}

.modal-p__title {
    font-weight: 800;
    font-size: 18px;
    letter-spacing: -0.18px;
    line-height: 1.5
}

.modal-p__content {
    font-size: 14px;
    letter-spacing: -0.14px;
    line-height: 1.75;
    margin-bottom: 16px
}

.modal-p-btn-close {
    border: none;
    outline: none;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    cursor: pointer
}

.modal-p-btn-close:hover {
    opacity: .8
}

.scroll-disabled {
    overflow: hidden
}

.switcher-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px
}

.switcher-box__item {
    width: 50%;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.14px;
    color: rgba(255, 255, 255, .3);
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 4px
}

.switcher-box__item:hover {
    color: #fff
}

.switcher-box__item.is-active {
    color: #fff;
    background-color: #2C2E48;
    pointer-events: none
}

.code-container {
    position: relative;
    overflow: hidden
}

.code-container__btn {
    background-color: #fb0;
    border-radius: 0 12px;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 10
}

.code-container__btn:hover {
    background-color: #c68f04
}

.code-container__txt {
    background-color: #141d26;
    display: block;
    width: 100%;
    height: 230px;
    border-radius: 12px;
    padding: 15px;
    outline: 0;
    border: none;
    resize: none;
    overflow: auto;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.6;
    font-size: 14px
}

.code-container__txt:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media(max-width: 500px) {
    .code-container__txt {
        font-size: 16px
    }
}

.position-r {
    position: relative
}

.title-bold {
    font-weight: 800
}

.favmod {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    opacity: .8;
    -webkit-transition: all .3s;
    transition: all .3s
}

.favmod svg {
    will-change: transform
}

.favmod:hover {
    opacity: 1
}

.favmod:hover svg {
    stroke: #fb0;
    -webkit-animation: heartbeat .8s infinite;
    animation: heartbeat .8s infinite
}

.favmod svg {
    -webkit-transition: all .3s;
    transition: all .3s
}

.favmod.active {
    opacity: 1
}

.favmod.active svg {
    stroke: #fb0;
    fill: #fb0
}

.favmod.active:hover svg {
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes heartbeat {
    20% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes heartbeat {
    20% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.with-favorite-btn .intro-p__media {
    position: relative;
    padding-right: 50px
}

@media(max-width: 950px) {
    .with-favorite-btn .intro-p__img {
        width: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .with-favorite-btn .intro-p__media {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-width: 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.intro-p__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 950px) {
    .intro-p__button {
        padding-top: 10px
    }
}

.set-box {
    border: 1px solid #fb0;
    border-radius: 10px;
    padding: 22px 20px
}

.set-box_mt {
    margin-top: 20px
}

.set-box_mb {
    margin-bottom: 20px
}

.set-box__img {
    max-width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.set-box__img img {
    border-radius: 13px
}

.set-box__title {
    font-weight: 900;
    margin: 0 0 4px
}

.set-box__info {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5
}

@media(min-width: 761px) {
    .set-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .set-box__main {
        width: 75%
    }

    .set-box__aside {
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 7px 0;
        margin-left: auto;
        padding-left: 10px
    }
}

@media(min-width: 591px) {
    .set-box__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0 15px
    }
}

@media(max-width: 760px) {
    .set-box__aside {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px 22px;
        padding-left: 115px
    }
}

@media(max-width: 590px) {
    .logo {
        margin-right: 0;
    }

    table {
        font-size: 15px
    }

    .footer-counter li {
        padding-top: 15px
    }

    .top-menu {
        margin-left: 0;
    }

    .city-list-ul li {
        width: 46%;
        font-size: 15px;
    }

    .cols {
        padding: 10px
    }

    .top-menu a {
        margin-right: 10px;
    }

    .logo span {
        display: none
    }

    .set-box {
        padding: 11px 10px 24px
    }

    .set-box__main {
        text-align: center
    }

    .set-box__img {
        max-width: 60px;
        margin: 0 auto 10px
    }

    .set-box__aside {
        padding-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.set-link {
    -webkit-transition: all .3s;
    transition: all .3s
}

.set-link:hover {
    opacity: .8
}

.links-group {
    background-color: #151728
}

.links-group_mb {
    margin-bottom: 20px
}

.links-group__inner {
    width: 100%;
    max-width: 1050px;
    padding: 25px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.links-group__inner a {
    width: 25px;
    height: 25px
}

.sticky-line {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #151728;
    padding: 20px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    box-shadow: 0 0 10px rgba(0, 0, 0, .8)
}

.sticky-line__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center
}

.sticky-line__title {
    font-weight: 500;
    font-size: 20px;
    color: #fb0;
    margin: 0 0 15px
}

.sticky-line__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px 30px
}

.sticky-line__button {
    width: 28px;
    height: 28px;
    border: none;
    outline: none;
    padding: 0;
    background-color: #e84e36;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0
}

.sticky-line.is-remove {
    -webkit-transform: translateY(150%);
    transform: translateY(150%)
}

@media(min-width: 761px) {
    .sticky-line {
        display: none
    }
}

.list_frequencies {
    -moz-column-count: 2;
    column-count: 2;
    padding-top: 10px;
}

.list_frequencies>li {
    line-height: 24px;
}

.list_frequencies>li>a>span:first-of-type,
.list_frequencies>li>a:first-of-type {
    display: inline-block;
    width: 160px;
}