.b-star-header {
  background: url("../img/star/star-bg.png") 50% 0 no-repeat;
  min-height: 381px;
}

.b-star-title {
  position: relative;
  text-align: center;
  color: #ef5c1a;
  text-transform: uppercase;
  font-family: "BlissPro", "Myriad Pro", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.b-star-title h1 {
  position: relative;
  display: table;
  margin: 25px auto 100px;
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  padding: 10px 25px 20px;
  text-shadow: 2.5px 4.33px 0px rgba(0, 0, 0, 0.3);
  background: url("../img/star/title-bg.png") 50% 50% no-repeat;
  background-size: cover;
}
.b-star-title h1:before,
.b-star-title h1:after {
  content: '';
  display: block;
  position: absolute;
  width: 121px;
  height: 85px;
  bottom: -39px;
}
.b-star-title h1:before {
  left: -61px;
  background: url("../img/star/title-bg-a.png") 50% 50% no-repeat;
}
.b-star-title h1:after {
  right: -60px;
  background: url("../img/star/title-bg-b.png") 50% 50% no-repeat;
}
.b-star-title h1 a {
  white-space: nowrap;
  color: #fff;
  border-bottom: 2px dashed #fff;
}
.b-star-toggleblock {
  display: none;
  position: absolute;
  top: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  padding: 20px;
}

.t-more {
  text-transform: uppercase;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 55px;
}

.b-winner-rating,
.b-star-countdown {
  display: table;
  width: 700px;
  height: 95px;
  margin: 55px auto;
  background: url("../img/star/countdown-bg.png") 50% 50% no-repeat;
}

.b-winner-rating-item {
  position: relative;
  width: 420px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  color: #fff;
  text-align: center;
}

.b-winner-rating-item:first-child {
  padding-left: 30px;
  padding-right: 10px;
}

.b-winner-rating-item:last-child {
  padding-right: 30px;
  padding-left: 10px;
}

.b-winner-rating-item > a {
  color: #fff;
  font-size: 20px;
}

.b-winner-rating-links {
  text-align: left;
  position: absolute;
  margin-top: 10px;
  z-index: 10;
  padding: 12px;
  background: #fff;
  border: 1px solid #b7b7b7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 4px 6px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 4px 6px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 6px 0 0 rgba(0, 0, 0, 0.2);
  font-weight: 200;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b-winner-rating-links a {
  color: #000;
  padding: 8px 10px;
  display: inline-block;
  vertical-align: top;
}
.b-winner-rating-links a:hover {
  background: #f67724;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
}

.b-star-countdown-text {
  width: 420px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  margin-left: 40px;
  padding-left: 120px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.333;
  box-sizing: border-box;
  letter-spacing: .05em;
}
.b-star-countdown-text:before {
  content: '';
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -30px;
  width: 61px;
  height: 61px;
  background: url("../img/star/countdown-clock.png") 0 50% no-repeat;
}
.b-star-countdown-text.not-timer:before {
  background: none;
}

.b-star-countdown-time {
  display: table-cell;
  vertical-align: middle;
}

.b-star-countdown-item {
  position: relative;
  display: inline-block;
  font-family: "BlissPro", "Myriad Pro", "Helvetica", "Arial", sans-serif;
  font-size: 48px;
  line-height: 1;
  color: #ffe509;
  font-weight: 900;
  text-transform: uppercase;
}
.b-star-countdown-item span {
  display: block;
  text-align: center;
}
.b-star-countdown-item span:last-child {
  font-size: 14px;
}
.b-star-countdown-item + .b-star-countdown-item {
  padding-left: 35px;
}
.b-star-countdown-item + .b-star-countdown-item:before {
  content: ':';
  position: absolute;
  left: 8px;
  top: -4px;
}

.b-star-download {
  position: relative;
  display: block;
  width: 260px;
  height: 159px;
  background: url("../img/star/download-bnr-bg.png") 0 0 no-repeat;
  box-sizing: border-box;
  font-family: "BlissPro", "Myriad Pro", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  padding: 65px 20px 0 42px;
  margin-top: -60px;
}
.b-star-download span {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #fff109;
  font-weight: 600px;
  padding-right: 20px;
}
.b-star-download:hover {
  color: #fff;
}
.b-star-download:before {
  content: '';
  position: absolute;
  width: 127px;
  height: 116px;
  background: url("../img/star/download-bnr-icon.png") 0 0 no-repeat;
  top: -50px;
  left: 50px;
}
.b-star-download:after {
  content: '';
  position: absolute;
  width: 32px;
  height: 31px;
  background: url("../img/star/icons.png") -140px -30px no-repeat;
  top: 25px;
  left: 65px;
}

.t-page-star + .wrapper {
  padding-top: 0;
}

.t-page-star.wrapper {
  padding-bottom: 0;
}

.t-page-star .l-content-center {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fff;
  padding-top: 60px;
}

.t-page-star article {
  font-family: "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial",
    sans-serif;
  padding: 20px 40px 35px;
}
.t-page-star article p {
  font-size: 14px;
}
.t-page-star article h3 {
  font-family: "BlissPro", "Myriad Pro", "Helvetica", "Arial", sans-serif;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.t-page-star article blockquote {
  display: inline-block;
  color: #ff4c35;
  background-color: #fffe28;
  padding: 12px 30px 16px;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.222;
  margin-left: 40px;
  margin-right: 40px;
  background: url("../img/star/blockquote-bg.jpg") 0 0 no-repeat;
  background-size: cover;
}
.t-page-star article blockquote span {
  display: inline-block;
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}
.t-page-star article ul li {
  line-height: 1.8;
  font-size: 14px;
}
.t-page-star article ul li:before {
  content: '';
  width: 17px;
  height: 20px;
  left: -28px;
  background: url("../img/star/icons.png") -140px 0 no-repeat;
}
.t-page-star article ol li {
  line-height: 1.8;
  font-size: 14px;
}
.t-page-star article ol li:before {
  content: counter(item);
  text-align: center;
  color: #bb2905;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  width: 26px;
  height: 24px;
  background: url("../img/star/icons.png") -158px 0 no-repeat;
}

.b-star-reg-form {
  position: relative;
  background-color: #fff;
  margin-bottom: 60px;
  margin-top: -30px;
  font-family: "BlissPro", "Myriad Pro", "Helvetica", "Arial", sans-serif;
  padding: 40px 20px 60px;
}
.b-star-reg-form:before,
.b-star-reg-form:after {
  content: '';
  position: absolute;
  top: 40px;
  bottom: 65px;
  width: 5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.b-star-reg-form:before {
  background-image: url("../img/star/register-form-bg-v1.png");
  left: 40px;
}
.b-star-reg-form:after {
  background-image: url("../img/star/register-form-bg-v2.png");
  right: 40px;
}
.b-star-reg-form .b-star-reg-form-w:before,
.b-star-reg-form .b-star-reg-form-w:after {
  content: '';
  position: absolute;
  left: 40px;
  right: 40px;
  height: 5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.b-star-reg-form .b-star-reg-form-w:before {
  background-image: url("../img/star/register-form-bg-h1.png");
}
.b-star-reg-form .b-star-reg-form-w:after {
  background-image: url("../img/star/register-form-bg-h2.png");
  bottom: 60px;
}
.b-star-reg-form form {
  position: relative;
  display: block;
  background-size: cover;
  min-height: 145px;
  padding: 50px 70px 20px;
}
.b-star-reg-form .l-content-center {
  padding: 20px 40px;
}

.star-icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -6px;
  width: 64px;
  height: 71px;
  background: url("../img/star/icons.png") 0 0 no-repeat;
}
.star-icon.t-doc {
  background-position: 0 0;
}
.star-icon.t-pic {
  background-position: -70px 0;
}

.b-star-reg-form-cell {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  box-sizing: border-box;
}

.b-star-reg-form-title {
  position: relative;
  padding-left: 80px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  height: 50px;
}

.b-star-reg-form-input {
  display: inline-block;
  position: relative;
  margin-top: 16px;
}
.b-star-reg-form-input input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.b-star-reg-form-input span {
  display: inline-block;
  background-color: #32a1ff;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 60px;
  margin-left: 80px;
  text-transform: uppercase;
  cursor: pointer;
}
.b-star-reg-form-input span:hover {
  opacity: .9;
}
.b-star-reg-form-cell.t-error .b-star-reg-form-input span {
  background-color: #cd000e;
}
.b-star-reg-form-input + span {
  position: relative;
  font-family: "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial",
    sans-serif;
  font-size: 14px;
  color: #444;
  padding-left: 10px;
}
.b-star-reg-form-cell.t-error .b-star-reg-form-input + span {
  color: #cd000e;
}
.b-star-reg-form-cell.t-done .b-star-reg-form-input + span {
  font-size: 0;
}
.b-star-reg-form-cell.t-done .b-star-reg-form-input + span:after {
  content: '';
  position: absolute;
  left: 10px;
  top: -20px;
  width: 28px;
  height: 25px;
  background: url("../img/star/icons.png") -190px 0 no-repeat;
}

.b-star-reg-form-text {
  display: inline-block;
  font-size: 14px;
  color: #444;
}

.form-icon-done {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 25px;
  background: url("../img/star/icons.png") -190px 0 no-repeat;
}

.b-star-reg-form-submit {
  position: absolute;
  display: block;
  font-size: 26px;
  font-weight: 900;
  box-sizing: border-box;
  width: 340px;
  height: 60px;
  left: 50%;
  margin-left: -170px;
  bottom: -30px;
  line-height: 60px;
  background: url("../img/star/register-form-submit.png") 0 0 no-repeat;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.b-star-reg-form-submit input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.b-star-bnr {
  background: url("../img/star/block-bnr-bg.jpg") 50% 0 repeat-x;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 35px;
  margin-bottom: 0;
}
.b-star-bnr h3 {
  font-family: "BlissPro", "Myriad Pro", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  color: #ffd109;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1.5px 2.598px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
.b-star-bnr p {
  color: #fff;
  font-family: "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial",
    sans-serif;
  font-size: 14px;
}

.b-star-tab .wrapper {
  padding: 0;
}

.b-star-tab-cont {
  position: relative;
  z-index: 2;
  margin-bottom: -60px;
  background: url("../img/star/tab-bg.png") 50% 0 no-repeat;
  height: 161px;
}
.b-star-tab-cont.t-2 {
  background-position: 50% -170px;
}
.b-star-tab-cont .wrapper {
  text-align: center;
}

.b-star-tab-cell {
  margin-top: 25px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 350px;
  height: 95px;
  color: #fff;
  text-align: left;
  padding-left: 80px;
}
.b-star-tab-cell:hover,
.b-star-tab-cell:visited,
.b-star-tab-cell:active,
.b-star-tab-cell:focus {
  color: #fff;
}
.b-star-tab-cell.f-active {
  background: url("../img/star/icons.png") 0 -170px no-repeat;
}
.b-star-tab-cont.t-1 .b-star-tab-cell.f-active {
  background-position: 0 -265px;
}
.b-star-tab-cell.t-2 {
  width: 300px;
  padding-left: 100px;
  margin-top: 30px;
}
.b-star-tab-cell.t-2 span {
  padding-top: 15px;
}
.b-star-tab-cell span {
  display: inline-block;
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
}

.start-tab-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  background: url("../img/star/icons.png") 0 0 no-repeat;
}
.start-tab-icon.t-mic {
  background-position: 0 -75px;
  width: 75px;
  height: 95px;
}
.b-star-tab-cell:hover .start-tab-icon.t-mic {
  background-position: -170px -75px;
}
.start-tab-icon.t-mask {
  background-position: -80px -75px;
  top: -10px;
  width: 85px;
  height: 80px;
}
.b-star-tab-cell:hover .start-tab-icon.t-mask {
  background-position: -245px -75px;
}
.start-tab-icon.t-paint {
  background-position: 0 -360px;
  width: 81px;
  height: 87px;
  top: -10px;
}
.b-star-tab-cell:hover .start-tab-icon.t-paint {
  background-position: -160px -360px;
}
.start-tab-icon.t-pan {
  background-position: -80px -360px;
  width: 79px;
  height: 78px;
}
.b-star-tab-cell:hover .start-tab-icon.t-pan {
  background-position: -240px -360px;
}

.b-star-tab-cont-title {
  margin: 0 -50px;
  display: table;
}
.b-star-tab-cont-title a {
  display: table-cell;
  vertical-align: middle;
  font-family: "BlissPro", "Myriad Pro", "Helvetica", "Arial", sans-serif;
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  height: 110px;
}
.b-star-tab-cont-title a.t-1 {
  width: 440px;
  background: url("../img/star/tab-btn1.png") 0 0 no-repeat;
}
.b-star-tab-cont-title a.t-2 {
  width: 600px;
  background: url("../img/star/tab-btn2.png") 0 0 no-repeat;
}
.popup.star img {
  width: 100%;
}

.b-star-media-photo {
  height: 140px;
  margin-bottom: 25px;
}

.b-star-media-title {
  color: #da4400;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.b-star-media-photo {
  height: 140px;
  margin-bottom: 25px;
  margin-left: -40px;
  margin-right: -40px;
  overflow: hidden;
}
.b-star-media-photo-list {
  padding: 0px;
  margin: 0px;
  font-size: 0px;
  text-align: center;
  width: 960px;
  margin: 0 auto;
}

.b-star-media-photo-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  font-size: 16px;
  width: 225px;
  height: 140px;
  border: 3px solid #e45f3f;
  background-color: #e6e6e6;
  margin-right: 20px;
  overflow: hidden;
}

.b-star-media-photo-item:last-child {
  margin-right: 0px;
}
.b-star-media-photo-item:nth-child(4n + 4) {
  margin-right: 0px;
}
.b-star-media-photo-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.b-star-media-photo-item img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.b-star-media-video {
  height: 140px;
  margin-bottom: 25px;
  margin-left: -40px;
  margin-right: -40px;
  overflow: hidden;
}

.b-star-media-video-list {
  padding: 0px;
  margin: 0px;
  font-size: 0px;
  text-align: center;
  width: 960px;
  margin: 0 auto;
}

.b-star-media-video-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  font-size: 16px;
  width: 225px;
  height: 140px;
  border: 3px solid #e45f3f;
  background-color: #e6e6e6;
  margin-right: 20px;
}
.b-star-media-video-item:last-child {
  margin-right: 0px;
}
.b-star-media-video-item:nth-child(4n + 4) {
  margin-right: 0px;
}
.b-star-media-video-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.b-star-media-video-item a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.b-star-media-video-item a:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background-image: url('../img/content/play_big.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
.b-star-media-video-item a:hover:before {
  background-position: 0 100%;
}
.b-star-media-video-item img {
  width: 100%;
  height: auto;
}

.b-star-media .owl-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.b-star-media .owl-nav .disabled {
  display: none;
}
.b-star-media .owl-prev {
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 25px;
  opacity: .5;
  background-image: url("../img/star-media/prev.png");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

.b-star-media .owl-prev:hover {
  opacity: 1;
}

.b-star-media .owl-next {
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 25px;
  opacity: .5;
  background-image: url("../img/star-media/next.png");
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}

.b-star-media .owl-next:hover {
  opacity: 1;
}
.popup.t-22 .popup-wrapper {
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
}

.popup.t-22 .popup-but-close {
  display: none;
}

.popup.t-22 .festival-close {
  position: absolute;
  margin-top: -100px;
  left: 50%;
  margin-left: -73px;
  width: 146px;
  display: block;
  font-family: "BlissPro", "Myriad Pro", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  background-color: #32a1ff;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 40px;
}
.popup.t-22 .festival-close:hover {
  opacity: .8;
}
