@media (max-width: 47.5em) {
  .header__logo img {
    max-width: 6.25rem;
  }

  .catalog_page {
    width: 100%;
  }

  .sidebar {
    display: none;
  }

  .right {
    float: none;
  }

  .left {
    float: none;
  }

  .catalog_block {
    width: 100%;
    margin-left: 0px;
  }

  .sort_wrapper .right {
    display: none; 
  }

  .right_product_page {
    width: 100%;
    margin-left: 0px;
  }

  .left_product_page {
    width: auto;
    height: auto;
  }

  .left_product_page img {
    border: 0;
    padding-right: 0px;
  }

  .samovivoz {
    width: 100%;
  }

  .podelitsya {
    width: 100%;
    float: left;
  }

  .block_add_cart {
    width: 100%;
  }

  .bread_crumbs-block {
    display: none;
  }

  .wrapper > main {
      box-sizing: border-box;
  }

  .name__tovar {
    text-align: center;
  }

  .product_page_price {
    width: 100%;

  }
  .block_add_cart .quantity {
    margin: 0 auto;
  }

  .block_add_cart .left:nth-child(2) {
    text-align: center;
  }

  .product-card__inp {
    margin-bottom: 0px;
  }

  .product_page_price {
    text-align: center;
  }

  .page_o_kompanii img {
    width: 100%;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .header__body {
    margin-bottom: 15px;
  }

/*  table td {
    display: block;
  }*/

  .modal {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 45.625em) {
  .footer__item {
    font-size: 0.875rem;
  }
  .footer__item a {
    /*max-width: 8.125rem;*/
    margin-bottom: 0.875rem;
    max-width: 100%;
  }
}
@media (max-width: 45.9375em) {
  .option__container {
    gap: 15px;
    row-gap: 25px;
  }
  .option__card {
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
}
@media (max-width: 43.125em) {
  .footer__body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__item {
    margin: 1.25rem;
    margin-top: 0;
  }
  .footer__box {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    padding-top: 0;
  }
}
@media (max-width: 40.5625em) {
  .footer__block {
    text-align: center;
  }
}
@media (max-width: 38.75em) {
  .footer__box {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 33.125em) {
  .header__search {
    -ms-flex-preferred-size: 70% !important;
    flex-basis: 70% !important;
  }
  .option__card {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .inf__card {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 31.875em) {
  .header__cat {
    margin-right: 0.9375rem;
  }
  .header__body {
    padding: 0.375rem 1.125rem;
    padding-bottom: 0;
  }
  .inf__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inf__ttl {
    margin-bottom: 0.9375rem;
    text-align: center;
  }
}
@media (max-width: 31.25em) {
  .product-card {
    max-width: 11.25rem;
  }
  .product-card__ttl {
    font-size: 0.875rem;
  }
  .product-card__price {
    font-size: 0.875rem;
  }
  .product-card__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-card__inp {
   /* padding-bottom: 1.25rem;*/
  }
  .product-card__btn {
    width: 100%;
    padding: 0.75rem 0.9375rem;
  }
}
@media (max-width: 29.375em) {

  .catalog__body {
    justify-content: center; 
  }

  .catalog__card {
    max-width: 10rem;
  }
  .catalog__txt {
    font-size: 0.875rem;
  }
}
@media (max-width: 28.125em) {
  .header__adress img {
    max-width: 1.25rem;
    margin-right: 0.5rem;
  }
  .header__adress {
    font-size: 0.75rem;
    max-width: 15rem;
  }
  .header__catalog-title {
    font-size: 0.9375rem;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .header__catalog-body {
    top: 72px;
  }
}
@media (max-width: 28.75em) {
  .header__log {
    font-size: 0.8125rem;
  }
}
@media (max-width: 27.1875em) {
  .menu-open .header__wrap {
    top: 57px;
  }
  .header__catalog-title {
    padding: 1.125rem 0.625rem;
    gap: 8px;
  }
  .header__catalog-body {
    top: 62px;
  }
}
@media (max-width: 26.125em) {
  .quantity {
    width: 5.3125rem;
  }
  .product-card__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .product-card__inp {
    padding-bottom: 0;
  }
  .product-card__btn {
    padding: 0.5rem 0.3125rem;
    max-width: 6.875rem;
  }
}
@media (max-width: 26.875em) {
  .header__bottom {
    font-size: 0.875rem;
  }
}
@media (max-width: 26.5625em) {
  .header__logo img {
    max-width: 5rem;
  }
}
@media (max-width: 26.375em) {
  .footer__body {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 18px;
    row-gap: 25px;
  }
  .footer__item {
    margin: 0.25rem;

    width: 100%;
    text-align: center;
  }
}
@media (max-width: 26.1875em) {
  .product-card {
    max-width: 15.625rem;
  }
}
@media (max-width: 25.625em) {
  .header__adress {
    max-width: 9.375rem;
  }
}
@media (max-width: 23.75em) {
  .header__catalog-title {
    font-size: 0.75rem;
  }
  .header__catalog-body {
    top: 58px;
  }
}
@media (max-width: 23.125em) {
  .footer__container {
    padding: 0 0.25rem;
  }
  .footer__body {
    padding: 1.5625rem 0;
  }
  .hero__subrttl {
    font-size: 1rem;
  }
}
@media (max-width: 23.0625em) {
  .catalog__card {
    max-width: 13.75rem;
  }
  .catalog__txt {
    font-size: 1rem;
  }
}
@media (max-width: 22.5em) {
  .menu-open .header__wrap {
    top: 54px;
  }
  .header__search {
    -ms-flex-preferred-size: 65% !important;
    flex-basis: 65% !important;
  }
}
@media (max-width: 21.25em) {
  .header__log {
    max-width: 6.25rem;
  }
}
@media (max-width: 20.5625em) {
  .header__catalog-title {
    font-size: 0.6875rem;
  }
}
@media (any-hover: hover) {
  .quantity__button:hover::after,
  .quantity__button:hover::before {
    background-color: rgba(228, 228, 228, 0.973);
  }
}

@media (max-width: 80em) {
  .header__actions {
    gap: 30px;
  }
}
@media (max-width: 60em) {
  .header__bottom {
    font-size: 0.75rem;
  }
}
@media (max-width: 48em) {
  .pagin {
    top: 45%;
  }
  .inf__card-ttl {
    font-size: 1rem;
  }
  .inf__txt {
    font-size: 0.875rem;
  }
}
@media (max-width: 40em) {
  .header__wrap {
    padding-left: 0.625rem;
  }
  .header__search {
    -ms-flex-preferred-size: 70% !important;
    flex-basis: 70% !important;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__logo {
    margin: 0;
    margin-bottom: 0.9375rem;
  }
  .footer__p {
    margin-left: 0;
    text-align: center;
    padding-top: 1.25rem;
  }
}
@media (max-width: 30em) {
  .hero__body {
    height: 25rem;
  }
  .hero__ttl {
    font-size: 2rem;
  }
  .hero__subttl {
    font-size: 1.125rem;
  }
  .hero__subrttl {
    font-size: 1.125rem;
  }
  .pagin {
    top: 40%;
  }
}
@media (max-width: 25em) {
  .header__container {
    padding: 0 0.3125rem;
  }
  .header__cat {
    margin-right: 5px;
  }
  .header__logo {
    margin-right: 0;
  }
  .header__catalog-boxx {
    padding-bottom: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .header__catalog-btn-ttl {
    font-size: 0.75rem;
  }
  .header__catalog-body-tab {
    font-size: 0.75rem;
  }
  .footer__item a {
    max-width: 100%;
  }
  .hero__container {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 80.625em) {
  .header__body {
    padding: 0.375rem 1.5625rem;
    padding-bottom: 0;
  }
}
@media (max-width: 77.5em) {
  .header__catalog-title {
    padding: 1.4375rem 0.9375rem;
    min-width: 13.75rem;
    margin-left: 0.5rem;
  }
}
@media (max-width: 76.25em) {
  .footer__box {
    max-width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    padding-top: 1.25rem;
  }
  .footer__value {
    text-align: center;
  }
  .footer__mod {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
  }
  .footer__pos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 70.625em) {
  .header__bottom li {
    margin: 0 0.5rem;
  }
}
@media (max-width: 63.75em) {
  .header__bottom li {
    margin: 0 0.25rem;
    text-align: center;
  }
}
@media (max-width: 63.125em) {
  .option__txt {
    font-size: 0.875rem;
    padding-top: 0.625rem;
  }
}
@media (max-width: 62.5em) {
  .hero__body {
    padding-left: 3.125rem;
  }
  .pagin {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 60.9375em) {
  .header__search-item {
    padding: 0 0.9375rem;
  }
}
@media (max-width: 58.75em) {
  .header__bottom {
    padding: 1.25rem 0;
  }
}
@media (max-width: 54.6875em) {
  .header__search-inp {
    font-size: 0.75rem;
    padding: 0 0.625rem;
  }
}
@media (max-width: 54.375em) {
  .inf__body {
    gap: 15px;
    row-gap: 25px;
    justify-content: center;
  }
  .inf__card {
   /* -ms-flex-preferred-size: 47%;
    flex-basis: 47%;*/
  }
}
@media (max-width: 53.125em) {
  .hero__ttl {
    font-size: 2.375rem;
    text-align: center;
  }
  .hero__subttl {
    font-size: 1.4375rem;
    text-align: center;
  }
  .hero__subrttl {
    font-size: 1.25rem;
    text-align: center;
  }
}
@media (max-width: 52.5em) {
  .header_email {
    display: none;
  }
  .product-card {
    max-width: 260px;
  }
  .product-card__ttl {
    margin-bottom: 0.9375rem;
  }
  .product-card__price {
    margin-bottom: 1.25rem;
  }
  .product-card__btn {
    font-size: 0.75rem;
    padding: 0.5rem 0.3125rem;
  }
}
@media (max-width: 51.875em) {
  .header__bottom {
    font-size: 0.9375rem;
  }
  .header__bottom ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
  .hero__body {
    padding: 1.25rem 1.5625rem;
  }
}
@media (max-width: 48.75em) {
  .footer__body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 47.1875em) {
  .header__bottom {
    color: #fff;
  }
  .header__bottom ul {
    padding-top: 0.625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 30px;
    gap: 15px;
  }
  .header__cat {
    margin-right: auto;
  }
  .header__body {
    padding: 0.375rem 1.5625rem;
    padding-bottom: 0;
  }
  .header__wrap {
    position: absolute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: -150%;
    padding: 0.625rem 1.5625rem;
    padding-top: 1.25rem;
  }
  .header__catalog-body {
    max-width: 30rem;
    top: 75px;
    z-index: 2;
  }
  .header__catalog-boxx {
    padding: 1.875rem 1.25rem;
  }
  .header__catalog-btn-ttl {
    min-width: 80px;
    font-size: 0.875rem;
  }
  .header__catalog-body-tab {
    font-size: 0.875rem;
  }
  .header__catalog-body-tab li {
    margin-bottom: 0.9375rem;
  }
  .header__search {
    margin-left: 0;
    margin-right: 0.625rem;
    -ms-flex-preferred-size: 83%;
    flex-basis: 83%;
  }
  .header__search-item {
    padding-left: 5px;
  }
  .header__actions {
    -ms-flex-preferred-size: 12%;
    flex-basis: 12%;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .menu-open .icon-menu::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
  .hero {
    padding-top: 0.625rem;
  }
  .hero__body {
    border-radius: 4px;
    overflow: hidden;
  }
}