@media screen and (max-width: 1200px) {
  html {
    font-size: 55%; } }

@media screen and (max-width: 1000px) {
  .el-contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; } }

@media screen and (max-width: 950px) {
  .p-card__body {
    display: block; }
  .p-card__left {
    margin-right: 0;
    margin-bottom: 2em; }
  .b-card__right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

/**/
@media screen and (max-width: 860px) {
  /**/
  .el-cart__col-photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10em;
       -moz-box-flex: 0;
        -ms-flex: 0 0 10em;
            flex: 0 0 10em;
    margin-right: 1.5rem; }
  .el-cart__col-price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10em;
       -moz-box-flex: 0;
        -ms-flex: 0 0 10em;
            flex: 0 0 10em; }
  .el-cart__col-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20em;
       -moz-box-flex: 1;
        -ms-flex: 1 1 20em;
            flex: 1 1 20em;
    margin-right: 1.5rem; }
  .el-cart__col-weight {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 14em;
       -moz-box-flex: 0;
        -ms-flex: 0 1 14em;
            flex: 0 1 14em; }
  .el-cart__col-counter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 12em;
       -moz-box-flex: 0;
        -ms-flex: 0 1 12em;
            flex: 0 1 12em;
    margin-right: 1.5rem; }
  /**/
  .p-contacts__wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .el-contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 1.5rem; }
    .el-contact:nth-child(2n):after {
      content: none; }
  .m-slider__item {
    padding: 3em 5em; }
  .m-slider__title {
    font-size: 4em; }
  .m-slider__desc {
    font-size: 3em; }
  .f-subscribe__top {
    padding: 3em 5rem; }
  .b-tab-nav__item,
  .b-added__title {
    font-size: 2em; } }

@media screen and (max-width: 768px) {
  .p-news__left {
    margin-right: 0; }
  .p-news__right {
    display: none; } }

/**/
@media screen and (max-width: 720px) {
  .pag {
    text-align: center; }
  /* */
  .p-catalog__body {
    display: block;
    position: relative; }
  .categories__item:first-child .categories__link {
    -webkit-border-radius: 0;
            border-radius: 0; }
  .categories {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    z-index: 10;
    max-width: 29em;
    left: 0;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transform: translateX(-100%);
               -moz-transform: translateX(-100%);
                -ms-transform: translateX(-100%);
                 -o-transform: translateX(-100%);
            transform: translateX(-100%); }
    .categories.is-open {
      -webkit-transform: translateX(0%);
                 -moz-transform: translateX(0%);
                  -ms-transform: translateX(0%);
                   -o-transform: translateX(0%);
              transform: translateX(0%);
      background: rgba(0, 0, 0, .1);
      width: 100%;
      padding-right: 4em;
      max-width: 100%;
      overflow: auto; }
    .categories.is-open .categories__toggle {
      left: -webkit-calc(100% - 4em);
      left: -moz-calc(100% - 4em);
      left: calc(100% - 4em); }
    .categories__toggle {
      display: block;
      left: 100%; }
  .bnrcat {
    display: none; }
  /* */
  .el-categories {
    width: -webkit-calc(25% - 0.5rem);
    width: -moz-calc(25% - 0.5rem);
    width: calc(25% - 0.5rem);
    margin-left: 0.5rem; }
  .el-good {
    -webkit-border-radius: 6px;
            border-radius: 6px; }
  .el-good__cntrl, .el-good:hover .el-good__cntrl {
    position: absolute;
    opacity: 1;
    top: auto;
    bottom: 0; }
  .el-good {
    padding-bottom: 6em; }
  .f-subscribe__top {
    padding: 2em 1.5rem; }
  .f-subscribe__title {
    font-size: 1.6em; }
  .f-subscribe__desc {
    font-size: 1.2em; }
  .f-subscribe__top-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20em;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20em;
            flex: 0 0 20em;
    margin-right: 1em; }
  .el-cart__del {
    position: absolute;
    top: 1em;
    right: 1em; }
  .el-cart {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    padding: 1em; }
    .el-cart__col-weight, .el-cart__col-counter, .el-cart__col-price {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33%;
         -moz-box-flex: 0;
          -ms-flex: 0 0 33%;
              flex: 0 0 33%;
      margin-top: 1.5em;
      margin-right: 0; }
    .el-cart__col-title {
      margin-right: 0;
      -webkit-flex-basis: -webkit-calc(100% - 10em - 1.6rem);
          -ms-flex-preferred-size: calc(100% - 10em - 1.6rem);
              flex-basis: -moz-calc(100% - 10em - 1.6rem);
              flex-basis: calc(100% - 10em - 1.6rem); } }

@media screen and (max-width: 660px) {
  .order-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 27em;
       -moz-box-flex: 1;
        -ms-flex: 1 1 27em;
            flex: 1 1 27em; }
  .b-order__bottom {
    display: block; }
    .b-order__bottom-left {
      text-align: center;
      margin-bottom: 2em; }
  .el-news--wide {
    display: block;
    max-width: 37em;
    margin: 0 auto 2em; }
    .el-news--wide .el-news__body {
      padding: 2em 2em 2.2em; }
  html {
    font-size: 62.5%; }
  .m-slider__title {
    font-size: 3em; }
  .m-slider__desc {
    font-size: 2em; }
  .m-slider__link {
    font-size: 1.4em; }
  .m-slider__type {
    font-size: 1.4em;
    margin-bottom: 1em; }
  .el-categories__title {
    font-size: 1.3em; }
  .b-added__head {
    display: block; }
  .b-added__link {
    margin-top: 1em;
    display: inline-block; }
  .b-added__title {
    font-size: 1.8em; }
  .b-tab-nav__item {
    font-size: 1.8em; }
  .footer__top-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .footer__top-center {
    margin-top: 2em;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .footer__bottom-wrap {
    display: block;
    text-align: center; }
  .footer__bottom-center {
    margin-top: 1em;
    margin-bottom: 1em; }
  /**/
  .b-card {
    display: block; }
    .b-card__left {
      margin-right: 0;
      margin-bottom: 2em; }
  .card-tabs__head {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .p-card .card-tabs {
    margin-top: 3em; }
  .card-tabs {
    border: 1px solid rgba(0, 0, 0, .1); }
    .card-tabs__content {
      border: none; }
  .card-tabs__link {
    padding: 1em .5em;
    font-size: 1.3em; }
  .card-tabs__link--active, .card-tabs__link:hover {
    border: 1px solid transparent;
    background: transparent; } }

@media screen and (max-width: 580px) {
  .order-info:not(:last-child) {
    margin-right: 0; }
  .b-order__bottom-right {
    display: block; }
  .b-order__polit {
    text-align: center;
    margin-right: 0;
    margin-bottom: 1em; }
  .b-order__send {
    margin: auto;
    width: 100%; }
  .f-subscribe__top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .f-subscribe__top-left {
    margin-right: 0;
    margin-bottom: 1.5em;
    text-align: center; }
  .f-subscribe__input {
    max-width: 100%;
    margin-bottom: 1em;
    text-align: center; }
  .f-subscribe__send {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .f-subscribe__top-right {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .el-categories {
    width: -webkit-calc(33.33333% - 0.5rem);
    width: -moz-calc(33.33333% - 0.5rem);
    width: calc(33.33333% - 0.5rem);
    margin-left: 0.5rem; }
  .m-slider__item {
    padding: 2em 3em; }
  .m-slider__title {
    font-size: 2.5em; }
  .m-slider__desc {
    font-size: 1.6em; }
  .b-tab-nav {
    display: block; }
  .b-tab-nav__item,
  .b-added__title {
    font-size: 1.6em;
    display: block; }
  .page-head__title {
    font-size: 2em; } }

@media screen and (max-width: 500px) {
  .el-cart {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    padding: 1em; }
    .el-cart__col-weight, .el-cart__col-price {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10em;
         -moz-box-flex: 0;
          -ms-flex: 0 0 10em;
              flex: 0 0 10em;
      -webkit-flex-basis: -webkit-calc(50% - 6em);
          -ms-flex-preferred-size: calc(50% - 6em);
              flex-basis: -moz-calc(50% - 6em);
              flex-basis: calc(50% - 6em); }
    .el-cart__col-counter {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10em;
         -moz-box-flex: 0;
          -ms-flex: 0 0 10em;
              flex: 0 0 10em; } }

@media screen and (max-width: 440px) {
  .el-cart {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    padding: 1em; }
    .el-cart__col-weight, .el-cart__col-price {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10em;
         -moz-box-flex: 0;
          -ms-flex: 0 0 10em;
              flex: 0 0 10em;
      -webkit-flex-basis: -webkit-calc(50% - 3em);
          -ms-flex-preferred-size: calc(50% - 3em);
              flex-basis: -moz-calc(50% - 3em);
              flex-basis: calc(50% - 3em); }
    .el-cart__col-counter {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
         -moz-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
         -moz-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
    .el-cart .counter__right {
      max-width: 100%; }
  .page-head__title {
    font-size: 1.8em; }
  .b-card__price-box {
    display: block;
    text-align: center; }
  .contrl .counter {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-right: 0; }
    .contrl .counter .counter__right {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      max-width: 100%; }
  .contrl__right {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .contrl__right .b-blue:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1em; }
  .footer__info--phone .footer__info-value {
    font-size: 1.6em; }
  .footer__info-value {
    font-size: 1.3em; }
  .footer__top-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 14em;
       -moz-box-flex: 0;
        -ms-flex: 0 1 14em;
            flex: 0 1 14em; }
  .footer__top-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16em;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16em;
            flex: 0 0 16em; }
  .footer__top-center {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .b-menu {
    margin-bottom: 2em;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
  .m-slider__title {
    font-size: 2em; }
  .m-slider__desc {
    font-size: 1.4em; }
  .m-slider__item {
    padding: 2em 1.5rem; }
  .el-categories {
    width: -webkit-calc(50% - 0.5rem);
    width: -moz-calc(50% - 0.5rem);
    width: calc(50% - 0.5rem);
    margin-left: 0.5rem; }
  .el-categories__title {
    max-width: 100%;
    font-size: 1.2em; }
  .el-categories__photo {
    height: 8em; }
  .footer__top {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .el-contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    .el-contact:not(:last-child)::after {
      content: none; }
  .text-content {
    font-size: 1.3em; }
  .footer__top-right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .footer__top-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 12em;
       -moz-box-flex: 1;
        -ms-flex: 1 1 12em;
            flex: 1 1 12em; }
  .b-menu {
    max-width: 50%;
    padding: 0 1em; }
    .b-menu:nth-child(2n+1) {
      text-align: right; } }
