.banner-front{
  position: relative;
}
.banner-front footer {
  position: absolute;
  left: 0;
  bottom: -28px;
}
.banner-front footer a:hover{
  text-decoration: underline;
}
@media (max-width: 1232px) {
  .banner-front footer {
    bottom: -32px;
    left: inherit;
    right: 15px;
  }
}
.banner-link{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-row{
  position: relative;
}

.banner-front__all-link a {
  display: inline-block;
  padding: 9px 35px;
  flex-direction: row;
  align-items: center;
  border: 1px solid #e9e9e9;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  font-size: 14px;
  white-space: nowrap;
}
.banner-front__all-link{
  text-align: right;
}
.banner-front__all-link a:hover {
  color: #0089ff;
}

.promotions-page .views-row {
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px #e9e9e9, 0 4px 16px #0000;
  overflow: hidden;
  transition: all .2s ease-in-out;
}
.promotions-page .views-row:hover{
  box-shadow: inset 0 0 0 1px transparent, 0 4px 16px #0006;
  border-color: transparent;
  transition: all .2s ease-in-out;
}
.promotions-page .views-row:hover .promotions-title{
  color: #285694;
}
.promotions-page .main-wrapper-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.promotions-row{
  padding: 10px;
  background: white;
  border: 1px solid #C5CBE1;
  position: relative;
}
.promotions-row img{
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
.promotions-title{
  color: #3E4860;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}
.promotions-text{
  font-size: 14px;
  color: #7C7C7C;
}
