.select2-container {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    display: block;
    box-sizing: border-box;
    height: 28px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    padding-right: 20px;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    display: block;
    box-sizing: border-box;
    min-height: 32px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    margin-top: 5px;
    padding: 0;
    border: none;
    font-size: 100%;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    position: absolute;
    left: -100000px;
    z-index: 1051;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-results {
    display: block;
}

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

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    box-sizing: border-box;
    padding: 4px;
    width: 100%;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    border: 0;
    background-color: #fff;
    opacity: 0;
}

.select2-hidden-accessible {
    position: absolute!important;
    overflow: hidden!important;
    clip: rect(0 0 0 0)!important;
    padding: 0!important;
    width: 1px!important;
    height: 1px!important;
    border: 0!important;
    white-space: nowrap!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    float: right;
    font-weight: 700;
    cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    right: auto;
    left: 1px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: #fff;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    float: left;
    margin-top: 5px;
    color: #999;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    font-weight: 700;
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 0 5px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: #e4e4e4;
    cursor: default;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    display: inline-block;
    margin-right: 2px;
    color: #999;
    font-weight: 700;
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-right: auto;
    margin-left: 5px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: auto;
    margin-left: 2px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: 0;
    border: 1px solid #000;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    outline: 0;
    border: none;
    background: 0 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
    overflow-y: auto;
    max-height: 200px;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 180deg, #d0a186, #ad7a62);
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff;
}

.select2-container--default .select2-results__group {
    display: block;
    padding: 6px;
    cursor: default;
}

.select2-container--classic .select2-selection--single {
    outline: 0;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: #f7f7f7;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    float: right;
    margin-right: 10px;
    font-weight: 700;
    cursor: pointer;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    height: 26px;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    right: auto;
    left: 1px;
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    border: none;
    background: 0 0;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
    outline: 0;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: #fff;
    cursor: text;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    margin: 0;
    padding: 0 5px;
    list-style: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 0 5px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: #e4e4e4;
    cursor: default;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    display: inline-block;
    margin-right: 2px;
    color: #888;
    font-weight: 700;
    cursor: pointer;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-right: auto;
    margin-left: 5px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: auto;
    margin-left: 2px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    outline: 0;
    border: 1px solid #aaa;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    border: 1px solid transparent;
    background-color: #fff;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
    overflow-y: auto;
    max-height: 200px;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    display: block;
    padding: 6px;
    cursor: default;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(20, 20, 20, .7);
    color: #444;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-inner,
.fancybox-outer {
    position: relative;
}

.fancybox-skin {
    padding: 0!important;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    margin: 0;
    padding: 15px;
    color: #444;
    white-space: nowrap;
    font: 14px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../images/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 8060;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox_loading.gif) 50% no-repeat;
}

.fancybox-close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
}

.fancybox-close,
.fancybox-nav {
    position: absolute;
    z-index: 8040;
    cursor: pointer;
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    background: transparent url(../images/blank.gif);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    z-index: 8040;
    visibility: hidden;
    margin-top: -18px;
    width: 36px;
    height: 34px;
    cursor: pointer;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    overflow: visible!important;
    max-width: 99999px;
    max-height: 99999px;
}

.fancybox-lock {
    width: auto;
}

.fancybox-lock,
.fancybox-lock body {
    overflow: hidden!important;
}

.fancybox-lock-test {
    overflow-y: hidden!important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8010;
    display: none;
    overflow: hidden;
    background: url(../images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    position: relative;
    z-index: 8050;
    visibility: hidden;
    text-shadow: none;
    font: normal 13px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    right: 50%;
    bottom: 0;
    z-index: 8050;
    margin-bottom: -35px;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    text-shadow: 0 1px 2px #222;
    white-space: nowrap;
    font-weight: 700;
    line-height: 24px;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
    color: #fff;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(../images/fancybox_sprite@2x.png);
        background-size: 44px 152px;
    }
    #fancybox-loading div {
        background-image: url(../images/fancybox_loading@2x.gif);
        background-size: 24px 24px;
    }
}

@media screen and (max-width:560px) {
    .fancybox-skin {
        padding: 0!important;
    }
}

.easy-autocomplete {
    position: relative;
}

.easy-autocomplete a {
    display: block;
    color: #000;
}

.easy-autocomplete.eac-blue-light input:focus,
.easy-autocomplete.eac-blue-light input:hover,
.easy-autocomplete.eac-blue-light ul {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.easy-autocomplete.eac-blue-light ul .eac-category,
.easy-autocomplete.eac-blue-light ul li {
    border-color: #66afe9;
}

.easy-autocomplete.eac-blue-light ul .eac-category.selected,
.easy-autocomplete.eac-blue-light ul li.selected {
    background-color: #ecf5fc;
}

.easy-autocomplete.eac-green-light input:focus,
.easy-autocomplete.eac-green-light input:hover,
.easy-autocomplete.eac-green-light ul {
    border-color: #41db00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(146, 237, 107, .6);
}

.easy-autocomplete.eac-green-light ul .eac-category,
.easy-autocomplete.eac-green-light ul li {
    border-color: #41db00;
}

.easy-autocomplete.eac-green-light ul .eac-category.selected,
.easy-autocomplete.eac-green-light ul li.selected {
    background-color: #9eff75;
}

.easy-autocomplete.eac-red-light input:focus,
.easy-autocomplete.eac-red-light input:hover,
.easy-autocomplete.eac-red-light ul {
    border-color: #ff5b5b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 90, 90, .6);
}

.easy-autocomplete.eac-red-light ul .eac-category,
.easy-autocomplete.eac-red-light ul li {
    border-color: #ff5b5b;
}

.easy-autocomplete.eac-red-light ul .eac-category.selected,
.easy-autocomplete.eac-red-light ul li.selected {
    background-color: #ff8e8e;
}

.easy-autocomplete.eac-yellow-light input:focus,
.easy-autocomplete.eac-yellow-light input:hover,
.easy-autocomplete.eac-yellow-light ul {
    border-color: #ffdb00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 231, 84, .6);
}

.easy-autocomplete.eac-yellow-light ul .eac-category,
.easy-autocomplete.eac-yellow-light ul li {
    border-color: #ffdb00;
}

.easy-autocomplete.eac-yellow-light ul .eac-category.selected,
.easy-autocomplete.eac-yellow-light ul li.selected {
    background-color: #ffe233;
}

.easy-autocomplete.eac-dark-light input:focus,
.easy-autocomplete.eac-dark-light input:hover,
.easy-autocomplete.eac-dark-light ul {
    border-color: #333;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(55, 55, 55, .6);
}

.easy-autocomplete.eac-dark-light ul .eac-category,
.easy-autocomplete.eac-dark-light ul li {
    border-color: #333;
}

.easy-autocomplete.eac-dark-light ul .eac-category.selected,
.easy-autocomplete.eac-dark-light ul li.selected {
    background-color: #4d4d4d;
    color: #fff;
}

.easy-autocomplete.eac-dark {
    color: #fff;
}

.easy-autocomplete.eac-dark input {
    border-radius: 4px;
    background-color: #404040;
    box-shadow: 0;
    color: #f6f6f6;
}

.easy-autocomplete.eac-dark input:focus,
.easy-autocomplete.eac-dark input:hover {
    border-color: #333;
    box-shadow: 0;
}

.easy-autocomplete.eac-dark ul {
    border-color: #333;
}

.easy-autocomplete.eac-dark ul .eac-category,
.easy-autocomplete.eac-dark ul li {
    border-color: #333;
    background-color: #404040;
}

.easy-autocomplete.eac-dark ul .eac-category.selected,
.easy-autocomplete.eac-dark ul li.selected {
    background-color: #737373;
    color: #f6f6f6;
}

.eac-category {
    background-color: #ee7a08;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 180deg, #d0a186, #ad7a62);
}

.easy-autocomplete.eac-dark-glass {
    color: #fff;
}

.easy-autocomplete.eac-dark-glass input {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0;
    color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass input:focus,
.easy-autocomplete.eac-dark-glass input:hover {
    border-color: rgba(0, 0, 0, .8);
    box-shadow: 0;
}

.easy-autocomplete.eac-dark-glass ul {
    border-color: rgba(0, 0, 0, .8);
}

.easy-autocomplete.eac-dark-glass ul .eac-category,
.easy-autocomplete.eac-dark-glass ul li {
    border-color: rgba(0, 0, 0, .8);
    background-color: rgba(0, 0, 0, .8);
}

.easy-autocomplete.eac-dark-glass ul .eac-category.selected,
.easy-autocomplete.eac-dark-glass ul li.selected {
    background-color: rgba(64, 64, 64, .8);
    color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass ul .eac-category:last-child,
.easy-autocomplete.eac-dark-glass ul li:last-child {
    border-radius: 0 0 4px 4px;
}

.easy-autocomplete.eac-blue {
    color: #fff;
}

.easy-autocomplete.eac-blue input {
    border-radius: 4px;
    background-color: #6d9ed1;
    box-shadow: 0;
    color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
    color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-moz-placeholder,
.easy-autocomplete.eac-blue input::-moz-placeholder {
    color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
    color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:focus,
.easy-autocomplete.eac-blue input:hover {
    border-color: #5a91cb;
    box-shadow: 0;
}

.easy-autocomplete.eac-blue ul {
    border-color: #5a91cb;
}

.easy-autocomplete.eac-blue ul .eac-category,
.easy-autocomplete.eac-blue ul li {
    border-color: #5a91cb;
    background-color: #6d9ed1;
}

.easy-autocomplete.eac-blue ul .eac-category.selected,
.easy-autocomplete.eac-blue ul li.selected {
    background-color: #94b8dd;
    color: #f6f6f6;
}

.easy-autocomplete.eac-yellow {
    color: #333;
}

.easy-autocomplete.eac-yellow input {
    border-color: #333;
    border-radius: 4px;
    background-color: #ffdb7e;
    box-shadow: 0;
    color: #333;
}

.easy-autocomplete.eac-yellow input:focus,
.easy-autocomplete.eac-yellow input:hover {
    border-color: #333;
    box-shadow: 0;
}

.easy-autocomplete.eac-yellow ul {
    border-color: #333;
}

.easy-autocomplete.eac-yellow ul .eac-category,
.easy-autocomplete.eac-yellow ul li {
    border-color: #333;
    background-color: #ffdb7e;
}

.easy-autocomplete.eac-yellow ul .eac-category.selected,
.easy-autocomplete.eac-yellow ul li.selected {
    background-color: #ffe9b1;
    color: #333;
}

.easy-autocomplete.eac-purple {
    color: #333;
}

.easy-autocomplete.eac-purple input {
    border-color: #b8afd5;
    background-color: #d6d1e7;
    box-shadow: 0;
    color: #333;
}

.easy-autocomplete.eac-purple input:focus,
.easy-autocomplete.eac-purple input:hover {
    border-color: #333;
    box-shadow: 0;
}

.easy-autocomplete.eac-purple ul {
    border-color: #333;
}

.easy-autocomplete.eac-purple ul .eac-category,
.easy-autocomplete.eac-purple ul li {
    border-color: #333;
    background-color: #d6d1e7;
}

.easy-autocomplete.eac-purple ul .eac-category.selected,
.easy-autocomplete.eac-purple ul li.selected {
    background-color: #ebe8f3;
    color: #333;
}

.easy-autocomplete.eac-bootstrap input {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
}

.easy-autocomplete-container {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 154;
    overflow: hidden;
    width: 100%;
    border-radius: 10px 0 10px 10px;
    border-radius: 10px;
    text-align: left;
}

.easy-autocomplete-container ul {
    position: relative;
    top: 0;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    border: 0;
    background: none repeat scroll 0 0 #131313;
}

.easy-autocomplete-container ul .eac-category {
    padding: 10px 15px;
    color: #fff;
}

.easy-autocomplete-container a {
    display: block;
    padding: 10px 15px;
    color: #5b5b5b;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.easy-autocomplete-container .selected a {
    background-color: #252525;
    color: #fff;
}

.hidden {
    display: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
}

body {
    overflow-x: hidden;
    padding-top: 60px!important;
    padding-bottom: 120px;
    min-width: 320px;
    background-color: #23232a;
    color: #fff;
    font: 300 16px K2D, sans-serif;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

input,
textarea {
    font-family: K2D, sans-serif;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

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

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

p {
    line-height: 24px;
}

.wrapped {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    /*  margin: 16px auto; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrapped .content,
.wrapped .sidebar {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.wrapped.open .sidebar {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    pointer-events: all;
}

@media (min-width:1300px) {
    .wrapped .sidebar .side-content {
        margin: 0 auto;
        width: 960px;
    }
    .wrapped.open .sidebar {
        padding-top: 95px;
    }
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1800;
    overflow-y: scroll;
    width: 100vw;
    background: rgba(17, 21, 32, .98);
    -webkit-transition: .25s cubic-bezier(.215, .61, .355, 1);
    transition: .25s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
    -webkit-overflow-scrolling: touch;
}

.sidebar::-webkit-scrollbar-track {
    border-radius: 3px;
    background: 0 0;
    -webkit-box-shadow: none;
}

.sidebar::-webkit-scrollbar {
    margin-right: 10px;
    width: 5px;
    border-radius: 3px;
    background-color: transparent;
}

.sidebar .block {
    /*margin-bottom: 20px;*/
}

.sidebar .block:last-child {
    margin-bottom: 0;
}

.sidebar::-webkit-scrollbar-thumb {
    border: 1px solid #d0a186;
    background: #d0a186;
}

.sidebar .title {
    padding: 0px 10px;
    margin: 0;
}

.sidebar .title h1,
.sidebar .title h2,
.sidebar .title h3,
.sidebar .title h4,
.sidebar .title h5,
.sidebar .title h6 {
    font-size: 21px;
}

.sidebar .list-link li a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 12px 20px;
    border-radius: 20px;
    color: #fff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar .list-link li a:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 180deg, #d0a186, #ad7a62);
    content: "";
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (min-width:992px) {
    .sidebar .list-link li a:hover span {
        color: #000;
    }
    .sidebar .list-link li a:hover:before {
        opacity: 1;
    }
}

.sidebar .list-link li a span {
    position: relative;
    z-index: 2;
}

.sidebar .list-link li a .name {
    color: #fff;
    font-size: 14px;
}

.sidebar .list-link li a .name,
.sidebar .list-link li a .value {
    font-weight: 300;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sidebar .list-link li a .value {
    color: #65656a;
    font-size: 12px;
}

.sidebar .block-btn {
    margin-top: 10px;
    padding: 0 16px;
}

.columns .title-block {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

.columns .col .info-rules {
    color: #65656a;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}

.columns .col .block-radio .radio {
    margin-bottom: 14px;
}

.columns .col .block-radio .radio label {
    color: #fff;
}

.columns .col .input {
    position: relative;
    max-width: 100%;
}

.columns .preview-load {
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
    width: 100%;
    border-radius: 20px;
}

.columns .preview-load img {
    width: 100%;
}

.columns .preview-load .size-info {
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 11px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.columns.three-col .col-1 {
    margin-right: 75px;
    width: -webkit-calc(54% - 225px);
    width: calc(54% - 225px);
}

.columns.three-col .col-2 {
    width: -webkit-calc(44% - 175px);
    width: calc(44% - 175px);
}

.columns.three-col .col-3 {
    margin-left: 20px;
    width: 320px;
}

.columns.two-col {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.columns.two-col .col-1 {
    width: -webkit-calc(100% - 344px);
    width: calc(100% - 344px);
}

.columns.two-col .col-2 {
    margin-left: 24px;
    width: 320px;
}

.wrap {
    margin: 0px auto;
    /*padding: 0 16px;*/
    width: 100%;
    max-width: 1370px;
    min-width: 290px;
}

.m-panel {
    display: none;
}

main {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

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

.nav .menu li a {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 18px 30px;
    height: 100%;
    color: #95979f;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (min-width:992px) {
    .nav .menu li a:hover {
        color: #d0a186;
    }
}

.nav .menu li a.active {
    color: #d0a186;
}

.nav .menu li a.active:before {
    opacity: 1;
}

.nav .menu li a:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #d0a186;
    content: "";
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.mobile-content {
    display: none;
    text-align: center;
}

.mobile-content .action-log {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-content .link-icon {
    margin: 0 10px;
    padding: 5px;
    font-size: 20px;
    cursor: pointer;
}

.mobile-content .profile-set {
    display: block;
    max-width: 100%;
}

.mobile-content .profile-set .prev-prof {
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-content .profile-set .prev-prof .name {
    width: auto;
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
}

.mobile-content .profile-set .profile-list {
    position: static;
    border-radius: 0;
    background-color: #000;
    opacity: 1;
    pointer-events: all;
}

.profile-set {
    position: relative;
    display: none;
    width: 100%;
    max-width: 200px;
}

.profile-set.show {
    display: block;
}

.profile-set.open .prev-prof .icon {
    color: #d0a186;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
}

.profile-set.open .prev-prof .name {
    color: #d0a186;
}

.profile-set.open .profile-list {
    opacity: 1;
    pointer-events: all;
}

.profile-set .prev-prof {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 35px 0 0;
    height: 50px;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}

.profile-set .prev-prof .icon {
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    color: #fff;
    font-size: 6px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.profile-set .prev-prof .img {
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #252527;
}

.profile-set .prev-prof .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.profile-set .prev-prof .img .default {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    color: #65656a;
    font-size: 14px;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.profile-set .prev-prof .name {
    display: -webkit-box;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    color: #fff;
    letter-spacing: .35px;
    font-weight: 400;
    font-size: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.profile-set .prev-prof .name,
.profile-set .profile-list {
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.profile-set .profile-list {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 10;
    width: 100%;
    border-radius: 10px;
    background-color: #252527;
    -webkit-box-shadow: 0 2px 40px rgba(35, 35, 37, .13);
    box-shadow: 0 2px 40px rgba(35, 35, 37, .13);
    text-align: center;
    opacity: 0;
    pointer-events: none;
}

@media screen and (min-width:992px) {
    .profile-set .profile-list:hover {
        opacity: 1;
        pointer-events: all;
    }
}

.profile-set .profile-list li a {
    display: block;
    padding: 7px 10px;
    color: #6e6e74;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media screen and (min-width:992px) {
    .profile-set .profile-list li a:hover {
        background-color: #6e6e74;
        color: #fff;
    }
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    background: #23232a;
    border-bottom: 1px solid #292931;
    /* background-size: 100% auto;
    -webkit-box-shadow: 0 2px 0 #252527;
    box-shadow: 0 2px 0 #252527; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all;
}

.header.search-active .easy-autocomplete {
    opacity: 1;
    pointer-events: all;
}

.header.search-active .nav {
    opacity: 0;
    pointer-events: none;
}

.header .wrap {
    position: relative;
    max-width: 1340px;
}

.header .flex,
.header .wrap {
    height: 100%;
}

.header .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .nav {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header .hamb-menu {
    margin-right: 20px;
    font-size: 20px;
    cursor: pointer;
}

@media (min-width:992px) {
    .header .hamb-menu:hover:before {
        color: #d0a186;
    }
}

.header .hamb-menu:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header .hamb-menu.active:before {
    color: #d0a186;
}

.header .btn-search {
    position: relative;
    width: 25px;
}

.header .btn-search span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: block;
    color: #d0a186;
    font-size: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.header .btn-search span.icon-close {
    opacity: 0;
    pointer-events: none;
}

.header .btn-search span:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (min-width:992px) {
    .header .btn-search span.icon-search:hover:before {
        color: #d0a186;
    }
}

.header .btn-search.active span {
    opacity: 0;
    pointer-events: none;
}

.header .btn-search.active span.icon-close {
    opacity: 1;
    pointer-events: all;
}

.header .logo {
    display: inline-block;
    max-width: 191px;
}

.header .flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .link-icon {
    margin: 0 10px;
    padding: 5px;
    font-size: 20px;
    cursor: pointer;
}

.header .link-icon:before {
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (min-width:992px) {
    .header .link-icon:hover:before {
        color: #d0a186;
    }
}

.header .action-log {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .action-log .btn.gradient {
    margin-left: 10px;
}

.header .left-block,
.header .right-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .left-block,
.header .right-block,
.wrap-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

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

.block-vda .item-vda,
.player-trailer .table .opt {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 9px;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    break-after: inherit;
    page-break-after: inherit;
    -webkit-column-break-after: inherit;
}

.block-vda .item-vda:hover,
.player-trailer .table .opt:hover {
    opacity: .7;
}

.block-vda .item-vda:last-child,
.player-trailer .table .opt:last-child {
    margin-bottom: 0;
}

.banner-long {
    display: flex;
    margin: 15px 0 0;
    align-items: center;
    justify-items: center;
}

.banner-long a {
    display: inline-block;
    margin: 0 auto;
}

.banner-long .img {
    max-width: 770px;
}

.player-trailer .l-block {
    width: -webkit-calc(100% - 320px);
    width: 100%;
}

.player-trailer .l-block .main-img {
    position: relative;
    /*margin-bottom: 20px;*/
    width: 100%;
}

.player-trailer .l-block .info-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.player-trailer .l-block .action-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-around;
}

.player-trailer .l-block .action-row .btn {
    margin-right: 0;
    margin-left: 5px;
    padding: 10px 20px;
}

.player-trailer .l-block .action-row .btn.active:before {
    opacity: 1;
}

.player-trailer .l-block .action-row .btn .icon {
    margin-right: 9px;
    font-size: 16px;
}

.player-trailer .l-block .action-row .btn .icon:before {
    color: #5c3301;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.player-trailer .l-block .row-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.player-trailer .l-block .row-tags .block-tags {
    margin: 0 10px 10px;
}

.player-trailer .l-block .stat {
    margin-bottom: 20px;
}

.player-trailer .l-block .stat span {
    font-size: 14px;
}

.player-trailer .l-block .block-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: self-start;
    -webkit-align-items: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
}

.player-trailer .l-block .block-tags .label {
    display: inline-block;
    margin-top: 4px;
    margin-right: 10px;
    color: #fff;
    white-space: nowrap;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}

.player-trailer .l-block .block-tags .tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-left: -3px;
    width: -webkit-calc(100% + 6px);
    width: calc(100% + 6px);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.player-trailer .r-block,
.player-trailer .table {
    margin-left: 20px;
    width: 300px;
}

.live-trailer {
    position: relative;
    padding-bottom: 50%;
    width: 100%;
}

.live-trailer img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.info-privacy {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    border-top: 1px solid #252527;
    text-align: center;
}

.info-privacy p {
    display: inline;
    color: #65656a;
    font-weight: 300;
    font-size: 14px;
}

.info-privacy a {
    display: inline-block;
    margin: 0 40px;
    font-weight: 300;
    font-size: 14px;
}

.action-content {
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.action-content .name {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    line-height: 71.87px;
}

.action-content .block-btn .btn {
    margin: 0 5px 0 0;
}

.action-content .block-btn .btn:last-child {
    margin-right: 0;
}

.model-content-block {
    margin-bottom: 30px;
    border-bottom: 1px solid #252527;
}

.model-content-block .item {
    padding-bottom: 25px;
}

.model-content-block .item .view-stat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    width: 165px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.model-content-block .item .view-stat .img {
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background-color: #252527;
}

.model-content-block .item .view-stat .img .default {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    color: #65656a;
    font-size: 18px;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.model-content-block .item .view-stat .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 2;
    width: auto;
    height: 100%;
    max-width: none;
    transform: translateX(-50%);
}

.model-content-block .item .view-stat .info-post {
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
}

.model-content-block .item .view-stat .info-post .status-online {
    position: relative;
    display: block;
    padding-left: 13px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.model-content-block .item .view-stat .info-post .status-online.online:before {
    background: #4aa721;
}

.model-content-block .item .view-stat .info-post .status-online.ofline:before {
    background: red;
}

.model-content-block .item .view-stat .info-post .status-online:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #252527;
    content: "";
}

.model-content-block .item .view-stat .info-post .rate-model img {
    margin: 0 -2px;
    width: 18px;
}

.model-content-block .item .info-model {
    width: -webkit-calc(100% - 195px);
    width: calc(100% - 195px);
}

.model-content-block .item .info-model p {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.model-content-block .item .info-model .details {
    margin: 0 -10px;
}

.model-content-block .item .info-model .details span {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 40px;
}

.model-content-block .item .info-model .details span strong {
    color: #65656a;
}

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

.rate-container .progress {
    margin-left: 10px;
    line-height: 0;
}

.rate-container .progress .percent {
    display: block;
    margin-bottom: 3px;
    color: #d0a186;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
}

.rate-container .progress .bar {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 108px;
    height: 4px;
    border-radius: 2px;
    background-color: #454548;
}

.rate-container .progress .text {
    display: block;
    margin-top: 4px;
    color: #65656a;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2;
}

.rate-container .progress .line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 180deg, #d0a186, #ad7a62);
}

.rate-container .col {
    padding: 3px;
}

.rate-container .col .icon-like:before {
    color: #d0a186;
}

.rate-container .col .button_rate {
    border: none;
    background: 0 0;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (min-width:992px) {
    .rate-container .col .button_rate:hover {
        opacity: .6;
    }
}

.rate-container .col .button_rate i {
    font-size: 36px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.rate-container .col .button_rate i.icon-like:before {
    color: #d0a186;
}

.rate-container .col .button_rate i:before {
    color: #65656a;
}

.search {
    position: absolute;
    top: 12px;
    left: 50%;
    z-index: 10;
    width: -webkit-calc(100% - 700px);
    width: calc(100% - 700px);
    max-width: 778px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    pointer-events: none;
}

.search.results-show .results-search {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
    -ms-transform: translateY(0);
}

.search.results-show .input.wrap-input input {
    border-radius: 20px 20px 0 0;
}

.search.results-show .input.wrap-input .search-btn {
    border-radius: 20px 20px 0 20px;
}

.search .input.wrap-input {
    position: relative;
    max-width: 100%;
}

.search .input.wrap-input>.easy-autocomplete {
    width: 100%!important;
}

.search .input.wrap-input input {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    width: 100%;
}

.search .input.wrap-input .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 40px;
    border: none;
    border-radius: 8px;
    background-color: #131720;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 180deg, #d0a186, #ad7a62);
    color: #131720;
}

.search .input.wrap-input .search-btn .icon-search {
    font-size: 20px;
}

.search .input.wrap-input .search-btn .icon-search:before {
    color: #131720;
}

.search .results-search {
    position: absolute;
    top: 40px;
    left: 0;
    overflow: hidden;
    width: 100%;
    border-radius: 0 0 20px 20px;
    background: #fff;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    pointer-events: none;
    -ms-transform: translateY(-30px);
}

.search .results-search .row_cat .title-block {
    display: block;
    padding: 9px;
    background-color: #ececed;
    color: #6e6e74;
    font-weight: 500;
    font-size: 14px;
}

.search .results-search .row_cat a {
    position: relative;
    display: block;
    padding: 9px 20px;
    color: #6e6e74;
    font-size: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.search .results-search .row_cat a * {
    position: relative;
    z-index: 2;
}

.search .results-search .row_cat a:before {
    position: absolute;
    bottom: -1px;
    left: 20px;
    display: block;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 1px;
    background: #ececed;
    content: "";
}

.search .results-search .row_cat a:after {
    position: absolute;
    top: 1px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 180deg, #d0a186, #ad7a62);
    content: "";
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (min-width:992px) {
    .search .results-search .row_cat a:hover {
        color: #000;
    }
    .search .results-search .row_cat a:hover:before {
        background: 0 0;
    }
    .search .results-search .row_cat a:hover:after {
        opacity: 1;
    }
}

.search .results-search .row_cat a strong {
    color: #000;
    font-size: 14px;
}

.search .results-search .row_cat a .value {
    display: inline-block;
    margin-left: 25px;
    font-size: 12px;
}

.heading {
    /*margin-top: 8px;*/
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.heading,
.heading .sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.heading .sort {
    margin-left: 30px;
}

.heading .sort .btn {
    margin: 0 0 0 10px;
    padding: 7px 30px;
    height: 30px;
}

.title {
    position: relative;
    margin-bottom: 15px;
}

.title.border h1,
.title.border h2,
.title.border h3,
.title.border h4,
.title.border h5,
.title.border h6 {
    padding-bottom: 12px;
}

.title .page-error,
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 26px;
}

.title .page-error {
    color: #d0a186;
}

.tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-left: -3px;
    width: -webkit-calc(100% + 6px);
    width: calc(100% + 6px);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tags a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0 3px 10px;
    padding: 7px 10px;
    border-radius: 15px;
    background-color: #252527;
    color: #6e6e74;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.tags a,
.tags a:before {
    border-radius: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.tags a:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 180deg, #d0a186, #ad7a62);
    content: "";
    opacity: 0;
}

.tags a span {
    position: relative;
    z-index: 2;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    font-family: inherit;
}

@media (min-width:992px) {
    .tags a:hover {
        color: #000;
    }
    .tags a:hover:before {
        opacity: 1;
    }
}

.btn {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    border: none;
    border-radius: 20px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 
180deg
, #d0a186, #ad7a62);
    color: #5c3301;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-share .btn {
    text-transform: none;
}

.btn.min {
    min-width: 240px;
}

.btn.gradient {
    color: #000;
}

input.btn.gradient,
input.btn.gradient:hover {
    line-height: 20px;
}

.btn.gradient:after,
input.btn.gradient,
input.btn.gradient:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 180deg, #d0a186, #ad7a62);
}

.btn.gradient:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn.gradient:before {
    opacity: 1;
}

@media (min-width:992px) {
    .btn.gradient:hover:after {
        opacity: 1;
    }
}

.btn.transparent {
    border: 1px solid #d0a186;
    background: 0 0;
    color: #d0a186;
}


/* @media (min-width:992px) {
    .btn.transparent:hover {
        color: #000;
    }
} */

.btn span {
    position: relative;
    z-index: 2;
    color: inherit;
    white-space: nowrap;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
}

.btn:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 180deg, #d0a186, #ad7a62);
    content: "";
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

input.btn {
    transition: all 0s;
}

@media (min-width:992px) {
    .btn:hover {
        color: #000;
    }
    input.btn:hover {
        background: -webkit-linear-gradient(76deg, #d0a186, #d0a186);
        background: -o-linear-gradient(76deg, #d0a186 0, #d0a186 100%);
        background: linear-gradient(14deg, #d0a186, #d0a186);
        color: #000;
    }
    .btn:hover:before {
        opacity: 1;
    }
}

.btn.active {
    color: #5c3301;
}

.btn.active:before {
    opacity: 1;
}

.thumb-vda {
    margin-bottom: 20px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 12.48px .52px rgba(177, 177, 184, .16);
    box-shadow: 0 0 12.48px .52px rgba(177, 177, 184, .16);
}

.thumb-vda .link-vda {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 83.5%;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (min-width:992px) {
    .thumb-vda .link-vda:hover {
        opacity: .8;
    }
}

.thumb-vda .link-vda img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}

.thumb-vda .link-vda:last-child {
    margin-bottom: 0;
}

.banner-long {
    margin: 0 0 20px;
}

.banner-long .img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (min-width:992px) {
    .banner-long .img:hover {
        opacity: .8;
    }
}

.shadow {
    position: fixed;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    pointer-events: none;
}

.shadow.show {
    opacity: 1;
    pointer-events: all;
}

.list-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -5px;
    margin-bottom: 20px;
    margin-left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    max-width: 1020px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-info ul {
    margin: 0 15px;
}

.list-info ul li {
    color: #65656a;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
}

.list-info ul li strong {
    display: inline-block;
    margin-right: 4px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
}

.description p {
    color: #65656a;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.person-profile .form {
    max-width: 800px;
}

.person-profile .block-btn {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: -5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.person-profile .block-btn .btn {
    margin-right: 0;
    margin-left: 5px;
    line-height: 20px;
}

.person-profile .block-btn .btn.done {
    color: #000;
    opacity: .7;
    pointer-events: none;
}

.person-profile .block-btn .btn.done:before {
    opacity: 1;
}

.person-profile .form .input {
    margin-bottom: 20px;
}

.person-profile .form .input:first-child {
    max-width: 340px;
}

.person-profile .form .row-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.person-profile .form .row-area .textarea {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.person-profile .form .row-area .btn {
    margin: 0 0 0 10px;
}

.profile-action {
    padding: 20px 10px 30px;
    border: 2px solid #252527;
    border-radius: 10px;
    background-color: #000;
}

.profile-action .title {
    display: block;
    width: 100%;
}

.profile-action .title h1,
.profile-action .title h2,
.profile-action .title h3,
.profile-action .title h4,
.profile-action .title h5,
.profile-action .title h6 {
    font-size: 22px;
}

.profile-action .avatar {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto 24px;
    width: 270px;
    height: 270px;
    border-radius: 135px;
    background-color: #252527;
}

.profile-action .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.profile-action .avatar i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 118px;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.profile-action .avatar i:before {
    color: #65656a;
}

.profile-action .profile-links .divider {
    display: block;
    margin: 14px 0 19px;
    width: 100%;
    height: 1px;
    background: #252527;
}

.profile-action .profile-links .btn {
    margin-bottom: 5px;
    width: 100%;
}

.profile-action .profile-links .btn:last-child {
    margin-bottom: 0;
}

.my-rating-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.my-rating-4 .jq-star svg {
    width: 100%;
    height: 100%;
}

.block-post {
    margin-left: -10px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
}

.block-post,
.block-post form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-post form {
    width: 100%;
}

.block-post.block-albums .item {
    width: -webkit-calc(20% - 20px);
    width: calc(20% - 20px);
}

.block-post.block-albums .item .img {
    border: 2px solid transparent;
}

@media (min-width:992px) {
    .block-post.block-albums .item:hover .img {
        border-color: #d0a186;
    }
}

.block-post.block-albums .item.lock-item {
    pointer-events: none;
}

.block-post.block-albums .item.lock-item .img:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .8;
}

.block-post.block-albums .item.lock-item .lock-id {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    font-size: 38px;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.block-post.block-albums .item.lock-item .block-credit {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
}

.block-post.block-albums .item.lock-item .block-credit .value {
    display: block;
    margin-top: 7px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}

.block-post.block-albums .item .img {
    margin-bottom: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.block-post.block-albums .item:nth-child(3n+2) {
    margin-top: 11.9%;
    margin-left: calc(-20% - -10px);
}

.block-post.block-albums .item:nth-child(3n+3) .img {
    padding-bottom: 120.7%;
}

.block-post.three-post .item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
}

.block-post .item {
    display: block;
    margin: 0 10px 10px;
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
}

@media (min-width:992px) {
    .block-post .item:hover .img .heart,
    .block-post .item:hover .img .retime {
        opacity: 1;
    }
    .block-post .item:hover .name,
    .block-post .item:hover .title-post {
        color: #d0a186;
    }
}

.block-post .item .img {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 66.8%;
    width: 100%;
    border-radius: 10px;
}

.block-post .item .img.big {
    padding-bottom: 74.9%;
}

.block-post .item .img .post-links {
    position: absolute;
    top: 10px;
    right: 10px;
}

.block-post .item .img .post-links .link {
    position: relative;
    display: block;
    overflow: hidden;
    width: 89px;
    height: 50px;
    border: 2px solid #65656a;
    border-radius: 10px;
    background-color: #767676;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (min-width:992px) {
    .block-post .item .img .post-links .link:hover {
        border-color: #d0a186;
    }
}

.block-post .item .img .post-links .link.first {
    z-index: 2;
    -webkit-transform: translate(-10px, -40px);
    -o-transform: translate(-10px, -40px);
    transform: translate(-10px, -40px);
    -ms-transform: translate(-10px, -40px);
}

.block-post .item .img .post-links .link.second {
    z-index: 1;
}

.block-post .item .img .post-links .link.second:hover {
    z-index: 3;
}

.block-post .item .img .post-links .link img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.block-post .item .img .checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 21;
}

.block-post .item .img .checkbox .toggle-button {
    position: relative;
    margin: 0;
    padding: 0;
}

.block-post .item .img .checkbox .toggle-button .in-hide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
}

.block-post .item .img .checkbox .elastic-cbx svg {
    border-radius: 5px;
    background: #252527;
    fill: none;
    pointer-events: none;
}

.block-post .item .img .checkbox .elastic-cbx svg path#cb {
    stroke: #6b6b6b;
}

.block-post .item .img .checkbox .in-hide:checked+label svg {
    background: 0 0;
}

.block-post .item .img .heart {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 9px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 180deg, #d0a186, #ad7a62);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.block-post .item .img .heart:before {
    color: #5c3301;
    font-size: 20px;
}

.block-post .item .img .retime {
    position: absolute;
    top: 48px;
    left: 5px;
    padding: 9px 7px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.block-post .item .img .retime:before {
    font-size: 20px;
}

.block-post .item .img .type {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 0;
    overflow: hidden;
    padding: 4px 11px;
    max-width: 80px;
    border-radius: 12px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 180deg, #d0a186, #ad7a62);
    color: #5c3301;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    font-size: 12px;
}

.block-post .item .img .photos,
.block-post .item .img .time {
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: inline-block;
    display: none;
    padding: 4px 11px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}

.block-post .item .img .photos {
    text-transform: uppercase;
}

.block-post .item .img .photos span {
    display: inline-block;
    margin-right: 5px;
}

.block-post .item .img .photos span:before {
    color: #fff;
}

.block-post .item .img .rate {
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 11px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-post .item .img .rate i {
    display: inline-block;
    margin-right: 4px;
}

.block-post .item .img .live {
    top: 5px;
    left: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 180deg, #d0a186, #ad7a62);
    color: #000;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 700;
}

.block-post .item .img .live,
.block-post .item .img .year {
    position: absolute;
    display: inline-block;
    padding: 4px 11px;
    border-radius: 12px;
    font-size: 12px;
}

.block-post .item .img .year {
    right: 5px;
    bottom: 5px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    font-weight: 300;
}

.block-post .item .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.block-post .item .title-post {
    display: -webkit-box;
    overflow: hidden;
    max-height: 40px;
    color: #e0e0e0;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.block-post .item .info-post.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-post .item .info-post.row .name {
    font-size: 16px;
}

.block-post .item .info-post.row .action-info {
    margin-right: -10px;
}

.block-post .item .info-post.row .action-info,
.block-post .item .info-post.row .action-info .in-cam,
.block-post .item .info-post.row .action-info .in-like {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-post .item .info-post.row .action-info .in-cam,
.block-post .item .info-post.row .action-info .in-like {
    margin-right: 10px;
    color: #65656a;
    font-weight: 300;
    font-size: 12px;
}

.block-post .item .info-post.row .action-info .in-cam .icon,
.block-post .item .info-post.row .action-info .in-like .icon {
    display: inline-block;
    margin-right: 5px;
}

.block-post .item .info-post.row .action-info .in-like,
.block-post .item .info-post.row .action-info .in-like .icon:before {
    color: #d0a186;
}

.block-post .item .name {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.block-post .item .name.status-online {
    position: relative;
    padding-left: 13px;
}

.block-post .item .name.status-online.online:before {
    background: #4aa721;
}

.block-post .item .name.status-online.ofline:before {
    background: red;
}

.block-post .item .name.status-online:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #252527;
    content: "";
}

.stat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    min-height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.stat span {
    display: inline-block;
    margin-left: 10px;
    color: #65656a;
    font-weight: 300;
    font-size: 12px;
}

.stat span.atten,
.stat span.atten i:before {
    color: #d0a186;
}

.stat span i {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
}

.stat span i:before {
    color: #65656a;
}

.pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0 0 70px;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pagination .item {
    margin: 2px;
    font-weight: 400;
    font-size: 14px;
}

.pagination .item.active a {
    background-image: -webkit-linear-gradient(76deg, #d0a186, #d0a186);
    background-image: -o-linear-gradient(76deg, #d0a186 0, #d0a186 100%);
    background-image: linear-gradient(14deg, #d0a186, #d0a186);
    color: #000;
    pointer-events: none;
}

@media (min-width:992px) {
    .pagination .item:hover a {
        background-color: #84878b;
        color: #000;
    }
    .pagination .item:hover a i:before {
        color: #000;
    }
}

.pagination .item.pager a {
    position: relative;
    padding: 10px 20px;
}

.pagination .item.pager.next a .icon {
    margin-left: 10px;
}

.pagination .item.pager.prev a .icon {
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.pagination .item.dots a {
    background: 0 0;
    color: #66686f;
}

.pagination i {
    position: relative;
    z-index: 2;
    font-size: 8px;
}

.pagination a,
.pagination i:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.pagination a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0 5px;
    height: 40px;
    min-width: 40px;
    border-radius: 20px;
    background-color: #252527;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .04);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .04);
    color: #6d6d73;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.model-info .img-model {
    position: relative;
    display: block;
    margin-right: 20px;
    padding-bottom: 200px;
    width: 280px;
    border-radius: 10px;
}

.model-info .img-model img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.model-info .info {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
}

.model-info .info .description {
    margin-bottom: 30px;
}

.model-info .info .of-link {
    font-weight: 300;
    font-size: 14px;
}

.tab-content .share-action .input.short {
    max-width: 490px;
}

.tab-content .share-action .input.long {
    max-width: 850px;
}

.tab-content .share-action .size-checkbox .wrap-checkbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tab-content .share-action .size-checkbox .wrap-checkbox,
.tab-content .share-action .size-checkbox .wrap-checkbox .custome-size {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tab-content .share-action .size-checkbox .wrap-checkbox .custome-size {
    margin-bottom: 12px;
}

.tab-content .share-action .size-checkbox .wrap-checkbox .custome-size label {
    margin-right: 9px;
    margin-bottom: 0;
}

.tab-content .share-action .size-checkbox .wrap-checkbox .custome-size .action-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tab-content .share-action .size-checkbox .wrap-checkbox .custome-size .action-input span {
    display: block;
    margin: 0 5px;
}

.tab-content .share-action .size-checkbox .wrap-checkbox .custome-size .input {
    margin-bottom: 0;
}

.tab-content .share-action .size-checkbox .wrap-checkbox .custome-size .input input {
    padding: 10px;
    width: 55px;
    text-align: center;
}

.tab-content .block-report {
    padding-bottom: 30px;
}

.tab-content .block-report form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tab-content .block-report form .causes-block {
    margin-right: 40px;
    width: 250px;
}

.tab-content .block-report form .reasons-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% - 290px);
    width: calc(100% - 290px);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tab-content .block-report form .reasons-block label {
    margin-right: 27px;
}

.tab-content .block-report form .reasons-block .input.textarea {
    max-width: 666px;
    min-height: 100px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tab-content .block-screenshot {
    margin-left: -3px;
    width: -webkit-calc(100% + 6px);
    width: calc(100% + 6px);
}

.tab-content .block-screenshot .item {
    position: relative;
    overflow: hidden;
    margin: 0 3px 8px;
    padding-bottom: 13.1%;
    width: -webkit-calc(25% - 6px);
    width: calc(25% - 6px);
    border: 3px solid #000;
    border-radius: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (min-width:992px) {
    .tab-content .block-screenshot .item:hover {
        border-color: #d0a186;
    }
}

.tab-content .block-screenshot .item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.subscribe_btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 15px;
    background-color: #252527;
}

.subscribe_btn .text {
    padding: 6px 20px;
    background-color: #ff8100;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.subscribe_btn .count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 10px;
    color: #6e6e74;
    letter-spacing: .3px;
    font-weight: 300;
    font-size: 12px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.all-tags {
    margin-left: -27px;
    padding: 15px 0;
    width: -webkit-calc(100% + 54px);
    width: calc(100% + 54px);
}

.all-tags .col {
    margin: 0 27px;
    width: -webkit-calc(25% - 54px);
    width: calc(25% - 54px);
}

.all-tags .col .block {
    margin-bottom: 30px;
}

.all-tags .col .block .symb-block {
    display: block;
    margin-bottom: 15px;
    padding: 0 27px;
    color: #d0a186;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;
}

.all-tags .col .block .links a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 12px 30px;
    border-radius: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.all-tags .col .block .links a:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 180deg, #d0a186, #ad7a62);
    content: "";
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (min-width:992px) {
    .all-tags .col .block .links a:hover span {
        color: #000;
    }
    .all-tags .col .block .links a:hover:before {
        opacity: 1;
    }
}

.all-tags .col .block .links a span {
    position: relative;
    z-index: 2;
}

.all-tags .col .block .links a .name {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.all-tags .col .block .links a .value {
    color: #65656a;
    font-weight: 300;
    font-size: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.checkbox .in-hide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

.checkbox .elastic-cbx {
    margin-right: 10px;
    cursor: pointer;
}

.checkbox .elastic-cbx * {
    cursor: pointer;
}

.checkbox .elastic-cbx svg {
    width: 25px;
    height: 25px;
    fill: none;
    pointer-events: none;
}

.checkbox .elastic-cbx svg path {
    stroke-width: 2;
}

.checkbox .elastic-cbx svg path.cb {
    stroke: #6e6e74;
}

.checkbox .elastic-cbx svg path.cm {
    opacity: 0;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    -ms-transform: scale(0);
    -ms-transform-origin: bottom center;
}

.checkbox .in-hide:checked+label .cb {
    fill: #d0a186;
    stroke: #d0a186;
    -webkit-animation: elasticInput .3s ease forwards;
    -o-animation: elasticInput .3s ease forwards;
    animation: elasticInput .3s ease forwards;
}

.checkbox .in-hide:checked+label .cm {
    opacity: 1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
}

.checkbox p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

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

.block-friends .list-friends {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-left: -19px;
    width: -webkit-calc(100% + 38px);
    width: calc(100% + 38px);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-friends .list-friends .item-friends {
    display: inline-block;
    margin: 0 15px;
    width: -webkit-calc(16.6% - 30px);
    width: calc(16.6% - 30px);
    text-align: center;
}

@media (min-width:992px) {
    .block-friends .list-friends .item-friends a:hover .img {
        border-color: #d0a186;
    }
    .block-friends .list-friends .item-friends a:hover .name {
        color: #d0a186;
    }
}

.block-friends .list-friends .item-friends>a {
    display: block;
}

.block-friends .list-friends .item-friends .elastic-cbx {
    position: relative;
    z-index: -1;
    margin-right: 0;
    width: 100%;
    cursor: pointer;
}

.block-friends .list-friends .item-friends .img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 94%;
    width: 100%;
    border: 3px solid #000;
    border-radius: 100%;
    background-color: #1e1e1f;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.block-friends .list-friends .item-friends .img .no-thumb,
.block-friends .list-friends .item-friends .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-friends .list-friends .item-friends .img .no-thumb {
    display: flex;
    background-color: #252527;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.block-friends .list-friends .item-friends .img .no-thumb i {
    color: #fff;
    font-size: 45px;
}

.block-friends .list-friends .item-friends .name {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    text-align: center;
    letter-spacing: .35px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.block-friends .list-friends .item-friends .number {
    display: block;
    margin-bottom: 15px;
    color: #65656a;
    font-weight: 300;
    font-size: 12px;
}

.block-friends .list-friends .item-friends .number .new_messages {
    color: #d0a186;
}

.block-friends .list-friends .item-friends .number .icon {
    display: inline-block;
    margin-right: 5px;
}

.block-friends .list-friends .item-friends .in-hide:checked+label .name {
    color: #d0a186;
}

.block-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-select .btn {
    margin: 0 5px 10px;
    min-width: 165px;
    line-height: 20px;
}

.block-select .btn.active {
    color: #6e6e74;
}

.item .item-control .block-select {
    margin: 0;
}

.item .item-control .toggle-button {
    position: relative;
    margin: 5px 0 0;
    padding: 7px 10px;
    width: auto;
    height: auto;
    min-width: auto;
    line-height: 1;
}

.list-messages {
    max-width: 1120px;
}

.list-messages .item-message {
    display: block;
    margin-bottom: 35px;
}

.list-messages .item-message:last-child {
    margin-bottom: 0;
}

.list-messages .item-message .wrap-mess {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-bottom: 4px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.list-messages .item-message .wrap-mess svg {
    margin-top: 6px;
    margin-right: 10px;
}

.list-messages .item-message .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (min-width:992px) {
    .list-messages .item-message .cont .info .title-block a.name:hover {
        color: #d0a186;
    }
}

.list-messages .item-message .cont .img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #1e1e1f;
}

.list-messages .item-message .cont .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list-messages .item-message .cont .img .default {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #65656a;
    font-size: 15px;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.list-messages .item-message .cont .info {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
}

.list-messages .item-message .cont .info .title-block {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-messages .item-message .cont .info .title-block .name {
    display: inline-block;
    margin-right: 10px;
    color: #ff6f00;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.list-messages .item-message .cont .info .title-block .date {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #65656a;
    font-weight: 300;
    font-size: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-messages .item-message .cont .info .title-block .date .icon-calendar {
    margin-right: 5px;
    font-size: 12px;
}

.list-messages .item-message .cont .info .desc {
    display: block;
    margin-bottom: 10px;
}

.list-messages .item-message .cont .info .desc p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.list-messages .item-message .cont .info .desc p strong {
    color: #65656a;
}

.list-messages .item-message .in-hide:checked+label .cont .title-block .name {
    color: #d0a186;
}

.list-messages .item-message .action-btn {
    margin-left: auto;
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
}

.list-messages .item-message .action-btn .btn {
    padding: 7px 21px;
    height: 30px;
    color: #6e6e74;
    text-transform: none;
    font-size: 14px;
    line-height: 16px;
}

@media (min-width:992px) {
    .list-messages .item-message .action-btn .btn:hover {
        background: -webkit-linear-gradient(76deg, #d0a186, #d0a186);
        background: -o-linear-gradient(76deg, #d0a186 0, #d0a186 100%);
        background: linear-gradient(14deg, #d0a186, #d0a186);
        color: #000;
    }
}

.block-alphabet {
    margin-left: -2.5px;
    padding: 0 10px;
    width: -webkit-calc(100% + 5px);
    width: calc(100% + 5px);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-alphabet,
.block-alphabet .item-letter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-alphabet .item-letter {
    margin: 0 2.5px 5px;
    padding: 12px;
    height: 40px;
    min-width: 40px;
    border-radius: 20px;
    background-color: #252527;
    color: #6d6d73;
    text-transform: uppercase;
    font-weight: 700;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-alphabet .item-letter.active {
    background-image: -webkit-linear-gradient(76deg, #d0a186, #d0a186);
    background-image: -o-linear-gradient(76deg, #d0a186 0, #d0a186 100%);
    background-image: linear-gradient(14deg, #d0a186, #d0a186);
    color: #000;
    pointer-events: none;
}

@media screen and (min-width:992px) {
    .block-alphabet .item-letter:hover {
        background-color: #66666c;
        color: #fff;
    }
}

.filter {
    position: relative;
    width: 165px;
}

.filter.show .select-item {
    border-radius: 15px 15px 0 0;
}

.filter.show .select-item:before {
    border-radius: 15px 15px 0 0;
    opacity: 1;
}

.filter.show .select-item .text-ch {
    color: #000;
}

.filter.show .select-item .icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
}

.filter.show .select-item .icon:before {
    color: #000;
}

.filter.show .selects-list {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    pointer-events: all;
}

@media (min-width:992px) {
    .filter:hover .select-item:before {
        opacity: 1;
    }
    .filter:hover .select-item .icon:before,
    .filter:hover .select-item .text-ch {
        color: #000;
    }
}

.filter .select-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 8px 32px 8px 18px;
    height: 30px;
    border-radius: 15px;
    background-color: #252527;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.filter .select-item,
.filter .select-item:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.filter .select-item:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 180deg, #d0a186, #ad7a62);
    content: "";
    opacity: 0;
}

.filter .select-item .text-ch {
    position: relative;
    overflow: hidden;
    color: #6e6e74;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.filter .select-item .icon,
.filter .select-item .text-ch {
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.filter .select-item .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: inline-block;
    height: 10px;
    font-size: 5px;
    line-height: 12px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filter .select-item .icon:before {
    display: block;
    color: #9b9b9b;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.filter .selects-list {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
    z-index: 5;
    overflow: hidden;
    border-bottom-right-radius: 15px!important;
    border-bottom-left-radius: 15px!important;
    background-color: #252527;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    pointer-events: none;
}

.filter .selects-list,
.filter .selects-list li a {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.filter .selects-list li a {
    display: inline-block;
    padding: 0 18px;
    color: #6e6e74;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px!important;
    cursor: pointer;
}

@media screen and (min-width:992px) {
    .filter .selects-list li a:hover {
        background: #6e6e74;
        color: #fff;
    }
}

.filter-trailer {
    position: relative;
    width: 82px;
}

.filter-trailer.show .select-item {
    border-radius: 20px 20px 0 0;
}

.filter-trailer.show .select-item:before {
    border-radius: 15px 15px 0 0;
    opacity: 1;
}

.filter-trailer.show .select-item .icon-heart {
    color: #000;
}

.filter-trailer.show .select-item .icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
}

.filter-trailer.show .select-item .icon:before {
    color: #000;
}

.filter-trailer.show .selects-list {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    pointer-events: all;
}

@media (min-width:992px) {
    .filter-trailer:hover .select-item:before {
        opacity: 1;
    }
    .filter-trailer:hover .select-item .icon-heart,
    .filter-trailer:hover .select-item .icon:before {
        color: #000;
    }
}

.filter-trailer .select-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 8px 32px 8px 18px;
    height: 40px;
    border-radius: 20px;
    background-color: #252527;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.filter-trailer .select-item:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 180deg, #d0a186, #ad7a62);
    content: "";
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.filter-trailer .select-item .icon-heart {
    position: relative;
    z-index: 2;
    color: #6e6e74;
    font-size: 22px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.filter-trailer .select-item .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: inline-block;
    height: 10px;
    font-size: 5px;
    line-height: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filter-trailer .select-item .icon:before {
    display: block;
    color: #9b9b9b;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.filter-trailer .selects-list {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    z-index: 5;
    overflow: hidden;
    width: 100%;
    width: 180px;
    border-radius: 0 20px 20px 20px;
    background-color: #252527;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    pointer-events: none;
}

.filter-trailer .selects-list.block-radio-size {
    margin-left: 0;
}

.filter-trailer .selects-list.block-radio-size .radio {
    width: 100%;
}

.filter-trailer .selects-list.block-radio-size .radio:last-child {
    margin-right: 0;
}

.filter-trailer .selects-list.block-radio-size .radio .btn {
    padding: 10px 22px;
    width: 100%;
    height: auto;
    border-radius: 0;
    text-align: left;
    text-transform: none;
    line-height: 1.2;
    justify-content: flex-start;
}

@media (min-width:992px) {
    .filter-trailer .selects-list.block-radio-size .radio .btn:hover {
        background: #6e6e74;
        color: #fff;
    }
}

.filter-trailer .selects-list.block-radio-size .radio .btn:before {
    opacity: 0;
}

.filter-trailer .selects-list.block-radio-size input[type=checkbox]+.radio-label {
    margin: 0;
    width: 100%;
}

.filter-trailer .selects-list.block-radio-size input[type=checkbox]:checked+.radio-label {
    color: #000!important;
}

.tags-link {
    margin-left: -20px;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
}

.tags-link a {
    position: relative;
    display: inline-block;
    margin: 5px 20px;
    padding-left: 15px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (min-width:992px) {
    .tags-link a:hover {
        color: #d0a186;
    }
}

.tags-link a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #d0a186;
    content: "";
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.editor h1,
.editor h2,
.editor h3 {
    margin-bottom: 20px;
    color: #4a5361;
    font-weight: 500;
    font-size: 30px;
    line-height: 20px;
}

.editor h4,
.editor h5,
.editor h6 {
    margin-bottom: 20px;
    color: #4a5361;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.editor p {
    margin-bottom: 25px;
}

.editor a {
    color: #d0a186;
}

.editor ul {
    padding-bottom: 5px;
    padding-left: 20px;
}

.editor ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 16px;
}

.editor ul li:before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #d0a186;
    content: "";
}

.block-text {
    margin: 50px 0 0;
}

.block-text p {
    line-height: normal;
}

footer .block-text {
    margin-bottom: 65px;
}

footer .nav {
    margin-bottom: 25px;
}

footer .nav .menu li a {
    padding: 15px 30px;
}

footer .block-footer {
    margin-top: 12px;
    /*padding: 50px 0 40px;*/
    border-top: 2px solid #252527;
}

footer .block-footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .block-footer .copyright {
    color: #65656a;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
}

.copyright p {
    color: #d0a186;
}

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

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: icomoon;
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg) format("svg");
    font-display: block;
}

[class*=" icon-"],
[class^=icon-] {
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-family: icomoon!important;
    line-height: 1;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-picture:before {
    color: #6e6e74;
    content: "\e900";
}

.icon-arrow-down:before {
    content: "\e901";
}

.icon-cake:before {
    content: "\e902";
}

.icon-calendar:before {
    content: "\e903";
}

.icon-camera:before {
    content: "\e904";
}

.icon-cashe:before {
    content: "\e905";
}

.icon-discus:before {
    content: "\e906";
}

.icon-dislike:before {
    content: "\e907";
}

.icon-eye:before {
    content: "\e908";
}

.icon-flage:before {
    content: "\e909";
}

.icon-flower:before {
    content: "\e90a";
}

.icon-full-display:before {
    content: "\e90b";
}

.icon-hamb:before {
    content: "\e90c";
}

.icon-headphones:before {
    content: "\e90d";
}

.icon-arrow-right:before {
    content: "\e90e";
}

.icon-heart-couple:before {
    content: "\e90f";
}

.icon-heel:before {
    content: "\e910";
}

.icon-info:before {
    content: "\e911";
}

.icon-like:before {
    content: "\e912";
}

.icon-heart:before {
    content: "\e913";
}

.icon-lock:before {
    content: "\e914";
}

.icon-persone:before {
    content: "\e915";
}

.icon-profile:before {
    content: "\e916";
}

.icon-puzle:before {
    content: "\e917";
}

.icon-search:before {
    content: "\e918";
}

.icon-share:before {
    content: "\e919";
}

.icon-time:before {
    content: "\e91a";
}

.icon-volue:before {
    content: "\e91b";
}

.icon-wineglass:before {
    content: "\e91c";
}

.icon-load:before {
    content: "\e91d";
}

.icon-close:before {
    content: "\e91e";
}

.icon-re-time:before {
    content: "\e91f";
}

.modal.open {
    display: block;
    opacity: 1;
}

.modal .close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.modal .close:before {
    color: #6b6b71;
}

@media (min-width:992px) {
    .modal .close:hover {
        opacity: .7;
    }
}

.modal .content-modal {
    position: relative;
    z-index: 25;
    padding: 40px;
    max-width: 482px;
    min-width: 280px;
    border-radius: 10px;
    background: #fff;
    background: #2a2a32 url(../fonts/a8612ca3e6124b5e9eb3e59cbea63ab0.woff) right 0 no-repeat;
    -webkit-box-shadow: -25px 30px 62px rgba(0, 0, 0, .76);
    box-shadow: -25px 30px 62px rgba(0, 0, 0, .76);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.modal .content-modal .upload-avatar {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal .content-modal .upload-avatar .avatar-wrapper {
    margin-right: 30px;
    margin-bottom: 0;
}

.modal .content-modal .upload-avatar .avatar-wrapper .img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 130px;
    height: 130px;
    border-radius: 135px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.modal .content-modal .upload-avatar .avatar-wrapper .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.modal .content-modal .upload-avatar .avatar-wrapper .img .default {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    color: #65656a;
    font-size: 60px;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.modal .content-modal .upload-avatar .avatar-wrapper .file-upload {
    position: absolute;
    left: -999px;
    opacity: 0;
    pointer-events: none;
}

.modal .content-modal .upload-avatar .block-remember {
    max-width: -webkit-calc(100% - 160px);
    max-width: calc(100% - 160px);
}

.modal .content-modal .upload-avatar .block-remember .checkbox .elastic-cbx {
    margin-bottom: 0;
}

.modal .content-modal .columns-input {
    margin-left: -25px;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
}

.modal .content-modal .columns-input .col {
    margin: 0 25px;
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
}

.modal .content-modal .date-filter {
    margin-left: -1.5px;
    width: -webkit-calc(100% + 3px);
    width: calc(100% + 3px);
}

.modal .content-modal .date-filter .filter-form {
    margin: 0 1.5px;
}

.modal .content-modal .date-filter .filter-form:first-child {
    width: -webkit-calc(28% - 3px);
    width: calc(28% - 3px);
}

.modal .content-modal .date-filter .filter-form:nth-child(2) {
    width: -webkit-calc(44% - 3px);
    width: calc(44% - 3px);
}

.modal .content-modal .date-filter .filter-form:last-child {
    width: -webkit-calc(28% - 3px);
    width: calc(28% - 3px);
}

.modal .content-modal.openModal {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
}

.modal .content-modal.modal-editProfile-content {
    max-width: 930px;
}

.modal .content-modal .title-form {
    display: block;
    margin-bottom: 35px;
    color: #fff;
    font-weight: 400;
    font-size: 26px;
}

.modal .content-modal .form .input {
    max-width: 100%;
}

.modal .content-modal .block-btn {
    padding-top: 15px;
}

.modal .content-modal .block-remember .checkbox .elastic-cbx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal .content-modal .block-remember .checkbox .elastic-cbx svg {
    width: 20px;
    height: 20px;
}

.modal .content-modal .block-remember .checkbox .elastic-cbx .text {
    display: inline-block;
    margin-left: 9px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.modal .content-modal .info-login {
    margin-bottom: 10px;
}

.modal .content-modal .info-login p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}

.modal .content-modal .info-login p a {
    text-decoration: underline;
}

.modal .content-modal .code-block {
    margin-bottom: 20px;
}

.modal .content-modal .code-block .info-text {
    display: block;
    margin-bottom: 9px;
    color: #6e6e74;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
}

.form .filter-form {
    position: relative;
    width: 100%;
}

.form .filter-form.show .select-item {
    border-radius: 15px 15px 0 0;
}

.form .filter-form.show .select-item:before {
    border-radius: 15px 15px 0 0;
    opacity: 1;
}

.form .filter-form.show .select-item .text-ch {
    color: #000;
}

.form .filter-form.show .select-item .icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
}

.form .filter-form.show .select-item .icon:before {
    color: #000;
}

.form .filter-form.show .selects-list {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    pointer-events: all;
}

@media (min-width:992px) {
    .form .filter-form:hover .select-item:before {
        opacity: 1;
    }
    .form .filter-form:hover .select-item .icon:before,
    .form .filter-form:hover .select-item .text-ch {
        color: #000;
    }
}

.form .filter-form .select-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 8px 32px 8px 18px;
    height: 30px;
    border-radius: 15px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.form .filter-form .select-item:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 180deg, #d0a186, #ad7a62);
    content: "";
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.form .filter-form .select-item .text-ch {
    position: relative;
    z-index: 2;
    color: #6e6e74;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.form .filter-form .select-item .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: inline-block;
    height: 10px;
    font-size: 5px;
    line-height: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form .filter-form .select-item .icon:before {
    display: block;
    color: #9b9b9b;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.form .filter-form .selects-list {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
    z-index: 5;
    overflow: hidden;
    width: 100%;
    border-bottom-right-radius: 15px!important;
    border-bottom-left-radius: 15px!important;
    background-color: #000;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    pointer-events: none;
}

.form .filter-form .selects-list li {
    padding: 0 18px;
    color: #6e6e74;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px!important;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media screen and (min-width:1024px) {
    .form .filter-form .selects-list li:hover {
        background: #6e6e74;
        color: #fff;
    }
}

.form .block-radio-size {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form .block-radio-size .radio label {
    color: #6e6e74;
    line-height: 22px;
}

.form .block-radio-size .radio:last-child {
    margin-right: 20px;
}

.form .block-radio-size input[type=checkbox],
.form .block-radio-size input[type=radio] {
    position: absolute;
    opacity: 0;
}

.form .block-radio-size input[type=checkbox]+.radio-label,
.form .block-radio-size input[type=radio]+.radio-label {
    margin-left: 5px;
    padding: 10px 20px;
    text-transform: none;
}

@media (min-width:992px) {
    .form .block-radio-size input[type=checkbox]+.radio-label:hover,
    .form .block-radio-size input[type=radio]+.radio-label:hover {
        color: #000;
    }
}

.form .block-radio-size input[type=checkbox]:checked+.radio-label,
.form .block-radio-size input[type=radio]:checked+.radio-label {
    color: #000;
}

.form .block-radio-size input[type=checkbox]:checked+.radio-label:before,
.form .block-radio-size input[type=radio]:checked+.radio-label:before {
    opacity: 1;
}

.form .block-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form .block-radio .radio {
    margin-bottom: 10px;
    cursor: pointer;
}

.form .block-radio .radio label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    color: #65656a;
    font-size: 14px;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form .block-radio .radio input[type=checkbox],
.form .block-radio .radio input[type=radio] {
    position: absolute;
    opacity: 0;
}

.form .block-radio .radio input[type=checkbox]+.radio-label:before,
.form .block-radio .radio input[type=radio]+.radio-label:before {
    position: relative;
    top: 0;
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border: 7px solid #252527;
    border-radius: 100%;
    background: #252527;
    content: "";
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.form .block-radio .radio input[type=radio]+.radio-label.black:before {
    border-color: #000;
    background: #000;
}

.form .block-radio .radio input[type=checkbox]:checked+.radio-label.black:before,
.form .block-radio .radio input[type=checkbox]:checked+.radio-label:before,
.form .block-radio .radio input[type=radio]:checked+.radio-label:before {
    border: 7px solid #d0a186;
    background-color: #efefef;
}

.form .label-cbx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form .label-cbx .check {
    position: relative;
    top: 0;
    margin-right: 9px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background-color: #e9e9ed;
    background-image: -webkit-linear-gradient(5deg, #0186ff, #7b5ae6);
    background-image: -o-linear-gradient(5deg, #0186ff 0, #7b5ae6 100%);
    background-image: linear-gradient(85deg, #0186ff, #7b5ae6);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
}

.form .label-cbx .check .icon-check {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 15px;
    height: 15px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-background-size: contain;
}

.form .label-cbx .text {
    color: #4a5361;
    font-weight: 400;
    font-size: 14px;
}

.form .label-cbx .invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

.form .label-cbx input:checked+.check .icon-check {
    opacity: 1;
}

.form label {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
}

.form .block-captcha {
    margin-bottom: 50px;
}

.form .input {
    position: relative;
    margin-bottom: 30px;
    max-width: 340px;
}

.form .input.load-file-input {
    cursor: pointer;
}

.form .input.load-file-input input {
    position: absolute;
    left: -999px;
    opacity: 0;
    pointer-events: none;
}

.form .input.load-file-input input.input-field {
    position: static;
    background-color: #fff;
    opacity: 1;
}

.form .input.load-file-input .input-text {
    position: static;
    top: 50%;
    left: 20px;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    color: #6e6e74;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 300;
    font-size: 14px;
    opacity: 1;
}

.form .input.load-file-input .text {
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 2;
    display: inline-block;
    padding: 7px 21px;
    border-radius: 15px;
    background-color: #252527;
    color: #6e6e74;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.form .input input {
    height: 40px;
    border: 1px solid #3f3f4a;
    border-radius: 4px;
    background-color: #2a2a32;
    -webkit-box-shadow: 0 2px 0 #252527;
    box-shadow: 0 2px 0 #252527;
    color: #6e6e74;
}

.form .input input,
.form .input textarea {
    padding: 10px 20px;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
}

.form .input textarea {
    max-height: 150px;
    min-height: 120px;
    border: none;
    border-radius: 20px;
    background-color: #fff;
    color: #4a5361;
    line-height: 18px;
    resize: vertical;
}

.form .form-btn {
    padding: 10px 20px;
}

@media (max-width:992px) {
    .form .input {
        margin-bottom: 20px;
    }
    .modal .content-modal .columns-input {
        margin-left: -15px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
    }
    .modal .content-modal .columns-input .col {
        margin: 0 15px;
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }
    .modal .content-modal .date-filter .filter-form:first-child {
        width: -webkit-calc(33% - 3px);
        width: calc(33% - 3px);
    }
    .modal .content-modal .date-filter .filter-form:nth-child(2) {
        width: -webkit-calc(34% - 3px);
        width: calc(34% - 3px);
    }
    .modal .content-modal .date-filter .filter-form:last-child {
        width: -webkit-calc(33% - 3px);
        width: calc(33% - 3px);
    }
}

@media (max-width:767px) {
    .modal .content-modal {
        margin: 10px auto 55px;
        padding: 30px 14px;
    }
    .modal .content-modal .columns-input .col {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }
    .modal .content-modal .block-btn {
        padding-top: 0;
    }
}

@media (max-width:567px) {
    .form .input.load-file-input .text {
        padding: 7px 15px 8px;
        font-size: 12px;
    }
    .modal .content-modal .date-filter .filter-form:first-child,
    .modal .content-modal .date-filter .filter-form:last-child,
    .modal .content-modal .date-filter .filter-form:nth-child(2) {
        margin-bottom: 20px;
        width: -webkit-calc(100% - 3px);
        width: calc(100% - 3px);
    }
    .modal .content-modal .title-form {
        margin-bottom: 20px;
    }
    .modal .content-modal .upload-avatar .avatar-wrapper {
        margin-right: 20px;
    }
    .modal .content-modal .upload-avatar .avatar-wrapper .img {
        width: 90px;
        height: 90px;
    }
    .modal .content-modal .upload-avatar .avatar-wrapper .img .default {
        font-size: 38px;
    }
    .modal .content-modal .upload-avatar .block-remember {
        max-width: -webkit-calc(100% - 120px);
        max-width: calc(100% - 120px);
    }
}

@media (max-width:1500px) {
    .player-trailer .l-block .action-row {
        margin-top: 15px;
        -ms-flex-pack: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .player-trailer .l-block .action-row .btn:first-child {
        margin-left: 0;
    }
}

@media (max-width:1450px) {
    .nav .menu li a {
        margin: 0;
    }
}

@media (max-width:1300px) {
    .columns .preview-load {
        width: 100%;
    }
    .columns.two-col .col-1 {
        width: -webkit-calc(100% - 284px);
        width: calc(100% - 284px);
    }
    .columns.two-col .col-2 {
        width: 260px;
    }
    .columns.three-col .col-1 {
        margin-right: 45px;
        width: -webkit-calc(54% - 136px);
        width: calc(54% - 136px);
    }
    .columns.three-col .col-3 {
        width: 260px;
    }
    .profile-action .avatar {
        margin: 0 auto 20px;
        padding-bottom: 100%;
        width: 100%;
        height: auto;
    }
    footer .block-footer {
        /*padding: 30px 0 25px;*/
    }
    footer .block-footer .logo {
        margin-bottom: 15px;
    }
    .block-friends .list-friends .item-friends {
        margin: 0 15px 10px;
        width: -webkit-calc(20% - 30px);
        width: calc(20% - 30px);
    }
    .block-post.block-albums .item {
        width: -webkit-calc(25% - 20px);
        width: calc(25% - 20px);
    }
    .block-post.block-albums .item:nth-child(3n+2) {
        margin-top: 14.9%;
        margin-left: calc(-25% - -10px);
    }
    .block-post.block-albums .item:nth-child(3n+3) .img {
        padding-bottom: 120.9%;
    }
}

@media (max-width:1200px) {
    .header .link-icon {
        margin: 0 5px;
    }
    .header .btn {
        padding: 10px 15px;
    }
    .header .logo {
        max-width: 171px;
    }
}

@media (max-width:1100px) {
    .header .logo {
        max-width: 191px;
    }
    .block-post.block-albums .item {
        width: -webkit-calc(33.33% - 20px);
        width: calc(33.33% - 20px);
    }
    .block-post.block-albums .item:nth-child(3n+2) {
        margin-top: 19.9%;
        margin-left: calc(-33.33% - -10px);
    }
    .player-trailer .l-block {
        /*margin-bottom: 15px;*/
        width: 100%;
    }
    .player-trailer .r-block,
    .player-trailer .table {
        margin-left: 0;
        width: 100%;
    }
    .block-vda,
    .player-trailer .table {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -10px;
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .block-vda .item-vda,
    .player-trailer .table .opt {
        margin: 0 10px 20px;
        width: -webkit-calc(33.33% - 20px);
        width: calc(33.33% - 20px);
    }
    .filter-trailer .selects-list {
        right: 0;
        left: auto;
        border-radius: 20px 0 20px 20px;
    }
}

.mobile-menu {
    display: none;
}

@media (max-width:1100px) {
    footer .nav,
    .header .nav {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
}

@media (max-width:992px) {
    .tab-content .block-screenshot .item {
        padding-bottom: 18.1%;
        width: -webkit-calc(33.33% - 6px);
        width: calc(33.33% - 6px);
    }
    .mobile-content {
        display: block;
    }
    .side-content .list-link li {
        width: 50%!important;
    }
    .all-tags .col {
        width: -webkit-calc(50% - 54px);
        width: calc(50% - 54px);
    }
    .profile-action {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .profile-action .avatar {
        margin: 0 30px 0 0;
        padding-bottom: 200px;
        width: 200px;
    }
    .profile-action .profile-links {
        width: -webkit-calc(100% - 230px);
        width: calc(100% - 230px);
    }
    .columns .preview-load {
        width: 280px;
    }
    .columns.two-col .col-1 {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .columns.two-col .col-2 {
        margin: 0 0 30px;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .columns.three-col .col-1 {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .columns.three-col .col-1 .upload-form {
        max-width: 500px;
    }
    .columns.three-col .col-2 {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .columns.three-col .col-3 {
        margin: 0 0 30px;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    /*.title h1,*/
    /*h2,*/
    /*h3,*/
    /*h4,*/
    /*h5,*/
    /*h6 {*/
    /*    font-size: 22px;*/
    /*}*/
    .block-post .item {
        width: -webkit-calc(33.33% - 20px);
        width: calc(33.33% - 20px);
    }
    .block-post .item .img .heart,
    .block-post .item .img .retime {
        opacity: 1;
    }
    .block-post .item .img .heart {
        padding: 7px 8px;
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    .block-post .item .img .heart:before {
        font-size: 14px;
    }
    .block-post .item .img .retime {
        top: 42px;
        padding: 6px;
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    .block-post .item .img .retime:before {
        font-size: 14px;
    }
    .sidebar {
        position: fixed;
        top: 80px;
    }
    .header .link-icon {
        margin: 0;
    }
    .header .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .header .left-block {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    .header.search-active .left-block {
        opacity: 0;
        pointer-events: none;
    }
    .header .action-log,
    .header .link-icon.icon-load {
        display: none;
    }
    .search {
        left: 15px;
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px);
        max-width: 100%;
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -ms-transform: translateX(0);
    }
    .pagination {
        margin: 0 0 45px;
    }
}

@media (max-width:767px) {
    .title h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 14px;
    }
    footer .block-footer {
        /*margin-top: 16px;*/
        /*padding: 20px 0;*/
    }
    footer .block-footer .logo {
        margin-bottom: 10px;
    }
    .sidebar {
        top: 60px;
    }
    .tab-content .block-report form .reasons-block {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .tab-content .block-report form .reasons-block label {
        width: 100%;
    }
    .tab-content .block-report form .causes-block {
        margin-right: 0;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .tab-content .block-screenshot .item {
        padding-bottom: 28.1%;
        width: -webkit-calc(50% - 6px);
        width: calc(50% - 6px);
    }
    .info-privacy a {
        margin: 0 5px;
    }
    .all-tags {
        padding: 0 0 15px;
    }
    .model-content-block .item .view-stat {
        margin-right: 15px;
        width: 90px;
    }
    .model-content-block .item .view-stat .img {
        margin-bottom: 10px;
    }
    .model-content-block .item .view-stat .info-post {
        width: 100%;
    }
    .model-content-block .item .info-model {
        width: -webkit-calc(100% - 105px);
        width: calc(100% - 105px);
    }
    .action-content {
        margin-bottom: 20px;
    }
    .action-content .name {
        display: block;
        margin-bottom: 10px;
        width: 100%;
        line-height: normal;
    }
    .action-content .block-btn .btn {
        margin-bottom: 10px;
    }
    .block-post.block-albums .item {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .block-post.block-albums .item:nth-child(3n+2) {
        margin-top: 30%;
        margin-left: calc(-50% - -10px);
    }
    .filter-trailer {
        width: 70px;
    }
    .filter-trailer .select-item {
        padding: 8px 20px 8px 15px;
    }
    .filter-trailer .select-item .icon {
        right: 12px;
    }
    .model-info .img-model {
        margin-right: 0;
        margin-bottom: 30px;
        padding-bottom: 70%;
        width: 100%;
    }
    .model-info .info {
        width: 100%;
    }
    main {
        /* padding: 20px 0 0; */
    }
    .tags {
        margin-bottom: 15px;
    }
    .block-post .item,
    .block-post.three-post .item {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .heading {
        /* margin-bottom: 12px; */
        -ms-flex-wrap: wrap;
    }
    .heading .sort,
    .heading .title {
        margin: 10px 0;
        width: 100%;
    }
    .heading .sort {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .heading .sort .btn,
    .heading .sort .filter {
        margin-bottom: 5px;
    }
    .pagination .item:nth-child(12),
    .pagination .item:nth-child(5),
    .pagination .item:nth-child(6),
    .pagination .item:nth-child(7) {
        display: none;
    }
    .block-friends .list-friends .item-friends {
        margin: 0 10px 10px;
        width: -webkit-calc(33% - 20px);
        width: calc(33% - 20px);
    }
    .block-friends .list-friends .item-friends .number {
        margin-bottom: 10px;
    }
    .block-vda .item-vda,
    .player-trailer .table .opt {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .banner-long .img {
        padding-bottom: 10%;
        max-width: 100%;
    }
    .rate-container .progress {
        margin-left: 6px;
    }
    .rate-container .col .button_rate i {
        font-size: 24px;
    }
    .player-trailer .l-block .action-row {
        margin-left: -5px;
        width: -webkit-calc(100% + 10px);
        width: calc(100% + 10px);
    }
    .player-trailer .l-block .action-row .btn {
        margin: 0 5px 10px!important;
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }
}

@media (max-width:567px) {
    .person-profile .form .input:first-child {
        max-width: 100%;
    }
    .person-profile .form .row-area {
        margin-bottom: 30px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .person-profile .form .row-area .input {
        width: 100%;
    }
    .person-profile .form .row-area .btn {
        margin: 0;
    }
    .person-profile .block-btn .btn {
        width: 100%;
    }
    .person-profile .block-btn .btn:first-child {
        margin-bottom: 15px;
    }
    .block-post.block-albums .item {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    .block-post.block-albums .item:nth-child(3n+2) {
        margin-top: 0;
        margin-left: 10px;
    }
    .player-trailer .l-block .action-row {
        margin-left: 0;
        width: 100%;
    }
    .player-trailer .l-block .action-row .btn {
        margin: 0 4px 8px!important;
        width: 30%;
    }
    .block-select {
        margin-bottom: 20px;
    }
    .all-tags .col {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .all-tags .col .block .links a {
        padding: 10px 15px;
    }
    p {
        line-height: 24px;
    }
    .profile-action .avatar {
        margin: 0 auto 20px;
    }
    .profile-action .profile-links {
        width: 100%;
    }
    .block-post.three-post .item {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    .pagination .item.pager.prev a .icon {
        margin-right: 0;
    }
    .pagination .item.pager.next a .icon {
        margin-left: 0;
    }
    .pagination .item.pager .btn {
        padding: 10px 13px;
        width: 30px;
    }
    .pagination .item.pager .btn span,
    .pagination .item:nth-child(11),
    .pagination .item:nth-child(4) {
        /* display: none; */
    }
    .block-friends .list-friends {
        margin-bottom: 25px;
    }
    .block-friends .list-friends .item-friends {
        margin: 0 10px 20px;
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .all-tags {
        margin-left: -10px;
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
    }
    .all-tags .col {
        margin: 0 10px;
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    .player-trailer .l-block .block-tags {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .player-trailer .l-block .block-tags .label {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width:380px) {
    .block-select .btn {
        width: 100%;
    }
    .tab-content .block-screenshot .item {
        padding-bottom: 58.1%;
        width: -webkit-calc(100% - 6px);
        width: calc(100% - 6px);
    }
    .block-vda .item-vda,
    .player-trailer .table .opt {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }
}

.player-wrap {
    position: relative;
}

#kt_player {
    position: absolute!important;
}

.all-tags {
    display: block;
    column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4;
}

.all-tags .col {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.img-holder .no-thumb {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    margin: 0 auto;
    border: 1px solid #d0a186;
    border-radius: 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.img-holder .no-thumb img {
    position: static!important;
    width: 60%!important;
    height: auto!important;
    max-width: 60%!important;
    -webkit-filter: grayscale(.3)!important;
    filter: gray!important;
    filter: grayscale(.3)!important;
}

.fancybox-close {
    top: 0;
    right: 0;
    opacity: 0;
}

.field-error,
.generic-error {
    color: red;
}

.generic-error {
    margin: 0 0 10px;
}

.success {
    color: #fff;
}

form .list-selector-popup {
    bottom: 52px;
    left: 0;
    width: 100%;
    height: 160px;
    border-radius: 5px;
}

form .list-selector-popup,
form .list-selector-popup:after {
    position: absolute;
    z-index: 10000;
    background-color: #000;
    -webkit-box-shadow: -25px 30px 62px rgba(0, 0, 0, .76);
    box-shadow: -25px 30px 62px rgba(0, 0, 0, .76);
}

form .list-selector-popup:after {
    bottom: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    content: "";
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

form .list-selector-popup:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10001;
    width: 40px;
    height: 7px;
    background-color: #fff;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

form .list-selector-popup .button-group {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 30px;
    left: 8px;
    display: flex;
    overflow-x: hidden;
    overflow-y: scroll;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

form .list-selector-popup .button-group .group-title {
    margin: 0 5px 10px 0;
    padding: 3px;
    background: #c8c8c8;
    font-weight: 800;
    line-height: 1.2;
}

form .list-selector-popup .button-group .item {
    display: inline-block;
    padding: 3px 0 10px;
    width: 31%;
    vertical-align: top;
}

.fancybox-inner form .list-selector-popup .button-group .item {
    padding: 0;
    width: 49%;
}

.fancybox-inner,
.fancybox-outer {
    height: auto!important;
}

form .list-selector-popup .button-group .item label {
    position: relative;
    padding: 0 0 0 25px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

form .list-selector-popup .filter {
    position: absolute!important;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    border: none;
    border-radius: 0;
}

form .list-selector-popup .filter input {
    padding: 8px 10px;
    width: 100%;
    height: 100%;
    border: none;
    border-right: 0;
    background-color: #fff;
    color: #212121;
    font-weight: 400;
    line-height: 14px;
}

.playlist_edit {
    min-width: 420px;
}

.select2-container {
    z-index: 9999;
    width: 100%!important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #fff;
    border-radius: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    position: relative;
    padding-right: 32px;
    padding-left: 20px;
    color: #6e6e74;
    font-weight: 400;
    font-size: 13px;
    line-height: 39px;
}

.select2-container .select2-selection--single {
    height: 40px;
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 13px;
    height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    width: 13px;
    height: 9px;
    border: 0 transparent;
    color: #9b9b9b;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-size: 8px;
    font-family: icomoon!important;
    line-height: 1;
    transition: transform .3s;
    transform: translate3d(-50%, -50%, 0);
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(180deg) translate3d(50%, 50%, 0);
    transform: rotate(180deg) translate3d(50%, 50%, 0);
}

.select2-dropdown {
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 0 0 20px 20px;
    background-color: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #fff;
}

.select2-results__option {
    padding: 7px 10px;
    color: #6e6e74;
    text-align: center;
    font-weight: 400;
    font-weight: 500;
    font-size: 13px;
    font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ff7903;
}

.sidebar form .row .select2 {
    width: 100%;
}

.selectbox {
    width: 100%!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\e901";
}

.list-subscriptions .item {
    display: inline-block;
    margin: 10px 0 0 10px;
    width: calc((100% - 32px)/ 3);
    border-radius: 5px;
    text-align: left;
}

@media (max-width:640px) {
    .list-subscriptions .item {
        width: calc((100% - 32px)/ 2);
    }
}

@media (max-width:440px) {
    .list-subscriptions .item {
        width: calc((100% - 32px)/ 1);
    }
}

.list-subscriptions .item .title {
    display: block;
    overflow: hidden;
    margin: 0 0 5px;
    padding: 5px 10px;
    min-height: auto;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.list-subscriptions .item .title:hover {
    color: #fe6c00;
}

.list-subscriptions .item-control {
    border-top: 1px solid #fe6c00;
    cursor: default;
}

.list-subscriptions .item-control .item-control-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-subscriptions .item-control .checkbox .elastic-cbx {
    position: relative;
    z-index: -1;
}

.list-videos-screenshots .margin-fix {
    display: flex;
    margin: 0 -10px 0 0;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-videos-screenshots .margin-fix .item {
    padding: 0 10px 0 0;
    width: 50%;
}

.list-videos-screenshots .margin-fix .item .block-radio {
    margin: 10px 0;
}

.fancybox-inner .success {
    padding: 10px 15px;
}

.form-upload {
    position: relative;
}

.form-upload.hidden {
    display: none;
}

.form-upload.uploading {
    height: 80px;
    cursor: wait;
}

.form-upload.uploading * {
    visibility: hidden;
    opacity: 0;
}

.form-upload.uploading .progressbar,
.form-upload.uploading .progressbar * {
    visibility: visible;
    opacity: 1;
}

.form-upload.uploading-finished {
    cursor: default;
}

form .progressbar {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 990;
    padding: .5rem;
    width: 60%;
    height: 3rem;
    border: .2rem solid #d0a186;
    border-radius: 2.4rem;
    background: #fff;
    transform: translate(-50%, -50%);
}

form .progressbar .text {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 2rem;
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.4rem;
}

form .progressbar.half-done .text {
    color: #fff;
}

form .progressbar .progress {
    width: 0;
    height: 26px;
    border-radius: 2rem;
    background: #d0a186;
}

.upload-holder .blockOverlay {
    display: none!important;
}

.fancybox-error {
    color: #fff;
}

.screenshots-holder .section-title {
    display: flex;
    margin: -30px 0 10px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.screenshots-holder .section-title i {
    display: inline-block;
    margin: 2px 0 0 5px;
    font-size: 6px;
    transition: all .3s;
}

.screenshots-holder .section-title.collapse i {
    transform: rotate(180deg);
}

.form .screenshots-holder .block-radio .radio {
    margin: 0;
    padding: 0;
}

.serach-info-autocomplete {
    z-index: 99999!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-height: 9999px!important;
    border-radius: 0 0 20px 20px;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.serach-info-autocomplete .autocomplete-suggestion {
    display: block;
    margin: 0;
    width: 100%;
}

.serach-info-autocomplete .autocomplete-suggestion.hidden {
    display: none;
}

.serach-info-autocomplete .link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    margin: 0;
    padding: 9px 20px;
    color: #5e5e5e;
    color: #6e6e74;
    font-weight: 300;
    font-size: 16px;
    font-size: 12px;
    line-height: 18px;
    -webkit-transition: color .3s, background .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: color .3s, background .3s;
    transition: .3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.serach-info-autocomplete .link:before {
    position: absolute;
    bottom: -1px;
    left: 20px;
    display: block;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 1px;
    background: #ececed;
    content: "";
}

.serach-info-autocomplete .link.hidden {
    display: none;
}

.serach-info-autocomplete .link strong {
    display: initial;
    color: #d0a186;
    font-weight: 500;
    transition: color .3s, background .3s;
}

.serach-info-autocomplete .link i {
    display: inline-block;
    display: none;
    margin: 0 5px 0 0;
    color: #5e5e5e;
    font-size: 17px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

@media screen and (min-width:1024px) {
    .serach-info-autocomplete .link:hover {
        background: #d0a186;
        color: #fff;
    }
    .serach-info-autocomplete .link:hover i,
    .serach-info-autocomplete .link:hover strong {
        color: #fff;
    }
}

.serach-info-autocomplete .title .link {
    display: block;
    padding: 9px;
    width: 100%;
    background-color: #ececed;
    color: #6e6e74;
    font-weight: 500;
    font-size: 14px;
    cursor: default;
    pointer-events: none;
}

.load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.webcam-model-chat .player {
    background: #fff;
}

.webcam-model-info-rating rect:first-of-type {
    fill: #fff;
}

.section-livecam .block-post .item .img {
    display: block;
}

.sidebar.wc-sidebar {
    position: relative;
    top: 0;
    bottom: auto;
    z-index: 1;
    margin: 0 20px 0 0;
    border: 2px solid #252527;
    border-radius: 10px;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    pointer-events: all;
}

@media screen and (max-width:1255px) {
    .sidebar.wc-sidebar {
        width: 100%;
    }
    .sidebar.wc-sidebar .block ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sidebar.wc-sidebar .block ul li {
        width: 30%;
    }
}

@media screen and (max-width:767px) {
    .sidebar.wc-sidebar .block ul li {
        width: 48%;
    }
}

@media screen and (max-width:480px) {
    .sidebar.wc-sidebar .block ul li {
        width: 100%;
    }
}

.wc-content .wrap .wrap {
    margin: 0 auto;
    padding: 0;
    max-width: 1370px;
}

.wc-content .main-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
}

@media screen and (max-width:1255px) {
    .wc-content .main-content {
        flex-direction: column-reverse;
    }
}

.wc-cats-filter.btn {
    height: auto;
    border-radius: 0;
    background-color: #252527;
    color: #6e6e74;
    transition: color .3s;
}

.wc-cats-filter span {
    z-index: 4;
}

.wc-cats-filter:before {
    border-radius: 0;
    transition: none;
}

.wc-cats-filter.btn.active,
.wc-cats-filter.btn:hover {
    color: #000;
}

.block-channel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -4px 0 0;
    border-radius: 5px;
    font-size: 14px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width:1255px) {
    .block-channel {
        margin: 0;
    }
}

@media screen and (max-width:1024px) {
    .block-channel {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:767px) {
    .block-channel {
        flex-direction: column;
    }
}

.block-channel .img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1rem 0 0;
    width: 27rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media screen and (max-width:767px) {
    .block-channel .img {
        margin: 0 0 1rem;
        padding: 0;
        width: 100%;
    }
}

.block-channel .img a {
    position: relative;
    display: inline-block;
    padding-bottom: 56%;
    width: 100%;
    line-height: 0;
}

.block-channel .img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.block-channel .channel-rating {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 170px;
    flex: 1 1 170px;
}

@media screen and (max-width:1024px) {
    .block-channel .channel-rating {
        -webkit-box-flex: 11;
        -ms-flex: 11 1;
        flex: 11 1;
    }
}

@media screen and (max-width:767px) {
    .block-channel .channel-rating {
        width: 100%;
    }
}

.block-channel .channel-rating strong {
    display: block;
    margin: 0 0 1rem;
    padding: .7rem 1rem;
    width: 100%;
    border-radius: 2rem;
    background-color: #6e6e74;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 7.2rem;
}

@media screen and (max-width:767px) {
    .block-channel .channel-rating strong {
        padding: 2rem 1rem;
        border-radius: 1rem;
        font-size: 6.5rem;
    }
}

@media screen and (max-width:420px) {
    .block-channel .channel-rating strong {
        padding: 1rem;
        font-size: 5.5rem;
    }
}

.block-channel .channel-rating a {
    display: block;
    padding: 12px 5px;
    width: 100%;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 180deg, #d0a186, #ad7a62);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.block-channel .channel-rating a.disabled,
.no-touch .block-channel .channel-rating a:hover {
    background-color: #e0dfdf;
    color: #212121;
}

.no-touch .block-channel .channel-rating a.disabled:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 180deg, #d0a186, #ad7a62);
    color: #fff;
}

.block-channel .channel-info {
    padding: 0 2rem 0 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 360px;
    flex: 1 1 360px;
}

@media screen and (max-width:1024px) {
    .block-channel .channel-info {
        padding: 1.5rem 0 0;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}

.block-channel .channel-list {
    margin: 0 0 2rem;
}

.block-channel .channel-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-channel .channel-list .name {
    margin: 0 1rem 0 0;
    color: #bcbcbc;
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
}

.block-channel .channel-list .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 3px 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.block-channel .channel-list .rating span {
    margin: 0 1px 0 0;
    width: calc(10% - 2px);
    height: 6px;
    border-radius: 3px;
    background-color: #6e6e74;
}

.block-channel .channel-list .rating .full {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d0a186), to(#ad7a62));
    background-image: linear-gradient( 180deg, #d0a186, #ad7a62);
}

.block-channel .desc {
    line-height: 20px;
}

.spot-horizontal {
    display: block;
    margin-bottom: 20px;
    padding: 8px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #56ba55;
    text-align: center;
    font-weight: 700;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

@media screen and (min-width:1025px) {
    .spot-horizontal:hover {
        background-color: #428f42;
    }
}

.spot-horizontal .title2 {
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    text-overflow: ellipsis;
    font-size: large;
}

.list-posts .item {
    margin: 20px 0 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #d0a186;
}

.list-posts .item:last-child {
    padding: 0;
    border: none;
}

.list-posts .margin-fix {
    margin: 0;
}

.list-posts .item a {
    display: block;
    display: flex;
    padding: 20px;
    outline: 0;
    background: 0 0;
    transition: background .3s;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

@media screen and (max-width:600px) {
    .list-posts .item a {
        flex-direction: column;
    }
}

.list-posts .item .img-holder {
    position: relative;
    margin: 0 15px 0 0;
    width: 180px;
    min-width: 180px;
}

@media screen and (max-width:600px) {
    .list-posts .item .img-holder {
        margin: 0 auto 15px;
    }
}

.list-posts.list-users .item .img-holder {
    padding-bottom: 60px;
    width: 60px;
    min-width: 60px;
}

.list-posts.list-users .item .holder {
    width: 100%;
}

.list-posts .item .img-holder img {
    width: 100%;
    height: auto;
}

.list-posts.list-users .item .img-holder .no-thumb,
.list-posts.list-users .item .img-holder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list-posts.list-users .item .img-holder .no-thumb {
    display: flex;
    background: #c8c8c8;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.list-posts .item .title {
    display: flex;
    margin: 7px 0;
    height: auto;
    transition: color .3s;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.list-posts .item a:hover {
    background-color: #252527;
}

.list-posts .item a:hover .title {
    color: #d0a186;
}

.list-posts .item .description {
    display: flex;
    color: #1d1d1d;
    color: #16171b;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.list-posts .item .wrap .added {
    float: right;
}


/* .block-post {
    padding: 0px 0 16px 0;
}
 */

.block-post:after {
    clear: both;
    display: block;
    content: "";
}

.block-post .post-holder {
    overflow: hidden;
    padding-right: 7px;
}

.block-post .post-content {
    margin: 0 0 10px;
}

.block-post .sponsor {
    margin: 10px 0;
    width: auto;
}

.block-post .table {
    float: right;
    margin-left: 10px;
    padding: 10px;
    background: #d1d1d1;
}

.block-post .table .opt {
    margin: 0 0 10px;
    width: 315px;
    height: 300px;
}

.block-post .table .opt:last-child {
    margin: 0;
}

.list-posts .item .title {
    margin: 0;
    padding: 0 0 15px;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
}

.list-posts .item a .title-holder {
    flex-wrap: wrap;
}

.list-posts .info-post,
.list-posts .item a .title-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-posts .info-post {
    padding: 0 0 15px;
    color: #787878;
    color: #d0a186;
    flex-wrap: nowrap;
}

.list-posts .info-post .info {
    padding: 0 0 0 20px;
}

.list-posts .info-post .info:first-child {
    padding: 0;
}

.list-posts .info-post .bold {
    color: #fff;
}

.list-posts .item .rating {
    position: relative;
    float: right;
    margin: 0;
    padding: 0 0 0 21px;
    background-position: 0;
    background-size: 14px;
}

.list-posts .item .description {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.block-post .player {
    color: #16171b;
    font-size: 14px;
    line-height: 24px;
}

.post_img {
    float: left;
    padding: 0 20px 20px 0;
    height: auto;
    max-width: 490px;
}

@media (max-width:768px) {
    .post_img {
        float: none;
        margin: 0 auto;
        padding: 0 0 20px;
    }
}

.post_img img {
    width: 100%;
    height: 100%;
}

.bottomNav {
    display: none;
    border-top: 1px solid #d0a186;
    border-bottom: 1px solid #d0a186;
    background-color: #252527;
    background-color: #000;
}

.bottomNav a {
    padding: 11px 2px;
    width: 25%;
    border-right: 1px solid #d0a186;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000;
    color: #ccc;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .7em;
    line-height: 16px;
}

.bottomNav a:nth-child(4) {
    border-right: none;
}

@media (max-width:992px) {
    .hidden-mobile {
        display: none;
    }
    .bottomNav {
        display: flex;
    }
}

.block-post .item .img img {
    opacity: 0;
    transition: opacity 1s;
}

.block-post .item .img img.lazyloaded {
    opacity: 1;
}

.text-top {
    margin: 0 0 40px;
    text-align: center;
    font-weight: 500;
    font-size: 19px;
}

.text-top a:hover {
    text-decoration: underline;
}

.madou {
    padding: 0;
}

@media (max-width:1390px) {
    .madou {
        padding: 0 15px;
    }
}

.mac_pop_bg,
.mac_pop_msg_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 129;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.mac_pop,
.mac_pop_msg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    z-index: 130;
    display: none;
    margin: auto;
    padding: 25px;
    max-height: 750px;
    min-height: 20px;
    border-radius: 20px;
    background-color: #252527;
    box-shadow: 0 3px 18px rgba(0, 0, 0, .5);
}

.mac_pop .pop_top {
    width: 100%;
    height: 40px;
}

.mac_pop .pop_top h2 {
    float: left;
    display: block;
    margin: 0;
    width: 90%;
    color: #fff;
    font-size: 18px;
}

.mac_pop span.pop_close {
    float: right;
    display: block;
    width: 23px;
    height: 23px;
    background: url(../images/background.png) -10px 0 no-repeat;
    text-indent: 9999;
    font-weight: 700;
    font-size: 0;
    cursor: pointer;
}

.mac_pop_msg .pop-msg {
    color: #000;
    text-align: center;
    font-size: 14px;
}

.gbook_content {
    padding: 10px 10px 0;
    width: 100%!important;
    border: 0 solid #e5e5e5;
    border-radius: 20px;
    background-color: #fff;
    color: #000;
    font: 13px/1.2 Quicksand, sans-serif;
}

.msg_code input {
    height: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.mac_verify_img {
    height: 30px;
    pointer-events: unset!important;
}

.remaining-w.fr {
    float: right;
}

.mac_login {
    box-sizing: border-box;
    padding: 30px;
    width: 400px;
    width: 100%!important;
    height: 350px;
    background: #fff;
    font-family: microsoft yahei;
}

.mac_login .mac_login_form .login_form_group {
    margin-top: 20px;
}

.mac_login .mac_login_form .login_form_group input {
    box-sizing: border-box;
    padding: 4px 10px 4px 36px;
    width: 100%;
    height: 38px;
    border: 1px solid #cacaca;
    line-height: 38px;
}

.mac_login .mac_login_form .login_form_group input.mac_u_name {
    background: url(../images/u_name.png) no-repeat 7px 8px;
}

.mac_login .mac_login_form .login_form_group input.mac_u_pwd {
    background: url(../images/u_pwd.png) 8px 8px no-repeat;
}

.mac_login .mac_login_form .login_form_link {
    margin-top: 10px;
    text-align: right;
}

.mac_login .mac_login_form .login_form_link a {
    margin-left: 15px;
    color: #333;
    font-size: 12px;
}

.mac_login .mac_login_form input.login_form_submit {
    padding: 0;
    border: .0625rem solid #e2e2e2;
    border-color: #ff6575!important;
    border-radius: .1875rem;
    background: #2fa5ff;
    background-color: #ff6575!important;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: normal;
    cursor: pointer;
}

@media (max-width:767px) {
    .mac_pop {
        width: 95%!important;
    }
}

.contentart {
    text-align: center;
}

.contentart p {
    margin: 10px;
    line-height: 30px;
}

.copyurllink {
    float: right;
    cursor: pointer;
}

.gddh {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
}

.block-post .wth {
    position: relative;
    display: block;
    margin: 0 10px 20px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 420px;
    max-height: 450px;
}

.block-post .wth img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(max-width:767px) {
    .block-post .wth {
        padding-bottom: 36%;
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        height: 0;
    }
}

.block-post .itemplay {
    margin: 0 10px 25px;
    width: -webkit-calc(10% - 20px);
    width: calc(10% - 20px);
}

.block-post .itemplay a {
    display: inline-block;
    padding: 7px 10px;
    width: 100%;
    border-radius: 20px;
    background-color: #252527;
    color: #6e6e74;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}

.block-post .itemplay a:hover {
    background: linear-gradient(14deg, #d0a186, #d0a186);
    color: #000!important;
}

@media(max-width:899px) {
    .block-post .itemplay {
        width: -webkit-calc(12.5% - 20px);
        width: calc(12.5% - 20px);
    }
}

@media(max-width:767px) {
    .block-post .itemplay {
        width: -webkit-calc(33.333% - 20px);
        width: calc(33.333% - 20px);
    }
}

.nobottom {
    margin-bottom: 0;
}

a.active-play {
    color: #d0a186!important;
}

.banner-card a img,
.sjbdmap a img {
    max-width: 1370px;
}

.banner-card a img,
.pcbdmap a img {
    margin: 12px 0;
    padding: 0 12px;
    width: 60%;
    border-radius: 4px;
}

.sjbdmap a img {
    margin: 12px 0;
    padding: 0 12px;
    width: 100%;
    border-radius: 4px;
}

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

@media (max-width:768px) {
    .pcbdmap {
        display: none;
    }
}

.sjbdmap {
    display: none;
    text-align: center;
}

@media (max-width:768px) {
    .sjbdmap {
        display: block!important;
    }
}

.box-card a img,
.pcbox a img,
.sjbox a img {
    margin: 12px 0;
    padding: 0 12px;
    width: 100%;
    border-radius: 4px;
}

.pcbox a img {
    max-width: 300px;
}

.pcbox {
    display: block;
}

@media (max-width:768px) {
    .pcbox {
        display: none;
    }
}

.sjbox {
    display: none;
}

@media (max-width:768px) {
    .sjbox {
        display: block!important;
    }
}

.follow-box {
    z-index: 2;
}

.follow-box,
.item-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item-mask {
    z-index: 1;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: all .35s linear;
}

.item-mask:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .5);
    content: "";
    -webkit-transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(10%, -124%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(10%, -124%, 0);
}

.item:hover .item-mask {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.item:hover .item-mask:after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(10%, 124%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(10%, 124%, 0);
}

.item .img>img {
    transition: all .2s linear!important;
}

.item:hover .img>img {
    transform: scale(1.2);
}

.side-content .list-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.side-content .list-link li {
    width: 30%;
    max-height: 42px;
}

.side-content .list-link li .name {
    font-size: 20px;
}

    a {
        text-decoration: none;
    }
    
    .slide_up_noti_background {
        background: rgba(0, 0, 0, 0.65);
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        z-index: 998;
    }
    
    .slide_up_noti_overlay {
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        z-index: 999;
    }
    
    .slide_up_noti_container {
        position: relative;
        height: 100%;
        width: 100%;
    }
    
    .slide_up_noti_content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        background: #222;
        box-shadow: 0 2px 25px 10px rgb(0 0 0 / 30%);
        padding: 40px 40px 30px;
        color: #fff;
        border-radius: 10px;
        max-width: 480px;
        min-width: 360px;
    }
    
    .ui.button {
        cursor: pointer;
        display: inline-block;
        min-height: 1em;
        outline: 0;
        border: none;
        vertical-align: baseline;
        background: #e0e1e2 none;
        color: rgba(0, 0, 0, .65);
        font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
        margin: 0 0.25em 0 0;
        padding: 0.78571429em 1.5em 0.78571429em;
        text-transform: none;
        text-shadow: none;
        font-weight: 700;
        line-height: 1em;
        font-style: normal;
        text-align: center;
        text-decoration: none;
        border-radius: 0.28571429rem;
        -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgb(34 36 38 / 15%) inset;
        box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgb(34 36 38 / 15%) inset;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
        transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
        transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
        transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
        will-change: '';
        -webkit-tap-highlight-color: transparent;
    }
    
    button,
    input {
        overflow: visible;
    }
    
    .slide_up_noti_content {
        background: #1e1e24;
        border-radius: 10px;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
    }
    
    .slide_up_scroll div p {
        color: #f6d99d;
        text-align: center;
        line-height: 32px;
    }
    
    .slide_up_noti_content a {
        text-align: center;
    }
    
    .bottom-p {
        color: #fff;
        font-size: 14px;
        text-align: center;
        line-height: 24px;
    }

        .header {
            transition: all .1s linear;
            /* overflow: hidden; */
        }

            .swiper-box {
                width: 1360px;
                padding-top: 28.5%;
                overflow: hidden;
                position: relative;
            }
            
            .swiper-box .swiper-container {
                position: absolute;
                top: 0;
                width: 100%;
                height: 100%;
            }
            
            .swiper-box .swiper-slide img {
                height: 100%;
                max-width: none;
                /*width: 100%;*/
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
            }
            
            .swiper-box .swiper-pagination-bullet {
                width: 15px;
                height: 3px;
                background-color: #f6d99d;
                border-radius: 0;
            }
            
            .swiper-box .swiper-pagination-bullet-active {
                background-color: #d0a186;
            }
            
            .swiper-box .swiper-slide {
                background-color: rgba(0, 0, 0, 0.3);
            }
            
            .swiper-box .swiper-slide img {
                opacity: 0;
            }
            
            .swiper-box .swiper-slide-active,
            .swiper-box .swiper-slide-active img {
                z-index: 2;
                opacity: 1;
            }
            
            .swiper-box.mobile {
                padding: 0;
                visibility: hidden;
            }
            
            @media screen and (max-width: 750px) {
                .swiper-box.mobile {
                    padding-top: 44%;
                    visibility: visible;
                }
                .swiper-box.pc {
                    padding: 0;
                    visibility: hidden;
                }
                .mobile-padding {
                    padding: 0 !important;
                }
                .swiper-box {
                    width: 100%;
                    padding-top: 44%;
                }
            }
.fancybox-margin {
				margin-right: 17px;
			}
			
.sidebar-title {
	color: #d0a186;
	font-weight: 600;
}
.sidebar-list {
	color: #d0a186;
}


.backtop-box{position:fixed; z-index: 999; right:10px; bottom:110px}
.container:before,.container:after,.row:before,.row:after,.clearfix:before, .clearfix:after{ display: table; content: " "; clear: both;}
.backtop-box a{width:35px;height:35px;line-height:35px;font-size:16px}
.backtop-box a{display:block;width:40px;height:40px;line-height:40px;text-align:center;border-radius:4px;font-size:18px;cursor:pointer;}
.backtop-box a {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.backtop-box a .top-icon {
    font-style: normal;
}
.backtop-box a.backtop {
    background-color: rgba(0,0,0,0.6);
    color: #fff;
}

.MacPlayer {
	background: #000000;
	font-size: 14px;
	color: #F6F6F6;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-height: 100px;
}

.MacPlayer table {
	width: 100%;
	height: 100%;
}

.MacPlayer #playleft {
	position: inherit;
	 !important;
	width: 100%;
	height: 100%;
}

#o63092 {animation-duration: 10000ms;animation-iteration-count: infinite;animation-timing-function: linear;}@keyframes spin {from {transform:rotate(0deg);}to {transform:rotate(360deg);}}
.f1{}
#r1 {
    position: fixed;
    bottom: 48%;
    z-index: 19999 !important;
    right: 2px;
}
#r2 {
    position: fixed;
    bottom: 30%;
    z-index: 19999 !important;
    right: 2px;
}
@media(max-width:768px){
.f1{display:block;}
}



.float-top {
    width:1180px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 999;
	height:90px;
    display:none;
    margin:auto;
}

.float-bottom {
    width:960px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 999;
	height:150px;
	margin:auto;
}


.float-top img {width:100%;height:100%}
.float-bottom img {width:100%;height:100%}

@media (max-width: 720px)
{
body
    {
        /*padding-top: 150px !important;*/
        padding-bottom: 100px;
    }
/*.gddh {*/
/*    top: 90px;*/
/*}*/
.float-top {
    display: block;
	z-index:999;
	width:100%;
    height:90px;
}

.float-bottom {
    display: block;
	z-index:999;
	width:100%;
    height:90px;
}

#header-top {
    top: 90px;
}
.pagination .item {
    display: block !important;
}

}

/* 外部容器，限制字幕的显示区域 */
.marquee-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #222; /* 底部背景颜色 */
    color: #fff;           /* 字体颜色 */
    overflow: hidden;      /* 隐藏超出的文字 */
    white-space: nowrap;   /* 禁止换行 */
    border-top: 2px solid #555; /* 增加顶部边框 */
    padding: 5px 0;        /* 上下内边距 */
    z-index: 999;          /* 保证在 footer 之上 */
}

/* 滚动字幕 */
.marquee {
    display: inline-block;
    will-change: transform; /* 优化动画性能 */
    animation: scroll-left 88s linear infinite; /* 滚动动画 */
}


/* 动画效果 */
@keyframes scroll-left {
    from {
        transform: translateX(110%); /* 从右侧开始 */
    }
    to {
        transform: translateX(-110%); /* 滚动到左侧消失 */
    }
}

/* 悬停时暂停动画 */
.marquee:hover {
    animation-play-state: paused; /* 暂停动画 */
}

/* 链接样式 */
.marquee a {
    margin-right: 50px;  /* 每段文字的间距 */
    font-size: 16px;     /* 字体大小 */
    font-weight: bold;   /* 加粗 */
    color: #fff;         /* 链接颜色 */
    text-decoration: none; /* 去掉下划线 */
    transition: color 0.3s; /* 悬停时的颜色变化 */
}

/* 悬停时链接样式 */
.marquee a:hover {
    color: #00bfff; /* 鼠标悬停时的高亮颜色 */
}

/* Footer 的预留空间 */
footer {
    padding-bottom: 36px; /* 留出滚动字幕的高度 */
}