/*
BANNERS
*/
.footer-banners {
  display: flex;
  width: 100%;
  flex-flow: row;
  flex-wrap: wrap;
}
.footer-banners.row {
  margin-left: 0px;
  margin-right: 0px;
}
.footer-banner:nth-child(1),
.footer-banner:nth-child(2) {
  width: 50%;
}
.footer-banner:nth-child(1) {
  padding-right: 10px;
}
.footer-banner:nth-child(2) {
  padding-left: 10px;
}
.footer-banner:nth-child(3) {
  width: 100%;
  margin-top: 25px;
}
.mid-banner-wrapper-stcm-1 {
  background-image: url("https://709213.myshoptet.com/user/documents/images/brslik-banner-background-2.webp");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 65px 25px 75px 80px;
  position: relative;
  height: 350px;
}
.mid-banner-inner-stcm-1 {
  display: flex;
  flex-flow: row;
  gap: 35px;
}
.mid-banner-wrapper-stcm-1 h3 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}
.mid-banner-wrapper-stcm-1 .btn-stcm {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.mid-banner-wrapper-stcm-2 {
  background-image: url("https://709213.myshoptet.com/user/documents/images/brslik-banner-background-1.webp");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 45px 45px 75px 45px;
  position: relative;
  height: 350px;
}
.mid-banner-inner-stcm-2 {
  display: flex;
  flex-flow: row;
  gap: 35px;
}
.mid-banner-wrapper-stcm-2 h3 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}
.mid-banner-wrapper-stcm-2 .btn-stcm {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.mid-banner-wrapper-stcm-2 .first-stcm {
  width: 214px;
  height: 67px;
  position: absolute;
  bottom: 0;
  left: 50px;
}
.mid-banner-wrapper-stcm-2 .second-stcm {
  width: 115px;
  height: 126px;
  position: absolute;
  top: 20px;
  right: 30px;
}
