@font-face {
  font-family: 'LG Smart';
  src: url("../fonts/LGSmartRegular__W.eot");
  src: url("../fonts/LGSmartRegular__W.eot?#FooAnything") format("embedded-opentype"), url("../fonts/LGSmartRegular__W.woff") format("woff"), url("../fonts/LGSmartRegular__W.ttf") format("truetype"), url("../fonts/LGSmartRegular__W.svg#LGFontRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LG Smart';
  src: url("../fonts/LGSmartLight__W.eot");
  src: url("../fonts/LGSmartLight__W.eot?#FooAnything") format("embedded-opentype"), url("../fonts/LGSmartLight__W.woff") format("woff"), url("../fonts/LGSmartLight__W.ttf") format("truetype"), url("../fonts/LGSmartLight__W.svg#LGFontLight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'LG Smart';
  src: url("../fonts/LGSmartSemiBold__W.eot");
  src: url("../fonts/LGSmartSemiBold__W.eot?#FooAnything") format("embedded-opentype"), url("../fonts/LGSmartSemiBold__W.woff") format("woff"), url("../fonts/LGSmartSemiBold__W.ttf") format("truetype"), url("../fonts/LGSmartSemiBold__W.svg#LGFontMedium") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'LG Smart';
  src: url("../fonts/LGSmartBold__W.eot");
  src: url("../fonts/LGSmartBold__W.eot?#FooAnything") format("embedded-opentype"), url("../fonts/LGSmartBold__W.woff") format("woff"), url("../fonts/LGSmartBold__W.ttf") format("truetype"), url("../fonts/LGSmartBold__W.svg#LGFontMedium") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'LG Smart';
  src: url("../fonts/LGSmartRegularItalic__W.eot");
  src: url("../fonts/LGSmartRegularItalic__W.eot?#FooAnything") format("embedded-opentype"), url("../fonts/LGSmartRegularItalic__W.woff") format("woff"), url("../fonts/LGSmartRegularItalic__W.woff2") format("woff2"), url("../fonts/LGSmartRegularItalic__W.ttf") format("truetype"), url("../fonts/LGSmartRegularItalic__W.svg#LGFontMedium") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Lemon Tuesday';
  src: url("../fonts/Lemon_Tuesday.eot");
  src: url("../fonts/Lemon_Tuesday.eot?#FooAnything") format("embedded-opentype"), url("../fonts/Lemon_Tuesday.woff") format("woff"), url("../fonts/Lemon_Tuesday.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fake-header,
.fake-footer {
  width: 100%; }
  .fake-header img,
  .fake-footer img {
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.fake-footer {
  background-color: whitesmoke; }
  .fake-footer img {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto; }

.mobile {
  display: none; }

.desktop {
  display: block; }

@media (max-width: 640px) {
  .mobile {
    display: block; }
  .desktop {
    display: none; } }

.fixed {
  overflow: hidden; }

.custom-content-wrap * {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'LG Smart', Arial, Helvetica, sans-serif; }

.custom-content-wrap {
  padding: 0 15px;
  max-width: 1600px;
  margin: 0 auto; }
  .custom-content-wrap img {
    width: 100%;
    display: block; }
  .custom-content-wrap b {
    font-weight: 900; }
  .custom-content-wrap sup {
    font-size: 0.5em; }
  .custom-content-wrap .mobile {
    display: none; }
  .custom-content-wrap .slider-section {
    position: relative; }
    .custom-content-wrap .slider-section .change-lang {
      margin-top: 20px;
      padding: 4px 20px;
      display: inline-block;
      background: #FFDD02;
      text-align: center;
      color: white;
      color: #000;
      font-weight: bold; }
      .custom-content-wrap .slider-section .change-lang:hover {
        background: #FFC727; }
      .custom-content-wrap .slider-section .change-lang a,
      .custom-content-wrap .slider-section .change-lang span {
        font-size: 16px;
        color: #000;
        line-height: 1.3;
        display: inline-block; }
      .custom-content-wrap .slider-section .change-lang span {
        text-decoration: underline; }
      .custom-content-wrap .slider-section .change-lang a {
        text-decoration: none; }
    .custom-content-wrap .slider-section .swiper-container-horizontal > .swiper-pagination-bullets,
    .custom-content-wrap .slider-section .swiper-pagination-custom,
    .custom-content-wrap .slider-section .swiper-pagination-fraction {
      bottom: 31px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .custom-content-wrap .slider-section .swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      background: #FFF;
      border: 1px solid #7C7C7C;
      opacity: 1;
      cursor: pointer;
      display: block; }
      .custom-content-wrap .slider-section .swiper-pagination-bullet:focus {
        outline: none; }
    .custom-content-wrap .slider-section .swiper-pagination-bullet-active {
      background: #a50034;
      border-color: #a50034;
      cursor: default; }
    .custom-content-wrap .slider-section .swiper-button-next,
    .custom-content-wrap .slider-section .swiper-button-prev {
      width: 22px;
      height: 40px;
      color: #98949B; }
    .custom-content-wrap .slider-section .swiper-button-next, .custom-content-wrap .slider-section .swiper-container-rtl .swiper-button-prev {
      left: auto;
      right: 20px; }
    .custom-content-wrap .slider-section .swiper-button-prev, .custom-content-wrap .slider-section .swiper-container-rtl .swiper-button-next {
      left: 20px;
      right: auto; }
    .custom-content-wrap .slider-section .swiper-slide {
      position: relative; }
    .custom-content-wrap .slider-section .slide__content {
      position: absolute;
      top: 550px;
      left: 50%;
      width: 40%;
      text-align: center; }
    .custom-content-wrap .slider-section .slide__content__button {
      text-transform: uppercase;
      background: #a50034;
      color: #FFF;
      text-align: center;
      display: block;
      border-radius: 2em;
      font-size: 33px;
      line-height: 1;
      margin: 0 auto;
      padding: 0.54em 1em 0.42em;
      font-weight: 600;
      cursor: pointer;
      width: 70%; }
      .custom-content-wrap .slider-section .slide__content__button:active, .custom-content-wrap .slider-section .slide__content__button:focus {
        outline: none; }
      .custom-content-wrap .slider-section .slide__content__button:hover {
        background: #cc0041; }
    .custom-content-wrap .slider-section .slide__content__disclamer {
      color: #FFF;
      margin: 1.25em auto 0;
      font-size: 24px;
      line-height: 1.1;
      max-width: 22em; }
    .custom-content-wrap .slider-section .slide__content__link {
      color: #FFF; }
  .custom-content-wrap .rules-section {
    padding: 150px 0 100px; }
    .custom-content-wrap .rules-section .rules__title {
      text-align: center;
      font-size: 50px;
      margin-bottom: 1.4em;
      line-height: 0.66;
      color: #000; }
    .custom-content-wrap .rules-section .rules__steps {
      max-width: 1172px;
      margin: 0 auto;
      width: 90%;
      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; }
    .custom-content-wrap .rules-section .rules__steps__item {
      width: 23%; }
    .custom-content-wrap .rules-section .rules__steps__item__inner {
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      width: 100%;
      padding: 50%; }
    .custom-content-wrap .rules-section .rules__steps__item__wrap.flipped .rules__steps__item__inner {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }
    .custom-content-wrap .rules-section .rules__steps__divider {
      width: 6.6%; }
    .custom-content-wrap .rules-section .rules__steps__item {
      position: relative; }
      .custom-content-wrap .rules-section .rules__steps__item:after {
        content: "";
        position: absolute;
        background: url(../img/divider.png) no-repeat center center/contain;
        width: 28.4%;
        padding-bottom: 20%;
        top: 50%;
        left: 118%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .custom-content-wrap .rules-section .rules__steps__item:after:hover {
          background: #000;
          cursor: pointer;
          -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97);
                  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97); }
      .custom-content-wrap .rules-section .rules__steps__item:nth-child(2) {
        width: 27%; }
        .custom-content-wrap .rules-section .rules__steps__item:nth-child(2):after {
          width: 24.2%;
          left: 114%;
          padding-bottom: 17%; }
      .custom-content-wrap .rules-section .rules__steps__item:last-child:after {
        display: none; }
    .custom-content-wrap .rules-section .rules__steps__item__front {
      border-radius: 40px;
      background: #FFC21E;
      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;
      padding: 20px 10px;
      position: relative;
      z-index: 1;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      position: absolute; }
    .custom-content-wrap .rules-section .rules__steps__item__icon {
      width: 50%;
      max-width: 122px; }
    .custom-content-wrap .rules-section .rules__steps__item__title {
      color: #000;
      margin-top: 1em;
      font-size: 30px;
      line-height: 1;
      text-align: center; }
    .custom-content-wrap .rules-section .rules__steps__item__back {
      border-radius: 40px;
      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;
      color: #FFF;
      font-size: 18px;
      line-height: 1.5;
      background: #414142;
      padding: 10px 30px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      z-index: 1; }
    .custom-content-wrap .rules-section .rules__steps__item__text {
      text-align: center; }
  .custom-content-wrap .challenge-section {
    background: #EFF0F4; }
    .custom-content-wrap .challenge-section .challange__preloader {
      min-height: 100vh;
      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; }
    .custom-content-wrap .challenge-section .challange__preloader__icon {
      width: 64px;
      height: 64px;
      -webkit-animation: preloader 1.5s infinite linear;
              animation: preloader 1.5s infinite linear;
      border-radius: 50%;
      border: 6px solid rgba(51, 51, 51, 0.5);
      border-top-color: #333333; }
    .custom-content-wrap .challenge-section .challenge__item {
      position: relative; }
      .custom-content-wrap .challenge-section .challenge__item.error .challenge__question__answer__error-message {
        display: block; }
      .custom-content-wrap .challenge-section .challenge__item:last-child .challenge__item__bg:after {
        display: none; }
      .custom-content-wrap .challenge-section .challenge__item:last-child .challenge__item__bg .challenge__item__line:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 9.3%;
        padding-bottom: 7%;
        background: url(../img/line-present.svg) no-repeat center center/contain; }
      .custom-content-wrap .challenge-section .challenge__item:first-child .challenge__item__bg .challenge__item__line {
        background: url(../img/line-first.svg) no-repeat center center/contain; }
      .custom-content-wrap .challenge-section .challenge__item:nth-child(2n) .challenge__item__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
      .custom-content-wrap .challenge-section .challenge__item:nth-child(2n) .challenge__item__content__video__inner {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .custom-content-wrap .challenge-section .challenge__item:nth-child(2n) .challenge__question__answer__item:hover, .custom-content-wrap .challenge-section .challenge__item:nth-child(2n) .challenge__question__answer__item.active {
        -webkit-transform: translateX(-10%);
                transform: translateX(-10%); }
      .custom-content-wrap .challenge-section .challenge__item.disabled .challenge__item__content__question__title {
        opacity: 0.7; }
      .custom-content-wrap .challenge-section .challenge__item.disabled .challenge__question__answer__item {
        opacity: 0.7;
        cursor: default; }
        .custom-content-wrap .challenge-section .challenge__item.disabled .challenge__question__answer__item:hover {
          width: 100% !important;
          -webkit-transform: none !important;
                  transform: none !important; }
      .custom-content-wrap .challenge-section .challenge__item.disabled .challenge__question__answer__button {
        background: #C4C4C4;
        cursor: default; }
      .custom-content-wrap .challenge-section .challenge__item.disabled .challenge__item__content__video__block {
        cursor: default;
        background: #FFF; }
        .custom-content-wrap .challenge-section .challenge__item.disabled .challenge__item__content__video__block img {
          opacity: 0.7; }
      .custom-content-wrap .challenge-section .challenge__item.disabled .challenge__item__content__video__play {
        display: none; }
    .custom-content-wrap .challenge-section .challenge__item__bg {
      position: relative; }
      .custom-content-wrap .challenge-section .challenge__item__bg:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 90%; }
    .custom-content-wrap .challenge-section .challenge__item__line {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background: url(../img/line.svg) no-repeat center center/contain;
      z-index: 1; }
    .custom-content-wrap .challenge-section .challenge__item__content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #414142;
      z-index: 1; }
    .custom-content-wrap .challenge-section .challenge__item__content__question {
      padding-top: 100px;
      width: 36.25%; }
    .custom-content-wrap .challenge-section .challenge__item__content__question__inner {
      width: 55%;
      margin: 0 auto; }
    .custom-content-wrap .challenge-section .challenge__item__content__question__title {
      font-size: 70px;
      line-height: 0.5;
      margin-bottom: 0.71em;
      text-align: center; }
    .custom-content-wrap .challenge-section .challenge__question__answer__item {
      margin-bottom: 0.78em;
      background-color: #a50034;
      color: #FFF;
      font-size: 33px;
      line-height: 0.54;
      text-align: center;
      padding: 0.7em 1em;
      border-radius: 4em;
      border: 3px solid transparent;
      cursor: pointer;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: contain;
      width: 100%;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .custom-content-wrap .challenge-section .challenge__question__answer__item:hover {
        width: 110%; }
      .custom-content-wrap .challenge-section .challenge__question__answer__item.active {
        background-color: #F8FAFC;
        width: 110%;
        border-color: #a50034 !important; }
      .custom-content-wrap .challenge-section .challenge__question__answer__item:last-child {
        margin-bottom: 1.15em; }
    .custom-content-wrap .challenge-section .challenge__question__answer__button {
      text-align: center;
      text-transform: uppercase;
      color: #FFF;
      background: #a50034;
      display: block;
      font-size: 33px;
      line-height: 1.15;
      padding: 0.54em 0 0.42em;
      width: 100%;
      border-radius: 2em;
      cursor: pointer; }
      .custom-content-wrap .challenge-section .challenge__question__answer__button:active, .custom-content-wrap .challenge-section .challenge__question__answer__button:focus {
        outline: none; }
      .custom-content-wrap .challenge-section .challenge__question__answer__button:hover {
        background: #cc0041; }
    .custom-content-wrap .challenge-section .challenge__question__answer__error-message {
      color: #a50034;
      display: none;
      text-align: center;
      font-size: 16px;
      margin-top: 10px; }
    .custom-content-wrap .challenge-section .challenge__item__content__video {
      width: 63.75%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .custom-content-wrap .challenge-section .challenge__item__content__video__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 80%;
      position: relative; }
    .custom-content-wrap .challenge-section .challenge__item__content__video__bg {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .custom-content-wrap .challenge-section .challenge__item__content__video__block {
      cursor: pointer;
      width: 75.5%;
      position: relative; }
      .custom-content-wrap .challenge-section .challenge__item__content__video__block:hover .challenge__item__content__video__play {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
                transform: translate(-50%, -50%) scale(1.05); }
      .custom-content-wrap .challenge-section .challenge__item__content__video__block:active .challenge__item__content__video__play {
        -webkit-transform: translate(-50%, -50%) scale(0.95);
                transform: translate(-50%, -50%) scale(0.95); }
      .custom-content-wrap .challenge-section .challenge__item__content__video__block iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .custom-content-wrap .challenge-section .challenge__item__content__video__play {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: 0.3s;
      transition: 0.3s;
      width: 15%; }
      .custom-content-wrap .challenge-section .challenge__item__content__video__play svg {
        display: block;
        width: 100%;
        height: auto; }
  .custom-content-wrap .action-section {
    background: #F0F1F5;
    padding: 20px 0 80px; }
    .custom-content-wrap .action-section .action-section__inner {
      max-width: 1300px;
      width: 90%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .custom-content-wrap .action-section .action-section__item {
      width: calc((100% - 60px)/4);
      color: #000;
      text-decoration: none;
      margin-bottom: 36px;
      background: #FFF;
      border: 2px solid #CCCCCC;
      padding: 2px;
      text-align: center;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .custom-content-wrap .action-section .action-section__item:hover {
        -webkit-transform: scale(1.02);
                transform: scale(1.02); }
    .custom-content-wrap .action-section .action-section__item__title {
      font-size: 20px;
      line-height: 1.2;
      font-weight: 900;
      width: 87%;
      margin: 0.7em auto 0; }
    .custom-content-wrap .action-section .action-section__item__description {
      font-size: 20px;
      line-height: 1.2;
      width: 87%;
      margin: 0.55em auto 0;
      padding-bottom: 1em; }
  .custom-content-wrap .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
    overflow: auto; }
    .custom-content-wrap .overlay.form-overlay {
      display: block; }
  .custom-content-wrap .overlay__inner {
    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;
    padding: 10px;
    min-height: 100%; }
  .custom-content-wrap .popup {
    position: relative;
    background: #FFF;
    padding: 64px;
    border-radius: 10px;
    max-width: 1344px;
    width: 90%;
    z-index: 100;
    overflow: hidden; }
    .custom-content-wrap .popup.finished .popup__title {
      max-width: 800px;
      margin: 1em auto; }
    .custom-content-wrap .popup .form-popup__bg__item {
      position: absolute; }
      .custom-content-wrap .popup .form-popup__bg__item svg {
        display: block;
        width: 100%;
        height: auto; }
    .custom-content-wrap .popup .form-popup__bg__item-2 {
      left: 0;
      width: 17%;
      top: 10%; }
    .custom-content-wrap .popup .form-popup__bg__item-1 {
      bottom: 0;
      width: 27%;
      right: 5%; }
    .custom-content-wrap .popup .popup__inner {
      position: relative; }
    .custom-content-wrap .popup .popup__title {
      text-align: center;
      font-size: 50px;
      font-weight: 600;
      margin-bottom: 0; }
    .custom-content-wrap .popup .popup__close {
      position: absolute;
      right: 16px;
      top: 16px;
      width: 40px;
      cursor: pointer; }
      .custom-content-wrap .popup .popup__close svg {
        display: block;
        width: 100%;
        height: auto; }
    .custom-content-wrap .popup .popup-socials {
      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;
      width: 188px;
      margin: 20px auto 0; }
    .custom-content-wrap .popup .popup-social {
      display: block;
      width: 74px;
      cursor: pointer; }
      .custom-content-wrap .popup .popup-social svg {
        width: 100%;
        height: auto; }
    .custom-content-wrap .popup .answer-form__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .custom-content-wrap .popup .answer-form__input {
      width: calc((100% - 28px*2)/3);
      margin-right: 28px;
      margin-bottom: 30px;
      position: relative; }
      .custom-content-wrap .popup .answer-form__input label {
        display: block;
        width: 100%; }
      .custom-content-wrap .popup .answer-form__input:nth-child(3n) {
        margin-right: 0; }
      .custom-content-wrap .popup .answer-form__input.full {
        width: 100%;
        margin-right: 0; }
      .custom-content-wrap .popup .answer-form__input.half {
        width: calc((100% - 28px)/2); }
      .custom-content-wrap .popup .answer-form__input.error .selectric,
      .custom-content-wrap .popup .answer-form__input.error textarea,
      .custom-content-wrap .popup .answer-form__input.error input {
        border-color: #a50034; }
      .custom-content-wrap .popup .answer-form__input.error .answer-form__input__error:not(.double-email):not(.double-phone) {
        display: block; }
      .custom-content-wrap .popup .answer-form__input.error .answer-form__checkbox {
        color: #a50034; }
        .custom-content-wrap .popup .answer-form__input.error .answer-form__checkbox .checkbox {
          border-color: #a50034; }
        .custom-content-wrap .popup .answer-form__input.error .answer-form__checkbox a {
          display: inline-block;
          color: #a50034; }
      .custom-content-wrap .popup .answer-form__input.double input {
        border-color: #a50034; }
      .custom-content-wrap .popup .answer-form__input.double .double-email,
      .custom-content-wrap .popup .answer-form__input.double .double-phone {
        display: block; }
      .custom-content-wrap .popup .answer-form__input .answer-form__input__error {
        display: none;
        position: absolute;
        top: calc(100% + 5px);
        width: 100%;
        color: #a50034;
        font-size: 14px; }
      .custom-content-wrap .popup .answer-form__input .answer-form__input__text {
        font-weight: 900; }
      .custom-content-wrap .popup .answer-form__input .req {
        color: #a50034; }
      .custom-content-wrap .popup .answer-form__input .selectric .button {
        background: #FFF;
        height: 100%;
        width: 20px; }
      .custom-content-wrap .popup .answer-form__input .selectric {
        padding: 0;
        border: 1px solid #585858;
        border-radius: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        background: #FFF;
        margin-top: 10px;
        border-right: none;
        width: 6em; }
        .custom-content-wrap .popup .answer-form__input .selectric .label {
          color: #000;
          padding: 1em 0.75em 0.9em;
          line-height: 1.1;
          height: auto;
          display: block;
          font-size: 16px;
          margin: 0; }
      .custom-content-wrap .popup .answer-form__input .selectric-items {
        background: #FFF;
        font-size: 16px; }
        .custom-content-wrap .popup .answer-form__input .selectric-items li {
          font-size: 16px;
          vertical-align: middle; }
      .custom-content-wrap .popup .answer-form__input .selectric .flag,
      .custom-content-wrap .popup .answer-form__input .selectric-items .flag {
        display: inline-block;
        vertical-align: middle;
        width: 1em;
        height: 1em;
        margin-right: 0.3em;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }
        .custom-content-wrap .popup .answer-form__input .selectric .flag.flag-uae,
        .custom-content-wrap .popup .answer-form__input .selectric-items .flag.flag-uae {
          background-image: url(../img/regions/uae.png); }
        .custom-content-wrap .popup .answer-form__input .selectric .flag.flag-ba,
        .custom-content-wrap .popup .answer-form__input .selectric-items .flag.flag-ba {
          background-image: url(../img/regions/ba.png); }
        .custom-content-wrap .popup .answer-form__input .selectric .flag.flag-qt,
        .custom-content-wrap .popup .answer-form__input .selectric-items .flag.flag-qt {
          background-image: url(../img/regions/qt.png); }
        .custom-content-wrap .popup .answer-form__input .selectric .flag.flag-kw,
        .custom-content-wrap .popup .answer-form__input .selectric-items .flag.flag-kw {
          background-image: url(../img/regions/kw.png); }
        .custom-content-wrap .popup .answer-form__input .selectric .flag.flag-om,
        .custom-content-wrap .popup .answer-form__input .selectric-items .flag.flag-om {
          background-image: url(../img/regions/om.png); }
      .custom-content-wrap .popup .answer-form__input textarea,
      .custom-content-wrap .popup .answer-form__input input {
        display: block;
        border: 1px solid #585858;
        border-radius: 0;
        font-weight: normal;
        font-size: 16px;
        padding: 1em 0.75em 0.9em;
        width: 100%;
        margin-top: 10px;
        height: auto;
        line-height: 1.1;
        -webkit-box-shadow: none;
                box-shadow: none;
        background: #FFF; }
        .custom-content-wrap .popup .answer-form__input textarea:active, .custom-content-wrap .popup .answer-form__input textarea:focus,
        .custom-content-wrap .popup .answer-form__input input:active,
        .custom-content-wrap .popup .answer-form__input input:focus {
          outline: none; }
      .custom-content-wrap .popup .answer-form__input .phone__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .custom-content-wrap .popup .answer-form__input .answer-form__checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 16px;
        color: #6B6B6B;
        font-weight: bold; }
      .custom-content-wrap .popup .answer-form__input input[type="checkbox"] {
        display: none; }
      .custom-content-wrap .popup .answer-form__input .checkbox {
        display: block;
        min-width: 24px;
        width: 24px;
        height: 24px;
        border: 1px solid #585858;
        margin-right: 8px;
        position: relative; }
        .custom-content-wrap .popup .answer-form__input .checkbox svg {
          display: none;
          position: absolute;
          width: 90%;
          max-height: 90%;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .custom-content-wrap .popup .answer-form__input input:checked ~ .checkbox svg {
        display: block; }
      .custom-content-wrap .popup .answer-form__input a {
        color: #6B6B6B;
        position: relative; }
    .custom-content-wrap .popup button {
      text-transform: uppercase;
      background: #a50034;
      color: #FFF;
      text-align: center;
      display: block;
      border-radius: 2em;
      width: 160px;
      font-size: 14px;
      line-height: 1;
      margin: 0 auto;
      padding: 1.14em 1em 0.93em;
      font-weight: bold;
      cursor: pointer; }
      .custom-content-wrap .popup button:active, .custom-content-wrap .popup button:focus {
        outline: none; }
      .custom-content-wrap .popup button:hover {
        background: #cc0041; }
    .custom-content-wrap .popup .popup__content {
      max-width: 950px;
      margin: 0 auto;
      width: 90%;
      background: #FFF; }
      .custom-content-wrap .popup .popup__content a {
        color: #a50034; }
    .custom-content-wrap .popup.terms-popup {
      background: #fff url(../img/terms-popup-bg.svg) no-repeat center center/cover; }
    .custom-content-wrap .popup .terms-popup__button__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 20px; }
    .custom-content-wrap .popup.error-popup {
      max-width: 478px;
      width: 90%;
      background: #FF8D55; }
      .custom-content-wrap .popup.error-popup .popup__title {
        margin-bottom: 0; }
    .custom-content-wrap .popup .error-popup__content__icon {
      max-width: 57px;
      margin: 0 auto; }
      .custom-content-wrap .popup .error-popup__content__icon svg {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto; }
    .custom-content-wrap .popup.success-popup {
      background: url(../img/success-popup-bg-top.svg) no-repeat left top/95%, url(../img/success-popup-bg-bottom.svg) no-repeat right 10% bottom/30%, #fff; }
    .custom-content-wrap .popup .success-popup__buttons {
      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; }
    .custom-content-wrap .popup .success-popup__terms {
      font-size: 20px;
      line-height: 1.15;
      margin-top: 40px;
      color: #000;
      text-decoration: none; }
    .custom-content-wrap .popup .success-popup__share {
      margin-top: 40px;
      border-radius: 5em;
      overflow: hidden; }

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); } }

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); } }

@media (max-width: 1600px) {
  .custom-content-wrap .slider-section .slide__content {
    top: 34.375vw; }
  .custom-content-wrap .slider-section .slide__content__button {
    font-size: 2.0625vw; }
  .custom-content-wrap .slider-section .slide__content__disclamer {
    font-size: 1.5vw; }
  .custom-content-wrap .rules-section {
    padding: 6.25vw 0 9.375vw; }
    .custom-content-wrap .rules-section .rules__title {
      font-size: 3.125vw; }
    .custom-content-wrap .rules-section .rules__steps__item__title {
      font-size: 1.875vw; }
  .custom-content-wrap .challenge-section .challenge__item__content__question {
    padding-top: 6.25vw; }
  .custom-content-wrap .challenge-section .challenge__item__content__question__title {
    font-size: 4.375vw; }
  .custom-content-wrap .challenge-section .challenge__question__answer__item {
    font-size: 2.0625vw; }
  .custom-content-wrap .challenge-section .challenge__question__answer__button {
    font-size: 2.06vw; }
  .custom-content-wrap .popup .popup__title {
    font-size: 3.125em; } }

@media (min-width: 769px) {
  .custom-content-wrap .rules-section .rules__steps__item__wrap:hover .rules__steps__item__inner {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); } }

@media (max-width: 767px) {
  .custom-content-wrap .mobile {
    display: block; }
  .custom-content-wrap .desktop {
    display: none; }
  .custom-content-wrap .slider-section .swiper-container-horizontal > .swiper-pagination-bullets,
  .custom-content-wrap .slider-section .swiper-pagination-custom,
  .custom-content-wrap .slider-section .swiper-pagination-fraction {
    bottom: 3vw; }
  .custom-content-wrap .slider-section .swiper-button-next,
  .custom-content-wrap .slider-section .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    top: 31%; }
  .custom-content-wrap .slider-section .swiper-button-prev,
  .custom-content-wrap .slider-section .swiper-container-rtl .swiper-button-next {
    left: 10px;
    top: 31%; }
  .custom-content-wrap .slider-section .swiper-pagination-bullet {
    width: 2.5vw;
    height: 2.5vw; }
  .custom-content-wrap .slider-section .slide__content {
    width: 90%;
    left: 5%;
    top: 95vw; }
  .custom-content-wrap .slider-section .slide__content__button {
    width: 100%;
    font-size: 4.375vw;
    padding: 1.14em 0 0.93em; }
  .custom-content-wrap .slider-section .slide__content__disclamer {
    font-size: 4.5vw;
    margin-top: 0.8em; }
  .custom-content-wrap .rules-section {
    padding-top: 9vw; }
    .custom-content-wrap .rules-section .steps-button-prev,
    .custom-content-wrap .rules-section .steps-button-next {
      color: #FFF;
      top: calc((100% - 32px)/2); }
      .custom-content-wrap .rules-section .steps-button-prev[aria-disabled="true"],
      .custom-content-wrap .rules-section .steps-button-next[aria-disabled="true"] {
        display: none; }
      .custom-content-wrap .rules-section .steps-button-prev:focus,
      .custom-content-wrap .rules-section .steps-button-next:focus {
        outline: none; }
    .custom-content-wrap .rules-section .rules__steps {
      width: 100%;
      position: relative;
      padding-bottom: 40px; }
    .custom-content-wrap .rules-section .rules__title {
      font-size: 30px; }
    .custom-content-wrap .rules-section .rules__steps__item {
      width: 100%; }
      .custom-content-wrap .rules-section .rules__steps__item:after {
        display: none; }
    .custom-content-wrap .rules-section .rules__steps__item__back {
      padding: 10px 60px;
      font-size: 20px; }
    .custom-content-wrap .rules-section .rules__steps__item__title {
      font-size: 8vw;
      line-height: 1.14; }
    .custom-content-wrap .rules-section .swiper-pagination-steps {
      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;
      margin-top: 24px;
      position: absolute; }
      .custom-content-wrap .rules-section .swiper-pagination-steps .swiper-pagination-bullet {
        width: 2.5vw;
        height: 2.5vw;
        background: #FFF;
        border: 1px solid #7C7C7C;
        opacity: 1;
        cursor: pointer;
        display: block; }
        .custom-content-wrap .rules-section .swiper-pagination-steps .swiper-pagination-bullet:focus {
          outline: none; }
      .custom-content-wrap .rules-section .swiper-pagination-steps .swiper-pagination-bullet-active {
        background: #a50034;
        border-color: #a50034;
        cursor: default; }
    .custom-content-wrap .rules-section .action-section__item__description {
      padding-bottom: 0; }
  .custom-content-wrap .challenge-section {
    overflow: hidden; }
    .custom-content-wrap .challenge-section .challenge__item__line {
      display: none; }
    .custom-content-wrap .challenge-section .challenge__item__bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .custom-content-wrap .challenge-section .challenge__item {
      padding-bottom: 22.5vw; }
      .custom-content-wrap .challenge-section .challenge__item:last-child {
        padding-bottom: 0; }
    .custom-content-wrap .challenge-section .challenge__item:nth-child(2n) .challenge__item__content,
    .custom-content-wrap .challenge-section .challenge__item__content {
      position: relative;
      -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; }
    .custom-content-wrap .challenge-section .challenge__item:nth-child(2n) .challenge__item__content__question__title {
      text-align: right; }
    .custom-content-wrap .challenge-section .challenge__item:nth-child(2n) .challenge__item__content__video__bg {
      left: auto;
      right: 0; }
    .custom-content-wrap .challenge-section .challenge__item__content__question__title {
      -webkit-box-ordinal-group: -1;
          -ms-flex-order: -2;
              order: -2;
      position: relative;
      font-size: 12.5vw;
      line-height: 1.15;
      text-align: left;
      width: 90%;
      margin: 0 auto 0.4em;
      z-index: 1; }
    .custom-content-wrap .challenge-section .challenge__item__content__question__inner {
      width: 90%; }
    .custom-content-wrap .challenge-section .challenge__item__content__question {
      width: 100%;
      position: relative;
      z-index: 1; }
    .custom-content-wrap .challenge-section .challenge__item__content__video {
      width: 90%;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin: 0 auto; }
    .custom-content-wrap .challenge-section .challenge__item__content__video__inner {
      width: 100%; }
    .custom-content-wrap .challenge-section .challenge__item__content__video__bg {
      width: 150%;
      height: 150%;
      top: auto;
      bottom: -25%; }
    .custom-content-wrap .challenge-section .challenge__item__content__video__block {
      width: 100%;
      max-width: 660px;
      margin: 0 auto; }
    .custom-content-wrap .challenge-section .challenge__question__answer__item {
      font-size: 6.56vw; }
      .custom-content-wrap .challenge-section .challenge__question__answer__item:hover, .custom-content-wrap .challenge-section .challenge__question__answer__item.active {
        -webkit-transform: none;
                transform: none;
        width: 100%; }
    .custom-content-wrap .challenge-section .challenge__question__answer__button {
      font-size: 5.62vw;
      padding: 1.05em 0 0.89em; }
  .custom-content-wrap .action-section {
    position: relative; }
    .custom-content-wrap .action-section .action-section__inner {
      width: calc(100% - 80px); }
    .custom-content-wrap .action-section .action-button-prev,
    .custom-content-wrap .action-section .action-button-next {
      color: #a50034;
      top: calc((100% - 32px)/2); }
      .custom-content-wrap .action-section .action-button-prev[aria-disabled="true"],
      .custom-content-wrap .action-section .action-button-next[aria-disabled="true"] {
        display: none; }
      .custom-content-wrap .action-section .action-button-prev:focus,
      .custom-content-wrap .action-section .action-button-next:focus {
        outline: none; }
    .custom-content-wrap .action-section .action-button-prev {
      left: 5px; }
    .custom-content-wrap .action-section .action-button-next {
      right: 5px; }
    .custom-content-wrap .action-section .swiper-wrapper {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
    .custom-content-wrap .action-section .swiper-slide {
      height: auto; }
    .custom-content-wrap .action-section .action-section__item {
      width: 100%;
      display: block;
      height: 100%; }
      .custom-content-wrap .action-section .action-section__item:hover {
        -webkit-transform: none;
                transform: none; }
    .custom-content-wrap .action-section .swiper-pagination-action {
      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;
      margin-top: 24px; }
      .custom-content-wrap .action-section .swiper-pagination-action .swiper-pagination-bullet {
        width: 2.5vw;
        height: 2.5vw;
        background: #FFF;
        border: 1px solid #7C7C7C;
        opacity: 1;
        cursor: pointer;
        display: block; }
        .custom-content-wrap .action-section .swiper-pagination-action .swiper-pagination-bullet:focus {
          outline: none; }
      .custom-content-wrap .action-section .swiper-pagination-action .swiper-pagination-bullet-active {
        background: #a50034;
        border-color: #a50034;
        cursor: default; }
    .custom-content-wrap .action-section .action-section__item__title {
      font-size: 24px; }
    .custom-content-wrap .action-section .action-section__item__description {
      padding-bottom: 0;
      font-size: 20px; }
  .custom-content-wrap .overlay__inner {
    padding: 0; }
  .custom-content-wrap .popup {
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 64px 16px; }
    .custom-content-wrap .popup .popup__close {
      background: #a50034;
      width: 40px;
      height: 40px;
      padding: 5px;
      top: 0;
      right: 0; }
      .custom-content-wrap .popup .popup__close svg path {
        stroke: #fff; }
    .custom-content-wrap .popup .popup__title {
      font-size: 30px;
      margin-bottom: 32px; }
    .custom-content-wrap .popup .popup-socials {
      width: 120px;
      margin-top: 20px; }
    .custom-content-wrap .popup .popup-social {
      width: 50px; }
    .custom-content-wrap .popup .answer-form__input {
      width: 100%;
      margin-right: 0; }
      .custom-content-wrap .popup .answer-form__input.half {
        width: 100%; }
      .custom-content-wrap .popup .answer-form__input.full {
        margin-bottom: 40px; }
    .custom-content-wrap .popup .answer-form__input__text {
      font-size: 16px; } }

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
