.l-sec--breadcrumbs + .l-sec--section-buttons--simple {
  margin-top: -32px;
}
.l-sec--section-buttons .t-head {
  margin-bottom: 4.8rem;
  text-align: center;
}
.l-sec--big-buttons--line .t-head {
  margin-bottom: 2.4rem;
  text-align: left;
}
.l-section--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-section--buttons a {
  width: calc(50% - 1.1rem);
  color: #3b352e;
  margin-left: 2.2rem;
  margin-bottom: 2.2rem;
  padding: 6.5rem 15.6rem 6.5rem 5.6rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: right 5.6rem top 6.5rem;
}
.l-section--buttons-item-no-icon{
  padding-right: 5.6rem !important;
}
html.font-small .l-section--buttons a{
  background-size: 8rem;
}
.l-section--buttons a:nth-child(2n + 1) {
  margin-left: 0;
}
.l-sec--section-buttons--dark-green a {
  background-color: #055a60;
}
.l-sec--section-buttons--dark-green a:hover {
  background-color: #0a6970;
}
.l-section--buttons .t-head {
  margin-bottom: 6.4rem;
  text-align: left;
}
.l-sec--section-buttons--dark-green .l-section--buttons-item .t-head {
  color: #fff;
}
.l-section--buttons .l-buttons {
  position: absolute;
  bottom: 6.5rem;
  left: 5.6rem;
}
.l-sec--big-buttons--line .l-section--buttons {
  padding-bottom: 4rem;
  border-bottom: 1px solid #ededed;
}
.l-sec--big-buttons--line .l-section--buttons a {
  background: #dcf3f3;
  border: 0.2rem solid #dcf3f3;
  padding: 4.5rem 6.8rem 4.5rem 12rem;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
}
.l-sec--big-buttons--line .l-section--buttons a:hover {
  border-color: #3b352e;
  background-color: #fff;
}
.l-sec--big-buttons--line .l-section--buttons a:after {
  content: '';
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../img/icons/arrow-right-orange-medium.svg) 50% 50% no-repeat;
  position: absolute;
  right: 4.4rem;
}
.is-contrast .l-sec--big-buttons--line .l-section--buttons a:after {
  filter: brightness(0);
}
.l-sec--big-buttons--line .l-section--buttons a span {
  position: absolute;
  display: block;
  width: 6.6rem;
  height: 6.6rem;
  left: 3.5rem;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
}
@media (max-width: 1279.98px) {
  .l-section--buttons a {
    background-size: 5.6rem;
    padding: 3.2rem 10.2rem 3.2rem 3.2rem;
    background-position: right 3.2rem top 3.2rem;
  }
  html.font-big .l-section--buttons a,
  html.font-small .l-section--buttons a{
    background-size: 7.2rem;
  }
  .l-sec--big-buttons--line .l-section--buttons a {
    padding: 4.5rem 4.8rem 4.5rem 12rem;
  }
  .l-sec--big-buttons--line .l-section--buttons a:after {
    right: 3.2rem;
  } 
  .l-section--buttons .t-head {
    margin-bottom: 5.6rem;
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .l-section--buttons .l-buttons {
    bottom: 3.2rem;
    left: 3.2rem;
  }
}
@media (max-width: 959.98px) {
  .l-sec--section-buttons .l-inner>.t-head{
    margin-bottom: 3.2rem;
    text-align: left;
  }
  .l-section--buttons {
    flex-wrap: wrap;
  }
  .l-section--buttons a {
    width: calc((100% / 2) - 1.2rem);
    margin-left: 2.2rem !important;
    margin-bottom: 2.2rem;
    padding: 12.4rem 2.4rem 3.2rem;
    background-position: left 2.4rem top 2.4rem;
    background-size: 5.6rem;
  }
  html.font-big .l-section--buttons a{
    background-size: 8rem;
  }
  html.font-small .l-section--buttons a{
    background-size: 4.8rem;
  }
  .l-section--buttons-item-no-icon{
    padding-right: 2.4rem !important;
  }
  .l-section--buttons a:nth-child(2n + 1) {
    margin-left: 0 !important;
  }
  .l-sec--big-buttons--line .l-section--buttons {
    margin-bottom: -1.6rem;
  }
  .l-sec--big-buttons--line .l-section--buttons a {
    padding: 2rem 4.8rem 2rem 2rem;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .l-sec--big-buttons--line .l-section--buttons a:after {
    width: 2.2rem;
    height: 2.2rem;
    right: 2.9rem;
    background-size: cover;
  }
  .l-sec--big-buttons--line .l-section--buttons a span {
    position: relative;
    width: 4rem;
    height: 4rem;
    margin-right: 1.6rem;
    left: 0;
    background-position: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  html.font-big .l-sec--big-buttons--line .l-section--buttons a span{
    width: 5rem;
    width: 5rem;
  }
  html.font-small .l-sec--big-buttons--line .l-section--buttons a span{
    width: 3rem;
    width: 3rem;
  }
  .l-sec--section-buttons--simple .l-section--buttons a {
    padding-top: 3.2rem;
  }
  .l-section--buttons .l-buttons {
    bottom: 3.2rem;
    left: 2.4rem;
  }
}
@media (max-width: 599.98px) {
  .l-section--buttons a,
  .l-sec--big-buttons--line .l-section--buttons a{
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 1.6rem;
  }
}
