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

body {
    background: #edece0;
}

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    height: 100% !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-family: 'PT Sans', sans-serif;
}

.clear {
    clear: both;
}

.p0 {
    padding: 0 !important;
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.m0 {
    margin: 0 !important;
}

.fs2 {
    font-size: 16px;
}

.fs3 {
    font-size: 24px;
}

.fs4 {
    font-size: 32px;
}

.fs5 {
    font-size: 48px;
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent !important;
}

[placeholder]:focus:-moz-placeholder {
    color: transparent !important;
}

[placeholder]:focus::-moz-placeholder {
    color: transparent !important;
}

[placeholder]:focus:-ms-input-placeholder {
    color: transparent !important;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.justify-wrap {
    text-align: justify;
    font-size: 0;
    text-justify: newspaper;
}

.justify-wrap:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 0;
}

.container {
    margin: 0 auto;
    box-sizing: border-box;
    min-width: 320px;
    padding-right: 20px;
    padding-left: 20px;
}

.wrapper {
    position: relative !important;
    min-height: 100%;
    overflow: hidden;
    margin: 0 auto;
    min-width: 320px;
}

.content {
    padding-bottom: 165px;
}

.footer {
    background-color: #883912;
    position: relative;
    z-index: 10;
    height: 100px;
    margin: -100px auto 0;
    min-width: 320px;
}

.header {
    font-size: 0;
}

.header-top {
    background-color: #4b230d;
    background-image: url("../images/bg/header-bg.jpg"), url("../images/bg/header-bg-repeat.jpg");
    background-repeat: no-repeat, repeat-x;
    background-position: center, center;
    height: 103px;
    position: relative;
}

.logo-wrap {
    background: url("../images/elements/logo-wrap.png") no-repeat;
    width: 246px;
    height: 82px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -321px;
    text-align: center;
    padding-top: 12px;
}

.logo-img {
    display: block;
    font-size: 0;
    margin-bottom: 6px;
}

.logo-img img {
    display: inline-block;
    vertical-align: top;
}

.logo-title {
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #fadd96;
    text-shadow: 0px 1px 1px #240e03;
}

.header-nav {
    background: #883912;
    border-top: 1px solid #e28336;
    font-size: 0;
}

.menu {
    float: none;
    text-align: center;
}

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

.menu ul li {
    display: inline-block;
    vertical-align: top;
}

.menu ul li:not(:last-child) {
    margin-right: 36px;
}

.menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 44px;
    color: #fffdd5;
    letter-spacing: 0.1em;
    display: block;
    font-weight: bold;
}

.menu ul li a:hover, .menu ul li.active a {
    color: #ffe468 !important;
}

.forum-icon {
    background: url(../images/elements/forum-icon.png) no-repeat;
    width: 10px;
    height: 9px;
    display: inline-block;
    vertical-align: 1px;
}

.main .container {
    padding-top: 20px;
    padding-bottom: 40px;
}

.sides-wrap > .row, .custom-row {
    margin-right: -20px;
    margin-left: -20px;
}

.custom-col {
    float: left;
    padding: 0 20px;
    min-height: 1px;
}

.side-left {
    width: 69%;
}

.side-right {
    width: 31%;
}

.banner {
    text-align: left;
    margin-bottom: 15px;
    font-size: 0;
}

.banner a {
    display: block;
}

.banner a img {
    display: inline-block;
    vertical-align: top;
    /*max-width: 100%;*/
}

.custom-section-title {
    text-transform: uppercase;
    color: #a9552c;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}

.custom-section-title > * {
    font: inherit;
    margin: 0;
}

.custom-section-title a {
    color: #a9552c;
}

.custom-section-title a:hover {
    color: #006cff !important;
}

.custom-section-subtitle {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.custom-section-subtitle a {
    color: #000;
}

.custom-section-subtitle a:hover {
    color: #006cff !important;
}

.custom-list {
    font-size: 0;
}

.custom-item-header {
    font-size: 17px;
    line-height: 21px;
}

.custom-item-title {
    color: #00439f;
    margin-right: 7px;
}

.custom-item-title:hover {
    color: #006cff;
}

.custom-item-detail {
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-top: 1px;
}

.custom-item-date {
    color: #807f79;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    margin-right: 11px;
}

.custom-item {
    margin-bottom: 3px;
}

.custom-item-watch {
    margin-right: 10px;
}

.custom-item-comments, .custom-item-watch {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    color: #807f79;
}

.discuss-link {
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    color: #00439f;
}

.discuss-link:hover {
    color: #006cff !important;
}

.custom-item-comments:hover, .custom-item-watch:hover {
    color: #00439f;
}

.icon-comments {
    display: inline-block;
    position: relative;
    width: 11px;
    height: 12px;
    vertical-align: -3px;
}

.icon-comments:before, .icon-comments:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-comments:after {
    opacity: 0;
    z-index: 3;
}

.icon-comments:before {
    background-image: url("../images/elements/comment-icon.png");
}

.icon-comments:after {
    background-image: url("../images/elements/comment-icon-hover.png");
}

.custom-item-comments:hover .icon-comments:before {
    opacity: 0;
}

.custom-item-comments:hover .icon-comments:after {
    opacity: 1;
}

.icon-discuss {
    display: inline-block;
    position: relative;
    width: 17px;
    height: 14px;
    margin-right: 3px;
    vertical-align: -3px;
}

.icon-discuss:before, .icon-discuss:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-discuss:after {
    opacity: 0;
    z-index: 3;
}

.icon-discuss:before {
    background-image: url("../images/elements/discuss-icon.png");
}

.icon-discuss:after {
    background-image: url("../images/elements/discuss-icon-hover.png");
}

.discuss-link:hover .icon-discuss:before {
    opacity: 0;
}

.discuss-link:hover .icon-discuss:after {
    opacity: 1;
}

.icon-eye {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 8px;
    vertical-align: 1px;
}

.icon-eye:before, .icon-eye:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-eye:after {
    opacity: 0;
    z-index: 3;
}

.icon-eye:before {
    background-image: url("../images/elements/eye-icon.png");
}

.icon-eye:after {
    background-image: url("../images/elements/eye-icon-hover.png");
}

.custom-item-detail a:hover .icon-eye:before {
    opacity: 0;
}

.custom-item-detail a:hover .icon-eye:after {
    opacity: 1;
}

.custom-section {
    margin-bottom: 30px;
}

.side-right .custom-section {
    margin-bottom: 25px;
}

.top-item {
    padding: 20px;
    border: 2px solid #a9552c;
}

.common-row {
    margin-right: -12px !important;
    margin-left: -12px !important;
}

.common-col {
    padding-left: 12px;
    padding-right: 12px;
}

.right-indent-list {
    padding-right: 90px;
}

.newest-section .common-col.custom-item {
    margin-bottom: 10px !important;
}

.newest-section .custom-list {
    margin-bottom: -5px;
}

.top-item-img img, .custom-item-img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.help__btn {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/elements/help.png") no-repeat;
    width: 200px;
    height: 62px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.help__btn:hover {
    opacity: 0.75;
}

.film-item-img a img {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.top-item-img a:hover img, .custom-item-img a:hover img, .film-item-img a:hover img {
    transform: scale(1.03) translateZ(0);
    -webkit-transform: scale(1.03) translateZ(0);
    -ms-transform: scale(1.03) translateZ(0);
    -moz-transform: scale(1.03) translateZ(0);
    -o-transform: scale(1.03) translateZ(0);
}

.top-item-img a, .film-item-img a {
    display: block;
    overflow: hidden;
}

.top-item-topic {
    font-size: 0;
    margin-bottom: 14px;
}

.top-item-topic span {
    color: #fff;
    height: 20px;
    padding: 0 6px;
    font-size: 13px;
    line-height: 20px;
    background: #a9552c;
    display: inline-block;
    vertical-align: top;
}

.top-item-title {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 12px;
    font-weight: bold;
}

.top-item-title a {
    color: #000;
}

.top-item-title a:hover {
    color: #006cff !important;
}

.top-item-descr {
    font-size: 17px;
    line-height: 24px;
    /*max-height: 96px;*/
    overflow: hidden;
}

.top-item-content {
    position: relative;
    /*height: 230px;*/
    /*padding-bottom: 30px;*/
}

.top-item-content .custom-item-detail {
    /*position: absolute;*/
    bottom: 0;
}

.custom-section-box .custom-section:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #cfcdb4;
}

.custom-list .row {
    margin-bottom: -5px !important;
}

.custom-item-img a {
    display: block;
    overflow: hidden;
    position: relative;
}

.custom-item-img {
    margin-bottom: 15px;
}

.custom-item-mark {
    position: absolute;
    top: 0;
    right: 10px;
    color: #fff;
    width: 45px;
    font-size: 18px;
    letter-spacing: 0.05em;
    height: 30px;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    background: #a9552c;
}

.custom-item-mark:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 22.5px 0 22.5px;
    border-color: #a9552c transparent transparent transparent;
    top: 100%;
    left: 0;
    position: absolute;
}

.custom-list .row {
    margin-bottom: -5px;
}

.custom-list {
    font-size: 0;
}

.custom-item {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.main .container > *:last-child {
    margin-bottom: 0;
}

.sides-wrap {
    margin-bottom: 35px;
}

.custom-section .banner {
    margin: 0;
}

.custom-list > *:last-child {
    margin-bottom: 0;
}

.custom-side-section:not(:last-child) {
    margin-bottom: 24px;
}

.footer .container {
    padding-top: 30px;
}

.footer-content {
    margin-left: -10px;
    margin-right: -10px;
}

.footer-section {
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
}

.help-project-link {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    border: 2px solid #df943b;
    border-radius: 3px;
    text-align: center;
    font-size: 0;
    padding-top: 15px;
    color: #df943b !important;
    padding-bottom: 15px;
}

.help-project-link:hover {
    color: #fff !important;
    border: 2px solid #fff;
}

.help-project-icon {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/elements/help-pr-icon.png") no-repeat;
    width: 34px;
    height: 33px;
    margin-right: 10px;
}

.help-project-title {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.social-item {
    display: inline-block;
    vertical-align: top;
}

.social-item:not(:last-child) {
    margin-right: 40px;
}

.social-item a {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.social {
    float: right;
}

.social-icon {
    width: 17px;
    height: 18px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.social-icon:before, .social-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.social-icon:after {
    opacity: 0;
    z-index: 3;
}

.social-item a {
    color: #fffdd5;
}

.social-item a:hover {
    color: #ffffff !important;
}

.social-item a:hover .social-icon:before {
    opacity: 0;
}

.social-item a:hover .social-icon:after {
    opacity: 1;
}

.fb-icon:before {
    background-image: url("../images/elements/fb-icon.png");
}

.fb-icon:after {
    background-image: url("../images/elements/fb-icon-hover.png");
}

.inst-icon:before {
    background-image: url("../images/elements/inst-icon.png");
}

.inst-icon:after {
    background-image: url("../images/elements/inst-icon-hover.png");
}

.rss-icon:before {
    background-image: url("../images/elements/rss-icon.png");
}

.rss-icon:after {
    background-image: url("../images/elements/rss-icon-hover.png");
}

.social-item a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 17px;
}

.social-item:not(:last-child) {
    margin-bottom: 8px;
}

.footer-section-title {
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    color: #df943b;
    margin-bottom: 16px;
}

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

.footer-nav ul li {
    display: block;
}

.footer-nav ul li a {
    font-size: 13px;
    color: #fff;
}

.footer-nav ul li a:hover {
    color: #df943b !important;
}

.footer-nav ul li:not(:last-child) {
    margin-bottom: 7px;
}

.site-statistic {
    width: 88px;
}

.site-counter-title {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    line-height: 18px;
}

.site-counter {
    margin-bottom: 10px;
    height: 120px;
}

.footer-content {
    margin-bottom: 35px;
}

.footer-rights {
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    float: left;
}

.footer-rights a {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

.footer-rights a:hover {
    border-bottom: 1px solid transparent;
}

.search-block input {
    width: 100%;
    display: block;
    height: 30px;
    border-radius: 3px;
    border: 2px solid #a9552c;
    padding-left: 14px;
    padding-right: 30px;
    background: transparent;
    color: #000000;
    font-size: 17px;
}

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

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

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

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

.search-field {
    position: relative;
}

.search-field button {
    position: absolute;
    width: 19px;
    height: 19px;
    border: none;
    background: transparent;
    top: 50%;
    margin-top: -10px;
    right: 6px;
}

.search-field button:hover {
    opacity: 0.8;
}

.search-field button:before, .search-field button:after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

.search-field button:before {
    background-image: url("../images/elements/search-icon.png");
}

.search-field button:after {
    opacity: 0;
    z-index: 3;
    background-image: url("../images/elements/search-icon-hover.png");
}

/*.search-field button:hover:before{
  opacity: 0;
}

.search-field button:hover:after{
  opacity: 1;
}*/
.banner {
    overflow: hidden;
}

.bar {
    height: 2px;
    background: #fffdd5;
    top: 0;
}

.bar:not(:last-child) {
    margin-bottom: 4px;
}

.side-section-subtitle {
    font-size: 17px;
    margin-bottom: 16px;
}

.tags-item, .topic-item {
    color: #00439f;
    font-size: 17px;
    margin-bottom: 4px;
}

.tags-item a, .topic-item a {
    color: #00439f;
}

.tags-item a:hover, .topic-item a:hover {
    color: #006cff;
}

.tags-item span, .topic-item span {
    color: #807f79;
    font-size: 13px;
}

.tags-list .row, .topic-list .row {
    margin-right: -12px;
    margin-left: -12px;
}

.tags-item, .topic-item {
    padding-right: 12px;
    padding-left: 12px;
}

.topic-list {
    font-size: 0;
}

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

.tags-list {
    font-size: 0;
    margin-bottom: 20px;
}

.tags-item, .topic-item {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.custom-btn {
    display: inline-block;
    vertical-align: top;
    height: 38px;
    border-radius: 4px;
    position: relative;
    border: 2px solid #96968f;
    color: #000 !important;
    line-height: 33px;
    font-size: 17px;
    padding: 0 15px;
    background: transparent;
}

.custom-btn:hover {
    color: #fff !important;
    border: 2px solid #00439f;
    background-color: #00439f;
}

.custom-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.custom-icon:after, .custom-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-icon:after {
    opacity: 0;
    z-index: 3;
}

.custom-btn:hover .custom-icon:before, .like-link:hover .custom-icon:before,
.custom-link:hover .custom-icon:before {
    opacity: 0;
}

.custom-btn:hover .custom-icon:after, .like-link:hover .custom-icon:after,
.custom-link:hover .custom-icon:after {
    opacity: 1;
}

.icon-angle-down {
    width: 13px;
    height: 6px;
}

.icon-angle-down:before {
    background-image: url("../images/elements/arrow-down.png");
}

.icon-angle-down:after {
    background-image: url("../images/elements/arrow-down-hover.png");
}

.icon-angle-left {
    width: 7px;
    height: 12px;
    position: relative;
    top: -2px;
}

.icon-angle-left:before {
    background-image: url("../images/elements/arrow-left.png");
}

.icon-angle-left:after {
    background-image: url("../images/elements/arrow-left-hover.png");
}

.icon-angle-right {
    width: 7px;
    height: 12px;
    position: relative;
    top: -1px;
}

.icon-angle-right:before {
    background-image: url("../images/elements/arrow-right.png");
}

.icon-angle-right:after {
    background-image: url("../images/elements/arrow-right-hover.png");
}

.heart-icon {
    width: 16px;
    height: 15px;
}

.heart-icon:before {
    background-image: url("../images/elements/heart-icon.png");
}

.heart-icon:after {
    background-image: url("../images/elements/heart-icon-hover.png");
}

.custom-btn > *:last-child {
    margin-left: 10px;
}

.blog-item-title {
    font-size: 32px;
    line-height: 36px;
    color: #000;
    font-weight: 700;
    margin-bottom: 24px;
}

.blog-item-title > * {
    font: inherit;
    margin: 0;
}

.blog-item-title a {
    color: #000;
}

.blog-item-title a:hover {
    color: #006cff !important;
}

.blog-item-content {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 30px;
}

.blog-item-content p {
    margin: 0 0 24px 0;
}

.blog-item-content iframe {
    display: block;
    margin: 0 auto 24px;
}

.blog-item-content > *:last-child {
    margin-bottom: 0 !important;
}

.blog-item-actions {
    font-size: 0;
}

.blog-item {
    padding-bottom: 30px;
    border-bottom: 2px solid #bfbeb6;
}

.blog-item:not(:last-child) {
    margin-bottom: 24px;
}

.blog-item-content a {
    color: #00439f !important;
    text-decoration: underline !important;
}

.blog-item-content a:hover {
    color: #006cff !important;
}

.custom-action-item {
    display: inline-block;
    vertical-align: middle;
}

.like-link, .like-link-user {
    height: 28px;
    border-radius: 3px;
    border: 2px solid #96968f;
    font-size: 13px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}
.like-link {
    color: #737373 !important;
}
.like-link-user {
    color: #a9552c !important;
}
.like-link i, .like-link-user i {
    margin-right: 5px;
}

.like-link:hover, .like-link-user:hover {
    color: #fff !important;
    border: 2px solid #00439f;
    background-color: #00439f;
}

.custom-action-item:not(:last-child) {
    margin-right: 30px;
}

.custom-action-item:last-child {
    margin-left: 30px;
}

.custom-action-item:nth-last-child(2) {
    margin-right: 0;
}

.share-links a {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
}

.share-links a:before, .share-links a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.share-links a:after {
    opacity: 0;
    z-index: 4;
}

.share-links a:hover:before {
    opacity: 0;
}

.share-links a:hover:after {
    opacity: 1;
}

.share-links a {
    margin-right: 8px;
}

.fb-share:before {
    background-image: url("../images/elements/fb.png");
}

.fb-share:after {
    background-image: url("../images/elements/fb-hover.png");
}

.tw-share:before {
    background-image: url("../images/elements/tw.png");
}

.tw-share:after {
    background-image: url("../images/elements/tw-hover.png");
}

.vk-share:before {
    background-image: url("../images/elements/vk.png");
}

.vk-share:after {
    background-image: url("../images/elements/vk-hover.png");
}

.p-share:before {
    background-image: url("../images/elements/p.png");
}

.p-share:after {
    background-image: url("../images/elements/p-hover.png");
}

.custom-action-item .custom-item-comments {
    color: #00439f;
}

.custom-action-item .custom-item-comments span {
    color: #737373;
}

.custom-action-item .custom-item-comments i {
    margin-right: 3px;
    color: #737373;
}

.icon-tag {
    width: 11px;
    height: 12px;
}

.icon-tag:before {
    background-image: url("../images/elements/tag-icon.png");
    top: -1px;
}

.icon-tag:after {
    top: -1px;
    background-image: url("../images/elements/tag-icon-hover.png");
}

.blog-item-user-date {
    color: #d5082f;
    font-size: 16px;
    font-weight: normal !important;
    margin-left: 5px;
}

.blog-item-date {
    color: #737373;
    font-size: 13px;
    font-weight: normal !important;
}

.blog-item-date span {
    padding-left: 10px;
}

.custom-action-item .custom-item-comments:hover {
    color: #006cff !important;
}

.custom-link, .tag-link a {
    color: #00439f !important;
    font-size: 13px;
}

.custom-link:hover, .tag-link a:hover {
    color: #006cff !important;
}

.custom-list-nav {
    font-size: 0;
}

.blog-list {
    margin-bottom: 30px;
}

.custom-nav-left {
    float: left;
}

.custom-nav-left .custom-btn:not(:last-child) {
    margin-right: 10px;
}

.custom-nav-right {
    float: right;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    min-width: 100%;
    padding: 0;
    margin: 2px 0 0;
    border: 2px solid #96968f;
    color: #000 !important;
    line-height: 33px;
    font-size: 17px;
}

.dropdown-menu > li > a {
    padding: 0 15px;
    font-weight: normal;
    line-height: 33px;
    color: #000;
}

.blog-item-content img {
    /*display: block;*/
    /*margin: 40px auto;*/
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}

.blog-item-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 32px 0 24px 0;
    font-family: 'PT Serif';
}

.blog-section .custom-col:not(:last-child) {
    margin-bottom: 10px;
}


.custom-pager {
    font-size: 0;
    margin-bottom: 30px;
}

.pagination > li {
    display: inline-block;
    vertical-align: top;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: none;
    padding: 0;
    margin-left: 0;
    font-size: 17px;
    width: 30px;
    text-align: center;
    display: block;
    line-height: 30px;
    color: #00439f;
    text-decoration: none;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #006cff !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #000 !important;
    background: #f1d9a1 !important;
}

.pagination > li:not(:last-child) {
    margin-right: 16px !important;
}

.comment-textarea textarea {
    background: #fff;
    width: 100%;
    display: block;
    padding: 8px 10px;
    line-height: 26px;
    font-size: 18px;
    color: #000;
    border-radius: 4px 4px 0 0;
    min-height: 95px;
    border: 1px solid #96968f;
    border-bottom: none !important;
    resize: none;
}

.comment-textarea textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.comment-textarea textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.comment-textarea textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.comment-textarea textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.comment-form-block {
    margin-top: 25px;
}

.comment-form {
    display: none;
}

.comment-form.visible-lg {
    margin-bottom: 35px;
}

.comment-form-bottom {
    padding: 6px;
    border-radius: 0 0 4px 4px;
    background: transparent;
    border: 1px solid #96968f;
    border-top: none;
}

.img-link {
    background: url("../images/elements/img-icon.png") no-repeat;
    width: 21px;
    height: 21px;
    float: left;
    margin-top: 6px;
    margin-left: 4px;
}

.img-link:hover {
    opacity: 0.75;
}

.comment-form-bottom button {
    float: right;
    color: #000000;
    height: 28px;
    padding: 0 10px;
    border: 1px solid #96968f;
    border-radius: 4px;
    background: transparent;
    font-size: 14px;
}

.comment__actions {
    float: left;
    margin-left: 10px;
    font-size: 0;
    margin-top: 4px;
}

.comment__actions a {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: #96968f;
    border: 1px solid #96968f;
    position: relative;
}

.comment__actions a:not(:last-child) {
    margin-right: 14px;
}

.comment__actions a:before, .comment__actions a:after {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
}

.comment__actions a:after {
    opacity: 0;
}

.comment__actions a:hover {
    background: #ffffff;
}

.comment__actions a:hover:after {
    opacity: 1;
}

.comment__actions a:hover:before {
    opacity: 0;
}
.reviews-list {
    border-bottom: 2px solid #bfbeb6;
    margin-bottom: 30px;
    font-size: 0;
}

.reviews-list .custom-item {
    margin-bottom: 35px;
}

.sorting-block {
    font-size: 0;
}

.sorting-block span {
    color: #000000;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.sorting-block ul {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sorting-block ul li {
    display: inline-block;
    vertical-align: middle;
}

.sorting-block ul li.down-sort a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url("../images/elements/sort-arrow.png") no-repeat;
    width: 7px;
    height: 9px;
    margin-left: 8px;
}

.sorting-block ul li.up-sort a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url("../images/elements/sort-arrow.png") no-repeat;
    width: 7px;
    height: 9px;
    margin-left: 8px;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.sorting-block ul li a {
    color: #1b56bd;
    font-size: 17px;
    display: block;
    height: 28px;
    background: transparent;
    line-height: 28px;
    padding: 0 10px;
}

.sorting-block ul li.active a {
    color: #000 !important;
    background: #f1d9a1;
}

.sorting-block ul li a:hover {
    color: #006cff;
}

.sorting-block {
    margin-bottom: 30px;
}

.blog-item-content table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
}

.blog-item-content td {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0;
    vertical-align: top;
}

.blog-item-content td:first-child {
    width: 200px;
    padding-right: 30px;
}

.blog-item-content tr {
    border-bottom: 1px solid #bebdb3;
}

.blog-item-content tr:first-child {
    border-top: 1px solid #bebdb3;
}

.custom-action-item {
    vertical-align: top;
}

.tag-link {
    max-width: 270px;
    position: relative;
    padding-left: 18px;
    font-size: 13px;
}

.tag-link i {
    position: absolute;
    top: 4px;
    left: 0;
}

.share-links {
    margin-top: 4px;
}

.custom-item-comments {
    margin-top: 6px;
}

.top-item-content .custom-item-comments {
    margin-top: 0;
}

.tag-link {
    margin-top: 6px;
}

.custom-action-item .blog-item-date, .custom-action-item .custom-link {
    margin-top: 6px;
    display: inline-block;
}

.comments-item .custom-action-item {
    vertical-align: middle;
}

.comments-item .custom-action-item .blog-item-date, .comments-item .custom-action-item .custom-link,
.custom-item-header .custom-item-comments {
    margin-top: 0;
}

.post-actions {
    border-bottom: 2px solid #c2c1b9;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.topic-links ul {
    list-style: disc !important;
    padding: 0;
    margin: 0;
}

.topic-links ul li {
    font-size: 17px;
    line-height: 24px;
}

.topic-links ul li a {
    color: #00439f;

}

.topic-links ul li a:hover {
    color: #006cff !important;
    text-decoration: underline !important;
}

.topic-links {
    padding-top: 25px;
}

.custom-actions {
    margin-bottom: 40px;
}

.custom-label {
    font-size: 15px;
    margin-bottom: 10px;
}

.review-anchors {
    padding-left: 90px;
    margin-bottom: 30px;
    padding-top: 15px;
}

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

.review-anchors ul li {
    display: block;
}

.review-anchors ul li:not(:last-child) {
    margin-bottom: 10px;
}

.review-anchors ul li a {
    color: #00439f;
    position: relative;
    font-size: 15px;
    border-bottom: 1px dotted #00439f;
}

.review-anchors ul li a:before {
    content: '';
    left: -12px;
    top: 5px;
    position: absolute;
    background: url("../images/elements/arrow-down-2.png") no-repeat;
    width: 7px;
    height: 8px;
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.review-anchors ul li a:hover:before {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.review-anchors ul li a:hover {
    border-bottom: 1px dotted #006cff;
    color: #006cff !important;
}

.stars {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

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

.stars ul li {
    display: inline-block;
    vertical-align: middle;
}

.stars ul li a {
    display: block;
    width: 21px;
    position: relative;
    height: 21px;
    background: url("../images/elements/star-empty.png") no-repeat;
    background-size: contain;
}

.stars ul li a:after {
    background: url("../images/elements/star-full.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.stars ul li.hover a:after {
    opacity: 0.6;
    visibility: visible;
}

.stars ul li.selected a:after {
    opacity: 1;
    visibility: visible;
}

.stars ul li:not(:last-child) {
    margin-right: 7px;
}

.home__link {
    position: relative;
    width: 11px;
    display: inline-block;
    height: 44px;
    font-size: 0 !important;
}

.home__link:before, .home__link:after {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.home__link:before {
    background-image: url("../images/elements/home-icon.png");
}

.home__link:after {
    background-image: url("../images/elements/home-icon-2.png");
    opacity: 0;
    z-index: 2;
}

.home__link:hover:after {
    opacity: 1;
}

li.active .home__link:after {
    opacity: 1;
}

.rating-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-left: 15px;
}

.rating-actions {
    margin-top: 25px;
}

.custom-actions-right {
    margin-top: 17px;
    font-size: 0;
}

.custom-actions-right .custom-link {
    font-size: 15px;
}

.rating-section {
    margin-bottom: 40px;
}

.rating-actions > * {
    vertical-align: middle;
}

.rating-actions > *:not(:last-child) {
    margin-right: 20px;
}

.check-filter-list {
    margin-top: -5px;
}

.check-filter-list a {
    font-size: 17px;
    color: #00439f;
    padding: 1px 0 3px;
    position: relative;
    display: inline-block;
}

.check-filter-list a:hover {
    color: #006cff;
}

.toggle-check > span {
    position: relative;
    z-index: 4;
}

.check-filter-item:not(:last-child) {
    margin-bottom: 0;
}

.count-span {
    color: #737373 !important;
    font-size: 13px !important;
}

.check-filter-list a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #f1d9a1;
    right: -30px;
    left: -10px;
    content: '';
    opacity: 0;
    visibility: hidden;
}

.check-filter-list a:after {
    background: url("../images/elements/close.png") no-repeat;
    width: 9px;
    height: 9px;
    top: 50%;
    margin-top: -4.5px;
    right: -18px;
    opacity: 0;
    visibility: hidden;
    content: '';
    position: absolute;
}

.toggle-check.active:after, .toggle-check.active:before {
    opacity: 1 !important;
    visibility: visible !important;
}

.film-filter-section:not(:last-child) {
    margin-bottom: 20px;
}

.film-filter-section .side-section-subtitle > a {
    color: #1b56bd;
    font-size: 17px;
    display: inline-block;
    height: 28px;
    background: transparent;
    line-height: 28px;
}

.film-filter-section .side-section-subtitle > a:hover {
    color: #006cff !important;
}

.film-filter-section .side-section-subtitle > a.active {
    padding: 0 10px;
    background: #f1d9a1;
    color: #000 !important;
}

.alphabet-links {
    font-size: 0;
}

.alphabet-links ul {
    list-style: none;
    margin: 0 0 -10px 0;
    padding: 0;
}

.alphabet-links ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
    margin-bottom: 10px;
}

.alphabet-links ul li a {
    height: 30px;
    display: block;
    width: 30px;
    text-transform: uppercase;
    border: 1px solid #999891;
    font-size: 17px;
    line-height: 28px;
    border-radius: 3px;
    text-align: center;
    color: #000000 !important;
}

.alphabet-links ul li:last-child a {
    width: auto;
    padding: 0 14px;
}

.alphabet-links ul li a:hover, .alphabet-links ul li.active a {
    color: #fff !important;
    border-color: #00439f;
    background: #00439f;
}

.side-section-subtitle .custom-btn {
    height: 30px;
    line-height: 24px;
    font-size: 17px;
    padding: 0 10px;
    background: transparent;
    vertical-align: 7px;
}

.side-section-subtitle .custom-btn:hover {
    background: #00439f;
}

.side-section-subtitle .custom-btn i {
    margin-left: 5px;
}

.side-section-subtitle .btn-group {
    margin-left: 5px;
}

.film-item-block {
    position: relative;
    padding-left: 205px;
    min-height: 225px;
}

.film-item-img {
    position: absolute;
    left: 0;
    width: 205px;
    top: 6px;
    padding-right: 55px;
}

.film-item-img a {
    display: block;
    position: relative;
}

.film-item-img img {
    display: block;
    max-width: 100%;
}

.film-list {
    margin-bottom: 30px;
}

.film-item {
    padding-bottom: 20px;
    border-bottom: 2px solid #c2c1b9;
}

.film-title-header {
    padding-right: 175px;
    position: relative;
    margin-bottom: 13px;
}

.film-title {
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    color: #000000;
}

.exler-reit {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
}

.exler-reit b {
    color: #b03c03;
}

.film-title a {
    color: #000000;
}

.film-title a:hover {
    color: #00439f !important;
}

.film-title span {
    color: #a9552c;
    font-weight: normal;
}

.film-info {
    margin-bottom: 10px;
}

.film-info dl {
    margin: 0;
}

.film-info dt {
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
    text-align: left;
    width: 80px;
}

.film-info dd {
    margin-left: 80px;
    font-size: 15px;
    line-height: 23px;
    font-weight: normal;
    color: #52524f;
}

.film-info dd a {
    color: #00439f !important;
}

.film-info dd a:hover {
    color: #006cff !important;
}

.film-info dd a:visited {
    color: #52524f !important;
}

.film-review {
    margin-bottom: 5px;
}

.film-item:not(:last-child) {
    margin-bottom: 15px;
}

.film-review-text {
    font-size: 18px;
    line-height: 23px;
}

.film-review-author {
    font-size: 17px;
    font-style: italic;
    line-height: 23px;
    color: #737373;
}

.film-header-info {
    font-size: 17px;
    color: #010101;
}

.film-header-info a {
    color: #00439f;
}

.film-header-info a:hover {
    color: #006cff !important;
}

.film-reiting {
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    padding-left: 60px;
    position: relative;
}

.film-reiting .custom-item-mark {
    left: 0;
    right: initial;
    top: 3px;
}

.film-money {
    font-size: 15px;
    color: #010101;
    margin-bottom: 20px;
}

.post-section .film-review {
    margin-bottom: 20px;
}

.custom-btn-small {
    height: 32px;
    line-height: 28px;
    font-size: 15px;
    padding: 0 10px;
}

.custom-btn-small i {
    margin-left: 6px;
}

.hidden-reviews {
    display: none;
}

.film-reviews {
    padding-left: 105px;
    margin-bottom: 45px;
}

.blog-item-content a img {
    margin-top: 0;
/*    margin-bottom: 20px; */
}

.blog-item-content a img[align="left"] {
    margin-right: 20px;
}

.blog-item-content a img[align="right"] {
    margin-left: 20px;
}

hr {
    margin-top: 30px;
    margin-bottom: 35px;
    border: 0;
    position: relative;
    height: 2px;
    max-width: 390px;
    background: #bfbeb6;
}

.stars-section {
    margin-bottom: 16px;
}

.film-result-title {
    font-size: 22px;
    line-height: 26px;
    font-family: 'PT Serif';
    margin-bottom: 14px;
}

.film-result {
    background: #ffffff;
    width: 455px;
    float: left;
    padding: 15px 20px 20px;
    border-bottom: 2px solid #bfbeb6;
}

.film-marks .custom-actions-right {
    margin-top: 0;
}

.film-result-table table {
    width: 100%;
    border-collapse: collapse;
}

.film-result-table table td {
    font-size: 15px;
    color: #000;
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: top;
}

.film-marks {
    margin-bottom: 40px;
}

.film-result-table table td:last-child {
    text-align: left;
    width: 20px;
    color: #a9552c;
}

.film-result-text {
    font-size: 15px;
    line-height: 22px;
    color: #a9552c;
}

.film-result-text span {
    color: #000;
}

.film-result-text:not(:last-child) {
    margin-bottom: 8px;
}

.stars-red ul li a:after {
    background-image: url("../images/elements/star-full-red.png") !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #f1d9a1;
}

.open .icon-angle-down {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.btn-group .custom-icon {
    top: -1px;
    position: relative;
}

.other__items {
    border: 2px solid #a9552c;
    padding: 16px 40px 20px;
}

.other__items .custom-item:last-child {
    margin-bottom: 0 !important;
}

.side-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    color: #a9552c;
    letter-spacing: 0.05em;
    font-size: 22px;
}

.banner {
    font-size: 0;
}

.banner__g {
    display: inline-block;
    vertical-align: top;
    background: url("../images/elements/banner__wrap-1.png") no-repeat;
    background-size: cover;
    width: 815px;
    padding-top: 12px;
    height: 117px;
    margin-bottom: -3px;
}

.banner__v {
    background: url("../images/elements/banner__wrap-2.png") no-repeat;
    width: 282px;
    height: 462px;
    padding-top: 26px;
    display: block;
    margin-bottom: -5px;
}

.banner a img {
    max-width: 100%;
}

.hosting__info {
    text-align: center;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
}

.hosting__info-block {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #883912;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    background: #fff;
    height: 28px;
    position: relative;
}

.hosting__info-block:before {
    content: '';
    position: absolute;
    background: url(../images/elements/power.png) no-repeat;
    left: -122px;
    bottom: -40px;
    width: 192px;
    height: 104px;
}

.hosting__info-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px;
    height: 100%;
    font-size: 12px;
    line-height: 24px;
    position: relative;
    z-index: 5;
    letter-spacing: 0.02em;
    color: #000000 !important;
}

.hosting__info-item:last-child {
    color: #555553;
    background: #edece0;
}

.hosting__info-item span {
    display: inline-block;
    vertical-align: middle;
}

.hosting__info-item img {
    display: inline-block;
}

.custom-section-border {
    border: 2px solid #a9552c;
    padding: 20px 40px;
}

.custom-section-border .custom-item:not(:last-child) {
    margin-bottom: 20px;
}

.custom-section-border .custom-section-title {
    margin-bottom: 20px;
}

.custom-section-filter {
    border: 1px solid #c1c1b7;
    border-radius: 4px;
    padding: 10px 15px;
}
/*
.post-section .film-title {
    margin-bottom: 20px;
}
*/
.custom-section .custom-section {
    margin-bottom: 0;
}

a, input, button, textarea, .icon-comments:before, .icon-comments:after, .top-item-img img, .bar, .review-anchors ul li a:before,
.custom-item-img img, .social-icon:before, .social-icon:after, .search-field button:before, .search-field button:after,
.custom-icon:after, .custom-icon:before, .share-links a:before, .share-links a:after, .icon-eye:before, .icon-eye:after,
.stars ul li a:after, .icon-discuss:before, .icon-discuss:after, .check-filter-list a:before, .check-filter-list a:after,
.film-item-img img, .btn-group .custom-icon, .home__link:after, .nav-bars > div:before, .nav-bars, .comment__actions a:after, .comment__actions a:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1220px) {
    .container {
        width: 1220px;
    }
}

@media screen and (max-width: 1199px) {
    .menu ul li:not(:last-child) {
        margin-right: 28px;
    }

    .custom-section-border {
        padding: 20px 20px;
    }

    .other__items {
        padding: 16px 20px 20px;
    }

    .top-item-title {
        font-size: 26px;
        line-height: 30px;
        max-height: 90px;
    }

    .banner__v {
        width: 100%;
        height: 408px;
        padding-top: 20px;
        background-size: cover;
        margin-bottom: -2px;
        padding-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .banner__v img {
        max-width: 100%;
    }

    .check-filter-list a {
        font-size: 16px;
    }

    .review-anchors {
        padding-left: 0;
    }

    .menu ul li a {
        font-size: 12px;
    }

    .right-indent-list {
        padding-right: 0;
    }

    .logo-wrap {
        margin-left: -322px;
    }

    .tag-link {
        max-width: 180px;
    }

    .film-result {
        margin-bottom: 30px;
    }

    .film-marks .custom-actions-right, .film-result {
        float: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .menu ul li:not(:last-child) {
        margin-right: 0;
    }

    .custom-section .custom-section {
        margin-bottom: 20px;
    }

    .side-left {
        margin-bottom: 40px;
    }

    .top-item-title {
        font-size: 32px;
        line-height: 34px;
        max-height: 1000px;
    }

    .top-item-content {
        padding-bottom: 0;
    }

    .main .container {
        padding-top: 30px;
    }

    .side-left .help__btn {
        margin: 0;
    }

    .custom-section.hidden-lg:last-child {
        margin-bottom: 0 !important;
    }

    .side-left, .side-right {
        width: 100% !important;
    }

    .banner__v {
        height: 341px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner__g {
        width: 100%;
        padding-top: 10px;
        height: 105px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .banner__v {
        margin-left: auto;
        margin-right: auto;
    }

    .film-reviews {
        padding-left: 0;
    }

    .film-result {
        width: 100%;
    }

    .side-section-subtitle .btn-group {
        margin-left: 0;
    }

    .sep {
        margin-bottom: 15px;
    }

    .film-title-header {
        padding-right: 0;
    }

    .exler-reit {
        display: none;
    }

    .custom-section-filter {
        padding: 15px;
    }

    .review-anchors .col-sm-12:not(:last-child) {
        margin-bottom: 10px;
    }

    .filter-col {
        display: inline-block;
        vertical-align: top;
    }

    .filter-col:not(:last-child) {
        margin-right: 25px;
    }

    .sorting-block {
        margin-bottom: 20px;
    }

    .film-filter-content {
        margin-top: 20px;
    }

    .side-section-subtitle .custom-btn {
        margin-bottom: 0;
    }

    .side-section-subtitle {
        margin-bottom: 0;
    }

    .blog-item-content td:first-child {
        width: 170px;
        padding-right: 30px;
    }

    .video-wrap {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .video-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .menu {
        float: none;
    }

    .menu ul {
        text-align: justify;
        text-justify: newspaper;
    }

    .tag-link {
        max-width: 270px;
    }

    .menu ul:after {
        display: inline-block;
        vertical-align: top;
        content: '';
        width: 100%;
        height: 0;
    }

    .header-nav .container {
        position: relative;
    }

    .sides-wrap > .row, .custom-row {
        margin-right: -12px;
        margin-left: -12px;
    }

    .custom-col {
        padding: 0 12px;
    }

    .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .footer-section:first-child {
        width: 30%;
    }

    .footer-section:nth-child(2) {
        width: 70%;
    }

    .top-item-content {
        height: auto;
    }

    .top-item-content .custom-item-detail {
        position: relative;
        margin-top: 10px;
    }

    .custom-section-box .custom-section:last-child {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid #cfcdb4;
    }

    .help-project-link {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .wrapper, body, html {
        height: auto;
        min-height: 0;
    }

    .side-left > *:last-child {
        margin-bottom: 0 !important;
    }

    /* .sides-wrap{
        margin-bottom: 0;
    }*/
    .rating-label {
        display: block;
        text-align: center;
        margin-left: 0;
        margin-top: 5px;
    }

    .stars {
        display: block;
        text-align: center;
    }

    .footer-section:first-child {
        margin-bottom: 30px;
    }

    .comments-header-title, .comments-filter {
        float: none !important;
    }

    .header-top {
        background-color: #4b230d;
        background-image: url(../images/bg/header-bg-xs.jpg), url(../images/bg/header-bg-repeat.jpg);
        background-repeat: no-repeat, repeat-x;
        background-position: center, center;
        height: 69px;
    }

    .logo-wrap {
        background: transparent;
        top: 0;
        padding-top: 0;
        margin-left: -129px;
        width: 258px;
    }
}

@media screen and (max-width: 767px) {
    .film-item-block {
        padding-left: 205px;
    }

    .header-nav .container {
        height: 100%;
    }

    .current__page {
        font-size: 17px;
        width: 100%;
        text-align: center;
        left: 0;
        position: absolute;
        top: 0;
        color: #fffdd5;
        line-height: 35px;
    }

    .footer-rights {
        margin-bottom: 30px;
    }

    .nav-bars {
        z-index: 5;
        position: relative;
    }

    .nav-bars.active {
        margin-left: 9px;
    }

    .nav-bars.active .bar {
        background: #000;
    }

    .nav-bars.active > div:first-child {
        position: relative;
    }

    .nav-bars.active > div:first-child:before {
        opacity: 1;
    }

    .nav-bars > div:first-child {
        position: relative;
    }

    .nav-bars > div:first-child:before {
        background: #fffdd5;
        width: 38px;
        height: 37px;
        opacity: 0;
        top: -11px;
        content: '';
        position: absolute;
        left: -9px;
    }

    .menu ul {
        display: inline-block;
        float: none;
    }

    .home__link {
        font-size: 15px !important;
        height: auto;
        width: auto;
    }

    .home__link:before, .home__link:after {
        display: none;
    }

    .banner__v {
        width: 282px;
        height: 462px;
        padding-top: 26px;
        display: block;
        background-size: auto;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: -5px;
    }

    .banner__g {
        height: auto;
        padding-bottom: 9px;
        padding-top: 6px;
    }

    .film-header-info {
        margin-bottom: 10px;
    }

    .film-reiting, .film-header-info {
        float: none !important;
    }

    .film-header {
        margin-bottom: 20px;
    }

    .film-item-img {
        position: absolute;
        margin-bottom: 0;
    }

    .film-title {
        font-size: 28px;
        line-height: 32px;
    }

    .film-info dt {
        float: left;
    }

    .rating-actions > *:not(:last-child) {
        margin-right: 15px;
    }

    .tag-link {
        max-width: 180px;
    }

    .sides-wrap {
        margin-bottom: 0;
    }

    .side-left {
        margin-bottom: 0 !important;
    }

    .content {
        padding-top: 38px;
    }

    .top-item-img {
        margin-bottom: 20px;
    }

    .search-toggle {
        background: url("../images/elements/search-icon-header.png") no-repeat;
        width: 19px;
        height: 19px;
        float: right;
        z-index: 105;
        margin-top: 2px;
        position: relative;
    }

    .search-toggle .bar {
        color: #000;
        opacity: 0;
    }

    .search-toggle .bar:first-child {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px;
    }

    .search-toggle .bar:last-child {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 3px;
    }

    .search-toggle.active {
        background: #883912;
    }

    .search-toggle.active .bar {
        opacity: 1;
    }

    .search-field button:before {
        background-image: url(../images/elements/search-icon-header.png);
    }

    .nav-bars {
        white-space: nowrap;
    }

    .nav-bars > div {
        display: inline-block;
        vertical-align: middle;
    }

    .nav-bars > div:first-child {
        width: 20px;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .header-nav .container {
        padding-top: 6px;
    }

    .nav__title {
        text-transform: uppercase;
        color: #fffdd5;
        font-size: 17px;
        font-weight: bold;
        margin-left: 18px;
    }

    .nav-bars {
        float: left;
        z-index: 40;
        cursor: pointer;
    }

    .common-row > *:last-child {
        margin-bottom: 0 !important;
    }

    .side-right {
        margin-top: 40px;
    }

    .front .side-right {
        margin-top: 10px;
    }

    .custom-item.col-xs-12:last-child {
        margin-bottom: 0 !important;
    }

    .footer-section {
        width: 100% !important;
        text-align: center;
    }

    .footer-rights {
        font-size: 13px;
        line-height: 21px;
        text-align: center;
    }

    .hosting__info-block:before {
        display: none;
    }

    .social {
        margin-top: 0;
    }

    .footer-section:first-child {
        margin-bottom: 0;
    }

    .footer-section:not(:last-child) {
        margin-bottom: 25px;
    }

    .site-statistic {
        margin: 0 auto;
    }

    .menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 40px 15px 30px;
        z-index: 30;
        background: #3a261b;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .menu ul li a {
        font-size: 22px !important;
        line-height: 22px;
        color: #fffdd5 !important;
    }

    .menu ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .menu ul li.active a {
        color: #ffe468 !important;
    }

    .menu.active {
        opacity: 1;
        visibility: visible;
    }

    .menu ul li a {
        font-size: 16px;
        text-align: left;
        line-height: 30px;
    }

    .menu ul li {
        display: block;
        text-align: center;
    }

    .menu ul {
        display: inline-block;
        height: 100%;
        overflow-y: auto;
    }

    .header-nav {
        height: 38px;
        position: absolute;
        z-index: 100;
        top: 69px;
        left: 0;
        width: 100%;
        background: #883912;
    }

    .header-nav.fixed {
        position: fixed;
        top: 0;
    }

    .bar {
        position: relative;
    }

    .nav-bars.active .bar:first-child {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 6px;
    }

    .nav-bars.active .bar:last-child {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -6px;
    }

    .nav-bars.active .bar:nth-child(2) {
        -webkit-transform: rotate(180deg) scale(0);
        -moz-transform: rotate(180deg) scale(0);
        -ms-transform: rotate(180deg) scale(0);
        -o-transform: rotate(180deg) scale(0);
        transform: rotate(180deg) scale(0);
    }

    .search-block {
        float: none;
        position: absolute;
        width: 100%;
        right: 0;
        z-index: 100;
        background: #883912;
        margin: 0;
        padding: 0 55px 0 20px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        top: 0;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }

    .search-block.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    .search-block input {
        width: 100%;
        display: block;
        height: 37px;
        border-radius: 3px;
        border: 2px solid #fffdd5;
        padding-left: 14px;
        padding-right: 30px;
        background: transparent;
        color: #fff;
        font-size: 17px;
    }

    .blog-item-title {
        font-size: 28px;
        line-height: 32px;
    }

    .blog-item-content {
        font-size: 17px;
        line-height: 24px;
    }

    .custom-side-section .custom-item {
        display: block;
    }

    .custom-pager {
        margin-bottom: 0;
    }

    .reviews-list .custom-item {
        margin-bottom: 35px !important;
    }

    .footer {
        height: auto;
        margin-top: 0;
    }

    .footer .container {
        padding-top: 16px;
        padding-bottom: 34px;
    }

    .content {
        padding-bottom: 30px;
    }

    .footer-rights {
        float: none;
        font-size: 15px;
        line-height: 23px;
        text-align: left;
    }

    .social {
        float: none;
    }
}

@media screen and (max-width: 575px) {
    .film-info dt {
        float: none;
    }

    .film-item-img {
        width: 175px;
        padding-right: 30px;
    }

    .film-item-block {
        padding-left: 175px;
    }

    .hosting__info-block:before {
        display: none;
    }

    .film-info dd {
        margin-left: 0;
        line-height: 22px;
    }

    .film-review-text {
        font-size: 17px;
        line-height: 24px;
    }

    .film-item-block .tag-link {
        display: block;
        max-width: 100%;
    }

    .film-item-block .custom-action-item:last-child {
        margin-left: 0;
        margin-top: 12px;
    }
}

@media screen and (max-width: 480px) {
    .custom-nav-left, .custom-nav-right {
        text-align: center;
        float: none;
    }

    .custom-action-item:last-child {
        margin-left: 0;
    }

    .review-anchors .col-xs-6:not(:last-child) {
        margin-bottom: 10px;
    }

    .topic-item {
        width: 100%;
    }

    .custom-nav-left {
        margin-bottom: 10px;
    }

    .blog-list .custom-action-item:not(:first-child):not(:nth-child(2)) {
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .custom-action-item:last-child {
        margin-bottom: 0 !important;
    }

    .blog-section .custom-col {
        width: 100%;
    }

    .custom-item.hidden-sm.hidden-xs {
        display: block !important;
    }

    .col-xs-6.tags-item {
        width: 100%;
    }

    .sorting-block span {
        margin-bottom: 6px;
    }

    .sorting-block ul li {
        display: block;
    }

    .sorting-block ul li a {
        display: inline-block;
        vertical-align: top;
    }

    .sorting-block ul {
        display: block;
    }

    .custom-actions .col-xs-6 {
        width: 100%;
    }

    .custom-actions .col-xs-6:not(:last-child) {
        margin-bottom: 30px;
    }

    .custom-actions-right {
        margin-top: 0;
        float: none !important;
    }

    .stars, .rating-label {
        text-align: left;
    }

    .blog-item-content td:first-child {
        width: 140px;
        padding-right: 20px;
    }

    .review-anchors .col-xs-6 {
        width: 100%;
    }

    .tag-link {
        display: block;
        max-width: 100%;
    }

    .custom-action-item.pull-right {
        float: none !important;
        margin-left: 0 !important;
        margin-top: 10px;
    }

    .film-item-block {
        padding-left: 0;
    }

    .film-item-img {
        position: relative;
        margin-bottom: 20px;
    }

    .film-result-content .col-xs-6 {
        width: 100%;
    }

    .film-result-table {
        margin-bottom: 20px;
    }

    .blog-item-content a img[align] {
        float: none !important;
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 450px) {
    .tags-item {
        width: 50%;
    }

    .menu ul li a {
        font-size: 17px !important;
        line-height: 22px;
    }

    .custom-section-box .custom-section:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .custom-item.col-xs-6 {
        width: 100%;
        margin-bottom: 20px;
    }

    .menu ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .social-item:not(:last-child) {
        margin-right: 20px;
    }

    .comments-item .comment-date {
        display: block;
        margin-left: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 400px) {
    .nav__title {
        visibility: hidden;
        opacity: 0;
    }
}

@media screen and (max-width: 360px) {
    .logo-wrap {
        background: url(../images/elements/logo-wrap.png) no-repeat center;
        width: 168px;
    }

    .top-item-title {
        font-size: 24px;
        line-height: 28px;
    }
}

/*# sourceMappingURL=style.css.map */
