@media all and (max-width: 1400px) {
  .html{
    max-width: 100%;
    min-width: 100%;
  }
}

@media all and (max-width: 1100px) {
  html{
    min-width: 640px;
  }
  .row {
    margin: 0 20px;

  }
  /**
   *  ●●●●●●●●●●
   *  footer
   *  ●●●●●●●●●●
   */
  .footer{
    text-align: center;
  }
  .footer__row{
    margin: 0;
    padding: 0;
  }

  /**
   *  ●●●●●●●●●●
   *  Header
   *  ●●●●●●●●●●
   */
  .menu__row{
    padding: 0;
    margin: 0;
  }
  .menu__open--in-header{
    margin: 0;
    float: left;
  }
  .header--static .menu--dropdown,
  .header--static.header--fixed .menu--dropdown{
    visibility: visible;
    opacity: 1;
  }
  .header--static .menu--dropdown.menu--hidden{
    visibility: hidden;
    opacity: 0;
  }
  .header--static{
    margin: 0;
  }
  .header__row{
    padding: 0 12px 0 0;
    margin: 0 auto;
  }
  /**
   *  ●●●●●●●●●●
   *  Content
   *  ●●●●●●●●●●
   */

  .intro{
    max-height: 220px;
  }

  .content{
    overflow: hidden;
  }
  .content__column--left {
    width: calc(100% - 320px);
  }
  .content__column--right{
    /*width: 100%;*/
  }

  .article__image-pic{
    max-width: 100%;
  }

  /**
   *  ●●●●●●●●●●
   *  Frontpage
   *  ●●●●●●●●●●
   */
  .slide img{
    max-width: 100%;
    width: 100%;
    height: auto;
  }

}


@media all and (max-width: 1023px) {
  .content__column--left {
    width: 100%;
  }
  .content__column--right{
    width: 100%;
  }

}

@media all and (max-width: 1023px) {
  body{
    padding-bottom: 0;
    overflow-x: hidden;
  }
  .header{
    z-index: 101;
  }
  .header--fixed{
    height: 60px;
  }
  .header__row{
    justify-content: space-between;
  }


  .logo-link{
    width: 148px;
    margin: 0 0 0 16px;
  }

  .logo-link__pic{
    width: 100%;
    height: auto;
  }
  .header--fixed .logo-link__pic{
    transform: scale(1);
  }
  .header--fixed .logo-link{
    /*margin: 12px 0 0;*/
  }

  .menu,
  .menu--static{
    /*height: auto;*/
    font-size: 0;
  }
  .menu--static{
    display: none;
  }

  .menu__mobile-open{
    position: relative;
    left: 0;
  }

  .menu__inner {
    display: flex;
    width: 100%;
    height: calc(100vh - 100%);
    position: absolute;
    left: 0;
    transform: translate(0);
    flex-direction: column;
    top: 100%;
    transition: transform 0.2s linear;
  }
  .menu__inner._m-hidden{
    transform: translate(100%);
  }

  .menu__item{
    /*min-height: 32px;*/
    flex-direction: column;
  }
  .menu__link{
    min-height: 32px;
  }
  .menu__subs{
    top: 0;
    position: relative;
    opacity: 1;
    height: auto;
    visibility: visible;
    flex-direction: column;
  }
  .menu__subs .menu__link{
    padding: 0 24px;
  }


  .catalog__item._blank{
    display: none;
  }

  .product__image._image-right::before{
    left: 0;
    top: 0;
    width: 440px;
  }

  .footer{
    position: relative;
  }
  .footer__row{
    flex-direction: column;
  }
  .footer__col{
    width: 100%;
    text-align: left;
    flex-direction: column;
    align-items: start;
  }
  .footer__menu{
    margin: 6px 0 12px;
  }
  .footer__menu-item{
    margin-right: 4px;
  }
  .social-links._in-footer{
    width: 100%;
    display: block;
  }

  .submenu__item{
    width: 48%;
    margin-right: 0.5%;
    margin-left: 0.5%;
  }


  .product-intro{
    height: auto;
  }
  .product-intro__inner{
    padding: 12px;
  }
  .product-intro__pic-wrap{
    max-width: 80%;
    height: auto;
    position: relative;
  }
  .product-intro__pic{
    position: relative;
    transform: translateY(0%);
  }

  .product__image{
    height: auto;
    padding: 24px 12px;
    flex-direction: column;
  }
  .product__image::before{
    display: none;
  }
  .product__image .product__image-pic{
    position: relative;
    order: 2;
  }
  .product__image-text{
    width: 100%;
    order: 1;
  }

  .product-links .btn{
    margin: 6px;
  }

}


@media all and (max-width: 760px) {
  .slider__btn{
    width: 26px;
    height: 40px;
    background-size: cover;
  }
  .slider__bubbles{
    bottom: 6px;
  }
}

@media all and (max-width: 641px) {
  html{
    min-width: 320px;
  }
  .submenu__item{
    width: 98%;
    height: auto;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 12px;
  }
  .submenu__pic {
    width: 100%;
  }
  .submenu__labels{
    padding: 0 0 0 10px;
    transform: translateY(-100%);
    text-align: center;
  }
  .submenu__caption{
    display: none;
  }
}

@media all and (max-width: 480px) {
  html{
    min-width: 320px;
  }
  .row {
    margin: 0 10px;
  }

  .header__row{
    margin: 0;
  }
}
