@media screen and (max-width: 2150px) {
  header .h-main {
    justify-content: flex-start !important;
    width: 100% !important;
  }
  header .h-main .text {
    width: 80% !important;
    justify-content: space-between !important;
    padding-left: 1vw !important;
  }
  main .content .left {
    width: 30% !important;
  }
  main .content .right {
    width: 30% !important;
  }
  main #catalog {
    width: 80% !important;
  }
  main #item_info {
    width: 100% !important;
  }
  main #item_info .right {
    width: 50% !important;
  }
  footer {
    gap: 32px !important;
    padding: 32px !important;
  }
  footer h2 {
    font-size: 18px !important;
  }
  footer h3 {
    font-size: 18px !important;
  }
  footer h4 {
    font-size: 18px !important;
  }
  footer p {
    font-size: 14px !important;
    text-wrap: auto !important;
  }
  footer a {
    font-size: 14px !important;
  }
  footer #main_block {
    width: 15% !important;
  }
  .contacts {
    height: 100vh !important;
  }
}
@media screen and (max-width: 1450px) {
  header .h-main {
    justify-content: flex-start !important;
    width: 100% !important;
  }
  header .h-main .text {
    width: 80% !important;
    justify-content: space-between !important;
    padding-left: 1vw !important;
  }
  header .h-main .text h2, header .h-main .text a {
    font-size: 16px !important;
  }
  main .content .left {
    width: 40% !important;
  }
  main .content .left h1 {
    font-size: 32px !important;
  }
  main .content .left p {
    font-size: 16px !important;
  }
  main .content .right {
    width: 40% !important;
    padding: 32px !important;
  }
  main .content .right h1 {
    font-size: 32px !important;
  }
  main .content .right p {
    font-size: 16px !important;
  }
  main .content .right img {
    height: 200px !important;
    width: 320px !important;
  }
  main .content .right button {
    font-size: 18px !important;
  }
  footer {
    gap: 28px !important;
    padding: 28px !important;
    justify-content: flex-start !important;
  }
  footer img {
    width: 82px !important;
  }
  footer h2 {
    font-size: 14px !important;
  }
  footer h3 {
    font-size: 14px !important;
  }
  footer h4 {
    font-size: 14px !important;
  }
  footer p {
    font-size: 12px !important;
    text-wrap: auto !important;
  }
  footer a {
    font-size: 12px !important;
  }
  footer #main_block {
    width: 15% !important;
  }
}
@media screen and (max-width: 1010px) {
  header .h-main {
    justify-content: flex-start !important;
    width: 100% !important;
  }
  header .h-main img {
    width: 48px !important;
  }
  header .h-main .text {
    width: 80% !important;
    justify-content: space-between !important;
    padding-left: 1vw !important;
  }
  header .h-main .text h2, header .h-main .text a {
    font-size: 14px !important;
  }
  main .content .left {
    width: 40% !important;
  }
  main .content .left h1 {
    font-size: 32px !important;
  }
  main .content .left p {
    font-size: 16px !important;
  }
  main .content .right {
    width: 40% !important;
    padding: 32px !important;
  }
  main .content .right h1 {
    font-size: 32px !important;
  }
  main .content .right p {
    font-size: 16px !important;
  }
  main .content .right img {
    height: 200px !important;
    width: 320px !important;
  }
  main .content .right button {
    font-size: 18px !important;
  }
  main #catalog {
    width: 100% !important;
  }
  main #item_info {
    width: 100% !important;
    flex-direction: column !important;
    height: 90vh !important;
  }
  main #item_info img {
    width: 60vw !important;
  }
  main #item_info .right {
    width: 90% !important;
  }
  main #item_info .right h2 {
    text-align: left !important;
  }
  footer {
    gap: 28px !important;
    padding: 28px !important;
    justify-content: flex-start !important;
  }
  footer img {
    width: 64px !important;
  }
  footer h2 {
    font-size: 12px !important;
  }
  footer h3 {
    font-size: 12px !important;
  }
  footer h4 {
    font-size: 12px !important;
  }
  footer p {
    font-size: 12px !important;
  }
  footer .smallinfo {
    height: 50vh;
    max-height: 20vh;
    overflow: auto;
  }
  footer a {
    font-size: 12px !important;
  }
  footer #main_block {
    width: 15% !important;
  }
}
@media screen and (max-width: 850px) {
  header .h-main {
    justify-content: flex-start !important;
    width: 100% !important;
  }
  header .h-main img {
    width: 38px !important;
    margin-right: 8px !important;
  }
  header .h-main .text {
    width: 85% !important;
    justify-content: space-between !important;
    padding-left: 1vw !important;
  }
  header .h-main .text h2, header .h-main .text a {
    font-size: 12px !important;
  }
  header .line {
    font-size: 12px !important;
  }
  main .content {
    flex-direction: column !important;
  }
  main .content .left {
    width: 40% !important;
  }
  main .content .left h1 {
    font-size: 18px !important;
  }
  main .content .left p {
    font-size: 12px !important;
  }
  main .content .right {
    width: 40% !important;
    padding: 32px !important;
  }
  main .content .right h1 {
    font-size: 18px !important;
  }
  main .content .right p {
    font-size: 12px !important;
  }
  main .content .right img {
    height: 170px !important;
    width: 240px !important;
  }
  main .content .right button {
    font-size: 14px !important;
  }
  main .main {
    width: 100% !important;
    min-height: 0 !important;
  }
  main .main h1 {
    font-size: 24px !important;
  }
  main .main .contacts {
    flex-direction: column !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }
  main .main .contacts .left, main .main .contacts .right {
    width: 100% !important;
    padding: 0 !important;
  }
  main .main .contacts .left h1, main .main .contacts .left h2, main .main .contacts .left span, main .main .contacts .right h1, main .main .contacts .right h2, main .main .contacts .right span {
    font-size: 14px !important;
  }
  main .main .contacts .left h3, main .main .contacts .right h3 {
    font-size: 14px !important;
  }
  main .main .contacts .left h4, main .main .contacts .right h4 {
    font-size: 14px !important;
  }
  main .main .contacts .left p, main .main .contacts .right p {
    font-size: 10px !important;
    width: 100% !important;
  }
  main .main .contacts .left a, main .main .contacts .right a {
    font-size: 12px !important;
  }
  main .tabs {
    gap: 8px !important;
  }
  main .tabs button {
    padding: 8px !important;
    font-size: 12px !important;
    border-radius: 8px !important;
  }
  main #catalog {
    width: 100% !important;
  }
  main #catalog .catalog-item {
    width: 100% !important;
  }
  main #item_info {
    width: 100% !important;
    flex-direction: column !important;
    min-height: 90vh !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  main #item_info img {
    width: 60vw !important;
  }
  main #item_info .right {
    width: 100% !important;
  }
  main #item_info .right h2 {
    text-align: left !important;
    font-size: 18px !important;
  }
  main .contacts_content {
    height: -moz-max-content !important;
    height: max-content !important;
    min-height: 50vh !important;
  }
  footer {
    gap: 28px !important;
    padding: 28px !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    max-width: 100% !important;
  }
  footer img {
    width: 48px !important;
  }
  footer h2 {
    font-size: 12px !important;
  }
  footer h3 {
    font-size: 12px !important;
  }
  footer h4 {
    font-size: 12px !important;
  }
  footer p {
    font-size: 10px !important;
  }
  footer .smallinfo {
    height: 50vh;
    max-height: 20vh;
    overflow: auto;
    width: 40% !important;
    display: flex;
    align-items: center !important;
  }
  footer a {
    font-size: 10px !important;
  }
  footer #main_block {
    width: 45% !important;
  }
  footer .block {
    min-width: 20% !important;
  }
}
@media screen and (max-width: 510px) {
  header .h-main {
    justify-content: flex-start !important;
    width: 100% !important;
  }
  header .h-main img {
    width: 38px !important;
    margin-right: 8px !important;
  }
  header .h-main .text {
    width: 100% !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding-left: 1vw !important;
  }
  header .h-main .text h2, header .h-main .text a {
    font-size: 12px !important;
    width: 100% !important;
  }
  header .line {
    font-size: 10px !important;
  }
  main .content {
    flex-direction: column !important;
  }
  main .content .left {
    width: 70% !important;
  }
  main .content .left h1 {
    font-size: 18px !important;
  }
  main .content .left p {
    font-size: 12px !important;
  }
  main .content .right {
    width: 70% !important;
    padding: 24px !important;
  }
  main .content .right h1 {
    font-size: 18px !important;
  }
  main .content .right p {
    font-size: 12px !important;
  }
  main .content .right img {
    height: 120px !important;
    width: 170px !important;
  }
  main .content .right button {
    font-size: 12px !important;
    padding: 8px !important;
  }
  main .tabs {
    gap: 8px !important;
    flex-direction: column !important;
  }
  main .tabs button {
    padding: 8px !important;
    font-size: 12px !important;
    border-radius: 8px !important;
    width: 80vw !important;
  }
  main #catalog {
    width: 100% !important;
  }
  main #catalog .catalog-item {
    width: 100% !important;
    padding: 0 !important;
  }
  main #catalog .catalog-item h3 {
    font-size: 16px !important;
  }
  main #catalog .catalog-item p {
    font-size: 12px !important;
  }
  main #item_info {
    width: 100% !important;
    flex-direction: column !important;
    min-height: 90vh !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  main #item_info img {
    width: 60vw !important;
  }
  main #item_info .right {
    width: 100% !important;
  }
  main #item_info .right h2 {
    text-align: left !important;
    font-size: 18px !important;
  }
  footer {
    gap: 28px !important;
    padding: 28px !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    max-width: 100% !important;
  }
  footer img {
    width: 48px !important;
  }
  footer h2 {
    font-size: 12px !important;
  }
  footer h3 {
    font-size: 12px !important;
  }
  footer h4 {
    font-size: 12px !important;
  }
  footer p {
    font-size: 10px !important;
  }
  footer .smallinfo {
    height: 15vh !important;
    max-height: 20vh !important;
    overflow: auto;
    width: 100% !important;
    display: flex;
    align-items: center !important;
  }
  footer a {
    font-size: 10px !important;
  }
  footer #main_block {
    width: 80% !important;
  }
  footer .block {
    min-width: 35% !important;
  }
}/*# sourceMappingURL=mobile.css.map */