.main_wrapper {
  background-image: url(../img/bcg.jpg);
  font-family: 'Myriad Pro Semibold';
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 240px;
  padding-bottom: 860px; }
  .main_wrapper .brand_items {
    padding: 0px 23%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .main_wrapper .brand_items .brand_item {
      cursor: pointer;
      -webkit-perspective: 1000px;
      perspective: 1000px;
      position: relative;
      width: calc(25% - 20px);
      margin: 0px 10px 20px;
      font-size: 0; }
      .main_wrapper .brand_items .brand_item .front {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 10px;
        -webkit-transition: .7s;
        -o-transition: .7s;
        transition: .7s;
        width: 100%; }
        .main_wrapper .brand_items .brand_item .front .brand_bcg {
          width: 100%;
          position: relative; }
          .main_wrapper .brand_items .brand_item .front .brand_bcg .bcg {
            width: 100%;
            z-index: 2; }
        .main_wrapper .brand_items .brand_item .front .brand_logo {
          -o-object-fit: contain;
          object-fit: contain;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .main_wrapper .brand_items .brand_item .back {
        border-radius: 10px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: .7s;
        -o-transition: .7s;
        transition: .7s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        z-index: 2; }
        .main_wrapper .brand_items .brand_item .back .brand_bcg {
          width: 100%;
          position: relative; }
          .main_wrapper .brand_items .brand_item .back .brand_bcg .bcg {
            width: 100%; }
        .main_wrapper .brand_items .brand_item .back .brand_logo {
          -o-object-fit: contain;
          object-fit: contain;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .main_wrapper .brand_items .brand_item .back .back_bcg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          opacity: 0.8; }
          .main_wrapper .brand_items .brand_item .back .back_bcg img {
            width: 100%; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
          position: absolute;
          overflow: hidden;
          line-height: .8;
          z-index: 10;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          font-size: 60px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          text-decoration: none;
          padding: 30% 0px 50%;
          color: #fff; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .percent {
            -ms-flex-item-align: start;
            align-self: flex-start;
            font-size: 30px;
            text-decoration: none;
            color: #fff;
            margin-top: 6px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .bef {
            -ms-flex-item-align: end;
            align-self: flex-end;
            font-size: 31px;
            text-decoration: none;
            color: #fff; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .brand_present {
            font-size: 31px;
            text-decoration: none;
            color: #fff;
            text-align: center;
            line-height: 1; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
            font-size: 18px;
            text-decoration: none;
            color: #fff;
            text-align: center;
            line-height: 1; }
      .main_wrapper .brand_items .brand_item .front .brand_logo, .main_wrapper .brand_items .brand_item .back .brand_logo {
        width: 63%;
        height: 40%;
        top: 40%;
        left: 50%; }
        .main_wrapper .brand_items .brand_item .front .brand_logo.brit, .main_wrapper .brand_items .brand_item .back .brand_logo.brit {
          height: 80%;
          width: 80%; }
        .main_wrapper .brand_items .brand_item .front .brand_logo.mnyams, .main_wrapper .brand_items .brand_item .back .brand_logo.mnyams {
          height: 75%;
          top: 45%; }
        .main_wrapper .brand_items .brand_item .front .brand_logo.derev, .main_wrapper .brand_items .brand_item .back .brand_logo.derev {
          top: 45%;
          width: 50%; }
        .main_wrapper .brand_items .brand_item .front .brand_logo.hills, .main_wrapper .brand_items .brand_item .back .brand_logo.hills {
          height: 30%; }
        .main_wrapper .brand_items .brand_item .front .brand_logo.trainer, .main_wrapper .brand_items .brand_item .back .brand_logo.trainer {
          height: 60%;
          width: 80%; }
        .main_wrapper .brand_items .brand_item .front .brand_logo.mps, .main_wrapper .brand_items .brand_item .back .brand_logo.mps {
          height: 70%;
          width: 90%;
          top: 45%; }
        .main_wrapper .brand_items .brand_item .front .brand_logo.hunter, .main_wrapper .brand_items .brand_item .back .brand_logo.hunter {
          height: 25%; }
        .main_wrapper .brand_items .brand_item .front .brand_logo.flexi, .main_wrapper .brand_items .brand_item .back .brand_logo.flexi {
          height: 60%;
          width: 80%; }
        .main_wrapper .brand_items .brand_item .front .brand_logo.fur, .main_wrapper .brand_items .brand_item .back .brand_logo.fur {
          height: 60%;
          width: 100%; }
        .main_wrapper .brand_items .brand_item .front .brand_logo.catsan, .main_wrapper .brand_items .brand_item .back .brand_logo.catsan {
          width: 75%;
          height: 45%; }
        .main_wrapper .brand_items .brand_item .front .brand_logo.zoon, .main_wrapper .brand_items .brand_item .back .brand_logo.zoon {
          width: 50%;
          top: 43%;
          height: 35%; }
      .main_wrapper .brand_items .brand_item.invisible {
        display: none; }
      .main_wrapper .brand_items .brand_item.mobile_empty {
        display: none; }
      .main_wrapper .brand_items .brand_item.laptop_empty {
        display: none; }
      .main_wrapper .brand_items .brand_item.item_type_1 .front .back_bcg, .main_wrapper .brand_items .brand_item.item_type_1 .back .back_bcg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100.5%;
        opacity: 0.8; }
      .main_wrapper .brand_items .brand_item.item_type_1 .front .back_info .brand_discount, .main_wrapper .brand_items .brand_item.item_type_1 .back .back_info .brand_discount {
        padding: 37% 0px 45%; }
      .main_wrapper .brand_items .brand_item.item_type_4 .front .brand_logo, .main_wrapper .brand_items .brand_item.item_type_4 .back .brand_logo {
        height: 30%;
        top: 45%; }
        .main_wrapper .brand_items .brand_item.item_type_4 .front .brand_logo.isb, .main_wrapper .brand_items .brand_item.item_type_4 .back .brand_logo.isb {
          top: 40%;
          width: 70%; }
      .main_wrapper .brand_items .brand_item.item_type_5 .front .brand_logo, .main_wrapper .brand_items .brand_item.item_type_5 .back .brand_logo {
        width: 45%;
        height: 30%;
        top: 35%;
        left: 55%; }
      .main_wrapper .brand_items .brand_item.item_type_5 .front .back_info .brand_discount, .main_wrapper .brand_items .brand_item.item_type_5 .back .back_info .brand_discount {
        padding-left: 10.5%; }
      .main_wrapper .brand_items .brand_item.item_type_7 .front .brand_logo, .main_wrapper .brand_items .brand_item.item_type_7 .back .brand_logo {
        width: 50%;
        height: 30%;
        top: 43%;
        left: 50%; }
        .main_wrapper .brand_items .brand_item.item_type_7 .front .brand_logo.homecat, .main_wrapper .brand_items .brand_item.item_type_7 .back .brand_logo.homecat {
          width: 65%;
          height: 45%; }
      .main_wrapper .brand_items .brand_item.item_type_8 .front .brand_logo, .main_wrapper .brand_items .brand_item.item_type_8 .back .brand_logo {
        width: 45%;
        height: 30%;
        top: 35%;
        left: 45%; }
      .main_wrapper .brand_items .brand_item.item_type_8 .front .back_info .brand_discount, .main_wrapper .brand_items .brand_item.item_type_8 .back .back_info .brand_discount {
        padding-right: 10.5%; }
      .main_wrapper .brand_items .brand_item.promocode .back .back_info .brand_discount .percent {
        margin-top: 0; }
    .main_wrapper .brand_items .brand_item:hover .front {
      transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      -webkit-transform: rotateY(180deg);
      -o-transform: rotateY(180deg); }
    .main_wrapper .brand_items .brand_item:hover .back {
      transform: rotateY(360deg);
      -moz-transform: rotateY(360deg);
      -ms-transform: rotateY(360deg);
      -webkit-transform: rotateY(360deg);
      -o-transform: rotateY(360deg); }
    .main_wrapper .brand_items.row_2 {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-left: calc(50% + 12.5px);
      margin-bottom: 0; }
      .main_wrapper .brand_items.row_2 .brand_item {
        width: calc(50% - 12.5px); }

@media all and (max-width: 1700px) {
  .main_wrapper {
    padding-top: 220px;
    padding-bottom: 800px; }
    .main_wrapper .brand_items {
      padding: 0px 22%; }
      .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
        font-size: 56px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .percent {
          font-size: 28px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .bef {
          font-size: 28px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .brand_present {
          font-size: 28px; } }

@media all and (max-width: 1600px) {
  .main_wrapper {
    padding-top: 200px;
    padding-bottom: 750px; }
    .main_wrapper .brand_items {
      padding: 0px 21%; }
      .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
        font-size: 52px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .percent {
          font-size: 26px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .bef {
          font-size: 26px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .brand_present {
          font-size: 26px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
          font-size: 17px; } }

@media all and (max-width: 1500px) {
  .main_wrapper {
    padding-top: 180px;
    padding-bottom: 700px; }
    .main_wrapper .brand_items {
      padding: 0px 20%; }
      .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
        font-size: 48px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .percent {
          font-size: 24px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .bef {
          font-size: 24px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .brand_present {
          font-size: 24px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
          font-size: 16px; } }

@media all and (max-width: 1300px) {
  .main_wrapper {
    padding-top: 160px;
    padding-bottom: 625px; }
    .main_wrapper .brand_items {
      padding: 0px 20%; }
      .main_wrapper .brand_items .brand_item {
        margin-bottom: 15px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
          font-size: 44px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .percent {
            font-size: 22px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .bef {
            font-size: 22px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .brand_present {
            font-size: 22px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
            font-size: 13px; } }

@media all and (max-width: 1200px) {
  .main_wrapper {
    padding-top: 140px;
    padding-bottom: 525px; }
    .main_wrapper .brand_items {
      padding: 0px 20%; }
      .main_wrapper .brand_items .brand_item {
        margin-bottom: 15px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
          font-size: 44px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .percent {
            font-size: 22px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .bef {
            font-size: 22px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .brand_present {
            font-size: 22px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
            font-size: 13px; } }

@media all and (max-width: 1100px) {
  .main_wrapper {
    height: 5101px;
    width: 100%;
    background-position: center;
    position: relative;
    padding: 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../img/bcg_laptop.jpg); }
    .main_wrapper .brand_items {
      padding: 0;
      padding-top: 140px;
      padding-left: 5px;
      padding-right: 5px;
      width: 520px;
      margin: 0px auto; }
      .main_wrapper .brand_items .brand_item {
        width: calc(33.33% - 16px);
        margin: 6px 8px 0px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
          font-size: 42px;
          line-height: .8; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .percent {
            font-size: 20px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .bef {
            font-size: 20px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
            padding: 0px 20px; }
        .main_wrapper .brand_items .brand_item.laptop_empty {
          display: block; }
        .main_wrapper .brand_items .brand_item.empty {
          display: none; } }

@media all and (max-width: 700px) {
  .main_wrapper {
    height: 5747px;
    width: 100%;
    background-position: center;
    position: relative;
    padding: 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../img/bcg_mobile.jpg); }
    .main_wrapper .brand_items {
      padding: 0;
      padding-top: 75px;
      width: 295px;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0px auto; }
      .main_wrapper .brand_items .brand_item {
        width: calc(50% - 12px);
        margin: 5px 6px 0px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
          font-size: 31px;
          line-height: .8; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .percent {
            font-size: 16px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .bef {
            font-size: 16px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .brand_present {
            font-size: 18px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
            font-size: 12px;
            padding: 0px 10px; }
        .main_wrapper .brand_items .brand_item.mobile_empty {
          display: block; }
        .main_wrapper .brand_items .brand_item.laptop_empty {
          display: none; } }
