.main-section-switcher {
  margin-bottom: 40px;
  margin-top: 47px; }
  .main-section-switcher.main-section-switcher--receiving-area {
    margin-top: 0;
    margin-bottom: 0; }
    .main-section-switcher.main-section-switcher--receiving-area.main-section-switcher--receiving-area {
      margin-top: 5px; }
  @media (min-width: 768px) {
    .main-section-switcher {
      margin-bottom: 64px;
      margin-top: 70px; }
      .main-section-switcher.main-section-switcher--receiving-area {
        margin-top: 15px; } }
  @media (min-width: 1230px) {
    .main-section-switcher {
      margin-bottom: 70px;
      margin-top: 88px; }
      .main-section-switcher.main-section-switcher--receiving-area {
        margin-top: 15px; } }
  .main-section-switcher--partner {
    margin-top: 40px; }
    @media (min-width: 768px) and (max-width: 1170px) {
      .main-section-switcher--partner {
        margin-top: 65px;
        margin-bottom: 25px; } }
    @media (min-width: 1170px) {
      .main-section-switcher--partner {
        margin-top: 80px;
        margin-bottom: 30px; } }
  .main-section-switcher--non-abonent {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .main-section-switcher--non-abonent {
        margin-top: 64px;
        margin-bottom: 40px; } }
    @media (min-width: 1230px) {
      .main-section-switcher--non-abonent {
        margin-top: 80px;
        margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .main-section-switcher__container {
      width: 100%; } }
  @media (min-width: 768px) {
    .main-section-switcher--receiving-area .main-section-switcher__container {
      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 (min-width: 1230px) {
    .main-section-switcher__container {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .main-section-switcher--partner .main-section-switcher__container {
    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; }
  .main-section-switcher__title {
    margin-bottom: 20px;
    text-align: center; }
    .main-section-switcher--non-abonent .main-section-switcher__title {
      font-size: 24px;
      font-weight: 500; }
    @media (min-width: 768px) {
      .main-section-switcher__title {
        margin-bottom: 38px;
        text-align: left; }
        .main-section-switcher--non-abonent .main-section-switcher__title {
          font-size: 36px; }
        .main-section-switcher--receiving-area .main-section-switcher__title {
          margin-bottom: 0; } }
    @media (min-width: 1230px) {
      .main-section-switcher__title {
        margin-bottom: 0; } }
  .main-section-switcher__options {
    border-bottom: 1px solid rgba(0, 69, 104, 0.1);
    border-top: 1px solid rgba(0, 69, 104, 0.1);
    font-size: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .main-section-switcher__options {
        border: none;
        text-align: left; } }
    @media (min-width: 1230px) {
      .main-section-switcher__options {
        margin-left: auto; } }
    .main-section-switcher--partner .main-section-switcher__options {
      margin-left: 0;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 100%; }
      @media (min-width: 1170px) {
        .main-section-switcher--partner .main-section-switcher__options {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          width: auto; } }
  .main-section-switcher__actions {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
    width: 100%; }
    @media (min-width: 768px) and (max-width: 1170px) {
      .main-section-switcher__actions {
        margin-bottom: 35px; } }
    @media (min-width: 1170px) {
      .main-section-switcher__actions {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: auto; } }
  .main-section-switcher__action-btn {
    display: block;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .main-section-switcher__action-btn {
        display: inline-block;
        width: auto;
        margin-bottom: 0;
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 768px) {
      .main-section-switcher__action-btn:last-of-type {
        margin-left: 25px; } }
    @media (min-width: 1170px) {
      .main-section-switcher__action-btn:last-of-type {
        margin-left: 30px; } }

.package-selection {
  padding-top: 45px; }
  @media (min-width: 768px) {
    .package-selection {
      padding-top: 74px; } }
  @media (min-width: 1230px) {
    .package-selection {
      padding-top: 84px; } }
  .package-selection__header {
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .package-selection__header {
        text-align: left; } }
  @media (min-width: 768px) {
    .package-selection__header .package-selection__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; } }
  @media (min-width: 1230px) {
    .package-selection__header .package-selection__container {
      margin-bottom: 50px; } }
  .package-selection__title {
    margin-bottom: 13px; }
    @media (min-width: 768px) {
      .package-selection__title {
        margin-bottom: 0;
        max-width: 486px; }
        .package-selection--online .package-selection__title {
          max-width: none; } }
    @media (min-width: 1230px) {
      .package-selection__title {
        max-width: none; } }
  @media (min-width: 768px) {
    .package-selection__tabs {
      margin-left: auto;
      padding-top: 13px; } }
  @media (min-width: 1230px) {
    .package-selection__tabs {
      padding-top: 0; } }
  .package-selection__body {
    margin-bottom: 36px; }
  @media (max-width: 767px) {
    .package-selection__body .package-selection__container {
      width: 100%; } }
  .package-selection__channels-number {
    color: #00a8ff;
    font-family: Roboto Slab, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1; }
    @media (min-width: 768px) {
      .package-selection__channels-number {
        margin-left: auto;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media (min-width: 1230px) {
      .package-selection__channels-number {
        margin-left: 0; } }
  @media (min-width: 768px) {
    .package-selection__section-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 1230px) {
    .package-selection__section-wrapper {
      height: 100%; } }
  .package-selection__section-body {
    border-top: 1px solid rgba(124, 144, 169, 0.1); }
    @media (min-width: 1230px) {
      .package-selection__section-body {
        border-top: 0;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
  .package-selection__section-footer {
    border-top: 1px solid rgba(124, 144, 169, 0.1);
    padding: 25px 20px 27px;
    text-align: center; }
    @media (min-width: 768px) {
      .package-selection__section-footer {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding: 32px 24px;
        text-align: left; } }
    @media (min-width: 1230px) {
      .package-selection__section-footer {
        padding: 39px 30px; } }
  .package-selection__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .package-selection__price {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 0;
        margin-top: -3px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .package-selection--online .package-selection__price {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .package-selection__price-value {
    margin-bottom: 2px; }
    @media (min-width: 768px) {
      .package-selection__price-value {
        margin-bottom: 14px; } }
  .package-selection__price-note {
    margin-top: 10px;
    color: #7c90a9;
    font-size: 12px;
    line-height: 1;
    width: 100%; }
    @media (min-width: 768px) {
      .package-selection__price-note {
        position: relative;
        top: 5px;
        margin-top: 0;
        font-size: 14px;
        margin-left: 6px; } }
  .package-selection__price-delimeter {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: 21px;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
    vertical-align: middle;
    width: 22px; }
    .package-selection__price-delimeter::before {
      background-color: #e5ecef;
      content: "";
      height: 100%;
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%) skew(-20deg);
              transform: translate(-50%) skew(-20deg);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      width: 1px; }
    @media (min-width: 768px) {
      .package-selection__price-delimeter {
        height: 41px;
        margin-top: -9px; } }
  .package-selection__choose-btn {
    max-width: 300px;
    width: 100%; }
    @media (min-width: 768px) {
      .package-selection__choose-btn {
        margin-right: 40px;
        max-width: none;
        min-width: 148px;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        width: auto; } }
  .package-selection__advantages {
    margin-bottom: 21px;
    padding: 20px 10px 10px; }
    @media (min-width: 768px) {
      .package-selection__advantages {
        padding: 35px 24px 2px; } }
    @media (min-width: 1230px) {
      .package-selection__advantages {
        margin-bottom: 43px;
        padding-left: 30px;
        padding-right: 30px; } }
  .package-selection__advantages-title {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .package-selection__advantages-title {
        margin-bottom: 32px; } }
    @media (min-width: 1230px) {
      .package-selection__advantages-title {
        margin-bottom: 35px; } }
  .package-selection__advantages-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -24px; }
  .package-selection__advantage-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 24px; }
    .package-selection__advantage-item:not(:last-child) {
      margin-bottom: 19px; }
    @media (min-width: 768px) {
      .package-selection__advantage-item:not(:last-child) {
        margin-bottom: 28px; } }
  .package-selection__advantage-icon {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: 50px;
    margin-right: 10px;
    width: 50px; }
    .package-selection__advantage-icon img {
      display: block;
      height: auto;
      width: 100%; }
    @media (min-width: 1230px) {
      .package-selection__advantage-icon {
        margin-right: 20px; } }
  .package-selection__advantage-info {
    max-width: 240px; }
    @media (min-width: 1230px) {
      .package-selection__advantage-info {
        max-width: 310px; } }
  .package-selection__advantage-text a {
    color: #00a8ff;
    font-family: Fedra Sans Pro LF, sans-serif;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
    .package-selection__advantage-text a:hover {
      color: #008ed7; }
  .package-selection__promo {
    padding: 40px 20px 30px; }
    @media (min-width: 768px) {
      .package-selection__promo {
        padding-bottom: 50px;
        padding-left: 60px;
        padding-right: 24px; } }
    @media (min-width: 1230px) {
      .package-selection__promo {
        padding: 70px 40px 60px 80px; } }
  @media (min-width: 768px) {
    .package-selection__promo-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .package-selection__promo-info {
    text-align: center; }
    @media (min-width: 768px) {
      .package-selection__promo-info {
        text-align: left; } }
  .package-selection__promo-image {
    height: 176px;
    margin: 0 auto 40px;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    width: 182px; }
    .package-selection__promo-image img {
      display: block;
      height: auto;
      width: 100%; }
    @media (min-width: 768px) {
      .package-selection__promo-image {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        margin: 0;
        margin-right: 25px;
        -webkit-transform: translateX(0);
                transform: translateX(0); } }
    @media (min-width: 1230px) {
      .package-selection__promo-image {
        height: 226px;
        margin-right: 15px;
        width: 234px; } }
  .package-selection__promo-title {
    margin: 0 auto 15px; }
  .package-selection__promo-description {
    color: #7c90a9;
    font-size: 14px;
    line-height: 1.86;
    max-width: 390px;
    margin: 0 auto 20px; }
    .package-selection__promo-description p {
      color: inherit;
      font-size: inherit;
      line-height: inherit; }
    @media (min-width: 768px) {
      .package-selection__promo-description {
        margin: 0;
        margin-bottom: 15px; } }
    @media (min-width: 1230px) {
      .package-selection__promo-description {
        margin-bottom: 40px;
        max-width: 530px; } }
  .package-selection__promo-btn {
    background-color: #fff;
    border-radius: 100px;
    -webkit-box-shadow: 0 15px 50px 0 rgba(0, 69, 104, 0.1);
            box-shadow: 0 15px 50px 0 rgba(0, 69, 104, 0.1);
    color: #c6006b;
    fill: currentColor;
    font-size: 0;
    min-width: 255px;
    padding: 22px 20px 18px;
    -webkit-transition-property: background, color;
    transition-property: background, color;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
    :root:not(.mobile) .package-selection__promo-btn:hover {
      background-color: #c6006b;
      color: #fff; }
  .package-selection__promo-btn-text {
    display: inline-block;
    font-family: Fedra Sans Pro LF, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    vertical-align: middle; }
  .package-selection__promo-btn-icon {
    margin-right: 20px;
    -webkit-transition: none;
    transition: none; }

@media (min-width: 1230px) {
  .tabs-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1230px) {
  .tabs-accordion__list {
    position: relative;
    width: calc(100% - 270px); } }

.tabs-accordion__list-item {
  -webkit-box-shadow: 0 7px 50px 0 rgba(0, 69, 104, 0.1);
          box-shadow: 0 7px 50px 0 rgba(0, 69, 104, 0.1); }
  .tabs-accordion__list-item:not(:last-child) {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .tabs-accordion__list-item:not(:last-child) {
        margin-bottom: 27px; } }
    @media (min-width: 1230px) {
      .tabs-accordion__list-item:not(:last-child) {
        margin-bottom: 0; } }
  @media (min-width: 1230px) {
    .tabs-accordion__list-item {
      -webkit-box-shadow: none;
              box-shadow: none; } }

.tabs-accordion__tabs {
  display: none; }
  @media (min-width: 1230px) {
    .tabs-accordion__tabs {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 270px; } }

.tabs-accordion__tab {
  display: block; }
  .tabs-accordion__tab--active {
    -webkit-box-shadow: 0 7px 50px 0 rgba(0, 69, 104, 0.1);
            box-shadow: 0 7px 50px 0 rgba(0, 69, 104, 0.1); }

.tabs-accordion__tab-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 1px solid #f1f3f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 36px 41px 30px;
  text-align: center; }
  @media (min-width: 1230px) {
    .tabs-accordion__tab-inner {
      padding: 32px 41px 30px 40px;
      text-align: left;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  .tabs-accordion__tab--active .tabs-accordion__tab-inner {
    background-color: #fff;
    border-color: transparent;
    position: relative;
    z-index: 1; }

.tabs-accordion__tab-title {
  color: #333;
  font-family: Fedra Sans Pro LF, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px; }

.tabs-accordion__option {
  display: block; }
  @media (min-width: 1230px) {
    .tabs-accordion__option {
      display: none; } }

.tabs-accordion__option-inner {
  padding: 20px;
  padding-top: 25px;
  text-align: center; }
  @media (min-width: 768px) {
    .tabs-accordion__option-inner {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 37px 24px 32px; } }

.tabs-accordion__option-title {
  color: #333;
  font-family: Fedra Sans Pro LF, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .tabs-accordion__option-title {
      font-size: 24px;
      margin-bottom: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.tabs-accordion__option-icon {
  fill: #00a8ff;
  height: 20px;
  margin: 16px auto 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 20px; }
  .tabs-accordion__option-icon svg {
    height: auto;
    width: 100%; }
  @media (min-width: 768px) {
    .tabs-accordion__option-icon {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      margin: 0;
      margin-right: 24px; } }
  .tabs-accordion__option--active .tabs-accordion__option-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.tabs-accordion__section {
  display: none; }
  .tabs-accordion__section--active {
    display: block; }
  @media (min-width: 1230px) {
    .tabs-accordion__section {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 100%; }
      .tabs-accordion__section--active {
        -webkit-box-shadow: 0 7px 50px 0 rgba(0, 69, 104, 0.1);
                box-shadow: 0 7px 50px 0 rgba(0, 69, 104, 0.1);
        position: static; } }

.tabs-accordion__section-inner {
  background-color: #fff;
  height: 100%;
  position: relative; }

.package-channels__categories {
  border-bottom: 1px solid rgba(0, 69, 104, 0.1);
  border-top: 1px solid rgba(0, 69, 104, 0.1);
  overflow: hidden;
  overflow-x: auto; }

.package-channels__categories-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap; }

.package-channels__category {
  padding-left: 12px;
  padding-right: 12px; }

.package-channels__category-link {
  display: block;
  color: #333;
  padding: 18px 0 22px;
  position: relative;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }
  @media (min-width: 768px) {
    .package-channels__category-link {
      padding: 22px 0 19px; } }
  :root:not(.mobile) .package-channels__category-link:hover {
    color: #00a8ff; }
  .package-channels__category-link--active::after {
    background-color: #00a8ff;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%; }
  .package-channels__category-link--inactive {
    color: rgba(51, 51, 51, 0.4);
    pointer-events: none; }

.package-channels__list-wrapper {
  padding-top: 32px; }
  @media (min-width: 768px) {
    .package-channels__list-wrapper {
      padding-top: 23px; } }

.package-channels__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.package-channels__list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 9px;
  text-align: center; }
  @media (min-width: 448px) {
    .package-channels__list-item {
      -ms-flex-preferred-size: 33.3333333%;
          flex-basis: 33.3333333%; } }
  @media (min-width: 768px) {
    .package-channels__list-item {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      margin-bottom: 18px; } }
  @media (min-width: 1230px) {
    .package-channels__list-item {
      -ms-flex-preferred-size: 16.6666666%;
          flex-basis: 16.6666666%;
      text-align: center; } }

.package-channels__channel {
  color: #cdd8e3;
  display: inline-block;
  text-align: center;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }
  :root:not(.mobile) .package-channels__channel:hover {
    color: #00a8ff; }
  .package-channels__channel:hover .package-channels__channel-logo {
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 0 15px 50px 0 rgba(0, 69, 104, 0.1);
            box-shadow: 0 15px 50px 0 rgba(0, 69, 104, 0.1); }

.package-channels__channel-logo {
  position: relative;
  height: 64px;
  margin: 0 auto 7px;
  width: 64px; }
  .package-channels__channel-logo img {
    position: absolute;
    display: block;
    width: 45px;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.package-channels__channel-name {
  display: inline-block;
  max-width: 130px;
  min-height: 40px;
  vertical-align: top; }

.package-channels__tooltip {
  padding: 18px 16px;
  font-family: Fedra Sans Pro LF, sans-serif; }

.package-channels__tooltip-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  margin-bottom: 5px;
  color: #333; }

.package-channels__tooltip-description {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.86;
  text-align: left;
  color: #7c90a9; }

.js-package-channels__categories-slider-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 89%;
  margin-left: 10px; }
  @media (min-width: 500px) and (max-width: 768px) {
    .js-package-channels__categories-slider-wrapper {
      width: 92%;
      margin-left: 18px; } }
  @media (min-width: 768px) {
    .js-package-channels__categories-slider-wrapper {
      width: 94%;
      margin-left: 18px; } }
  @media (min-width: 1230px) {
    .js-package-channels__categories-slider-wrapper {
      width: 94%; } }

.js-package-channels__categories-slider-btn {
  position: absolute;
  display: inline-block;
  fill: #00a8ff;
  vertical-align: top;
  margin-top: 18px; }
  @media (min-width: 768px) {
    .js-package-channels__categories-slider-btn {
      margin-top: 21px; } }
  :root:not(.mobile) .js-package-channels__categories-slider-btn:hover {
    fill: #008ed7; }
  .js-package-channels__categories-slider-btn.slick-disabled {
    opacity: 0; }
  .js-package-channels__categories-slider-btn.disabled {
    display: none; }
  .js-package-channels__categories-slider-btn--prev {
    z-index: 1;
    margin-left: 6px; }
    @media (min-width: 500px) {
      .js-package-channels__categories-slider-btn--prev {
        margin-left: 10px; } }
    .js-package-channels__categories-slider-btn--prev svg {
      z-index: 4;
      position: relative; }
    .js-package-channels__categories-slider-btn--prev::after {
      content: "";
      position: absolute;
      z-index: 1;
      top: -21px;
      left: 0;
      width: 20px;
      height: 60px;
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
      background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff); }
  .js-package-channels__categories-slider-btn--next {
    position: relative;
    margin-right: 5px;
    z-index: 1; }
    .js-package-channels__categories-slider-btn--next svg {
      z-index: 4;
      position: relative; }
    .js-package-channels__categories-slider-btn--next::after {
      content: "";
      position: absolute;
      z-index: 1;
      top: -21px;
      right: 15px;
      width: 25px;
      height: 60px;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff); }

.ie .js-package-channels__categories-slider-btn {
  margin-top: 23px; }

.banner-slider {
  color: white;
  font-family: Fedra Sans Pro LF, sans-serif;
  font-weight: 500;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 1230px) {
    .banner-slider.banner-slider--non-abonent {
      min-height: 390px; } }
  .banner-slider.no-active {
    visibility: hidden;
    height: 0;
    min-height: 0; }
  .banner-slider__slider {
    height: 0;
    opacity: 0;
    overflow: hidden;
    will-change: opacity;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
    .banner-slider__slider.slick-initialized {
      height: auto;
      opacity: 1;
      overflow: visible; }
  .banner-slider__slider-item {
    padding-top: 46px;
    padding-bottom: 68px;
    overflow: hidden; }
    .banner-slider--non-abonent .banner-slider__slider-item {
      min-height: 543px; }
    @media (min-width: 768px) {
      .banner-slider__slider-item {
        padding-top: 52px;
        padding-bottom: 40px; }
        .banner-slider--non-abonent .banner-slider__slider-item {
          min-height: 420px; } }
    @media (min-width: 1230px) {
      .banner-slider__slider-item {
        padding-top: 60px;
        padding-bottom: 60px; } }
  @media (min-width: 768px) {
    .banner-slider__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 800px;
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  @media (min-width: 1000px) {
    .banner-slider__container {
      max-width: 1000px; } }
  @media (min-width: 1470px) {
    .banner-slider__container {
      max-width: none; } }
  .banner-slider__pic-wrap {
    position: relative;
    width: 236px; }
    @media (max-width: 767px) {
      .banner-slider__pic-wrap {
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 768px) {
      .banner-slider__pic-wrap {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 308px; } }
    @media (min-width: 1230px) {
      .banner-slider__pic-wrap {
        width: 425px; } }
    .banner-slider__pic-wrap::before {
      content: '';
      position: static;
      display: block;
      padding-top: 100%; }
  .banner-slider__img {
    position: absolute;
    right: -90%;
    top: -90%;
    width: 280%; }
  .banner-slider__info-container {
    text-align: center;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .banner-slider__info-container {
        text-align: left;
        width: 370px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-left: 40px; } }
    @media (min-width: 1230px) {
      .banner-slider__info-container {
        width: 500px;
        padding-left: 0; }
        .banner-slider--non-abonent .banner-slider__info-container {
          width: 592px; } }
  * + .banner-slider__info-container {
    margin-top: 26px; }
  .banner-slider__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    display: block; }
    @media (max-width: 767px) {
      .banner-slider--non-abonent .banner-slider__title {
        width: 80%;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 768px) {
      .banner-slider__title {
        font-size: 30px; } }
    @media (min-width: 1230px) {
      .banner-slider__title {
        font-size: 48px; } }
  * + .banner-slider__title {
    margin-top: 26px; }
  .banner-slider__description {
    display: none;
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: normal;
    font-weight: 200; }
    @media (min-width: 768px) {
      .banner-slider__description {
        display: block;
        width: 247px; } }
    @media (min-width: 1230px) {
      .banner-slider__description {
        width: 401px; } }
  * + .banner-slider__description {
    margin-top: 18px; }
    @media (min-width: 1230px) {
      * + .banner-slider__description {
        margin-top: 22px; } }
  * + .banner-slider__btn-wrap {
    margin-top: 50px; }
    .banner-slider--non-abonent * + .banner-slider__btn-wrap {
      margin-top: 20px; }
    @media (min-width: 768px) {
      * + .banner-slider__btn-wrap {
        margin-top: 34px; }
        .banner-slider--non-abonent * + .banner-slider__btn-wrap {
          margin-top: 51px; } }
    @media (min-width: 1230px) {
      * + .banner-slider__btn-wrap {
        margin-top: 60px; }
        .banner-slider--non-abonent * + .banner-slider__btn-wrap {
          margin-top: 50px; } }
  :root .banner-slider__btn {
    background-color: white;
    color: #333;
    font-size: 16px;
    padding-left: 34px;
    padding-right: 34px; }
  .banner-slider__slider-buttons-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 97%;
    display: none; }
    @media (min-width: 768px) {
      .banner-slider__slider-buttons-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 1230px) {
      .banner-slider__slider-buttons-wrap {
        max-width: 1440px; } }
  .banner-slider__arrow-btn {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
    .banner-slider__arrow-btn:hover {
      opacity: 0.5; }
    .banner-slider__arrow-btn img {
      position: relative;
      z-index: 2; }
  .banner-slider__loader-bar {
    fill: none;
    stroke: rgba(255, 255, 255, 0.5);
    stroke-width: 2; }
  .banner-slider__loader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 52px;
    height: 52px;
    padding-top: 3px;
    padding-left: 3px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media (max-width: 766px) {
    .banner-slider .slick-dotted.slick-slider {
      margin-bottom: 0; } }
  .banner-slider .slick-dots {
    bottom: 24px; }
  .banner-slider .slick-dots li button::before {
    background-color: white;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 1;
    position: static;
    display: inline-block; }
  .banner-slider .slick-dots li.slick-active button::before {
    -webkit-box-shadow: 0 0 3px 1px white;
            box-shadow: 0 0 3px 1px white; }

.channel-packs {
  font-family: Fedra Sans Pro LF, sans-serif;
  font-weight: 300;
  text-align: left;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .channel-packs {
      margin-bottom: 38px; } }
  @media (min-width: 1230px) {
    .channel-packs {
      margin-bottom: 50px; } }
  @media (min-width: 1230px) {
    .channel-packs__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 50px; } }
  @media (min-width: 1230px) {
    .channel-packs__body {
      width: 829px;
      padding-right: 59px;
      border-right: 1px solid #f2f4f6; } }
  .channel-packs__side {
    display: none; }
    @media (min-width: 1230px) {
      .channel-packs__side {
        display: block;
        width: 300px;
        margin-left: auto; } }
  .channel-packs__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 10px;
    padding-bottom: 22px;
    width: 106.6%;
    margin-left: -3.3%;
    padding-left: 3.3%; }
    @media (min-width: 768px) {
      .channel-packs__filters {
        padding-top: 20px; } }
    @media (min-width: 1230px) {
      .channel-packs__filters {
        padding-top: 0;
        padding-bottom: 30px;
        margin-left: 0;
        padding-left: 0;
        overflow: initial; } }
  .channel-packs__filter-item {
    display: inline-block; }
    @media (min-width: 768px) {
      .channel-packs__filter-item {
        height: 32px; } }
    .channel-packs__filter-item + .channel-packs__filter-item {
      margin-left: 7px; }
    .channel-packs__filter-item:last-of-type {
      padding-right: 3.3%; }
  @media (min-width: 1230px) {
    .channel-packs__channel-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .channel-packs__channel-item {
    border-top: 1px solid #f2f4f6; }
    @media (min-width: 1230px) {
      .channel-packs__channel-item {
        width: 48.0519%;
        position: relative; }
        .channel-packs__channel-item::after {
          content: '';
          position: absolute;
          width: 100%;
          bottom: -1px;
          left: 0;
          height: 1px;
          background-color: #f2f4f6; } }
    .channel-packs__channel-item:last-of-type {
      border-bottom: 1px solid #f2f4f6; }
      @media (min-width: 1230px) {
        .channel-packs__channel-item:last-of-type {
          border-bottom: none; } }
  .channel-packs__note {
    margin-top: 28px; }
    @media (min-width: 768px) {
      .channel-packs__note {
        margin-top: 24px; } }
    @media (min-width: 1230px) {
      .channel-packs__note {
        margin-top: 30px; } }
  .channel-packs__note-text {
    font-size: 14px; }

.side-channel-description__pic-wrap {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .side-channel-description__pic-wrap::before {
    content: '';
    position: static;
    display: block;
    width: 100%;
    padding-top: 56%; }

.side-channel-description__pic {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.side-channel-description__title {
  display: block;
  margin-top: 35px; }

.side-channel-description__text {
  text-align: left;
  font-size: 14px;
  line-height: 1.86;
  color: #7c90a9;
  padding-top: 30px;
  padding-bottom: 30px; }

.side-channel-description__more-link {
  fill: currentColor; }

.side-channel-description__more-link .svg-icon {
  fill: inherit;
  margin-left: 10px; }

.side-channel-description__logos {
  padding-top: 21px;
  border-top: 1px solid rgba(124, 144, 169, 0.1);
  margin-top: 30px; }

.side-channel-description__logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.side-channel-description__heading + .side-channel-description__logo-list {
  margin-top: 20px; }

.cart-picker {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 50px 0 rgba(0, 69, 104, 0.2);
          box-shadow: 0 15px 50px 0 rgba(0, 69, 104, 0.2);
  bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  left: 0;
  padding: 8px 0 7px;
  position: fixed;
  right: 0;
  z-index: 3; }
  @media (min-width: 768px) {
    .cart-picker {
      padding-bottom: 20px;
      padding-top: 20px; } }
  .cart-picker__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .cart-picker__inner {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (min-width: 1230px) {
      .cart-picker__inner {
        width: 1170px; } }
  .cart-picker__label {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    margin-right: 15px;
    vertical-align: middle; }
  @media (min-width: 768px) {
    .cart-picker__cart-btn {
      margin-right: 25px; } }
  @media (min-width: 1230px) {
    .cart-picker__cart-btn {
      margin-right: 0; } }
  @media (max-width: 1229px) {
    .cart-picker__selections {
      display: none; } }
  @media (min-width: 1230px) {
    .cart-picker__selections {
      position: relative;
      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: 587px;
      height: 32px; } }
  .cart-picker__selections-list {
    display: inline-block;
    font-size: 0;
    line-height: 1;
    vertical-align: middle; }
    @media (min-width: 1230px) {
      .cart-picker__selections-list {
        position: absolute;
        top: 50%;
        left: 111px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        width: 480px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        overflow: hidden; }
        .cart-picker__selections-list::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          width: 58px;
          height: 100%;
          background: -webkit-gradient(linear, right top, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
          background: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0));
          z-index: 2;
          cursor: default; } }
  .cart-picker__selection {
    display: inline-block;
    vertical-align: middle; }
    .cart-picker__selection:not(:last-child) {
      margin-right: 20px; }
    @media (min-width: 1230px) {
      .cart-picker__selection {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; } }
  .cart-picker__selection-name {
    color: #00a8ff;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle; }
  .cart-picker__selection-delete {
    border-radius: 50%;
    fill: #eff5fa;
    height: 32px;
    margin-left: 10px;
    width: 32px; }
    :root:not(.mobile) .cart-picker__selection-delete:hover {
      fill: #cfe4ef; }
  .cart-picker__more {
    color: #00a8ff;
    display: inline-block;
    font-size: 16px;
    font-weight: 350;
    line-height: 1;
    margin-left: 20px;
    padding-left: 2px;
    vertical-align: middle; }
    :root(.mobile) .cart-picker__more:hover {
      color: #008ed7; }
    @media (min-width: 1230px) {
      .cart-picker__more {
        display: none;
        position: relative;
        z-index: 2;
        height: 32px;
        line-height: 32px;
        margin-left: 0;
        background-color: white; }
        .cart-picker__more.active {
          display: block; }
          .cart-picker__more.active::before {
            content: "";
            position: absolute;
            top: 0;
            left: -29px;
            width: 30px;
            height: 100%;
            background: -webkit-gradient(linear, right top, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
            background: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0));
            z-index: 2;
            cursor: default; } }
  .cart-picker__sum {
    font-size: 0;
    white-space: nowrap; }
    @media (min-width: 1230px) {
      .cart-picker__sum {
        padding-left: 20px;
        background-color: white;
        position: relative;
        z-index: 1; } }
  @media (max-width: 767px) {
    .cart-picker__sum-label {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; } }
  .cart-picker__sum-old, .cart-picker__sum-new {
    display: inline-block;
    font-family: Roboto Slab, sans-serif;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .cart-picker__sum-old, .cart-picker__sum-new {
        font-size: 32px; } }
  .cart-picker__sum-old {
    color: #b5c0cf;
    margin-right: 20px;
    position: relative; }
    .cart-picker__sum-old::before {
      background-color: #b5c0cf;
      border-radius: 2px;
      content: "";
      height: 2px;
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    @media (min-width: 768px) {
      .cart-picker__sum-old {
        margin-right: 15px; } }
  .cart-picker__sum-currency {
    font-size: 12px;
    font-weight: 700;
    margin-left: 6px;
    text-transform: uppercase; }
  @media (min-width: 768px) {
    .cart-picker__continue {
      margin-left: auto; } }
  .cart-picker__continue-btn {
    background-color: #e4007c;
    border-radius: 50%;
    color: #fff;
    fill: #fff;
    height: 40px;
    line-height: 40px;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    width: 40px;
    white-space: nowrap; }
    :root:not(.mobile) .cart-picker__continue-btn:hover {
      background-color: #c6006b; }
    @media (min-width: 768px) {
      .cart-picker__continue-btn {
        border-radius: 100px;
        height: auto;
        line-height: 1;
        min-width: 190px;
        padding: 20px 30px 19px;
        width: auto; } }
    @media (min-width: 1230px) {
      .cart-picker__continue-btn {
        padding-bottom: 21px;
        padding-top: 23px; } }
  .cart-picker__continue-btn-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-right: 4px; }
    @media (max-width: 767px) {
      .cart-picker__continue-btn-text {
        display: none; } }

.recruit-account__summary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px 20px 30px;
  position: relative; }
  @media (min-width: 768px) {
    .recruit-account__summary {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 30px 24px 40px; } }
  @media (min-width: 1230px) {
    .recruit-account__summary {
      padding: 40px;
      padding-right: 31px; } }
  .recruit-account__summary--payment {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.recruit-account__title {
  margin-bottom: 25px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }
  @media (min-width: 768px) {
    .recruit-account__title {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      margin-bottom: 35px; } }
  @media (min-width: 1230px) {
    .recruit-account__title {
      margin-bottom: 0;
      margin-right: 40px;
      margin-top: 5px; }
      .recruit-account--simple .recruit-account__title {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 5%;
                flex: 1 1 5%;
        margin-top: 18px; } }

.recruit-account__field-card {
  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: 28px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media (min-width: 768px) {
    .recruit-account__field-card {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      margin-bottom: 0;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 1230px) {
    .recruit-account__field-card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 854px;
              flex: 1 0 854px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.recruit-account__payment-method {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .recruit-account__payment-method {
      width: 260px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) {
    .recruit-account__payment-method {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 220px;
              flex: 1 0 220px;
      margin-bottom: 0;
      margin-right: 24px; } }
  @media (min-width: 1230px) {
    .recruit-account__payment-method {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 230px;
              flex: 1 0 230px;
      margin-right: 30px; } }

.recruit-account__payment-hint {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  text-align: center;
  margin-top: 10px;
  color: #8a94a2; }
  .recruit-account__payment-hint.active {
    display: block; }
  @media (min-width: 768px) {
    .recruit-account__payment-hint {
      width: 96%;
      margin-top: 0;
      position: absolute;
      top: 80%;
      left: 15px; } }
  @media (min-width: 1230px) {
    .recruit-account__payment-hint {
      left: 50%;
      -webkit-transform: translate(-47%);
              transform: translate(-47%); } }
  @media (min-width: 768px) {
    .recruit-account--simple .recruit-account__payment-hint {
      position: relative;
      top: 0;
      left: 29px;
      -webkit-transform: translate(0);
              transform: translate(0);
      margin-top: 10px;
      text-align: left;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 72%;
              flex: 0 0 72%;
      color: #e4007c; } }

.recruit-account__tooltip {
  padding: 12px 20px;
  font-family: Fedra Sans Pro LF, sans-serif; }

.recruit-account__tooltip-description {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #7c90a9; }

.recruit-account__all-payment-methods {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (min-width: 768px) {
    .recruit-account__all-payment-methods {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-left: auto; } }
  @media (min-width: 1230px) {
    .recruit-account__all-payment-methods {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      margin-left: 0;
      margin-top: -21px;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      padding-top: 0; } }

.recruit-account__btn {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  min-height: 55px; }
  @media (max-width: 767px) {
    .recruit-account__btn {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; } }
  @media (min-width: 768px) {
    .recruit-account__btn {
      -ms-flex-preferred-size: 162px;
          flex-basis: 162px; } }
  @media (min-width: 1230px) {
    .recruit-account__btn {
      -ms-flex-preferred-size: 180px;
          flex-basis: 180px; } }

.recruit-account__extended {
  background-color: #fff;
  display: none; }
  .recruit-account__extended.active {
    display: block; }

.recruit-account__extended-inner {
  position: relative;
  padding: 35px 20px 30px;
  border-top: 1px solid #f2f4f6; }
  @media (min-width: 768px) {
    .recruit-account__extended-inner {
      padding: 30px 24px 40px; } }
  @media (min-width: 1230px) {
    .recruit-account__extended-inner {
      padding: 40px;
      padding-right: 31px; } }

.recruit-account__extended-wrap-form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .recruit-account__extended-wrap-form {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -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: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

@media (min-width: 768px) {
  .recruit-account__extended-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 1230px) {
  .recruit-account__extended-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 854px;
            flex: 0 0 854px; } }

.recruit-account__extended-additory {
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    .recruit-account__extended-additory {
      width: 260px; } }
  .recruit-account__extended-additory .input {
    color: #8a94a2; }
  @media (min-width: 768px) {
    .recruit-account__extended-additory {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%;
      margin-bottom: 25px; } }
  @media (min-width: 1230px) {
    .recruit-account__extended-additory {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 373px;
              flex: 1 0 373px;
      margin-right: 30px; } }
  .recruit-account__extended-additory.hidden {
    display: none; }

.recruit-account__extended-number {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .recruit-account__extended-number {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%;
      margin-bottom: 0;
      margin-right: 11px; } }
  @media (min-width: 1230px) {
    .recruit-account__extended-number {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 118px;
              flex: 1 0 118px;
      margin-right: 30px; } }

.recruit-account__extended-pin {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }
  @media (min-width: 768px) {
    .recruit-account__extended-pin {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%; } }
  @media (min-width: 1230px) {
    .recruit-account__extended-pin {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 118px;
              flex: 1 0 118px; } }

.recruit-account__extended-sum {
  margin-bottom: 20px;
  position: relative; }
  .recruit-account__extended-sum .input {
    color: #8a94a2; }
  @media (min-width: 768px) {
    .recruit-account__extended-sum {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%;
      margin-bottom: 25px; } }
  @media (min-width: 1230px) {
    .recruit-account__extended-sum {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 373px;
              flex: 1 0 373px;
      margin-right: 30px; } }
  .recruit-account__extended-sum.hidden {
    display: none; }

.recruit-account__extended-hint {
  position: absolute;
  top: 19px;
  right: -21px;
  fill: #7c90a9;
  cursor: pointer; }
  @media (max-width: 1229px) {
    .recruit-account__extended-hint {
      display: none; } }

.recruit-account__extended-error {
  width: 100%;
  margin-top: 15px;
  text-align: center; }
  @media (min-width: 768px) {
    .recruit-account__extended-error {
      text-align: left;
      margin-left: 5px; } }
  .recruit-account__extended-error.hidden {
    display: none; }

.recruit-account__extended-mail {
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 768px) {
    .recruit-account__extended-mail {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%;
      margin-bottom: 0; } }
  @media (min-width: 1230px) {
    .recruit-account__extended-mail {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 373px;
              flex: 1 0 373px;
      margin-right: 30px; } }

.recruit-account__extended-payment-method {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .recruit-account__extended-payment-method {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 47%;
              flex: 0 0 47%;
      margin-bottom: 25px; } }
  @media (min-width: 1230px) {
    .recruit-account__extended-payment-method {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 230px;
              flex: 1 0 230px; } }

.recruit-account__extended-payment-method-option {
  font-size: 0; }

.recruit-account__extended-payment-method-item, .recruit-account__extended-payment-method-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.recruit-account__extended-payment-method-option-icon, .recruit-account__extended-payment-method-item-icon {
  width: 40px;
  margin-right: 15px; }
  .recruit-account__extended-payment-method-option-icon img, .recruit-account__extended-payment-method-item-icon img {
    display: block; }

.recruit-account__extended-payment-method-item-text, .recruit-account__extended-payment-method-option-text {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle; }

.recruit-account__extended-submit {
  min-width: 260px; }
  @media (max-width: 767px) {
    .recruit-account__extended-submit {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) {
    .recruit-account__extended-submit {
      min-width: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 47%;
              flex: 0 0 47%; } }
  @media (min-width: 1230px) {
    .recruit-account__extended-submit {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 229px;
              flex: 1 0 229px; } }

.recruit-account__extended-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e9ee; }
  @media (min-width: 768px) {
    .recruit-account__extended-title {
      padding-bottom: 11px;
      border-width: 0; } }
  @media (min-width: 768px) {
    .recruit-account__extended-title {
      padding-bottom: 20px;
      border-width: 0; } }

.recruit-account__extended-list {
  padding-top: 30px;
  margin-left: auto; }
  @media (min-width: 768px) {
    .recruit-account__extended-list {
      padding-top: 40px; } }
  @media (min-width: 1230px) {
    .recruit-account__extended-list {
      max-width: 854px;
      padding-top: 49px; } }

.recruit-account__extended-table {
  width: 100%; }

.recruit-account__extended-table-header {
  display: none !important; }
  @media (min-width: 768px) {
    .recruit-account__extended-table-header {
      display: block !important; } }

.recruit-account__extended-table-header-cell {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  color: #8a94a2;
  text-align: left;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .recruit-account__extended-table-header-cell {
      display: inline-block;
      width: 49%;
      padding-top: 22px;
      padding-bottom: 22px; } }
  @media (min-width: 1230px) {
    .recruit-account__extended-table-header-cell {
      width: 38%; } }

.recruit-account__extended-table-row {
  border-bottom: 1px solid #e5e9ee; }
  @media (max-width: 767px) {
    .recruit-account__extended-table-row {
      padding-top: 16px;
      padding-bottom: 16px;
      display: block; } }

.recruit-account__extended-table-cell {
  display: block;
  line-height: 1.57; }
  @media (min-width: 768px) {
    .recruit-account__extended-table-cell {
      display: inline-block;
      width: 49%;
      padding-top: 22px;
      padding-bottom: 22px; } }
  .recruit-account__extended-table-cell:first-of-type {
    font-weight: 350;
    margin-bottom: 4px; }
    @media (min-width: 768px) {
      .recruit-account__extended-table-cell:first-of-type {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1.38; } }
    @media (min-width: 1230px) {
      .recruit-account__extended-table-cell:first-of-type {
        width: 38%; } }
  .recruit-account__extended-table-cell:last-of-type {
    color: #7c90a9; }
    @media (min-width: 768px) {
      .recruit-account__extended-table-cell:last-of-type {
        line-height: 1.86; } }

.channel-selection {
  padding-top: 45px; }
  @media (min-width: 768px) {
    .channel-selection {
      padding-top: 74px; } }
  @media (min-width: 1230px) {
    .channel-selection {
      padding-top: 84px; } }
  .channel-selection__header {
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .channel-selection__header {
        text-align: left; } }
  @media (min-width: 768px) {
    .channel-selection__header .channel-selection__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; } }
  @media (min-width: 1230px) {
    .channel-selection__header .channel-selection__container {
      margin-bottom: 50px; } }
  .channel-selection__title {
    margin-bottom: 13px; }
    @media (min-width: 768px) {
      .channel-selection__title {
        margin-bottom: 0;
        max-width: 486px; }
        .package-selection--online .channel-selection__title {
          max-width: none; } }
    @media (min-width: 1230px) {
      .channel-selection__title {
        max-width: none; } }
  @media (min-width: 768px) {
    .channel-selection__tabs {
      margin-left: auto;
      padding-top: 13px; } }
  @media (min-width: 1230px) {
    .channel-selection__tabs {
      padding-top: 0; } }
