.lnk-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.s-brand .b-row .pict,
.s-brand .b-block,
.s-brand .box {
  overflow: hidden; }
  @media (min-width: 992px) {
    .s-brand .b-row .pict,
    .s-brand .b-block,
    .s-brand .box {
      min-height: 100%; } }
  .s-brand .b-row .pict .ttl,
  .s-brand .b-row .pict .txt,
  .s-brand .b-block .ttl,
  .s-brand .b-block .txt,
  .s-brand .box .ttl,
  .s-brand .box .txt {
    z-index: 3;
    position: relative; }
  .s-brand .b-row .pict .lnk-abs,
  .s-brand .b-block .lnk-abs,
  .s-brand .box .lnk-abs {
    z-index: 4; }
  .s-brand .b-row .pict img,
  .s-brand .b-block img,
  .s-brand .box img {
    transition: transform 0.5s; }
  .s-brand .b-row .pict:hover img,
  .s-brand .b-block:hover img,
  .s-brand .box:hover img {
    transform: scale(1.1); }
.s-brand .page-top__body {
  border: none;
  padding-bottom: 0; }
.s-brand .ttl {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  color: #000; }
  @media (min-width: 992px) {
    .s-brand .ttl {
      font-size: 24px;
      line-height: 113%; } }
  @media (min-width: 1400px) {
    .s-brand .ttl {
      font-size: 34px; } }
.s-brand .txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #202732;
  margin-top: 14px; }
  @media (min-width: 992px) {
    .s-brand .txt {
      font-size: 16px;
      line-height: 140%;
      margin-top: 28px; } }
  @media (min-width: 1400px) {
    .s-brand .txt {
      font-size: 20px; } }
  .s-brand .txt p {
    margin: 10px 0; }
    @media (min-width: 992px) {
      .s-brand .txt p {
        margin: 22px 0; } }
.s-brand .b-tiles {
  margin-top: 26px;
  display: flex;
  flex-flow: row wrap;
  gap: 21px; }
  @media (min-width: 992px) {
    .s-brand .b-tiles {
      margin-top: 44px;
      display: grid;
      grid-template-columns: 2fr 1fr 1fr;
      grid-template-rows: 300px auto;
      grid-column-gap: 32px;
      grid-row-gap: 64px; } }
  @media (min-width: 1400px) {
    .s-brand .b-tiles {
      grid-template-columns: 2fr 1fr 1fr;
      grid-template-rows: 400px auto; } }
  .s-brand .b-tiles .col {
    display: flex; }
    @media (max-width: 991px) {
      .s-brand .b-tiles .col:nth-child(1) {
        flex: 0 0 100%;
        order: 1;
        max-width: 100%; } }
    @media (min-width: 992px) {
      .s-brand .b-tiles .col:nth-child(1) {
        grid-area: 1 / 1 / 3 / 2; } }
    .s-brand .b-tiles .col:nth-child(1) .box {
      padding-bottom: 204px; }
      @media (min-width: 992px) {
        .s-brand .b-tiles .col:nth-child(1) .box {
          padding-bottom: 314px; }
          .s-brand .b-tiles .col:nth-child(1) .box img {
            max-height: 350px; } }
      @media (min-width: 1400px) {
        .s-brand .b-tiles .col:nth-child(1) .box {
          padding-left: 50px;
          padding-right: 50px;
          padding-bottom: 514px; }
          .s-brand .b-tiles .col:nth-child(1) .box img {
            max-height: 528px; } }
    @media (max-width: 991px) {
      .s-brand .b-tiles .col:nth-child(2) {
        order: 3;
        flex: 0 0 calc(50% - 10.5px);
        max-width: calc(50% - 10.5px); } }
    @media (min-width: 992px) {
      .s-brand .b-tiles .col:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3; } }
    @media (max-width: 991px) {
      .s-brand .b-tiles .col:nth-child(3) {
        order: 4;
        flex: 0 0 calc(50% - 10.5px);
        max-width: calc(50% - 10.5px); } }
    @media (min-width: 992px) {
      .s-brand .b-tiles .col:nth-child(3) {
        grid-area: 1 / 3 / 2 / 4; } }
    .s-brand .b-tiles .col:nth-child(2) .box, .s-brand .b-tiles .col:nth-child(3) .box {
      padding-bottom: 153px; }
      @media (max-width: 767px) {
        .s-brand .b-tiles .col:nth-child(2) .box .ttl, .s-brand .b-tiles .col:nth-child(3) .box .ttl {
          font-size: 16px; } }
      @media (max-width: 575px) {
        .s-brand .b-tiles .col:nth-child(2) .box .ttl, .s-brand .b-tiles .col:nth-child(3) .box .ttl {
          font-size: 14px; } }
      @media (min-width: 992px) {
        .s-brand .b-tiles .col:nth-child(2) .box, .s-brand .b-tiles .col:nth-child(3) .box {
          padding-bottom: 200px; }
          .s-brand .b-tiles .col:nth-child(2) .box img, .s-brand .b-tiles .col:nth-child(3) .box img {
            max-height: 200px; } }
      @media (min-width: 1400px) {
        .s-brand .b-tiles .col:nth-child(2) .box, .s-brand .b-tiles .col:nth-child(3) .box {
          padding-bottom: 321px; }
          .s-brand .b-tiles .col:nth-child(2) .box img, .s-brand .b-tiles .col:nth-child(3) .box img {
            max-height: 321px; } }
    .s-brand .b-tiles .col:nth-child(4) {
      flex-direction: column;
      order: 2; }
      @media (max-width: 991px) {
        .s-brand .b-tiles .col:nth-child(4) {
          flex: 0 0 100%;
          order: 1;
          max-width: 100%; } }
      @media (min-width: 992px) {
        .s-brand .b-tiles .col:nth-child(4) {
          grid-area: 2 / 2 / 3 / 4; } }
    .s-brand .b-tiles .col:nth-child(5) {
      grid-area: 1 / 2 / 2 / 3; }
.s-brand .box {
  position: relative;
  width: 100%;
  padding: 22px 22px 0;
  border-radius: 20px;
  background: linear-gradient(180deg, #eef2f3 0%, #d1dee8 100%); }
  @media (min-width: 992px) {
    .s-brand .box {
      padding: 40px; } }
  .s-brand .box img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%; }
.s-brand .b-row {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 21px; }
  @media (min-width: 992px) {
    .s-brand .b-row {
      align-items: center; } }
  @media (min-width: 992px) {
    .s-brand .b-row {
      margin-top: 32px;
      flex-flow: row wrap;
      gap: 32px; } }
  @media (min-width: 992px) {
    .s-brand .b-row .col {
      flex: 0 0 calc(50% - 16px);
      max-width: calc(50% - 16px); } }
  .s-brand .b-row .pict {
    position: relative;
    border-radius: 20px;
    overflow: hidden; }
    .s-brand .b-row .pict .ttl {
      position: absolute;
      padding: 22px;
      max-width: 100%;
      color: #FFF; }
      @media (min-width: 992px) {
        .s-brand .b-row .pict .ttl {
          padding: 40px; } }
    .s-brand .b-row .pict img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
.s-brand .section-top {
  padding-bottom: 95px; }
  @media (min-width: 992px) {
    .s-brand .section-top {
      padding-bottom: 242px; } }
.s-brand .dark + .hits {
  margin-top: -77px;
  padding-top: 99px; }
  @media (min-width: 992px) {
    .s-brand .dark + .hits {
      margin-top: -149px;
      padding-top: 189px; } }
.s-brand .b-block {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  color: #FFF;
  margin-top: -74px; }
  @media (min-width: 992px) {
    .s-brand .b-block {
      margin-top: -210px;
      border-radius: 48px; } }
  .s-brand .b-block img {
    display: block;
    width: 100%;
    object-fit: cover; }
  .s-brand .b-block .txt, .s-brand .b-block .ttl {
    color: #FFF; }
  .s-brand .b-block .content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 22px;
    width: 817px;
    max-width: 100%; }
    @media (min-width: 992px) {
      .s-brand .b-block .content {
        padding: 40px; } }
    @media (min-width: 1400px) {
      .s-brand .b-block .content {
        padding: 40px 53px; } }
.s-brand .rutube-slider {
  padding: 66px 0 0;
  color: #FFF; }
  @media (min-width: 992px) {
    .s-brand .rutube-slider {
      padding-top: 99px; } }
  .s-brand .rutube-slider .ttl {
    color: inherit; }
  .s-brand .rutube-slider .swiper {
    margin-top: 16px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .s-brand .rutube-slider .swiper {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 992px) {
      .s-brand .rutube-slider .swiper {
        margin-top: 52px; } }
    .s-brand .rutube-slider .swiper-slide {
      position: relative; }
      .s-brand .rutube-slider .swiper-slide svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .s-brand .rutube-slider img {
    width: 100%;
    display: block;
    border-radius: 8px; }
    @media (min-width: 992px) {
      .s-brand .rutube-slider img {
        border-radius: 20px; } }
  .s-brand .rutube-slider .swiper-pagination {
    position: static;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 5px; }
    @media (min-width: 992px) {
      .s-brand .rutube-slider .swiper-pagination {
        margin-top: 40px; } }
    .s-brand .rutube-slider .swiper-pagination .swiper-pagination-bullet {
      background: #bababa;
      min-width: 11px;
      max-width: 11px;
      height: 11px;
      margin: 0; }
      .s-brand .rutube-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
        background: #a9ff35; }
.s-brand .b-row .col {
  display: flex;
  flex-direction: column; }
.s-brand_apple .b-row {
  align-items: initial; }
  .s-brand_apple .b-row .col {
    display: flex; }
    @media (min-width: 992px) {
      .s-brand_apple .b-row .col.col-lg {
        flex: 0 0 74.4680851064%;
        max-width: 74.4680851064%; }
        .s-brand_apple .b-row .col.col-lg + .col {
          flex: 1 0 0;
          max-width: none; } }
.s-brand_apple .rutube-slider {
  padding-top: 0; }
.s-brand_apple .dark {
  background-color: #1e242e;
  padding-top: 287px;
  margin-top: -224px; }
  @media (min-width: 992px) {
    .s-brand_apple .dark {
      padding-top: 428px;
      margin-top: -327px; } }
.s-brand_apple .bg-white {
  position: static; }
.s-brand_apple .box {
  width: 100%; }
  .s-brand_apple .box.box-1 {
    margin-top: 26px;
    background: linear-gradient(360deg, #4b6cb7 0%, #182848 100%);
    padding-bottom: 190px; }
    @media (min-width: 992px) {
      .s-brand_apple .box.box-1 {
        margin-top: 30px; } }
    .s-brand_apple .box.box-1 .ttl, .s-brand_apple .box.box-1 .txt {
      color: #FFF;
      max-width: 272px; }
      @media (min-width: 768px) {
        .s-brand_apple .box.box-1 .ttl, .s-brand_apple .box.box-1 .txt {
          max-width: 497px; } }
    @media (min-width: 992px) {
      .s-brand_apple .box.box-1 {
        padding-bottom: 232px; } }
    @media (min-width: 992px) {
      .s-brand_apple .box.box-1 img {
        right: 69px;
        max-width: calc(100% - 609px); } }
  .s-brand_apple .box.box-2 {
    padding-bottom: 163px;
    background: linear-gradient(180deg, #c33764 0%, #1d2671 100%); }
    @media (min-width: 992px) {
      .s-brand_apple .box.box-2 {
        padding-bottom: 449px; } }
    .s-brand_apple .box.box-2 .ttl, .s-brand_apple .box.box-2 .txt {
      color: #FFF;
      max-width: 283px; }
      @media (min-width: 768px) {
        .s-brand_apple .box.box-2 .ttl, .s-brand_apple .box.box-2 .txt {
          max-width: 455px; } }
  .s-brand_apple .box.box-3 {
    padding-bottom: 260px;
    background: linear-gradient(180deg, #e0eafc 0%, #cfdef3 100%); }
    @media (min-width: 992px) {
      .s-brand_apple .box.box-3 {
        padding-bottom: 596px; } }
    .s-brand_apple .box.box-3 .ttl, .s-brand_apple .box.box-3 .txt {
      color: #202732;
      max-width: 283px; }
      @media (min-width: 768px) {
        .s-brand_apple .box.box-3 .ttl, .s-brand_apple .box.box-3 .txt {
          max-width: 455px; } }
  .s-brand_apple .box.box-4 {
    padding-bottom: 227px;
    background: linear-gradient(360deg, #076585 0%, #0f0f0f 100%); }
    @media (min-width: 992px) {
      .s-brand_apple .box.box-4 {
        padding-bottom: 311px; } }
    .s-brand_apple .box.box-4 .ttl, .s-brand_apple .box.box-4 .txt {
      color: #FFF;
      max-width: 283px; }
      @media (min-width: 768px) {
        .s-brand_apple .box.box-4 .ttl, .s-brand_apple .box.box-4 .txt {
          max-width: 455px; } }
  .s-brand_apple .box.box-5 {
    padding-bottom: 293px;
    background: linear-gradient(360deg, #076585 0%, #0f0f0f 100%); }
    @media (min-width: 992px) {
      .s-brand_apple .box.box-5 {
        padding-bottom: 391px; } }
    .s-brand_apple .box.box-5 .ttl, .s-brand_apple .box.box-5 .txt {
      color: #FFF;
      max-width: 283px; }
      @media (min-width: 768px) {
        .s-brand_apple .box.box-5 .ttl, .s-brand_apple .box.box-5 .txt {
          max-width: 455px; } }
.s-brand_samsung .b-row {
  align-items: initial; }
  @media (min-width: 992px) {
    .s-brand_samsung .b-row .col-fluid {
      flex: 1 0 0;
      max-width: none; } }
  .s-brand_samsung .b-row .hide-mobile {
    flex: 0 0 321px;
    max-width: 321px; }
.s-brand_samsung .bg-white {
  position: static; }
.s-brand_samsung .bg-white + .hits {
  margin-top: -140px;
  padding-top: 167px; }
  @media (min-width: 992px) {
    .s-brand_samsung .bg-white + .hits {
      padding-top: 240px;
      margin-top: -140px; } }
.s-brand_samsung .grid {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 21px; }
  @media (min-width: 992px) {
    .s-brand_samsung .grid {
      margin-top: 32px;
      display: grid;
      grid-template-columns: repeat(2, 1fr) 2fr;
      grid-template-rows: 400px 1fr;
      grid-column-gap: 32px;
      grid-row-gap: 32px; } }
  .s-brand_samsung .grid .card-blog .ttl {
    max-width: 100%; }
  .s-brand_samsung .grid .card-blog .more {
    margin-top: 16px; }
  .s-brand_samsung .grid .col {
    display: flex; }
    @media (min-width: 992px) {
      .s-brand_samsung .grid .col:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2; }
      .s-brand_samsung .grid .col:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3; }
      .s-brand_samsung .grid .col:nth-child(3) {
        grid-area: 1 / 3 / 3 / 4; }
      .s-brand_samsung .grid .col:nth-child(4) {
        grid-area: 2 / 1 / 3 / 3; } }
@media (max-width: 991px) {
  .s-brand_samsung .hide-mobile {
    display: none !important; } }
.s-brand_samsung .box {
  width: 100%; }
  .s-brand_samsung .box.box-1 {
    background: linear-gradient(180deg, #e2e2e2 0%, #c9d6ff 100%);
    padding-bottom: 210px; }
    @media (min-width: 992px) {
      .s-brand_samsung .box.box-1 {
        padding-bottom: 255px; } }
    .s-brand_samsung .box.box-1 .ttl,
    .s-brand_samsung .box.box-1 .txt {
      max-width: 272px; }
      @media (min-width: 992px) {
        .s-brand_samsung .box.box-1 .ttl,
        .s-brand_samsung .box.box-1 .txt {
          max-width: 362px; } }
    @media (min-width: 992px) {
      .s-brand_samsung .box.box-1 img {
        right: 45px;
        max-width: calc(100% - 450px); } }
  .s-brand_samsung .box.box-2 {
    background: linear-gradient(180deg, #e2e2e2 0%, #c9d6ff 100%);
    padding-bottom: 293px; }
    @media (min-width: 992px) {
      .s-brand_samsung .box.box-2 {
        padding-bottom: 321px; } }
  .s-brand_samsung .box.box-3 {
    background: linear-gradient(180deg, #e2e2e2 0%, #c9d6ff 100%);
    padding-bottom: 169px; }
    .s-brand_samsung .box.box-3 .ttl,
    .s-brand_samsung .box.box-3 .txt {
      max-width: 272px; }
      @media (min-width: 992px) {
        .s-brand_samsung .box.box-3 .ttl,
        .s-brand_samsung .box.box-3 .txt {
          max-width: 100%; } }
    @media (min-width: 992px) {
      .s-brand_samsung .box.box-3 {
        padding-bottom: 468px; } }
  .s-brand_samsung .box.box-4 {
    background: linear-gradient(180deg, #e2e2e2 0%, #c9d6ff 100%);
    padding-bottom: 226px; }
    @media (min-width: 992px) {
      .s-brand_samsung .box.box-4 {
        padding-bottom: 68px; } }
    .s-brand_samsung .box.box-4:after {
      bottom: 10px; }
    .s-brand_samsung .box.box-4 .ttl,
    .s-brand_samsung .box.box-4 .txt {
      max-width: 272px; }
      @media (min-width: 992px) {
        .s-brand_samsung .box.box-4 .ttl,
        .s-brand_samsung .box.box-4 .txt {
          max-width: 332px; } }
    @media (min-width: 992px) {
      .s-brand_samsung .box.box-4 img {
        max-width: calc(100% - 417px); } }
.s-brand_samsung .swiper-wrap {
  margin-top: 21px;
  overflow: hidden; }
  .s-brand_samsung .swiper-wrap .swiper {
    overflow: visible; }
  @media (min-width: 992px) {
    .s-brand_samsung .swiper-wrap {
      display: none; } }
.s-brand_samsung .card-blog .pict {
  min-height: 0; }
.s-brand .card-blog {
  width: 100%;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  color: #FFF;
  background: #212936; }
  @media (min-width: 992px) {
    .s-brand .card-blog {
      border-radius: 20px; } }
  .s-brand .card-blog .pict {
    position: relative; }
    .s-brand .card-blog .pict img {
      width: 100%;
      height: 162px;
      display: block;
      object-fit: cover; }
      @media (min-width: 992px) {
        .s-brand .card-blog .pict img {
          height: 219px; } }
    .s-brand .card-blog .pict .label {
      position: absolute;
      bottom: 14px;
      left: 14px;
      border-radius: 50px;
      padding: 10px;
      font-weight: 600;
      font-size: 12px;
      line-height: 217%;
      text-transform: uppercase;
      color: #fff;
      background-color: #212936; }
      @media (min-width: 992px) {
        .s-brand .card-blog .pict .label {
          bottom: 18px;
          left: 20px; } }
  .s-brand .card-blog .desc {
    padding: 30px 19px; }
    @media (min-width: 1400px) {
      .s-brand .card-blog .desc {
        padding: 42px 38px; } }
  .s-brand .card-blog .date {
    font-weight: 600;
    font-size: 12px;
    line-height: 167%;
    color: #6f737c; }
  .s-brand .card-blog .ttl {
    font-weight: 600;
    margin-top: 13px;
    font-size: 14px;
    line-height: 143%;
    color: #fff; }
    @media (min-width: 992px) {
      .s-brand .card-blog .ttl {
        font-size: 18px;
        line-height: 144%; } }
  .s-brand .card-blog .date,
  .s-brand .card-blog .ttl {
    max-width: 215px; }
  .s-brand .card-blog .more {
    margin-top: 33px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 167%;
    color: #a9ff35; }

/*# sourceMappingURL=s-brand.css.map */
