.header-width-navigation__logo {
  	position: absolute;
    top: 50%;
    left: 45%;
    transform: translateX(-110%) translateY(-120%) !important;
    max-width: 35%;
}

@media(min-width:  992px) {
  .header-width-navigation__logo {
    transform: translateX(-100%) translateY(-92%) !important;
  }
}

.header-width-navigation__presents-img {
  height: 24px;
}

.header-width-navigation__smoke {
  	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    object-position: top center;
}

.header-width-navigation__slide--mobile:before {
  background-size: auto 100%;
}

.header-width-navigation__slide:after {
  height: 180px;
}

@media only screen and (min-width: 1700px){
  .header-width-navigation__slide{
    min-height: 1000px;
  }
}
@media only screen and (min-width: 2000px){
  .header-width-navigation__slide{
    min-height: 1200px;
  }
}
@media only screen and (min-width: 2500px){
  .header-width-navigation__slide{
    min-height: 1400px;
  }
}
@media only screen and (min-width: 2800px){
  .header-width-navigation__slide{
    min-height: 1600px;
  }
}

.footer__presents-link:nth-of-type(2), .header-width-navigation__presents-link:nth-of-type(2) {
    margin-bottom: -6px;
}