.bg-main {
    background: var(--bg-main) !important;
}

#floating-switch {
    position: fixed;
    bottom: 10px;
    right: 20px;
}

header {
    background-color: var(--bg-main);
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

@media (min-width: 1000px) {

    .h-xl-100 {
        height: 100%;
    }
}

.form-control-dark {
    color: #fff;
    background-color: var(--bg-main);
    border-color: var(--bs-gray);
}

.form-control-dark:focus {
    color: #fff;
    background-color: var(--bg-main);
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.text-small {
    font-size: 85%;
}

.dropdown-toggle {
    outline: 0;
}

.forum-card {
    background-color: var(--bg-main);
    background-color: #474747;
    color: white;
    vertical-align: middle;
    /*margin-top: 20px;*/
    border: none;
    padding-left: 30px;
    padding-bottom: 20px;
    padding-top: 20px;

}

.rounded .forum-card {
    border-radius: 10%;
}

.poster {
    margin-bottom: 10px;
}

.rating-tab {

    padding-left: 40px;
    max-height: 250px;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
}

/*.rating-tab::-webkit-scrollbar {*/
/*  width: 10px;*/
/*  background-color: var(--bg-main);*/
/*}*/
/**/
/*.rating-tab::-webkit-scrollbar-thumb {*/
/*  border-radius: 10px;*/
/*  background-color: #ffc107;*/
/*}*/
/**/
/*.rating-tab::-webkit-scrollbar-track {*/
/*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);*/
/*  border-radius: 10px;*/
/*  background-color: var(--bg-main);*/
/*}*/
.table-rate {
    max-width: 100%;

    height: 50%;

}

.table-rate > thead > tr > th,
.table-rate > tbody > tr > th,
.table-rate > tfoot > tr > th,
.table-rate > thead > tr > td,
.table-rate > tbody > tr > td,
.table-rate > tfoot > tr > td {
    padding-right: 10px;
    line-height: 1.42857143;
}

.table-rate > thead > tr > th {
}

.numbername {
    font-size: 30px;
    color: black;
    padding-top: 10px;
    padding-bottom: -10px;
}

.poster {
}

.btn-yellow {

}

.selected {
    border: dotted 0.3rem #ffc107;
    transition: 1s;
}

.thirds {
    padding: 5px;
    font-size: 12px;
}

.thirds-new {
    font-size: 12px;
}

.row.description {
    padding: 10px;
}

.name {
    font-weight: 800;
    font-size: 20px;
    color: #ffc107;
}

h5.name {
    font-size: 15px;
}

#IM {
    width: 100%;
    object-fit: contain;
    transition: 1s;
    border-radius: 10%;

}

#IM:hover {
    transform: scale(1.5);
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: 1s;
}

.avatar.header:hover {
    transform: none;

}

.avatar.header {
    transition: none;
    border: 2px solid white;

}

.avatar:hover {
    transform: scale(2.0);
}

.ex-name {
    font-weight: 100;
    font-size: 10px;
}

.rate {
    vertical-align: inherit;
}

.row.th {
    margin: -5px -6px 0px -9px;
}

.original {
    font-weight: 100;
    font-size: 12px;
    margin-top: -5px;
}

.logo {
    max-height: 40px;
    object-fit: contain;
    transition: 1s;
}

#lgg {
    max-height: 40px;
}

.res_logo {
    max-height: 30px;
    border-radius: 10%;
}

.rates {
    font-weight: 1000;
}

.grey-zone {
    color: #c2c2c2;
}

.green-zone {
    color: #03c03c;
}

.red-zone {
    color: red;
}


.three {
    margin: -30px;
    padding: 50px 20px;
    text-align: center;

}

.three h1 {
    position: relative;
    color: #FCF2E5;
    background: var(--bg-main);
    background: #474747;
    font-weight: normal;
    padding: 10px 40px;
    display: inline-block;
    margin: 0;
    line-height: 1;
    border-radius: 20px;

}

.three h1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: -15px;
    background: var(--bg-main);
    background: #474747;
    border-radius: 10%;
}

.three h1:after {
    content: "";
    position: absolute;
    height: 0;
    width: 80%;
    border-top: 10px solid var(--bg-main);
    border-top: 10px solid #474747;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;

}

@media (max-width: 500px) {
    .three h1 {
        font-size: 1.8em;
    }
}

@media (max-width: 400px) {
    .three h1 {
        font-size: 1.5em;
        padding: 10px 30px;
        border-radius: 10%;
    }
}

.top {
    height: 50%;

}

/*sign-login*/

/*     */
.rate-ch {
    font-weight: 800;
    font-size: 16px;
}

.user-info {
    padding-top: 20px;
    max-height: 30%;
}

.user-avatar {
    width: 100%;
    border-radius: 10%;
}

.table-user-rate {
    background-color: #2e2e2e;
    color: white;
    border-radius: 1%;
}

.table-user-rate > tbody > tr:hover > * {
    background-color: #909ba6;
    color: white;
}

table a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

a:hover {
    color: black;

}

#customRange {
    color: red;
}

.type-descr {
    border-radius: 10px;
}

.type-text {
    min-height: 100px;
}

.middle {
    min-height: 150px;
}

input[type=range] {
    width: 100%;
    margin: 7.3px 0;
    background-color: transparent;
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    background: rgba(0, 0, 0, 0.4);
    border: 0.2px solid #010101;
    border-radius: 1.3px;
    width: 100%;
    height: 11.4px;
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
    margin-top: -7.5px;
    width: 26px;
    height: 26px;
    background: #ffb91b;
    border: 1.8px solid #000000;
    border-radius: 15px;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #7d7d7d;
}

input[type=range]::-moz-range-track {
    background: rgba(0, 0, 0, 0.4);
    border: 0.2px solid #010101;
    border-radius: 1.3px;
    width: 100%;
    height: 11.4px;
    cursor: pointer;
}

input[type=range]::-moz-range-thumb {
    width: 26px;
    height: 26px;
    background: #ffb91b;
    border: 1.8px solid #000000;
    border-radius: 15px;
    cursor: pointer;
}

input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 8.2px 0;
    color: transparent;
    width: 100%;
    height: 11.4px;
    cursor: pointer;
}

input[type=range]::-ms-fill-lower {
    background: #000000;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

input[type=range]::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.4);
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

input[type=range]::-ms-thumb {
    width: 26px;
    height: 26px;
    background: #ffb91b;
    border: 1.8px solid #000000;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 0px;
    /*Needed to keep the Edge thumb centred*/
}

input[type=range]:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.4);
}

input[type=range]:focus::-ms-fill-upper {
    background: #7d7d7d;
}

.btn-user {
    margin: 10px;
    width: 100%;
    text-align: center;
}

.us-row {
    height: 50%;
}

.unrate:hover {
    color: red;
}

.forum-card.new {
    margin-top: 10px;
}


.form-gr {
    padding-top: 5px;
    display: flex;
    width: 100%;
}

.form-path {
    padding-right: 20px;
    width: 50%;

}

.check-g {
    max-height: 100px;
    overflow-y: scroll;
}


.form-gr.btn {
    justify-content: center;
}

.form-al {
    padding-right: 20px;
    display: block;
}

.thirds img {
    max-width: 100%;
    height: 100%;

}

html, body {
    height: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
}

.rating-area {
    overflow: hidden;
    width: 310px;
    margin: 0 auto;
}

.rating-area:not(:checked) > input {
    display: none;
}

.rating-area:not(:checked) > label {
    float: right;
    width: 30px;
    padding: 0;
    cursor: pointer;
    font-size: 30px;
    line-height: 70px;
    color: lightgrey;
}

.rating-area:not(:checked) > label:before {
    content: '★';
}

.rating-area > input:checked ~ label,
.rating-area > label:hover ~ input:checked,
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: gold;
}

.rate-area > label:active {
    position: relative;
}

.charts {
    max-height: 400px;
    max-width: 100%;
    padding: 20px;
    background-color: var(--bg-main);
}

@media (max-width: 720px) {
    .row {
        text-align: center;
    }

    .forum-card {
        padding: 5px;
    }

    .rating-tab {
        padding: 0;
        /*width: 100%;*/
        margin: 20px;
        overflow: hidden;
        padding-left: 5px;
        display: contents;
        width: -webkit-fill-available;


    }

    .thirds {
        /*margin: 0px;*/
        margin: 5px 3px 0 13px;
        width: fit-content;
    }

    .row.th {
        padding: 0;
    }

    .row.description {
        padding: 0 5px 0 15px;

    }

    table {
        width: 100%;
        margin: 20px;
    }

    #IM:hover {
        transform: none;
    }

    #IM {
        /*/height: 200px;*/
        /*margin-top: 20px;*/
        width: 70%;
    }

    .logo-and-rates {
        margin: 5px 0;

    }

}

.slide-cust {
    height: 100%;
    padding: 0 5px;

}

.slide-cust img {
    height: 220px;
}

.slide-cust #IM {
    border-radius: 0;
}

.tour-table {
    display: flex;
    max-height: 300px;
}

.col-25 {
    width: 20%;
    /*height: 20px;*/
    /*background-color: white;*/
    /*border: 1px solid red;*/
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
}

.cell {
    border-radius: 5px;
    font-size: 13px;
    width: 30px;
    height: 20px;
    background-color: black;
    margin: 10px;
}

:root {
    --first-color: black;
    --active-color: black;
    --passive-color: grey;
    --first-bg: white;
    --active-bg: #ffc107;
    --passive-bg: grey;
    --dark-grey: var(--bg-main);
}

.final {
    display: flex;


}

.col-final {
    width: 40%;
    justify-content: center;
}

@keyframes win {
    0% {
        border: none;
        background-color: transparent;
        color: var(--dark-grey);

    }
    59% {
        border: none;
        background-color: transparent;
        color: var(--dark-grey);
    }
    60% {
        /*background-color: var(--active-bg);*/
        color: var(--active-bg);
        border: 2px var(--active-bg) dotted;
    }
    100% {
        /*background-color: var(--active-bg);*/
        border: 2px var(--active-bg) dotted;
        color: var(--active-bg);
    }
}

@keyframes active-t1 {
    0% {
        background: var(--first-bg);
        color: var(--first-color);
    }
    14% {
        background: var(--first-bg);
        color: var(--first-color);
    }
    15% {
        background: var(--active-bg);
        color: var(--active-color);
    }
    100% {
        background: var(--active-bg);
        color: var(--active-color);
    }
}

@keyframes passive-t1 {
    0% {
        background: var(--first-bg);
        color: var(--first-color);
    }
    14% {
        background: var(--first-bg);
        color: var(--first-color);
    }
    15% {
        background: var(--passive-bg);
        color: var(--passive-color);
    }
    100% {
        background: var(--passive-bg);
        color: var(--passive-color);
    }
}

@keyframes passive-t2 {
    0% {
        background: var(--first-bg);
        color: var(--first-bg);
    }
    14% {
        color: var(--first-bg)
    }
    15% {
        color: var(--first-color)
    }
    29% {
        background: var(--first-bg);
    }
    30% {
        background: var(--passive-bg);
        color: var(--passive-color);
    }
    100% {
        background: var(--passive-bg);
        color: var(--passive-color);
    }
}

@keyframes active-t2 {
    0% {
        background: var(--first-bg);
        color: var(--first-bg);
    }
    14% {
        color: var(--first-bg)
    }
    15% {
        color: var(--first-color)
    }
    29% {
        background: var(--first-bg);
    }
    30% {
        background: var(--active-bg);
        color: var(--active-color);
    }
    100% {
        background: var(--active-bg);
        color: var(--active-color);
    }
}

@keyframes passive-t3 {
    0% {
        background: var(--first-bg);
        color: var(--first-bg);
    }
    29% {
        color: var(--first-bg);
    }
    30% {
        /*background: var(--active-bg);*/
        color: var(--first-color);
    }
    44% {
        background: var(--first-bg);
    }
    45% {
        background: var(--passive-bg);
        color: var(--passive-color);
    }
    100% {
        background: var(--passive-bg);
        color: var(--passive-color);
    }
}

@keyframes active-t3 {
    0% {
        background: var(--first-bg);
        color: var(--first-bg);
    }
    29% {
        color: var(--first-bg);
    }
    30% {
        /*background: var(--active-bg);*/
        color: var(--first-color);
    }
    44% {
        background: var(--first-bg);
    }
    45% {
        background: var(--active-bg);
        color: var(--active-color);
    }
    100% {
        background: var(--active-bg);
        color: var(--active-color);
    }
}

.a-t1 {
    animation: active-t1 4s linear infinite;
}

.p-t1 {
    animation: passive-t1 4s linear infinite;
}

.a-t2 {
    animation: active-t2 4s linear infinite;
}

.p-t2 {
    animation: passive-t2 4s linear infinite;
}

.a-t3 {
    animation: active-t3 4s linear infinite;
}

.p-t3 {
    animation: passive-t3 4s linear infinite;
}

.nw {
    /*flex-wrap: nowrap;*/
}

.winner {
    /*position: absolute;*/
    top: 10%;
    text-align: center;
    /*background-color: yellow;*/
    font-size: 22px;
    /*border: 2px black dotted;*/
    animation: win 4s linear infinite;
}

.bg-main {
    background-color: var(--dark-grey);
}

.mount {
    background-color: var(--passive-bg);
    height: 100px;
    width: 50%;
    text-align: center;
    margin: 20px;
    border-radius: 5px;
}

.mount-an {
    overflow: hidden;
}


.mo-active {
    color: var(--active-color);
    background-color: var(--active-bg);
}

.mo-1 {
    --pa-color: var(--passive-bg);
    --ac-bg: var(--active-bg);
    --pa-bg: var(--passive-bg);
    --ac-color: black;
}

.block-center {
    display: flex;
    justify-content: space-around;
}

.card-center {
    justify-content: center;
}

.b1-warning {
    border: 1px solid var(--active-bg);
}

.tour {
    width: 100%;
    height: 100%;
}

.tour-t {
    height: 100%;
}

.search-opt:hover {
    background-color: lightgrey;
}

.w-30p {
    width: 35px !important;
}

.h-30p {
    height: 35px !important;
}

.vote {
    min-height: 100px;
}

.looser {

}

.w-30p {
    width: 30px;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.8;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    text-indent: -9999px;
    background: url('https://imdibil.ru/image/arrow-up-circle-fill.svg') no-repeat;
}

.navbar-xs {
    background-color: black;
}

.pagination ul li {
    display: inline-block;
    list-style: none;
    margin: 5px 5px;
    font-size: 14px;
    text-align: center;
}

.pagination ul li a, .pagination ul li a:visited {
    display: block;
    text-decoration: none;
    color: black;
    background: repeat-x scroll 0 0 gold;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;

    height: 28px;
    width: 28px;
    line-height: 26px;
    top: -1px;

}

.border-bottom-sm {
    border: none;
}

@media screen and (max-width: 600px) {
    .border-bottom-sm {
        border-bottom: 1px solid gold;
    }

    .no-hover:hover {
        transform: none !important;
    }
}

.fs-10p {
    font-size: 10px !important;
}

.no-hover:hover {

}

@media screen and (min-width: 500px) {

    .fs-3-sm {
        font-size: 2rem !important;
    }
}

.fill-brown {
    fill: #9b603d;
}

.fill-super {
    animation: super-medal 5s infinite ease-in-out;
}

@keyframes super-medal {
    0%, 100% {
        fill: #d90ceb;
    }
    30% {
        fill: #0a53be;
    }
    60% {
        fill: #03adaa;
    }
    90% {
        fill: #d5325d;
    }
}

.medal-counter {
    right: 0px;
    top: 20px !important;
}

svg.fill-inactive {
    fill: #424345 !important;
}

.table-leaders tr:first-child {
    color: gold;
    font-size: larger;
}

.banner-leaders:first-child {
    color: gold;
    font-size: larger;
}

@keyframes __pulseDanger {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(246, 78, 96, 0.8);
        box-shadow: 0 0 0 0 rgba(116, 0, 0, 0.8);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(246, 78, 96, 0);
        box-shadow: 0 0 0 10px rgba(116, 0, 0, 0);
    }
    80% {
        -moz-box-shadow: 0 0 0 0 rgba(246, 78, 96, 0);
        box-shadow: 0 0 0 0 rgba(116, 0, 0, 0);
    }
}

@-webkit-keyframes __pulseDanger {
    0% {
        box-shadow: 0 0 0 0 rgba(116, 0, 0, 0.8);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(116, 0, 0, 0);
    }
    80% {
        box-shadow: 0 0 0 0 rgba(116, 0, 0, 0);
    }
}

.pulse-danger {
    animation: __pulseDanger 2s infinite;
}

.card-lock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    /*filter: blur(5px);*/
}

.lock-content {
    position: absolute;
    bottom: 22%;
    width: 90%;
}

.card:hover .card-lock-overlay {
    display: flex;
}

.table-dark-profile td {
    --bs-table-bg: #2e2e2e !important;
    --bs-table-striped-bg: #383838 !important;
    --bs-table-striped-color: #fff !important;
    --bs-table-active-bg: #434343 !important;
    --bs-table-active-color: #fff !important;
    --bs-table-hover-bg: #3e3e3e !important;
    --bs-table-hover-color: #fff !important;
    border-color: #434343 !important;
    /*color: #fff !important;*/
    background-color: #2e2e2e !important;;
}


.left-widget {
    bottom: 30px;
    width: 50px;
    left: 30px;
    position: fixed;

}


.table-leaders .avatar {
    width: 40px;
    height: 40px;
}


.table-leaders tr:first-child .avatar {
    border: #FFC107 3px solid;

}


#wrapper {
    height: inherit;
}

.banner {
    background-size: contain;
    position: relative;
    height: 400px;
    display: flex;
    align-items: end;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.banner-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner h1 {
    margin-bottom: 20px;
    color: #ffd700; /* Gold color for title */
}

.banner p {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.banner-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #ffd700; /* Gold color for button */
    color: #333;
    text-decoration: none;
    font-size: 1.2em;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.banner-button:hover {
    background-color: #e6b800;
}

.movie-card {
    position: relative;
    margin: 10px;
    overflow: hidden;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    min-height: 250px;
}

.movie-card:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.movie-poster {
    filter: grayscale(50%);
    width: 100%;
    height: 270px;
    display: block;
    border-radius: 10px;
}

.movie-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 10px 50px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.movie-card:hover .movie-info {
    opacity: 1;
}

.star-rating {
    display: inline-block;
    font-size: 1.5rem;
    position: relative;
    /*margin: 10px 0;*/
}

.star-rating-big {
    display: inline-block;
    font-size: 2rem;
    position: relative;
    /*margin: 10px 0;*/
}

.star {
    position: relative;
    display: inline-block;
    color: gold; /* Gold color */
    margin-right: 5px;
}

.star.empty {
    color: #4b4b4b; /* Grey color for empty stars */
}

.star.partial {
    background: linear-gradient(90deg, #ffd700 0%, #ffd700 var(--fill-percentage), #4b4b4b var(--fill-percentage), #4b4b4b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.more-details-button {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    padding: 10px 20px;
    background-color: #ffd700;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    z-index: 2;
    height: 30px;
    line-height: 10px;
    transition: bottom 0.3s ease;
}


.fullscreen-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('/path/to/banner-image.jpg') no-repeat center center/cover;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.logo {
    width: 200px;
    margin-bottom: 20px;
}

.banner-content h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

.banner-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffd700;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
    transition: background-color 0.3s ease;
}

.banner-button:hover {
    background-color: #e6b800;
}

#cards-section {
    margin-top: -20px; /* To cover the overlap */
    padding-top: 20px; /* Adjust according to your design */
    background-color: #1c1c1c;
}


.banner {
    background: url("https://imdibil.ru/images/bg-test.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

@media screen and (max-width: 800px) {
    .banner {
        background-image: url("https://imdibil.ru/images/bg-test-vert.jpg");
    }

    .star-rating {
        font-size: 1rem;
    }
}

.banner svg {
    width: 100%;
    height: auto;
}

.banner-text {
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 3;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-text h1 {
    margin: 0;
    letter-spacing: 2px;
}

@media screen and (max-width: 800px) {
    .button-container {
        flex-direction: row;
        flex-wrap: wrap
    }

    .button {
        width: 40%;
        border-color: white !important;
        color: white !important;
    }

    .reel-1 {
        top: 25% !important;
    }

    .reel-2 {
        top: 40% !important;
        left: 90% !important;
    }

    .reel-3 {
        top: 56% !important;
        left: -10% !important;
    }

    .popcorn-box {
        top: 80% !important;
        left: 20% !important;
    }

    .camera {
        top: 15% !important;
        left: 3% !important;
    }

    .splash-1 {
        top: 70% !important;
        left: 44% !important;
    }

    .splash-2 {
        display: none;
    }
}


.banner-text p {
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.popcorn {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #FFD700;
    border-radius: 50%;
    z-index: 2;
    animation: floatUp 10s ease-out, float 5s ease-in-out infinite forwards;
}

.popcorn:nth-child(2) {
    width: 15px;
    height: 15px;
    animation-delay: 1s;
    animation-duration: 6s;
}

.popcorn:nth-child(3) {
    width: 10px;
    height: 10px;
    animation-delay: 2s;
    animation-duration: 7s;
}

@keyframes floatUp {
    0% {
        transform: translateY(100vh);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        transform: translateY(var(--position-float) vh);
        opacity: 1;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes float-splash {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: rotate(15deg) translateY(-55px);
    }
}

@keyframes spin-reel {
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
}

.reel-1 {
    position: absolute;
    top: 27%;
    right: 21%;
    width: 70px;
    height: 70px;
    animation: spin-reel 10s infinite ease-in-out;
    animation-delay: 5s;
}

.reel-2 {
    position: absolute;
    top: 37%;
    left: 21%;
    width: 70px;
    height: 70px;
    animation: spin-reel 20s infinite ease-in-out;
    animation-delay: 4s;
}

.reel-3 {
    position: absolute;
    top: 35%;
    left: 25%;
    width: 85px;
    height: 85px;
    animation-delay: 3s;
    animation: spin-reel 15s infinite ease-in-out;
}

.img-fluid {
    width: 100%;
}

.diagonal-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.line {
    stroke: #FFD700;
    stroke-width: 2;
}

.splash-1 {
    position: absolute;
    top: 49%;
    left: 16%;
    width: 176px;
    height: 70px;
    animation: float-splash 15s infinite ease-in-out;
}

.popcorn-box {
    position: absolute;
    top: 69%;
    left: 27%;
    width: 91px;
    height: 70px;
}

.splash-2 {
    position: absolute;
    top: 56%;
    right: 14%;
    width: 104px;
    height: 85px;
}

.popcorn-container {
    position: absolute;
    bottom: 50px;
    width: 100px;
    height: 150px;
}

.popcorn-container svg {
    width: 100%;
    height: auto;
}

.popcorn-kernel {
    position: absolute;
    background-color: #FFD700;
    border-radius: 50%;
    opacity: 0;
    animation: fly 3s ease-in-out forwards;
}

@keyframes fly {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    10% {
        transform: translate(var(--random-x), -30px);
        opacity: 1;
    }

    100% {
        transform: translate(calc(var(--random-x) * 1.5), 100px);
        opacity: 0;
    }
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.button {
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #c4c4c445;
    background-color: rgb(0 0 0 / 10%);
    color: #929292;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    border-radius: 30px;
    transition: border-color 0.7s, color 0.5s
}

.button:hover {
    color: #FFD700;
    border-color: #FFD700;
}

.camera {
    position: absolute;
    top: 35%;
    left: 66%;
    width: 370px;
    height: 85px;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.light {
    animation: blink 15s infinite;
}

@keyframes blink {
    5%, 10%, 15%, 20%, 23%, 40% {
        opacity: 1;
    }
    0%, 9%, 12%, 16%, 21%, 24% {
        opacity: 0;
    }
}

@keyframes on {
    0% {
        opacity: 1;
    }
    28.57%, 100% {
        opacity: 1;
    }
    28.58% {
        opacity: 0;
    }
}

.quiz-btn {
    border-color: gold !important;
}

.moview-card {
    background-color: #2a2a2a;
    border-radius: 10px;
    overflow: hidden;
    height: 270px;
    perspective: 1000px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.moview-card:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
}

.card-front {
    background-color: #2a2a2a;
}

.card-front img {
    width: 100%;
    border-bottom: 1px solid #444;
}

.card-back {
    background-color: #1a1a1a;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.card-back h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.card-back p {
    font-size: 1rem;
    margin-bottom: 10px;
}

.text-gold {
    color: #ffd700;
}

.link-dashed-gold {
    border-bottom: 1px dashed #ffd700 !important;
}

svg.fill-inactive-mobile {
    fill: #e1e2e394 !important;
}

.avatar-xxl {
    font-size: 1.3rem;
    height: 8rem !important;
    width: 8rem !important;
}

:root {
    --square-size: 15px;
    --square-gap: 5px;
    --week-width: calc(var(--square-size) + var(--square-gap));
}

.months {
    grid-area: months;
}

.days {
    grid-area: days;
}

.squares {
    grid-area: squares;
}

.graph {
    display: inline-grid;
    grid-template-areas:
                       "days squares";
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
}

.months {
    display: grid;
    grid-template-columns: calc(var(--week-width) * 4) /* Jan */
                         calc(var(--week-width) * 4) /* Feb */
                         calc(var(--week-width) * 4) /* Mar */
                         calc(var(--week-width) * 5) /* Apr */
                         calc(var(--week-width) * 4) /* May */
                         calc(var(--week-width) * 4) /* Jun */
                         calc(var(--week-width) * 5) /* Jul */
                         calc(var(--week-width) * 4) /* Aug */
                         calc(var(--week-width) * 4) /* Sep */
                         calc(var(--week-width) * 5) /* Oct */
                         calc(var(--week-width) * 4) /* Nov */
                         calc(var(--week-width) * 5) /* Dec */;
}

.days,
.squares {
    display: grid;
    grid-gap: var(--square-gap);
    grid-template-rows: repeat(7, var(--square-size));
}

.squares {
    grid-auto-flow: column;
    grid-auto-columns: var(--square-size);
}


/* Other styling */

body {
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
    /*font-size: 12px;*/
}

.graph {
    /*padding: 20px;*/
    /*border: 1px #e1e4e8 solid;*/
    /*margin: 20px;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
}

.days li:nth-child(even) {
    visibility: hidden;
}

.squares li {
    background-color: #5f5f5f52;
    border-radius: 30%;
}

.squares li[data-level="1"] {
    background-color: #ffd80438;
}

.squares li[data-level="2"] {
    background-color: #ffd8048f;
}

.squares li[data-level="3"] {
    background-color: #ffd700;
}

.graph ul li {
    list-style: none;
}

.graph ul {
    margin: 0;
    padding: 0;
}

.days {
    color: white;
}

.movie-info-pill {
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    min-width: 150px;
}

@media screen and (max-width: 600px) {
    .movie-info-pill {
        min-width: 70px;
    }

    .star-rating-big {
        font-size: 1.5rem;
    }
}

.image-first-poster {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 20px;

}

.br-20px {
    border-radius: 20px !important;
}

.border-gold-1 {
    border-width: 1px;
    border-style: solid;
    border-color: gold;
}


.filter-sepia {
    filter: sepia(1);
}

.filter-grayscale {
    filter: grayscale(1);
}

.text-small-sm {
    font-size: 100%;
}

@media screen and (max-width: 600px) {
    .text-small-sm {
        font-size: 85%;
    }
}


@keyframes animate-bg {
    from {
        background-size: 130%;
    }

    to {
        background-size: 160%;
    }
}

.bg-zoom-hover {
    transition: 0.3s ease-in-out;


}

.bg-zoom-hover:hover {
    animation: animate-bg 3s ease-in-out;
    animation-fill-mode: forwards
}

.text-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10; /* number of lines to show */
    line-clamp: 10;
    height: 10rem;
    -webkit-box-orient: vertical;
}

@property --a {
    syntax: "<angle>";
    inherits: false;
    initial-value: 135deg;
}

@keyframes bgrotate {
    from {
        --a: -180deg;
    }
    to {
        --a: 180deg;
    }
}


.bg-gold-dynamic {
    background: linear-gradient(var(--a), gold, transparent);
    animation-name: bgrotate;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}


/*.btn-quiz:hover:before {*/
/*     background-image: url(https://imdibil.ru/image/rollup.svg);*/

/* }*/
/*.btn-quiz:before {*/
/*    content: "";*/
/*    background-image: url(https://imdibil.ru/image/rollup_gold.svg);*/
/*    background-position: bottom left;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    position: absolute;*/
/*    left: 12px;*/
/*    bottom: 29px;*/
/*}*/
.fs-12p {
    font-size: 12px;
}


body.new-year {
    background-color: #18370f !important;

    #js_header_spacer {
        margin-bottom: 20px;
    }

    .forum-card {
        background-color: #0c2e11;
    }

    .bg-main {
        background-color: #0c2e11 !important;
    }

    .bg-dark {
        background-color: rgba(24, 55, 15, var(--bs-bg-opacity)) !important;
    }

    .banner {
        background: url("https://imdibil.ru/images/bg-ny.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }

    .popcorn {
        background-color: white;
    }

    .table-dark {
        --bs-table-bg: rgba(24, 55, 15);
    }

    #floating-ball-1 {
        width: 200px;
        height: 400px;
        position: absolute;
        top: -50px;
        left: 10%;
    }
    #floating-ball-2 {
        width: 300px;
        position: absolute;
        top: 0;
        right: 5%;
    }


    #star-1 {
        position: absolute;
        top: 10%;
        left: 40%;
        width: 40px;
    }
#star-2 {
    position: absolute;
    bottom: 10%;
    right: 40%;
    width: 40px;
}
#spin-2 {
    position: absolute;
    bottom: 15%;
    right: 35%;
    width: 50px;
}
#spin-1 {
    position: absolute;
    top: 17%;
    left: 30%;
    width: 60px;
}


@media screen and (max-width: 600px) {
        #floating-ball-1 {
            width: 250px;
            height: 200px;
            position: absolute;
            top: 0;
            left: 0%;
        }
        #floating-ball-2 {
            width: 300px;
            position: absolute;
            bottom: 0;
            right: -10%;

        }
    }



}
.lightrope {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    /*margin: -15px 0 0 0;*/
    padding: 0;
    top: 70px;
    pointer-events: none;
    width: 100%;
}

.lightrope li {
    position: relative;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 12px;
    height: 28px;
    border-radius: 50%;
    margin: 20px;
    display: inline-block;
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5;
    animation-name: flash-1;
    animation-duration: 2s;
}

.lightrope li:nth-child(2n+1) {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.5);
    animation-name: flash-2;
    animation-duration: 0.4s;
}

.lightrope li:nth-child(4n+2) {
    background: #f70094;
    box-shadow: 0px 4.66667px 24px 3px #f70094;
    animation-name: flash-3;
    animation-duration: 1.1s;
}

.lightrope li:nth-child(odd) {
    animation-duration: 1.8s;
}

.lightrope li:nth-child(3n+1) {
    animation-duration: 1.4s;
}

.lightrope li:before {
    content: "";
    position: absolute;
    background: #222;
    width: 10px;
    height: 9.33333px;
    border-radius: 3px;
    top: -4.66667px;
    left: 1px;
}

.lightrope li:after {
    content: "";
    top: -14px;
    left: 9px;
    position: absolute;
    width: 52px;
    height: 18.66667px;
    border-bottom: solid #222 2px;
    border-radius: 50%;
}

.lightrope li:last-child:after {
    content: none;
}

.lightrope li:first-child {
    margin-left: -40px;
}

@media (max-width: 900px) {
    .lightrope {
        top: 52px;
    }
}

@keyframes flash-1 {
    0%, 100% {
        background: #f70000;
        box-shadow: 0px 4.66667px 24px 3px #f70000;
    }

    50% {
        background: rgba(153, 3, 2, 0.4);
        box-shadow: 0px 4.66667px 24px 3px rgba(156, 2, 2, 0.2);
    }
}

@keyframes flash-2 {
    0%, 100% {
        background: white;
        box-shadow: 0px 4.66667px 24px 3px white;
    }

    50% {
        background: rgba(225, 225, 225, 0.4);
        box-shadow: 0px 4.66667px 24px 3px rgba(225, 225, 225, 0.2);
    }
}

@keyframes flash-3 {
    0%, 100% {
        background: #f6c700;
        box-shadow: 0px 4.66667px 24px 3px #f6c700d6;
    }

    50% {
        background: #f6c7008f;
        box-shadow: 0px 4.66667px 24px 3px #f6c70073;
    }
}



/***/
#jhalar1 {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: top;
    transform-box: fill-box;
}
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}
#Vector_191
{
    -webkit-animation: flip-vertical-left 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate both;
    animation: flip-vertical-left 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate both;
    transform-box: fill-box;
    transform-origin: center;
}
#under-circle1
{
    -webkit-animation: rotate-center 2s linear infinite both;
    animation: rotate-center 2s linear infinite both;
    transform-box: fill-box;
    transform-origin: center;
}
@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes flip-vertical-left {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}
@keyframes flip-vertical-left {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}
#jhalar2
{
    animation: swing ease-in-out 1.3s infinite alternate;
    transform-origin: top;
    transform-box: fill-box;
}
#under-cirlce2
{
    -webkit-animation: rotate-center 3s linear infinite both;
    animation: rotate-center 3s linear infinite both;
    transform-box: fill-box;
    transform-origin: center;
}
#Group_28
{
    -webkit-animation: scale-in-center 1.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    animation: scale-in-center 1.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    transform-box: fill-box;
    transform-origin: center;
}
@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
#Group_16
{
    -webkit-animation: rotate-center 3s linear infinite both;
    animation: rotate-center 3s linear infinite both;
    transform-box: fill-box;
    transform-origin: center;
}
#circle2
{
    -webkit-animation: rotate-center 2.4s linear infinite both;
    animation: rotate-center 2.4s linear infinite both;
    transform-box: fill-box;
    transform-origin: center;
}
#Vector_35
{
    -webkit-animation: rotate-center 3s linear infinite both;
    animation: rotate-center 3s linear infinite both;
    transform-box: fill-box;
    transform-origin: center;
}
#Vector_30
{
    -webkit-animation: rotate-center 2s linear infinite both;
    animation: rotate-center 2s linear infinite both;
    transform-box: fill-box;
    transform-origin: center;
}

#circle1
{
    -webkit-animation: rotate-center 1s linear infinite both;
    animation: rotate-center 1s linear infinite both;
    transform-box: fill-box;
    transform-origin: center;
}
#Group_15
{
    -webkit-animation: rotate-center 1s linear infinite both;
    animation: rotate-center 1s linear infinite both;
    transform-box: fill-box;
    transform-origin: center;
}

#Group_16
{
    -webkit-animation: rotate-center 3s linear infinite both;
    animation: rotate-center 3s linear infinite both;
    transform-box: fill-box;
    transform-origin: center;
}

#small-cicle1
{
    -webkit-animation: rotate-center 3s linear infinite both;
    animation: rotate-center 3s linear infinite both;
    transform-box: fill-box;
    transform-origin: center;
}

#circle2
{
    -webkit-animation: rotate-center 2.4s linear infinite both;
    animation: rotate-center 2.4s linear infinite both;
    transform-box: fill-box;
    transform-origin: center;
}
#Group_17
{
    -webkit-animation: rotate-center 2.4s linear infinite both;
    animation: rotate-center 2.4s linear infinite both;
    transform-box: fill-box;
    transform-origin: center;
}
#Vector_191
{
    -webkit-animation: flip-vertical-left 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate both;
    animation: flip-vertical-left 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate both;
    transform-box: fill-box;
    transform-origin: center;
}

#Vector_24
{
    -webkit-animation: flip-vertical-left 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate both;
    animation: flip-vertical-left 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate both;
    transform-box: fill-box;
    transform-origin: center;
}

#giftbox1
{

    transform-origin: top;
    transform-box: fill-box;
}

#jhalar1 {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: top;
    transform-box: fill-box;
}
#jhalar2
{
    animation: swing ease-in-out 1.3s infinite alternate;
    transform-origin: top;
    transform-box: fill-box;
}

#jhalar3
{
    animation: swing ease-in-out 1.5s infinite alternate;
    transform-origin: top;
    transform-box: fill-box;
}
#jharlar3
{
    animation: swing ease-in-out 1.5s infinite alternate;
    transform-origin: top;
    transform-box: fill-box;
}
#jhalar5
{
    animation: swing ease-in-out 1.3s infinite alternate;
    transform-origin: top;
    transform-box: fill-box;
}
#jhalar6
{
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: top;
    transform-box: fill-box;
}

#Group_23
{
    -webkit-animation: scale-in-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    animation: scale-in-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    transform-box: fill-box;
    transform-origin: center;
}

#Group_11
{
    -webkit-animation: scale-in-center 2.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    animation: scale-in-center 2.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    transform-box: fill-box;
    transform-origin: center;
}

#Group_10
{
    -webkit-animation: scale-in-center 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    animation: scale-in-center 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    transform-box: fill-box;
    transform-origin: center;
}

#Group_9
{
    -webkit-animation: scale-in-center 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    animation: scale-in-center 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    transform-box: fill-box;
    transform-origin: center;
}

#Group_28
{
    -webkit-animation: scale-in-center 1.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    animation: scale-in-center 1.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    transform-box: fill-box;
    transform-origin: center;
}

#Group_24
{
    -webkit-animation: scale-in-center 1.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    animation: scale-in-center 1.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    transform-box: fill-box;
    transform-origin: center;
}

#Group_25
{
    -webkit-animation: scale-in-center 1.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    animation: scale-in-center 1.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    transform-box: fill-box;
    transform-origin: center;
}
#Group_26
{
    -webkit-animation: scale-in-center 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    animation: scale-in-center 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    transform-box: fill-box;
    transform-origin: center;
}

#Group_27
{
    -webkit-animation: scale-in-center 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    animation: scale-in-center 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    transform-box: fill-box;
    transform-origin: center;
}

#Group_14
{
    -webkit-animation: scale-in-center 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    animation: scale-in-center 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    transform-box: fill-box;
    transform-origin: center;
}

#Group_13
{
    -webkit-animation: scale-in-center 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    animation: scale-in-center 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    transform-box: fill-box;
    transform-origin: center;
}

#Group_12
{
    -webkit-animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    transform-box: fill-box;
    transform-origin: center;
}

#year
{
    -webkit-animation: focus-in-expand-fwd 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
    animation: focus-in-expand-fwd 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
}



/*!* Стили для плавного перехода *!*/
/*.table-hover-custom th, .table-hover-custom td {*/
/*    transition: background-color 0.3s, color 0.3s;*/
/*}*/

/*!* При наведении на ячейку изменяется фон и цвет текста *!*/
/*.table-hover-custom td:hover, .table-hover-custom th:hover {*/
/*    background-color: white !important; !* Белый фон *!*/
/*    color: gold !important; !* Золотой цвет текста *!*/
/*}*/

/*!* Для изменения фона всей строки при наведении на ячейку *!*/
/*.table-hover-custom td:hover {*/
/*    background-color: white !important; !* Белый фон *!*/
/*    color: gold !important; !* Золотой текст *!*/
/*}*/

/*!* Для выделения столбца при наведении на ячейку *!*/
/*.table-hover-custom td:hover,*/
/*.table-hover-custom td:hover {*/
/*    background-color: white !important; !* Фон столбца *!*/
/*    color: gold !important; !*Заголовки *!*/
/*}*/
/* Стиль для таблицы */

.table-hover-custom {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    overflow: hidden;
}
.table-hover-custom th, .table td {
    border: 1px solid #a9a9a9;
    padding: 10px;
    color: white;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.table-hover-custom td:hover {
    background: #fffabe;
}
.table-hover-custom td:hover {
    color: gold;
    font-weight: bold;
}
.table-hover-custom td:hover:before {
    background-color: rgba(0, 0, 0, 0.2);

    content: '';
    height: 100%;
    left: -5000px;
    position: absolute;
    top: 0;
    width: 10000px;
    z-index: -2;
}

.table-hover-custom td:hover:after {
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
    height: 10000px;
    left: 0;
    position: absolute;
    top: -5000px;
    width: 100%;
    z-index: -1;
}
#movieList:nth-last-child(1)
{
    background-color: #feeef0 !important;
    color: #a30819 !important;
}
