body {
  overflow-y: scroll;
}
.foundation-wrapper {
  padding-top: 0;
}
body {
  background-color: #2d2d2d;
}
.page-main-column {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.main-layers-wrapper {
  height: auto;
}
.tower {
  max-width: none;
}
.page-main-column.container {
  margin: 0;
  max-width: none;
  padding: 0;
}
.module-content {
  padding: 0;
}
.scrollup,
.navbar-footer,
.scrollup.stick,
.dfp-container {
  display: none !important;
}
.page-main-column {
  box-shadow: none;
  font-size: 14px;
  line-height: 1.5
}
.goty-carousel-stage .carousel-control {
  height: 56px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0 15px;
  gap: 10px;
  opacity: 1;
}
.goty-carousel-stage .carousel-control .svg-icon-bg {
  filter: invert(10);
}
.goty-carousel-stage .left .chevron-down  {
  transform: rotate(90deg);
}
.goty-carousel-stage .right .chevron-down  {
  transform: rotate(-90deg);
}
.carousel-inner {
  background: linear-gradient(to bottom, #951c1f 56px, transparent 56px);
}
.carousel-inner .item:first-of-type.active ~ .left,
.carousel-inner .item:last-of-type.active ~ .right {
  display: none !important;
}
.slide-placeholder {
  font-size: 1.8rem;
  position: relative;
  color: #fff;
  margin: 30px 0;
  background-color: #282828;
  padding: 20px 40px 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  & .btn {
    margin: 20px 0 0 0;
    background-color: #b31919;
    color: #402007;
    font-size: 2.4rem;
    font-weight: bold;
  }
  & .title {
    margin: 20px 0;
    text-align: center;
  }
  &.lock {
      padding-top: 100px;
    &:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    border-radius: 100%;
    background-color: #121212;
    width: 50px;
    height: 50px;
    background-image: url(../img/goty-arts/lock-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
  }
  }
}
.shiny-gold-button {
    background: linear-gradient(145deg, 
        #ffc400 0%, 
        #ffe228 15%, 
        #ffbf00 30%, 
        #e0a40b 60%, 
        #daa520 80%, 
        #ffe11b 100%);
    border: none;
    box-shadow: 
        0 6px 12px rgba(184, 134, 11, 0.4),
        inset 0 2px 4px rgba(255, 255, 255, 0.8),
        inset 0 -3px 6px rgba(0, 0, 0, 0.3);
    color: #654d07;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
}

.shiny-gold-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, 
        transparent 30%, 
        rgba(255, 255, 255, 0.3) 50%, 
        transparent 70%);
    transform: rotate(25deg);
    animation: shine 3s infinite linear;
}

@keyframes shine {
    0% { transform: translateX(-100%) rotate(25deg); }
    100% { transform: translateX(100%) rotate(25deg); }
}
.iframe-holder {
  margin: 20px auto; 
  max-width: 650px;
  & .result-list {
    display: grid;
    color: #ccc;
    grid-template-columns: repeat(2, auto);
    & * {
      border-bottom: 1px dotted #656565;
      padding:10px;
    }
    & .desc {
      text-align: right;
    }
  }
}
.slide-placeholder-title {
  margin-bottom: 30px;
  font-size: 1.8rem;
  & a {
    text-decoration: underline;
    color: #b31919;
  }
}
.buttons-set {
  display: flex;
  border-radius: 10px;
  gap: 5px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  background-color: #282828;
  padding: 20px;
  & button {
    background-color: #191919;
    border: none;
    color: #fff;
    &:hover {
      background-color: #000;
      color: #fff;
    }
    &.active {
      background-color: #b31919;
      color: #fff;
      cursor: default;
      &:hover {
        background-color: #b31919;
      }
    }
  }
}
.multiple-iframe iframe:not(.active) {
  display: none;
}
.module-header {
  text-align: center
}
.module-title {
  font: bold 48px/1 "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  padding: 10px 0 0 0;
  text-align: center;
}
.module-title span {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.quiz-text {
  font-size: 1.4rem;
  line-height: 1.5;
  max-width: 980px;
  margin: 0 auto 0;
  color: #c5c5c5;
  text-align: center;
}
.quiz-text a {
  text-decoration: underline;
  color: #e6e6e6;
  &:hover {
    color: var(--main-color);
  }
}
.quiz-text .well {
  background-color: #000;
  color: #a9a9a9;
  border: none
}
.ya-share2-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ya-share2 {
  display: inline !important;
  box-shadow: none !important;
  margin: 0 0 0 3px;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
  background: transparent !important;
  border: none !important;
  font-size: 1.2rem !important;
}
.ya-share2__link_more-button-type_long .ya-share2__title{
 color: #fff !important;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
  filter: contrast(0) brightness(2);
}
.goty-page-heading {
  background: #951c1f;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.goty-page-heading .module-title {
  color: #fff;
  font-size: 3.6rem;
  text-shadow: 0 0 5px #000;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.goty-wrapper {
  padding-bottom: 50px;
  border-top: 1px solid #303030
}
.goty-top-bar {
  padding: 0 20px;
  background-color: #151515;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: sticky;
  top: 85px;
  z-index: 2;
}
.goty-nav-bar {
  display: flex;
  max-width: 1680px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  color: #eee;
}

.tabs-nav {
  text-align: center;
}
.tabs-nav button {
  padding:  10px 20px;
  color: #eee;
  white-space: nowrap;
  background: none;
  border: none
}
.tabs-nav button:hover {
  color: #b31919
}
.tabs-nav .disabled,
.tabs-nav .disabled:hover {
  cursor: default;
  color: #424242
}
.tabs-nav .glyphicon{
  top: 2px
}
.awards-title {
  font: bold 20px "Roboto Condensed", Arial, sans-serif;
  margin: 0 0 10px 0;
  color: #ccc;
}
.awards-description {
  color: #ccc;
  max-width: 940px;
  margin: 0 auto;
}

.awards-quiz .content {
  border-left: 1px solid #ccc;
  padding: 0 0 0 25px;
  margin: 0 0 0 -1px;
  overflow: hidden;
  width: 650px;
  min-height: 600px;
}

.awards-list {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.95);
  z-index: 100;
  overflow: auto;
  padding: 100px 100px 0;
  display: none;
}
.awards-list .awards-title {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 3rem;
}
.awards-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  gap: 10px;
}
.awards-list li a {
  background-color: #222;
  border-radius: 0;
  font: bold 1.4rem "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  color: #a2a2a2;
  text-decoration: none;
  width: 160px;
  height: 160px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.awards-list li a:hover {
  background-color: #111;
  color: #fff;
}
.awards-list .voted a {
  background-color: #e2e2e2;
  color: #222;
}
.awards-list .voted a:hover {
  background-color: #fff;
  color: #222;
}
.awards-list .close {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2.4rem;
  color: #fff;
  z-index: 10;
  line-height: 1;
  opacity: 1;
  width: 30px;
  height: 30px;
}
.awards-list .close .svg-icon-bg {
  width: 100%;
  height: 100%;
  filter: invert(100%);
}
.nominees-list-header {
  margin: 30px auto 20px;
  text-align: center;
}
.nominees-list .awards-title {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  color: #ccc;
  font-size: 2.6rem;
}

.nominees-list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px
}
.nominees-list-items .item {
  background-color: #111;
  overflow: hidden;
}
.nominees-list-items .item .inner {
  position: relative;
  cursor: pointer;
  width: 230px;
  height: 318px;
}

.nominees-list-items .item:hover {
  box-shadow: 0 0 20px rgba(0,0,0,0.75);
}
.nominees-list-items .item:hover .nominees-image {
  filter: none
}

.nominees-list-items .item .btn {
  border: none;
  border-radius: 0;
  background-color: #535353;
  color: #bfbfbf;
  text-transform: uppercase;
  padding: 16px;
  text-decoration: none;
}
.nominees-list-items .item .btn:hover {
  background-color: #b31919;
  color: #fff;
}
.nominees-list-items .item .btn:active {
  background-color: #ff0000;
  color: #fff;
}
.nominees-list-items .inner .title {
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 1.6rem;
  line-height: 1;
  padding: 25px 10px 15px 10px;
  font-weight: bold;
  visibility: hidden;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.nominees-list-items .item:hover .title {
  visibility: visible;
}
.nominees-list .checked .btn,
.nominees-list .checked .btn:hover {
  background-color: #b31919;
  color: #fff;
}
.nominees-list input  {
  display: none;
}
.nominees-list .nominees-image {
  margin: 0 auto;
  display: block;
}

.nominees-list-items .modal-content {
  border-radius: 0;
  background-color: transparent;
  border: none;
}
.nominees-list-items .modal-dialog {
  width: 800px;
  margin: 0;
}
.nominees-list-items .modal-body {
  padding: 0;
}
.modal-open .nominees-list-items .modal.in {
  align-items: normal;
  background-color: rgba(0,0,0,0.8);
}
.modal-open .nominees-list-items .modal video {
  max-width: 100%;
  height: auto;
}
.nominees-list-items .overlay-content {
  color: #eee;
  padding-top: 80px;
}

.nominees-list-items .overlay .nominees-title {
  font-weight: bold;
  font-size: 5rem;
  margin-bottom: 4px;
  text-align: center;
}
.nominees-list-items .overlay .nominees-title a {
  color: #b31919
}
.nominees-list-items .overlay .nominees-title a:hover {
  color: #fff
}
.nominees-list-items .overlay .nominees-subtitle {
  font-size: 1.4rem;
  text-align: center;
}
.nominees-list-items .overlay  .nominees-description {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 20px auto;
  max-width: 640px;
}
.nominees-list-items .overlay  .nominees-description a {
  text-decoration: underline;
  color: #fff
}
.nominees-list-items .modal .close {
  float: none;
  position: fixed;
  top: 20px;
  right: 30px;
  width: 30px;
  height: 30px;
  opacity: 1;
  z-index: 1;
}
.nominees-list-items .modal .close  .svg-icon-bg {
  width: 100%;
  height: 100%;
}
.nominees-list-items.vertical {
  flex-direction: column;
  max-width: 980px;
  margin: 20px auto 0;
}

.nominees-list-items.vertical .vertical-item-content {
  display: flex;
  background-color: #363636;
  padding: 10px;
  align-items: center;
}
.nominees-list-items.vertical .aside {
  padding: 5px 0 0 0;
}
.nominees-list-items.vertical .nominees-image {
  margin: 0 20px 0 0;
  flex-shrink: 0;
}
.nominees-list-items.vertical .nominees-description {
  font-family: Arial, Helvetica, sans-serif;
  color: #bfbfbf;
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.2rem;
}
.nominees-list-items.vertical a {
  color: #fff;
  text-decoration: underline;
}
.nominees-list-items.vertical .title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
}
.nominees-list.voted .nominees-image,
.goty-results .nominees-image {
  filter: grayscale(100%) contrast(0.8);
}
.nominees-list.voted .checked .nominees-image,
.goty-results .item:nth-child(1) .nominees-image  {
  filter: none;
}
.goty-active .nominees-list .item:hover {
  color: #000;
}

.nominees-list .submit-area {
  padding: 15px 0 0 25px;
}
.awards-quiz .vote {
  margin: 0 20px 0 0;
}
.nominees-list-header .next-tab {
    position: absolute;
    bottom: 20px;
    right: 10px;
    font-size: 30px;
}
.nominees-list-header .prev-tab {
    position: absolute;
    bottom: 20px;
    left: 10px;
    font-size: 30px;
}
.goty-results .item .btn {
  cursor: default;
  background-color: #262626;
  color: #fff;
}
.goty-results .item .btn .votes {
  font-size: 65%;
  color: #ccc;
}
.goty-results .item:nth-child(1) {
  box-shadow: 0 0 50px rgba(179,25,25,0.75);
  animation: goty 5s infinite;
}
@keyframes goty  {
 0% {
   box-shadow: 0 0 30px rgba(179,25,25,0.95);
 }
 50% {
   box-shadow: 0 0 30px rgba(179,25,25,0.1);
 }
  100% {
    box-shadow: 0 0 30px rgba(179,25,25,0.95);
  }
}
.goty-results .item:nth-child(1) .btn {
  background-color: #b31919;
  color: #fff;
}
.goty-results .item:nth-child(1) .inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-color: #b31919;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  width: 100%;
  height: 100%;
}
.goty-results .awards-list .voted a:hover {
  background-color: #b31919;
  color: #fff;
}

.goty-surprise {
  position: absolute;
  z-index: 0;
  bottom: -8px;
  right:-100px;
  width: 62px;
  animation: linear infinite;
  animation-name: goty;
  animation-duration: 20s;
}
.goty-surprise img {
  transform: scaleX(-1);
}
@keyframes goty {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}
.goty-surprise.revert {
  animation-name: goty-revert;
}
.goty-surprise.revert img {
  transform: none;
}
@keyframes goty-revert {
  0% {
    right: -50%;
  }
  100% {
    right: 150%;
  }
}

@media (max-width: 640px) {
  body {
    background-image: none;
  }
  .goty-carousel-stage .carousel-control {
    text-indent: -9999px;
  }
  .page-header-bottom {
    display: none;
  }
  .goty-page-heading {
    padding: 10px 10px 8px;
  }
  .tabs-nav button {
    margin: 0;
  }
  .nominees-list .awards-title {
    font-size: 1.6rem;
  }
  .goty-page-slide {
    height: auto;
  }
  .goty-result-item, .goty-result-block {
    display: block;
  }
  .goty-page-heading .module-title {
      font-size: 2rem
  }
  .goty-result-block {
    padding: 0 20px;
  }
  .awards-list {
    padding: 20px 10px;
  }
  .awards-list li {
    margin: 4px;
  }
  .awards-list li a {
    width: auto;
    height: auto;
    font-size: 1.2rem;
  }

  .tabs-nav-item-title {
    display: none;
  }
  .goty-top-bar {
    background-color: transparent;
    padding: 0;
    margin: 0;
    position: static;
  }
  .tabs-nav {
    background-color: #121212;
    margin: 0;
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    order: 2;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
    box-shadow: 0 -3px 3px rgba(0,0,0,0.5);
    z-index: 1;
  }
  .tabs-nav-item {
    font-size: 2rem;
  }
  .goty-nav-bar {
    font-size: 1.2rem;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
  }
  .goty-nav-bar > div:first-of-type{
    order: 0;
    margin: 5px auto 5px 20px;
  }
  .goty-nav-bar > div:last-of-type{
    order: 1;
    margin: 5px 20px 5px auto;
  }
  .nominees-list-header {
    margin-top: 20px ;
  }
  .nominees-list-items .item {
    box-shadow: 0 0 2px rgba(0,0,0,0.75);
  }
  .nominees-list-items .item .inner {
    width: auto;
    height: auto;
  }
  .nominees-list-items .item img {
    max-width: 100%;
  }
  .nominees-list-items .item .btn {
    font-size: 1.4rem;
    padding: 5px;
  }
  .vk-share-btn {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    text-align: center;
    background-color: #5181b8;
    box-shadow: 0 -5px 5px rgba(0,0,0,0.5);
    border-radius: 0;
  }
  .vk-share-btn a {
    display: block;
    width: 100%;
  }
  .vk-share-btn img {
    box-shadow: none;
    border-radius: 0;
    max-width: 50px;
  }
  .goty-results .item:nth-child(1) .inner:after {
    border-width: 2px 2px 0 2px;
  }
  .nominees-list-items .overlay-content {
    padding-top: 0;
  }
  .nominees-list-items .modal .close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .overlay-info {
    padding: 10px 20px;
  }
  .nominees-list-items .inner .title {
    font-size: 1.6rem;
  }
  .nominees-list-items.vertical .vertical-item-content {
    display: block;
  }
  .nominees-list-items.vertical .nominees-image {
    margin: 0 0 10px 0;
  }
  .nominees-list-items.vertical .title {
    font-size: 1.8rem;
  }
  .ya-share2-wrapper {
    flex-direction: column;
    padding: 0 10px;
    font-size: 1.2rem;
  }
  .goty-wrapper {
    padding-bottom: 60px;
  }
}


