/**
 * Do not edit this file! Its made from /bitrix/templates/responsive/layout/gulpfile.js
 */

.mebel-stolplit-banner {
  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;
  min-height: 200px;
  padding: 30px 59px 30px 38px;
  margin-bottom: 40px;
  color: #000;
  background-image: url("/images/banners/mebel-stolplit.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 62% center;
  background-color: #0000000D;
  border-radius: 8px;
}
.mebel-stolplit-banner:hover {
  color: #000;
}
@media (max-width: 1600px) {
  .mebel-stolplit-banner {
    padding: 30px;
  }
}
@media (max-width: 1500px) {
  .mebel-stolplit-banner {
    background-size: auto 80%;
  }
}
@media (max-width: 1280px) {
  .mebel-stolplit-banner {
    background-size: auto 70%;
  }
}
@media (max-width: 1024px) {
  .mebel-stolplit-banner {
    padding-top: 24%;
    background-position: center 11%;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .mebel-stolplit-banner {
    background-image: url("/images/banners/mebel-stolplit-mobile.png");
    background-position: center 0;
    padding: 43% 4px 4px 9px;
  }
}
.mebel-stolplit-banner__title {
  max-width: 430px;
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .mebel-stolplit-banner__title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .mebel-stolplit-banner__title {
    font-size: 25px;
  }
}
.mebel-stolplit-banner__btn {
  min-width: 200px;
  padding: 10px;
  font-size: 14px;
  line-height: 19.07px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #3C71EE;
  border: 2px solid #3C71EE;
  border-radius: 8px;
}
.mebel-stolplit-banner__btn:hover {
  color: #3C71EE;
  background-color: #fff;
}
@media (max-width: 767px) {
  .mebel-stolplit-banner__btn {
    min-width: 162px;
  }
}
