html,body {
    height: 100%
}

.mainwrapper {
    background:#f2f2f2;
    max-width: 1200px;
    margin: auto;
}

.mainwrapper * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.full-pagepost .mainwrapper {
    /*    background: #f2f2f2; */
}

.top_banner {
    display: none;
}

@media (min-width: 1200px) {
    .top_banner {
        display: block;
    }

    .mainbg1 {
        background-image: url(/images/bg1400.jpg);
        background-position-x: 50%;
        background-position-y: 0;
        background-repeat: no-repeat;
        padding-top: 131px;
    }
}

@media (min-width: 1440px) {
    .mainbg1 {
        background-image: url(/images/bg.jpg);
        background-position-x: 50%;
        background-position-y: 0;
        background-repeat: no-repeat;
        padding-top: 232px;
    }
}

#lol, #clearAllId, .playlists-button, .fileform .selectbutton {
    transition: background-color 0.2s;
}

#clearAllId {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    padding: 5px 10px;
    background-color: #e69f2f;
    display: inline-block;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
}
.playlists-button {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    padding: 5px 10px;
    background-color: #909090;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
#lol {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    float:right;
    background-color: #6fbb54;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid transparent;
    text-transform: uppercase;
}
#lol:hover {
    background-color: #77ca5a;
}

.playlists-button:hover {
    background-color: #a9a9a9;
}

#clearAllId:hover {
    background-color: #efaa3e;
}

.playlists-date {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #008bbd;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    margin-right: 10px;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.playlists-form-label {
    font-size: 12px;
    font-weight: 700;
    color: #4c4c4c;
    text-transform: uppercase;
}
.pl-modal-input {
    padding: 0 20px;
    margin: 10px 0;
}
.pl-modal-inner {
    width:50%;
    display:inline-block;
    vertical-align:top;
    box-sizing: border-box;
    padding: 10px 20px;
}
.fileform {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    height: 34px;
    overflow: hidden;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fileform .selectbutton {
    background-color: #eeeeee;
    color: #555555;
    float: left;
    border-right: 1px solid #cccccc;
    font-size: 15px;
    height: 32px;
    line-height: 20px;
    overflow: hidden;
    padding: 6px 6px;
    text-align: center;
    width: 30%;
}

.fileform #file-input{
    position:absolute;
    top:0;
    left:0;
    overflow: hidden;
    width: 30%;
    -moz-opacity: 0;
    cursor:pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 150px;
    height: 33px;
    z-index:20;
}
#fileformlabel {
    float: right;
    width: 70%;
    height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 6px 10px 0;
}
.pl-modal-outer {
    margin-top: 10px;
}

body {
    min-width: 300px;
    padding: 0px
}

.head-cell-s {
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    background-color: white;
    border-bottom: none;
}

.head-cell-s .post-title {
    vertical-align: middle;
}

.social-cell {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: white;
}

.ya-share2__list {
    transform: translate(25%, 25%) scale(1.5);
}

.ya-share2__list_direction_vertical {
    transform: initial;
}

@media screen and (max-width: 470px) {
    .ya-share2__counter_visible {
        display: none !important;
    }
}

.edit-button {
    position: absolute;
    bottom: -29px;
    z-index: 900;
    background-color: #fb685d;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    font-size: 15px;
    right: 0;
    text-shadow: 1px 1px 0 #444;
}
.edit-button:hover {
    background-color: #ff3021;
}

.open-button {
    position: absolute;
    bottom: -29px;
    z-index: 900;
    background-color: #00a567;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    font-size: 15px;
    right: 135px;
    text-shadow: 1px 1px 0 #444;
}
.open-button:hover {
    background-color: #00a567;
}

h1,h2,h3,h4,h5,p {
    margin: 0
}

html,body,figure,hr {
    margin: 0px;
    padding: 0px
}

a:active,a:hover,a:focus {
    outline: 0
}

.mainwrapper * {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

input,button,textarea,*:focus {
    outline: none !important
}

article,aside,footer,header,nav,section,audio,video {
    display: block
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: top;
    display: block;
    margin: auto;
}

button,input {
    line-height: normal
}

button,select {
    text-transform: none
}

button,input[type="button"],input[type="reset"],input[type="submit"],input[type="clear"] {
    cursor: pointer;
    -webkit-appearance: button;
    cursor: pointer
}

.getag-info {
    z-index: 500;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.getag-info a {
    position: relative;
    padding-left: 25px;
    margin-left: 5px;
}
.getag-info .tag-clr{
    background-color: #135824;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    z-index: -1;
}

.getag-info a:hover .tag-clr, .getag-info a.hover .child {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
.getag-info.gallery-box {
    bottom: initial;
    top:330px;
}
.ya-share2.gallery-box {
    bottom: initial;
    top: 299px;
}

.getag-info a:before {
    width: 14px;
    height: 18px;
    background: url(../images/mapgreen.png) no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    content: "";
}


button[disabled],html input[disabled] {
    cursor: default
}

textarea {
    resize: none
}

address {
    font-style: normal
}

button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner {
    padding: 0;
    border: 0
}

.article-tags {
    clear: both;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.smi2>div>div {
    margin-bottom: 0;
}

.pd {
    padding-left: 15px;
    padding-right: 15px
}

.wib {
    font-size: 0px;
    display: block
}

.ib {
    font-size: 14px;
    display: inline-block;
    vertical-align: top
}

.ibc {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle
}

.tfixed {
    table-layout: fixed
}

.wfb {
    display: block
}

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

.fbl {
    display: block;
    float: left
}

.fbr {
    display: block;
    float: right
}

.cf2 .dropblock:nth-child(2n+1),.cf3 .dropblock:nth-child(3n+1),.cf4 .dropblock:nth-child(4n+1),.cf5 .dropblock:nth-child(5n+1),.cf6 .dropblock:nth-child(6n+1) {
    clear: both
}

.wfull {
    width: 100%;
    min-height: 300px;
    background-color: #bdbdbd;
    color: #fff;
}

.relative {
    position: relative
}

.embed-container {
    position: relative;
    padding-bottom: 56%;    /* Aspect ratio of the video */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 1px);
    height: calc(100% + 3px);
}

.no-margin {
    margin: 0
}

.no-padding {
    padding: 0
}

.block {
    display: block
}

.no-display {
    display: none
}

.table {
    display: table
}

.cell {
    display: table-cell
}

.italic {
    font-style: italic
}

.underline {
    text-decoration: underline
}

.inline,.inline-ul li {
    display: inline-block
}

.v-top {
    vertical-align: top
}

.v-middle {
    vertical-align: middle
}

.v-bot {
    vertical-align: bottom
}

.overflow {
    overflow: hidden
}

.overflow-x {
    overflow-x: hidden
}

.center {
    text-align: center
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.upper {
    text-transform: uppercase
}

.pointer,.submit {
    cursor: pointer
}

.clear-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align:center;
}

.no-bord {
    border: 0px
}

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

.full-center {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto
}

.thin {
    font-weight: 100
}

.extralight {
    font-weight: 200
}

.light {
    font-weight: 300
}

.regular {
    font-weight: 400
}

.semibold {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.extrabold {
    font-weight: 800
}

.nowrap {
    white-space: nowrap
}

.transition-03 {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.b-circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.wrap {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding:0;
    position: relative;
    overflow: hidden;
    background-color: #f2f2f2;
}

body,input,textarea,button {
    font-family: 'PT Sans', 'Helvetica', sans-serif
}

a {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header {
    background: #fff;
    padding: 15px 0;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.15);
}

.header .wrap {
    display: table;
    width: 100%
}

.header .wrap .header-logo {
    display: table-cell;
    vertical-align: middle;
    width: 90px;
    padding-right: 20px;
    position: relative;
    z-index: 100
}

.header .wrap .nav_head {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.header .wrap .nav_head a {
    display: inline-block;
    text-decoration: none;
    margin: 0 20px;
    vertical-align: top;
    color: black;
    text-transform: uppercase
}

.header .wrap .nav_head a:hover,.header .wrap .nav_head a.active {
    color: #00a567;
    text-decoration: none
}

.header .wrap .time-country {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px
}

.header .wrap .nav-link {
    display: none;
    vertical-align: middle;
    width: 30px
}

/*.mainwrapper {
    background: #e6e6e6 url(../images/bg-main.png) no-repeat;
    background-size: 100% 430px
}
*/

/*.mainwrapper.page-wrap {*/
/*background: #f9f9f9*/
/*}*/

.nav-button {
    display: inline-block;
    width: 30px;
    height: 24px;
    background: url(../images/nav.png) no-repeat;
    text-decoration: none
}

.nav-button:hover {
    opacity: 0.7
}

.time-select {
    width: 171px;
    background: #fcfcfc;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    position: relative;
    display: inline-block
}

.time-select .select-link {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 9px 35px 9px 15px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.time-select .select-link:after {
    background: url(../images/arrow-bot.png) no-repeat;
    top: 50%;
    right: 17px;
    position: absolute;
    display: block;
    width: 9px;
    margin-top: -3px;
    height: 5px;
    content: ""
}

.time-select .hidden-option {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 15px;
    width: 100%;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    background: #eee;
    padding: 10px 0;
    overflow: hidden;
    left: 0
}

.time-select .hidden-option a {
    display: block;
    text-decoration: none;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 10px
}

.time-select .hidden-option a.active {
    display: none
}

.time-select .hidden-option a:hover {
    background: #00a567;
    color: #fff
}

.time-select.active {
    background: #eee
}

.time-select.active .select-link:after {
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.time-select.active .hidden-option {
    display: block
}

.head-menus {
    padding: 10px 0;
    display: table;
    width: 100%;
}

.head-menus .tags-menu {
    display: table-cell;
    vertical-align: middle
}

.head-menus .head-links {
    display: table-cell;
    vertical-align: middle;
    width: 310px;
    text-align: right;
    padding-left: 4px;
}

.head-links {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.head-menus .head-links a:first-child {
    margin-left: 0
}

.list-tags li {
    display: inline-block;
    margin: 5px 7px;
}

.list-tags li a {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    text-decoration: none
}

.list-tags li a:hover {
    color: #008bbd
}

.icon-h-link {
    color: black;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none !important;
    margin: 0 10px 0 10px !important;
}

.block-25.n-image .wrapin{
    padding: 0 !important;
}

.icon-h-link i {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-size: auto 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.icon-h-link span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.icon-h-link:hover {
    color: #00a567
}

.filial-href{
    width: 100% !important;
    color: white !important;
    text-decoration: none !important;
    padding: 5px 0px 0px 10px !important;
    height: 25px;
    text-align: left;
    margin: 0px 0 0 0 !important;
    font-size: 13px;
}

.filial-href:hover{
    background-color: #0bbeff;
}

.filial-ul{
    display: none;
    position: absolute;
    margin-top: 15px;
    white-space: normal;
    z-index: 300;
    width: 114px;
    margin-left: -8px;
    padding: 10px 0;
    background: #008bbd;
    list-style: none;
}

.filial-ul li {
    display: block;
}

.filial-ul li a{
    display: block;
    font-weight: 400;
}

.filial-ul:before{
    border: 10px solid transparent;
    border-bottom: 10px solid #008bbd;
    display: block;
    height: 0px;
    width: 0px;
    top: -20px;
    left: 15px;
    position: absolute;
    content: "";
}

.i-list {
    width: 19px;
    height: 24px;
    background: url(../images/list-png.png) no-repeat;
    display: inline-block;
    vertical-align: middle
}

.i-airline {
    width: 34px;
    height: 25px;
    background: url(../images/airline.png) no-repeat;
    display: inline-block;
    vertical-align: middle
}

.i-filial {
    width: 19px;
    height: 25px;
    background: url(../images/mapgreen.png) no-repeat;
    display: inline-block;
    vertical-align: middle
}

.big-block {
    float: left;
    width: 50%
}

.small-blocks {
    float: left;
    width: 50%
}

.small-blocks .small-block-post {
    display: block;
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-weight: 100;
}

.small-blocks .small-block-post .cat-info-transparent {
    color: #fff;
    background: none
}

.small-blocks .small-block-post .cat-info-transparent:hover {
    background: none
}

.small-blocks .small-block-post.green:hover .nts-link:before {
    background: #00a567
}

.small-blocks .small-block-post.green:hover .cat-info-transparent {
    border: 1px solid #fff;
    background: none;
    color: #fff
}

.small-blocks .small-block-post.lightgreen:hover .nts-link:before {
    background: #6dbb54
}

.small-blocks .small-block-post.lightgreen:hover .cat-info-transparent {
    border: 1px solid #fff;
    background: none;
    color: #fff
}

.small-blocks .small-block-post.violet:hover .nts-link:before {
    background: #a139aa
}

.small-blocks .small-block-post.violet:hover .cat-info-transparent {
    border: 1px solid #fff;
    background: none;
    color: #fff
}

.small-blocks .small-block-post.blue:hover .nts-link:before {
    background: #008bbd
}

.small-blocks .small-block-post.blue:hover .cat-info-transparent {
    border: 1px solid #fff;
    background: none;
    color: #fff
}

.cat-info {
    display: inline-block;
    padding: 5px 10px 4px 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #ccc;
    text-decoration: none
}

.cat-info.blue {
    color: #fff;
    background-color: #008bbd;
    border: 1px solid #008bbd
}

.cat-info.blue:hover {
    background: transparent;
    color: #fff
}

.cat-info.violet {
    color: #fff;
    background-color: #a139aa;
    border: 1px solid #a139aa
}

.cat-info.violet:hover {
    background: transparent;
    color: #fff
}

.cat-info.green {
    color: #fff;
    background-color: #00a567;
    border: 1px solid #00a567
}

.cat-info.green:hover {
    background: transparent;
    color: #fff
}

.cat-info.lightgreen {
    color: #fff;
    background-color: #6dbb54;
    border: 1px solid #6dbb54
}

.cat-info.lightgreen:hover {
    background: transparent;
    color: #fff
}

.grey {
    background-color: #909090;
    transition: opacity 0.5s;
    opacity:0.8;
    color: white !important;
}
.grey:hover {
    cursor: pointer;
    opacity:1;
}

.i-clock {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/white-clock.png) no-repeat
}

.tag-clr {
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width:100%;
}
.tag-clr-inline {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width:100%;
}
.head-menus.supertag-top {
    padding-top:0;
    margin-top: 10px;
}
.tag-clr, .tag-clr-inline {
    transition: opacity 0.5s;
}
.thumb-info-text{
    font-size: 21px;
    font-weight:500;
    text-align: left;
}

.frame-images {
    margin-bottom: 10px;
}

.block-margin {
    margin-bottom: 35px
}

.rc-block {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 30px;
    vertical-align: top
}

.rc-block .wrapin {
    background: #fff;
    padding: 20px 28px 60px 28px;
    position: relative;
    min-height: 155px;
    display: block;
    text-decoration: none
}

.rc-block .wrapin:hover {
    background: #f7f7f7
}

.rc-block .wrapin:hover .nc-link {
    color: #008bbd
}

.block-50 {
    width: 50%
}

.block-50 .nc-link {
    font-size: 22px
}

.tags-maininc {
    position: relative;
}

.block-25 {
    width: 25%
}

.block-25 .wrapin {
    padding: 20px 20px 60px 20px
}

.block-25 .wrapin .date-position {
    left: 20px
}

.wfb-row {
    margin: 0 -15px
}

.row-head {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 20px;
    font-size: 0
}

.row-head .rc-block {
    padding: 0 8px;
    margin-bottom: 16px
}

.nc-link {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none
}

.date-block {
    color: #999;
    font-size: 11px;
    display: inline-block;
    position: relative;
    padding-left: 17px
}

.date-block:before {
    width: 8px;
    height: 8px;
    background-color: #ccc;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    content: ""
}

.date-position {
    position: absolute;
    left: 28px;
    bottom: 28px
}

.circle-green:before {
    background-color: #6ebc54
}

.circle-yellow:before {
    background-color: #eaad37
}

.pretty-line {
    height: 6px;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    clear: both;
    display: block;
    margin: 2px 0 22px;
}
.explore {
    border-left: 5px solid #014e7d;
    padding: 10px;
    color: #5c6367;
    background-color: #f9f9f9;
}
.explore>p {
    margin: 0;
    margin-bottom: 20px !important;
    font-weight: bold;
    color: #636363;
}
.explore ul {
    margin: 10px !important;
}
a.explore-topic {
    color: #014e7d !important;
}
.explore-topic:hover {
    text-decoration: underline !important;
}
.explore li a {
    color: #636363;
}
.see-also {
    border-left: 5px solid #01a568;
}
.see-also ul li:before {
    background-color: #01a568 !important;
}

.explore li a:hover {
    text-decoration: underline;
}

.pretty-line > span {
    display: block;
    background: url(/images/pretty-line.jpg) no-repeat;
    height: 10px;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}


.default-row {
    margin-left: -15px;
    margin-right: -15px;
}

.post-block {
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px
}

.post-block .wrapin {
    background: #fff
}

.block-33 {
    width: 33.333%
}

.wrap-cont {
    padding: 20px 20px 70px 20px;
    min-height: 170px;
    position: relative
}

.post-info {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px;
    padding: 0 20px
}

.date-left {
    float: left;
    margin-top: 15px
}

.cat-links {
    position: absolute;
    /*right: 14px;*/
    right: 0px;
    bottom: -5px;
    text-transform: uppercase;
}
.wfb .cat-links {
    right: 10px;
    bottom: 5px;
}

.cat-links .cat-info-transparent {
    margin-left: 5px;
    margin-bottom: 5px
}
.topiclist .cat-links {
    right: 0;
    bottom: -5px;
}
.footer-text {
    box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, 0.2);
}

.topiclist .pd {
    padding:0;
    margin-top: 10px;
}

.link-zoom {
    display: block;
    position: relative;
    overflow: hidden
}

.link-zoom img {
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    width: 100%
}

.link-zoom:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.video-block {
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    color: #fff
}

.video-block:before {
    position: absolute;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(92,92,92,0.25);
    display: block;
    z-index: 100;
    content: ""
}

.withvideo-block:after {
    position: absolute;
    left: 0;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: url(../images/play.png) center center no-repeat;
    display: block;
    content: ""
}

.video-block.blue-opacity:before {
    background: rgba(0,51,102,0.4)
}

.video-block .post-img {
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    width: 100%
}

.video-block:hover .post-img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.video-block:hover:after,.video-block:hover:before {
    opacity: 0
}

.full-pagepost .mainwrapper {
    background: #f2f2f2;
}

.cat-icon {
    position: absolute;
    z-index: 200;
    right: 0;
    top: 0;
    width: 72px;
    height: 72px;
    display: block
}

.data-pos-2 {
    top: 30px;
    left: 30px;
    position: absolute;
    z-index: 500
}

.text-pos {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    z-index: 200
}



.photo-block {
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    color: #fff
}

.photo-block .cat-info-transparent {
    color: #fff;
    z-index: 200
}

.photo-block .cat-info-transparent:hover {
    color: #fff;
    background: none
}

.photo-block:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(92,92,92,0.56);
    display: block;
    z-index: 100;
    content: ""
}

.photo-block .post-img {
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    width: 100%
}

.photo-block:hover .post-img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.photos-lite li {
    width: 20%;
    float: left;
    padding: 0 5px;
    margin-bottom: 25px
}

.post-link {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    display: block;
    margin-bottom: 30px
}

.post-link:hover {
    color: #008bbd
}

.cat-links-left {
    margin-bottom: 63px
}

.cat-links-left a {
    margin-right: 5px
}
.cat-links a, .cell-tags a {
    text-decoration: none;
}

.small-cat-icon {
    position: absolute;
    right: 0;
    z-index: 200;
    top: 0;
    width: 41px;
    height: 41px;
    display: block
}

.post-image-link {
    position: relative;
    display: block
}

.post-image-link img {
    width: 100%
}

.post-video-link {
    position: relative;
    display: block
}

.post-video-link:before {
    background: rgba(92,92,92,0.56);
    position: absolute;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: ""
}

.post-video-link:after {
    background: url(../images/small-play.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 200;
    content: ""
}

.post-video-link img {
    width: 100%
}

.post-video-link:hover:before,.post-video-link:hover:after {
    opacity: 0
}

.poll-last,.ads-last {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 30px
}
.head-menus.post-menus {
    margin-top: 5px;
    padding-bottom: 0;
}
.age-accept {
    width: 46px;
    height: 32px;
    background: url(../images/age.png) no-repeat;
    display: inline-block;
    vertical-align: middle
}

.footer-logo {
    margin-bottom: 40px;
    display: block
}

.footer-text {
    background: #fff;
    padding: 60px 0
}

.footer-text .wrap {
    display: table;
    width: 100%
}

.footer-col-logo {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 10%
}

.footer-text-col {
    display: table-cell;
    vertical-align: top;
    padding: 0 25px;
    width: 40%
}

.mobile-menu-tab a {
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    color: #6ebc54;
}

.mobile-menu-tab a:hover {
    text-decoration: underline;
}

.mobile-menu-tab {
    padding: 20px 0;
}



.light-text {
    color: #b7b6b6;
    font-size: 11px
}

.def-margin {
    margin-bottom: 25px
}

.footer-c {
    display: inline-block;
    color: #b7b6b6;
    font-size: 12px;
    vertical-align: middle
}

.aps-links {
    display: inline-block;
    vertical-align: middle
}

.app-link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px
}

.footer-col-address {
    display: table-cell;
    vertical-align: top;
    padding: 0 50px 0 25px
}

.footer-col-links {
    display: table-cell;
    vertical-align: top;
    width: 170px;
    padding-left: 15px
}

.opechatka {
    color: #b7b6b6;
    font-size: 13px
}

.opechatka p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.opechatka .what-click {
    padding-top: 5px;
    display: inline-block;
    vertical-align: middle
}

.address-text {
    font-size: 13px;
    color: #999
}

.blue-link {
    color: #008abd
}

.blue-link:hover {
    text-decoration: none
}

.white-link {
    color: #fff;
}

.white-link:hover {
    text-decoration: none
}

.mr-link {
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    color: #333
}

.mr-link small {
    font-size: 9px;
    color: #666;
    display: block
}

.mr-link b {
    display: block;
    margin-bottom: 3px
}

.mr-link img {
    vertical-align: middle;
    margin-right: 20px;
    display: inline-block
}

.mr-link .mr-block {
    display: inline-block;
    vertical-align: middle
}

.mr-link:hover {
    opacity: 0.7
}

.footer-line {
    padding: 30px 0 20px 0;
    background: #00a567 url(../images/pretty-line.jpg) repeat-x;
    background-size: 100% 10px;
    -webkit-background-size: 100% 10px;
    -moz-background-size: 100% 10px
}

.social-text {
    display: inline-block;
    vertical-align: middle;
    color: #f9f9f9;
    font-size: 17px;
    font-weight: 700;
    margin-right: 30px
}

.social-links {
    display: inline-block;
    vertical-align: middle
}

.social-links a {
    width: 30px;
    height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin-right: 3px
}

.social-links a > img {
    margin: 6px;
}

.social-links a:hover {
    background-color: #6ebc54
}

.footer-right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    padding-right: 20px;
}

.footer-link {
    color: #c3f8e4;
    font-size: 13px;
    text-decoration: none;
    margin-left: 35px
}

.footer-link:hover {
    text-decoration: underline
}

.js-mobile-links li {
    margin-bottom: 0;
    width: 100%;
    margin-right: 0
}

.more-block {
    position: relative;
    min-width: 50px
}

.more-block .hidden-links {
    position: absolute;
    margin-top: 15px;
    white-space: normal;
    z-index: 300;
    top: 100%;
    left: -10px;
    width: 150px;
    padding: 10px 0;
    background: #008bbd;
    display: none
}

.more-block .hidden-links:before {
    border: 10px solid transparent;
    border-bottom: 10px solid #008bbd;
    display: block;
    height: 0px;
    width: 0px;
    top: -20px;
    left: 15px;
    position: absolute;
    content: ""
}

.more-block .hidden-links a {
    display: block;
    padding: 5px 15px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    background: #008bbd
}

.more-block .hidden-links a:last-child {
    border-bottom: 0
}

.more-block .hidden-links a:hover {
    color: #fff;
    background: #0bbeff
}

.more-block.active .hidden-links {
    display: block
}

.more-block.active .more-link {
    color: #008bbd
}

.nts-link {
    color: #fff
}

.nts-link img {
    width: 100%;
    display: block;
}

.postwrap .post-video-link,.postwrap .post-image-link {
    display: block;
    overflow: hidden
}

.postwrap .post-video-link img,.postwrap .post-image-link img {
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -webkit-transition: all 2s ease;
    transition: all 2s ease
}

.postwrap .post-video-link:hover img,.postwrap .post-image-link:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hidden-catalog {
    position: absolute;
    z-index: 1000;
    margin-top: -25px;
    top: 100%;
    left: 0;
    width: 100%;
    background: #f9f9f9 url(../images/white-space.png) left top no-repeat;
    background-size: 100% 25px;
    -moz-background-size: 100% 25px;
    -webkit-background-size: 100% 25px;
    padding: 50px 0;
    font-size: 14px;
    cursor: pointer;
    display: none
}

.hidden-catalog.active {
    display: block
}

.hidden-catalog .wrap {
    display: table;
    width: 100%
}

.nav-list li {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    font-size: 14px
}

.one-block {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    width: 20%
}

.one-block span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    text-decoration: none
}

.one-block span:hover,.one-block span.active {
    color: #00a567;
}

.two-block {
    display: table-cell;
    vertical-align: top;
    font-weight: 300;
    width: 40%
}

.two-block li {
    margin-bottom: 10px
}

.two-block li a {
    color: #000
}

.two-block li a:hover,.two-block li a.active {
    text-decoration: none
}

.thr-block {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    text-align: right
}

.tab-sr {
    display: none
}

.tab-sr.active {
    display: table-cell
}

.lt-list {
    width: 100%;
    display: block;
    text-align: center
}

.lt-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    width: 32%;
    text-align: left
}

.lt-list li a {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none
}

.lt-list li a img {
    margin-bottom: 20px
}

.lt-list li a span {
    display: block
}

.lt-list li a:hover {
    color: #00a567
}

.lt-list .flag{
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    width: auto;
    text-align: left
}

.lt-list .flag a {
    margin-bottom: 10px;
}

.lt-list .flag a img{
    height: 68px;
    width: 135px;
}

.lt-src-name b {
    width: 100px;
}

.geotags div{
    float:left;
    margin-left: 30px;
}
.geotags div a{
    margin-bottom: 20px;
    clear:both;
    float:left;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.geotags a:hover {
    color: #00a567
}

.company-layout{
    display: inline-block;
    margin-left: 80px;
}
.modal-full {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    display: none
}

.modal-full .modal-wrapper {
    overflow: auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.modal-full .modal-wrapper .modal-cont {
    position: relative;
    min-width: 300px
}

.modal-full.js-active {
    display: block;
    z-index: 9999
}

.closefullmodal {
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none;
    background: url(../images/close-modal.png) no-repeat;
    width: 34px;
    height: 34px;
    display: block
}

.closefullmodal:hover {
    opacity: 0.7
}

.shadow-global {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #00a567;
    opacity: 0;
    z-index: 9000
}

.shadow-global.js-active {
    display: block
}

.head-line-searchline {
    /*display: table-cell;*/
    vertical-align: middle
}

.head-line-city {
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px
}

.search-line {
    position: relative
}

.search-line input {
    width: 350px;
    height: 44px;
    border: 1px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: none;
    padding: 0 60px 0 20px;
    color: white;
    font-size: 16px;
    font-weight: 300
}

.search-line button {
    width: 19px;
    height: 19px;
    background: url(../images/forma-1.png) no-repeat;
    display: block;
    border: 0px;
    position: absolute;
    top: 14px;
    right: 20px
}

.search-line button:hover {
    opacity: 0.7
}

.search-line input::-webkit-input-placeholder {
    color: #fff
}

.search-line input::-moz-placeholder {
    color: #fff
}

.search-line input:-moz-placeholder {
    color: #fff
}

.search-line input:-ms-input-placeholder {
    color: #fff
}

.n-marg {
    margin-bottom: 0
}

.head-line-search {
    padding-top: 15px;
    padding-bottom: 80px
}

.post-img-full {
    width: 100%
}

.left-links-block {
    float: left;
    width: 75%;
    padding-right: 30px
}

.modal-logo {
    position: absolute;
    left: 15px;
    top: 15px
}

.modal-blocks .tab-box {
    display: none;
    padding-left: 15px
}

.modal-blocks .tab-box.active {
    display: block
}

.list-tabs {
    margin-bottom: 50px
}

.list-tabs li {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 24px;
    margin-right: 25px;
    font-weight: 300;
    margin-bottom: 10px
}

.list-tabs li a {
    display: block;
    padding: 8px 15px;
    color: white
}

.list-tabs li a:hover {
    text-decoration: none
}

.list-tabs li.active a {
    text-decoration: none;
    background: #fff;
    color: #0aa86d;
    cursor: default
}

.links-list {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    padding-right: 30px
}

.links-list li {
    margin-bottom: 15px;
    text-transform: uppercase
}

.links-list li a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none
}

.links-list li a:hover {
    text-decoration: underline
}

.links-list.smart-list {
    width: 49%
}

.links-list.smart-list a {
    font-size: 10px
}

.modal-title {
    text-transform: uppercase;
    font-size: 24px;
    margin-right: 25px;
    font-weight: 300;
    display: block;
    padding: 8px 15px 8px 0;
    color: white;
    margin-bottom: 60px
}

.right-links-block {
    float: left;
    width: 25%
}

.menu-list {
    margin-bottom: 80px
}

.triple-list {
    margin: 0 -15px
}

.triple-list li {
    float: left;
    width: 33.333%;
    padding: 0 15px
}

.triple-list li a {
    display: block
}

.triple-list li a img {
    width: 100%
}

.menu-footer-left {
    float: left;
    width: 75%;
    padding-right: 30px
}

.menu-footer-right {
    float: left;
    width: 25%;
    text-align: right
}

.menu-footer-right .mr-link {
    display: inline-block;
    width: 160px
}

.menu-footer-right .mr-link b,.menu-footer-right .mr-link small {
    color: #fff
}

.mobile-links {
    display: none
}

.open-mobile-links {
    display: inline-block;
    width: 30px;
    height: 24px;
    background: url(../images/nav2.png) no-repeat;
    text-decoration: none
}

.mobile-menu {
    display: none;
    background-color: #e6e6e6;
    padding: 15px
}

.mobile-menu a {
    display: inline-block;
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 20px
}

.list-mobile-links li {
    border-bottom: 1px solid rgba(255,255,255,0.5)
}

.post-cats {
    display: inline-block
}

.post-cats a {
    display: inline-block
}

.show-more {
    color: #666;
    font-size: 12px;
    font-weight: 100;
    padding: 15px;
    text-transform: uppercase;
    display: inline-block;
    min-width: 200px;
    text-decoration: none;
    border: 1px solid #ccc;
    text-align: center
}

.show-more:hover {
    background: #ccc;
    color: #000
}

.button-wrap {
    text-align: center;
    padding-top: 5px;
    margin-bottom: 30px;
    width: 100%
}

.net-title {
    color: black;
    font-size: 30px;
    font-weight: 400;
    display: block;
    position: relative;
    margin: 0 0 50px 0;
    padding-bottom: 20px
}

.net-title:after {
    position: absolute;
    width: 100%;
    height: 4px;
    background: url(../images/pretty-line.jpg) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    display: block;
    bottom: 0;
    left: 0;
    content: ""
}

.dis-margin {
    margin-bottom: 40px;
    float: left
}

.cube-link {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    margin-right: 10px;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.tads-menu {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    font-size: 0.84em;
}

.tads-menu .icon-h-link {
    margin-top: 12px
}

.sb-select {
    float: left;
    margin-bottom: 15px
}

.sb-select {
    position: relative;
    display: inline-block
}

.sb-select .sb-link {
    color: black;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 35px 15px 15px;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.sb-select .sb-link:after {
    width: 9px;
    height: 5px;
    background: url(../images/arrow-bot_t.png) no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -2px;
    content: ""
}

.sb-select .hidden-menu-links {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #eee;
    padding: 10px 0;
    overflow: hidden;
    z-index: 2000;
    text-align: left;
    left: 0
}

.sb-select .hidden-menu-links a {
    display: block;
    text-decoration: none;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 10px
}

.sb-select .hidden-menu-links a.active {
    display: none
}

.sb-select .hidden-menu-links a:hover {
    background: #00a567;
    color: #fff
}

.sb-select.active {
    background: #eee
}

.sb-select.active .sb-link:after {
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.sb-select.active .hidden-menu-links {
    display: block
}

.main-frame {
    float: left;
    vertical-align: top;
}

.aside-frame {
    float: right;
    vertical-align: top;
    width: 260px;
    padding-left: 20px;
}

.aside-two {
    width: 260px;
}

.frame-block {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 10px;
    margin-top: 20px;
}

.aside__r-post {
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
}

.aside__r-post:hover {
    color: #6ebc54;
}

.aside__r-post:hover .aside__r-image img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.news-list-r {
    display: table;
    width: 100%;
    padding: 15px 15px;
    font-weight: 400;
    table-layout: fixed;
    color: #03070c;
    font-size: 13px;
    text-decoration: none;
}

.bc-white {
    background: #fff;
}


.news-list-r:hover {
    color: #1c80b9;
}

.news-list-r__left {
    display: table-cell;
    vertical-align: top;
    width: 66px;
}

.news-list-r__left img {
    width: 66px;
    height: 50px;
    background-color: #bdbdbd;
    color: #fff;
}

.news-list-r__right {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;

}

.show-more-news {
    padding: 20px 20px 40px 20px;
    color: #666;
    font-size: 12px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    text-decoration: none
}

.show-more-news:hover {
    color: #0aa86d
}

.a-block > div > div {
    margin-bottom: 10px !important;
}
.mb20 {
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.15);
}

.aside__r-image {
    display: block;
    position: relative;
    max-width: 270px;
    overflow: hidden;
}

.aside__r-image img {
    width: 100%;
    display: block;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
}

.aside__r-post__text {
    display: block;
    padding: 10px 15px;
    margin: 0;
    font-weight: 400;
}

.aside__r-icon {
    width: 40px;
    height: 40px;
    background-color: #1c7fb2;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.aside__r-icon.camera1 {
    background-image: url(../demo-files/camera.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.aside__r-icon.camera2 {
    background-image: url(../demo-files/video-camera-8.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.poll-block {
    margin-bottom: 40px
}

.aside-block {
    background: #fff;
    padding: 40px 25px;
    margin-bottom: 40px
}
.aside-title {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px
}

.tag-link {
    display: inline-block;
    padding: 5px 10px 4px 10px;
    border: 1px solid #ccc;
    color: #999;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 4px
}

.tag-link:hover {
    color: #00a567;
    border: 1px solid #00a567
}

.tag-link.green {
    border: 1px solid #00a567;
    color: #00a567
}

.tag-link.green:hover {
    background: #00a567;
    color: #fff
}

.tag-link.lightgreen {
    border: 1px solid #6dbb54;
    color: #6dbb54
}

.tag-link.lightgreen:hover {
    background: #6dbb54;
    color: #fff
}

.tag-link.violet {
    border: 1px solid #a139aa;
    color: #a139aa
}

.tag-link.violet:hover {
    background: #a139aa;
    color: #fff
}

.tag-link.blue {
    border: 1px solid #008bbd;
    color: #008bbd
}

.tag-link.blue:hover {
    background: #008bbd;
    color: #fff
}

.share-image {
    position: absolute;
    width: 100px;
    display: block;
    left: 25px;
    bottom: 25px;
    z-index: 500;
    background: rgba(255,255,255,0.5);
    padding: 10px;
    border-radius: 4px;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;

}


.aside-block-r {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.aside-block-r__title {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    padding-left: 25px;
    font-family: 'PT Sans', 'Helvetica', sans-serif;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
    background-color: #303E4D;
}

.topnews{
    font-size: 15px;
}

.aside-block-r__title:before {
    width: 40px;
    height: 100%;
    background: #afd137 url(../demo-files/menu-aside.png) center center no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    /* margin-top: -20px; */
    content: "";
}
.aside-block-r__title>span {
    vertical-align: text-top;
}

.aside-block-r__title_light-green {
    color: #6ebc54;
}

/*.aside-block-r__title_light-green:before {*/
/*background: #6ebc54 url(../demo-files/menu-aside.png) center center no-repeat;*/
/*}*/

.aside-block-r__title_blue {
    /*color: #3db5e0;*/
    color:#fff;
}

/*.aside-block-r__title_blue:before {*/
/*background: #3db5e0 url(../demo-files/menu-aside.png) center center no-repeat;*/
/*}*/

.blue-link-r:hover {
    color: #1c80b9;
    background-color: #f9f9f9;
}

.light-green-r:hover {
    color: #6ebc54;
}


.share-image a {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.share-image a:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.postimage-block:hover .share-image{
    opacity: 1;
}
.relative.postimage-block{
    background-color: white;
}


.video-info {
    padding: 20px;
    background: #e6e6e6;
    display: table;
    width: 100%;
    margin-bottom: 50px
}

.icon-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    width: 80px
}

.text-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 10px;
    color: #666;
    font-size: 14px;
    line-height: 1.7
}

.post-infs .text-cell {
    padding: 0 10px 0 110px
}

.scs-link {
    width: 70px;
    height: 30px;
    border: 1px solid #d1d1d1;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    padding-left: 32px;
    font-size: 10px;
    color: #000;
    text-decoration: none
}

.scs-link:hover {
    background-color: #d1d1d1
}

.sc-fb {
    background: url(../images/fb.png) no-repeat
}

.sc-vk {
    background: url(../images/vk.png) no-repeat
}

.sc-od {
    background: url(../images/od.png) no-repeat
}

.text-format {
    line-height: 1.4;
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    background-color: #fff;
    padding: 0 10px;
    border-top: none;
    /* hyphens: auto; */
    /* -moz-hyphens: auto; */
    /* -ms-hyphens: auto; */
}

.video-prev:after {
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../demo-files/play-v.png) center center no-repeat;
    width: 64px;
    height: 64px;
    display: block;
    margin-top: -32px;
    margin-left: -32px;
    content: "";
}

.text-format a, .explore a {
    color: #237694;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 5px;
}

.text-format a:not(.cat-info-transparent):hover {
    text-decoration: underline;
}

.text-format h3 {
    font-size: 22px;
    font-weight: 300;
    display: block;
    margin-bottom: 40px
}

.text-format hr {
    border: 0;
    background: #e6e6e6;
    height: 1px;
    clear: both;
    display: block;
    margin: 40px 0
}

.explore ul {
    margin: 40px 0px;
    list-style: none;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    display: block;
    color: #333
}

.explore ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%
}

.explore ul li:before {
    width: 10px;
    height: 10px;
    background-color: #014e7d;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
}

.text-format figure {
    position: relative;
    margin: 35px 0;
    max-width: 100%;
}

.text-format figure img {
    width: 100% !important;
    height: auto !important;
}

.text-format figure figcaption {
    position: absolute;
    text-align: right;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    width: 100%;
    padding: 15px 20px
}

figure.img-figure {
    display: inline-block;
    margin: 0;
}

figure.img-figure img {
    margin-bottom: 6px !important;
}

figure.img-figure figcaption {
    color: #999;
    font-size: 13px;
    padding: 0 5px;
    position: unset;
    text-align: center;
    left: auto;
    bottom: auto;
    background: none;
    margin: auto;
}

.text-format p {
    margin-bottom: 15px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.text-format p img {
    float: left;
    height: auto !important;
}

/*.text-format blockquote {
    background: #fff;
    padding: 40px 35px;
    font-weight: 400;
    margin: 50px 0px;
    font-size: 13px;
    line-height: 1.6
} */

.text-format blockquote, .perv-block {
    position: relative;
    clear: both;
    margin: 0;
    margin-left: -10px;
    margin-right: -10px;
    background-color: #eaeaea;
}

.text-format blockquote p, .perv-wrap {
    padding: 30px 75px;
    position: relative;
    font-weight: bold;
    font-size: 17px;
}

.text-format blockquote p:before{
    content: url(/images/quote.png);
    position: absolute;
    left: 15px;
    top: 15px;
}

.text-format blockquote p:after {
    content: url(/images/quote.png);
    position: absolute;
    right: 15px;
    transform: rotate(180deg);
    bottom: 15px;
}

.download-link {
    padding: 35px 35px 35px 140px;
    line-height: 1.6;
    background: #efefef;
    display: block;
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: 400
}

.download-link img {
    position: absolute;
    left: 35px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.download-link:hover {
    background: #ccc
}

.background-grey {
    background: #e6e6e6 url(../images/bg-main.png) no-repeat;
    background-size: 100% 230px
}

.block-c {
    width: 50%;
    display: inline-block;
    margin-bottom: 30px;
    padding: 0 15px
}

.block-c-wrap {
    background: #fff;
    padding: 75px 20px 20px 20px;
    position: relative
}

.logo-block-c {
    position: absolute;
    left: 20px;
    top: 15px
}

.marg-bot-10,.text-format .marg-bot-10 {
    margin-bottom: 10px
}

.inc-c {
    text-decoration: none;
    color: #333;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    font-weight: 400;
    font-size: 14px;
    text-align: left
}

.inc-c img {
    max-width: 40%;
    float: left;
    display: block
}

.inc-c span {
    width: 60%;
    padding-left: 15px;
    display: block;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px
}

.marg-bot-30 {
    margin-bottom: 30px
}

.owl-article .owl-dots {
    position: absolute;
    opacity: 0.8;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    padding: 15px;
    text-align: center
}



.owl-article .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px
}

.owl-article .owl-dots .owl-dot.active {
    background: #fff
}

.owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    padding: 15px;
    text-align: center
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px
}

.owl-dots .owl-dot.active {
    background: #fff
}

.owl-start .owl-item {
    overflow: hidden
}

.owl-start .owl-item:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 500;
    width: 100%;
    height: 100%;
    background: rgba(0,51,102,0.4);
    content: ""
}

.owl-start .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    padding: 15px;
    text-align: center
}

.owl-start .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px
}

.owl-start .owl-dots .owl-dot.active {
    background: #fff
}

.list-partners {
    font-size: 0;
    margin-bottom: 40px
}

.list-partners li {
    display: inline-block;
    width: 16.666%;
    padding: 0 10px;
    text-align: center;
    color: #666;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 30px
}

.list-partners li img {
    display: block;
    margin: 0 auto 10px auto
}

.list-partners li p {
    margin: 0;
    max-width: 100px;
    display: inline-block
}

.b-bot {
    border-bottom: 1px solid #dbdbdb
}

.border-br {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px
}

.border-br:before {
    left: 15px;
    right: 15px;
    background: #dbdbdb;
    height: 1px;
    display: block;
    margin: auto;
    bottom: 0;
    position: absolute;
    content: ""
}

.white-footer {
    background-color: #fff
}

.white-footer .social-text {
    color: #333
}

.white-footer .footer-link {
    color: #999
}

.cl-green {
    color: #00ab6c
}

.right-text {
    font-size: 14px;
    margin-bottom: 40px;
    display: block;
    text-align: right;
    color: #222
}

.left-text {
    font-size: 14px;
    margin-bottom: 40px;
    display: block;
    text-align: left;
    color: #222
}

.post-title {
    color: black;
    font-size: 28px;
    font-weight: 400;
}

.breadcrumbs {
    font-size: 11px;
    color: #999;
    display: inline-block;
    margin-right: 30px
}

.breadcrumbs a {
    color: #999;
    padding-right: 5px;
    padding-left: 5px
}


.breadcrumbs a:first-child {
    padding-left: 0;
}

.breadcrumbs a:hover {
    text-decoration: none
}

.post-infs {
    padding: 20px;
    background: #e6e6e6;
    display: table;
    width: 100%
}

.photos-bl {
    margin-bottom: 50px;
    background: #e6e6e6;
    padding: 0 20px 20px 20px;
    display: table;
    width: 100%
}

.photos-num {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    width: 110px;
    padding-right: 20px
}

.photos-num span {
    display: block
}

.photos-num img {
    margin-bottom: 15px
}

.photos-links {
    display: table-cell;
    vertical-align: middle
}

.img-select {
    font-size: 0
}

.img-select li {
    display: inline-block;
    vertical-align: top;
    width: 14.285%
}

.img-select li a {
    display: block;
    border: 1px solid transparent;
    padding: 3px;
    margin-bottom: 15px
}

.img-select li a img {
    width: 100%
}

.img-select li a:hover,.img-select li a.active {
    border: 1px solid #6ebc54
}


.relative iframe {
    display:block;
}

.poll-iframe-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.poll-iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-format .quoteimage,.quoteimage {
    background: #efefef url(../images/vertical-line.png) no-repeat;
    background-size: 4px 100%;
    padding: 30px 30px 30px 140px;
    overflow: hidden;
    min-height: 100px;
    position: relative
}

.text-format .quoteimage img,.quoteimage img {
    position: absolute;
    left: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.article-info {
    display: table;
    width: 100%;
    border-top: 10px solid #efefef;
    padding-top: 25px;
    font-size: 13px
}

.article-inf-left {
    display: table-cell;
    vertical-align: top;
    width: 25%
}

.article-inf-middle {
    text-align: center;
    display: table-cell;
    vertical-align: top;
    padding: 0 15px
}

.article-inf-middle a {
    font-size: 13px;
    font-weight: 400;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px
}

.article-inf-right {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    width: 25%
}

.full-c {
    width: 100%;
    margin-bottom: 1px
}

.full-c .block-c-wrap {
    padding-bottom: 30px
}

.full-c .inc-c {
    width: 24%
}

.mobile-linemenu {
    display: none;
}

.federal {
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    width:49%;
    text-align: center;
}

.federal h2{
    cursor: pointer;
    display: block;
    border: 2px solid #b1b1b1;
    border-radius: 10px;
}
#SNG{
    width:100%;
}
.region {
    display: block;
    margin-left: 40px;
    cursor: pointer;
    text-align: left;
}

.area{
    display: block;
    margin-left: 10px;
    cursor: pointer;
}

.operator{
    display: block;
    margin-left: 10px;
    cursor: pointer;
}

#modal-newmenu .closefullmodal {
    width: 50px;
    height: 50px;
    background: #6ebc54 url(../images/close-modal.png) center center no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-size: 40%;
    -o-background-size: 40%;
    -webkit-background-size: 40%;
    background-size: 40%;
}

.modal-full .modal-wrapper .modal-cont {
    position: relative;
    min-width: 300px;
}

#modal-newmenu {
    background: #f7f7f7;
}

.mb20 {
    margin-bottom: 20px;
    box-shadow:none !important;
}

.lightning {
    background: none;
    font-weight: 700;
}

.tads-menu .cat-info-transparent {
    font-size: 14px;
}
.frame-block.list {
    margin-top: 0;
}
.frame-block.loaded {
    margin-top:15px;
}
@media (max-width: 1200px) {
    .header .wrap .nav_head {
        font-size:16px
    }

    .header .wrap .nav_head a {
        margin: 5px 10px
    }

    .head-line-search {
        padding-left: 100px
    }

    .head-menus .tags-menu {
        display: block;
        width: 100%;
        padding-right: 0;
        margin-bottom: 0;
        text-align: center;
    }

    .head-menus .head-links {
        display: block;
        width: 100%
    }

    .video-block:after {
        background-size: 100px 100px
    }

}

@media (max-width: 1100px) {
    .icon-h-link {
        margin-left:30px
    }

    .aside-frame {
        width: 260px;
    }

    .aside-two {
        width: 260px;
    }

}

@media (max-width: 1050px) {
    .post-block, .rc-block {
        padding: 0 10px;
    }

    .default-row {
        margin: 0 -10px;
    }

    .pretty-line {
        padding: 0 10px !important;
    }

    .rc-block .wrapin {
        padding-bottom: 80px;
    }

    .full-c .inc-c {
        width: 49%;
        margin-bottom: 25px
    }

    .post-infs .text-cell {
        padding-left: 0
    }

    .aside-frame {
        width: 260px;
        padding-left: 7px;
    }

    .aside-frame.first {
        display: none;
    }

    .tads-menu {
        display: inline;
        text-align: left
    }

    .tads-menu .sb-select {
        float: none
    }

    .head-line-search {
        padding-bottom: 50px
    }

    .list-tabs li {
        font-size: 20px;
        margin-right: 0
    }

    .footer-col-logo {
        display: block;
        margin-bottom: 30px;
        padding-right: 10px;
        width: 30%;
        float: left
    }

    .footer-col-logo .footer-logo {
        margin-bottom: 0;
        margin-right: 30px;
        display: inline-block;
        vertical-align: middle
    }

    .footer-text-col {
        display: block;
        padding: 0;
        width: 70%;
        float: left;
        margin-bottom: 30px
    }

    .footer-col-address {
        display: none;
        margin-bottom: 30px;
        width: 100%
    }

    .footer-col-links {
        display: block;
        margin-bottom: 30px;
        width: 100%;
        float: left;
        text-align: left
    }

    .footer-col-links .mr-link {
        display: inline-block;
        width: 160px;
        vertical-align: top;
        margin-right: 30px
    }

    .footer-text {
        padding: 50px 0 10px 0
    }

    .cat-links-left {
        margin-bottom: 30px
    }

    .postwrap .post-wpr {
        padding: 25px 15px 25px 15px
    }

    .wrap-cont {
        padding-bottom: 90px
    }

    .post-info {
        text-align: center
    }

    .post-info .date-left {
        float: none;
        display: inline-block
    }

    .post-info .cat-links {
        float: none;
        display: block
    }
}

@media (max-width: 900px) {
    .supertag.cat-info-transparent {
        display: block;
        text-align: center;
    }
    .tads-menu {
        width: 100%;
    }
    .frame-block {
        display: table;
        width: 100%;
        table-layout: fixed;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .text-format img {
        width: 50% !important;
        height: auto !important;
    }

}
@media (max-width: 850px) {
    .big-block {
        width:100%
    }

    .lightning {
        margin-top: 0px;
    }

    .main-row .rcvs-block .post-block:nth-child(4) {
        display: none;
    }

    .inc-c {
        width: 100%;
        margin: 10px 0
    }

    .main-frame {
        padding-right: 0;
        width: 100%;
        display: block;
        margin-bottom: 40px;
        float: none;
    }

    .a-block,.poll-block {
        display: inline-block;
        margin-right: 25px
    }

    .aside-frame {
        float: none;
        width: 100%;
        display: block;
        padding: 0
    }

    .tads-menu {
        display: block;
        text-align: center;
    }
    .cube-link {
        width:100%;
    }

    .tads-menu .icon-h-link {
        margin-left: 15px;
        margin-right: 15px
    }

    .post-menus .tads-menu {
        display: inline;
        width: auto;
        text-align: left
    }

    .post-menus .icon-h-link {
        margin-right: 0;
        margin-left: 30px
    }

    .list-tabs li {
        font-size: 17px;
        margin-right: 0
    }

    .links-list.smart-list {
        width: 100%
    }

    .age-accept {
        display: block;
        margin: auto
    }

    .footer-col-logo .footer-logo {
        margin-right: 0;
        margin-bottom: 20px
    }

    .post-block.block-50 {
        width: 100%
    }

    .small-blocks {
        width: 100%
    }

    .post-block.block-25,.poll-last,.ads-last {
        width: 33.333%
    }

    .small-blocks .small-block-post {
        font-size: 18px
    }

    .row-head .rc-block {
        width: 33.333%
    }

    .row-head .rc-block .nc-link {
        font-size: 16px
    }
    .pagination > li {
        display: none !important;
    }
    .pagination > li:last-child {
        display: inline-block !important;
    }
    .pagination > li:first-child {
        display: inline-block !important;
    }
    .pagination > li:nth-last-child(-2n+4) {
        display: inline-block !important;
    }
    .pagination > li:nth-child(-2n+4) {
        display: inline-block !important;
    }
    .pagination .active {
        display: inline-block !important;

    }
}

@media (max-width: 700px) {
    .tads-menu {
        padding: 0px 5px;
    }
    .time-select {
        width:140px
    }

    .header .wrap .nav_head {
        font-size: 14px;
    }

    .nav-button {
        width: 46px;
        height: 46px;
        background-color: #f7f7f7;
        background-position: center center;
        background-size: auto 20px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .header .wrap .nav-link {
        display: table-cell;
        padding: 0 0 0 4px;
    }

    .header .open-search {
        width: 34px;
        height: 34px;
        background-color: #f7f7f7;
        background-position: center center;
        background-size: auto 34px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-image: url(../images/search-head_green.png);
    }

    .header .search-link {
        padding-left: 4px;
    }

    .head-menus .tags-menu {
        display: none;
    }

    .head-menus {
        padding-top: 10px;
    }

    .head-links .icon-h-link i {
        margin-right: 0;
    }

    .head-links .icon-h-link {
        margin: 0 4px !important;
    }

    .head-links {
        width: 140px;
    }

    .head-links .mbc {
        display: none;
    }

    .main-row .rcvs-block .block-33:nth-child(3) {
        display: none;
    }

    .ncl-cont .nc-link {
        font-size: 16px;
    }

    .time-select .select-link {
        padding: 9px 30px 9px 10px
    }

    .article-info .article-inf-left {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 10px
    }

    .article-info .article-inf-middle {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0
    }

    .article-info .article-inf-right {
        display: block;
        width: 100%;
        text-align: left
    }

    .left-text-block {
        float: none
    }

    .list-partners li {
        width: 25%
    }

    .img-select li {
        width: 25%
    }

    .post-menus .tads-menu {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 15px
    }

    .post-menus .tads-menu .icon-h-link {
        margin-left: 15px;
        margin-right: 15px
    }

    .list-tabs {
        display: table;
        width: 100%
    }

    .list-tabs li {
        display: table-cell;
        vertical-align: top;
        text-align: center;
        margin-right: 0;
        padding: 0 5px
    }

    .list-tabs li a {
        display: block;
        width: 100%;
        font-size: 20px
    }

    .one-block {
        width: 100%;
        display: block;
        margin-bottom: 20px
    }

    .lt-list li {
        padding: 0 10px
    }

    .thr-block {
        display: block;
        width: 100%;
        padding: 0
    }

    .lt-list {
        width: auto;
        margin: 0 -10px
    }

    .one-block a {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 10px
    }

    .header .wrap .header-logo {
        padding-right: 0;
        width: 70px
    }

    .header .wrap .time-country {
        padding-left: 0
    }

    .fooler-left {
        width: 100%;
    }

    .left-links-block {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px
    }

    .right-links-block {
        width: 100%;
        padding-left: 15px
    }

    .links-list.smart-list {
        width: 160px
    }

    .menu-footer-left {
        width: 100%;
        margin-bottom: 25px;
        padding-right: 0
    }

    .menu-footer-right {
        width: 100%;
        text-align: center
    }

    .footer-right .footer-link {
        margin-left: 0;
        margin-right: 20px
    }

    .aps-links {
        text-align: left;
        margin-top: 10px
    }

    .aps-links a {
        margin-left: 0;
        margin-right: 15px;
        margin-bottom: 10px
    }

    .footer-c {
        display: block;
        width: 100%
    }

    .rc-block.block-50 {
        width: 100%
    }

    .rc-block.block-50 .nc-link {
        font-size: 18px
    }

    .row-head .rc-block {
        width: 100%
    }

    .row-head .rc-block .nc-link {
        font-size: 18px
    }

    .rc-block .wrapin {
        min-height: 1px
    }

    .small-blocks .small-block-post {
        font-size: 18px
    }

    .post-block.block-33 {
        width: 50%
    }

    .mobile-controll-block .block-33:last-child {
        display: none
    }
}

@media (max-width: 620px) {
    .post-block.block-25,.poll-last,.ads-last {
        width:50%
    }
    .text-format img {
        width: 100% !important;
        height: auto !important;
        margin: 0 0 20px 0 !important;
    }

    .header .wrap .nav_head a {
        margin: 5px 5px;
    }

    .header .search-link {
        padding-left: 0;
    }

    .main-row .rcvs-block .block-25:nth-child(3) {
        display: none;
    }

    .search-line input {
        width: 100%
    }

    .block-c {
        width: 100%
    }

    .inc-c {
        width: 49%
    }

    .post-title {
        font-size: 21px;
        padding-right: 5px;
    }

    .text-format blockquote {
        padding: 0px 0px
    }

    .text-format h3 {
        font-size: 20px
    }

    .modal-logo {
        display: none
    }

    .head-line-search {
        padding-right: 50px;
        padding-left: 0
    }

    .photos-num {
        display: block;
        width: 100%;
        margin-bottom: 15px
    }

    .perv-wrap {
        padding: 30px
    }

    .photos-links {
        display: block;
        width: 100%
    }

    .text-cell {
        display: block;
        width: 100%;
        margin-bottom: 30px
    }

    .social-cell {
        display: block;
        width: 100%;
        padding: 0px 0px 0px 10px;
    }
}

@media (max-width: 570px) {
    .text-format blockquote p:after {
        content: '';
        position: absolute;
        right: 15px;
        background-image: url(/images/quote.png);
        transform: rotate(180deg);
        background-size: cover;
        bottom: 10px;
        width: 25px;
        height: 25px;
    }
    .text-format blockquote p:before {
        left: 15px;
        top: 15px;
        content: '';
        position: absolute;
        background-image: url(/images/quote.png);
        background-size: cover;
        width: 25px;
        height: 25px;
    }
    .text-format blockquote p, .perv-wrap {
        padding: 15px 50px;
        position: relative;
        font-weight: bold;
        font-size: 16px;
    }
    .list-tabs li {
        padding:0px
    }

    .list-tabs li a {
        font-size: 16px;
        padding: 10px 5px
    }

    .inc-c {
        width: 100%
    }

    .full-c .inc-c {
        width: 100%
    }

    .cube-link {
        margin-right: 0;
        padding: 5px 15px
    }

    .sb-select {
        display: block;
        width: 220px;
        margin: 0 auto 20px auto
    }

    .list-partners li {
        width: 33.333%
    }

    .header .wrap .time-country {
        display: none
    }

    .header .wrap .nav-link {
        text-align: right;
        width: 42px
    }

    .search-link {
        width: 42px;
    }

    .header .wrap .header-logo {
        width: 40px
    }

    .header .wrap .mobile-links {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 33.333%
    }

    .header .wrap .nav_head {
        font-size: 14px
    }

    .header .wrap .nav_head a {
        padding: 5px 0
    }

    .header .wrap .nav_head a.hide-mobile {
        display: none
    }

    .list-tags {
        display: inline-block
    }

    .head-menus.supertag-top {
        padding-top: 0;
        margin-top: 10px;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .head-menus .head-links {
        text-align: center
    }

    .head-links {
        width: auto;
    }

    .header .wrap .nav_head {
        display: none;
    }

    .mobile-linemenu a {
        display: inline-block;
        text-decoration: underline;
        margin: 0 5px 5px 5px;
        vertical-align: top;
        color: black;
        text-transform: uppercase;
        font-weight: 700;
    }

    .mobile-linemenu {
        display: block;
        padding: 0px 10px 15px 10px;
        background: #fff;
        font-size: 14px;
        text-align: center;
    }
}



@media (max-width: 500px) {

    .mobile-text-only.post-block {
        margin-bottom: 15px;
    }

    .main-row .rcvs-block .block-25, .main-row .rcvs-block .block-33, .main-row .rcvs-block .post-block {
        display: block !important;
    }

    .mobile-text-only.post-block .wrap-cont, .mobile-text-only.post-block .rc-block .wrapin  {
        padding: 20px 15px;
        font-size: 16px;
    }

    .mobile-text-only.post-block .post-info,
    .mobile-text-only.post-block .cat-links-left,
    .mobile-text-only.post-block .photo-block:before,
    .mobile-text-only.post-block .photo-block:after,
    .mobile-text-only.post-block .photo-block .post-img,
    .mobile-text-only.post-block .cat-icon,
    .mobile-text-only.post-block .cat-info-transparent,
    .mobile-text-only.post-block .cat-position,
    .mobile-text-only.post-block .post-video-link,
    .mobile-text-only.post-block .video-block .post-img,
    .mobile-text-only.post-block .video-block .cat-icon,
    .mobile-text-only.post-block .video-block:before,
    .mobile-text-only.post-block .video-block:after,
    .mobile-text-only.post-block .date-block,
    .mobile-text-only.post-block .post-image-link,
    .mobile-text-only.post-block .cat-links,
    .mobile-text-only.post-block .link-zoom {
        display: none;
    }

    .mobile-text-only.post-block .text-pos {
        position: static;
        left: auto;
        bottom: auto;
    }

    .mobile-text-only .thumb-info-text {
        margin: 0px;
    }

    .small-blocks .mobile-text-only.small-block-post {
        margin-bottom: 5px;
    }

    .mobile-text-only.post-block .post-wpr {
        height: auto !important;
    }

    .mobile-text-only.post-block .postwrap .post-wpr {
        padding: 20px 15px;
    }

    .mobile-text-only.rc-block .post-info {
        display: none;
    }

    .mobile-text-only.rc-block {
        margin-bottom: 15px;
    }

    .pretty-line.main-line {
        margin-top: 30px;
    }

    .mobile-text-only.rc-block .wrapin {
        padding: 20px 15px;
    }

    .mobile-text-only.rc-block .nc-link {
        font-size: 16px;
    }

    .mobile-text-only.post-block .wrap-cont {
        min-height: 1px;
    }

    .mobile-text-only.post-block  .post-link {
        margin-bottom: 0;
    }

    .mobile-text-only.post-block  .wrap-cont {
        padding-bottom: 20px;
    }

    .mobile-text-only.post-block  .text-pos {
        padding: 20px 15px;
    }

    .mobile-text-only.small-block-post .cat-info-transparent, .mobile-text-only.small-block-post .nts-link img, .mobile-text-only.small-block-post .nts-link:before {
        display: none;
    }

    .mobile-text-only.small-block-post .thumb-info-text {
        position: static;
        left: auto;
        bottom: auto;
        font-size: 16px;
        color: #333;
        background: #fff;
        border: 1px solid #e0e0e0;
    }

    .mobile-text-only.small-block-post .thumb-info-text:hover {
        color: #008bbd;
    }

    .mobile-text-only.post-block {
        margin-bottom: 15px;
    }

    .mobile-text-only.post-block .wrap-cont, .mobile-text-only.post-block .rc-block .wrapin {
        padding: 20px 15px;
        font-size: 16px;
    }





    .small-blocks .small-block-post {
        width:100%;
        margin-bottom: 30px;
        font-size: 18px
    }

    .rcn-block .ncl-img {
        display: none;
    }

    .company-layout{
        display:block;
    }

    .video-info .icon-cell {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        padding: 0
    }

    .video-info .text-cell {
        padding: 0
    }

    .a-block,.poll-block {
        margin-right: 0;
        width: 100%
    }

    .text-format .quoteimage,.quoteimage {
        padding-left: 30px
    }

    .text-format .quoteimage img,.quoteimage img {
        position: static;
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        display: block;
        margin: 0 auto 20px auto
    }

    .download-link {
        padding-left: 20px;
        padding-right: 20px
    }

    .download-link img {
        position: static;
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        display: block;
        margin: 0 auto 20px auto
    }

    .img-select li {
        width: 33.333%
    }

    .tads-menu .icon-h-link {
        margin-left: 10px;
        margin-right: 10px
    }

    .lt-list li {
        width: 100%;
        margin-bottom: 30px
    }

    .triple-list li {
        width: 100%;
        margin-bottom: 20px
    }

    .frame-images {
        margin-bottom: 5px;
        padding:5px;
        padding-top: 0;
    }

    .post-block.block-25,.poll-last,.ads-last {
        width: 100%
    }

    .photos-lite {
        display: none
    }

    .post-block.block-33 {
        width: 100%
    }

    .list-tabs li {
        padding: 0px
    }

    .list-tabs li a {
        font-size: 13px;
        padding: 10px 5px
    }
}

@media (max-width: 390px) {
    .cube-link {
        font-size:12px;
        padding: 5px
    }

    .ncl-cont .date-left {
        float: none;
        margin-top: 0;
    }

    .ncl-cont .cat-links {
        float: none;
    }

    .ncl-cont .cat-links a {
        margin-left: 0;
        margin-right: 5px;
    }

    .list-partners li {
        width: 45%
    }

    .data-pos-2 {
        left: 10px;
        top: 10px
    }

    .video-block:after {
        background-size: 60px 60px
    }

    .share-image {
        width: 80px;
        background-size: 40px 40px;
        right: 10px;
        bottom: 10px
    }


    .cat-icon {
        width: 50px;
        height: 50px
    }

    .tads-menu {
        margin-bottom: 0
    }

    .tads-menu .sb-select {
        margin-bottom: 5px
    }

    .tads-menu .sb-select .sb-link {
        font-size: 12px
    }

    .tads-menu .icon-h-link {
        font-size: 12px
    }
}

.post-wpr {
    background: #fff;
    padding: 40px 15px 30px 15px;
    position: relative;
}

.date-programm {
    margin-left: 10px;
    box-sizing: border-box;
    float: left;
    font-weight: 400;
    height: auto;
    perspective-origin: 50% 50%;
    text-transform: uppercase;
    transform-origin: 50% 50% 0px;
    font-size: 40px;
    cursor: default;
    background-color: rgb(249, 249, 249);
}

.info-programm {
    float: right;
    height: auto;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50% 0px;
    width: 70%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    cursor: default;
}

.desc-programm {
    box-sizing: border-box;
    height: auto;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50% 0px;
    width: 70%;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px;
    cursor: default;
    color: dimgray;
    display: inline-block;
}

.programm{
    box-sizing: border-box;
    height: auto;
    margin-bottom: 16px;
    margin-top: 16px;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50% 0px;
    width: auto;
    cursor: default;
    font-family: Arial, Helvetica, sans-serif;
}

.circle {
    width:50px;
    height:50px;
    border-radius:50%;
    color:#fff;
    line-height:50px;
    text-align:center;
    background:#515151;
    float: left;
}

.min-age {
    color: #fff;
    font-family: Helvetica;
    font-weight: 300;
    font-size: 18px;
    margin: 10px;
    margin-right: 45px;
}

.time-programm {
    color: black;
    box-sizing: border-box;
    font-size: 30px;
    height: auto;
    letter-spacing: -1px;
    line-height: 30px;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50% 0px;
    width: 10.9375%;
    display:inline-block;
    margin-right: 10px;
}

.title-programm {
    box-sizing: border-box;
    height: auto;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50% 0px;
    width: auto;
    color: black;
    display:inline-block;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}

.day-programm{
    display: inline-block;
    margin-right: 5px;
    margin-left:5px;
    width: 12%;
    cursor: pointer;
    padding: 20px 0px;
    text-align: center;
}

#up-btn{
    bottom: 300px;
    right: 150px;
    position: fixed;
    font-size: 40px;
    display: none;
    cursor: pointer;
}

#down-btn {
    bottom: 150px;
    right: 150px;
    position: fixed;
    font-size: 40px;
    display: none;
    cursor: pointer;
}


.rcn-block, .playlists-control-block {
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #fff;
    margin-bottom: 10px;

}

.rcn-block {
    border: 1px solid #e0e0e0;
}
.ncl-cont {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding: 20px 30px 10px 30px;
}

.ncl-cont p {
    font-size: 13px;
    color: #676767;
    padding-right: 70px;
}

.ncl-cont .nc-link {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}
.nc-link {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.nc-link:hover {
    color: #008bbd;
}

.ncl-img {
    display: table-cell;
    vertical-align: top;
    width: 200px;
    overflow: hidden;
    position: relative;
}


.nrc-bl {
    position: absolute;
    left: 0;
    background-size: cover;
    background-position-x: center;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.nrc-bl .image {
    min-height: 100%;
    max-width: 250px;
    width: auto;
    position: absolute;
    z-index: 100;
    min-width: 100%;
    left: 0;
    top: 0;
    /*    transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);*/
}

.list-gallery-cover {
    min-height: 0px !important;
    min-width: 0px !important;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 101;
    font-size: 1.5em;
    color: white;
}

.list-video-cover {
    min-height: 0px !important;
    min-width: 0px !important;
    position: absolute;
    top: 4px;
    right: 4px;
    /*    top: initial !important;
        left: initial !important;*/
    z-index: 101;
    font-size: 2em;
    color: white;
}


.search-link {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 15px;
}

.open-search {
    width: 48px;
    height: 48px;
    background: url(../images/search-head.png) no-repeat;
    display: inline-block;
}

.search-hidden {
    background: #fff;
    padding: 20px;
    border-top: 4px solid #f7f7f7;
    display: none;
}

.search-wrp {
    width: 100%;
    text-align: center;
}
.search-wrp form {
    display: inline-block;
}
.detail-search-btns {
    display: flex;
    height: 100%;
}

.detail-search-btns select {
    height: 100%;
    padding: 0 20px 0 10px;
    color: white;
    background: #303e4d;
    cursor: pointer;
    border: none;
    border-right:1px solid #cccccc;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

}

.select-arrow{
    position: relative;
}

.select-arrow::before {
    content : "\2304";
    position: absolute;
    right: 3px;
    bottom: 9px;
    font-size: 28px;
    color: white;
    pointer-events: none;
}

.detail-search-btns button{
    height: 100%;
    background-color: #303e4d;
    border: none;
    outline: none;
    border-radius: 0;
    color: #fff;
}


.detail-search-btns button:first-child {
    background-color: #46596d;
}
.detail-search-btns button:hover {
    background-color: #415163;
}
.detail-search-btns button:first-child:hover {
    background-color: #4d6379;
}

.search-wrap {
    margin-top: 15px;
    height:35px;
}

.search-input {
    float:left;
    background-color: #fff;
    border: 1px solid #ccc;
    display: block;
    height: 100%;
    padding: 0 10px;
    font-size: 15px;
    color: #777;
    width:300px;
}

.dnv-link {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 20px 7px 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 10px;
    border: 1px solid #00a567;
    text-align: center;
    color: #00a567;
}

.dnv-link:hover {
    background: #00a567;
    color: #ffffff;
}

.search-button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 36px;
    color: #fff;
    background: #0aa86d;
    padding: 0 20px;
    font-size: 13px;
    border: 0px;
    transition: background-color linear;
}

.search-button.button-title {
    background-color: rgb(0, 139, 190);
    right: 123px;
}
.comment-button {
    background-color: light-grey;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width:100%;
}

a.hc-link {
    display: none;
}

@media (max-width: 600px) {
    .search-button {
        position: relative;
    }

    .search-button.button-title {
        right: 0px;
    }
}

@media (max-width: 400px) {
    .wfull {
        min-height: initial;
    }
}

.search-button.button-title:hover {
    background-color: rgb(0, 155, 212);
}
.search-button:hover {
    background-color:#06b775;
}
.empty-search {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    width: 100%;
}
.empty-search>p {
    text-align: center;
    color:#4d5f73;
}
.wrap.empty {
    background-color: #f2f2f2;
}
#sf-resetcontent {
    width: 100% !important;
    overflow: hidden;
    margin: 20px 0 !important;
}

.lr-links {
    margin-bottom: 20px;
    display: block;
}

.pagination {
    font-size: 16px;
    list-style: none;
    text-align: center;
    margin: 16px auto;
    padding-left: 0px;
}

.pagination >li  {
    background-color: #303e4d;
    margin: 0px 2px 5px;
    padding: 5px 8px;
    font-weight: 600;
    display: inline-block;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.15);
}

.pagination >li >a  {
    text-decoration: none;
    color: #fff;
}

.pagination .active {
    color:#fff;
    margin: 0 2px;
    padding: 5px 8px;
    font-weight: 600;
    background-color: #afd137;
    text-decoration: none;
}

.pagination .disabled {
    color: #fff;
    margin: 0 2px;
    padding: 5px 8px;
    font-weight: 600;
    background-color: #b6b7b5;
    text-decoration: none;
}

.ads {
    background-color: white;
    margin-top: 10px;
}
.adf_sg_vstv .asg2_l {
    background-color: #303e4d !important;
    color: #ffffff !important;
}
.adf_sg_vstv .asg2_l:before {
    height: 100% !important;
    background: #afd137 url(//imgtest.mir24.tv/demo-files/menu-aside.png) center center no-repeat !important;
    left: 0 !important;
    top: 0 !important;
    margin-top: 0 !important;
}
.asg2_l>span{
    vertical-align: text-top;
}
.adf_sg_vstv {
    box-shadow: none !important;
}
article img[width='305'] {
    width: 325px;
    margin:0 !important;
    padding:10px;
}

article img[width='600'],
article img[width='610'],
article img[width='620'] {
    width:650px;
}

article img[width='200'] {
    width:220px;
    margin:0 !important;
    padding:10px;
}

article h2 {
    margin-bottom: 10px;
}

@media (min-width: 850px) {
    .stick {
        margin-top: 0 !important;
        position: fixed;
        top: 0;
        z-index: 10000;
        width: 240px;
    }
}


@media (max-width: 700px) {
    .ads {
        display: none;
    }
}

.author {
    font-style: italic;
    display: block;
    margin: 20px 0;
}


.cssload-loader {
    width: 97px;
    height: 19px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.cssload-loader > div {
    content: " ";
    width: 19px;
    height: 19px;
    background: rgb(166,16,16);
    border-radius: 100%;
    position: absolute;
    animation: cssload-shift 2.3s linear infinite;
    -o-animation: cssload-shift 2.3s linear infinite;
    -ms-animation: cssload-shift 2.3s linear infinite;
    -webkit-animation: cssload-shift 2.3s linear infinite;
    -moz-animation: cssload-shift 2.3s linear infinite;
}
.cssload-loader > div:nth-of-type(1) {
    animation-delay: -0.46s;
    -o-animation-delay: -0.46s;
    -ms-animation-delay: -0.46s;
    -webkit-animation-delay: -0.46s;
    -moz-animation-delay: -0.46s;
}
.cssload-loader > div:nth-of-type(2) {
    animation-delay: -0.92s;
    -o-animation-delay: -0.92s;
    -ms-animation-delay: -0.92s;
    -webkit-animation-delay: -0.92s;
    -moz-animation-delay: -0.92s;
}
.cssload-loader > div:nth-of-type(3) {
    animation-delay: -1.38s;
    -o-animation-delay: -1.38s;
    -ms-animation-delay: -1.38s;
    -webkit-animation-delay: -1.38s;
    -moz-animation-delay: -1.38s;
}
.cssload-loader > div:nth-of-type(4) {
    animation-delay: -1.84s;
    -o-animation-delay: -1.84s;
    -ms-animation-delay: -1.84s;
    -webkit-animation-delay: -1.84s;
    -moz-animation-delay: -1.84s;
}

@keyframes cssload-shift {
    0% {
        left: -58px;
        opacity: 0;
        background-color: rgb(22,129,178);
    }
    10% {
        left: 0;
        opacity: 1;
    }
    90% {
        left: 97px;
        opacity: 1;
    }
    100% {
        left: 156px;
        background-color: rgb(109,187,85);
        opacity: 0;
    }
}

@-o-keyframes cssload-shift {
    0% {
        left: -58px;
        opacity: 0;
        background-color: rgb(22,129,178);
    }
    10% {
        left: 0;
        opacity: 1;
    }
    90% {
        left: 97px;
        opacity: 1;
    }
    100% {
        left: 156px;
        background-color: rgb(109,187,85);
        opacity: 0;
    }
}

@-ms-keyframes cssload-shift {
    0% {
        left: -58px;
        opacity: 0;
        background-color: rgb(22,129,178);
    }
    10% {
        left: 0;
        opacity: 1;
    }
    90% {
        left: 97px;
        opacity: 1;
    }
    100% {
        left: 156px;
        background-color: rgb(109,187,85);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-shift {
    0% {
        left: -58px;
        opacity: 0;
        background-color: rgb(22,129,178);
    }
    10% {
        left: 0;
        opacity: 1;
    }
    90% {
        left: 97px;
        opacity: 1;
    }
    100% {
        left: 156px;
        background-color: rgb(109,187,85);
        opacity: 0;
    }
}

@-moz-keyframes cssload-shift {
    0% {
        left: -58px;
        opacity: 0;
        background-color: rgb(22,129,178);
    }
    10% {
        left: 0;
        opacity: 1;
    }
    90% {
        left: 97px;
        opacity: 1;
    }
    100% {
        left: 156px;
        background-color: rgb(109,187,85);
        opacity: 0;
    }
}

.loader-wrap{
    padding: 20px;
}

.fullscreen {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.fullscreenInsideContent{
    max-width: 900px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fullscreenContent{
    position: relative;
}

.fullscreenContent .sc-main-image{
    max-height: 800px;
}

.removeFullScreen{
    font-size: 26px;
    right: 2%;
    position: relative;
    top: 145px;
    z-index: 1;
}

.removeFullScreenButton{
    width: 6%;
    height: 100%;
    float: right;
    text-align: center;
    cursor:pointer;
    color: rgb(61, 181, 224);
    background-color: white;
    border-radius: 14px;
    margin-top: 10px;
}

@media (max-width: 700px) {
    .removeFullScreenButton {
        width: 15%;
    }
}

.removeFullScreenButton:hover{
    color: #9fc94b;
}

.titleHiddenFullScreen{
    width: 100%;
    padding: 15px 10px;
    background-color: white;
    position: relative;
    margin-bottom: 5px;
    margin-top: 5px;
}

.title-hidden{
    width: 100%;
    font-size: 30px;
    padding-bottom: 5px;
}

@media (max-width: 900px) {
    .frame-images {
        margin-top: 0;
    }
}

@media (max-width: 700px) {
    .title-hidden {
        width: 70%;
    }
}
@media (max-width: 600px) {
    .wfull {
        min-height:200px;
    }
}
@media (max-width: 510px) {
    .empty-search {
        margin-top: -85px;
    }
    .search-input {
        float:none;
        width:100%;
        margin-bottom: 10px;
    }
    .detail-search-btns {
        float:none;
    }
    .search-wrp form {
        width: 100%;
        padding: 0 20px;
    }
    .detail-search-btns button {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 360px){
    .aside-frame {
        display: none;
    }
}

.tagsHidden{
    position: relative;
}

.tagsHidden .getag-info.gallery-box{
    top: 400px;
}
.fullscreen .sc-content{
    padding: 0;
}

.noScroll{
    height: 100%;
    overflow: hidden;
}

.hidden {
    display: none;
}

.copyrights {
    text-align: left;
    color: #999;
    font-size: 13px;
    padding: 10px;
    background-color: #fff;
}
.copyrights>div {
    display:inline-block;
}

.copyrights a {
    color: #999;
}
.main-image-wrap {
    position: relative;
}
.sc-carousel .copyrights {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    padding: 6px;
    padding-left: 15px;
    color: #000;
    opacity: 0.7;
}
.sc-carousel .copyrights>div {
    display:block;
}
.sc-carousel .copyrights a {
    color: #000;
}
.detail-video .copyrights {
    bottom: 40px;
}
.detail-video {
    width: 100%;
}
.relap-default__block-title {
    padding-top: 0px !important;
    margin-left: 10px;
}

.box-under{
    position: inherit;
    width: 100%;
}

.geo-box-under{
    bottom: -10px;
    right: 0;
}

.vvg-main-banner {
    width: 100%;
    margin-bottom: 10px; cursor: pointer;
}

@media (max-width: 799px) {
    .vvg-main-banner { display: none; }
}

.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.great-z {
    z-index: 999999 !important;
}

.dropbtn {
    color: #666;
    background: #f3f3f2;
    font-size: 14px;
    font-weight: 100;
    padding: 4px;
    text-transform: uppercase;
    display: inline-block;
    min-width: 200px;
    text-decoration: none;
    border: 1px solid #ccc;
    text-align: center;
    width: 100%;
}

.dropdown {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 0px 5px 5px 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition-duration: .1s;
    width: 100%;
    text-align: center;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: 500;
    font-size: 14px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropbtn {
    background: #ccc;
    color: #000;
}

@media (max-width: 900px) {
    .news-list-service-tag {
        text-align: center;
        width: 100%;
        margin: 5px 0 0 0;
    }
}

.white-link {
    color: #fff;
}

.white-link:hover {
    text-decoration: none
}

#football>img {
    z-index: -1;
}

.font-inherit {
    font: inherit;
}

.twitter-tweet{
    margin-top: 75px !important;
}

@media (max-width: 500px) {
    #test_inner_banner {
        width: 100%;
        max-width: none;
        margin-left: 0;
    }
}
#test_inner_banner{
    float: left;
    max-width: 320px;
    margin-right: 15px;
    margin-bottom: 20px;
    clear: both;
    margin-left: -10px;
    border-left: 5px solid #014e7d;
    font-size: 12px;
    background-color: #f2f2f2;
}
#test_inner_banner a {
    color: #014e7d;
}
#test_inner_banner img {
    width: 100% !important;
}
#test_inner_banner:hover img{
    opacity: 0.7;
}
.mm_test_header {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    padding: 8px;
    font-weight: 700;
}
.mm_test_title {
    padding: 8px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}
.mm_test_title h4{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}
.mm_test_title p{
    color: #333;
    margin-bottom: 0
}
.head-authors {
    min-width: 120px;
    display: inline-block;
    margin-bottom: 15px;
}

.cat-info-transparent {
    display: inline-block;
    padding: 6px 10px 5px 10px;
    color: #FFF;
    font-size: 11px;
    transition: all 0.3s;
    font-weight: 700;
    text-decoration: none
}

.cat-info-transparent.white-color {
    color: #fff
}

.pre-news-block {
    background: #fff;
}

.pre-news {
    transition: color 300ms, background-color 300ms;
    position: relative;
    display: block;
    background: #fff;
    padding: 20px 25px;
    padding-top: 25px;
    text-decoration: none;
    color: #000;
    font-size: 0.85em;
}
.pre-news .date-span {
    top: 10px;
    left: 25px;
}

.pre-news:hover {
    color: #1c80b9;
    background-color: #f9f9f9;
}

#pre-news {
    display: flex;
    flex-flow: column wrap;
    overflow: hidden;
}

.pre-news-main {
    padding: 7px 15px;
    line-height: 16px;
}

.lightning .pre-news {
    background: #fff url(../images/lightning.png) 15px center no-repeat;
    border: 0px;
    padding: 15px 10px 15px 50px;
    font-size: 15px;
    background-color: white;
}

.lightning .pre-news:last-child {
    border-bottom: 0px;
}

.lightning .pre-news:hover {
    color: #1c80b9;
}

.last-news-main {
    float: right;
    width: 25%;
    margin-top: -450px;
}

@media (max-width: 850px) {
    .last-news-main {
        width: 100%;
        margin-top: 0;
        overflow: hidden;
    }
}

.date-span-main {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    background-color: #303e4d;
    padding: 3px;
}

.date-span {
    color: #999;
    bottom: 8px;
    left: 11px;
    font-size: 11px;
    position: absolute;
    padding-left: 20px;
    line-height: 12px;
    background: url(../images/clock.png) left top no-repeat;
}

.aside-frame .date-span {
    display: block;
}

.news-link {
    display: block
}

.all-news-link {
    text-align: center;
}

.cat-position {
    position: relative;
    display: table;
    z-index: 200;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.cat-position-absolut {
    position: absolute;
    top: 17px;
    left: 17px;
}
.cat-position .cat-info-transparent {
    position: relative;
}
.cat-position:hover .tag-clr {
    opacity: 1;
}

.ncs-link {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none
}

.ncs-link:hover {
    color: #008bbd
}

.rmp-link {
    position: relative;
    display: block;
    overflow: hidden
}

.rmp-link .lrc-link {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    cursor: pointer;
}

.rmp-link.blue {
    border-bottom: 5px solid #008bbd
}

.rmp-link img {
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease
}

.rmp-link:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.rmp-title {
    color: #fff;
    display: block;
    font-size:25px;
    font-weight:500;
    margin-bottom: 20px;
}

.rmp-text {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 15px
}

.rmp-time {
    font-size: 11px;
    line-height: 1
}

.rmp-time span {
    display: inline-block;
    vertical-align: middle
}

.thumb-info-text, .rmp-info {
    position: absolute;
    color: #fff;
    z-index: 200;
    left: 0;
    bottom: 0;
    display: block;
    padding: 15px 17px;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.75));
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rmp-info {
    width: 100%;
    text-shadow: 0 1px 0 #000;
}

@media (max-width: 500px) {
    .rmp-info {
        width: auto;
    }
}


@media (max-width: 1200px) {
    .thumb-info-text, .rmp-info {
        font-size: 17px;
    }
}

@media (max-width: 1050px) {
    .rmp-title {
        font-size:21px;
    }

    .rmp-info {
        padding: 20px
    }
}

@media (max-width: 850px) {
    .ncs-link {
        font-size: 16px
    }

    .rmp-title {
        font-size: 28px;
    }
}

@media (max-width: 700px) {
    .rmp-title {
        font-size: 25px;
    }
}

@media (max-width: 500px) {
    .mobile-text-only.post-block  .rmp-title {
        color: #333;
        font-size: 16px;
        text-decoration: none;
        font-weight: 700;
        display: block;
    }

    .mobile-text-only.post-block  .rmp-title:hover {
        color: #008bbd;
    }

    .rmp-text,.rmp-time {
        display: none
    }

    .rmp-title {
        margin-bottom: 0;
        font-size: 18px;
    }

    .rmp-link {
        margin-bottom: 5px;
        margin-left: -5px;
        margin-right: -5px;
    }
}

.scale > a>div>img{
    transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}


.scale:hover > a>div>img{
    transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.version-line {
    padding: 5px;
    font-family: 'Roboto', sans-serif;
    color: rgba(0,0,0,1);
    max-width: 1200px;
    width: 100%;
    margin: auto;
    background-color: #ff992c;
    text-align: center;
}

.header-outer-wrapper {
    max-width: 1200px;
    margin: auto;
}
.header-wrap {
    background-color: #303E4D;
    text-align: center;
    width: 100%;
    position: relative;
}
.header-banner {
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
}
.header-banner>div {
    width:100%;
}
.left-part, .right-part {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    /*min-width: 500px;*/
}
.logo>img {
    height: 80px;
    width: 80px;
    left: 50%;
    position: absolute;
    margin-left: -40px;
    top: 50%;
    z-index: 200;
    margin-top: -40px;
}
.first-letter {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -13px;
    margin-left: -15px;
    width: 25px;
    height: 25px;
    border: 3px solid #4A5664;
    z-index: 1;
    border-right: none;
    border-radius: 9px;
    -webkit-transition: border 200ms ease-in-out;
    -moz-transition: border 200ms ease-in-out;
    -o-transition: border 200ms ease-in-out;
    transition: border 200ms ease-in-out;
}
.sections-list, .broadcast-list {
    list-style: none;
    padding: 0;
    margin: 0 21px;
    display: inline-block;
}
.sections-list a, .broadcast-list a {
    color: #fff;
    text-decoration: none;
}
.sections-list li, .broadcast-list li {
    display: inline-block;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
     font-weight: bold;
    position: relative;
}
.sections-list ul {
    padding: 0px 10px 0px 18px;
}
.broadcast-list li {
    padding: 10px 0px;
    padding-right: 4px;
}

ul.broadcast-list li a ul {
    padding-inline-start: 10px;
}

.broadcast-list span {
    margin-right: 8px;
    vertical-align: middle;
}
.sections-list span {
    position: relative;
    z-index: 10;
    vertical-align: middle;
}

.middle-part img {
    width: 80px;
    position: absolute;
    z-index: 200;
    top: 50%;
    height: 80px;
    margin-top: -40px;
}

.on-air {
    background: url(/images/icon1.png) 50% 50% no-repeat;
}
.program {
    background: url(/images/icon2.png) 50% 50% no-repeat;
}
.branches {
    background: url(/images/icon3.png) 50% 50% no-repeat;
}
.broadcast-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -14px;
    position: absolute;
    background-size: 25px;
}
.branches-item {
    position: relative;
}
.branches-item:hover ul.branches-list{
    display: block;
    opacity: 1;
}
ul.branches-list {
    position: absolute;
    transition-duration: .1s;
    top: 100%;
    z-index: 10000;
    opacity:0;
    display: none;
    padding: 0;
    right: 0;
    /* color: #000; */
    list-style: none;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
    border-top: none;
}
.branches-list>li {
    padding: 0;
    transition-duration: .1s;
    display: block;
}
.branches-list a {
    padding: 10px;
    color: #616161;
    display: block;
}
.branches-list>li:hover {
    background-color: #e0e0e0;
    color: #014e7d;
}
.topics-of-the-day {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-right: 240px;
    background-color: #fff;
}
.topics-of-the-day>div, .topics-list>div {
    display: table-cell;
}
.topics-list {
    width: 810px;
    vertical-align: top;
    text-align: left;
    padding: 0;
    list-style: none;
    display: table-cell;
    margin: 0;
}
.topics-list>li>a {
    vertical-align: sub;
    color: #000;
    text-decoration: none;
}
.date-time {
    padding: 0 20px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
    width: 90px;
}
.cur-date, .cur-time {
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    color: #266184;
}
.cur-time {
    font-size: 25px;
}
.cur-date{
    font-size: 10px;
    margin-top: -5px;
}
.topics-list li {
    vertical-align: middle;
    cursor: pointer;
    /*max-width:210px;*/
    transition: color ease-in-out 200ms;
    box-sizing: border-box;
    padding: 15px;
}
.topics-list li>a:hover {
    color:#266184;
}
.hot-more {
    position: relative;
    padding-left: 0 !important;
    user-select: none;
}
.hot-more .triangle {
    border-bottom: 15px solid #f2f2f2;
    top: -15px;
}
.hot-more ul>li.title {
    transition: background ease-in-out 100ms;
    padding: 10px;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'PT Sans', 'Helvetica', sans-serif;
}
.hot-more li:not(.triangle):hover {
    background-color: #e0e0e0;
}
.hot-more li:not(.triangle):hover a {
    color:#266184;
}
.hot-more>ul {
    top: 100%;
    transition-duration: .1s;
    list-style: none;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    position: absolute;
    right: 20px;
    z-index: 10000;
    background-color: #f2f2f2;
}
.hot-more {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'PT Sans', 'Helvetica', sans-serif;
}
.hot-more:hover ul {
    opacity:1;
    visibility: visible;
}
.hot-more span {
    font-size: 15px;
    vertical-align: sub;
}
.hot-more li>a {
    color: #000000;
    text-decoration: none;
    vertical-align: text-top;
}
.more {
    transition: color ease-in-out 200ms;
}
.topics-list li {
    display: inline-block;
}
.topics-list li:not(.hot-more):hover {
    color:#014e7d;
}
.topics-list li.more:hover {
    color: #8bc541;
}
.topics-list li.hot {
    color: #ff6633;
}
.topics-list li.hot:hover {
    color:#f50000;
}
.topics-list li.title{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'PT Sans', 'Helvetica', sans-serif;
}
.subtitle {
    font-size: 10px;
    margin-top: -2px;
    font-weight: normal;
    text-align: left;
    font-family: 'PT Sans', 'Helvetica', sans-serif;
    text-transform: lowercase;
}
.topics-list li.more {
    font-size: 30px;
    font-weight: bold;
    /* padding-top: 11px; */
    position: absolute;
    top: -8px;
    right: 210px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.search-bar {
    position: relative;
    vertical-align: top;
}
.search-bar input {
    outline: none;
    border: 2px solid #303E4D;
    box-sizing: border-box;
    height: 34px;
    border-radius: 20px;
    font-size: 12px;
    width: 185px;
    padding: 0 25px;
    padding-right: 35px;
    padding-left: 15px;
    transition: width ease-in-out 200ms;
}
button.search-btn.everywhere {
    transition: background-color ease-in-out 200ms;
    background: url(/images/binocular.png) 50% no-repeat;
    background-color: #afd137;
    right: 23px;
    background-size: 20px;
    border-radius: 0;
    border: none;
    top: 0px;
    width: 50px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 1;
    height: 34px;
}
.tooltip::after {
    background: #f2f2f2;
    /* box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); */
    color: #000;
    border: 1px solid #e0e0e0;
    content: attr(data-tooltip);
    margin-top: 16px;
    opacity: 0;
    padding: 3px 7px;
    position: absolute;
    visibility: hidden;
    right:0;
    transition: all 0.4s ease-in-out;
}
.tooltip:hover::after {
    opacity: 1; /* Показываем его */
    visibility: visible;
}
.search-bar input::-webkit-input-placeholder {
    color: #266184;
}
.search-bar input[placeholder] {
    color: #266184;
}
.search-bar input::-moz-placeholder {
    color: #266184;
}
.search-bar input:-moz-placeholder {
    color: #266184;
}
.search-bar input:-ms-input-placeholder {
    color: #266184;
}
.search-bar input:focus {
    color: #363636;
}
.gradient-line {
    width: 100%;
    display: block !important;
    height: 4px;
    position: relative;
    background: linear-gradient(to right, #78b7d5, #e1f187);
}
.supers-list {
    position: relative;
    list-style: none;
    padding-left: 33px;
    padding-right: 33px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #303E4D;
    color: #fff;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    font-weight: 200;
    width: 100%;
    margin:0;
    height: 35px;
    line-height: 35px;
    white-space:nowrap
}
.supers-list li{
    display: inline-block;
    transition: background ease-in-out 100ms;
}
.supers-list a {
    text-decoration: none;
    color:#fff;
}
.supers-list>li>a {
    display: block;
    padding: 0 8px;
    cursor: pointer;
    FONT-WEIGHT: 600;
}
.supers-list li.more-supers {
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    white-space: normal;
}
.more-supers:hover {
    color: #afd137;
}
.search-bar-wrap {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -17px;
}
.search-btn {
    position: absolute;
    right: -1px;
    width: 36px;
    height: 36px;
    top: -1px;
    border: 2px solid #fff;
    border-radius: 30px;
    text-align: center;
    padding-top: 7px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 2;
    transition: background-color ease-in-out 200ms;
    background: url(/images/glass.png) 50% no-repeat;
    background-color: #303E4D;
    background-size: 20px;
}
.menu-btn {
    right: -77px;
}
.search-bar img {
    width: 20px;
}
.sections-list li:hover .first-letter {
    /*border-color:#088c5c;*/
    border-color:#afd137;
}
.supers-list>li:not(.more-supers):hover {
    background-color: #afd137;
    /*background-color: #0b6094;*/
}
.menu-btn:hover {
    background-color: #afd137 !important;
}
.search-btn:hover {
    background-color: #4e647b !important;
}
.search-btn.everywhere:hover {
    background-color: #bbdf3a !important;
}
.title, .subtitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.overflow-supers {
    position: absolute;
    list-style: none;
    padding: 0;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    background-color: #303E4D;
    right: 0;
    top: 100%;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    font-weight:600;
    transition-duration: .1s;
    z-index: 10000;
}
.overflow-supers li {
    white-space: nowrap;
    width: 100%;
    padding: 0 15px;
    transition: background ease-in-out 100ms;
    cursor: pointer;
}
.more-supers:hover .overflow-supers{
    opacity: 1;
    visibility: visible;
}
.overflow-supers li:not(.triangle):hover {
    background-color: #afd137;
}
.overflow-supers a {
    display: block;
}
.hot-more a {
    display: block;
}
li.triangle {
    position: absolute;
    width: 0px;
    padding: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #303E4D;
    top: -15px;
    right: 0;
}
.more-supers>span {
    display: block;
    padding: 0 8px;
    cursor: pointer;
    FONT-WEIGHT: 600;
}
.mini-menu{
    display: none;
}
.mini-search {
    display:none;
    position: fixed;
    width: 100%;
    height: 60px;
    padding: 10px 15px;
    background-color: #303E4D;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(70, 70, 70, 0.34);
    -moz-box-shadow: 0px 2px 5px 1px rgba(70, 70, 70, 0.34);
    box-shadow: 0px 2px 5px 1px rgba(70, 70, 70, 0.34);
}

.mobile-supers, .mobile-nav a .ether {
    margin-right: 0!important;
}

.mobile-supers, .ether, .mobile-search, .mobile-branches {
    display: inline-block;
    padding: 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.mobile-search {
    background: url(/images/glass.png) 50% no-repeat;
    background-color: #303E4D;
    background-size: 20px;
    width: 30px;
}
.restriction {
    text-align: center;
    margin-top: 30px;
}
.restriction span {
    padding: 4px;
    border: 2px solid #fff;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
}
.small-logo {
    display: none;
    background-image: url(/images/mir24small.png);
    height: 100%;
    width: 60px;
    left: 0;
    position: absolute;
    display: inline-block;
    background-size: cover;
    background-position-y: -10px;
    background-position-x: -9px;
    background-repeat: no-repeat;
}
div.reg-info>p {
    font-size: 11px;
    padding-left: 30px;
}
@media (max-width: 1180px) {
    div.address {
        font-size: 11px;
    }
}

@media (max-width: 1140px) {
    div.address {
        width: 35%;
    }
    div.others {
        padding-left: 50%;
        margin-left: -340px;
    }
}
@media (max-width: 1090px) {
    .sections-list li, .broadcast-list li {
        font-size: 13px;
    }
}
@media (max-width: 1020px) {
    .broadcast-icon {
        width: 20px;
        height: 20px;
        top: 50%;
        margin-top: -11px;
        position: absolute;
        background-size: 20px;
    }
}
@media (max-width: 950px) {
    .sections-list li, .broadcast-list li {
        font-size: 11px;
    }
}
@media (max-width: 900px) {
    .left-part, .right-part, .topics-of-the-day, .gradient-line, .header-banner {
        display: none !important;
    }
    .footer .gradient-line {
        display:block !important;
    }
    .footer-right {
        display: none;
    }
    .white-footer {
        text-align: center;
    }
    .mini-menu {
        display: block;
        /* margin-left: 100px; */
        height: 40px;
        /* width: 100%; */
        text-align: center;
        position: fixed;
        top:0;
        width: 100%;
        background-color: #303E4D;
        z-index: 10000;
        -webkit-box-shadow: 0px 2px 5px 1px rgba(70, 70, 70, 0.34);
        -moz-box-shadow: 0px 2px 5px 1px rgba(70, 70, 70, 0.34);
        box-shadow: 0px 2px 5px 1px rgba(70, 70, 70, 0.34);
    }

    .mobile-supers, .ether, .mobile-search, .mobile-branches  {
        display: inline-block;
        padding: 0px;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        line-height: 45px;
        margin-left: 10px;
        margin-right: 10px;
        height: 40px;
        cursor: pointer;
        user-select: none;
        vertical-align: top;
    }
    .mini-search .search-input {
        margin-bottom: 0;
        border-radius: 30px;
        height: 36px;
        border:none;
        width: 100%;
    }
    .search-btn {
        right:11px;
        top:10px;
    }
    button.search-btn.everywhere {
        right: 31px;
        top: 10px;
        width: 60px;
        height: 36px;
    }
    .logo {
        display: none;
    }
    .small-logo {
        display: inline-block;
    }
    .small-logo > img {
        position: fixed;
        height: 40px;
        top: 0;
        width: auto;
        margin-left: 5px;
        margin-top: 0px;
        left: 0;
        padding: 5px;
        box-sizing: initial;
        float: left;
        z-index: 1001;
    }
    .header-wrap {
        text-align: left;
        margin: 0;
    }
    .supers-list li {
        display: block;
        font-size: 15px;
        text-align: center;
        border-top: 1px solid #eaeaea;
    }
    .mobile-supers:hover, .ether:hover {
        color:#c1d8e6;
    }
    .supers-list>li:hover {
        background-color: #8bc541;
    }
    .supers-list>li:hover a {
        color:#fff;
    }
    .supers-list {
        display: none;
        position: fixed;
        top:40px;
        height: auto;
        background-color: #f3f3f3;
        z-index: 10000;
        padding: 0;
        overflow-y: auto;
        max-height: calc(100% - 50px); /*hot fix*/
        -webkit-box-shadow: 0px 2px 5px 1px rgba(70, 70, 70, 0.34);
        -moz-box-shadow: 0px 2px 5px 1px rgba(70, 70, 70, 0.34);
        box-shadow: 0px 2px 5px 1px rgba(70, 70, 70, 0.34);
    }
    .supers-list a {
        color: #828282;
    }
    .mainwrapper {
        margin-top: 40px;
    }
    div.bottom-logo {
        width:15%;
        float:left;
    }
    div.others {
        margin: 0;
        padding: 0;
        display: block;
        text-align: center;
        padding-top: 20px;
        clear: both;
    }
    .others>div {
        display: inline-block;
        margin: 0;
        margin-right: 20px;
    }
    div.others>div>div {
        width: 30px;
        height: 30px;
        margin-right: 0px;
    }
    div.reg-info {
        padding-left:30px;
        width:45%;
        float: left;
    }
    div.info-text {
        padding-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    div.copyright {
        padding-left: 0;
    }
    div.reg-info>p {
        font-size: 11px;
        padding-left: 0px;
    }
}
@media (max-width: 720px) {
    div.info-text {
        font-size: 10px;
    }
    div.appstore {
        display: inline-block;
        background: url(/images/mobile_store.png) no-repeat 0 1.471%;
        background-size: 195px 73px;
        width: 92px;
        height: 30px;
        vertical-align: middle;
    }
    div.googleplay {
        display: inline-block;
        background: url(/images/mobile_store.png) no-repeat 100% 1.1%;
        background-size: 178px 72px;
        width: 89px;
        height: 30px;
        vertical-align: middle;
    }
    .orphus-pos-div {
        display: none !important;
    }
}
@media (max-width: 600px) {
    .mobile-supers, .ether, .mobile-search, .mobile-branches  {
        display: inline-block;
        padding: 0px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        line-height: 41px;
        margin-left: 5px;
        margin-right: 5px;
        height: 40px;
        cursor: pointer;
        user-select: none;
        vertical-align: top;
    }
    div.copyright {
        padding-top:15px;
    }
    div.copyright>span {
        font-size: 12px;
        display: block;
        margin-bottom: 15px;
    }
    div.reg-info {
        padding-left:20px;
    }
    div.appstore {
        margin-left: 0;
    }
    div.copyright .appstore-link {
        margin-left: 0;
    }
    div.info-text {
        font-size: 9px;
    }
    div.others {
        margin-right: -20px;
    }
    .others>div {
        margin: 0 5px;
    }
    .others a {
        font-size: 12px;
    }
    div.top-section {
        padding:20px;
    }
    .header>div>div {
        margin-right: 0;
        width:30px;
        height:30px;
    }
}
@media (max-width: 460px) {
    .social-text {
        margin-right: 0;
    }
    .social-links {
        margin: 0 10px;
    }
}

@media (max-width: 336px) {
    .mobile-nav a, .mobile-nav .mobile-supers, .mobile-nav .mobile-branches, .ether {
        font-size: 9px;
    }

    .mobile-branches {
        margin: 0;
    }
}

@media (min-width: 336px) and (max-width: 360px) {
    .mobile-nav a, .mobile-nav .mobile-supers, .mobile-nav .mobile-branches, .ether {
        font-size: 10px;
    }

    .mobile-branches {
        margin: 0;
    }
}

@media (min-width: 360px) and (max-width: 400px) {
    .mobile-nav a, .mobile-nav .mobile-supers, .mobile-nav .mobile-branches, .ether {
        font-size: 11px;
    }

    .mobile-branches {
        margin: 0;
    }
}

/*****футер пошел!*****/




.footer {
    width:100%;
    max-width:1200px;
    background-color: #303E4D;
    color:#fff;
    margin: auto;
    font-family: 'PT Sans', 'Helvetica', sans-serif;
    box-sizing: border-box;
    position: relative;
}

.bottom-logo, .reg-info {
    display: inline-block;
}
.appstore {
    display: inline-block;
    background: url('/images/mobile_store.png') no-repeat 0 1.471%;
    background-size: 288px 117px;
    width: 136px;
    height: 49px;
    vertical-align: middle;
}
.googleplay {
    display: inline-block;
    background: url('/images/mobile_store.png') no-repeat 100% 0;
    background-size: 288px 117px;
    width: 144px;
    height: 49px;
    vertical-align: middle;
}
.info-text {
    font-size: 11px;
    padding-left: 30px;
    text-align: justify;
}
.bottom-logo {
    width: 80px;
    vertical-align: top;
}
.bottom-logo img:first-child {
    width:100%;
}
.reg-info {
    width:45%;
    max-width:500px;
    vertical-align: top;
}
.copyright>span {
    font-size: 12px;
}
.copyright {
    padding-left: 30px;
    padding-top: 5px;
}
.copyright>a {
    display:inline-block;
}
.copyright .appstore-link {
    margin: 0 5px;
}
.address {
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
    font-size: 13px;
}
.address a {
    color: #FFF;
    text-decoration: underline;
}
.others {
    display: inline-block;
    padding-left: 45px;
}
.others a{
    color:#fff;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    cursor:pointer;
}
.others>a {
    position: absolute;
    bottom: 0;
    right: 0;
}
.others>div {
    display: inline-block;
    margin: 0;
    margin-right: 20px;
}
.others a:hover {
    text-decoration: underline;
}
.others>div>div {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
}
.tv>div {
    background: url(/images/tv.png) no-repeat;
}
.hd>div {
    background: url(/images/mirhd.png) no-repeat;
}
.radio>div {
    background: url(/images/radio.png) no-repeat;
}
.top-section {
    padding: 35px;
    padding-bottom: 15px;
    position: relative;
}
.footer .gradient-line {
    width: 100%;
    height: 5px;
    position: initial;
    background: linear-gradient(to right, #78b7d5, #e1f187);
}
.white-footer {
    padding: 10px 25px;
    position: relative;
}
.mobile-search {
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
    background-image: url(/images/glass.png);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}
.mobile-nav {
    display: inline-block;
}

.svg-sprite {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden
}

.dot-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -25px;
    width: 50px;
    height: 20px
}

.dot-loader:before, .dot-loader span, .dot-loader:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    margin: -8% 0 0 -8%;
    width: 16%;
    height: 0;
    padding-bottom: 16%;
    border-radius: 50%;
    background: #003767;
    -webkit-animation: dotscale 0.9s linear infinite;
    -moz-animation: dotscale 0.9s linear infinite;
    animation: dotscale 0.9s linear infinite
}

.dot-loader:before {
    left: 25%;
    -webkit-animation-delay: -0.3s;
    -moz-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.dot-loader span {
    left: 50%;
    -webkit-animation-delay: -0.15s;
    -moz-animation-delay: -0.15s;
    animation-delay: -0.15s
}

.dot-loader:after {
    left: 75%
}

@-webkit-keyframes dotscale {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes dotscale {
    0%, 100% {
        -moz-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes dotscale {
    0%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.widgets {
    position: fixed;
    height: 100%;
    bottom: -100%;
    right: 0;
    left: 0;
    z-index: 800
}

.widgets_size {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    left: 0
}

.widgets__b {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0
}

@media only screen and (min-width: 768px) {
    .widgets__b {
        height: 80%
    }
}

.widgets__b-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 20px;
    left: 0;
    background: #fff;
    border-radius: 6px 6px 0 0;
    -webkit-transition: top 0.25s;
    -o-transition: top 0.25s;
    -moz-transition: top 0.25s;
    transition: top 0.25s
}

.widgets__lenta_placeholder {
    height: 80px;
    background-color: #fff;
}

.m-widget-lenta-mini .widgets__lenta_placeholder {
    height: 40px;
}

.m-widget-lenta-active .widgets__b-slide {
    top: -80px
}

.m-widget-lenta-mini .widgets__b-slide {
    top: 20px
}

.m-widget-lenta .widgets__b-slide {
    top: calc(-100% + 40px);
}

.widgets__b-slide.m-notransition {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none
}

.widgets__b-slide.m-transitiondelay {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.widgets__b-slide:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -35px;
    left: 0;
    right: 0;
    height: 41px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60.77%, rgba(0, 0, 0, 0.05)), color-stop(86.19%, rgba(0, 0, 0, 0.09)), to(rgba(0, 0, 0, 0.18)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 60.77%, rgba(0, 0, 0, 0.09) 86.19%, rgba(0, 0, 0, 0.18) 100%);
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 60.77%, rgba(0, 0, 0, 0.09) 86.19%, rgba(0, 0, 0, 0.18) 100%);
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.05) 60.77%, rgba(0, 0, 0, 0.09) 86.19%, rgba(0, 0, 0, 0.18) 100%);
    pointer-events: none
}

@media only screen and (min-width: 768px) {
    .widgets__b-slide {
        border-radius: 0
    }

    .widgets__b-slide:before {
        height: 35px
    }

    .widgets__lenta_placeholder {
        height: 63px;
    }

    .m-widget-lenta-mini .widgets__lenta_placeholder {
        height: 45px;
    }

    .m-widget-lenta-active .widgets__b-slide {
        top: -63px
    }

    .m-widget-lenta .widgets__b-slide {
        top: -100%
    }
}

@media only screen and (min-width: 925px) {
    .widgets__lenta_placeholder {
        height: 50px;
    }

    .m-widget-lenta-active .widgets__b-slide {
        top: -50px
    }

    .m-widget-lenta .widgets__b-slide {
        top: -100%
    }
}

@media only screen and (min-width: 1235px) {
    .widgets__lenta_placeholder {
        height: 80px;
    }

    .m-widget-lenta-active .widgets__b-slide {
        top: -80px
    }

    .m-widget-lenta .widgets__b-slide {
        top: -100%
    }
}

.widgets__b-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer
}

.m-widget-lenta .widgets__b-cover {
    bottom: auto;
    left: 50px;
    height: 50px
}

@media only screen and (min-width: 768px) {
    .m-widget-lenta .widgets__b-cover {
        display: none
    }
}

.lenta {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.lenta a {
    color: #000
}

.lenta__header {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    padding: 15px 60px 0;
    height: 50px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: top 0.25s;
    -o-transition: top 0.25s;
    -moz-transition: top 0.25s;
    transition: top 0.25s
}

.lenta__header a {
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    -moz-transition: color .4s ease;
    transition: color .4s ease
}

.lenta__header.m-color a {
    color: #0075FF
}

.m-widget-lenta .lenta__header {
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px
}

@media only screen and (min-width: 768px) {
    .lenta-alert .lenta__header {
        color: #fff
    }

    .lenta-alert .lenta__header a {
        color: #fff
    }

    .lenta-alert .lenta__header .lenta__header-text1 {
        display: none;
        height: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .lenta__header {
        display: none;
    }
}

@media only screen and (min-width: 1235px) {
    .lenta__header {
        display: block;
        top: 0;
        right: auto;
        font-size: 16px;
        background: none;
        padding: 18px 10px 0 15px
    }

    .m-widget-lenta .lenta__header {
        box-shadow: none
    }
}

@media only screen and (min-width: 1440px) {
    .lenta__header {
        padding: 16px 10px 0 30px;
        font-size: 18px
    }
}

.lenta__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    -webkit-transition: top 0.25s;
    -o-transition: top 0.25s;
    -moz-transition: top 0.25s;
    transition: top 0.25s
}

.m-widget-lenta .lenta__content {
    top: 50px
}

@media only screen and (min-width: 768px) {
    .m-widget-lenta .lenta__content {
        top: 0
    }
}

.lenta-alert .lenta__content {
    top: 80px
}

.m-widget-lenta .lenta-alert .lenta__content {
    top: 65px;
    margin-top: 50px
}

@media only screen and (min-width: 768px) {
    .m-widget-lenta .lenta-alert .lenta__content {
        top: 46px;
        margin-top: 0
    }
}

@media only screen and (min-width: 925px) {
    .m-widget-lenta .lenta-alert .lenta__content {
        top: 49px
    }
}

@media only screen and (min-width: 1235px) {
    .m-widget-lenta .lenta-alert .lenta__content {
        top: 56px
    }
}

.lenta__loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 35px;
    text-align: center
}

.m-loading .lenta__loader {
    display: block
}

@media only screen and (min-width: 768px) {
    .lenta__loader {
        height: 46px
    }
}

.lenta__wrapper {
    max-width: 905px;
    margin: 0 auto;
    overflow: hidden;
    padding: 22px 0 7px 0
}

@media only screen and (min-width: 768px) {
    .lenta__wrapper {
        padding: 7px 0
    }
}

@media only screen and (min-width: 1440px) {
    .lenta__wrapper {
        max-width: 1000px
    }
}

.m-widget-lenta .lenta__wrapper {
    padding: 0
}

@media only screen and (min-width: 1235px) {
    .m-widget-lenta .lenta__wrapper {
        padding: 4px 0
    }
}

.lenta__list {
    position: relative;
    white-space: nowrap
}

.m-widget-lenta .lenta__list {
    white-space: initial
}

.lenta__list.shift {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.lenta__list.animate {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: height 0.4s, max-height 0.4s, opacity 0.4s ease, -webkit-transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92);
    transition: height 0.4s, max-height 0.4s, opacity 0.4s ease, -webkit-transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92);
    -o-transition: height 0.4s, max-height 0.4s, opacity 0.4s ease, -o-transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92);
    -moz-transition: height 0.4s, max-height 0.4s, transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92), opacity 0.4s ease, -moz-transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92);
    transition: height 0.4s, max-height 0.4s, transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92), opacity 0.4s ease;
    transition: height 0.4s, max-height 0.4s, transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92), opacity 0.4s ease, -webkit-transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92), -moz-transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92), -o-transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92)
}

.lenta__item {
    white-space: initial;
    position: relative;
    overflow: hidden;
    max-height: 105px;
    -webkit-transition: height 0.4s, max-height 0.4s, opacity 0.4s ease, -webkit-transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92);
    transition: height 0.4s, max-height 0.4s, opacity 0.4s ease, -webkit-transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92);
    -o-transition: height 0.4s, max-height 0.4s, opacity 0.4s ease, -o-transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92);
    -moz-transition: height 0.4s, max-height 0.4s, transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92), opacity 0.4s ease, -moz-transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92);
    transition: height 0.4s, max-height 0.4s, transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92), opacity 0.4s ease;
    transition: height 0.4s, max-height 0.4s, transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92), opacity 0.4s ease, -webkit-transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92), -moz-transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92), -o-transform 0.6s cubic-bezier(0.46, 0.26, 0.27, 0.92);
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lenta__item:nth-child(n+4) {
    display: none
}

.lenta__item.loading {
    height: 35px
}

.lenta__item.no-transition {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none
}

.lenta__item.empty {
    height: 0;
    max-height: 0
}

.lenta__item a:visited {
    color: #4F298C
}

@media only screen and (min-width: 768px) {
    .lenta__item.loading {
        height: 46px
    }

    .m-widget-lenta .lenta__item:first-child .lenta__item-text {
        padding-right: 50px
    }
}

@media only screen and (min-width: 1235px) {
    .lenta__item {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        line-height: 1
    }
}

.lenta__item.hide {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0
}

.lenta__item.show {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0
}

.m-widget-lenta .lenta__item {
    display: block;
    width: auto
}

.lenta__item-size {
    display: block;
    margin: 0 5px 7px 10px;
    height: 51px;
    font-size: 16px;
    line-height: 1.23;
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
    overflow: hidden
}

.m-widget-lenta .lenta__item-size {
    padding-top: 0;
    margin-bottom: 0;
    height: auto
}

@media only screen and (min-width: 768px) {
    .lenta__item-size {
        padding-top: 0;
        margin-right: 92px;
        height: 49px
    }

    .m-widget-lenta .lenta__item-size {
        margin-right: 5px
    }
}

@media only screen and (min-width: 925px) {
    .lenta__item-size {
        margin: 0 92px 7px 0;
        height: 36px;
        font-size: 18px
    }

    .m-widget-lenta .lenta__item-size {
        margin-right: 0
    }
}

@media only screen and (min-width: 1235px) {
    .lenta__item-size {
        padding-left: 15px;
        margin: 0;
        height: 66px
    }

    .m-widget-lenta .lenta__item-size {
        padding-left: 0
    }
}

.loading .lenta__item-size {
    opacity: 0
}

.lenta__item-date {
    position: absolute;
    margin: 12px 0 0 0;
    font-size: 12px;
    color: #ADADAD;
    padding: 0 4px;
    border-radius: 10px;
    -webkit-transition: color .4s ease, background-color .4s ease;
    -o-transition: color .4s ease, background-color .4s ease;
    -moz-transition: color .4s ease, background-color .4s ease;
    transition: color .4s ease, background-color .4s ease
}

.m-color .lenta__item-date {
    background-color: #0075FF;
    color: #fff
}

@media only screen and (min-width: 925px) {
    .lenta__item-date {
        margin-top: 14px;
    }
}

@media only screen and (min-width: 1235px) {
    .lenta__item-date {
        margin-top: 17px;
    }
}

.m-widget-lenta .lenta__item-date {
    margin-top: 18px
}

.lenta__item-text {
    display: block;
    padding: 8px 10px 7px 0;
    margin-left: 45px;
    height: 46px;
    overflow: hidden;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    -moz-transition: color .4s ease;
    transition: color .4s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.m-widget-lenta .lenta__item-text {
    display: block;
    padding: 14px 10px 13px 0;
    height: auto;
    border-bottom: 1px solid #d9d9d9;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none
}

.m-color .lenta__item-text {
    color: #0075FF
}

@media only screen and (min-width: 768px) {
    .lenta__item-text {
        margin-left: 55px
    }
}

@media only screen and (min-width: 925px) {
    .lenta__item-text {
        padding-right: 0;
        margin-left: 63px;
        height: 30px;
        -webkit-line-clamp: 1
    }
}

@media only screen and (min-width: 1235px) {
    .lenta__item-text {
        padding: 0;
        height: 45px;
        overflow: hidden;
        margin: 11px 30px 9px 48px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

@media only screen and (min-width: 925px) {
    .m-widget-lenta .lenta__item-text {
        padding-right: 0
    }
}

@media only screen and (min-width: 1235px) {
    .m-widget-lenta .lenta__item-text {
        padding: 14px 35px 12px 0;
        margin: 0 0 0 63px
    }
}

.lenta__item-icon {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    line-height: 1em;
    min-width: 1em;
    height: 1em;
    border-radius: 0.25em;
    text-shadow: none
}

.lenta__item-icon .svg-icon {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: #fff;
    vertical-align: top
}

.lenta__item-icon {
    display: inline-block;
    vertical-align: top;
}

.color-bg, .color-bg-hover {
    background-color: #0075FF
}

.color-bg-hover:hover {
    background-color: #1345AE
}

.lenta__item-icon.m-photo, .lenta__item-icon.m-vote, .lenta__item-icon.m-victorina, .lenta__item-icon.m-video, .lenta__item-icon.m-infographics {
    color: #fff
}

.lenta__item-icon.m-breaking {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    right: 12px
}

.m-breaking .svg-icon {
    fill: #f33
}

.lenta__item-icon.m-alert {
    line-height: 1em;
    width: 1.75em;
    height: 1em
}

.lenta__item-icon.m-alert .svg-icon {
    position: absolute;
    top: 0.15em
}

.lenta__item-warn {
    border-top: 1px solid #fff;
    margin: -1px 0 0 0
}

.lenta__item-warn .lenta__item-size {
    position: relative;
    margin-right: 10px;
    border-bottom: 0;
    background-color: #ffe0e0
}

.lenta__item-warn.m-color .lenta__item-date {
    color: #fff
}

.lenta__item-warn.m-color .lenta__item-text {
    color: #0075FF
}

.lenta__item-warn .lenta__item-text {
    padding-right: 35px;
    border-bottom: 0
}

@media only screen and (min-width: 768px) {
    .lenta__item-warn {
        margin: -1px 0 0 0
    }

    .lenta__item-warn .lenta__item-size {
        margin-right: 92px;
        border-radius: 2px
    }

    .m-widget-lenta .lenta__item-warn .lenta__item-size {
        margin-right: 10px
    }
}

@media only screen and (min-width: 925px) {
    .m-widget-lenta .lenta__item-warn .lenta__item-size {
        margin-right: 0
    }
}

@media only screen and (min-width: 1235px) {
    .lenta__item-warn .lenta__item-size {
        padding-left: 15px;
        margin-right: 5px
    }

    .m-widget-lenta .lenta__item-warn .lenta__item-size {
        padding-left: 0
    }
}

.lenta__toggle {
    position: absolute;
    top: -50px;
    left: 100%;
    width: 50px;
    height: 50px;
    -webkit-transition: top 0.25s;
    -o-transition: top 0.25s;
    -moz-transition: top 0.25s;
    transition: top 0.25s;
    cursor: pointer
}

.m-widget-lenta .lenta__toggle {
    top: 0;
    left: 0
}

.lenta__toggle .svg-icon {
    display: block;
    margin: 5px;
    width: 40px;
    height: 40px;
    fill: #adadad
}

.lenta__toggle .svg-icon:nth-child(2) {
    display: none
}

@media only screen and (min-width: 768px) {
    .lenta__toggle {
        -webkit-transition: top 0s;
        -o-transition: top 0s;
        -moz-transition: top 0s;
        transition: top 0s;
        top: 0;
        left: auto;
        right: 10px
    }

    .m-widget-lenta .lenta__toggle {
        left: auto;
        right: 10px
    }

    .m-widget-lenta .lenta__toggle .lenta__toggle-icon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .lenta__toggle .svg-icon:nth-child(1) {
        display: none
    }

    .lenta__toggle .svg-icon:nth-child(2) {
        display: block
    }

    .lenta-alert .lenta__toggle .svg-icon {
        fill: #FFCDCD
    }
}

.lenta__close {
    position: absolute;
    top: 11px;
    right: 50%;
    z-index: 10;
    margin-right: -19px;
    width: 38px;
    height: 4px;
    background-color: #fff;
    border: 2px solid #adadad;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer
}

@media only screen and (min-width: 768px) {
    .lenta__close {
        top: 14px;
        right: 60px;
        margin-right: 0;
        width: 20px;
        height: 20px
    }

    .lenta__close:after {
        content: "";
        position: absolute;
        top: 7px;
        left: 3px;
        width: 10px;
        height: 2px;
        background-color: #adadad
    }
}

@media only screen and (min-width: 1235px) {
    .lenta__close {
        top: 44px;
        right: 25px
    }
}

.lenta-alert .lenta__close {
    background: none;
    border-color: #FFCDCD
}

.lenta-alert .lenta__close:after {
    background-color: #FFCDCD
}

.m-widget-lenta .lenta__close {
    display: none
}

.lenta-mini {
    text-align: end;
    position: absolute;
    top: 60px;
    right: 10px;
    padding: 12px 55px 11px 16px;
    width: 210px;
    background-color: #fff;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
    border-radius: 17px;
    -webkit-transition: top 0.25s;
    -o-transition: top 0.25s;
    -moz-transition: top 0.25s;
    transition: top 0.25s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    cursor: pointer
}

@media only screen and (min-width: 768px) {
    .lenta-mini {
        border-radius: 8px 8px 0 0
    }
}

.m-widget-lenta-active .lenta-mini {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

.m-widget-lenta-mini .lenta-mini {
    top: -50px;
    -webkit-transition-delay: 0.18s;
    -moz-transition-delay: 0.18s;
    -o-transition-delay: 0.18s;
    transition-delay: 0.18s
}

@media only screen and (min-width: 768px) {
    .m-widget-lenta-mini .lenta-mini {
        top: -40px
    }
}

.lenta-mini__title {
    font-size: 14px;
    font-weight: bold
}

.lenta-mini__counter {
    position: absolute;
    top: 9px;
    right: 15px;
    padding: 0 4px;
    min-width: 23px;
    font-size: 12px;
    line-height: 23px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    color: #fff
}

.lenta-mini__counter.m-zero {
    background-color: #d7d7d7
}

.lenta-mini__counter.m-alert {
    background-color: #f33
}

/* QUIZ STYLES */
/* Styles to prettify the quiz page */

.slickQuiz .container {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    font-family: HeliosCond, serif;
}

.slickQuiz .first {
    min-height: 395px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: none;
    flex-direction: row;
}

.slickQuiz .quiz-level {
    display: none;
    flex-direction: column;
}

.slickQuiz .leftBlueBlock {
    max-width: 37%;
    width: 100%;
    background: #1d93d1;
    display: flex;
    flex-direction: column;
}

.slickQuiz .first__test {
    font-size: 20px;
    margin-top: 50px;
    margin-left: auto;
    max-width: 164px;
    width: 100%;
    height: 33px;
    background: #1383c5;
    display: flex;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-family: HeliosExtc;
}

.slickQuiz .first__test > span {
    margin-left: 8px;
    margin-top: 2px;
}

.slickQuiz .first__right_block {
    max-width: 63%;
    width: 100%;
}

.slickQuiz .first__right_block img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.slickQuiz .first_title {
    position: absolute;
    z-index: 1;
    color: white;
    font-weight: bold;
    font-family: HeliosExtc;
    font-size: 29px;
    padding-right: 10px;
    bottom: 25%;
    right: 5%;
}

.slickQuiz button {
    position: relative;
    z-index: 1;
}

.slickQuiz .start-test {
    background: #8bc541;
    border: none;
    outline: none;
    font-family: HeliosC, serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    width: 194px;
    height: 40px;
    border-radius: 25px;
    position: absolute;
    bottom: 10%;
    right: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

.slickQuiz .start-test:hover {
    cursor: pointer;
}

.slickQuiz .quiz_area {
    display: none;
    flex-direction: column;
}

.slickQuiz .image {
    width: 100%;
}

.slickQuiz .image > img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.slickQuiz .question__blue-block {
    padding: 25px 39px 72px 0;
    background: #1d93d1;
    display: flex;
    position: relative;
    flex-direction: column;
}

.slickQuiz .question__blue-block > .question-title {
    margin: 0 0 0 161px;
    color: white;
    font-size: 18px;
    font-family: HeliosExtc, serif;
    font-weight: 400;
}

.slickQuiz .diagram {
    position: absolute;
    left: 40px;
    top: -52px;
}

.slickQuiz .diagram p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
}

.slickQuiz .diagram span {
    display: flex;
    width: 62px;
    height: 62px;
    background: rgba(140, 197, 65, 1);
    color: white;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    z-index: 99;
    font-family: HeliosCond, serif;
}

.slickQuiz .answers {
    position: relative;
    min-height: 300px;
}

.slickQuiz .answers__list {
    transform: translateY(-18%);
    margin: 0 auto;
    max-width: 580px;
    border-radius: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 40px 30px rgba(0, 0, 0, 0.2);
    background: white;
    padding: 13px 0 13px 0;
}

.slickQuiz .answers__list > label {
    padding: 11px 45px 11px 22px;
}

/*custom radiobutton*/
.slickQuiz .answers__list > label:last-child {
    margin-bottom: 0;
}

.slickQuiz .custom-radiobutton > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.slickQuiz .custom-radiobutton > span {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.slickQuiz .custom-radiobutton > span::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 3px solid #8bc541;
    border-radius: 50%;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.slickQuiz .custom-radiobutton > input:not(:disabled):active + span::before {
    background-color: #75bb5e;
    border-color: #75bb5e;
}

.slickQuiz .custom-radiobutton > input:checked + span::before {
    border-color: #75bb5e;
    background-color: #75bb5e;
}

.slickQuiz .blue_background {
    background: #d2e9f6;
}

/*end of custom radiobutton*/
.slickQuiz .questionCount {
    color: #1d93d1;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

/*diagram*/

.slickQuiz .pie {
    width: 108px;
    height: 108px;
    display: inline-block;
    margin: 10px;
    transform: rotate(-90deg);
}

.slickQuiz svg {
    background: rgba(140, 197, 65, 0.3);
    border-radius: 50%;
}

.slickQuiz circle {
    fill: rgba(140, 197, 65, 0.3);
    stroke: rgba(140, 197, 65, 0.6);
    stroke-width: 32;
}

.slickQuiz .question {
    display: none;
}

.slickQuiz label.incorrectLabel {
    background: #cc0000;
    color: white;
}

.slickQuiz label.correctLabel {
    background: #309900;
    color: white;
}

.slickQuiz label.incorrectLabel:hover {
    background: #cc0000;
    color: white;
}

.slickQuiz label.correctLabel:hover {
    background: #309900;
    color: white;
}

.slickQuiz label:hover {
    background: #d2e9f6;
}

.slickQuiz .social_networks {
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 17px;
}

.slickQuiz .share_results {
    display: inline-block;
    color: #1383c5;
    margin-bottom: 12px;
    font-family: HeliosC, serif;
    font-size: 18px;
    font-weight: bold;
}

.slickQuiz .social__icons {
    display: flex;
    margin: 0 auto;
    max-width: 263px;
    width: 100%;
    justify-content: space-between;
}

.slickQuiz .social__icons img {
    width: 32px;
    height: 32px;
}

.slickQuiz .social__icons img:hover {
    cursor: pointer;
}

@media (min-width: 440px) and (max-width: 540px) {
    .slickQuiz .first__title {
        padding-left: 50px;
    }
}

@media (max-width: 440px) {
    .slickQuiz .your_result {
        margin-top: 40px;
    }

    .slickQuiz .first__title {
        margin-left: 30px;
    }

    .slickQuiz .start-test {
        margin-left: 30px;
    }

    .slickQuiz .second__blue-block > .question {
        display: block;
        margin: 40px 0 5px 39px;
    }
}

.your_result {
    margin: 0 auto;
    color: white;
    text-transform: uppercase;
    padding: 0 5px 10px 5px;
    border-bottom: 1px solid white;
    font-family: HeliosC, serif;
    font-size: 24px;
    letter-spacing: 2px;
}

.result__description {
    margin: 0;
    text-align: center;
    margin-left: 39px;
    margin-top: 28px;
    color: white;
    font-family: HeliosC, serif;
    font-size: 24px;
}

.social_networks {
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 17px;
}

.share_results {
    display: inline-block;
    color: #1383c5;
    margin-bottom: 12px;
    font-family: HeliosC, serif;
    font-size: 18px;
    font-weight: bold;
}

button.newsLikesBtn {
    margin: 3px 0 20px 0;
    position: relative;
    border: none;
    width: 64px;
    height: 64px;
    background: none;
    background-image: url(https://imgtest.mir24.tv/uploaded/resources/StaticFiles_84c8300a5630a0811904009d8150b9b8.png);
}

button.newsLikesBtn:hover {
    background-image: url(https://imgtest.mir24.tv/uploaded/resources/StaticFiles_b1f9075db59f441bcbc5b83ab5631d4c.png);
}

button.newsLikesBtn:disabled {
    background-image: url(https://imgtest.mir24.tv/uploaded/resources/StaticFiles_3330a91b99e56f4d85645713891ee609.png);
}

.show-special {
    margin-bottom: 10px;
    position: relative;
    color:#fff;
    width:100%;
    cursor:pointer;
}
.show-special .rmp-title {
    font-size:50px;
}
.show-special .rmp-text {
    font-size:20px;
}
.show-special img {
    width:100%;
}
.show-special .rmp-text {
    font-size: 15px;
}
.show-special a {
    color:#fff;
    text-decoration: none;
}
.show-title>a {
    background-color: #8ac540;
}
.supers-list.show-tags {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    height: 35px;
    line-height: 35px;
}
.supers-list.show-tags>li:first-child {
    position: absolute;
    left: 0;
    top:0;
}
.teleshow-sections {
    margin-top:10px;
}
.supers-list>li.show-title>a {
    display: inline-block;
}
a.adjective-tag {
    background-color:#afd137;
}
.teleshow-origin {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    color: #fff;
    margin-right: 3px;
}
.teleshow-origin a {
    display: inline-block;
    padding: 0 8px;
    height: 28px;
    font-size: 16px;
    vertical-align: middle;
    line-height: 28px;
    background-color: #57697d;
    border-radius: 1px;
    cursor: pointer;
    font-weight: 600;
    margin-right: 1px;
}
.teleshow-origin>li.active>a {
    background-color: #89c63f;
}
.show-and-adjective>div {
    padding: 5px 0;
    text-align: center;
    background-color: #8ac540;
    color: #fff;
    font-weight: bold;
    display: none;
}
.show-and-adjective>div>a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
li.show-origin:hover {
    background-color: initial !important;
}
li.show-origin {
    position: absolute;
    top:0;
    right: 0;
}
@media (max-width: 900px) {
    li.show-title {
        display: none !important;
    }
    .show-and-adjective>div {
        display: block;
    }
}
@media (max-width: 700px) {
    .show-special .rmp-title  {
        font-size: 5vw;
    }
}
.promo-grid-wrapper {
    width: 75%;
    margin-bottom: 10px;
}

.promo-grid-block {
    box-sizing: border-box;
    float: left;
}
.promo-grid-block.left {
    display: block;
    width: 66%;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
}
.promo-grid-block.right {
    width: 33.6%;
}

.promo-grid-block.right>div {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 74.4%; 
    width: 100%; 
    float: none;
}
a.promo-link, .promo-grid-image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-decoration: none;
}
.promo-grid-image {
    background-color: #353535;
    background-size: cover;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

.promo-grid-block.left:hover>.promo-grid-image,
.promo-grid-block.right>div:hover>.promo-grid-image {
    transform: scale(1.2);
}

.clearfix {
    clear:both;
}

@media (max-width: 850px) {
    .promo-grid-block.left {
        width: 100%;
        padding-top: 74%;
    }
    .promo-grid-block.right {
        width: 100%;
    }
}

@media (max-width: 850px) {
    .promo-grid-wrapper {
        width: 100%;
    }
}

@media (max-width: 500px) {

    .promo-grid-wrapper {
        margin-bottom: 5px;
        width: 100%;
    }

    .promo-grid-block.right .promo-grid-image {
        display: none;
    }
    .promo-grid-block.right>div {
        width: 100%;
        padding: 5px 0 0;
        float: none;
    }

    .promo-grid-block.right .top-right-corner {
        top: 5px;
    }

    .promo-grid-block.right .thumb-info-text {
        background: #fff;
        position: initial;
        border: 1px solid #e0e0e0;
        color: #000;
        min-height: 100px;
        padding-right: 51px;
    }
    .promo-grid-block.right a.promo-link {
        position: initial;
    }
}


#overlay {
    display:none;
    position: fixed;
    width: 100%;
    left: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 999;
    animation: fade .6s;
}
.popup{
    right: 0;
    font-size: 14px;
    margin: 0px 5px 5px 5px;
    padding: 15px 0px;
    background: #fefefe;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
}
.close {
    top: 10px;
    right: 20px;
    width: 25px;
    height: 18px;
    position: absolute;
    border: none;
    cursor: pointer;
    outline: none;
}
.close:before {
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.own-photos-incuts .slick-slide {
    position: relative;
}
.own-photos-incuts .slick-slide:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,.6);
    transition: 300ms ease background 450ms;
}
.own-photos-incuts .slick-slide.slick-active:after {
    background: none;
}

.own-photos-incuts .slick-prev, .own-photos-incuts .slick-next {
    z-index: 2;
    width: 16px;
    height: 16px;
    transition: 300ms ease all;
}
.own-photos-incuts .slick-prev:before, .own-photos-incuts .slick-next:before {
    font-size: 16px;
}

.own-photos-incuts .slick-prev {
    left: -16px;
}
.own-photos-incuts .slick-next {
    right: -16px;
}
.own-photos-incuts:hover .slick-prev {
    left: 2px;
}
.own-photos-incuts:hover .slick-next {
    right: 2px;
}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.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;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.sc-wrapper {
    box-sizing: border-box;
}
.sc-carousel {
    width:100%;
}
.sc-main-image {
    overflow: hidden;
    width:100%;
    /*border:1px solid green;*/
    position:relative;
    box-sizing: border-box;
    cursor: pointer;
}
.sc-main-image, .sc-previews {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.sc-carousel .main-image-wrap {
    position: relative;
}
.sc-wrapper img{
    display:block;
    width: 100%;
}
.sc-arrow-left, .sc-arrow-right {
    margin: auto;
    top: 0;
    z-index:10;
    bottom: 0;
    cursor: pointer;
    box-sizing: border-box;
    height: 53px;
    position: absolute;
    width: 33px;
    perspective-origin: 21px 27.5px;
    transform-origin: 21px 27.5px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
}
.sc-arrow-right{
    right: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.sc-arrow-left {
    left: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.sc-arrow-right:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.sc-arrow-left:after, .sc-arrow-right:after {
    -webkit-transition : border 0.2s ease-out;
    -moz-transition : border 0.2s ease-out;
    -o-transition : border 0.2s ease-out;
    transition : border 0.2s ease-out;
    display: block;
    height: 15px;
    position: absolute;
    content: '';
    transform-origin: 8.5px 8.5px;
    perspective-origin: 8.5px 8.5px;
    transform: matrix(0.707107, 0.707107, -0.707107, 0.707107, 0, 0);
    align-self: stretch;
    z-index: 0;
    width: 15px;
    top: 1px;
}
.sc-arrow-left:after {
    right: 6px;
    border-top: 0px none rgb(255, 255, 255);
    border-right: 0px none rgb(255, 255, 255);
    border-bottom: 2px solid rgb(61, 181, 224);
    border-left: 2px solid rgb(61, 181, 224);
    margin: 18px 0px 18px 16px;
}
.sc-arrow-right:after {
    left: 2px;
    border-top: 2px solid rgb(61, 181, 224);
    border-right: 2px solid rgb(61, 181, 224);
    border-bottom: 0px none rgb(255, 255, 255);
    border-left: 0px none rgb(255, 255, 255);
    margin: 18px 0px 18px 5px;
}
.sc-previews {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin: auto;
    padding: 0 5px;
}
.sc-previews .sc-preview {
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    padding: 10px 5px;
    transition: all 0.5s ease-in-out;
}
.sc-story {
    text-indent: 25px;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    border-top: 2px dotted #f2f2f2;
    border-bottom: 2px dotted #f2f2f2;
}
.sc-story>p {
    clear: both;
    margin: 0;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.sc-story>span {
    float: right;
    margin: 0;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.sc-story>span:first-child {
    float: left;
}

.sc-content{
    margin-top: 10px;
    padding: 0 5px;
    box-sizing: border-box;
}
.sc-overlay:after{
    opacity: 1;
    content:"";
    display: block;
    position:absolute;
    top:0;
    left:0;
    height: 100%;
    max-height: auto;
    width: 100%;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    background-color: rgba(49, 62, 76, 0.64);
}
.sc-overlay {
    cursor: pointer;
    position: relative;
    max-height: auto;
}
.sc-overlay:hover:after {
    opacity: 0;
}
.sc-overlay.active:after {
    opacity: 0;
}
.sc-arrow-right:hover:after, .sc-arrow-left:hover:after {
    border-color: #9fc94b;
}
.sc-carousel .copyrights {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    padding: 6px;
    padding-left: 15px;
    color: #000;
    opacity: 0.7;
}
.sc-carousel .copyrights>div {
    display:block;
}
.sc-carousel .copyrights a {
    color: #000;
}
.sc-carousel .copyrights {
    text-align: left;
    color: #999;
    font-size: 13px;
    padding: 10px;
    background-color: #fff;
}

.sc-carousel .copyrights a {
    color: #999;
}
.list-m li {
    margin-bottom: 10px;
}

.success-message {
    width: 45%;
    background-color: #89c63f;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 900;
    display: table;
    top: 0;
    color: #fff;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 10px;
}

.success-message h3 {
    text-align: center;
}

.success-message p {
    text-align: justify;
}

.center {
    display: inline-block;
    margin: 0 auto;
}

.color-red {
    color: red;
}

[data-tooltip] {
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    right: 0;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: inline-block;
    text-align: left;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

.section.group {
    margin-bottom: 15px;
}

/*  GRID OF TWO  */
.span_2_of_2 {
    width: 100%;
}
.span_1_of_2 {
    width: 49.2%;
}

/*  GRID OF TWO END */


.span_2_of_2 {
    text-align: center;
}
.span_2_of_2 input[type=submit] {
    border: none;
    background-color: #8ac540;
    color: #fff;
    text-transform: uppercase;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
}
.span_1_of_2:first-child {
    text-align: right;
    padding-right: 25px;
}

.col.span_1_of_2 {
    display: inline-block;
    vertical-align: middle;
}

.col.span_1_of_2 input, .col.span_1_of_2 textarea {
    border: 1px solid #dfdfdf !important;
    padding: 5px;
    font-size: 15px;
    display: inline-block;
    box-sizing: border-box;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_2_of_2, .span_1_of_2 { width: 100%; }

    .section.group {
        padding: 10px;
    }

    .col.span_1_of_2 input, .col.span_1_of_2 textarea {
        width: 100%;
    }

    .col.span_1_of_2 {
        text-align: center;
        margin-bottom: 5px;
    }

}
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, NoÃ«l Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}
/*# sourceMappingURL=detailLayoutWhite.css.map */
