/*! normalize.css v6.0.0 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

body, html {
  height: 100%; }

img, fieldset, a img {
  border: none; }

input[type="submit"],
button {
  cursor: pointer; }
  input[type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }

textarea {
  overflow: auto; }

input, button {
  margin: 0;
  padding: 0;
  border: 0; }

input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none; }

ul, ol {
  list-style-type: none; }

@media screen and (max-width: 1024px) {
  * {
    -webkit-text-size-adjust: none; } }

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */ }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details,
menu {
  display: block; }

summary {
  display: list-item; }

[hidden] {
  display: none; }

input[type="submit"],
button {
  cursor: pointer; }
  input[type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }

textarea {
  resize: vertical; }

input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none; }

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4; }

nav ul, nav ol {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  text-decoration: underline;
  color: inherit;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: normal; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

.button {
  background: #fff;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 17px;
  padding: 10px 19px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #303030;
  display: inline-block;
  -webkit-appearance: none;
  font-weight: 900;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background: none; }
  .button.invert {
    border-color: #252525;
    color: #fff;
    background: #252525; }
    .button.invert:hover {
      background: #fff;
      color: #000;
      border: 1px solid #303030; }
  .button.small {
    font-size: 12px;
    padding: 4px 9px; }
  .button:before {
    width: 0%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #252525;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; }
  .button:hover:before {
    width: 100%; }
  .button:hover {
    border-color: #252525;
    color: #fff; }

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=password], input[type=date], input[type=url], textarea {
  width: 300px;
  height: 25px;
  box-sizing: border-box;
  padding: 0 5px;
  color: #000;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #000;
  border-radius: 3px;
  resize: none; }
  input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=password]:focus, input[type=date]:focus, input[type=url]:focus, textarea:focus {
    box-shadow: 0 0 2px #99e6f9; }
  input[type=text].red_input, input[type=email].red_input, input[type=tel].red_input, input[type=search].red_input, input[type=password].red_input, input[type=date].red_input, input[type=url].red_input, textarea.red_input {
    box-shadow: 0 0 2px  #ff2d50;
    background: #fdc4ce; }

input::-webkit-input-placeholder {
  color: inherit; }

textarea::-webkit-input-placeholder {
  color: inherit; }

input:-moz-placeholder {
  color: inherit; }

textarea:-moz-placeholder {
  color: inherit; }

textarea {
  height: 90px;
  padding-top: 5px; }

.modal {
  display: none; }

.clear {
  clear: both;
  height: 0;
  overflow: hidden; }

.float_left {
  float: left !important; }

.float_right {
  float: right !important; }

.float_none {
  float: none !important; }

.text_right {
  text-align: right !important; }

.text_center {
  text-align: center !important; }

.text_left {
  text-align: left !important; }

.absolute {
  position: absolute !important; }

.relative {
  position: relative !important; }

.fixed {
  position: fixed !important; }

.background_none {
  background: none !important; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

.hidden {
  display: none; }

.alignleft, img.alignleft {
  float: left;
  padding-right: 10px;
  padding-bottom: 5px; }

.alignright, img.alignright {
  float: right;
  padding-left: 10px;
  padding-bottom: 5px; }

.aligncenter, img.aligncenter {
  text-align: center;
  margin: 0 auto; }

.alignnone, img.alignnone {
  float: none; }

.show-tablet, .show-mobile {
  display: none; }

.wrapper {
  position: relative;
  overflow: hidden; }

/*----------header----------*/
.header {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0 0;
  background: url(/Themes/BRITs2019/Content/img/header-bg2.jpg) repeat top center; }
  .header__bnr {
    display: block;
    text-align: center; }
  .header__inner {
    color: #fff;
    text-align: center;
    padding-bottom: 14px;
    position: relative; }
    .header__inner li {
      display: inline-block; }

.logo {
  display: block;
  margin: 37px 0 28px 0px;
  text-align: center; }

.menu {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  .menu li {
    padding: 0 24px; }
    .menu li:nth-child(2) a:before {
      background: #200aa5; }
    .menu li:nth-child(3) a:before {
      background: #07c0e8; }
    .menu li:nth-child(4) a:before {
      background: #0aa3a5; }
    .menu li:nth-child(5) a:before {
      background: #d7069f; }
    .menu li:nth-child(6) a:before {
      background: #e80741; }
    .menu li:nth-child(7) a:before {
      background: #e8b607; }
    .menu li:nth-child(8) a:before {
      background: #07e86c; }
  .menu a {
    display: inline-block;
    padding-bottom: 3px;
    text-decoration: none;
    border-bottom: 8px solid transparent;
    position: relative; }
    .menu a:hover:before, .menu a.active:before {
      content: '';
      width: 100%; }
    .menu a:before {
      content: '';
      position: absolute;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      bottom: -8px;
      left: 0;
      width: 0%;
      height: 8px;
      background: #fff; }

.social {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 13px; }
  .social li {
    padding: 0 0 0 5px; }
    .social li:first-child a:hover {
      color: #1da1f2; }
    .social li:nth-child(2) a:hover {
      color: #3b5998; }
    .social li:nth-child(3) a:hover {
      color: #ff0000; }
    .social li:nth-child(4) a:hover {
      color: #e1306c; }
  .social a {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    .social a:hover {
      color: #f4f4f4; }

.menu-trigger, .menu-close {
  display: none; }

.cookie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 12px;
  background: #121212;
  font-size: 12px;
  color: #ffffff;
  z-index: 101; }
  .cookie .button {
    font-weight: 400;
    color: #fff;
    border-color: #fff;
    background: none;
    border-radius: 2px;
    margin: 5px 0 0 10px; }
    .cookie .button:hover {
      background: #fff;
      color: #121212; }

/*----------end-header----------*/
/*----------main----------*/
.main {
  position: relative;
  overflow: hidden;
  padding-top: 30px; }

.bnr-top {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
  margin-top: -30px; }
  .bnr-top img {
    width: 100%;
    display: block; }
  .bnr-top__slider {
    max-width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0; }
    .bnr-top__slider .slick-dots {
      position: absolute;
      bottom: 60px;
      left: 0;
      width: 100%;
      text-align: center; }
      .bnr-top__slider .slick-dots li {
        display: inline-block;
        margin: 0 5px; }
        .bnr-top__slider .slick-dots li button {
          width: 9px;
          height: 9px;
          opacity: 0.78;
          background-color: #fff;
          border: 2px solid #fff;
          border-radius: 50%;
          font: 0 / 0 a;
          text-shadow: none;
          color: transparent; }
        .bnr-top__slider .slick-dots li.slick-active button {
          background-color: #3d3d3d; }
  .bnr-top__item {
    position: relative;
    min-width: 0px;
    overflow: hidden; }

.caption {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
  font-size: 27px;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  text-decoration: none; }
  .caption a {
    text-decoration: none; }
  .caption strong {
    padding: 0.45rem 0.5em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background: #2b2b2b; }

.content {
  padding-bottom: 40px; }
  .content__txt {
    color: #151515;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 300; }
    .content__txt p {
      line-height: 1.6;
      padding: 0 0 20px 0; }
      .content__txt p a {
        font-weight: 700; }
    .content__txt img {
      max-width: 100%; }
    .content__txt h1, .content__txt h2, .content__txt h3 {
      color: #151515;
      font-family: "Roboto", sans-serif;
      font-size: 34px;
      font-weight: 900;
      line-height: 1;
      padding: 0 0 50px 0; }
  .content__img-full {
    width: 100%;
    margin-bottom: 35px; }

.more {
  margin-bottom: 5px;
  text-align: center;
  margin-top: 10px; }

.title {
  margin-bottom: 21px;
  text-align: center;
  color: #303030;
  font-size: 25px;
  font-weight: 900;
  position: relative;
  overflow: hidden; }
  .title h2, .title strong, .title h3 {
    font-weight: 900;
    line-height: 1;
    font-size: 25px;
    display: inline-block;
    padding: 0 50px;
    background: #fff;
    position: relative;
    z-index: 2; }
  .title:before {
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #e4e4e4; }

.news-item {
  position: relative;
  margin-bottom: 40px; }
  .news-item:hover .news-item__img {
    transform: scale(1.04); }
  .news-item:hover .button {
    color: #fff; }
    .news-item:hover .button:before {
      width: 100%; }
  .news-item img {
    width: 100%; }
  .news-item__tag, .news-item__info {
    position: absolute;
    top: 0;
    right: 0;
    width: 107px;
    height: 26px;
    background-color: #e80741;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    line-height: 26px;
    text-transform: uppercase; }
  .news-item__img {
    display: block;
    position: relative;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    .news-item__img img {
      display: block; }
  .news-item__title {
    display: block;
    margin-top: 8px;
    margin-bottom: 5px;
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 900; }
    .news-item__title a {
      text-decoration: none; }
      .news-item__title a:hover {
        text-decoration: underline; }
    .news-item__title.xl {
      font-size: 30px; }
  .news-item p {
    margin-top: -9px;
    padding-bottom: 10px; }
  .news-item__info {
    height: auto;
    padding: 6px 8px;
    width: 60%;
    text-align: right;
    font-size: 18px;
    text-transform: none; }
  .news-item__trigger {
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer; }
    .news-item__trigger span:after {
      margin-left: 5px;
      display: inline-block;
      content: '';
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 10px 6px 0 6px;
      border-color: #000 transparent transparent transparent; }
    .news-item__trigger.active span:after {
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 6px 10px 6px;
      border-color: transparent transparent #000 transparent; }
  .news-item__list {
    list-style-type: disc;
    display: none;
    padding-left: 20px;
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 400; }

.video-item {
  margin-bottom: 21px; }
  .video-item img {
    display: block;
    width: 100%; }
  .video-item__img {
    position: relative;
    overflow: hidden;
    display: block; }
    .video-item__img:before {
      content: '';
      width: 60px;
      background: url(/Themes/BRITs2019/Content/img/youtube.png) no-repeat center;
      height: 42px;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 3;
      transform: translateX(-50%) translateY(-50%);
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
    .video-item__img:hover:before {
      transform: scale(1.1) translateX(-50%) translateY(-50%);
      filter: drop-shadow(0 0 0.75rem #ff0000); }
  .video-item .caption {
    top: 70%;
    width: 90%;
    font-size: 16px;
    text-align: center; }

.photo-item {
  margin-bottom: 32px;
  position: relative;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  .photo-item:hover .photo-item__img {
    transform: scale(1.04); }
  .photo-item:hover .button {
    color: #fff; }
    .photo-item:hover .button:before {
      width: 100%; }
  .photo-item__img {
    position: relative;
    display: block;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    .photo-item__img img {
      width: 100%;
      display: block; }
  .photo-item__info {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 900; }
    .photo-item__info i, .photo-item__info img {
      padding-left: 7px;
      max-width: 24px;
      width: auto;
      display: inline-block; }
  .photo-item__text {
    color: #464646;
    font-weight: 900;
    font-size: 20px;
    padding: 20px 0 0 0; }
    .photo-item__text a {
      text-decoration: none; }
    .photo-item__text p {
      padding-bottom: 14px; }

.giphy__item {
  margin-bottom: 22px; }
  .giphy__item img {
    display: block;
    width: 100%; }

.history__img img {
  display: block;
  width: 100%; }

.history__top {
  display: flex;
  align-items: flex-end;
  padding-bottom: 59px;
  color: #2b2b2b;
  line-height: 1.1; }
  .history__top b {
    font-size: 78px;
    font-weight: 900;
    line-height: 0.8;
    padding: 0 17px 0 0; }
  .history__top strong {
    display: block;
    font-size: 30px;
    font-weight: 900; }
  .history__top small {
    font-size: 20px;
    font-weight: 400; }

.history dl {
  padding-bottom: 22px;
  color: #2b2b2b;
  line-height: 1.1;
  font-size: 20px;
  font-weight: 400; }

.history dt {
  font-size: 30px;
  font-weight: 900; }

.years__item {
  position: relative;
  margin-bottom: 15px; }
  .years__item img {
    width: 100%;
    display: block; }

.years .news-item__info {
  width: auto; }

.top-news .news-item__title {
  font-size: 28px; }

.top-news .news-item {
  margin-bottom: 15px; }

.nominations .news-item__info {
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
  text-align: left; }

.photo-albums .photo-item__text {
  font-size: 30px;
  padding: 0 0 0 15px; }

.photos-layout {
  margin-left: -7px;
  margin-right: -7px; }
  .photos-layout__item {
    position: relative;
    overflow: hidden;
    margin: 7px;
    box-sizing: border-box;
    display: block;
    height: 250px; }
    .photos-layout__item:hover:before {
      opacity: 1;
      transform: translateX(-50%) translateY(-50%) scale(1); }
    .photos-layout__item:hover:after {
      opacity: 0.73; }
    .photos-layout__item:hover img {
      transform: translateX(-50%) translateY(-50%) scale(1.1); }
    .photos-layout__item:before {
      content: "\f002";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 3;
      transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%) scale(0);
      z-index: 5;
      font-size: 27px;
      color: #fff;
      opacity: 0;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
    .photos-layout__item:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000;
      z-index: 4;
      opacity: 0;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
    .photos-layout__item img {
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 3;
      transform: translateX(-50%) translateY(-50%);
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }

.video-slider {
  position: relative;
  padding-bottom: 20px;
  margin-top: -20px; }
  .video-slider__item {
    padding: 0 8px; }
  .video-slider__block {
    position: relative;
    overflow: hidden;
    max-width: 1214px;
    margin: 0 auto; }
    .video-slider__block iframe, .video-slider__block img {
      display: block; }
  .video-slider__frame {
    display: block;
    position: relative; }
    .video-slider__frame:before {
      content: '';
      opacity: 0.6;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
    .video-slider__frame iframe {
      max-width: 100%; }
  .video-slider__txt {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 17px 20px;
    max-width: 80%; }
    .video-slider__txt h3 {
      color: #0a0001;
      font-size: 27px;
      font-weight: 800; }
    .video-slider__txt p {
      color: #060000;
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      font-weight: 300; }
  .video-slider .slick-current .video-slider__frame:before {
    opacity: 0;
    z-index: -1; }
  .video-slider .slick-arrow {
    position: absolute;
    z-index: 25;
    top: 50%;
    left: 3vw;
    width: 34px;
    height: 93px;
    z-index: 3;
    transform: translateY(-50%);
    background: none;
    border: none;
    font: 0 / 0 a;
    text-shadow: none;
    color: transparent; }
    .video-slider .slick-arrow:before {
      width: 34px;
      height: 93px;
      display: block;
      content: '';
      background: url(/Themes/BRITs2019/Content/img/icons/arrow.svg) no-repeat center;
      background-size: contain; }
    .video-slider .slick-arrow.slick-next {
      left: auto;
      right: 3vw; }
      .video-slider .slick-arrow.slick-next:before {
        transform: scale(-1); }

.video-mobile {
  padding-bottom: 25px; }
  .video-mobile iframe {
    display: block;
    width: 100%; }
  .video-mobile .video-slider__txt {
    position: static;
    max-width: 100%;
    padding: 17px 0 0 0; }

.vote {
  position: relative;
  padding-bottom: 50px;
  padding-top: 15px; }
  .vote .col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .vote .news-item__title {
    margin-bottom: 12px; }
    .vote .news-item__title small {
      display: block;
      color: #2b2b2b;
      font-size: 20px;
      line-height: 21px;
      font-weight: normal; }
  .vote .button i {
    padding: 0 4px 0 0; }
  .vote__terms {
    text-align: center;
    opacity: 0.65;
    color: #2b2b2b;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px; }
    .vote__terms a {
      font-weight: 700; }
  .vote__overlay {
    z-index: 50;
    position: absolute;
    left: 0;
    width: 100%;
    top: -27px;
    height: calc(100% + 10px);
    background: rgba(0, 0, 0, 0.91);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff; }
    .vote__overlay h4 {
      font-size: 70px;
      font-weight: 900; }
    .vote__overlay p {
      font-size: 32px; }
    .vote__overlay article {
      padding: 0 10px; }
  .vote__youtube {
    position: absolute;
    bottom: 6px;
    right: 8px;
    width: 60px;
    height: 42px;
    background: url(../img/youtube.png) no-repeat center; }
  .vote__top {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #e4e4e4; }
  .vote__title h2 {
    color: #2b2b2b;
    font-size: 77px;
    font-weight: 900;
    line-height: 1.1; }
  .vote__title small {
    display: block;
    color: #2b2b2b;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px; }
  .vote__timer {
    margin-top: 10px; }
    .vote__timer h6 {
      text-align: right;
      color: #2b2b2b;
      font-size: 30px;
      font-weight: 900;
      line-height: 30px; }
  .vote__timer-inside {
    padding-top: 7px;
    text-align: center; }
    .vote__timer-inside ul {
      display: flex;
      justify-content: flex-end; }
      .vote__timer-inside ul li {
        margin-left: 22px;
        position: relative; }
        .vote__timer-inside ul li:before {
          content: ':';
          width: 6px;
          height: 45px;
          color: #2b2b2b;
          font-size: 35px;
          font-weight: 900;
          position: absolute;
          top: 0;
          line-height: 45px;
          left: -16px; }
        .vote__timer-inside ul li:first-child:before {
          display: none; }
    .vote__timer-inside strong {
      display: block;
      text-align: center;
      width: 45px;
      text-align: center;
      line-height: 45px;
      height: 45px;
      background: #2b2b2b;
      color: #ffffff;
      font-size: 31px;
      font-weight: 900;
      margin: 0 auto; }
    .vote__timer-inside small {
      display: block;
      color: #2b2b2b;
      font-size: 19px;
      line-height: 19.17px;
      padding-top: 3px; }

/*----------end main----------*/
/*----------footer----------*/
.footer {
  position: relative;
  overflow: hidden;
  background: #2b2b2b;
  padding: 26px 0 60px 0;
  color: #fff; }
  .footer .social {
    position: static;
    text-align: right; }
    .footer .social li {
      display: inline-block; }
  .footer__logo {
    padding-bottom: 12px; }
    .footer__logo img {
      width: 76px; }
  .footer__menu {
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: 900;
    line-height: 30px; }
    .footer__menu li {
      display: inline-block; }
      .footer__menu li:before {
        content: '|'; }
      .footer__menu li:first-child:before {
        display: none; }
      .footer__menu li:first-child a {
        margin-left: 0; }
    .footer__menu a {
      text-decoration: none;
      margin: 0 4px; }
      .footer__menu a:hover {
        text-decoration: underline; }
  .footer address {
    color: #ffffff;
    font-family: "Arial";
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    font-style: normal; }

.totop {
  position: fixed;
  bottom: 130px;
  right: 40px;
  border: 2px solid #979797;
  width: 45px;
  height: 42px;
  border-radius: 2px;
  color: #000;
  text-decoration: none;
  text-align: center;
  z-index: 100;
  font-weight: 900;
  font-size: 16px;
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  .totop b {
    font-size: 31px;
    display: block;
    line-height: 0;
    font-weight: normal;
    margin-bottom: -3px;
    padding-top: 16px; }
  .totop:hover {
    color: #fff;
    background: #979797; }
  .totop.fixed {
    opacity: 1;
    bottom: 180px; }

/*----------end footer----------*/
@media only screen and (min-width: 1439px) and (max-width: 1640px) {
  .totop {
    display: none; } }

@media only screen and (max-width: 1440px) {
  .caption, .video-item .caption {
    font-size: 14px; }
  .news-item__title, .photo-item__text, .top-news .news-item__title, .photo-albums .photo-item__text {
    font-size: 16px; }
  .news-item__title.xl {
    font-size: 18px; }
  .video-slider__block {
    max-width: 992px; }
    .video-slider__block iframe {
      max-width: 992px; }
  .menu li {
    padding: 0 12px; } }

@media only screen and (max-width: 1200px) {
  .vote__timer h6 {
    text-align: left;
    padding-top: 13px; }
  .vote__timer-inside ul {
    justify-content: flex-start; }
    .vote__timer-inside ul li:first-child {
      margin-left: 0; } }

@media only screen and (max-width: 1140px) {
  .totop {
    display: none; } }

@media only screen and (max-width: 992px) {
  .hide-tablet {
    display: none; }
  .show-tablet {
    display: block; }
  img {
    max-width: 100%; }
  .bnr-top {
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 768px;
    margin-bottom: 20px;
    margin-top: 0; }
    .bnr-top__slider {
      position: static; }
    .bnr-top__overlay {
      display: none !important; }
    .bnr-top .caption {
      font-size: 24px; }
  .menu ul {
    display: flex;
    justify-content: space-between; }
  .menu li {
    padding: 0 10px; }
  .social {
    top: 20px;
    right: 20px; }
  .header {
    padding-top: 20px; }
    .header__inner {
      position: static;
      padding-bottom: 20px; }
    .header__bnr img {
      width: 100%; }
  .logo {
    margin: 26px 0 36px 0; }
  .title h2, .title strong {
    font-size: 24px;
    padding: 0 12px; }
  .title {
    margin-bottom: 20px; }
  .news-item {
    margin-bottom: 15px; }
  .video-item__img:before {
    background-size: 100%;
    width: 40px;
    height: 28px; }
  .photos .row {
    margin-left: -7px;
    margin-right: -7px; }
  .photos .col-1, .photos .col-2, .photos .col-3, .photos .col-4, .photos .col-5, .photos .col-6, .photos .col-7, .photos .col-8, .photos .col-9, .photos .col-10, .photos .col-11, .photos .col-12, .photos .col, .photos .col-auto, .photos .col-sm-1, .photos .col-sm-2, .photos .col-sm-3, .photos .col-sm-4, .photos .col-sm-5, .photos .col-sm-6, .photos .col-sm-7, .photos .col-sm-8, .photos .col-sm-9, .photos .col-sm-10, .photos .col-sm-11, .photos .col-sm-12, .photos .col-sm, .photos .col-sm-auto, .photos .col-md-1, .photos .col-md-2, .photos .col-md-3, .photos .col-md-4, .photos .col-md-5, .photos .col-md-6, .photos .col-md-7, .photos .col-md-8, .photos .col-md-9, .photos .col-md-10, .photos .col-md-11, .photos .col-md-12, .photos .col-md, .photos .col-md-auto, .photos .col-lg-1, .photos .col-lg-2, .photos .col-lg-3, .photos .col-lg-4, .photos .col-lg-5, .photos .col-lg-6, .photos .col-lg-7, .photos .col-lg-8, .photos .col-lg-9, .photos .col-lg-10, .photos .col-lg-11, .photos .col-lg-12, .photos .col-lg, .photos .col-lg-auto, .photos .col-xl-1, .photos .col-xl-2, .photos .col-xl-3, .photos .col-xl-4, .photos .col-xl-5, .photos .col-xl-6, .photos .col-xl-7, .photos .col-xl-8, .photos .col-xl-9, .photos .col-xl-10, .photos .col-xl-11, .photos .col-xl-12, .photos .col-xl, .photos .col-xl-auto {
    padding-left: 7px;
    padding-right: 7px; }
  .photo-item {
    margin-bottom: 15px; }
  .footer {
    text-align: center; }
  .footer__logo {
    text-align: center;
    display: block;
    padding-bottom: 9px; }
  .footer .social {
    text-align: center;
    font-size: 20px; }
  .title:before {
    margin-top: 0px; }
  .news-item__title.xl {
    font-size: 30px; }
  .history__top {
    flex-wrap: wrap; }
    .history__top section {
      padding-top: 10px; }
  .history__img {
    margin-bottom: 15px; }
  .history .row.show-tablet {
    display: flex; }
  .content__img-full {
    margin-top: -30px; }
  .content__txt h1, .content__txt h2, .content__txt h3 {
    font-size: 36px;
    padding-bottom: 30px; }
  .photo-albums .photo-item__text {
    padding: 20px 0 0 0; }
  .photo-albums {
    padding-bottom: 0; }
  .photos-layout__item {
    height: 200px; }
  .video-slider__txt h3 {
    font-size: 30px; }
  .vote__title h2, .vote__overlay h4 {
    font-size: 53px; }
  .vote__title small, .vote__overlay p {
    font-size: 21px; }
  .vote__timer {
    margin-top: 0; }
  .vote__timer h6 {
    padding-top: 0;
    font-size: 18px; }
  .vote__timer-inside strong {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 19px; }
  .vote__timer-inside ul li:before {
    height: 28px;
    line-height: 28px;
    font-size: 21px;
    left: -13px; }
  .vote__timer-inside ul li {
    margin-left: 18px; }
  .vote__timer-inside small {
    font-size: 12px; }
  .vote .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .vote__terms {
    padding-top: 12px;
    border-top: 3px solid #e4e4e4; }
  .vote__top {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 40px; } }

@media only screen and (max-width: 920px) {
  .header {
    padding-top: 40px; }
    .header .container {
      position: relative; }
  .social {
    top: -25px;
    right: 15px; } }

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none; }
  .show-mobile {
    display: block; }
  .header {
    padding-top: 13px;
    padding-bottom: 8px; }
    .header .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .header .social {
      display: none; }
    .header__inner {
      order: 2;
      padding-bottom: 7px; }
    .header__bnr {
      order: 3; }
  .logo {
    order: 1;
    margin: 0; }
    .logo img {
      width: 51px; }
  .social {
    top: -25px;
    right: 15px; }
  .menu-trigger, .menu-close {
    display: block;
    color: #fff;
    background: none;
    border: none;
    text-align: right;
    font-size: 24px; }
  .menu-close {
    position: absolute;
    top: 10px;
    right: 18px; }
  .menu {
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    padding-top: 30px;
    font-size: 18px;
    font-weight: bold; }
    .menu ul {
      padding: 20px 8px;
      display: block;
      text-align: right;
      float: right;
      max-width: 50%; }
    .menu li {
      display: block;
      padding-bottom: 5px; }
    .menu.visible {
      opacity: 1;
      right: 0; }
    .menu .social {
      position: absolute;
      display: block;
      left: 0;
      top: 30px;
      right: auto; }
      .menu .social ul {
        max-width: 100%;
        display: flex; }
      .menu .social li {
        text-align: left;
        display: inline-block;
        padding: 0 8px; }
        .menu .social li a {
          font-size: 18px;
          border: none; }
  .bnr-top .caption {
    font-size: 14px; }
  .bnr-top__slider .slick-dots {
    bottom: 10px; }
  .title h2, .title strong {
    font-size: 20px; }
  .title {
    margin-bottom: 10px; }
  .news-item__title, .photo-item__text {
    font-size: 14px; }
  .button {
    padding: 7px 12px;
    font-size: 12px; }
  .content {
    padding-bottom: 24px; }
  .video-item .caption {
    font-size: 16px; }
  .news-item__tag, .news-item__info {
    font-size: 12px; }
  .news-item__info {
    font-size: 14px; }
  .video-item {
    margin-bottom: 8px; }
  .footer__menu {
    padding-top: 20px;
    line-height: 1.2; }
  .footer {
    padding: 18px 0; }
  .news-item__title.xl {
    font-size: 24px; }
  .history__top {
    padding-bottom: 10px; }
  .history__top {
    display: block; }
    .history__top b {
      font-size: 30px; }
    .history__top strong {
      font-size: 18px; }
    .history__top small {
      font-size: 14px; }
  .history dt {
    font-size: 20px; }
  .history dl {
    font-size: 16px;
    padding-bottom: 10px; }
  .content__txt {
    font-size: 14px; }
    .content__txt p {
      padding: 0 0 13px 0; }
    .content__txt h1, .content__txt h2, .content__txt h3 {
      font-size: 20px;
      padding-bottom: 15px; }
  .content__img-full {
    margin-bottom: 15px; }
  .photos-layout__item {
    height: auto; }
    .photos-layout__item img {
      position: static;
      transform: none;
      min-height: 1px; }
  .video-mobile {
    margin-top: -30px; }
    .video-mobile .container {
      width: auto;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; }
    .video-mobile .video-slider__txt {
      max-width: 540px;
      padding-left: 15px;
      padding-right: 15px;
      margin: 0 auto; }
    .video-mobile iframe {
      height: 185px; }
  .video-slider__txt h3 {
    font-size: 20px; }
  .video-slider__txt p {
    font-size: 14px; }
  .footer__menu {
    padding-bottom: 11px; }
  .title h2, .title strong, .title h3 {
    padding: 0 9px; }
  .vote__title h2, .vote__overlay h4 {
    font-size: 39px; }
  .vote__title small, .vote__overlay p, .vote__timer h6 {
    font-size: 15px; }
  .vote__timer-inside {
    padding-top: 0;
    margin-top: -3px; }
  .vote .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .vote__top {
    padding-bottom: 17px; }
  .vote__terms {
    padding-top: 0;
    border-top: none;
    text-align: left; } }

.niagara-color {
  background: #0aa3a5; }

.hollywood-cerise-color {
  background: #d7069f; }

.ultramarine-color {
  background: #200aa5; }

.corn-color {
  background: #e8b607; }

.red-ribbon-color {
  background: #e80741; }

.malachite-color {
  background: #07e86c; }

.cerulean-color {
  background: #07c0e8; }
