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

.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: 9%;
  padding-bottom: 45%; }
  .main_wrapper .brand_items {
    padding: 0px 23.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -20px 0px -25px; }
    .main_wrapper .brand_items .brand_item {
      cursor: pointer;
      -webkit-perspective: 1000px;
      perspective: 1000px;
      position: relative;
      width: calc(25% - 50px);
      font-size: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 25px 25px 0px; }
      .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%;
        position: relative; }
        .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 .back {
        border-radius: 10px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: .7s;
        -o-transition: .7s;
        transition: .7s;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        transform: rotateY(180deg) translate(-50%, 0);
        -moz-transform: rotateY(180deg) translate(-50%, 0);
        -ms-transform: rotateY(180deg) translate(-50%, 0);
        -webkit-transform: rotateY(180deg) translate(-50%, 0);
        -o-transform: rotateY(180deg) translate(-50%, 0);
        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 .back_bcg {
          position: absolute;
          width: 100%;
          bottom: 0;
          left: 0; }
          .main_wrapper .brand_items .brand_item .back .back_bcg img {
            width: 100%; }
        .brand_discount_promo {
          padding: 23% 0px 40% 0px !important;
        }
        .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: -1%;
          font-size: 50px;
          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;
          color: #c50606;
          padding: 30% 0px 40% 0px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .mobile_nl { 
            display: none;
          }
          .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: #c50606; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .bef {
            -ms-flex-item-align: end;
            align-self: flex-end;
            font-size: 16px;
            text-decoration: none;
            color: #c50606; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .brand_present {
            font-size: 40px;
            text-decoration: none;
            color: #c50606;
            text-align: center;
            line-height: 1; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .new {
            font-size: 24px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
            font-size: 12px;
            margin-top: 2px;
            text-decoration: none;
            color: #c50606;
            text-align: center;
            line-height: 1; }
            .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo .zm {
              font-size: 14px;
              text-decoration: none;
              color: #c50606; }
      .main_wrapper .brand_items .brand_item .front .brand_logo, .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%);
        width: 65%;
        height: 30%;
        top: 40%;
        left: 49%; }
      .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.n1 .front .brand_logo, .main_wrapper .brand_items .brand_item.n1 .back .brand_logo {
        height: 40%;
        width: 65%; }
      .main_wrapper .brand_items .brand_item.monge .back .back_info .brand_discount {
        padding: 35% 0px 45% 0px; }
      .main_wrapper .brand_items .brand_item.dobrozveriki .front .brand_logo, .main_wrapper .brand_items .brand_item.dobrozveriki .back .brand_logo {
        height: 40%;
        width: 65%; }
      .main_wrapper .brand_items .brand_item.mnyams .front .brand_logo, .main_wrapper .brand_items .brand_item.mnyams .back .brand_logo {
        height: 40%;
        width: 80%; }
    .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) translate(-50%, 0);
      -moz-transform: rotateY(360deg) translate(-50%, 0);
      -ms-transform: rotateY(360deg) translate(-50%, 0);
      -webkit-transform: rotateY(360deg) translate(-50%, 0);
      -o-transform: rotateY(360deg) translate(-50%, 0); }

@media all and (max-width: 1700px) {
  .main_wrapper {
    padding-top: 10%;
    padding-bottom: 45%; }
    .main_wrapper .brand_items {
      padding: 0px 23.5%; }
      .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: 28px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .brand_present {
          font-size: 33px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .new {
          font-size: 24px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
          font-size: 12px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo .zm {
            font-size: 14px;
           } }

@media all and (max-width: 1600px) {
  .main_wrapper {
    padding-top: 10%;
    padding-bottom: 45%; }
    .main_wrapper .brand_items {
      padding: 0px 23%; }
      .main_wrapper .brand_items .brand_item {
        margin-top: 20px; }
        .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: 24px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .brand_present {
            font-size: 28px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .new {
            font-size: 24px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
            font-size: 11px; }
            .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo .zm {
              font-size: 13px;
              text-decoration: none;
              color: #c50606; } }

@media all and (max-width: 1500px) {
  .main_wrapper {
    padding-top: 9%;
    padding-bottom: 45%; }
    .main_wrapper .brand_items {
      padding: 0px 24.5%;
      margin: 0px -20px 0px -20px; }
      .main_wrapper .brand_items .brand_item {
        width: calc(25% - 40px);
        margin: 25px 20px 0px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
          font-size: 40px; }
          .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: 14px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .brand_present {
            font-size: 32px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .new {
            font-size: 22px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
            font-size: 10px; }
            .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo .zm {
              font-size: 12px;
              text-decoration: none;
              color: #c50606; } }

@media all and (max-width: 1400px) {
  .main_wrapper {
    padding-top: 9%;
    padding-bottom: 45%; }
    .main_wrapper .brand_items {
      padding: 0px 24.5%; }
      .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
        font-size: 36px; }
        .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: 14px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .brand_present {
          font-size: 32px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .new {
          font-size: 20px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
          font-size: 8px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo .zm {
            font-size: 10px;
            text-decoration: none;
            color: #c50606; } }

@media all and (max-width: 1300px) {
  .main_wrapper {
    padding-top: 10%;
    padding-bottom: 45%; }
    .main_wrapper .brand_items {
      padding: 0px 24.5%;
      margin: 0px -15px 0px -10px; }
      .main_wrapper .brand_items .brand_item {
        width: calc(25% - 30px);
        margin: 20px 15px 0px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
          font-size: 34px; }
          .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: 14px; }
          .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 .new {
            font-size: 20px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
            font-size: 8px; }
            .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo .zm {
              font-size: 10px;
              text-decoration: none;
              color: #c50606; } }

@media all and (max-width: 1200px) {
  .main_wrapper {
    padding-top: 10%;
    padding-bottom: 45%; }
    .main_wrapper .brand_items {
      padding: 0px 21%;
      margin: 0px 30px 0px 30px; }
      .main_wrapper .brand_items .brand_item {
        width: calc(25% - 30px);
        margin: 20px 15px 0px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
          font-size: 30px; }
          .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: 12px; }
          .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 .new {
            font-size: 18px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
            font-size: 7px; }
            .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo .zm {
              font-size: 9px;
              text-decoration: none;
              color: #c50606; } }

@media all and (max-width: 1100px) {
  .main_wrapper {
    height: 5260px;
    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: 160px;
      width: 650px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0px auto; }
      .main_wrapper .brand_items .brand_item {
        width: calc(33% - 62px);
        margin: 26px 19px 0px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
          font-size: 40px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .percent {
            font-size: 21px; }
          .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: 30px; }
            .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .new {
              font-size: 24px; }
            .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
              font-size: 9px; }
              .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo .zm {
                font-size: 11px;
                text-decoration: none;
                color: #c50606; } }

@media all and (max-width: 700px) {
  .main_wrapper {
    height: 6336px;
    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: 100px;
      width: 350px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0px auto; }
      .main_wrapper .brand_items .brand_item {
        width: calc(50% - 46px);
        margin-left: 18px;
        margin-right: 18px;
        margin-top: 28px; }
        .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
          font-size: 34px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .mobile_nl { 
            display: block; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .percent {
            font-size: 17px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .bef {
            font-size: 12px; }
          .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 .new {
            font-size: 20px; }
          .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
            font-size: 12px; }
            .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo .zm {
              font-size: 13px; }
        .main_wrapper .brand_items .brand_item.empty {
          display: none; }
        .main_wrapper .brand_items .brand_item.mobile_empty {
          display: block; } }
