@media (max-width: 1200px) {
  .container {
    width: 992px;
  }
  .header .header__middle .header__middle-search input {
    width: 220px;
  }
  .header .header__middle .header__middle-search button {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .header__middle .header__middle-nav .header__middle-nav-nav span {
    font-size: 17px;
  }
  .header .header__middle .header__middle-nav .header__middle-nav-nav b {
    font-size: 13px;
  }
  .header .header__middle .header__middle-nav .header__middle-nav-nav:last-child {
    margin-left: 22px;
  }
  .header .header__bottom .header__bottom-catalog {
    font-size: 16px;
  }
  .header .header__bottom .header__bottom-hrefs a {
    font-size: 16px;
    margin-left: 35px;
  }
  .header .header__bottom .dropdown {
    padding: 30px;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 25px;
  }
  .header .header__bottom .dropdown a {
    font-size: 14px;
    margin: 0;
  }
  .header .header__bottom .dropdown a:nth-child(4n) {
    margin-right: 0;
  }
  .header .header__bottom .dropdown:hover {
    display: grid;
  }
  .header .header__bottom .catalog-span:hover + .dropdown {
    display: grid;
  }
  .hero {
    height: 480px;
  }
  .hero h2 {
    width: 65%;
    font-size: 39px;
    line-height: 145%;
  }
  .hero p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .hero .hero-btns a {
    font-size: 16px;
    padding: 11px 34px;
  }
  .hero .hero-btns a:last-child {
    padding: 11px 26px;
  }
  .hero .hero-1,
  .hero .hero-2,
  .hero .hero-3,
  .hero .hero-4 {
    padding-top: 90px;
    background-position: center;
  }
  .hero .chevrons {
    right: 4%;
  }
  .categories {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .categories h4 {
    font-size: 26px;
  }
  .categories .categories__cards .categories__cards-top .card {
    width: 317px;
    height: 175px;
    padding: 22px 24px;
  }
  .categories .categories__cards .categories__cards-top .card .card__title {
    width: 245px;
    font-size: 22px;
  }
  .categories .categories__cards .categories__cards-top .card .card__count {
    font-size: 16px;
  }
  .categories .categories__cards .categories__cards-top .card .card__price {
    left: 24px;
    bottom: 24px;
  }
  .categories .categories__cards .categories__cards-top .card img {
    right: -45px;
    bottom: -65px;
    width: 240px;
    height: 180px;
  }
  .categories .categories__cards .categories__cards-bottom .card {
    width: 153px;
    height: 170px;
  }
  .categories .categories__cards .categories__cards-bottom .card img {
    width: 105px;
    height: 70px;
    margin-bottom: 17px;
  }
  .categories .categories__cards .categories__cards-bottom .card h6 {
    font-size: 17px;
  }
  .categories .categories__cards .categories__cards-bottom .card span {
    font-size: 14px;
  }
  .categories .categories__cards .categories__cards-bottom .card span b {
    font-size: 14px;
  }
  .products {
    margin-bottom: 80px;
  }
  .products h4 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .products .products__row {
    gap: 16px;
  }
  .products .products__row-card {
    width: 100%;
  }
  .products .products__row-card img {
    width: 155px;
    height: 155px;
  }
  .products .products__row-card p {
    font-size: 15px;
    margin: 13px;
    margin-bottom: 8px;
  }
  .products .products__row-card span {
    font-size: 15px;
    margin-left: 13px;
    margin-right: 13px;
    margin-bottom: 20px;
  }
  .products .products__row-card span i {
    font-size: 13px;
    margin-left: 8px;
  }
  .products .products__row-card button {
    font-size: 15px;
    padding: 11px 5px;
  }
  .products .products__row-card .active {
    font-size: 10px;
    padding: 3px 10px;
  }
  .features {
    margin-bottom: 70px;
    padding: 10px 0;
  }
  .features span {
    font-size: 20px;
    margin-right: 45px;
  }
  .about-us {
    margin-bottom: 85px;
  }
  .about-us .container {
    align-items: flex-start;
  }
  .about-us .about-us__text {
    width: 46%;
  }
  .about-us .about-us__text span {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .about-us .about-us__text h3 {
    font-size: 35px;
    line-height: 128%;
    margin-bottom: 17px;
  }
  .about-us .about-us__text p {
    font-size: 12px;
    line-height: 135%;
  }
  .about-us .about-us__text a {
    font-size: 17px;
    padding: 11px 40px;
    margin-top: 20px;
  }
  .about-us .about-us__imgs {
    width: 480px;
    margin-top: 45px;
    line-height: 49px;
  }
  .about-us .about-us__imgs .big {
    width: 274px;
    height: 115px;
  }
  .about-us .about-us__imgs .small {
    width: 176px;
    height: 115px;
  }
  .about-us .about-us__imgs .one {
    margin-right: 18px;
  }
  .about-us .about-us__imgs .two {
    margin-right: 19px;
  }
  .brands {
    margin-bottom: 0px;
  }
  .brands h4 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .brands .brands__row img {
    width: 155px;
    height: 165px;
    margin: 0 16px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .brands .nav {
    margin-top: 22px;
  }
  .footer {
    padding-top: 45px;
    padding-bottom: 70px;
  }
  .footer .footer__logo {
    width: 28%;
  }
  .footer .footer__logo img {
    width: 150px;
    height: auto;
    margin-bottom: 13px;
  }
  .footer .footer__logo p {
    font-size: 12px;
    line-height: 155%;
    margin-bottom: 18px;
  }
  .footer .footer__logo a {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .footer .footer__nav span {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .footer .footer__nav a {
    font-size: 14px;
    margin-bottom: 11px;
  }
  .footer .footer__nav .footer__nav-icons {
    gap: 10px;
  }
  .catalog-span:hover + .dropdown {
    display: grid !important;
  }
}
@media (max-width: 992px) {
  .container {
    width: 768px;
  }
  .header .header__top .container {
    justify-content: space-between;
  }
  .header .header__top .a-home {
    display: none;
  }
  .header .header__top p {
    font-size: 12px;
  }
  .header .header__top .header__top-phones a {
    font-size: 12px;
    margin-left: 7px;
  }
  .header .header__middle {
    margin-top: 25px;
  }
  .header .header__middle .header__middle-logo {
    width: 145px;
    height: auto;
  }
  .header .header__middle .header__middle-search input {
    width: 240px;
    padding: 10px 15px;
    font-size: 13px;
  }
  .header .header__middle .header__middle-search button {
    font-size: 14px;
    padding: 10px 19px;
  }
  .header .header__middle .header__middle-nav .header__middle-nav-nav:first-child {
    display: none;
  }
  .header .header__middle .header__middle-nav .header__middle-nav-nav:last-child {
    margin-left: 0;
  }
  .header .header__middle .header__middle-nav .header__middle-nav-nav:last-child span {
    font-size: 17px;
  }
  .header .header__middle .header__middle-nav .header__middle-nav-nav:last-child b {
    font-size: 12px;
    margin-top: 3px;
  }
  .header .header__bottom {
    margin-top: 28px;
  }
  .header .header__bottom .header__bottom-catalog {
    font-size: 15px;
  }
  .header .header__bottom .header__bottom-catalog .catalog-span {
    padding: 13px 0;
  }
  .header .header__bottom .header__bottom-catalog .catalog-span:hover {
    padding: 13px 12px;
  }
  .header .header__bottom .header__bottom-hrefs a {
    font-size: 14px;
    margin-left: 26px;
  }
  .header .header__bottom .header__bottom-hrefs a:nth-child(3) {
    display: none;
  }
  .header .header__bottom .dropdown {
    padding: 25px 30px;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 20px;
  }
  .header .header__bottom .dropdown a {
    font-size: 13px;
  }
  .header .header__bottom .dropdown:hover {
    display: grid;
  }
  .header .header__bottom .catalog-span:hover + .dropdown {
    display: grid;
  }
  .hero {
    height: 390px;
  }
  .hero h2 {
    width: 65%;
    font-size: 32px;
    line-height: 140%;
  }
  .hero p {
    width: 58%;
    font-size: 13px;
    line-height: 145%;
    margin-bottom: 25px;
  }
  .hero .hero-btns a {
    font-size: 14px;
    padding: 10px 28px;
  }
  .hero .hero-btns a:last-child {
    margin-left: 15px;
    padding: 10px 23px;
  }
  .hero .hero-1,
  .hero .hero-2,
  .hero .hero-3,
  .hero .hero-4 {
    padding-top: 75px;
    background-position: center;
  }
  .hero .chevrons {
    right: 7%;
    top: 46%;
  }
  .hero .i-chevron-left,
  .hero .i-chevron-right {
    min-width: 45px;
    min-height: 45px;
    width: 45px;
    height: 45px;
    margin-right: 2px;
    cursor: pointer;
  }
  .hero .nav {
    top: 88%;
  }
  .hero .nav .i-circle {
    width: 10px;
    height: 10px;
  }
  .categories {
    margin-top: 55px;
    margin-bottom: 75px;
  }
  .categories h4 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .categories .categories__cards .categories__cards-top {
    margin-bottom: 18px;
  }
  .categories .categories__cards .categories__cards-top .card {
    width: 374px;
    height: 180px;
    padding: 22px 25px;
  }
  .categories .categories__cards .categories__cards-top .card:nth-child(3) {
    display: none;
  }
  .categories .categories__cards .categories__cards-top .card .card__title {
    width: 270px;
    font-size: 23px;
  }
  .categories .categories__cards .categories__cards-top .card .card__count {
    font-size: 16px;
  }
  .categories .categories__cards .categories__cards-top .card .card__price {
    left: 25px;
    bottom: 23px;
  }
  .categories .categories__cards .categories__cards-top .card img {
    right: -25px;
    bottom: -65px;
    width: 260px;
    height: 185px;
  }
  .categories .categories__cards .categories__cards-bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .categories .categories__cards .categories__cards-bottom .card {
    width: 100%;
    height: 170px;
  }
  .categories .categories__cards .categories__cards-bottom .card:nth-child(n+5) {
    display: none;
  }
  .categories .categories__cards .categories__cards-bottom .card img {
    width: 105px;
    height: 70px;
    margin-bottom: 16px;
  }
  .categories .categories__cards .categories__cards-bottom .card h6 {
    font-size: 17px;
  }
  .categories .categories__cards .categories__cards-bottom .card span {
    font-size: 14px;
  }
  .categories .categories__cards .categories__cards-bottom .card span b {
    font-size: 14px;
  }
  .products {
    margin-bottom: 75px;
  }
  .products h4 {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .products .products__row {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .features {
    margin-bottom: 65px;
    padding: 9px 0;
  }
  .features span {
    font-size: 17px;
    margin-right: 35px;
  }
  .about-us {
    margin-bottom: 80px;
  }
  .about-us .container {
    display: block;
  }
  .about-us .about-us__text {
    width: 100%;
  }
  .about-us .about-us__text span {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .about-us .about-us__text h3 {
    width: 75%;
    font-size: 38px;
    line-height: 128%;
    margin-bottom: 20px;
  }
  .about-us .about-us__text p {
    width: 92%;
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 13px;
  }
  .about-us .about-us__text a {
    font-size: 17px;
    padding: 12px 40px;
    margin-top: 20px;
  }
  .about-us .about-us__imgs {
    display: none;
  }
  .brands {
    margin-bottom: 75px;
  }
  .brands h4 {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .brands .brands__row img {
    width: 135px;
    height: 145px;
    margin: 0 10px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .brands .nav {
    margin-top: 20px;
  }
  .footer {
    padding-top: 50px;
    padding-bottom: 65px;
  }
  .footer .container {
    flex-wrap: wrap;
    row-gap: 50px;
  }
  .footer .footer__logo {
    width: 47%;
  }
  .footer .footer__logo img {
    width: 165px;
  }
  .footer .footer__logo p {
    width: 92%;
    font-size: 14px;
    line-height: 155%;
    margin-bottom: 20px;
  }
  .footer .footer__logo a {
    font-size: 14px;
    margin-bottom: 11px;
  }
  .footer .footer__nav {
    width: 47%;
  }
  .footer .footer__nav span {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .footer .footer__nav a {
    font-size: 15px;
    margin-bottom: 11px;
  }
  .footer .footer__nav:nth-child(2), .footer .footer__nav:nth-child(4) {
    box-sizing: border-box;
    padding-left: 65px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 480px;
  }
  .header {
    padding-top: 0px;
  }
  .header .header__top .container {
    justify-content: space-between;
    padding: 7px 0;
  }
  .header .header__top .a-home {
    display: block;
    font-size: 10px;
  }
  .header .header__top p {
    display: none;
  }
  .header .header__top .header__top-phones {
    width: auto;
  }
  .header .header__top .header__top-phones a {
    display: none !important;
    font-size: 10px;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .header .header__top .header__top-phones a:first-of-type {
    display: block !important;
  }
  .header .header__top .header__top-phones a::before, .header .header__top .header__top-phones a::after {
    display: none !important;
  }
  .header .header__top .header__top-phones .i-header-phone {
    display: none;
  }
  .header .header__middle {
    margin-top: 16px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .header .header__middle .header__middle-logo {
    flex-shrink: 0;
    width: 145px;
    height: auto;
  }
  .header .header__middle .header__middle-search {
    order: initial;
    width: 42%;
    flex: 0 0 42%;
    display: flex;
  }
  .header .header__middle .header__middle-search input {
    width: calc(100% - 55px);
    height: 32px;
    box-sizing: border-box;
    padding: 7px 9px;
    font-size: 8px;
  }
  .header .header__middle .header__middle-search button {
    width: 55px;
    height: 32px;
    font-size: 8px;
    padding: 7px 3px;
  }
  .header .header__middle .header__middle-nav {
    display: none;
  }
  .header .header__bottom {
    margin-top: 15px;
  }
  .header .header__bottom .container {
    height: 40px;
    align-items: center;
    justify-content: space-between;
  }
  .header .header__bottom .header__bottom-catalog {
    font-size: 9px;
  }
  .header .header__bottom .header__bottom-catalog .catalog-span {
    padding: 9px 0;
  }
  .header .header__bottom .header__bottom-catalog .catalog-span:hover {
    padding: 9px 0;
  }
  .header .header__bottom .header__bottom-catalog .catalog-span i,
  .header .header__bottom .header__bottom-catalog .catalog-span img,
  .header .header__bottom .header__bottom-catalog .catalog-span svg, .header .header__bottom .header__bottom-catalog .catalog-span::before, .header .header__bottom .header__bottom-catalog .catalog-span::after {
    display: inline-block;
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    margin-right: 10px;
  }
  .header .header__bottom .header__bottom-hrefs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header .header__bottom .header__bottom-hrefs a {
    font-size: 10px;
    margin-left: 14px;
  }
  .header .header__bottom .header__bottom-hrefs a i,
  .header .header__bottom .header__bottom-hrefs a img,
  .header .header__bottom .header__bottom-hrefs a svg, .header .header__bottom .header__bottom-hrefs a::before, .header .header__bottom .header__bottom-hrefs a::after {
    display: none !important;
  }
  .header .header__bottom .header__bottom-hrefs a:first-child {
    margin-left: 0;
  }
  .header .header__bottom .header__bottom-hrefs a:nth-child(3) {
    display: none;
  }
  .header .header__bottom .i-catalog,
  .header .header__bottom .i-sale,
  .header .header__bottom .i-phone,
  .header .header__bottom .i-chevron-down {
    display: none !important;
  }
  .header .header__bottom .dropdown {
    padding: 18px;
    grid-template-columns: repeat(3, 1fr) !important;
    -moz-column-gap: 30px !important;
         column-gap: 30px !important;
    row-gap: 14px;
  }
  .header .header__bottom .dropdown a {
    font-size: 10px;
  }
  .header .header__bottom .dropdown:hover {
    display: grid;
  }
  .header .header__bottom .catalog-span:hover + .dropdown {
    display: grid;
  }
  .header .header__bottom .header__bottom-hrefs a:nth-child(3) {
    display: flex;
  }
  .header .header__middle {
    margin-top: 19px;
  }
  .header .header__bottom {
    margin-top: 19px;
  }
  .header .header__middle .header__middle-logo {
    flex-shrink: 0;
    width: 130px;
  }
  .header .header__middle .header__middle-search button {
    width: 55px;
    height: 28px;
  }
  .header .header__middle .header__middle-search input {
    width: calc(100% - 55px);
    height: 29px;
  }
  .header .header__middle .header__middle-search {
    order: initial;
    width: 42%;
    flex: 0 0 42%;
  }
  .hero {
    height: 263px;
  }
  .hero h2 {
    width: 70%;
    font-size: 22px;
    line-height: 132%;
  }
  .hero p {
    width: 65%;
    font-size: 10px;
    line-height: 140%;
    margin-top: 7px;
    margin-bottom: 18px;
  }
  .hero .hero-btns a {
    font-size: 10px;
    padding: 8px 22px;
  }
  .hero .hero-btns a:last-child {
    margin-left: 8px;
    padding: 8px 18px;
  }
  .hero .hero-1,
  .hero .hero-2,
  .hero .hero-3,
  .hero .hero-4 {
    padding-top: 48px;
    background-position: center;
  }
  .hero .chevrons {
    display: block;
    top: 45%;
    right: 3%;
  }
  .hero .i-chevron-left,
  .hero .i-chevron-right {
    min-width: 28px;
    min-height: 28px;
    width: 28px;
    height: 28px;
    margin-right: 1px;
    cursor: pointer;
  }
  .hero .nav {
    top: 90%;
    gap: 3px;
  }
  .hero .nav .i-circle {
    min-width: 6px;
    min-height: 6px;
    width: 6px;
    height: 6px;
    margin: 0 2px;
  }
  .categories {
    margin-top: 42px;
    margin-bottom: 55px;
  }
  .categories h4 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .categories .categories__cards .categories__cards-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 12px;
  }
  .categories .categories__cards .categories__cards-top .card {
    width: 100%;
    height: 106px;
    padding: 16px 17px;
    box-sizing: border-box;
  }
  .categories .categories__cards .categories__cards-top .card:nth-child(3) {
    display: none;
  }
  .categories .categories__cards .categories__cards-top .card .card__title {
    width: 145px;
    font-size: 15px;
    line-height: 125%;
  }
  .categories .categories__cards .categories__cards-top .card .card__count {
    display: none;
  }
  .categories .categories__cards .categories__cards-top .card .card__price {
    left: 17px;
    bottom: 15px;
    font-size: 10px;
  }
  .categories .categories__cards .categories__cards-top .card img {
    right: -25px;
    bottom: -38px;
    width: 145px;
    height: 110px;
  }
  .categories .categories__cards .categories__cards-bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .categories .categories__cards .categories__cards-bottom .card {
    width: 100%;
    height: 108px;
    box-sizing: border-box;
  }
  .categories .categories__cards .categories__cards-bottom .card:nth-child(n+5) {
    display: none;
  }
  .categories .categories__cards .categories__cards-bottom .card img {
    width: 72px;
    height: 53px;
    margin-bottom: 8px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .categories .categories__cards .categories__cards-bottom .card h6 {
    font-size: 12px;
    line-height: 120%;
  }
  .categories .categories__cards .categories__cards-bottom .card span {
    display: none;
  }
  .products {
    margin-bottom: 58px;
  }
  .products h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .products .products__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .products .products__row-card {
    width: 100%;
  }
  .products .products__row-card img {
    width: 150px;
    height: 115px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .products .products__row-card p {
    font-size: 11px;
    line-height: 135%;
    margin: 11px;
    margin-bottom: 7px;
  }
  .products .products__row-card span {
    font-size: 12px;
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 15px;
  }
  .products .products__row-card span i {
    font-size: 10px;
    margin-left: 6px;
  }
  .products .products__row-card button {
    font-size: 11px;
    padding: 10px 5px;
  }
  .products .products__row-card .active {
    font-size: 8px;
    padding: 3px 9px;
  }
  .products .products__row-card .i-favorite {
    min-width: 27px;
    min-height: 27px;
    width: 27px;
    height: 27px;
  }
  .features {
    margin-bottom: 55px;
    padding: 8px 0;
    overflow: hidden;
  }
  .features .container {
    width: 100%;
    white-space: nowrap;
  }
  .features span {
    font-size: 11px;
    margin-right: 25px;
  }
  .features i,
  .features img,
  .features svg {
    min-width: 14px;
    min-height: 14px;
    width: 14px;
    height: 14px;
  }
  .about-us {
    margin-bottom: 65px;
  }
  .about-us .container {
    display: block;
  }
  .about-us .about-us__text {
    width: 100%;
  }
  .about-us .about-us__text span {
    font-size: 13px;
    margin-bottom: 7px;
  }
  .about-us .about-us__text h3 {
    width: 90%;
    font-size: 30px;
    line-height: 125%;
    margin-bottom: 17px;
  }
  .about-us .about-us__text p {
    width: 100%;
    font-size: 14px;
    line-height: 145%;
    margin-bottom: 11px;
  }
  .about-us .about-us__text a {
    font-size: 13px;
    padding: 10px 32px;
    margin-top: 17px;
  }
  .about-us .about-us__imgs {
    display: none;
  }
  .brands {
    margin-bottom: 60px;
  }
  .brands h4 {
    font-size: 20px;
    margin-bottom: 28px;
  }
  .brands .brands__row {
    overflow: hidden;
  }
  .brands .brands__row img {
    width: 120px;
    height: 120px;
    margin: 0 15px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .brands .nav {
    margin-top: 16px;
    gap: 3px;
  }
  .brands .nav .i-circle {
    min-width: 6px;
    min-height: 6px;
    width: 6px;
    height: 6px;
    margin: 0 2px;
  }
  .footer {
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .footer .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 35px;
         column-gap: 35px;
    row-gap: 45px;
    align-items: flex-start;
  }
  .footer .footer__logo {
    width: 100%;
  }
  .footer .footer__logo img {
    width: 150px;
    margin-bottom: 15px;
  }
  .footer .footer__logo p {
    width: 100%;
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 18px;
  }
  .footer .footer__logo a {
    font-size: 12px;
    margin-bottom: 9px;
  }
  .footer .footer__nav {
    width: 100%;
    padding-left: 0 !important;
  }
  .footer .footer__nav span {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .footer .footer__nav a {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .footer .footer__nav .footer__nav-icons {
    gap: 10px;
  }
  .footer .footer__nav .footer__nav-icons a,
  .footer .footer__nav .footer__nav-icons img,
  .footer .footer__nav .footer__nav-icons i {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
  }
  .footer .footer__nav:nth-child(4) {
    grid-column: 2;
  }
  .products .products__row-card .i-favorite {
    min-width: 14px;
    min-height: 14px;
    width: 14px;
    height: 14px;
    padding: 10px;
  }
  .header__top-phones .i-hr {
    display: flex !important;
  }
  .i-hr {
    width: 1px;
    min-width: 1px;
    height: 12px;
    min-height: 12px;
  }
  .header .header__top .header__top-phones a {
    display: flex !important;
    margin-left: 10px;
    font-size: 10px;
  }
  .header .header__middle .header__middle-search input {
    width: calc(100% - 55px);
    height: 27px;
  }
  .header .header__middle .header__middle-nav {
    display: flex;
  }
  .header .header__middle .header__middle-nav .header__middle-nav-nav:last-child span {
    display: none;
  }
  .header .header__bottom .dropdown {
    padding: 19px;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 20px;
    column-gap: 0px;
    row-gap: 23px;
  }
}
@media (max-width: 480px) {
  .container {
    width: 340px;
  }
  .header .header__top .container {
    justify-content: space-between;
  }
  .header .header__top .a-home {
    display: block;
    color: #214038;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
  }
  .header .header__top p {
    display: none;
  }
  .header .header__top .header__top-phones {
    display: flex;
    align-items: center;
    width: auto;
  }
  .header .header__top .header__top-phones a {
    display: block !important;
    color: #2E2E2E;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #D9D9D9;
  }
  .header .header__top .header__top-phones a:first-of-type {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .header .header__top .header__top-phones a::before, .header .header__top .header__top-phones a::after {
    display: none !important;
  }
  .header .header__top .header__top-phones i,
  .header .header__top .header__top-phones img,
  .header .header__top .header__top-phones svg {
    display: none !important;
  }
  .header .header__middle {
    height: 62px;
    margin-top: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .header .header__middle .header__middle-logo {
    flex-shrink: 0;
    width: 101px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header .header__middle .header__middle-search {
    order: initial;
    display: flex;
    flex: 0 0 212px;
    width: 212px;
    height: 26px;
  }
  .header .header__middle .header__middle-search input {
    width: 152px;
    height: 26px;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 8px;
    font-weight: 400;
  }
  .header .header__middle .header__middle-search button {
    width: 60px;
    height: 26px;
    box-sizing: border-box;
    padding: 0;
    font-size: 8px;
    font-weight: 600;
  }
  .header .header__middle .header__middle-nav {
    display: none;
  }
  .header .header__bottom {
    height: 30px;
    margin-top: 0;
  }
  .header .header__bottom .container {
    width: 340px;
    height: 30px;
    align-items: center;
    justify-content: space-between;
  }
  .header .header__bottom .header__bottom-catalog {
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
  }
  .header .header__bottom .header__bottom-catalog .catalog-span {
    height: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .header .header__bottom .header__bottom-catalog .catalog-span:hover {
    padding: 0;
  }
  .header .header__bottom .header__bottom-hrefs {
    display: flex;
    align-items: center;
  }
  .header .header__bottom .header__bottom-hrefs a {
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin-left: 20px;
  }
  .header .header__bottom .header__bottom-hrefs a:first-child {
    margin-left: 0;
  }
  .header .header__bottom .header__bottom-hrefs a:nth-child(3), .header .header__bottom .header__bottom-hrefs a:nth-child(4) {
    display: none;
  }
  .header .header__bottom .i-catalog {
    min-width: 8px;
    min-height: 8px;
    width: 8px;
    height: 8px;
    margin-right: 9px;
  }
  .header .header__bottom .i-chevron-down {
    min-width: 10px;
    min-height: 10px;
    width: 10px;
    height: 10px;
    margin-left: 8px;
  }
  .header .header__bottom .i-sale {
    min-width: 10px;
    min-height: 10px;
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }
  .header .header__bottom .i-phone {
    display: none;
  }
  .header .header__bottom .dropdown {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    grid-template-columns: repeat(2, 1fr) !important;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 14px;
    top: 27px;
  }
  .header .header__bottom .dropdown a {
    font-size: 9px;
    margin: 0;
  }
  .header .header__bottom .dropdown:hover {
    display: grid;
  }
  .header .header__bottom .catalog-span:hover + .dropdown {
    display: grid;
  }
  .hero {
    height: 200px;
  }
  .hero h2 {
    width: 240px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }
  .hero p {
    width: 245px;
    font-size: 8px;
    font-weight: 400;
    line-height: 12px;
    margin-top: 4px;
    margin-bottom: 13px;
  }
  .hero .hero-btns {
    display: flex;
  }
  .hero .hero-btns a {
    width: 96px;
    height: 27px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 400;
    padding: 0;
    border-radius: 5px;
  }
  .hero .hero-btns a:last-child {
    width: 108px;
    margin-left: 8px;
    padding: 0;
  }
  .hero .hero-1,
  .hero .hero-2,
  .hero .hero-3,
  .hero .hero-4 {
    height: 200px;
    box-sizing: border-box;
    padding-top: 36px;
    background-position: center;
    background-size: cover;
  }
  .hero .chevrons {
    display: flex;
    top: 81px;
    right: 12px;
  }
  .hero .i-chevron-left,
  .hero .i-chevron-right {
    min-width: 27px;
    min-height: 27px;
    width: 27px;
    height: 27px;
    margin: 0;
    cursor: pointer;
  }
  .hero .nav {
    top: auto;
    bottom: 14px;
    gap: 3px;
  }
  .hero .nav .i-circle {
    min-width: 5px;
    min-height: 5px;
    width: 5px;
    height: 5px;
    margin: 0;
  }
  .categories {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .categories h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 17px;
  }
  .categories .categories__cards .categories__cards-top {
    display: grid;
    grid-template-columns: repeat(2, 166px);
    gap: 8px;
    margin-bottom: 8px;
  }
  .categories .categories__cards .categories__cards-top .card {
    width: 166px;
    height: 90px;
    box-sizing: border-box;
    padding: 12px;
    overflow: hidden;
  }
  .categories .categories__cards .categories__cards-top .card:nth-child(3) {
    display: none;
  }
  .categories .categories__cards .categories__cards-top .card .card__title {
    width: 103px;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    margin-bottom: 4px;
  }
  .categories .categories__cards .categories__cards-top .card .card__count {
    display: block;
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
    margin-top: 3px;
  }
  .categories .categories__cards .categories__cards-top .card .card__price {
    left: 12px;
    bottom: 11px;
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
  }
  .categories .categories__cards .categories__cards-top .card .card__price b {
    font-size: 8px;
  }
  .categories .categories__cards .categories__cards-top .card img {
    right: -5px;
    bottom: -1px;
    width: 100px;
    height: 56px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .categories .categories__cards .categories__cards-bottom {
    display: grid;
    grid-template-columns: repeat(3, 108px);
    gap: 8px;
  }
  .categories .categories__cards .categories__cards-bottom .card {
    width: 108px;
    height: 90px;
    box-sizing: border-box;
  }
  .categories .categories__cards .categories__cards-bottom .card:nth-child(n+4) {
    display: none;
  }
  .categories .categories__cards .categories__cards-bottom .card img {
    width: 64px;
    height: 40px;
    margin-bottom: 5px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .categories .categories__cards .categories__cards-bottom .card h6 {
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
  }
  .categories .categories__cards .categories__cards-bottom .card span {
    display: block;
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
    margin-top: 2px;
  }
  .categories .categories__cards .categories__cards-bottom .card span b {
    font-size: 8px;
  }
  .products {
    margin-bottom: 42px;
  }
  .products h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 15px;
  }
  .products .products__row {
    display: grid;
    grid-template-columns: repeat(2, 166px);
    gap: 8px;
  }
  .products .products__row-card {
    width: 166px;
    min-height: 229px;
  }
  .products .products__row-card > img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 7px auto 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .products .products__row-card p {
    font-size: 9px;
    font-weight: 500;
    line-height: 13px;
    margin: 5px 10px 4px;
  }
  .products .products__row-card span {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 9px;
  }
  .products .products__row-card span i {
    font-size: 8px;
    font-weight: 300;
    margin-left: 5px;
  }
  .products .products__row-card button {
    width: 100%;
    height: 30px;
    font-size: 10px;
    font-weight: 400;
    padding: 0;
  }
  .products .products__row-card .active {
    min-width: 47px;
    height: 16px;
    box-sizing: border-box;
    font-size: 8px;
    font-weight: 500;
    padding: 2px 8px;
  }
  .products .products__row-card .i-favorite {
    min-width: 14px;
    min-height: 14px;
    width: 14px;
    height: 14px;
    top: 8px;
    left: 8px;
  }
  .features {
    height: 24px;
    box-sizing: border-box;
    margin-bottom: 38px;
    padding: 0;
    overflow: hidden;
  }
  .features .container {
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .features span {
    font-size: 9px;
    margin-right: 20px;
  }
  .features i,
  .features img,
  .features svg {
    min-width: 10px;
    min-height: 10px;
    width: 10px;
    height: 10px;
  }
  .about-us {
    margin-bottom: 42px;
  }
  .about-us .container {
    display: block;
  }
  .about-us .about-us__text {
    width: 340px;
  }
  .about-us .about-us__text span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 3px;
  }
  .about-us .about-us__text h3 {
    width: 339px;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px;
  }
  .about-us .about-us__text p {
    width: 339px;
    font-size: 8px;
    font-weight: 400;
    line-height: 12px;
    margin-bottom: 0;
  }
  .about-us .about-us__text a {
    width: 166px;
    height: 33px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    margin-top: 13px;
  }
  .about-us .about-us__imgs {
    display: none;
  }
  .brands {
    margin-bottom: 43px;
  }
  .brands h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 20px;
  }
  .brands .brands__row {
    width: 340px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  .brands .brands__row img {
    width: 101px;
    height: 106px;
    margin: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .brands .brands__row img:nth-child(n+4) {
    display: none;
  }
  .brands .nav {
    margin-top: 12px;
    gap: 3px;
  }
  .brands .nav .i-circle {
    min-width: 5px;
    min-height: 5px;
    width: 5px;
    height: 5px;
    margin: 0;
  }
  .footer {
    box-sizing: border-box;
    padding-top: 42px;
    padding-bottom: 45px;
  }
  .footer .container {
    display: block;
  }
  .footer .footer__logo {
    width: 340px;
    margin-bottom: 43px;
  }
  .footer .footer__logo img {
    width: 137px;
    height: 32px;
    margin-bottom: 14px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer .footer__logo p {
    width: 252px;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 18px;
  }
  .footer .footer__logo a {
    width: -moz-max-content;
    width: max-content;
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    margin-bottom: 7px;
  }
  .footer .footer__nav {
    width: 169px;
    padding-left: 0 !important;
    margin-bottom: 42px;
  }
  .footer .footer__nav span {
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 18px;
  }
  .footer .footer__nav a {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 8px;
  }
  .footer .footer__nav:nth-child(4) {
    margin-bottom: 0;
  }
  .footer .footer__nav .footer__nav-icons {
    display: flex;
    gap: 8px;
    margin-top: 20px;
  }
  .footer .footer__nav .footer__nav-icons a,
  .footer .footer__nav .footer__nav-icons img,
  .footer .footer__nav .footer__nav-icons i {
    min-width: 35px;
    min-height: 35px;
    width: 35px;
    height: 35px;
    margin: 0;
  }
  .i-hr {
    display: none !important;
  }
  .categories .categories__cards .categories__cards-bottom .card h6 {
    margin-bottom: 0px;
  }
  .brands .brands__row {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 992px;
  }
  .pagination {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .pagination a {
    font-size: 15px;
  }
  .pagination a::after {
    width: 12px;
    height: 12px;
    margin: 0 6px;
  }
  .catalog-title {
    margin-bottom: 55px;
  }
  .catalog-title h1 {
    font-size: 42px;
  }
  .catalog {
    margin-bottom: 65px;
  }
  .catalog .catalog__left {
    width: 240px;
  }
  .catalog .catalog__left .catalog__left-price {
    margin-bottom: 20px;
  }
  .catalog .catalog__left .catalog__left-price .title {
    padding: 13px 16px;
  }
  .catalog .catalog__left .catalog__left-price .title span {
    font-size: 15px;
  }
  .catalog .catalog__left .catalog__left-price .price__range {
    margin: 20px auto;
  }
  .catalog .catalog__left .catalog__left-price .inputs {
    margin-top: 22px;
    padding: 0 16px 28px;
  }
  .catalog .catalog__left .catalog__left-price .inputs__input {
    max-width: 95px;
    height: 31px;
    padding: 0 12px;
  }
  .catalog .catalog__left .catalog__left-price .inputs__input input {
    font-size: 13px;
  }
  .catalog .catalog__left .catalog__left-brands {
    width: 240px;
    padding-bottom: 35px;
  }
  .catalog .catalog__left .catalog__left-brands .title {
    height: 45px;
    padding: 0 16px;
  }
  .catalog .catalog__left .catalog__left-brands .title span {
    font-size: 15px;
  }
  .catalog .catalog__left .catalog__left-brands .brands__list {
    padding: 18px 16px 22px;
  }
  .catalog .catalog__left .catalog__left-brands .brands__item {
    margin: 14px 16px;
    gap: 10px;
  }
  .catalog .catalog__left .catalog__left-brands .brands__checkbox {
    width: 18px;
    height: 18px;
  }
  .catalog .catalog__left .catalog__left-brands .brands__checkbox::after {
    font-size: 17px;
  }
  .catalog .catalog__left .catalog__left-brands .brands__name {
    font-size: 14px;
  }
  .catalog .catalog__right {
    width: 730px;
  }
  .catalog .catalog__right .catalog__subcategories {
    gap: 14px;
  }
  .catalog .catalog__right .subcategory {
    height: 165px;
    padding: 14px 15px 18px;
  }
  .catalog .catalog__right .subcategory .subcategory__image {
    height: 82px;
  }
  .catalog .catalog__right .subcategory span {
    margin-top: 18px;
    font-size: 16px;
  }
  .catalog .catalog__right .catalog__navigation {
    height: 54px;
    margin-top: 18px;
    padding: 0 18px;
  }
  .catalog .catalog__right .catalog__result {
    font-size: 14px;
    gap: 5px;
  }
  .catalog .catalog__right .catalog__sorting {
    gap: 10px;
  }
  .catalog .catalog__right .catalog__sorting > span {
    font-size: 14px;
  }
  .catalog .catalog__right .catalog__select {
    width: 145px;
    height: 27px;
  }
  .catalog .catalog__right .catalog__select select {
    font-size: 11px;
  }
  .catalog .catalog__right .catalog__row {
    margin-top: 22px;
    gap: 14px;
  }
  .catalog .catalog__right .pages {
    margin-top: 60px;
    gap: 10px;
  }
  .catalog .catalog__right .pages .page,
  .catalog .catalog__right .pages .pages__dots {
    width: 48px;
    height: 48px;
    font-size: 27px;
  }
  .catalog-description {
    margin-bottom: 80px;
  }
  .catalog-description h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .catalog-description p {
    width: 760px;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .container {
    width: 768px;
  }
  .pagination {
    margin-top: 42px;
    margin-bottom: 18px;
  }
  .pagination a {
    font-size: 13px;
  }
  .pagination a::after {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .catalog-title {
    margin-bottom: 42px;
  }
  .catalog-title h1 {
    font-size: 36px;
  }
  .catalog {
    margin-bottom: 60px;
  }
  .catalog > .container {
    align-items: flex-start;
  }
  .catalog .catalog__left {
    width: 210px;
  }
  .catalog .catalog__left .catalog__left-price {
    margin-bottom: 18px;
  }
  .catalog .catalog__left .catalog__left-price .title {
    padding: 11px 13px;
  }
  .catalog .catalog__left .catalog__left-price .title span {
    font-size: 13px;
  }
  .catalog .catalog__left .catalog__left-price .price__range {
    width: 84%;
    margin: 18px auto;
  }
  .catalog .catalog__left .catalog__left-price .price__range input[type=range]::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
  }
  .catalog .catalog__left .catalog__left-price .price__range input[type=range]::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }
  .catalog .catalog__left .catalog__left-price .inputs {
    margin-top: 18px;
    padding: 0 13px 24px;
  }
  .catalog .catalog__left .catalog__left-price .inputs__input {
    max-width: 84px;
    height: 29px;
    padding: 0 9px;
  }
  .catalog .catalog__left .catalog__left-price .inputs__input input {
    font-size: 12px;
  }
  .catalog .catalog__left .catalog__left-brands {
    width: 210px;
    padding-bottom: 28px;
  }
  .catalog .catalog__left .catalog__left-brands .title {
    height: 41px;
    padding: 0 13px;
  }
  .catalog .catalog__left .catalog__left-brands .title span {
    font-size: 13px;
  }
  .catalog .catalog__left .catalog__left-brands .title span::after {
    width: 6px;
    height: 6px;
    margin-left: 7px;
  }
  .catalog .catalog__left .catalog__left-brands .brands__list {
    padding: 15px 13px 20px;
  }
  .catalog .catalog__left .catalog__left-brands .brands__item {
    gap: 9px;
    margin: 12px 13px;
  }
  .catalog .catalog__left .catalog__left-brands .brands__checkbox {
    width: 16px;
    height: 16px;
  }
  .catalog .catalog__left .catalog__left-brands .brands__checkbox::after {
    font-size: 15px;
  }
  .catalog .catalog__left .catalog__left-brands .brands__name {
    font-size: 12px;
  }
  .catalog .catalog__right {
    width: 540px;
  }
  .catalog .catalog__right .catalog__subcategories {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .catalog .catalog__right .subcategory {
    height: 130px;
    padding: 11px 10px 14px;
  }
  .catalog .catalog__right .subcategory .subcategory__image {
    width: 80%;
    height: 65px;
  }
  .catalog .catalog__right .subcategory span {
    margin-top: 13px;
    font-size: 13px;
  }
  .catalog .catalog__right .catalog__navigation {
    height: 48px;
    margin-top: 16px;
    padding: 0 13px;
  }
  .catalog .catalog__right .catalog__result {
    gap: 4px;
    font-size: 11px;
    line-height: 15px;
  }
  .catalog .catalog__right .catalog__sorting {
    gap: 7px;
  }
  .catalog .catalog__right .catalog__sorting > span {
    font-size: 11px;
  }
  .catalog .catalog__right .catalog__select {
    width: 120px;
    height: 25px;
  }
  .catalog .catalog__right .catalog__select::after {
    right: 10px;
    width: 6px;
    height: 6px;
  }
  .catalog .catalog__right .catalog__select select {
    padding: 0 25px 0 10px;
    font-size: 9px;
  }
  .catalog .catalog__right .catalog__row {
    margin-top: 18px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .catalog .catalog__right .pages {
    margin-top: 50px;
    gap: 8px;
  }
  .catalog .catalog__right .pages .page,
  .catalog .catalog__right .pages .pages__dots {
    width: 42px;
    height: 42px;
    font-size: 23px;
  }
  .catalog-description {
    margin-bottom: 70px;
  }
  .catalog-description h2 {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .catalog-description p {
    width: 100%;
    font-size: 14px;
    line-height: 135%;
  }
}
@media (max-width: 768px) {
  .container {
    width: 480px;
  }
  .pagination {
    margin-top: 32px;
    margin-bottom: 15px;
  }
  .pagination a {
    font-size: 10px;
  }
  .pagination a::after {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .catalog-title {
    margin-bottom: 32px;
  }
  .catalog-title h1 {
    font-size: 27px;
  }
  .catalog {
    margin-bottom: 50px;
  }
  .catalog > .container {
    align-items: flex-start;
  }
  .catalog .catalog__left {
    width: 138px;
  }
  .catalog .catalog__left .catalog__left-price {
    margin-bottom: 13px;
  }
  .catalog .catalog__left .catalog__left-price .title {
    padding: 9px 8px;
  }
  .catalog .catalog__left .catalog__left-price .title span {
    font-size: 9px;
    white-space: nowrap;
  }
  .catalog .catalog__left .catalog__left-price .title .i-pricetag {
    min-width: 10px;
    min-height: 10px;
    width: 10px;
    height: 10px;
    margin-left: 4px;
  }
  .catalog .catalog__left .catalog__left-price .price__range {
    width: 82%;
    height: 2px;
    margin: 15px auto;
    padding: 0 10px;
  }
  .catalog .catalog__left .catalog__left-price .price__range input[type=range]::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
    border-width: 1px;
  }
  .catalog .catalog__left .catalog__left-price .price__range input[type=range]::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border-width: 1px;
  }
  .catalog .catalog__left .catalog__left-price .inputs {
    margin-top: 15px;
    padding: 0 8px 18px;
    gap: 6px;
  }
  .catalog .catalog__left .catalog__left-price .inputs__input {
    max-width: 58px;
    height: 24px;
    padding: 0 5px;
    font-size: 9px;
  }
  .catalog .catalog__left .catalog__left-price .inputs__input input {
    min-width: 0;
    font-size: 9px;
  }
  .catalog .catalog__left .catalog__left-brands {
    width: 138px;
    padding-bottom: 18px;
  }
  .catalog .catalog__left .catalog__left-brands .title {
    height: 34px;
    padding: 0 8px;
  }
  .catalog .catalog__left .catalog__left-brands .title span {
    font-size: 9px;
  }
  .catalog .catalog__left .catalog__left-brands .title span::after {
    width: 4px;
    height: 4px;
    margin-left: 5px;
  }
  .catalog .catalog__left .catalog__left-brands .brands__list {
    padding: 10px 8px 14px;
  }
  .catalog .catalog__left .catalog__left-brands .brands__item {
    gap: 6px;
    margin: 9px 8px;
  }
  .catalog .catalog__left .catalog__left-brands .brands__checkbox {
    width: 12px;
    height: 12px;
  }
  .catalog .catalog__left .catalog__left-brands .brands__checkbox::after {
    font-size: 11px;
  }
  .catalog .catalog__left .catalog__left-brands .brands__name {
    font-size: 9px;
  }
  .catalog .catalog__right {
    width: 330px;
  }
  .catalog .catalog__right .catalog__subcategories {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
  .catalog .catalog__right .subcategory {
    height: 82px;
    padding: 7px 5px 9px;
  }
  .catalog .catalog__right .subcategory .subcategory__image {
    width: 80%;
    height: 43px;
  }
  .catalog .catalog__right .subcategory span {
    margin-top: 7px;
    font-size: 8px;
  }
  .catalog .catalog__right .catalog__navigation {
    height: 39px;
    margin-top: 12px;
    padding: 0 8px;
  }
  .catalog .catalog__right .catalog__result {
    display: block;
    font-size: 8px;
    line-height: 11px;
  }
  .catalog .catalog__right .catalog__result span {
    display: block;
    white-space: nowrap;
  }
  .catalog .catalog__right .catalog__result b {
    display: block;
    margin-top: 1px;
  }
  .catalog .catalog__right .catalog__sorting {
    gap: 4px;
  }
  .catalog .catalog__right .catalog__sorting > span {
    display: none;
  }
  .catalog .catalog__right .catalog__select {
    width: 91px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .catalog .catalog__right .catalog__select::after {
    right: 7px;
    width: 4px;
    height: 4px;
  }
  .catalog .catalog__right .catalog__select select {
    padding: 0 17px 0 6px;
    font-size: 7px;
    height: 100%;
  }
  .catalog .catalog__right .catalog__row {
    margin-top: 12px;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }
  .catalog .catalog__right .pages {
    margin-top: 38px;
    gap: 4px;
  }
  .catalog .catalog__right .pages .page,
  .catalog .catalog__right .pages .pages__dots {
    width: 30px;
    height: 30px;
    font-size: 17px;
  }
  .catalog-description {
    margin-bottom: 55px;
  }
  .catalog-description h2 {
    font-size: 23px;
    margin-bottom: 15px;
  }
  .catalog-description p {
    width: 100%;
    font-size: 11px;
    line-height: 140%;
  }
}
@media (max-width: 480px) {
  .container {
    width: 340px;
  }
  .pagination {
    margin-top: 26px;
    margin-bottom: 13px;
  }
  .pagination .container {
    flex-wrap: wrap;
    line-height: 120%;
  }
  .pagination a {
    font-size: 9px;
  }
  .pagination a::after {
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
  .catalog-title {
    margin-bottom: 22px;
  }
  .catalog-title h1 {
    font-size: 20px;
  }
  .catalog {
    margin-bottom: 45px;
  }
  .catalog > .container {
    display: block;
  }
  .catalog .catalog__left {
    display: none;
  }
  .catalog .catalog__right {
    width: 340px;
  }
  .catalog .catalog__right .catalog__subcategories {
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
  }
  .catalog .catalog__right .subcategory {
    height: 68px;
    padding: 5px 4px 7px;
  }
  .catalog .catalog__right .subcategory .subcategory__image {
    width: 100%;
    height: 40px;
  }
  .catalog .catalog__right .subcategory .subcategory__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .catalog .catalog__right .subcategory span {
    margin-top: 6px;
    font-size: 8px;
  }
  .catalog .catalog__right .catalog__navigation {
    height: 36px;
    margin-top: 16px;
    padding: 0 12px;
    align-items: center;
  }
  .catalog .catalog__right .catalog__result {
    display: flex;
    align-items: center;
    font-size: 9px;
  }
  .catalog .catalog__right .catalog__result span {
    display: block;
    white-space: nowrap;
  }
  .catalog .catalog__right .catalog__result b {
    display: block;
    margin-top: 0;
    white-space: nowrap;
  }
  .catalog .catalog__right .catalog__sorting {
    display: flex;
    flex-shrink: 0;
    margin: 0;
  }
  .catalog .catalog__right .catalog__sorting select {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .catalog .catalog__right .catalog__row {
    margin-top: 8px;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }
  .catalog .catalog__right .pages {
    margin-top: 36px;
    gap: 4px;
  }
  .catalog .catalog__right .pages .page,
  .catalog .catalog__right .pages .pages__dots {
    width: 41px;
    height: 41px;
    font-size: 20px;
  }
  .catalog-description {
    margin-bottom: 48px;
  }
  .catalog-description h2 {
    font-size: 17px;
    line-height: 125%;
    margin-bottom: 13px;
  }
  .catalog-description p {
    width: 100%;
    font-size: 8px;
    line-height: 140%;
  }
}
@media (max-width: 1200px) {
  .product {
    margin-top: 45px;
    margin-bottom: 55px;
  }
  .product .product__content {
    width: 900px;
    gap: 30px;
  }
  .product .product__gallery {
    width: 430px;
  }
  .product .product__gallery .product__gallery-main {
    width: 430px;
    height: 430px;
  }
  .product .product__gallery .product__gallery-main img {
    width: 380px;
    height: 380px;
  }
  .product .product__gallery .product__gallery-thumbnails {
    gap: 12px;
    margin-top: 12px;
  }
  .product .product__gallery .product__gallery-thumbnail {
    width: 98px;
    height: 98px;
    padding: 5px;
  }
  .product .product__gallery .product__gallery-thumbnail img {
    width: 86px;
    height: 86px;
  }
  .product .product__info {
    width: 440px;
  }
  .product .product__info .product__category {
    font-size: 15px;
    margin-top: 5px;
  }
  .product .product__info h1 {
    font-size: 26px;
    line-height: 145%;
    margin-top: 9px;
  }
  .product .product__info .product__prices {
    margin-top: 13px;
    gap: 15px;
  }
  .product .product__info .product__prices span {
    font-size: 29px;
  }
  .product .product__info .product__prices del {
    font-size: 20px;
  }
  .product .product__info .product__minimum {
    font-size: 14px;
    margin-top: 13px;
  }
  .product .product__info .product__buyers {
    height: 23px;
    padding: 0 11px;
    margin-top: 18px;
  }
  .product .product__info .product__buyers span {
    font-size: 11px;
  }
  .product .product__info .product__quantity {
    margin-top: 32px;
  }
  .product .product__info .product__quantity p {
    font-size: 15px;
    margin-bottom: 11px;
  }
  .product .product__info .product__quantity-control {
    width: 175px;
    height: 46px;
    padding: 0 14px;
  }
  .product .product__info .product__quantity-control button {
    width: 24px;
    height: 24px;
    font-size: 27px;
    line-height: 24px;
  }
  .product .product__info .product__quantity-control input {
    width: 42px;
    font-size: 18px;
  }
  .product .product__info .product__buttons {
    margin-top: 25px;
  }
  .product .product__info .product__buttons button {
    width: 440px;
    height: 47px;
    font-size: 18px;
  }
  .product .product__info .product__buttons .product__bookmark {
    margin-top: 10px;
  }
  .product-description {
    margin-top: 55px;
    margin-bottom: 70px;
  }
  .product-description .product-description__tabs {
    gap: 30px;
  }
  .product-description .product-description__tabs button:first-child {
    margin-left: 35px;
  }
  .product-description .product-description__tabs button {
    font-size: 17px;
    padding-bottom: 19px;
  }
  .product-description .product-description__content {
    padding-top: 23px;
  }
  .product-description .product-description__content p {
    font-size: 13px;
    line-height: 145%;
  }
  .similar-products {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .similar-products .similar-products__title {
    margin-bottom: 40px;
  }
  .similar-products .similar-products__title::before, .similar-products .similar-products__title::after {
    width: 390px;
  }
  .similar-products .similar-products__title span {
    font-size: 17px;
    padding: 0 14px;
  }
  .similar-products .similar-products__row {
    gap: 16px;
  }
  .similar-products .similar-products__row .products__row-card {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .product {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .product .product__content {
    width: 768px;
    gap: 24px;
  }
  .product .product__gallery {
    width: 360px;
  }
  .product .product__gallery .product__gallery-main {
    width: 360px;
    height: 360px;
  }
  .product .product__gallery .product__gallery-main img {
    width: 315px;
    height: 315px;
  }
  .product .product__gallery .product__gallery-thumbnails {
    gap: 10px;
    margin-top: 10px;
  }
  .product .product__gallery .product__gallery-thumbnail {
    width: 82px;
    height: 82px;
    padding: 5px;
  }
  .product .product__gallery .product__gallery-thumbnail img {
    width: 70px;
    height: 70px;
  }
  .product .product__info {
    width: 384px;
  }
  .product .product__info .product__category {
    font-size: 13px;
    margin-top: 4px;
  }
  .product .product__info h1 {
    font-size: 22px;
    line-height: 140%;
    margin-top: 8px;
  }
  .product .product__info .product__prices {
    margin-top: 12px;
    gap: 13px;
  }
  .product .product__info .product__prices span {
    font-size: 26px;
  }
  .product .product__info .product__prices del {
    font-size: 18px;
  }
  .product .product__info .product__minimum {
    font-size: 12px;
    line-height: 140%;
    margin-top: 11px;
  }
  .product .product__info .product__buyers {
    height: 21px;
    padding: 0 10px;
    margin-top: 16px;
  }
  .product .product__info .product__buyers span {
    font-size: 10px;
  }
  .product .product__info .product__buyers .i-pricetag {
    width: 10px;
    height: 10px;
    max-width: 10px;
    max-height: 10px;
    min-width: 10px;
    min-height: 10px;
  }
  .product .product__info .product__quantity {
    margin-top: 26px;
  }
  .product .product__info .product__quantity p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .product .product__info .product__quantity-control {
    width: 155px;
    height: 42px;
    padding: 0 13px;
  }
  .product .product__info .product__quantity-control button {
    width: 22px;
    height: 22px;
    font-size: 24px;
    line-height: 22px;
  }
  .product .product__info .product__quantity-control input {
    width: 38px;
    font-size: 16px;
  }
  .product .product__info .product__buttons {
    margin-top: 22px;
  }
  .product .product__info .product__buttons button {
    width: 384px;
    height: 43px;
    font-size: 15px;
  }
  .product .product__info .product__buttons .product__bookmark {
    margin-top: 9px;
  }
  .product-description {
    margin-top: 50px;
    margin-bottom: 62px;
  }
  .product-description .product-description__tabs {
    gap: 22px;
  }
  .product-description .product-description__tabs button:first-child {
    margin-left: 25px;
  }
  .product-description .product-description__tabs button {
    font-size: 14px;
    letter-spacing: 0;
    padding-bottom: 16px;
  }
  .product-description .product-description__content {
    padding-top: 20px;
  }
  .product-description .product-description__content p {
    font-size: 12px;
    line-height: 145%;
  }
  .similar-products {
    margin-top: 55px;
    margin-bottom: 70px;
  }
  .similar-products .similar-products__title {
    margin-bottom: 35px;
  }
  .similar-products .similar-products__title::before, .similar-products .similar-products__title::after {
    width: 290px;
  }
  .similar-products .similar-products__title span {
    font-size: 15px;
    padding: 0 13px;
  }
  .similar-products .similar-products__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .similar-products .similar-products__row .products__row-card {
    width: 100%;
    margin: 0;
  }
  .similar-products .similar-products__row .products__row-card:nth-child(4) {
    display: none;
  }
}
@media (max-width: 768px) {
  .product {
    margin-top: 32px;
    margin-bottom: 45px;
  }
  .product .product__content {
    width: 480px;
    display: block;
  }
  .product .product__gallery {
    width: 480px;
  }
  .product .product__gallery .product__gallery-main {
    width: 480px;
    height: 370px;
  }
  .product .product__gallery .product__gallery-main img {
    width: 310px;
    height: 310px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product .product__gallery .product__gallery-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 8px;
  }
  .product .product__gallery .product__gallery-thumbnail {
    width: 100%;
    height: 95px;
    padding: 5px;
  }
  .product .product__gallery .product__gallery-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product .product__info {
    width: 480px;
    margin-top: 30px;
  }
  .product .product__info .product__category {
    font-size: 12px;
    margin-top: 0;
  }
  .product .product__info h1 {
    width: 100%;
    font-size: 24px;
    line-height: 135%;
    margin-top: 8px;
  }
  .product .product__info .product__prices {
    margin-top: 12px;
    gap: 12px;
  }
  .product .product__info .product__prices span {
    font-size: 27px;
  }
  .product .product__info .product__prices del {
    font-size: 18px;
  }
  .product .product__info .product__minimum {
    font-size: 12px;
    line-height: 140%;
    margin-top: 11px;
  }
  .product .product__info .product__buyers {
    height: 22px;
    padding: 0 10px;
    margin-top: 14px;
  }
  .product .product__info .product__buyers span {
    font-size: 10px;
  }
  .product .product__info .product__buyers .i-pricetag {
    width: 10px;
    height: 10px;
    max-width: 10px;
    max-height: 10px;
    min-width: 10px;
    min-height: 10px;
  }
  .product .product__info .product__quantity {
    margin-top: 25px;
  }
  .product .product__info .product__quantity p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .product .product__info .product__quantity-control {
    width: 160px;
    height: 42px;
    padding: 0 13px;
  }
  .product .product__info .product__quantity-control button {
    width: 22px;
    height: 22px;
    font-size: 24px;
    line-height: 22px;
  }
  .product .product__info .product__quantity-control input {
    width: 38px;
    font-size: 16px;
  }
  .product .product__info .product__buttons {
    margin-top: 24px;
  }
  .product .product__info .product__buttons button {
    width: 480px;
    height: 44px;
    font-size: 15px;
  }
  .product .product__info .product__buttons .product__bookmark {
    margin-top: 9px;
  }
  .product-description {
    margin-top: 45px;
    margin-bottom: 55px;
  }
  .product-description .product-description__tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .product-description .product-description__tabs button:first-child {
    margin-left: 0;
  }
  .product-description .product-description__tabs button {
    width: 100%;
    font-size: 11px;
    line-height: 130%;
    padding: 0 5px 13px;
  }
  .product-description .product-description__content {
    padding-top: 18px;
  }
  .product-description .product-description__content p {
    font-size: 11px;
    line-height: 145%;
  }
  .similar-products {
    margin-top: 48px;
    margin-bottom: 65px;
  }
  .similar-products .similar-products__title {
    margin-bottom: 28px;
  }
  .similar-products .similar-products__title::before, .similar-products .similar-products__title::after {
    width: 165px;
  }
  .similar-products .similar-products__title span {
    font-size: 13px;
    padding: 0 12px;
  }
  .similar-products .similar-products__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 8px;
  }
  .similar-products .similar-products__row .products__row-card {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .similar-products .similar-products__row .products__row-card:nth-child(4) {
    display: flex;
  }
}
@media (max-width: 480px) {
  .container {
    width: 340px;
  }
  .product {
    margin-top: 28px;
    margin-bottom: 42px;
  }
  .product .product__content {
    width: 340px;
    display: block;
  }
  .product .product__gallery {
    width: 340px;
  }
  .product .product__gallery .product__gallery-main {
    width: 340px;
    height: 339px;
  }
  .product .product__gallery .product__gallery-main img {
    width: 290px;
    height: 290px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product .product__gallery .product__gallery-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin-top: 5px;
  }
  .product .product__gallery .product__gallery-thumbnail {
    width: 100%;
    height: 81px;
    padding: 4px;
  }
  .product .product__gallery .product__gallery-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product .product__info {
    width: 340px;
    margin-top: 27px;
  }
  .product .product__info .product__category {
    font-size: 10px;
    margin-top: 0;
  }
  .product .product__info h1 {
    width: 301px;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    margin-top: 8px;
  }
  .product .product__info .product__prices {
    margin-top: 8px;
    gap: 13px;
  }
  .product .product__info .product__prices span {
    font-size: 22px;
    font-weight: 500;
  }
  .product .product__info .product__prices del {
    font-size: 16px;
    font-weight: 400;
  }
  .product .product__info .product__minimum {
    font-size: 10px;
    line-height: 12px;
    margin-top: 8px;
  }
  .product .product__info .product__minimum b {
    font-size: 10px;
  }
  .product .product__info .product__buyers {
    height: 18px;
    padding: 0 8px;
    margin-top: 10px;
  }
  .product .product__info .product__buyers span {
    font-size: 8px;
  }
  .product .product__info .product__buyers .i-pricetag {
    width: 7px;
    height: 7px;
    max-width: 7px;
    max-height: 7px;
    min-width: 7px;
    min-height: 7px;
    margin-left: 3px;
  }
  .product .product__info .product__quantity {
    margin-top: 27px;
  }
  .product .product__info .product__quantity p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .product .product__info .product__quantity-control {
    width: 146px;
    height: 37px;
    padding: 0 12px;
  }
  .product .product__info .product__quantity-control button {
    width: 16px;
    height: 16px;
    font-size: 22px;
    line-height: 16px;
  }
  .product .product__info .product__quantity-control input {
    width: 32px;
    font-size: 14px;
  }
  .product .product__info .product__buttons {
    margin-top: 25px;
  }
  .product .product__info .product__buttons button {
    width: 340px;
    height: 41px;
    font-size: 15px;
    font-weight: 500;
  }
  .product .product__info .product__buttons .product__bookmark {
    margin-top: 9px;
  }
  .product-description .product-description__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    border-bottom: 1px solid #000;
    padding-bottom: 14px;
  }
  .product-description .product-description__tabs button:first-child {
    margin-left: 0;
  }
  .product-description .product-description__tabs button {
    width: auto;
    border: none;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-align: left;
  }
  .product-description .product-description__tabs button:nth-child(2), .product-description .product-description__tabs button:nth-child(3) {
    width: auto;
    margin-top: 0;
    text-align: left;
  }
  .product-description .product-description__tabs button::after {
    display: none;
  }
  .similar-products {
    margin-top: 47px;
    margin-bottom: 60px;
  }
  .similar-products .similar-products__title {
    margin-bottom: 25px;
  }
  .similar-products .similar-products__title::before {
    width: 100px;
  }
  .similar-products .similar-products__title::after {
    width: 97px;
  }
  .similar-products .similar-products__title span {
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
  }
  .similar-products .similar-products__row {
    display: grid;
    grid-template-columns: repeat(2, 166px);
    align-items: stretch;
    gap: 8px;
  }
  .similar-products .similar-products__row .products__row-card {
    width: 166px;
    min-height: 229px;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .similar-products .similar-products__row .products__row-card:nth-child(4) {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 992px;
  }
  .cart {
    margin-top: 45px;
    margin-bottom: 80px;
  }
  .cart > .container {
    align-items: flex-start;
  }
  .cart .cart__left {
    width: 620px;
  }
  .cart .cart__right {
    width: 340px;
    min-height: 390px;
    padding: 26px;
  }
  .cart .cart__right::after {
    width: calc((100vw - 992px) / 2);
  }
  .cart .cart__right .cart__right-content h2 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .cart .cart__right .cart__right-content .cart__right-line {
    margin-bottom: 18px;
  }
  .cart .cart__right .cart__right-content .cart__right-line.bottom {
    margin-top: 18px;
  }
  .cart .cart__right .cart__right-content .cart__right-row {
    margin-bottom: 18px;
  }
  .cart .cart__right .cart__right-content .cart__right-row span {
    font-size: 14px;
  }
  .cart .cart__right .cart__right-content .cart__right-row b {
    font-size: 14px;
  }
  .cart .cart__right .cart__right-content .cart__right-row.total {
    margin-bottom: 22px;
  }
  .cart .cart__right .cart__right-content button {
    height: 42px;
    font-size: 14px;
  }
  .cart .cart__left-head {
    width: 620px;
    height: 47px;
  }
  .cart .cart__left-head span {
    font-size: 16px;
  }
  .cart .cart__left-head span:nth-child(1) {
    width: 355px;
    padding-left: 38px;
  }
  .cart .cart__left-head span:nth-child(2) {
    width: 165px;
  }
  .cart .cart__left-head span:nth-child(3) {
    width: 100px;
  }
  .cart .cart__products {
    margin-top: 18px;
  }
  .cart .cart__product {
    width: 620px;
    min-height: 86px;
    margin-bottom: 14px;
  }
  .cart .cart__product .cart__product-delete {
    width: 24px;
    height: 24px;
  }
  .cart .cart__product .cart__product-delete .i-cross {
    min-width: 14px;
    min-height: 14px;
    width: 14px;
    height: 14px;
  }
  .cart .cart__product .cart__product-image {
    width: 86px;
    height: 86px;
    margin-left: 12px;
  }
  .cart .cart__product .cart__product-image img {
    width: 75px;
    height: 75px;
  }
  .cart .cart__product .cart__product-info {
    width: 185px;
    margin-left: 13px;
  }
  .cart .cart__product .cart__product-info > a {
    font-size: 14px;
    line-height: 145%;
  }
  .cart .cart__product .cart__product-price {
    margin-top: 3px;
  }
  .cart .cart__product .cart__product-price span {
    font-size: 14px;
  }
  .cart .cart__product .cart__product-price del {
    font-size: 12px;
    margin-left: 8px;
  }
  .cart .cart__product .cart__product-quantity {
    width: 112px;
    height: 32px;
    padding: 0 10px;
    margin-left: 35px;
  }
  .cart .cart__product .cart__product-quantity button {
    width: 16px;
    height: 16px;
    font-size: 20px;
    line-height: 16px;
  }
  .cart .cart__product .cart__product-quantity input {
    width: 30px;
    font-size: 13px;
  }
  .cart .cart__product .cart__product-total {
    width: 80px;
    font-size: 17px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .container {
    width: 768px;
  }
  .cart {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .cart > .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .cart .cart__left {
    width: 768px;
  }
  .cart .cart__left-head {
    width: 768px;
    height: 46px;
  }
  .cart .cart__left-head span {
    font-size: 15px;
  }
  .cart .cart__left-head span:nth-child(1) {
    width: 400px;
    padding-left: 38px;
  }
  .cart .cart__left-head span:nth-child(2) {
    width: 190px;
  }
  .cart .cart__left-head span:nth-child(3) {
    width: 128px;
  }
  .cart .cart__products {
    margin-top: 18px;
  }
  .cart .cart__product {
    width: 768px;
    min-height: 88px;
    margin-bottom: 15px;
  }
  .cart .cart__product .cart__product-delete {
    width: 28px;
    height: 28px;
  }
  .cart .cart__product .cart__product-delete .i-cross {
    width: 23px;
    height: 23px;
    margin: 0;
  }
  .cart .cart__product .cart__product-image {
    width: 86px;
    height: 86px;
    margin-left: 13px;
  }
  .cart .cart__product .cart__product-image img {
    width: 76px;
    height: 76px;
  }
  .cart .cart__product .cart__product-info {
    width: 235px;
    margin-left: 15px;
  }
  .cart .cart__product .cart__product-info > a {
    font-size: 14px;
    line-height: 145%;
  }
  .cart .cart__product .cart__product-price {
    margin-top: 3px;
  }
  .cart .cart__product .cart__product-price span {
    font-size: 14px;
  }
  .cart .cart__product .cart__product-price del {
    font-size: 12px;
    margin-left: 8px;
  }
  .cart .cart__product .cart__product-quantity {
    width: 120px;
    height: 33px;
    padding: 0 11px;
    margin-left: 30px;
  }
  .cart .cart__product .cart__product-quantity button {
    width: 17px;
    height: 17px;
    font-size: 20px;
    line-height: 17px;
  }
  .cart .cart__product .cart__product-quantity input {
    width: 31px;
    font-size: 13px;
  }
  .cart .cart__product .cart__product-total {
    width: 90px;
    flex-shrink: 0;
    font-size: 17px;
    margin-left: 65px;
  }
  .cart .cart__right {
    width: 768px;
    min-height: auto;
    margin-top: 38px;
    padding: 30px;
    border-radius: 2px;
    box-sizing: border-box;
  }
  .cart .cart__right::after {
    display: none;
  }
  .cart .cart__right .cart__right-content {
    width: 100%;
  }
  .cart .cart__right .cart__right-content h2 {
    font-size: 19px;
    margin-bottom: 19px;
  }
  .cart .cart__right .cart__right-content .cart__right-line {
    margin-bottom: 19px;
  }
  .cart .cart__right .cart__right-content .cart__right-line.bottom {
    margin-top: 19px;
  }
  .cart .cart__right .cart__right-content .cart__right-row {
    margin-bottom: 18px;
  }
  .cart .cart__right .cart__right-content .cart__right-row span {
    font-size: 15px;
  }
  .cart .cart__right .cart__right-content .cart__right-row b {
    font-size: 15px;
  }
  .cart .cart__right .cart__right-content .cart__right-row.total {
    margin-bottom: 23px;
  }
  .cart .cart__right .cart__right-content button {
    height: 44px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 480px;
  }
  .cart {
    margin-top: 34px;
    margin-bottom: 60px;
  }
  .cart > .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .cart .cart__left {
    width: 480px;
  }
  .cart .cart__left-head {
    width: 480px;
    height: 42px;
  }
  .cart .cart__left-head span {
    font-size: 12px;
  }
  .cart .cart__left-head span:nth-child(1) {
    width: 400px;
    padding-left: 28px;
  }
  .cart .cart__left-head span:nth-child(2) {
    width: 180px;
  }
  .cart .cart__left-head span:nth-child(3) {
    display: none;
  }
  .cart .cart__products {
    margin-top: 16px;
  }
  .cart .cart__product {
    width: 480px;
    min-height: 76px;
    margin-bottom: 15px;
  }
  .cart .cart__product .cart__product-delete {
    width: 28px;
    height: 28px;
  }
  .cart .cart__product .cart__product-delete .i-cross {
    width: 23px;
    height: 23px;
    margin: 0;
  }
  .cart .cart__product .cart__product-image {
    width: 76px;
    height: 76px;
    margin-left: 9px;
  }
  .cart .cart__product .cart__product-image img {
    width: 68px;
    height: 68px;
  }
  .cart .cart__product .cart__product-info {
    width: 190px;
    margin-left: 11px;
  }
  .cart .cart__product .cart__product-info > a {
    font-size: 11px;
    line-height: 140%;
  }
  .cart .cart__product .cart__product-price {
    margin-top: 3px;
  }
  .cart .cart__product .cart__product-price span {
    font-size: 12px;
  }
  .cart .cart__product .cart__product-price del {
    font-size: 10px;
    margin-left: 6px;
  }
  .cart .cart__product .cart__product-quantity {
    width: 112px;
    height: 30px;
    padding: 0 10px;
    margin-left: 20px;
  }
  .cart .cart__product .cart__product-quantity button {
    width: 16px;
    height: 16px;
    font-size: 19px;
    line-height: 16px;
  }
  .cart .cart__product .cart__product-quantity input {
    width: 28px;
    font-size: 12px;
  }
  .cart .cart__product .cart__product-total {
    display: none;
  }
  .cart .cart__right {
    width: 480px;
    min-height: auto;
    margin-top: 34px;
    padding: 26px;
    border-radius: 2px;
    box-sizing: border-box;
  }
  .cart .cart__right::after {
    display: none;
  }
  .cart .cart__right .cart__right-content {
    width: 100%;
  }
  .cart .cart__right .cart__right-content h2 {
    font-size: 17px;
    margin-bottom: 17px;
  }
  .cart .cart__right .cart__right-content .cart__right-line {
    margin-bottom: 17px;
  }
  .cart .cart__right .cart__right-content .cart__right-line.bottom {
    margin-top: 17px;
  }
  .cart .cart__right .cart__right-content .cart__right-row {
    margin-bottom: 16px;
  }
  .cart .cart__right .cart__right-content .cart__right-row span {
    font-size: 13px;
  }
  .cart .cart__right .cart__right-content .cart__right-row b {
    font-size: 13px;
  }
  .cart .cart__right .cart__right-content .cart__right-row.total {
    margin-bottom: 21px;
  }
  .cart .cart__right .cart__right-content button {
    height: 42px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .container {
    width: 340px;
  }
  .cart {
    margin-top: 28px;
    margin-bottom: 0;
  }
  .cart > .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .cart .cart__left {
    width: 340px;
  }
  .cart .cart__left-head {
    width: 340px;
    height: 36px;
  }
  .cart .cart__left-head span {
    font-size: 10px;
  }
  .cart .cart__left-head span:nth-child(1) {
    width: 235px;
    padding-left: 20px;
  }
  .cart .cart__left-head span:nth-child(2) {
    width: 105px;
  }
  .cart .cart__left-head span:nth-child(3) {
    display: none;
  }
  .cart .cart__products {
    margin-top: 14px;
  }
  .cart .cart__product {
    width: 340px;
    min-height: 58px;
    margin-bottom: 13px;
  }
  .cart .cart__product .cart__product-delete {
    width: 20px;
    height: 20px;
  }
  .cart .cart__product .cart__product-delete .i-cross {
    width: 20px;
    height: 20px;
    margin: 0;
  }
  .cart .cart__product .cart__product-image {
    width: 58px;
    height: 58px;
    margin-left: 7px;
  }
  .cart .cart__product .cart__product-image img {
    width: 52px;
    height: 52px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cart .cart__product .cart__product-info {
    width: 109px;
    margin-left: 8px;
  }
  .cart .cart__product .cart__product-info > a {
    font-size: 8px;
    line-height: 12px;
  }
  .cart .cart__product .cart__product-price {
    margin-top: 3px;
  }
  .cart .cart__product .cart__product-price span {
    font-size: 10px;
  }
  .cart .cart__product .cart__product-price del {
    font-size: 8px;
    margin-left: 5px;
  }
  .cart .cart__product .cart__product-quantity {
    width: 108px;
    height: 27px;
    padding: 0 10px;
    margin-left: auto;
  }
  .cart .cart__product .cart__product-quantity button {
    width: 12px;
    height: 12px;
    font-size: 16px;
    line-height: 12px;
  }
  .cart .cart__product .cart__product-quantity input {
    width: 24px;
    font-size: 11px;
    margin: 0 auto;
  }
  .cart .cart__product .cart__product-total {
    display: none;
  }
  .cart .cart__right {
    width: 340px;
    min-height: 300px;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 26px 27px;
    border-radius: 2px;
    box-sizing: border-box;
  }
  .cart .cart__right::after {
    display: none;
  }
  .cart .cart__right .cart__right-content {
    width: 100%;
  }
  .cart .cart__right .cart__right-content h2 {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .cart .cart__right .cart__right-content .cart__right-line {
    margin-bottom: 18px;
  }
  .cart .cart__right .cart__right-content .cart__right-line.bottom {
    margin-top: 18px;
  }
  .cart .cart__right .cart__right-content .cart__right-row {
    margin-bottom: 17px;
  }
  .cart .cart__right .cart__right-content .cart__right-row span {
    font-size: 10px;
  }
  .cart .cart__right .cart__right-content .cart__right-row b {
    font-size: 10px;
  }
  .cart .cart__right .cart__right-content .cart__right-row.total {
    margin-bottom: 22px;
  }
  .cart .cart__right .cart__right-content button {
    width: 100%;
    height: 39px;
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .products__row-card {
    width: 100%;
  }
  .products__row-card img {
    width: 165px;
    height: 165px;
  }
  .products__row-card p {
    font-size: 15px;
    line-height: 140%;
    margin: 13px;
    margin-bottom: 8px;
  }
  .products__row-card span {
    font-size: 15px;
    margin-left: 13px;
    margin-right: 13px;
    margin-bottom: 20px;
  }
  .products__row-card span i {
    font-size: 13px;
    margin-left: 8px;
  }
  .products__row-card button {
    font-size: 15px;
    padding: 11px 5px;
  }
  .products__row-card .active {
    font-size: 10px;
    padding: 3px 10px;
  }
}
@media (max-width: 992px) {
  .products__row-card {
    width: 100%;
  }
  .products__row-card img {
    width: 145px;
    height: 130px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .products__row-card p {
    font-size: 13px;
    line-height: 135%;
    margin: 11px;
    margin-bottom: 7px;
  }
  .products__row-card span {
    font-size: 13px;
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 16px;
  }
  .products__row-card span i {
    font-size: 11px;
    margin-left: 6px;
  }
  .products__row-card button {
    font-size: 13px;
    padding: 10px 5px;
  }
  .products__row-card .active {
    font-size: 8px;
    padding: 3px 8px;
  }
  .i-favorite {
    width: 19px;
    height: 19px;
    min-width: 19px;
    min-height: 19px;
  }
}
@media (max-width: 768px) {
  .products__row-card {
    width: 100%;
  }
  .products__row-card > a {
    display: block;
  }
  .products__row-card img {
    width: 105px;
    height: 95px;
    display: block;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .products__row-card p {
    font-size: 9px;
    line-height: 130%;
    margin: 8px;
    margin-bottom: 5px;
  }
  .products__row-card span {
    font-size: 9px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 10px;
  }
  .products__row-card span i {
    font-size: 7px;
    margin-left: 4px;
  }
  .products__row-card button {
    font-size: 9px;
    padding: 8px 3px;
  }
  .products__row-card .active {
    font-size: 6px;
    padding: 2px 6px;
  }
  .products__row-card .i-favorite {
    min-width: 14px;
    min-height: 14px;
    width: 14px;
    height: 14px;
    padding: 8px;
  }
}
@media (max-width: 480px) {
  .products__row-card {
    width: 100%;
  }
  .products__row-card > a {
    display: block;
  }
  .products__row-card > a img,
  .products__row-card > img {
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .products__row-card p {
    font-size: 8px;
    line-height: 125%;
    margin: 7px 8px 5px;
  }
  .products__row-card span {
    font-size: 9px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 9px;
  }
  .products__row-card span i {
    font-size: 7px;
    margin-left: 4px;
  }
  .products__row-card button {
    font-size: 9px;
    padding: 8px 3px;
  }
  .products__row-card .active {
    font-size: 8px;
    padding: 3px 10px;
  }
  .products__row-card .i-favorite {
    min-width: 14px;
    min-height: 14px;
    width: 14px;
    height: 14px;
    top: 7px;
    left: 7px;
    padding: 8px;
  }
}
@media (max-width: 768px) {
  .products__row-card {
    position: relative;
    overflow: hidden;
  }
  .products__row-card > a:first-of-type {
    position: relative;
    width: 100%;
    height: 125px;
    display: block;
    flex-shrink: 0;
    margin: 0;
    overflow: hidden;
  }
  .products__row-card > a:first-of-type img {
    width: 155px;
    height: 120px;
    max-width: none;
    max-height: none;
    margin: 0 auto;
    margin-top: 10px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .products__row-card > a:not(:first-of-type),
  .products__row-card > p {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    line-height: 140%;
    margin: 10px 12px 7px;
  }
  .products__row-card > span {
    display: flex;
    align-items: center;
    font-size: 11px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 10px;
  }
  .products__row-card > span i {
    font-size: 9px;
    margin-left: 5px;
  }
  .products__row-card > button {
    width: 100%;
    font-size: 10px;
    padding: 8px 4px;
    margin-top: auto;
  }
  .products__row-card .active {
    font-size: 7px;
    padding: 2px 7px;
  }
  .products__row-card .i-favorite {
    z-index: 2;
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    top: 7px;
    left: 7px;
  }
}
@media (max-width: 480px) {
  .products__row-card {
    position: relative;
    width: 166px;
    min-height: 213px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
  }
  .products__row-card > a:first-of-type {
    position: relative;
    width: 100%;
    height: 120px;
    display: block;
    flex-shrink: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .products__row-card > a:first-of-type img {
    width: 100px;
    height: 100px;
    max-width: none;
    max-height: none;
    display: block;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .products__row-card > a:not(:first-of-type),
  .products__row-card > p {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 9px;
    font-weight: 500;
    line-height: 13px;
    margin: 5px 10px 4px;
  }
  .products__row-card > span {
    display: flex;
    align-items: center;
    font-size: 10px;
    line-height: 14px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .products__row-card > span i {
    font-size: 8px;
    margin-left: 5px;
  }
  .products__row-card > button {
    width: 100%;
    height: 30px;
    font-size: 10px;
    padding: 0;
    margin-top: auto;
  }
  .products__row-card .active {
    min-width: 47px;
    height: 16px;
    box-sizing: border-box;
    font-size: 8px;
    padding: 2px 8px;
  }
  .products__row-card .i-favorite {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 12px;
    min-height: 12px;
    width: 12px;
    height: 12px;
    top: 8px;
    left: 8px;
  }
  .cart-span {
    font-size: 10px;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    left: 15px;
    background-color: #2E6DD7;
    padding: 4px 0;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    border-bottom: 2.5px solid #1753BA;
    border-radius: 3px;
    z-index: 15;
    transition: all 0.7s ease;
  }
  .cart-span .i-cart {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    margin-right: 4px;
  }
  .products__row-card span:first-child {
    font-size: 7px !important;
    top: 7px !important;
    right: 7px !important;
    margin: 0;
    padding: 4px 6px !important;
  }
  .phone-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #00ab3c;
    border-radius: 2px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.11);
    margin-top: 7px;
    outline: none;
    cursor: pointer;
    border: none;
    width: 100%;
    color: #FFF;
    transition: 0.5s ease;
  }
  .phone-filter:hover {
    background-color: #009133;
  }
}/*# sourceMappingURL=adaptives.css.map */