.admin {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.admin__title {
  font-size: 4rem;
  font-weight: 800;
  margin: 0px;
}
.admin__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  margin-bottom: 20px;
}
.admin__header.space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.admin__create {
  background: #F9DA9A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 50px;
  color: #fff;
  font-weight: 800;
  border-radius: 15px;
  margin-left: 20px;
}
.admin__create:hover {
  background: #BBCA13;
}
.admin__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.admin__cardItem {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  margin-right: 10px;
  text-align: center;
  font-size: 2rem;
  color: #759A56;
}
.admin__cardItem img {
  width: 80%;
  opacity: 0.9;
}
.admin__cardItem:hover {
  color: #F9DA9A;
}
.admin__cardItem:hover img {
  opacity: 1;
}
.admin__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.admin__submit {
  width: 100%;
  padding: 10px 20px;
  border: none;
  border-radius: 15px;
  background: #F9DA9A;
  font-weight: 900;
}
.admin__submit:hover {
  background: #BBCA13;
}
.admin__delete {
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  border-radius: 10px;
  border: 2px solid transparent;
}
.admin__delete:hover {
  border: 2px solid #ff0202;
}
.admin__edit {
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 30px;
  margin-left: 10px;
  background: #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 10px;
  color: #0295FF;
}
.admin__edit:disabled {
  opacity: 0.5;
}
.admin__edit.small {
  height: 30px;
  padding: 5px 30px;
  font-size: 1.6rem;
}
.admin__edit:hover {
  color: #ff0202;
}
.admin__form {
  width: 100%;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2rem;
}
.admin__inputContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.admin__input {
  width: 100%;
  background: #EAEAEA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
  border: none;
  border-radius: 15px;
}
.admin__select {
  width: 100%;
  background: #EAEAEA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
  border: none;
  border-radius: 15px;
}
.admin__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.8rem;
}
.admin__table.ranks {
  font-size: 1.5rem;
}
.admin__table-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.admin__table-body.ranks {
  padding-bottom: 10px;
  border-bottom: 2px solid #aeaeae;
}
.admin__table-body.hide {
  display: none;
}
.admin__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
}
.admin__row:hover {
  background: #f9f9f9;
}
.admin__row.head {
  font-weight: 900;
  margin-bottom: 20px;
}
.admin__row.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.admin__row.divider {
  width: 100%;
  height: 1px;
  background: #aeaeae;
  margin: 10px 0;
}
.admin__row.answer {
  border-left: 3px solid #eee;
}
.admin__cell {
  width: 100%;
}
.admin__cell.small {
  width: 50px;
  margin-right: 20px;
}
.admin__cell.medium {
  max-width: 600px;
}
.admin__cell.actions {
  width: 30%;
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.admin__cell.huge {
  min-width: 350px;
}
.admin__imageInput {
  width: 100%;
  height: 300px;
  background: #EAEAEA;
  margin-bottom: 20px;
  opacity: 0.9;
  overflow: hidden;
}
.admin__imageInput .form__image {
  width: 100%;
}
.admin__imageInput:hover {
  opacity: 1;
  cursor: pointer;
}
.admin__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
}
.admin__breadcrumbsItem {
  color: #aeaeae;
}
.admin__breadcrumbsSpacer {
  color: #aeaeae;
  margin: 0 10px;
}
.admin__partnerFolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.admin__partnerItem {
  width: 19.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  margin-right: 0.5%;
  border: 1px solid #EAEAEA;
}
.admin__partnerItem .admin__delete {
  width: 100%;
  margin-left: 0px;
}
.admin__partnerContent {
  height: 250px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.admin__partnerContent img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.admin__partnerTitle {
  font-size: 2rem;
  margin: 10px 0;
  text-align: center;
}
.admin__liteRemove {
  font-size: 1.6rem;
  color: #0295FF;
  font-weight: 400;
}
.admin__liteRemove:hover {
  color: #ff0202;
}
.admin__popup {
  position: fixed;
  top: 10px;
  right: 20px;
  background: #eee;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  font-size: 1.6rem;
  opacity: 0;
  -webkit-transition: 0.3;
  transition: 0.3;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
.admin__popup.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  z-index: 1000;
}
.admin__roll {
  min-width: 20px;
}
.admin__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.admin__pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  list-style: none;
  padding: 0px;
}
.admin__pagination .page-item {
  padding: 10px 20px;
  margin-right: 10px;
}
.admin__pagination .page-item.active .page-link {
  color: #F9DA9A;
  font-weight: 700;
}
.admin__pagination .page-item.disabled .page-link {
  color: #aeaeae;
  opacity: 0.5;
}
.admin__pagination .page-link {
  color: #0295FF;
}
.admin__pagination .page-link:hover {
  color: #ff0202;
}
.admin__search {
  font-size: 2rem;
  margin-bottom: 20px;
}

.auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  font-size: 2.4rem;
}
.auth__title {
  font-size: 4.8rem;
  font-weight: 900;
  margin: 0px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .auth__title {
    font-size: 4rem;
  }
}
.auth__verifyMessage {
  font-size: 2rem;
}
.auth__wrapper {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .auth__wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 20px 30px;
  }
}
.auth__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}
.auth__labelHeader {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.auth__labelHeader.vert {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 670px) {
  .auth__labelHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.auth__input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 32px;
  border: 2px solid transparent;
  border-radius: 15px;
  background: #EAEAEA;
}
.auth__input.is-invalid {
  border: 2px solid #ff0202;
}
.auth__pass .auth__input {
  position: relative;
  z-index: 1;
}
.auth__pass {
  position: relative;
  width: 100%;
}
.auth__pass-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  width: 26px;
  height: 32px;
  padding: 0;
  border: none;
  -webkit-transform: translateX(-29px) translateY(-50%);
          transform: translateX(-29px) translateY(-50%);
  background-color: transparent;
  background-image: url("../images/recolor_2021/common/ico-lock.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.auth__submit {
  width: 100%;
  background: #F9DA9A;
  border: none;
  border-radius: 15px;
  padding: 16px 0;
  color: #212121;
  text-align: center;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .auth__submit {
    font-size: 1.8rem;
  }
}
.auth__submit:hover {
  background: #E0C48A;
}
.auth__link {
  color: #0295FF;
}
.auth__link.center {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.auth__link:hover {
  color: #ff0202;
}
.auth__link--gray {
  color: #BDBDBD;
}
.auth__link--gray:hover {
  color: #0295FF;
}
.auth__start {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 40px;
  border: 2px solid #F9DA9A;
  color: #F9DA9A;
}
.auth__start:hover {
  color: #BBCA13;
  border: 2px solid #BBCA13;
}

@media screen and (max-width: 1024px) {
  .faq {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
  }
}
@media screen and (max-width: 670px) {
  .faq {
    overflow: hidden;
  }
}
.faq__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq__item {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq__question {
  width: 70%;
  background: #81005C;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 32px 40px;
  margin-bottom: 10px;
  border-radius: 30px;
  color: #fff;
  position: relative;
  white-space: pre-wrap;
}
.faq__question::before {
  content: '';
  width: 29px;
  height: 16px;
  background: url('../images/recolor_2021/common/ico-faq-corner-violet.svg') no-repeat;
  position: absolute;
  bottom: 9px;
  left: -19px;
}
@media screen and (max-width: 768px) {
  .faq__question {
    width: 90%;
  }
}
@media screen and (max-width: 670px) {
  .faq__question {
    width: 100%;
  }
}
.faq__answer {
  width: 70%;
  background: #F9DA9A;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 32px 40px;
  border-radius: 30px;
  position: relative;
  white-space: pre-wrap;
}
.faq__answer::after {
  content: '';
  width: 29px;
  height: 16px;
  background: url('../images/recolor_2021/common/ico-faq-corner-orange.svg') no-repeat;
  position: absolute;
  bottom: 9px;
  right: -19px;
}
@media screen and (max-width: 768px) {
  .faq__answer {
    width: 90%;
  }
}
@media screen and (max-width: 670px) {
  .faq__answer {
    width: 100%;
  }
}

.m-footer {
  overflow: hidden;
  margin-top: 80px;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1500px) {
  .m-footer {
    font-size: 1.8rem;
  }
}
.m-footer__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .m-footer__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.m-footer__top {
  padding-bottom: 5px;
}
.m-footer__top .innerWrap-footer {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.m-footer .partnersFooter * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-footer .partnersFooter__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -41px;
  margin-right: -41px;
}
@media screen and (max-width: 670px) {
  .m-footer .partnersFooter__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.m-footer .partnersFooter__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 41px;
  padding-right: 41px;
}
.m-footer .partnersFooter__title {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 4.3rem;
  white-space: nowrap;
}
@media screen and (max-width: 1366px) {
  .m-footer .partnersFooter__title {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .m-footer .partnersFooter__title {
    font-size: 2.2rem;
    line-height: 2.9rem;
  }
}
.m-footer .partnersFooter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1280px) {
  .m-footer .partnersFooter__list {
    margin-top: 2rem;
  }
}
.m-footer .partnersFooter__block--list .partnersFooter__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .m-footer .partnersFooter__block--list .partnersFooter__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media screen and (max-width: 480px) {
  .m-footer .partnersFooter__block--list .partnersFooter__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.m-footer .partnersFooter__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 15px 48px;
}
@media screen and (max-width: 1366px) {
  .m-footer .partnersFooter__item {
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 1280px) {
  .m-footer .partnersFooter__item {
    padding-bottom: 10px;
  }
}
.m-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 29px;
  padding-bottom: 29px;
  background-color: #81005C;
  margin-top: 60px;
}
.m-footer .contacts * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .m-footer .contacts .innerWrap-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 670px) {
  .m-footer .contacts .innerWrap-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .m-footer .contacts .innerWrap-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.m-footer .contacts__left {
  position: relative;
  padding-left: 18%;
}
@media screen and (max-width: 1440px) {
  .m-footer .contacts__left {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1366px) {
  .m-footer .contacts__left {
    padding-left: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .m-footer .contacts__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .m-footer .contacts__left {
    padding-left: 32%;
  }
}
@media screen and (max-width: 670px) {
  .m-footer .contacts__left {
    padding-left: 0;
  }
}
.m-footer .contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1366px) {
  .m-footer .contacts__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .m-footer .contacts__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.m-footer .contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
}
@media screen and (max-width: 1366px) {
  .m-footer .contacts__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m-footer .contacts__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none;
}
.m-footer .contacts__link + .contacts__link {
  margin-left: 32px;
}
@media screen and (max-width: 1366px) {
  .m-footer .contacts__link {
    margin-bottom: 1rem;
  }
  .m-footer .contacts__link + .contacts__link {
    margin-left: 0;
  }
}
.m-footer .contacts__link:hover {
  color: #fff;
  text-decoration: none;
}
.m-footer .contacts__link--icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-footer .contacts__link--icon svg {
  margin-right: 6px;
}
.m-footer .contacts__cat {
  position: absolute;
  top: -140px;
  left: -55px;
  width: 297px;
}
@media screen and (max-width: 1440px) {
  .m-footer .contacts__cat {
    left: -90px;
    width: 237px;
  }
}
@media screen and (max-width: 1366px) {
  .m-footer .contacts__cat {
    left: -45px;
  }
}
@media screen and (max-width: 670px) {
  .m-footer .contacts__cat {
    display: none;
  }
}
.m-footer .contacts__element {
  display: block;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 480px) {
  .m-footer .contacts__element {
    margin-top: 30px;
  }
}

/*-------------------------------------------------
    #1. Globals
-------------------------------------------------*/
html {
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
  background: #fff;
  color: #212121;
}
body.over {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  padding-top: 88px;
}
img {
  max-width: 100%;
  height: auto;
}
.innerWrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
}
.innerWrap-header,
.innerWrap-footer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 670px) {
  .innerWrap-header,
  .innerWrap-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.innerWrap.verify {
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .innerWrap.verify {
    max-width: 100%;
  }
}
.innerWrap-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 670px) {
  .innerWrap {
    padding: 10px 15px 20px;
  }
}
.wrap {
  min-height: 70vh;
}
.blackwrap {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 88px;
  left: 0px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blackwrap.show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 670px) {
  .blackwrap.show {
    top: 270px;
  }
}
.wrapper {
  width: 1184px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper.open_popup {
  overflow: visible;
}
@media screen and (max-width: 1280px) {
  .wrapper {
    width: 920px;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    width: 820px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 650px;
  }
}
@media screen and (max-width: 670px) {
  .wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px 32px;
  }
}
.wrapper.body {
  min-height: 60vh;
}
::-moz-selection {
  background: #F6A8CA;
  color: #fff;
}
::selection {
  background: #F6A8CA;
  color: #fff;
}
.animation-slide-left {
  -webkit-animation: slideLeft 1s 1;
          animation: slideLeft 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  .animation-slide-left {
    -webkit-animation: none;
            animation: none;
  }
}
.animation-slide-right {
  -webkit-animation: slideRight 1s 1;
          animation: slideRight 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  .animation-slide-right {
    -webkit-animation: none;
            animation: none;
  }
}
.video-responsive {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  max-height: 250px;
}
@media screen and (max-width: 1024px) {
  .video-responsive {
    padding-bottom: 55%;
  }
}
.video-responsive embed,
.video-responsive iframe,
.video-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes showBack {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0.15;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes showBack {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0.15;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes playrotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  40% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes playrotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  40% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.mobile-show {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mobile-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.dsp_none {
  display: none!important;
}
.invalid-feedback {
  color: #ff0202;
}
.player__castComma:nth-last-child(0n+1) {
  display: none;
}
.button__link {
  display: inline;
  border: none;
  background: transparent;
  color: #0295FF;
  text-decoration: underline;
  padding: 0px;
  margin: 0px;
}
.button__link:hover {
  color: #81005C;
}

/*
    1. Header 
*/
.m-header {
  width: 100%;
  height: 88px;
  background: #F6A8CA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 101;
}
.m-header.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 101;
}
@media screen and (max-width: 670px) {
  .m-header {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.m-header__logo:hover {
  opacity: 0.9;
}
@media screen and (max-width: 1920px) {
  .m-header__logo img {
    margin-right: 45px;
  }
}
@media screen and (max-width: 1440px) {
  .m-header__logo {
    width: 40%;
  }
  .m-header__logo img {
    width: 50%;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .m-header__logo {
    width: 40%;
  }
}
@media screen and (max-width: 1280px) {
  .m-header__logo {
    width: 40%;
  }
  .m-header__logo img {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .m-header__logo img {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .m-header__logo img {
    width: 100%;
  }
}
@media screen and (max-width: 670px) {
  .m-header__logo {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-header__logo img {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}
.m-header__text {
  padding: 14px 0 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #81005C;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1680px) {
  .m-header__text {
    font-size: 1.6rem;
    padding: 20px 0 20px 5px;
  }
}
@media screen and (max-width: 1280px) {
  .m-header__text {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .m-header__text {
    width: 100%;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.m-header__dates {
  font-size: 2.5rem;
  font-weight: 900;
}
@media screen and (max-width: 1680px) {
  .m-header__dates {
    font-size: 2rem;
  }
}
@media screen and (max-width: 670px) {
  .m-header__dates {
    font-size: 3rem;
  }
}
.m-header__menu {
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 670px) {
  .m-header__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.m-header__menuItem {
  font-size: 1.8rem;
  color: #81005C;
  white-space: nowrap;
  text-decoration: none;
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1680px) {
  .m-header__menuItem {
    margin: 0 10px;
  }
  .m-header__menuItem.partners {
    margin-right: 10px;
  }
  .m-header__menuItem.faq {
    width: 180px;
  }
}
@media screen and (max-width: 1500px) {
  .m-header__menuItem.facebook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1366px) {
  .m-header__menuItem {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .m-header__menuItem {
    margin: 0px;
  }
}
.m-header__menuItem-support {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
}
.m-header__menuItem-support svg {
  margin-left: 10px;
}
.m-header__menuItem .m-header__fbicon {
  fill: #81005C;
}
.m-header__menuItem .m-header__fbicon:hover {
  fill: #81005C;
}
.m-header__menuItem .m-header__sup {
  fill: #81005C;
}
.m-header__menuItem:hover {
  color: #81005C;
  text-decoration: underline;
}
.m-header__menuItem:hover .m-header__sup {
  fill: #81005C;
}
.m-header__logged {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.m-header__logged:hover {
  color: #FFF6BA;
}
.m-header__logout {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: 10px;
}
.m-header__logout-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: none;
  color: #fff;
}
.m-header__logout-btn span {
  margin-left: 6px;
}
.m-header__logout-btn:hover {
  color: #FFF6BA;
}
.m-header__logout-btn:hover .m-header__logout-icon {
  fill: #FFF6BA;
}
.m-header__login {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
  color: #212121;
  font-size: 2rem;
  text-decoration: none;
  margin-left: 15px;
}
.m-header__login:hover {
  background: #BBCA13;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .m-header__login {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .m-header__login {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .m-header__login {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    padding: 10px 15px;
  }
}
.m-header__login {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
  color: #212121;
  font-size: 2rem;
  text-decoration: none;
  margin-left: 15px;
}
.m-header__login:hover {
  background: #81005C;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .m-header__login {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .m-header__login {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .m-header__login {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    padding: 10px 15px;
  }
}
.m-header__support {
  width: 400px;
  position: absolute;
  top: 100px;
  left: -150px;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  z-index: 101;
}
@media screen and (max-width: 1024px) {
  .m-header__support {
    top: 110px;
  }
}
@media screen and (max-width: 670px) {
  .m-header__support {
    width: 320px;
    top: 150px;
    left: 0px;
  }
}
.m-header__support.show {
  visibility: visible;
  -webkit-animation: showInfo 0.4s 1;
          animation: showInfo 0.4s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  color: #000;
}
.m-header__support::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: #F9DA9A;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  position: absolute;
  top: -15px;
  left: 50%;
}
.m-header__supportBg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #C3178D;
  -webkit-transition: 0s;
  transition: 0s;
}
.m-header__support.show .m-header__supportBg {
  -webkit-transition: .2s ease .2s;
  transition: .2s ease .2s;
  -webkit-transform: translateY(12px) translateX(-12px);
          transform: translateY(12px) translateX(-12px);
}
.m-header__supportWrap {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 24px 24px;
  background: #F9DA9A;
}
.m-header__supportTitle {
  margin: 0px;
  font-weight: 900;
  font-size: 1.8rem;
  margin-top: 10px;
}
.m-header__supportItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.m-header__supportItem span {
  font-weight: 400;
}
.m-header__supportItem img {
  margin-right: 10px;
}
.m-header__mob-text {
  color: #fff;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.m-header__mob-menu {
  border: none;
  background: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.m-header__mob-menu img {
  width: 40px;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 670px) {
  .m-header__mob-menu img {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  .m-header__mob-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .m-header__mob-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 670px) {
  .m-header__mob-menu {
    width: 100%;
    margin-top: 15px;
    padding: 8px 0;
    border: 2px solid #fff;
  }
}
.m-header__menu-charlie {
  position: absolute;
  bottom: 0px;
  left: 25%;
}
.mobile-menu {
  width: 40%;
  height: 100%;
  position: fixed;
  top: 88px;
  right: 0px;
  background: #F6A8CA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 101;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  visibility: hidden;
  border-top: 3px solid #fff;
  padding: 20px 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .mobile-menu {
    width: 30%;
  }
  .mobile-menu .m-header__login {
    display: none!important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-menu .m-header__login {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }
}
@media screen and (max-width: 670px) {
  .mobile-menu {
    width: 100%;
    top: 286px;
    border-top: none;
    overflow-y: scroll;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 375px) {
  .mobile-menu {
    top: 288px;
    height: 80%;
  }
}
@media screen and (max-width: 320px) {
  .mobile-menu {
    top: 312px;
    height: 60%;
  }
  .mobile-menu .m-header__menu-charlie {
    width: 50%;
  }
}
.mobile-menu.show {
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-menu .m-header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  text-align: center;
  margin-left: 0px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-weight: 900;
}
.mobile-menu .m-header__menuItem {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 10px;
}
@-webkit-keyframes showInfo {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes showInfo {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

.program {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 670px) {
  .program {
    margin-top: 0px;
  }
}
.program-children {
  margin-top: 24px;
  padding: 32px 0;
  background: #FFF2BD;
}
.program-children .program__title {
  font-size: 3.2rem;
}
.program-children .p-item {
  width: 100%;
  margin-bottom: 0px;
  margin-right: 0px;
  padding-bottom: 30%;
}
@media screen and (max-width: 1500px) {
  .program-children .p-item {
    padding-bottom: 35%;
  }
}
@media screen and (max-width: 670px) {
  .program-children .p-item {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 480px) {
  .program-children .p-item {
    padding-bottom: 80%;
  }
}
.program-children .p-item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .program-children .p-item__image {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 670px) {
  .program-children .p-item__image .p-item__img {
    -o-object-position: right;
       object-position: right;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width: 1024px) {
  .program-children .p-item:hover .p-item__image img {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
  }
}
.program-regular {
  margin-top: 30px;
}
.program-regular .opening {
  position: relative;
  width: 100%;
  margin-bottom: 5.5rem;
  padding-bottom: 15%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 670px) {
  .program-regular .opening {
    margin-bottom: 0;
    padding-bottom: 22%;
  }
  .program-regular .opening img {
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 150%;
    -o-object-position: left;
       object-position: left;
    height: 110px;
  }
}
.program-regular .opening img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-transform: translateX(20px) translateY(20px);
          transform: translateX(20px) translateY(20px);
}
.program-regular .opening__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F9DA9A;
}
@media screen and (max-width: 670px) {
  .program-regular .opening__bg {
    height: 80%;
  }
}
.program-regular .p-item {
  width: 100%;
  margin-bottom: 0px;
  margin-right: 0px;
  padding-bottom: 33%;
}
@media screen and (max-width: 670px) {
  .program-regular .p-item {
    padding-bottom: 50%;
  }
}
.program-regular .p-item__image {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (max-width: 670px) {
  .program-regular .p-item__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 670px) {
  .program-regular .p-item__img {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.program-regular .p-item:hover .p-item__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .program-regular .program__description {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .program-closing {
    margin-top: 10px;
  }
}
.program-closing .p-item {
  padding-bottom: 40%;
}
@media screen and (max-width: 670px) {
  .program-closing .p-item {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 320px) {
  .program-closing .p-item {
    padding-bottom: 70%;
  }
}
.program-closing .p-item__img {
  -o-object-position: right;
     object-position: right;
}
@media screen and (max-width: 670px) {
  .program-closing .p-item__img {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
  }
}
.program__camera {
  position: absolute;
  bottom: 0px;
  left: 80px;
}
@media screen and (max-width: 1680px) {
  .program__camera {
    display: none;
  }
}
.program__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .program__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 670px) {
  .program__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0px;
  }
}
.program__aside {
  width: 300px;
  min-width: 300px;
  margin-right: 32px;
  font-size: 1.8rem;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .program__aside {
    width: 230px;
    min-width: 230px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .program__aside {
    width: 100%;
  }
  .program__aside img {
    position: absolute;
    right: 0px;
    top: 0px;
  }
}
@media screen and (max-width: 670px) {
  .program__aside {
    margin-bottom: 20px;
  }
  .program__aside img {
    top: unset;
    bottom: -30%;
    right: 15%;
  }
}
@media screen and (max-width: 670px) {
  .program__aside.program__aside-program {
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 200px;
  }
  .program__aside.program__aside-program.no-padding {
    padding-bottom: 0px;
  }
}
.program__aside-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.program__chop {
  position: absolute;
  top: 5px;
  right: 0px;
  -webkit-animation: wiggle 5s infinite;
          animation: wiggle 5s infinite;
}
@media screen and (max-width: 1280px) {
  .program__chop {
    top: -15px;
    right: -25px;
  }
}
@media screen and (max-width: 670px) {
  .program__chop {
    width: 80px;
    bottom: unset!important;
    top: 30px!important;
    right: 0px!important;
  }
}
.program__title {
  font-size: 3.6rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 4.3rem;
  margin: 0px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .program__title {
    font-size: 2.8rem;
  }
}
.program__title--big {
  font-size: 4.2rem;
  line-height: 5rem;
}
@media screen and (max-width: 1280px) {
  .program__title--big {
    font-size: 3.2rem;
    line-height: 4.1rem;
  }
}
.program__title span {
  color: #F6A8CA;
}
.program__dates {
  font-size: 2.4rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  color: #C3178D;
}
@media screen and (max-width: 1280px) {
  .program__dates {
    font-size: 1.8rem;
  }
}
.program__description {
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .program__description {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .program__description {
    width: 60%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 670px) {
  .program__description {
    width: 100%;
  }
}
.program__description + img {
  width: 50%;
}
@media screen and (max-width: 670px) {
  .program__description + img {
    width: 80%;
  }
}
.program__data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-item {
  width: calc(50% - 8px);
  height: 0;
  padding-bottom: 28.198%;
  position: relative;
  margin-right: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .p-item {
    width: 100%;
    padding-bottom: 45%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .p-item {
    padding-bottom: 56%;
  }
}
@media screen and (max-width: 670px) {
  .p-item {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .p-item {
    padding-bottom: 65%;
  }
}
.p-item:nth-child(2n+2) {
  width: 50%;
  margin-right: 0px;
}
@media screen and (max-width: 1024px) {
  .p-item:nth-child(2n+2) {
    width: 100%;
  }
}
.p-item:hover .p-item__image > img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 1280px) {
  .p-item:hover .p-item__image > img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.p-item__type {
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  -webkit-transform: translate(40%, 10px);
          transform: translate(40%, 10px);
}
.p-item__type.online {
  -webkit-transform: translate(100%, 10px);
          transform: translate(100%, 10px);
}
@media screen and (max-width: 670px) {
  .p-item__type {
    font-size: 18px;
  }
}
.p-item__data {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
}
.p-item__header {
  width: 92%;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 24px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 670px) {
  .p-item__header {
    padding-left: 20px;
  }
}
.p-item__ranking {
  width: 64px;
  height: 64px;
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1440px) {
  .p-item__ranking {
    width: 56px;
    height: 56px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 670px) {
  .p-item__ranking {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .p-item__ranking {
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
    margin-right: 20px;
  }
}
.p-item__footer {
  width: 100%;
  position: absolute;
  bottom: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  z-index: 10;
}
@media screen and (max-width: 670px) {
  .p-item__footer {
    padding: 0 20px;
    bottom: 16px;
  }
}
.p-item__title {
  font-size: 3.6rem;
  font-weight: 900;
  color: #fff;
  margin: 0px;
}
@media screen and (max-width: 1680px) {
  .p-item__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1500px) {
  .p-item__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 670px) {
  .p-item__title {
    font-size: 2rem;
  }
}
.p-item__subdata {
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .p-item__subdata {
    font-size: 2rem;
  }
}
@media screen and (max-width: 670px) {
  .p-item__subdata {
    font-size: 1.6rem;
  }
}
.p-item__badge {
  width: 80px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1366px) {
  .p-item__badge {
    width: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .p-item__badge {
    width: 60px;
    line-height: 4.5;
  }
}
@media screen and (max-width: 670px) {
  .p-item__badge {
    line-height: 1;
    width: auto;
    height: auto;
    top: 25px;
    bottom: unset;
    right: 15px;
    padding: 10px 20px;
    border-radius: 15px;
    border: none;
    border: 1px solid #fff;
  }
}
.p-item__badgeText {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 670px) {
  .p-item__badgeText {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 1.6rem;
  }
}
.p-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-item__img {
  width: 103%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  -webkit-transform: scale(1);
          transform: scale(1);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .p-item__img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 320px) {
  .p-item__img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.p-item__blackwrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
}
.p-item__timing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2rem;
  color: #fff;
}
.p-item__timing.hide {
  display: none;
}
@media screen and (max-width: 670px) {
  .p-item__timing {
    font-size: 1.6rem;
  }
}
.p-item__timingDate {
  font-weight: 900;
}

.movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.movie__title {
  margin: 0px;
  font-size: 2.4rem;
  font-weight: 900;
}
.movie__description {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
}
.movie__description.childs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.movie__description.childs .movie__data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .movie__description.childs .movie__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .movie__description.childs .movie__data .movie__block {
    width: 100%;
    margin-right: 0%;
  }
  .movie__description.childs .movie__data .movie__attrs {
    width: 100%;
    margin-bottom: 20px;
  }
}
.movie__description.childs .movie__block {
  width: 40%;
  margin-right: 2%;
}
.movie__description.childs .movie__attrs {
  width: 58%;
}
@media screen and (max-width: 1280px) {
  .movie__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.movie__text {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0px;
  margin-bottom: 20px;
  white-space: pre-wrap;
}
.movie__data {
  width: 43%;
  margin-right: 40px;
}
@media screen and (max-width: 1280px) {
  .movie__data {
    width: 100%;
  }
}
.movie__voting {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 2rem;
}
.movie__votingHead-title {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 4.3rem;
}
.movie__votingHead-info {
  margin-top: 0.9rem;
  font-size: 2.4rem;
  font-weight: 900;
  color: #C3178D;
}
@media screen and (max-width: 670px) {
  .movie__voting {
    padding: 10px;
  }
}
.movie__voting.no-padding {
  padding: 20px 0px;
}
.movie__voting.voted {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.movie__voting.unauth {
  display: none;
}
.movie__voting.childs {
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-right: -60px;
  margin-left: -20px;
}
.movie__votingItem {
  width: 23%;
  height: 420px;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.movie__votingItem:hover {
  background: #F1F1F1;
}
.movie__votingItem.unauth {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {
  .movie__votingItem {
    width: 31%;
  }
}
@media screen and (max-width: 1024px) {
  .movie__votingItem {
    width: 48%;
    height: 440px;
    padding: 20px 10px 20px;
  }
}
@media screen and (max-width: 670px) {
  .movie__votingItem {
    width: 100%;
    height: 400px;
    margin-right: 0px;
  }
}
.movie__votingImage {
  overflow: hidden;
}
.movie__votingAlert {
  width: 100%;
  padding: 10px 20px;
  background: #F9DEDE;
  border: 1px solid #ff0202;
  color: #ff0202;
}
.movie__votingBody {
  padding: 13px 9px 13px;
}
.movie__votingDescr {
  overflow-y: hidden;
  height: 77px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.movie__votingTitle {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.movie__votingForm {
  width: 100%;
}
.movie__votingBtn {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 19px 20px;
  background: #F9DA9A;
  border: none;
  border-radius: 25px;
}
.movie__votingBtn:hover {
  background: #E0C48A;
}
@media screen and (max-width: 1280px) {
  .movie__voting {
    width: 100%;
    margin-bottom: 20px;
  }
}
.movie__attrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.movie__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
@media screen and (max-width: 670px) {
  .movie__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 670px) {
  .movie__cell {
    width: 100%;
  }
}
.movie__cell.title {
  width: 30%;
  min-width: 30%;
  font-weight: 900;
}
@media screen and (max-width: 1440px) {
  .movie__cell.title {
    min-width: 40%;
    width: 40%;
  }
}
@media screen and (max-width: 670px) {
  .movie__cell.title {
    width: 100%;
  }
}
.movie__cell.full {
  width: 100%;
}
.movie__reviews {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.movie__reviews * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.movie__reviewsBox {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .movie__reviewsBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 3rem;
  }
}
.movie__reviewsForm {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1024px) {
  .movie__reviewsForm {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.movie__reviews .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.movie__reviews .col {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 100%;
  max-width: 50%;
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (max-width: 1024px) {
  .movie__reviews .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.movie__reviewsTitle {
  margin-bottom: 1.6rem;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 3.8rem;
}
@media screen and (max-width: 1024px) {
  .movie__reviewsTitle {
    font-size: 2.4rem;
  }
}
.movie__reviewsForm .auth__input {
  height: 144px;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  line-height: 2.9rem;
}
.movie__reviewsForm .auth__input::-webkit-input-placeholder {
  color: #979797;
}
.movie__reviewsForm .auth__input::-moz-placeholder {
  color: #979797;
}
.movie__reviewsForm .auth__input::-ms-input-placeholder {
  color: #979797;
}
.movie__reviewsForm .auth__input::placeholder {
  color: #979797;
}
.movie__reviewsForm .auth__submit {
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .movie__reviewsForm .auth__submit {
    font-size: 1.6rem;
  }
}
.reviewItem {
  margin-bottom: 3.2rem;
}
.reviewItem--reply {
  margin-top: 3.2rem;
  padding-top: 0.5rem;
  padding-left: 3rem;
  padding-bottom: 1rem;
  border-left: 2px solid #AFAFAF;
}
.reviewItem__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .reviewItem__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.reviewItem__userName,
.reviewItem__date,
.reviewItem__text {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.reviewItem__text {
  white-space: pre-line;
}
.reviewItem__userName {
  font-weight: 900;
}
.reviewItem--reply .reviewItem__userName {
  color: #81005C;
}
.reviewItem__date {
  color: #AFAFAF;
}
.reviewItem__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.4rem;
}
.reviewItem__action {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #AFAFAF;
  text-decoration: none;
}
.reviewItem__action.black {
  color: #414141;
}
.reviewItem__action:hover {
  color: #0295FF;
}
.reviewItem__action + .reviewItem__action {
  border-left: 1.2px solid #AFAFAF;
}
.reviewItem__action:first-child {
  padding-left: 0;
}
.reviewItem__action--delete {
  color: #FF9898;
}
.reviewItem__action--delete:hover {
  color: #f57269;
}
.registerPopup {
  position: fixed;
  z-index: 101;
  top: 50%;
  left: 50%;
  padding: 48px 76px 69px;
  opacity: 0;
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(-80%);
          transform: translateX(-50%) translateY(-80%);
  pointer-events: none;
}
.registerPopup.show {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: .2s ease .2s;
  transition: .2s ease .2s;
  pointer-events: auto;
}
.registerPopup__title {
  margin-bottom: 1.2rem;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 4.3rem;
}
.registerPopup__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registerPopup__online,
.registerPopup__offline {
  margin-top: 2.9rem;
  padding: 2.1rem 0;
  font-size: 2.4rem;
  line-height: 2.9rem;
  text-decoration: none;
  border-radius: 50px;
}
.player {
  margin-top: 20px;
  width: 100%;
  height: 700px;
  position: relative;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.player__adblock {
  display: none;
  font-size: 16px;
  border: 1px solid #DBBF85;
  border-radius: 10px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 30px;
  background: #F9DA9A;
}
.player__adblock.show {
  display: block;
}
@media screen and (max-width: 1440px) {
  .player {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .player {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 400px;
  }
}
@media screen and (max-width: 670px) {
  .player {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.player-root {
  width: 100%;
  height: 100%;
  display: none;
}
.player__playAction {
  width: 100px;
  height: 115px;
  background: url('../images/common/play_tringle.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
  z-index: 150;
}
.player__playAction.hide {
  display: none;
}
.player__interaction {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}
.player__vote {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 110;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  text-align: center;
}
.player__vote.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.player__voteFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 670px) {
  .player__voteFooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.player__voteText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.player__voteBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  margin-right: 20px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
}
.player__voteBtn.important {
  color: #fff;
  font-weight: 700;
  background: #BBCA13;
  border: 1px solid #759A56;
}
.player__voteBtn:hover {
  background: #FFF6BA;
  color: #212121;
}
.player.playing .player__data {
  display: none;
}
.player.playing .player__actions {
  display: none;
}
.player.playing .player__cover {
  display: none;
}
.player.playing .player__interaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.player.playing .player-root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.player__message {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .player__message {
    font-size: 1.8rem;
    width: 100%;
    text-align: center;
  }
}
.player .p-item__ranking {
  top: 60px;
  right: 64px;
  position: absolute;
}
@media screen and (max-width: 670px) {
  .player .p-item__ranking {
    color: #212121;
    border: 3px solid #212121;
    top: 0px;
    right: 0px;
    position: relative;
  }
}
.player__left {
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .player__right {
    top: -60px;
    right: -50px;
    position: relative;
  }
}
@media screen and (max-width: 670px) {
  .player__right {
    top: unset;
    right: unset;
  }
}
.player__header {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.player__title {
  width: 100%;
  margin: 0px;
  font-size: 6.4rem;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .player__title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .player__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .player__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 670px) {
  .player__title {
    width: 100%;
    color: #212121;
  }
}
.player__data {
  width: 100%;
  position: absolute;
  top: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 40px;
  z-index: 11;
}
@media screen and (max-width: 670px) {
  .player__data {
    padding: 0px;
    position: relative;
    color: #212121;
    margin-bottom: 20px;
  }
}
.player__blackwrap {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.player__blackwrap.hide {
  display: none;
}
.player__country {
  margin-top: 10px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1440px) {
  .player__country {
    font-size: 2rem;
  }
}
.player__actions {
  width: 100%;
  top: 300px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 11;
}
.player__actions.alt {
  top: 60px;
}
.player__actions.both_types {
  top: 400px;
}
.player__actions.both_types .player__playAction {
  top: -100%;
}
@media screen and (max-width: 1440px) {
  .player__actions {
    top: 230px;
  }
  .player__actions.both_types {
    top: 300px;
  }
  .player__actions.both_types .player__playAction {
    top: -100%;
  }
}
@media screen and (max-width: 1024px) {
  .player__actions {
    top: 200px;
  }
}
@media screen and (max-width: 670px) {
  .player__actions {
    top: 155px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.player__register {
  width: 500px;
  background: #F9DA9A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 24px;
  padding: 15px 30px;
  border: none;
  border-radius: 50px;
  color: #212121;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}
.player__register:hover {
  background: #E0C48A;
}
@media screen and (max-width: 670px) {
  .player__register {
    width: 100%;
    margin: 20px 10px 0;
    border-radius: 50px;
    font-size: 1.8rem;
  }
}
.player__cover {
  position: relative;
}
.player__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.player__image img {
  max-width: 103%;
}
@media screen and (max-width: 1280px) {
  .player__image img {
    max-width: 140%;
  }
}
@media screen and (max-width: 670px) {
  .player__image img {
    max-width: 180%;
  }
}
.player__trailer {
  height: 50px;
  padding: 0 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 25px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.8rem;
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}
.player__trailer svg {
  margin-right: 10px;
}
.player__trailer:hover {
  opacity: 1;
}
.player__dinied {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
}
.vote {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vote__b-title {
  margin: 0px;
}
.vote > .vote__b-title {
  margin-top: 20px;
}
@media screen and (max-width: 670px) {
  .vote > .vote__b-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.vote__registered {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.vote__registeredItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 20px;
}
@media screen and (max-width: 670px) {
  .vote__registeredItem {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .vote__registeredItem.vote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.vote__registeredItem:hover {
  background: #ededed;
}
.vote__registeredName {
  font-weight: 900;
}
.vote__registeredBtn {
  border: none;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  background: url('../images/common/remove.svg');
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8;
}
.vote__registeredBtn:hover {
  opacity: 1;
}
.vote__r-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.vote__label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.vote__inputContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 670px) {
  .vote__inputContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.vote__input {
  width: 60%;
  background: #EAEAEA;
  border: none;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
}
@media screen and (max-width: 670px) {
  .vote__input {
    width: 100%;
  }
}
.vote__add-btn {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  background: #BBCA13;
  border: none;
  border-radius: 15px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 670px) {
  .vote__add-btn {
    width: 100%;
    margin-left: 0px;
    margin-top: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 20px;
  }
}
.vote__add-btn:disabled {
  background: #EAEAEA;
  opacity: 0.6;
  cursor: not-allowed;
}
.vote__submit {
  width: 100%;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F9DA9A;
  border: none;
  border-radius: 15px;
}
.vote__submit.final {
  width: 95%;
  padding: 20px 30px;
  margin: 10px 20px 0px;
}
.vote__submit:disabled {
  background: #EAEAEA;
  opacity: 0.6;
  cursor: not-allowed;
}
.vote__watcher {
  width: 60%;
}
.vote__scoreContainer {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 670px) {
  .vote__scoreContainer {
    width: 100%;
  }
}
.vote__popup {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  font-weight: 700;
  text-align: center;
  z-index: 100;
}
.vote__popup.hide {
  display: none;
}
.score__item input {
  width: 1px;
  height: 1px;
}
.score__item:hover {
  cursor: pointer;
}
.score__item:hover .score__path {
  fill: #F9DA9A;
}
.score__item input:checked ~ svg > .score__path {
  fill: #F9DA9A;
}
.alt__form {
  width: 60%;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alt__subTitle {
  font-size: 2rem;
  font-weight: 800;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
}
.alt__subTitle.sub-player {
  width: 60%;
  text-align: center;
}
.alt__input {
  width: 100%;
  background: #EAEAEA;
  border: none;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-bottom: 5px;
  color: #212121;
}

.partners__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
.partners__group-title {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 10px;
}
@media screen and (max-width: 670px) {
  .partners__group-title {
    text-align: center;
  }
}
.partners__innerData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.partners__item {
  width: 19%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 1%;
  color: #212121;
  text-decoration: none;
  margin-bottom: 20px;
}
.partners__item:hover {
  color: #F9DA9A;
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .partners__item {
    width: 24%;
  }
}
@media screen and (max-width: 1280px) {
  .partners__item {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .partners__item {
    width: 48%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 480px) {
  .partners__item {
    width: 100%;
    margin-right: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.partners__logo {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners__title {
  font-size: 1.8rem;
  margin: 0px;
  margin-top: 10px;
  display: none;
}

.user__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
.user__moviteTitle {
  font-weight: 900;
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}
.user__scores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user__scoresItem {
  height: 31px;
  margin-right: 10px;
}
.user__scoresItem.checked .score__path {
  fill: #C3178D;
}
.user__scoresDesc {
  margin-left: 3.6rem;
}
.user__title {
  max-width: 230px;
  width: 100%;
}
.user__movies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.user__voteLink {
  color: #aeaeae;
  margin-left: 10px;
}

