
* {
    border-radius: 0 !important;
}

a, a:hover, a:focus {
    /*color: #980007;*/
    color: #000;
    text-decoration: underline;
    outline: none; /* Убираем границу вокруг ссылок  */

}

body {
    background-color: white;
    font-family: "Tahoma", Helvetica, Arial, sans-serif;
    color: #5D5B5B;
}

body.brandOtVinta {
    background-image: url(/design/branding/ot_vinta2.jpg);
    background-size: 780px;
    background-repeat: no-repeat;
    background-color: #2a74bf;
    background-position: center top;
    padding-top: 210px;
}

@media (min-width: 772px) {
    body.brandOtVinta {
        background-size: 1310px;
        padding-top: 380px;
    }
}


@media (min-width: 992px) {
    body.brandOtVinta {
        background-size: 1710px;
        padding-top: 520px;
    }
}


@media (min-width: 1440px) {
    body.brandOtVinta {
        background-size: 1920px;
        padding-top: 580px;
    }
}

@media (min-width: 1920px) {
    body.brandOtVinta {
        background-size: 100%;
        padding-top: 700px;
    }
}

p, li {
    line-height: 26px;
}

div.header {
    height: 80px;
    /*background-color: #E2E1E1;*/
    background-color: #f3f3f3;
    border-left: 2px #210803 solid;
    border-right: 2px #210803 solid;
}

div.logo {
    height: 79px;
    color: black;
}

div.logo img {
    height: 80px;
    display: block;
    float: left;
}

div.logo div {
    padding: 15px 0 0 105px;
}

div.logo div div {
    margin: 0px 0 0 -5px;
    font-size: 10px;
    padding: 0;
}

@media (min-width: 600px) {
    div.logo div div {
        margin: -12px 0 0 0;
        font-size: 15px;
    }
}

div.company-title {
    margin-top: -10px;
}

div.logo span.company {
    font-size: 190%;
    color: #6c0f00;
    border-bottom: 2px #6c0f00 solid;
    padding-bottom: 4px;
}

div.logo span.slogan {
    font-size: 77%;
    color: #650e0b;
    display: block;
    margin-top: 6px;
    text-transform: uppercase;
}

div.menu {
    background-color: #650E0B;
    min-height: 43px;
    width: 97%;
    margin: 0 auto;
    padding: 0 30px;
}

div.menu button.toggleMenu {
    width: 100%;
    margin: 10px;
    border: 0;
    background: #4a0805;
    color: white;
    padding: 4px;
}

div.menu button.toggleMenu span:last-child {
    display: none;
}

div.menu button.toggleMenu.opened span:last-child {
    display: block;
}

div.menu button.toggleMenu.opened span:first-child {
    display: none;
}

div.menu ul {
    opacity: 0;
    visibility: hidden;
    height: 0;
    background-color: #650E0B;
    width: 97%;
    margin: 0 auto;
    padding: 0 30px;
    transition: all 0.3s ease;
}


div.menu ul.opened {
    opacity: 1;
    visibility: visible;
    height: auto;
}

div.menu ul li {
    display: block;
}

div.menu ul a {
    color: #f1f1f1;
    text-transform: uppercase;
    display: block;
    padding: 10px 0 5px 0;
    margin-right: 30px;
/ / border-bottom: 5 px #650E0B solid;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}

div.menu ul a.active, div.menu ul li:hover a {
    border-color: #ececec;
}

div.menu ul.submenu {
    z-index: 9999;
    width: 290px;
    opacity: 1;
    height: auto;
    visibility: visible;
}

ul.submenu li {
    float: none;
    width: 100%;
}

ul.submenu li a {
    border: 0;
    color: #ebebeb;
    padding: 5px 5px 5px 5px;
}

ul.submenu li a:hover {
    color: white;
}

div.submenuBg {
    /*background-color: rgba(152, 0, 7, 0.85);*/
    background-color: rgba(64, 5, 8, 0.69);
    height: 180px;
    position: absolute;
    z-index: 100;
    margin-top: 43px;
    display: none;
    margin-left: -10px;
}

ul.submenu li {
    display: block;
}

div.top-search-block {
    margin-top: 3px;
    padding: 0 20px 13px;
}

@media (min-width: 992px) {

    button.toggleMenu {
        display: none;
    }

    div.menu {
        display: flex;
    }

    div.menu ul {
        opacity: 1;
        visibility: visible;
        display: flex;
        list-style: none;
    }

    div.menu ul ul.submenu {
        position: absolute;
        display: none;
        background: none;
    }

    div.top-search-block {
        max-width: 300px;
        padding: 0;
        margin: 4px 0 0 0;
    }
}

input.search {
    width: 17%;
    margin-top: 7px;
    height: 27px;
    background-color: #D4D4D4;
    border: 1px #717171 solid;
    color: #FBFBFB;
}

.form-control {
    border-radius: 0;
}

div.useraholder {
    background-color: grey;
}

div.userholder {
    margin-top: 4px;
    text-align: right;
}

div.userholder username {
    font-size: 130%;
    display: block;
}

.off {
    position: absolute;
    margin: 10px 0 0 -30px;
}

div.userholder company {
    font-size: 90%;
    display: block;
    color: #656464;
    line-height: 2px;
    margin-top: 6px;
}

ul.usermenu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 8px;
}

ul.usermenu li {
    font-size: 90%;
    float: right;
    line-height: 15px;
    width: 100px;
}

div.jambo {
    margin: 0;
}

.jamboMenu {
    list-style: none;
    padding: 10px 0 0 15px;
}

.jamboMenu li {
    padding-left: 25px;
    background-image: url(/design/square.png);
    background-repeat: no-repeat;
    margin: 20px 0 0 0;
    background-size: 23px;
    text-transform: uppercase;
}

div.pgw {
    padding: 0;
    border-right: 1px #650E0B solid;
    border-left: 1px #650E0B solid;

}

div.theaters {
    min-height: 100px;
    background-color: #650E0B;
    margin: 0 -35px;
}

div.newsBlock {
    background-color: white;
    padding: 20px 5px;
    border: 2px #654242 solid;
    border-top: 0;
}

div.newsBlock div.news img {
    /*border: 1px #BFBFBF solid;*/
    padding: 2px;
    margin-bottom: 5px;
}

div.city {
    padding-top: 14px;
    text-align: center;
    padding-bottom: 6px;
    line-height: 200%;
}

div.city a {
    color: #f1f1f1;
    padding: 10px;
}

div.city a:hover {
    color: #EAE9E7;
}

.pzvezd {
    padding-top: 24px;
}

.rolan img {
    max-width: 170px;
    margin: 20px 20px 0 -20px;
}

div.square0 {
    background-image: url(/design/square1.png);
    background-repeat: no-repeat;
    height: 100px;
    background-position: 30px 38px;
}

div.square1 {
    background-image: url(/design/square1.png);
    background-repeat: no-repeat;
    height: 100px;
    background-position: 60% 38px;
}

div.redLeft {
    width: 35px;
    height: 15px;
    background-image: url(/design/redLeft.png);
    position: absolute;
    margin: -15px 0px 0 15px;
    opacity: 0.7;
}

div.redRight {
    width: 35px;
    height: 15px;
    background-image: url(/design/redRight.png);
    margin: -15px 0px 0 0px;
    float: right;
    opacity: 0.7;
}

div.news {
    padding: 10px;
    color: #333;
    min-height: 371px;
}

div.news a.title {
    font-size: 105%;
    color: #464646;
    font-weight: bold;
    display: block;
    margin: 10px 0 5px 0;
    text-decoration: none;
}

div.news date {
    font-size: 80%;
    color: #A59C9D;
    display: block;
}

div.news p {
    margin: 5px 0;
    font-size: 95%;
    line-height: 19px;
}

div.newsBlock div.row {
    margin: 0;
}

div.indexFilmheader {
    background-color: #650E0B;
    margin: 20px 0 20px 0;
    color: #E0DFDF;
    padding: 8px 7px 7px 43px;
    font-size: 140%;
    background-image: url(/design/square1.png);
    background-repeat: no-repeat;
    background-position: 13px 13px;
    background-size: 17px;
}

div.indexFilmheader a {
    color: #E0DFDF;
    margin-top: 6px;
}

div.indexFilmheader div.link {
    font-size: 80%;
    margin: 3px 10px;
}

div.indexFilmBlock {
    /*    background-color: #ECECEC;*/
    margin: 10px 0 0 0;
    /*    padding: 20px 0 0 0;*/
}

div.filmThumbnail {
    overflow: hidden;
    background-color: #0F252B;
    margin-bottom: 30px;
    border: 1px #D0D0D0 solid;
    cursor: pointer;
    color: #9a7d7c;
}

div.poster-overlay {
    position: absolute;
    text-align: center;
    width: 83%;
    padding: 11px;
}

div.poster-overlay span {
    font-size: 90%;
    display: block;
    color: #a2a2a2;
}

div.filmThumbnailSmall {
    opacity: 0;
}

div.filmThumbnail img {
    width: 100%;
}

div.filmThumbnail p {
    margin: 5px 0 0 0;
    font-size: 90%;
}

div.filmThumbnail a.title {
    font-size: 110%;
    color: #eee;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

div.filmThumbnail div.body {
    overflow: hidden;
    padding: 15px 17px;
    position: absolute;
    background-color: rgba(1, 1, 1, 0.8);
    height: 100%;
    display: none;
    z-index: 20;

}

div.filmThumbnail div.orig {
    color: #6D6D6D;
    font-size: 100%;
}

div.filmThumbnail div.smallInfo {
    color: #B3B3B3;
    font-size: 80%;
    margin-top: 10px;
}

div.filmThumbnail div.smallInfo a {
    color: #B3B3B3;
    text-decoration: none;
}

footer {
    margin: 10px 0 0 0;
    background-color: #650E0B;
    color: #F2F2F2;
    padding: 15px 20px;
    clear: both;
}

div.footerMenu a {
    display: block;
    color: #B7B6AD;
    text-transform: lowercase;
    font-size: 90%;
    text-decoration: none;
}

div.footerMenu li {
    list-style: none;
}

div.footerMenu a:hover {
    text-decoration: underline;
}

div.footerMenu span {
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
    font-size: 110%;
}

div.copyright {
    font-size: 90%;
    color: #A7A597;
}

.shadow {
    -webkit-box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.45);
}

div.filmMainBlock {
    background-color: #E2E1E1;
    border: 2px #650E0B solid;
}

div.padding {
    padding: 20px;
}

div.filmName {
    font-size: 200%;
    color: #810600;
    border-bottom: 1px #B1B1B1 solid;
    margin-bottom: 3px;
}

div.filmName a {
    text-decoration: none;
}

div.filmNameOrig {
    color: #888;
    font-size: 150%;
}

div.filmRow {
    margin-bottom: 10px;
}

img.filmPoster {
    width: 100%;
    /*padding: 2px;*/
    border: 1px #A0A0A0 solid;
    margin-top: 8px;

}

div.posterBlock {
    padding: 27px 0 30px 40px;
}

div.filmData {
    /*    padding: 20px 30px;
        background-color: #FFFFFF;
        color: #291C1C;
        border: 1px #AD0000 solid;*/
}

/*div.filmData a {*/
/*text-decoration: none;*/
/*color: white;*/
/*background-color: rgba(191, 191, 191, 0.82);*/
/*padding: 1px 5px;*/
/*border-radius: 4px !important;*/
/*}*/

h4 {
    border-bottom: 1px #B1B1B1 solid;
    margin-top: 25px;
}

div.loginForm {
    margin-top: 5px;
}

div.loginForm label {
    margin-top: 5px;
}

.btn {
    transition: all 0.5s ease-out 0s;
}

.btn-paradise, .btn-success {
    background-color: #650E0B;
    color: #FBFAFA;
    border-radius: 0;
    border: 0;
    text-decoration: none;
}

.btn-default {
    text-decoration: none;
}

.btn-paradise:hover, .btn-success:hover {
    background-color: #AF120D;
    color: white;
}

div.deafult {
    background-color: #f3f3f3;
    padding: 25px;
    margin-bottom: 25px;
    border: 2px #650E0B solid;
    border-top: 0;
}

.submitMargin {
    margin-top: 25px;
}

h1 {
    font-size: 26px;
    border-bottom: 2px #980007 solid;
    padding-bottom: 5px;
    color: #980007;
}

h2 {
    color: #980007;
    margin-top: 0;
    font-size: 140%;
}

h3 {
    color: #980007;
    margin-top: 11px;
    padding-bottom: 5px;
    font-size: 120%;
    border-bottom: 1px #A2A2A2 solid;
}

h3 a, h3 a:hover {
    text-decoration: none;
}

h3.underline {
    border-bottom: 1px #980007 solid;
}

div.breadcrumbs {
    margin-top: -3px;
    font-size: 80%;
    /*margin-bottom: 35px;*/
}

div.breadcrumbs a {
    padding-right: 10px;
    margin-right: 4px;
    background-image: url(/design/sep.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 4px;
}

#search-form {
    margin-top: 20px;
}

.wide {
    width: 100%;
}

#sliderYear {
    margin-top: 10px;
}

.form-control {
    height: auto;
}

fieldset {
    margin: 0;
    border: 1px #650E0B solid;
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #650E0B;
}

legend {
    display: block;
    padding: 0;
    width: auto;
    font-size: inherit;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 10px;
    padding: 0 6px;
    margin-bottom: 0;
}

fieldset.rights div {
    width: 25%;
    float: left;
}

.pagination {
    margin: -1px 8px 10px 0;
    padding: 0;
    float: right;
    height: 19px;
}

div.listControl {
    clear: both;
    background-color: #EFEFEF;
    padding: 15px 15px 10px 15px;
    border: 2px #650E0B solid;
    margin: 0 13px 15px 13px;
    color: #650E0B;
    font-weight: bold;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #650E0B;
    border-color: #650E0B;
}

.pagination > li > a, .pagination > li > span {
    color: #650E0B;
}

.galleryItem {
    /*border: 2px #5F5F5F solid;*/
    max-height: 100%;

}

.galleryItemBlock {
    height: 130px;
}

h3.pure {
    margin-top: 30px;
    border-bottom: 1px #B1B1B1 solid;
    font-size: 130%;
}

.smallLink {
    font-size: 80%;
}

.pageContent {
    margin-top: 30px;
}

div.empty {
    padding: 15px;
    margin: 15px;
    color: white;
}

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

/*#qBox {
    position: fixed;
    top: 0;
    height: 20px;
    width: 200px;
    background-color: #980007;
    left: 50%;
    margin-left: -100px;
    border: 2px #650E0B solid;
    border-top: 0;
    padding: 20px;
    color: white;

}*/

.socialLink {
    padding: 6px 14px;
    content: " ";
    background-repeat: no-repeat;
    margin-left: 10px;
}

.socialLink-imdb {
    background-image: url(/design/icon-imdb.png);
}

.socialLink-fb {
    background-image: url(/design/icon-fb.png);
}

.socialLink-tw {
    background-image: url(/design/icon-tw.png);
}

.socialLink-vk {
    background-image: url(/design/icon-vk.png);
}

.socialLink-inst {
    background-image: url(/design/icon-inst.png);
}

.socialLink-kp {
    background-image: url(/design/icon-kp.png);
}

.socialLinks {
    margin-top: 15px;
    text-align: center;
}

.dropdown-menu a {
    text-decoration: none;
    cursor: pointer;
}

.addToQuery {
    right: 0;
    border: 0;
    height: 30px;
    width: 30px;
    background-color: #650E0B;
    color: #DADADA;
    transition: all 0.5s ease-out 0s;
}

.addToQuery:hover {
    background-color: #AF120D;
    color: white;
}

.btn-group-catalog {
    position: absolute;
    z-index: 20;
    right: 0;
    margin: 0 18px 0 0;
    display: none;
}

.queryInfo {
    background-color: #EAEAEA;
    border: 1px #A7A2A2 solid;
    padding: 10px;
    margin: 25px 0;
}

.btn-default:hover {
    color: black;
}

#query-grid .btn {
    visibility: hidden;
}

#query-grid tr:hover .btn {
    visibility: visible;
}

.items .delItem {
    visibility: hidden;
}

.items tr:hover .delItem {
    visibility: visible;
}

#catalogResults {
    margin-top: 20px;
    border-top: 1px #9C9C9C solid;
    padding-top: 18px;
}

div.releaseDate {
    color: #650e0b;
    /* text-align: center; */
    /* margin: 62px auto 15px auto; */
    /* border: 3px #650e0b solid; */
    /* font-family: "Areal"; */
    font-weight: bold;
    font-size: 130%;
    padding: 0px;
}

div.releaseDate span {
    display: block;
    font-size: 80%;
    color: #949494;
    font-weight: 400;
    margin-top: -14px;
    margin-bottom: 6px;
}

div.releaseDate div.day {
    font-size: 600%;
    margin: -10px 0 0 0px;
}

div.releaseDate div.month {
    font-size: 150%;
    margin: -27px 0 0 0;
    font-weight: bold;
}

div.releaseInfo {
    line-height: 2;
    margin-bottom: 40px;
}

div.releaseSwitcher {
    float: right;
    margin-top: -50px;
}

div.trailerPreview:hover div.play {
    opacity: 1;
}

div.filmDescription {
    /*background-color: #fdfdfd;*/
    /*padding: 10px 20px;*/
    /*border: 1px #f0f0f0 solid;*/
    margin-bottom: 25px;
}

div.filmDescription p {
    font-family: "Tahoma" !important;
    font-size: 14px !important;
    background: none !important;
    margin-bottom: 0;
}

div.galleryItemWraper {
    height: 170px;
    max-width: 250px;
    overflow: hidden;
    margin-bottom: 25px;

}

div.galleryItemWraper img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
    #border: 1px #650E0B solid;
    padding: 2px;

}

img.newsImage {
    border: 1px #DCDCDC solid;
    float: left;
    margin: 0 25px 10px 0;
    max-width: 300px;
}

img.imgNews {
    /*border: 1px #A0A0A0 solid;*/
}

div.newsItem {
    margin-bottom: 30px;
}

div.newsItem .title {
    font-size: 140%;
    display: block;
    margin: 0 0 15px 0;
    text-decoration: none;
    border-bottom: 1px #ccc solid;
    padding-bottom: 4px;
}

div.newsItem date {
    color: #A20007;
    font-style: italic;
}

date {
    font-style: italic;
}

div.empty {
    color: #777;
    font-size: 140%;
}

img.articleSmallPoster {
    max-width: 120px;
    padding: 2px;
    border: 2px #5F5F5F solid;
    float: left;
    margin: 0 20px 0 0;
}

.hand {
    cursor: pointer;
}

div.social {
    position: absolute;
    top: 33px;
    right: 10%;
}

div.social a {
    float: left;
    margin: 0 0 0 14px;
    background: #650e0b;
    padding: 5px 10px;
    border-radius: 5px !important;
    display: block;
}

div.social a img{
    width: 25px;
    height: 25px;
}

.trailerPreviewSlide {
    position: absolute;
    margin-top: 22%;
}

div.trailerFilter {
    margin: 25px 0 0 0;
    background-color: #D2D2D2;
    padding: 10px;
    border: 1px #BDBDBD solid;
}

div.trailerSearch {
    float: right;
    width: 200px;
    margin-top: -49px;
}

div.sidebarHeader {
    font-size: 130%;
    color: #650E0B;
    margin-top: 20px;
    margin-left: 30px;

}

div.shortNews {
    margin-bottom: 25px;
    clear: both;
}

div.shortNewsBlock {
    margin-top: 10px;
    margin-left: 30px;
}

div.shortNews img {
    border: 1px #C9C9C9 solid;
    max-width: 100px;
    float: left;
    margin: 0 20px 25px 0;
}

ul.releasesdvd {
    list-style: none;
    font-size: 130%;
    color: #650E0B;
    padding: 0;
}

ul.releasesdvd li {
    margin-top: 13px;
    font-size: 110%;
    color: #650E0B;
}

ul.releasesdvd span {
    isplay: block;
    clear: both;
    float: left;
    width: 50px;
    font-size: 70%;
    color: #737373;
    margin-top: 4px;
}

div.painterLink {
    margin: 0 0 5px 30px;
}

div.resrtiction {
    color: #C2C2C2;
    background-color: rgba(1, 1, 1, 0.7);
    position: absolute;
    margin: 9px 0 0 1px;
    font-size: 180%;
    padding: 10px;

}

div.resrtiction span {
    display: block;
    border: 3px #C2C2C2 solid;
    border-radius: 70px !important;
    padding: 6px 3px;
}

a.siteLink {
    display: block;
    text-align: center;
    margin: 15px 0;
}

div.tab-pane {
    background-color: white;
    padding: 25px;
    border: 1px solid #ddd;
    border-top: 0;
}

div.article {
    margin: 0 0 25px 0;
}

div.article date {
    font-size: 80%;

}

div.prize {
    margin-bottom: 25px;
}

div.contactBlock h2 {
    margin-top: 55px;
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px;
}

div.contactBlock h2:first-child {
    margin-top: 30px;
}

div.filmMaterialBlock {
    margin-bottom: 25px;
}

ul.materials li {
    margin-top: 25px;
}

ul.materials li ul li {
    margin-top: 5px;
}

#materialsResults {
    margin-top: 25px;
}

#string {
    float: right;
    width: 250px;
}

table.projects .img-responsive {
    border: 1px #D0D0D0 solid;
    margin: 20px auto;
    max-width: 200px;
}

div.prizes_short {
    height: 40px;
    text-align: right;
    margin-bottom: 17px;
}

div.prizes_short img {
    max-height: 40px;
    margin-left: 10px;
    border: 1px #c1c1c1 solid;
}

.nav-tabs > li > a {
    text-decoration: none;
}

div.tab-pane a {
    text-decoration: none;
}

#wrongPass {
    position: absolute;
    background-color: rgba(101, 14, 11, 0.67);
    color: white;
    padding: 5px;
    z-index: 99;
    border-radius: 7px;
    display: none;
    margin: 19px 15px;
}

.filmRow small {
    color: #8c8c8c;
    font-size: 100%;
}

div.person-block {
    overflow-y: scroll;
    max-height: 600px;
    display: none;
}

div.person-best-works {
    white-space: pre;
    margin-top: -40px;
}


div.person-orig_name {
    font-size: 140%;
}

.ya-site-form__input-text {
    padding: 3px !important;
    color: #8a8a8a !important;
    border: 1px #8e8e8e solid !important;
}

a.news-link {
    color: #c7c7c7;
    text-decoration: none;
}

div.film-prize-row {
    margin: 0 0 15px 0;
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px;
}

div.film-prize-row a.film-title {
    font-size: 140%;
    text-decoration: none;
}

div.film-prize-row div.prizes_short {
    float: right;
}

div.person-short-prizes {
    width: 30px;
    height: 30px;
    float: left;
    margin: 5px;
    border: 1px #ccc solid;
    background-size: cover;
    background-position: center;
}

a.poster-link {
    display: block;
    padding-bottom: 144%;
    background-size: cover;
    background-position: center;
    border: 1px #ccc solid;
    margin-bottom: 25px;
}

ul.files li a {
    word-wrap: anywhere;
}