.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-color: #e2b271;
}

.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(../image/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(../image/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(http://ys10.madouym.com/MDassets/images/fancybox/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(../image/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(../image/fancybox_sprite@2x.png);
        background-size: 44px 152px;
    }
    #fancybox-loading div {
        background-image: url(http://ys10.madouym.com/MDassets/images/fancybox/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, right top, from(#e2b271), to(#f6d99d));
    background-image: -webkit-linear-gradient(left, #e2b271, #f6d99d);
    background-image: -o-linear-gradient(left, #e2b271 0, #f6d99d 100%);
    background-image: linear-gradient(90deg, #e2b271, #f6d99d);
}

.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: 55px!important;
    min-width: 320px;
    background-color: #16161a;
    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: #ffffff;
    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%;
    -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 #fff;
    background: #fff;
}

.sidebar .title {
    padding: 16px 10px 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, right top, from(#e2b271), to(#f6d99d));*/
    /*background-image: -webkit-linear-gradient(left, #e2b271, #f6d99d);*/
    /*background-image: -o-linear-gradient(left, #e2b271 0, #f6d99d 100%);*/
    /*background-image: linear-gradient(90deg, #e2b271, #f6d99d);*/
    /*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: 0 auto;
    padding: 0 15px;
    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: #fff;
    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: #FF9300;*/
/*    }*/
/*}*/

.nav .menu li a.active {
    color: #FFFFFF;
}

.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: #FFFFFF;
    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: #e2b271;
    -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: #e2b271;
}

.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: #1e1e24 url(data:image/png;base64,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) right 0 no-repeat;
    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;
}


.header .hamb-menu:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header .hamb-menu.active:before {
    color: #ffffff;
}

.header .btn-search {
    position: relative;
    width: 25px;
}

.header .btn-search span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: block;
    color: #FFFFFF;
    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: #e2b271;*/
/*    }*/
/*}*/

.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: #e2b271;
    }
}

.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: #e2b271;
    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-color: #e2b271;
}

.rate-container .col {
    padding: 3px;
}

.rate-container .col .icon-like:before {
    color: #e2b271;
}

.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: #e2b271;
}

.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: 20px 20px 20px;
    background-color: #131720;
    background-image: -webkit-linear-gradient(76deg, #131720, #131720);
    background-image: -o-linear-gradient(76deg, #131720 0, #131720 100%);
    background-image: linear-gradient(14deg, #131720, #131720);
    color: #e2b271;
}

.search .input.wrap-input .search-btn .icon-search {
    font-size: 20px;
}

.search .input.wrap-input .search-btn .icon-search:before {
    color: #ffffff;
}

.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, right top, from(#e2b271), to(#f6d99d));
    background-image: -webkit-linear-gradient(left, #e2b271, #f6d99d);
    background-image: -o-linear-gradient(left, #e2b271 0, #f6d99d 100%);
    background-image: linear-gradient(90deg, #e2b271, #f6d99d);
    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: 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: #e2b271;
}

.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, right top, from(#e2b271), to(#f6d99d));
    background-image: -webkit-linear-gradient(left, #e2b271, #f6d99d);
    background-image: -o-linear-gradient(left, #e2b271 0, #f6d99d 100%);
    background-image: linear-gradient(90deg, #e2b271, #f6d99d);
    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-color: #FFEB3B ;
    color: #6D6D73;
    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, right top, from(#e2b271), to(#f6d99d));
    background-image: -webkit-linear-gradient(left, #e2b271, #f6d99d);
    background-image: -o-linear-gradient(left, #e2b271 0, #f6d99d 100%);
    background-image: linear-gradient(90deg, #e2b271, #f6d99d);
}

.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 #ebba73;
    background: 0 0;
    color: #ebba73;
}

@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, right top, from(#e2b271), to(#f6d99d));*/
    /*background-image: -webkit-linear-gradient(left, #e2b271, #f6d99d);*/
    /*background-image: -o-linear-gradient(left, #e2b271 0, #f6d99d 100%);*/
    /*background-image: linear-gradient(90deg, #e2b271, #f6d99d);*/
    
    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, #e2b271, #e2b271);
        background: -o-linear-gradient(76deg, #e2b271 0, #e2b271 100%);
        background: linear-gradient(14deg, #e2b271, #e2b271);
        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: #e2b271;
    }
}

.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 25px;
    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: #FFFFFF;
    }
}

.block-post .item .img {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 56.9%;
    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: #e2b271;
    }
}

.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-color: #e00000;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.block-post .item .img .heart:before {
    color: #ffffff;
    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-color: #16161A;
    color: #FFFFFF;
    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-color: #e2b271;
    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: #ffffff;
    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 .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: #e2b271;
}

.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: #E00000;
}

.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, #e2b271, #e2b271);*/
    /*background-image: -o-linear-gradient(76deg, #e2b271 0, #e2b271 100%);*/
    /*background-image: linear-gradient(14deg, #e2b271, #e2b271);*/
    color: #6D6D73!important;
    background-color: #FFEB3B;
    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: #e2b271;
    }
}

.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: #e2b271;
    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, right top, from(#e2b271), to(#f6d99d));
    background-image: -webkit-linear-gradient(left, #e2b271, #f6d99d);
    background-image: -o-linear-gradient(left, #e2b271 0, #f6d99d 100%);
    background-image: linear-gradient(90deg, #e2b271, #f6d99d);
    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: #e2b271;
    stroke: #e2b271;
    -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: #e2b271;
    }
    .block-friends .list-friends .item-friends a:hover .name {
        color: #e2b271;
    }
}

.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: #e2b271;
}

.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: #e2b271;
}

.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: #e2b271;
    }
}

.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: #e2b271;
}

.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, #e2b271, #e2b271);
        background: -o-linear-gradient(76deg, #e2b271 0, #e2b271 100%);
        background: linear-gradient(14deg, #e2b271, #e2b271);
        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, #e2b271, #e2b271);
    background-image: -o-linear-gradient(76deg, #e2b271 0, #e2b271 100%);
    background-image: linear-gradient(14deg, #e2b271, #e2b271);
    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, right top, from(#e2b271), to(#f6d99d));
    background-image: -webkit-linear-gradient(left, #e2b271, #f6d99d);
    background-image: -o-linear-gradient(left, #e2b271 0, #f6d99d 100%);
    background-image: linear-gradient(90deg, #e2b271, #f6d99d);
    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, right top, from(#e2b271), to(#f6d99d));
    background-image: -webkit-linear-gradient(left, #e2b271, #f6d99d);
    background-image: -o-linear-gradient(left, #e2b271 0, #f6d99d 100%);
    background-image: linear-gradient(90deg, #e2b271, #f6d99d);
    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: #e2b271;
    }
}

.tags-link a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #e2b271;
    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: #e2b271;
}

.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: #e2b271;
    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: 24px;
    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;
}

.footer .block-footer .logo {
    margin-bottom: 25px;
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: icomoon;
    src: url(../font/icomoon.eot);
    src: url(../font/icomoon.eot#iefix) format("embedded-opentype"), url(../font/icomoon.ttf) format("truetype"), url(../font/icomoon.woff) format("woff"), url(http://ys10.madouym.com/MDassets/fonts/icomoon.svg?4w2i7d=#icomoon) 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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAagAAADVCAMAAAA1p5RZAAABF1BMVEUAAADJN5WlOps/a6yxN4KjOYOrNX6qKXhEVKStLXmpN31MVqOiLHlNS6FDTqZCUqSoKXZFTZ9ASZ9BTqQ/SKCcMn4+SaCqJ3g+TKGnKXY/SZ88TqNBSZ89SqA9SqA/TKFBTaE9T6N8P452QJSqJ3Y+TaI9S6FASp9uQZFASZ8+S6GjKHioJnaeKnqoJ3eKNoVVR5l9OIlQRZlIRpykJ3eTMICTL3+YLXxeQpRHRpthRJVMRZpQRJldQJNOR5xIR51TRZhpPZBcP5NrO4+CNYZ9O4lXQJaANIVLRZtZQ5ZkP5J1OItLRZtXQZVPRJmbK3x8NYiLMYJlPZF5N4pbQJRNRZuRLoBrOo1tOo2PL4BnPI+ANYZ5NoithsQ6AAAAXXRSTlMAAQQGBggLFAoQDQgYDRIPHRtNFUQPOxosI0ghUjdAKB4YCw4gJTBKElAzKygxJhQYGC1QLhwnIRxBFU0yNiU1ISBGLCIcSztJKSU2PUFFNTE0MSc7Oi1EOzlALEAZ/8CoAAAU3ElEQVR42sTay24TMRgFYEBcBGKBUABRIVZIEeKyKbRCqJtQNUhpQwIB0rTv/xz8x/bMsX1smZlyOb/tZsGqn45nCFy7EXIz5NYtd/a53edeyKNHd7vcuXsnzn2fJyEP+rzo85R5G/I6yqs47yRv3rzBZr50P8s5L2fuc6n5mWfmc1LKxy77mmdXyMs4+/sPXapQlGI6KEolTIByIVRbilRqpVTmhEUmD2KfCko9lTupdD7vqWyI5IeZ+YGTLUyE5MaMwhIorGdYwxMzwUmgSIWUOqWlupNh0Uqw6laK1WgWsfxHQPkjkaIVA6bL84hJqeKcGNUJBko4GDg5K0xMBaLxTDRin9pQ2im9/SKlBhSphvUqoYINAiQGWJ5LewWwmAorUGGn+ZlIgQmdglTOFKjqUqAax6RQU0Dp5edTlCIVU3tS0YpYY3slnep+lJ5amZV0ag4pXn9USp1mvPwsWiiMi959Y5WwmYfMeCgqJa3CDGsVIlBC9c5WKoVxIRGU9IGVdWrut15+LBQTpNAnzzSjlK19d/X5pExs1miohxkU035MKZVWClytVtFKsVSrUS1IaauQ2IpUQGL0/U+csIBlkU55I8+VSI15VmVtYqbTOhTSgiJTTCWPqkarRlMxIhUmitx+ZEqsdpe7XUbV5wQrpqIVUnr1wzFQqQ7FUKpBRSxqDW1Vu1cDwJQLTM5s/eXLOuR8Dac1rficiqhMakeoJNntx9BK8tLiIToNRRKllOnKUPqark8qRqCGFUupFEqtkI4JCzPPs93OL7cok2+UoyKUYC0rVPtlrJxBoVpOCsWQSqUI1XxSIUIlWorFKFXzKkyvwbWtJHO35+eL9Dm13fqbL8Skwk6VZjM4hXz+/FlrFQmJlNI02zQEilJKRSbsqFRNKoEaTqVW+sK+Zqfw89wpZb3aYvvs+jikXV8oYi2XKJVzUqmHkKr2SYRaToQSKgLVvqGwRSj5yy+polCq0Sq1IhYzrFVpo0AFq8V8YZ1a9FTbS0xOBawzG2aJveyYaCVYhKJXgyhjClB7e3uAanZqwBtF8/pTKrEag0WtV/L17domszpf4HBM2CGhUQZFqbOfZ7uzs0QKbVpaglFgEisXJzXMSOu0V4ViWt8m6be0trLUqdTq6livghWItFXMYr0IIZJzyq1mZmVSSak8E8NWTb0RjhA+p4YhkQlboKRTItWiKr4AjsZiBmj9sLyKsH6EZuVScwyoADVPqOKc+cwCFtp0AqlZpGSDeKzpw2KKRE0n7IFQdSpAVUt1VSilUiyBsrifb/BpzVZpqUC1TbPDZE6zTmoJKVCZC3aC1d17RaqKTpuJUA2qRqlIxURM/mQEa9wlqFwJVdDyVojJrHojfAISjpBtzkUpJtx8IXr/oU0fpzhHRpWQyTAoSrW/+sOWN8DBxSJV20prRSpimdFqFQ5jYsC0qJSqZ3IDqLqUIVnsvQ+/8VFOhApMbJSm0SmlUixsRlvFaK+aXqKVRLS80o+VHSufddBaJEkLtdlsCqWiUhFrio3g7XoEkftBId+nyeRvQkmrhKohJVDtZh3UoVbhWBmYM8IY1JpMmCiQEqiZUUVYfEyRihnoxMRMExyEGvXyp1TEKv2nikavhGuo1wEStA4IxVJ5qiyLJEdeabNxy5I4galQq1wKO0mTh0S2qeQOy5+GQuRZJQ+rv0FFKJyEOkipVm5ohImDTmGDyCm5OcOkVplTfgEq1DRGoZBC0SkoEap9/ZGKSa0Ui16aAVrkYkpctqnF/LAV5cKipUobBSdQMXSiVflhtRenhiF1qt55k38GhU6JFK7Agb1qF+vpAYwSqVfGBKcDDJQAtQIVUq3V9mjrE3UKyaji7NkEqMRqOiTsUlQnQjWp2l/9qZW8AMoNKK0SLU1Ty1j8SS1HhRNOF1jux+oibRRbdbQ4smXZMFCyOU2kPnxIrCbIZ9SgnFJ3KkITlmkclNSqSkUoUqURKsFqUx0a1iGZAhFO5C2p7AAU0lGhWlmtvnoon+3RZrHZJFqGc4odmGzBypZ3WoIp/I6zxI+f+H4jkiRWev78+bXrN0Z1qlkr/UfFEhUiWM1egegwUCEgwkmvLqRCCAWmnOrrAjtQYaNTxpXk1JxOg1QXNgpWNrbKlYrV1CeUyJ0p01WgGIEa0iqbsXfgIbColTbr6cGhYF1gGOeUUlmCFKi2oEKpyLRx95+XotUyYE0QR2WRWkkUKXxSJkBdJ1UlEVTj+mtR1az0Dmxz0cljWadcYi4Jkaj1qXeyQpEK2WAjlDrtEqiYcP8Rq8sQLYZMg6HYKUSkylQWtVIs6ZWmVi0PBiOcPlYnkNkZM33DkdVqZSswoVGgQo4YeMVWfWjEeKf+vcINn1sVM/45ZRreKE2jVKSSr5YKVBWstpZz6okiql4sobrIm/XJssIBKNcom6M8Qen7dwMqWPEOnERZQggLFuxLDpQ0SZEIRau/8E7BWjXe1+USrGi9f1/AMi6NEYErr9W3bxfYUaBkAyomQqIUqIDFlIs10UAMU26QOqV5fGWotpVCQYlQCpbnt6jqWFjHnZKVSqg+georqCDU34BZp9gqC5lUamJOOMaGbaIToAZTQYgf61SNVmmv7veHciEpF5JzQUuxjMmgjpNWYbNQCKyApK1iwGQLabbq+UgkyWPkP0JJ6OVGolbJI8vcPIxKHR8eH3ed8ic6haOHWnkqGzJhx1jfHZRQlaEm/hxvRCdCkWrcFxWjnlZMyYppgD3QSK2OmV/c2c2KE0EYheGdImShC4eAaAbFINm0LUSjxEmCmcUEV0ru/1b8TlV1n646VZZ2Gxx9K+mOqKuH0/Hne9oX5h9+CZVsyjORiuWsGCTqRGp0T6CcBa6K1Z18ZSguS7DeH/23FJnwjrDIlKE6+6uvuqsX1scX0Y8zRjg5JGPChVATqBRLrepauis1K1qxddqHFIyzioYlVHz+Wdtv2+12aLU7n0ElVky4QiRRG90SnPqe3w8ot6kS1Sy8MlBrJzQTqMd2PgQrIn1wr/d2ghNLmCDFnJRZsR20MlRMkCpCuiWkUKQa9wBEFSrFApdW9sIpzso+rc2KXFCi1THpOw6dlCuRQt5oh7frXMF6MaLgAioioUtAla3qfwvGIVUWC/ekMKrZeiYPP7vgelwftWhTOFQK1w7KXpCytzcyq7NC4XJljaWCkDuISrIopapb1f+0Xt8VvSiGSlqzcNPW9ioEK9kUrqUH4DscQ3qHy5aZl6cKDanOVwhQuOHSL6QC1A8pRkLudlEotVIsQslXlnnVdqVQBaQPuB7TWZHpFG5f7uywdyiW+ozLYFWQYl6IfbWDiUDDieDtrjFQOFEgwkGEGo1FngLVyK8rTiuPhXBXK2jhQ9etx/Ifj5pn4qoiKhtVkCKVnV3UOeqqEkUUiEpsOtSILyuhEizd1oiHIFD8nVRHnFsrZjodTxaIws0z3d1xU0Zlbd9th+0CFmaFnqOzuxZ48O5QBEiQhmtarZ7vJkBpdSlaacVdWX5clb9iCZYWqHDY4ZR2hxxXePbZoRXzUoQiVhasHn4PiTqm3Wq1IpRYTVuVUmkVLOVCSpW1asNTMMkx6ay6vtv5YueOVF+ClTGhKhWs/PHD+DUgJoHpslAjhlV4Atb/tQkvJKsiFny80zFcXAfrlEQqTIphUgnVTqnodfWb2wKsMgnUNCrFGmElX1nFFKxxSsGqbf1t3fZMXqrnOvSZVYR1569RxCrPilwku/LTohZ/pj+ldjsoTYNiFagRVAJVMMJN/jOrmc3sDSUGrTadlXXosY4nex1PQ6tICWewKkiplXCxK9kWfTKZS8K0XBLqj2JBKxQx0UorLYtiWtM8lJqZP20bPQNbz8QOmFXSKY1YWiK1WomVvUfkgYiELgulUn8WqnFQWhhS3O2tvdISJkLJsLAr/bpaUgpQKRaW8cvx14oToSZSEYsJ1hgvJlz5ZTUPGwsXX5t2G9TKXLInUhVnxVbDei/2EyikRP8TVIPvLdZBzVBKBZg2fgLGozrs5dknsyLTEGu5XDFSMbXxh5jCJFAXwpr8ECQUMzN3VbAuYMW1UnFQyaxubm6SWS2GVPN3S7sufdtwX01oKc3R34FSrLpWDopYLAaa2WntNEMif2KpzYBqb4dQTopYmNQiHtYSUKTyjYZaCROhplsRSxsxKyZchTom5UKtf0VaiFxGBSu239OKRV5xy2IVGaZEy/m9gUJVqboVF4VjNy198mFWsqsNpUAVY3FY8hCUbUkVJGVyVAI1CUsTKyRYUSWnwrIyYvIQzEarYRuEWW3o5ApIQWo4qsWih5pb3QdYTWkuTYWa/nWlVaYlZbfFBIlMbICFTZGq7yaOVFZgYuHHI5GWc6VaWJeDqpdhEiqF0vJWjVNKtNr8M3AjHQRLtQCFN+qwErQlvaorCh9USaCmUWklG6GaOiu1emM9Qk+bpzoqLau0J1XGCRcwwat/CvZ7gtmyX1ZAI18tMqF7C+UaL0Ur59XASkuk2nRSsirFWixu3KA4rHkloPn5RCcfpiRQl8Eil3opYMVLwNydUEIGrUdvHnk1hWpqs8KVTCqFFsPm3X1qC+n1vYZ6YIdW+ZJViRVq/LxirU/tp7bFO/SWUqTabzb7WApHqITLLpOQ5qkToS6sNZKL/UwK16hoVPZyUaoXMx9CuTZpe1yur6/3cbIspv2yjyC9Dv0jULasCpRFISmlitZlq0KgClZvE6n99WYjUDHV65zWvDciVRmTQBWoi2ORS8WUsJxSsVdIyVSr+/QJVAEqY0UsmRXqmKIIVgAZ5IFw8jz/F1RqFT7UoBo42YvBKEjR6skTf8esUqtng0W9ptdiWqr0zKAodWEsVuQi2JivLVJpqRb7hHcWi1YMOsSSWWljeWgUuu9QKqVQL4da+PHLLFX3KZWyQyZ7E6rf1RPf9TWs5BH4rKsE5hx+sHf3um3DYBSGJdtDACM2DI9dbBkFMnbs1Pu/rH4SqR5Lh+wnipRC/bxsHQRo0+HBkZSkReXoSjwlQIFqJizmYhoW01ZVSb2FEZXFYi3XqsDV0RKmmxzJcD2kH2/9jIqXtBaojlWPqnpVTqiv+jCUn0p+3loouVEZLtywDBSo5MefOCQ5DGUrI0vKBYVhXEIEKL5zqRdApvpFq5KXdleWilfFRe0IPR55QpkUKLIyTJUNVo0UgtSLqfxYlsrOyoBJ4Oph/WmOKYSIkaTvh4KUEkFx1qdy9PJQAUtf1u33TV6hJVkreJm3xKUnmD4iQIFqdiykAxGU9syuQAFr6LBu3KPfUA++DbHSgqFANQiLoNxUHFOhWCtOZ7rdCikbLBUMUHq0Kj+ZJnW/t0jPOm1YKIYHSNIaoE4mFQpU1XAqBCpgaWAs9sBb0vEZAYqxvt8LYgPYtK0xFEvJ6UuBiy+AtdVTwVJTibYEVckZ+BB4/XKMq3sJvINKH1Y8E0MxVSZcTQqWWuXL+bz+YilQ/QIVwCDmKNiFe0orgDKNo+Ir4FX6+rrUvVFdQNUUanWTAxXqoTEBissMK35bqhS4jJZ4NTVMF+neTcGK7Nm2dCi8Q1CxVAx1Md3noWImhmKs3K6DLRfrMZXPz2n1KdUv16vRskztW5mVfUtcfTF0ewbLcPe6TUFV3loog/Xv2eLadOlHUNKTIi+FSYfSsLLjsir+e5eP6lSdzYGakwr1qOpRYVXcMz5GWi6UqYbirMzp/5siKGChKxIrLj0VE60Batx/JGIndT4bN+6zF1EpXCC7x/Ggi2Q1VubFTnZm0AGUInVFbihQcQmY5A9YL5TkhRIeOQIFNb4CqlTslb4LIigdK1MwcfBTHZvOyFwE26qPJsJ6kRWL8bouyZhWCeXPUJkAZWqlJEhFUaFoH4Yag5Wv2ImgQAUsZx/dPt2l5GKkHWqwVKVA0U1La7wOQ2XjlQqMqdA7jbzbPlWAy2LB6+W18oPBILZr3RahTu5RAaqfZ1aERVypmCxUdlgTiPGVUMeq1Ivg1VMyIGmHCoAKp8oKyseVvxl9chXzGKiDMQGRcDtU23AoFC6FkkAtwss04efBupe+rAn6rFs2VCknUkuKhOISK60AqsUq0z5dxJPBC++G8iBALY/LVDPFdewELHIDVNi+dqg6syg+IRFU+Kw0snAaL9SyvRAuh8FQ7EV8hBW4LXiE9NFU1K0Iypzge5eG1eoQVTBWuBJBrYerBFEiKPWWxVoxZvhIa4fCuMpxUCdAQUql4iKEdKh1iEFhwlUBLE2bhMJJAcVUjPXGtUyoLK6E4VSo1ULQmadz4W2DUIfjIQBqNquzNAxqHWaBUKzFXESVUA1Gm4PqHK9VaOduaXlGQi0fbPRzhe7FxUMdURHSCqDeztRQKHRD+UGR2ZwlXRUXhEYuph1K0ldVNicBlN4OpUiBKvWq4HUcU75Qs5uBSl9VBhUZVs4XfzeEsfKoyLykLPRx8W1iZVXfv6wi80o0FRUmxZXZDKtYUkmgUEkRGI2Ljkdwh5oZqrRHTOoXV6LFbRuKSnT501dl12PN+scxrB1qVig4NT4Ny8G9KKiZdiitmAsgclo1XLgYgqYFAtsONTcUEhuzLAzLuSgIRpod1g2FYrVICos6tstSFhVHVeLsUIOgMCo7KGhNtSi5zq780heHxfke17Ev+1eonYsaeza1qDioA0ER2dGC4SXdosqNLUqjGvyLfc/s8DqgpIsysy1WX3ooBCb7TFg0P1IvqjxuASodFnMZI/5qheOWFnI6/yDFPsEUm2gKKGAA7f2nGRc+6Qqp97u3sygATOfFVJ0vPIUcx8fZyKL+tm9vKQjDQABFO+5/0Zovp4yofYQacw5GQagfuU4tih1DVblSW7tOffmxvaiJOiNUFWm82l36hnB5dYs8dKXVZKHa3u+ItSNY2uoyUmW4yvMtc+423UT1DPVZHpK6Vk1bqWy+UBtilUOONnsOSa20PlO2JVT3UMfFTagtO7/tuJysg5jp8lyoMUWnXMfjRSVUCDWG+M5y+R9QlskJNZBTtivWhHoQam4n7ptImVAT672Hggg1F6HG4rNkEEIN5toLNm8Cof5WXG5BqD8U3xJqE6Hwe9Q44g2hfldkQv2uyIQajjKDEAoAAAAAAAAAAAAAAAAAAGC/O6uIIHaapPKuAAAAAElFTkSuQmCC) 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, right top, from(#e2b271), to(#f6d99d));
    background-image: -webkit-linear-gradient(left, #e2b271, #f6d99d);
    background-image: -o-linear-gradient(left, #e2b271 0, #f6d99d 100%);
    background-image: linear-gradient(90deg, #e2b271, #f6d99d);
    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 #e2b271;
    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) {
    .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 #e2b271;
    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 #e2b271;
    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: #e2b271;
}

.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: #e2b271;
    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: #e2b271;
        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-color: #e2b271;
    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-color: #e2b271;
    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-color: #e2b271;
}

.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 #e2b271;
}

.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: #e2b271;
}

.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: 10px 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: #e2b271;
    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 #e2b271;
    border-bottom: 1px solid #e2b271;
    background-color: #252527;
    background-color: #000;
}

.bottomNav a {
    padding: 11px 2px;
    width: 25%;
    border-right: 1px solid #e2b271;
    -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(../image/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(../image/u_name.png) no-repeat 7px 8px;
}

.mac_login .mac_login_form .login_form_group input.mac_u_pwd {
    background: url(../image/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, #e2b271, #e2b271);
    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: #e2b271!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;
}