

/* Start:/local/templates/hisense/dist/bx-styles/landing-fifa.css?175025966423212*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.tt-u {
  text-transform: uppercase;
}

.tt-n {
  text-transform: none;
}

.text-middle {
  font-size: 1.28571rem;
}

.icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.icon_adv-1 {
  width: 54px;
  height: 40px;
}

.icon_adv-2 {
  width: 50px;
  height: 50px;
}

.icon_adv-3 {
  width: 40px;
  height: 40px;
}

.icon_adv-4 {
  width: 140px;
  height: 40px;
}

.icon_adv-5 {
  width: 150px;
  height: 50px;
}

.landing-fifa__banner {
  display: flex;
  line-height: 0;
}

.landing-fifa__banner picture,
.landing-fifa__banner img {
  width: 100%;
  height: auto;
}

.landing-fifa__link-wrap {
  display: block;
  background-color: #000000;
}

.landing-fifa__link-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 81px;
}

.landing-fifa__arrow {
  color: #ffffff;
}

.landing-fifa__link-text {
  font-weight: 450;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}

.landing-fifa__header {
  margin-bottom: 50px;
  font-family: "Avalon", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #202020;
}

.landing-fifa__header_white {
  color: #ffffff;
}

.landing-fifa__header_sm {
  margin-bottom: 40px;
  font-size: 40px;
}

.landing-fifa__header span {
  display: block;
  color: #0cc;
}

.landing-fifa__action-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 20px;
  margin-bottom: 30px;
}

.landing-fifa__action-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  background: linear-gradient(180deg, #088686 0%, #01b8b2 100%);
  border-radius: 20px;
}

.landing-fifa__action-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

.landing-fifa__action-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-bottom: 77px;
  font-weight: 500;
  font-size: 43px;
  line-height: 1;
  color: #202020;
  background-color: #ffffff;
  border-radius: 10px;
}

.landing-fifa__action-title {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}

.landing-fifa__action-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
}

.landing-fifa__action-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #a6a6a6;
}

.landing-fifa__wrap {
  background: #f4f4f4;
}

.landing-fifa__step-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 20px;
  margin-bottom: 50px;
}

.landing-fifa__step-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.landing-fifa__step-item svg {
  margin-bottom: 10px;
  color: #202020;
}

.landing-fifa__step-img {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}

.landing-fifa__step-img picture,
.landing-fifa__step-img img {
  width: 100%;
  height: auto;
}

.landing-fifa__step-text {
  max-width: 347px;
  font-weight: 450;
  font-size: 22px;
  line-height: 1;
  color: #202020;
}

.landing-fifa__step-text b {
  font-weight: 600;
}

.landing-fifa__step-btn {
  width: 100%;
  font-weight: 600;
}

.landing-fifa__block {
  position: relative;
  padding-top: 80px;
  padding-bottom: 96px;
}

.landing-fifa__block_sm-indent {
  padding-top: 80px;
  padding-bottom: 80px;
}

.landing-fifa__block_no-indent {
  padding-top: 0;
  padding-bottom: 100px;
}

.landing-fifa__prize-block {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.landing-fifa__prize-item {
  position: relative;
  min-height: 222px;
  padding: 20px 20px 10px;
  border-radius: 10px;
  background: linear-gradient(180deg, #01b8b2 0%, #088686 100%);
  overflow: hidden;
}

.landing-fifa__prize-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
}

.landing-fifa__prize-item:nth-child(1)::before {
  background-image: url("/local/templates/hisense/dist/bx-styles/../img/landing-fifa/prize-bg1.png");
}

.landing-fifa__prize-item:nth-child(2)::before {
  background-image: url("/local/templates/hisense/dist/bx-styles/../img/landing-fifa/prize-bg2.png");
}

.landing-fifa__prize-item:nth-child(3)::before {
  background-image: url("/local/templates/hisense/dist/bx-styles/../img/landing-fifa/prize-bg3.png");
}

.landing-fifa__prize-item:nth-child(4)::before {
  background-image: url("/local/templates/hisense/dist/bx-styles/../img/landing-fifa/prize-bg4.png");
  background-size: 100% 55%;
}

.landing-fifa__prize-item:nth-child(5)::before {
  background-image: url("/local/templates/hisense/dist/bx-styles/../img/landing-fifa/prize-bg5.png");
  background-size: 100% 67%;
}

.landing-fifa__prize-item picture,
.landing-fifa__prize-item img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 3;
}

.landing-fifa__prize-item picture {
  display: block;
  margin-bottom: 14px;
}

.landing-fifa__prize-title {
  position: relative;
  display: flex;
  justify-content: center;
  font-weight: 450;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  z-index: 3;
}

.landing-fifa__prize-text {
  margin-top: 3px;
  font-weight: 450;
  font-size: 11px;
  line-height: 10px;
  text-align: center;
  color: #a6eded;
}

.landing-fifa__container {
  max-width: 1278px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.landing-fifa__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Avalon", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.2;
  text-align: center;
  color: #000000;
}

.landing-fifa__desc {
  margin-top: 0;
  margin-bottom: 80px;
  font-family: "Futura", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #000000;
}

.landing-fifa__video {
  width: 100%;
  height: auto;
  margin-bottom: 96px;
}

.landing-fifa__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 43px;
  margin-bottom: 96px;
}

.landing-fifa__item:last-child .landing-fifa__text {
  max-width: 150px;
}

.landing-fifa__img {
  line-height: 0;
}

.landing-fifa__img picture {
  width: 100%;
  height: auto;
}

.landing-fifa__img img {
  width: 100%;
  height: auto;
}

.landing-fifa__text {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Futura", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #5a6870;
}

.landing-fifa__slider-list {
  position: relative;
  display: flex;
  padding-left: 75px;
  padding-right: 75px;
}

.landing-fifa__slider-list .owl-nav {
  position: absolute;
  top: calc(50% - 36px);
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.landing-fifa__slider-list .owl-nav .owl-prev {
  position: relative;
  width: 39px;
  height: 39px;
  background-color: #d9d9d9 !important;
  border-radius: 50%;
}

.landing-fifa__slider-list .owl-nav .owl-prev::before {
  position: absolute;
  top: 50%;
  left: 45%;
  content: '';
  width: 12px;
  height: 21px;
  background-image: url("/local/templates/hisense/dist/bx-styles/../img/landing-fifa/arrow-left.svg");
  transform: translate(-50%, -50%);
}

.landing-fifa__slider-list .owl-nav .owl-prev span {
  display: none;
}

.landing-fifa__slider-list .owl-nav .owl-next {
  position: relative;
  width: 39px;
  height: 39px;
  background-color: #d9d9d9 !important;
  border-radius: 50%;
}

.landing-fifa__slider-list .owl-nav .owl-next::before {
  position: absolute;
  top: 50%;
  left: 55%;
  content: '';
  width: 12px;
  height: 21px;
  background-image: url("/local/templates/hisense/dist/bx-styles/../img/landing-fifa/arrow-right.svg");
  transform: translate(-50%, -50%);
}

.landing-fifa__slider-list .owl-nav .owl-next span {
  display: none;
}

.landing-fifa__slider-list .owl-loaded .landing-fifa__slider-item:nth-child(n + 6) {
  display: block;
}

.landing-fifa__slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.landing-fifa__slider-item:nth-child(n + 6) {
  display: none;
}

.landing-fifa__slider-img {
  width: 100%;
  line-height: 0;
}

.landing-fifa__slider-img picture,
.landing-fifa__slider-img img {
  width: 100%;
  height: auto;
}

.landing-fifa__slider-text {
  margin-top: 20px;
  font-family: "Futura", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #5a6870;
}

.landing-fifa__success-wrap {
  display: none;
  flex-grow: 1;
}

.landing-fifa__success-title {
  margin-bottom: 10px;
  font-family: "Avalon", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #0cc;
}

.landing-fifa__success-text {
  margin-bottom: 45px;
  font-family: "Avalon", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

.landing-fifa__success-btn {
  width: 100%;
  font-weight: 600 !important;
}

.landing-fifa__form {
  padding-bottom: 114px;
  position: relative;
  overflow: hidden;
}

.landing-fifa__form h2 {
  text-align: center;
  color: #ffffff;
}

.landing-fifa__form-top {
  position: relative;
  color: #ffffff;
}

.landing-fifa__form-bck {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.landing-fifa__form-bck picture {
  width: 100%;
  height: 100%;
}

.landing-fifa__form-bck img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.landing-fifa__form-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 803px;
  max-width: 650px;
  margin: 0 auto;
  padding: 50px 56px 160px;
  background: rgba(0, 0, 0, 0.43);
  backdrop-filter: blur(5px);
}

.landing-fifa__form-wrap_success .landing-fifa__header,
.landing-fifa__form-wrap_success .form {
  display: none;
}

.landing-fifa__form-wrap_success .landing-fifa__success-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.landing-fifa__form .form__text {
  background: transparent;
  color: #ffffff;
  padding: 0 10px;
}

.landing-fifa__form .form__confirm {
  font-weight: 400;
}

.landing-fifa__form .form__row {
  margin-bottom: 10px;
}

.landing-fifa__form .form-terms {
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 470px;
}

.landing-fifa__form .form-terms_item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.landing-fifa__form .form-terms_item:last-child {
  margin-bottom: 0;
}

.landing-fifa__form .form-terms_item.error .form-terms_label:before {
  border-color: #f00;
}

.landing-fifa__form .form-terms_input {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
}

.landing-fifa__form .form-terms_input:checked + .form-terms_label:before {
  border-color: #00cccc;
  background-color: #00cccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC44NjEzIDAuODU0MTQ5QzExLjA0NjkgMS4wNDA1NiAxMS4wNDYxIDEuMzQyMDYgMTAuODU5NyAxLjUyNzU4TDQuNjM5NDggNy43MTgwNkM0LjQ1MzcgNy45MDI5NSA0LjE1MzQ0IDcuOTAyOTUgMy45Njc2NiA3LjcxODA2TDEuMTQwMjggNC45MDQyQzAuOTUzODcyIDQuNzE4NjggMC45NTMxNDkgNC40MTcxOCAxLjEzODY3IDQuMjMwNzdDMS4zMjQxOCA0LjA0NDM2IDEuNjI1NjkgNC4wNDM2NCAxLjgxMjEgNC4yMjkxNUw0LjMwMzU3IDYuNzA4NzFMMTAuMTg3OSAwLjg1MjUzNEMxMC4zNzQzIDAuNjY3MDE2IDEwLjY3NTggMC42Njc3MzkgMTAuODYxMyAwLjg1NDE0OVoiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMzciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);
}

.landing-fifa__form .form-terms_label:before {
  content: '';
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  position: absolute;
  border: 1px solid #8a8a8a;
  border-radius: 4px;
}

.landing-fifa__form .form .button {
  color: #fff;
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 131.5%;
  text-transform: uppercase;
}

.landing-fifa__form-desc {
  padding: 50px 30px;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 20px 40px -15px rgba(0, 0, 0, 0.1);
  margin-top: -110px;
  position: relative;
  z-index: 1;
  display: flex;
}

.landing-fifa__form-ball {
  position: absolute;
  top: -190px;
  right: -90px;
}

.landing-fifa__form-anim {
  position: absolute;
  bottom: 50px;
  left: 36px;
}

.landing-fifa__form-anim img {
  width: 393px;
  height: auto;
}

.landing-fifa__form-text {
  max-width: 470px;
  font-family: "Avalon", sans-serif;
  margin-left: 450px;
}

.landing-fifa__form-text-title {
  color: #202020;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.landing-fifa__form-text-item {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 13px;
}

.landing-fifa__form-text-item svg {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
}

.landing-fifa__form-text-item p {
  margin: 0;
}

.landing-fifa__form-text-item span,
.landing-fifa__form-text-item a {
  color: #0cc;
}

.landing-fifa__form-text-fin {
  background: #f2fcfc;
  height: 57px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #202020;
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.landing-fifa__form-text-fin svg {
  width: 57px;
  height: 57px;
  min-width: 57px;
  min-height: 57px;
}

.landing-fifa__product-wrap {
  background-image: url("/local/templates/hisense/dist/bx-styles/../img/landing-fifa/product-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.landing-fifa__product-item {
  width: 44%;
  font-family: "Futura", sans-serif;
  font-size: 30px;
  font-weight: 450;
  line-height: 41px;
  color: #ffffff;
  border-bottom: 1px solid #959595;
}

.landing-fifa__product-item:last-child {
  border-bottom: none;
}

.landing-fifa__product-item.active .landing-fifa__product-text {
  color: #3fcccd;
}

.landing-fifa__product-item.active .landing-fifa__product-link {
  opacity: 1;
}

.landing-fifa__product-item.active .landing-fifa__product-img-block {
  display: flex;
}

.landing-fifa__product-text {
  cursor: pointer;
  transition: 0.35s all;
  color: #fff;
}

.landing-fifa__product-text:hover {
  color: #3fcccd;
}

.landing-fifa__product-link {
  opacity: 0;
  transition: 0.35s all;
}

.landing-fifa__product-img-block {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.landing-fifa__product-img {
  object-fit: contain;
}

.landing-fifa__product-header-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 1200px) {
  .landing-fifa__header {
    margin-bottom: 30px;
    font-size: 45px;
  }

  .landing-fifa__header_sm {
    margin-bottom: 30px;
    font-size: 35px;
  }

  .landing-fifa__action-icon svg {
    width: 100px;
    height: 93px;
  }

  .landing-fifa__action-num {
    width: 70px;
    height: 70px;
    font-size: 33px;
    margin-bottom: 50px;
  }

  .landing-fifa__action-title {
    font-size: 30px;
  }

  .landing-fifa__block {
    padding-top: 50px;
    padding-bottom: 120px;
  }

  .landing-fifa__block_sm-indent {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .landing-fifa__block_no-indent {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .landing-fifa__prize-block {
    gap: 10px;
  }

  .landing-fifa__prize-item {
    padding: 10px;
  }

  .landing-fifa__title {
    font-size: 30px;
  }

  .landing-fifa__desc {
    margin-bottom: 50px;
    font-size: 20px;
  }

  .landing-fifa__video {
    margin-bottom: 50px;
  }

  .landing-fifa__list {
    gap: 20px;
    margin-bottom: 50px;
  }

  .landing-fifa__slider-list {
    padding-left: 50px;
    padding-right: 50px;
  }

  .landing-fifa__slider-item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .landing-fifa__product-item {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (max-width: 1024px) {
  .landing-fifa__link-text {
    font-size: 24px;
  }

  .landing-fifa__header {
    font-size: 40px;
  }

  .landing-fifa__header_sm {
    font-size: 30px;
  }

  .landing-fifa__action-block {
    gap: 12px;
  }

  .landing-fifa__action-icon svg {
    width: 80px;
    height: 75px;
  }

  .landing-fifa__step-block {
    gap: 12px;
    margin-bottom: 30px;
  }

  .landing-fifa__step-item svg {
    margin-bottom: 4px;
  }

  .landing-fifa__step-img {
    margin-bottom: 5px;
  }

  .landing-fifa__step-text {
    font-size: 18px;
  }

  .landing-fifa__prize-block {
    grid-template-columns: repeat(3, 1fr);
  }

  .landing-fifa__prize-item {
    padding: 20px;
  }

  .landing-fifa__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .landing-fifa__text {
    margin-top: 10px;
    font-size: 14px;
  }

  .landing-fifa__slider-item:nth-child(n + 5) {
    display: none;
  }

  .landing-fifa__form-ball {
    display: none;
  }

  .landing-fifa__form-anim {
    left: 0;
  }

  .landing-fifa__form-text {
    margin-left: 320px;
  }
}

@media (max-width: 989px) {
  .landing-fifa__product-wrap {
    background-image: url("/local/templates/hisense/dist/bx-styles/../img/landing-fifa/product-bg-sm.jpg");
  }

  .landing-fifa__product-item {
    width: 100%;
  }

  .landing-fifa__product-img-block {
    position: relative;
    width: 100%;
  }

  .landing-fifa__product-img {
    height: auto;
  }

  .landing-fifa__product-header-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .landing-fifa__banner {
    flex-direction: column;
  }

  .landing-fifa__link-block {
    height: 50px;
  }

  .landing-fifa__arrow svg {
    width: 24px;
    height: 24px;
  }

  .landing-fifa__link-text {
    font-size: 20px;
  }

  .landing-fifa__header {
    font-size: 28px;
  }

  .landing-fifa__header_white {
    text-align: center;
  }

  .landing-fifa__header_sm {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .landing-fifa__action-block {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }

  .landing-fifa__action-item {
    padding: 10px 10px 20px 10px;
    border-radius: 10px;
  }

  .landing-fifa__action-icon svg {
    width: 57px;
    height: 57px;
  }

  .landing-fifa__action-num {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .landing-fifa__action-title {
    margin-bottom: 0;
    font-size: 22px;
  }

  .landing-fifa__action-text {
    font-size: 16px;
  }

  .landing-fifa__action-desc {
    font-size: 12px;
  }

  .landing-fifa__wrap {
    margin-bottom: 50px;
  }

  .landing-fifa__wrap .landing-fifa__block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .landing-fifa__step-block {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .landing-fifa__step-item svg {
    width: 25px;
    height: 25px;
  }

  .landing-fifa__step-img {
    margin-bottom: 20px;
  }

  .landing-fifa__step-btn {
    font-size: 14px;
  }

  .landing-fifa__title {
    font-size: 24px;
  }

  .landing-fifa__desc {
    font-size: 16px;
  }

  .landing-fifa__video {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }

  .landing-fifa__slider-item:nth-child(n + 4) {
    display: none;
  }

  .landing-fifa__slider-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .landing-fifa__success-title {
    font-size: 20px;
  }

  .landing-fifa__success-text {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .landing-fifa__form {
    padding-bottom: 50px;
  }

  .landing-fifa__form-top {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 114px;
  }

  .landing-fifa__form-bck img {
    object-position: left;
  }

  .landing-fifa__form-wrap {
    min-height: 520px;
    padding: 30px 15px;
  }

  .landing-fifa__form .form__row {
    margin-bottom: 10px;
  }

  .landing-fifa__form-desc {
    flex-direction: column;
    padding: 30px 15px;
    margin-top: -76px;
  }

  .landing-fifa__form-anim {
    position: relative;
    display: flex;
    justify-content: center;
    bottom: 0;
  }

  .landing-fifa__form-anim img {
    width: 239px;
  }

  .landing-fifa__form-text {
    margin: 0;
  }

  .landing-fifa__form-text-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .landing-fifa__form-text-item {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .landing-fifa__form-text-item svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
  }

  .landing-fifa__form-text-fin {
    height: 44px;
    font-size: 12px;
    margin-top: 20px;
  }

  .landing-fifa__form-text-fin svg {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  .landing-fifa__product-item {
    font-size: 20px;
    line-height: 28px;
  }

  .landing-fifa__product-text {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .landing-fifa__prize-block {
    grid-template-columns: repeat(1, 1fr);
  }

  .landing-fifa__prize-item {
    min-height: auto;
    padding: 20px 47px;
  }
}

@media (max-width: 580px) {
  .landing-fifa__slider-item:nth-child(n + 3) {
    display: none;
  }
}

@media (max-width: 500px) {
  .landing-fifa__text {
    max-width: 102px;
  }
}

@media (max-width: 480px) {
  .landing-fifa__slider-list .owl-loaded .landing-fifa__slider-item:nth-child(n + 2) {
    display: block;
  }

  .landing-fifa__slider-item {
    padding-left: 0;
    padding-right: 0;
  }

  .landing-fifa__slider-item:nth-child(n + 2) {
    display: none;
  }
}
/* End */


/* Start:/local/templates/hisense/dist/bx-styles/landing-fifa-game.css?17501560361526*/
#unity-container {
  position: relative;
}

#unity-canvas {
  background: #231f20;
}

.unity-mobile #unity-canvas {
  width: 100%;
  height: 100%;
}

#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

#unity-logo {
  width: 154px;
  height: 130px;
  background: url("/local/templates/hisense/dist/bx-styles/../img/landing-fifa/unity-logo-dark.png") no-repeat center;
}

#unity-progress-bar-empty {
  width: 141px;
  height: 18px;
  margin-top: 10px;
  margin-left: 6.5px;
  background: url("/local/templates/hisense/dist/bx-styles/../img/landing-fifa/progress-bar-empty-dark.png") no-repeat center;
}

#unity-progress-bar-full {
  width: 0%;
  height: 18px;
  margin-top: 10px;
  background: url("/local/templates/hisense/dist/bx-styles/../img/landing-fifa/progress-bar-full-dark.png") no-repeat center;
}

#unity-footer {
  position: relative;
}

.unity-mobile #unity-footer {
  display: none;
}

#unity-logo-title-footer {
  float: left;
  width: 102px;
  height: 38px;
  background: url("/local/templates/hisense/dist/bx-styles/../img/landing-fifa/unity-logo-title-footer.png") no-repeat center;
}

#unity-build-title {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  font-family: arial;
  font-size: 18px;
}

#unity-fullscreen-button {
  cursor: pointer;
  float: right;
  width: 38px;
  height: 38px;
  background: url("/local/templates/hisense/dist/bx-styles/fullscreen-button.png") no-repeat center;
}

#unity-warning {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
  background: white;
  padding: 10px;
  display: none;
}
/* End */


/* Start:/local/templates/hisense/dist/bx-styles/form-contacts.css?17502577252075*/
.form-required {
  color: red;
}

.form__message {
  font-size: 15px;
  line-height: 1.615384615384615;
  margin-top: 160px;
  margin-bottom: 160px;
  text-transform: uppercase;
  text-align: center;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.form__message p {
  margin-bottom: 24px;
}

.form__row .jq-selectbox {
  z-index: 2;
}

.form__row .jq-selectbox__select {
  height: 58px;
  border-color: #cac7c775 !important;
  background: #ffffff !important;
}

.form__row .jq-selectbox__select-text {
  line-height: 56px;
}

.form__row .jq-selectbox__trigger-arrow {
  top: 25px;
}

.form__row select ~ .error {
  position: absolute;
  bottom: -15px;
  left: 0;
  font-size: 14px;
}

.form__message.fancybox-content {
  text-align: center;
  width: 320px;
  overflow: hidden;
}

.form__message .button {
  padding: 10px;
}

.form__element .jq-selectbox__select {
  border: none !important;
  color: #807878;
  font-size: 20px;
  padding-left: 0;
  font-family: "Futura", sans-serif;
}

.form__row label a {
  color: #0cc;
  border-bottom: 1px solid rgba(0, 204, 204, 0.5);
}

.form__row label a:hover {
  border-color: transparent;
}

.left-align {
  text-align: left;
  width: 100%;
}

.model_input {
  display: none !important;
}

.chosen-single {
  list-style-type: none;
  padding-left: 0px;
  position: relative;
  display: block;
  min-height: 1.2em;
  outline: none;
  width: 100%;
  border-radius: 0px;
  border: none;
  background: #fff;
  transition: 0.2s;
  width: 100%;
  font-family: "Futura", sans-serif;
  color: #888;
  font-size: 20px;
}

.chosen-results li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231F20;
  font: 14px/18px Arial, sans-serif;
}

#models-select_jq-styler {
  display: none;
}

li .no-results {
  display: none !important;
}

@media (max-width: 767px) {
  .form__row .jq-selectbox__select {
    height: 40px;
  }

  .form__row .jq-selectbox__select-text {
    line-height: 40px;
  }
}
/* End */
/* /local/templates/hisense/dist/bx-styles/landing-fifa.css?175025966423212 */
/* /local/templates/hisense/dist/bx-styles/landing-fifa-game.css?17501560361526 */
/* /local/templates/hisense/dist/bx-styles/form-contacts.css?17502577252075 */
