.nav{
    font-size: 1.3rem !important;
}

.nav__list-menu a{
    font-size: 1.5rem !important;
}

.phone-flex{
  display: flex;
}

.phone__btn.js-toggle-btn{
  display: none;
}

@media (max-width: 1377px) {
  .phone-flex{
    display: none;
  }
  .phone__btn.js-toggle-btn{
    display: block;
  }
}

.phone-flex .phone__btn {
  display: flex;
  border: none;
  padding: 0 1.6rem 0 0;
  position: relative;
  background: none;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: .25s;
  color: inherit;
  overflow: hidden;
  height: 27px;
  align-items: center;
  justify-content: flex-start;
}

.phone-flex .phone__btn button{
  border: none;
  box-shadow: none;
  color: currentColor;
  background: transparent;
  height: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.phone-flex .phone__btn button svg{
  height: 100%;
} 

@media (min-width: 1200px) {
    .page-homepage main.content .slider{
        margin-top: -26px;
    }
    .page-homepage main.content .category,
    .page-homepage main.content .products,
    .page-homepage main.content .media {
        padding: 2rem 0;
    }
}

.nav__topline-submenu--open {
    padding: 5px 15px;
    font-size: 10pt;
}


.category__item .category__item-image img{
    height: auto;
}

.scroll-to-top{
    z-index: 1010;
}

.category.promo .category__item {
  min-height: unset !important;
  padding: 5px;
  border: none;
  transform: none !important;
}

.category.promo .category__item:hover {
  color: #3660BC;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
}

.category.promo .category__item .category__item-image{
  overflow: hidden;
  position: relative;
  margin: 0 !important;
}

.category.promo .category__item .category__item-image::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  transform: scale3d(1.8, 1.3, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -167%, 0px);
  background: rgba(255, 255, 255, 0.2);
  transition: 0s;
}

.category.promo .category__item .category__item-image img{
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
  transition: .3s;
}

.category.promo .category__item:hover .category__item-image{
  transform: none !important;
}

.category.promo .category__item:hover .category__item-image img{
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.1);
  transition: .3s;
}

.category.promo .category__item:hover .category__item-image::before{
  -webkit-transform:scale3d(1.8,1.3,1) rotate3d(0,0,1,45deg) translate3d(0,167%,0);
  transform:scale3d(1.8,1.3,1) rotate3d(0,0,1,45deg) translate3d(0,167%,0);
  transition: 1.1s;
}

@media (min-width: 1200px) {
  .category.promo .category__grid{
    width: calc(100% + 10px);
    margin-left: -5px;
  }

  .category.promo .row .col-12:first-child .category__item-image{
    justify-content: flex-start;
  }

  .category.promo .row .col-12:last-child .category__item-image{
    justify-content: flex-end;
  }
}