/* Present start */
@media (min-width: 731px) and (max-width: 1279.5px) {
  .section__kv .img__main {
      margin-top: -34px;
  }
}
.bg__present .content__link.wdga.link--1 {
position: relative;
display: block;
margin: 2rem auto;
text-transform: uppercase;
text-align: left;
max-width: 292px;
}
.bg__present .content__link .icon__present {
top: 0;
height: 110px;
width: 82px;
position: absolute;
-webkit-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
-o-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
}
.bg__present div {
margin: 0.5rem 0;
color: #000;
font-family: TTNormsProMedium,"Segoe UI",sans-serif;
padding-left: 110px;
font-size: 1rem;
display: inline-block;
}
.bg__present div:last-child {
color: #006ce1;
}
.bg__present img {
/* -webkit-filter: drop-shadow(0 0 2px #eee); */
filter: drop-shadow(0 0 2px #eee);
}
@media (min-width: 731px) {
.bg__present .content__link.wdga.link--1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg__present div {
  font-size: .9rem;
  /* color: #fff; */
  padding: 0;
  /* text-shadow: 0px 0px 3px #000; */
}
.bg__present .content__link .icon__present {
  position: static;
}
.bg__present a:hover img {
  scale: 1.05;
}

.bg__present {
  z-index: 999;
  position: absolute;
  left: 50%;
  top: 20px;  /* move vertically | medium */
  margin-left: 221px !important; /* move horizontally | medium */
}
.bg__present .content__link.wdga.link--1 {
  border: none;
  display: flex;
  align-items: center;
  width: 160px;
  background-color: transparent;
  text-align: center;
  text-decoration: none !important;
  flex-direction: column;
  cursor: pointer;
}
}
@media (min-width: 1280px) {
.bg__present {
  top: 170px;  /* move vertically | large */
  margin-left: 342px !important;  /* move horizontally | large */
}
.bg__present .content__link.wdga.link--1 {
  width: auto;
}
}
/* Present end */