* {
  margin: 0;
  padding: 0;
  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;
  background-color: #040404;
  overflow: hidden;
  padding-top: 235px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1200px) {
  .main_wrapper {
    background-size: auto 100%;
    padding-bottom: 540px !important;
  }
}
.main_wrapper .brand_items {
  padding: 0px 23%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0px -40px 0px -25px;
}
.main_wrapper .brand_items .brand_item {
  cursor: pointer;
  perspective: 1000px;
  position: relative;
  width: calc(25% - 12px);
  margin: 0px 4px;
  font-size: 0;
  display: flex;
  justify-content: center;
  transform-style: preserve-3d;
}
.main_wrapper .brand_items .brand_item .front {
  backface-visibility: hidden;
  border-radius: 10px;
  transition: 0.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;
  backface-visibility: hidden;
  transition: 0.7s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 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%;
}
.main_wrapper .brand_items .brand_item .back .back_info {
  color: #ed0000;
}
.main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
  position: absolute;
  overflow: hidden;
  line-height: 0.8;
  z-index: 10;
  width: 100%;
  top: 45%;
  transform: translateY(-50%);
  left: -2.5%;
  font-size: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.main_wrapper .brand_items .brand_item .back .back_info .brand_discount .percent {
  align-self: flex-start;
  font-size: 34px;
  text-decoration: none;
}
.main_wrapper .brand_items .brand_item .back .back_info .brand_discount .bef {
  align-self: flex-end;
  font-size: 34px;
  text-decoration: none;
}
.main_wrapper .brand_items .brand_item .back .back_info .brand_discount .brand_present {
  font-size: 40px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}
.main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
  width: 100%;
  font-size: 20px;
  margin-top: 2px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}
.main_wrapper .brand_items .brand_item .front .brand_logo, .main_wrapper .brand_items .brand_item .back .brand_logo {
  object-fit: contain;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 63%;
  height: 35%;
  top: 45%;
  left: 47%;
  backface-visibility: hidden;
}
.main_wrapper .brand_items .brand_item.invisible {
  display: none;
}
.main_wrapper .brand_items .brand_item.Mnyams .front .brand_logo, .main_wrapper .brand_items .brand_item.Mnyams .back .brand_logo {
  height: 50%;
  width: 90%;
  top: 65%;
}
.main_wrapper .brand_items .brand_item.flexi .front .brand_logo, .main_wrapper .brand_items .brand_item.flexi .back .brand_logo {
  top: 65%;
}
.main_wrapper .brand_items .brand_item.derev .front .brand_logo, .main_wrapper .brand_items .brand_item.derev .back .brand_logo {
  width: 60%;
}
.main_wrapper .brand_items .brand_item.kong .front .brand_logo, .main_wrapper .brand_items .brand_item.kong .back .brand_logo {
  height: 25%;
  width: 90%;
}
.main_wrapper .brand_items .brand_item.n1 .front .brand_logo, .main_wrapper .brand_items .brand_item.n1 .back .brand_logo {
  height: 45%;
  width: 70%;
}
.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.clean_lapki .front .brand_logo, .main_wrapper .brand_items .brand_item.clean_lapki .back .brand_logo {
  width: 55%;
}
.main_wrapper .brand_items .brand_item.Ultra-Pearls .front .brand_logo, .main_wrapper .brand_items .brand_item.Ultra-Pearls .back .brand_logo, .main_wrapper .brand_items .brand_item.icat .front .brand_logo, .main_wrapper .brand_items .brand_item.icat .back .brand_logo, .main_wrapper .brand_items .brand_item.xbost .front .brand_logo, .main_wrapper .brand_items .brand_item.xbost .back .brand_logo {
  height: 32%;
  width: 50%;
}
.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: 220px;
    padding-bottom: 100px;
  }
  .main_wrapper .brand_items {
    padding: 0px 19%;
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
    font-size: 62px;
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .percent {
    font-size: 32px;
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .bef {
    font-size: 32px;
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .brand_present {
    font-size: 40px;
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
    font-size: 20px;
  }
}
@media all and (max-width: 1600px) {
  .main_wrapper {
    padding-top: 210px;
    padding-bottom: 100px;
  }
  .main_wrapper .brand_items {
    padding: 0px 20%;
  }
  .main_wrapper .brand_items .brand_item {
    margin-top: 5px;
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
    font-size: 62px;
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .percent {
    font-size: 32px;
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .bef {
    font-size: 32px;
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .brand_present {
    font-size: 34px;
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
    font-size: 20px;
  }
}
@media all and (max-width: 1500px) {
  .main_wrapper {
    padding-top: 200px;
    padding-bottom: 80px;
  }
  .main_wrapper .brand_items {
    padding: 0px 19%;
  }
  .main_wrapper .brand_items .brand_item {
    width: calc(25% - 10px);
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
    font-size: 58px;
  }
  .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: 32px;
  }
}
@media all and (max-width: 1400px) {
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
    font-size: 54px;
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .percent {
    font-size: 27px;
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .bef {
    font-size: 27px;
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .brand_present {
    font-size: 32px;
  }
}
@media all and (max-width: 1300px) {
  .main_wrapper {
    padding-top: 180px;
    padding-bottom: 90px;
  }
  .main_wrapper .brand_items {
    padding: 0px 20%;
  }
  .main_wrapper .brand_items .brand_item {
    width: calc(25% - 12px);
    margin: 5px 4px 0px;
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
    font-size: 51px;
  }
  .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: 29px;
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .promo {
    font-size: 18px;
  }
}
@media all and (max-width: 1200px) {
  .main_wrapper {
    padding-top: 180px;
    padding-bottom: 90px;
  }
  .main_wrapper .brand_items {
    padding: 0px 20%;
  }
  .main_wrapper .brand_items .brand_item {
    width: calc(25% - 10px);
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
    font-size: 50px;
  }
  .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: 24px;
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .brand_present {
    font-size: 30px;
  }
}
@media all and (max-width: 1100px) {
  .main_wrapper {
    height: auto;
    width: 100%;
    background-position: center;
    position: relative;
    padding: 0 0 400px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../img/bcg_laptop.jpg);
  }
  .main_wrapper .brand_items {
    padding: 0;
    padding-top: 190px;
    width: 564px;
    justify-content: center;
    margin: 0px auto;
  }
  .main_wrapper .brand_items .brand_item {
    width: calc(33% - 8px);
    margin: 0px 4px 0px;
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
    font-size: 50px;
  }
  .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: 24px;
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .brand_present {
    font-size: 30px;
  }
  .main_wrapper .brand_items .brand_item.laptop-hide {
    display: none;
  }
}
@media all and (max-width: 900px) {
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount {
    font-size: 50px;
  }
  .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: 24px;
  }
  .main_wrapper .brand_items .brand_item .back .back_info .brand_discount .brand_present {
    font-size: 30px;
  }
}
@media all and (max-width: 700px) {
  .main_wrapper {
    height: auto;
    width: 100%;
    background-position: center;
    position: relative;
    padding: 0 0 400px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../img/bcg_mobile.jpg);
  }
  .main_wrapper .brand_items {
    padding: 0;
    padding-top: 140px;
    width: 320px;
    justify-content: center;
    margin: 0px auto;
    padding-left: 12px;
  }
  .main_wrapper .brand_items .brand_item {
    width: calc(50% - 6px);
    margin: 0px 3px;
    margin-top: -8px;
  }
  .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: 21px;
  }
  .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;
  }
  .main_wrapper .brand_items .brand_item.empty {
    display: none;
  }
  .main_wrapper .brand_items .brand_item.mobile_empty {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */

@media screen and (min-width: 1701px){
	.main_wrapper{
        background-size: cover;
	padding-bottom: 960px !important;
	}
}
@media screen and (min-width: 1901px){
	.main_wrapper{
		padding-bottom: 1130px !important;
	}
}
@media screen and (min-width: 2401px){
	.main_wrapper{
		padding-bottom: 1600px !important;
	}
}