@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 120%;
  }
  h1,
.header-body__title {
    margin-top: 0;
    font-size: 30px;
    line-height: 110%;
    color: #454545;
    font-weight: 700;
  }
  .about-company__description h1 {
    font-size: 24px;
    line-height: 1;
  }
  h2, .popup-block__title {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
  }
  h3 {
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
  }
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
  h2,
  h3,
  h4 {
    hyphens: auto;
  }

  .price {
    font-size: 22px;
    line-height: 30px;
  }
  .container {
    padding-inline: 20px;
  }
  .navigation-links {
    height: 100%;
    width: calc(100% - 70px);
    padding: 30px 25px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: #fff;
    overflow-y: scroll;
    z-index: 2;
  }
  .navigation ul {
    margin: 0;
  }
  .navigation ul .menu__wrapper {
    padding-left: 20px;
  }
  li.active > span:not(.hdr) {
    font-weight: 700;
    color: #3e3e3e;
  }
  .navigation li.active > span {
    margin-bottom: 20px;
  }
  .navigation li.active > span + ul {
    margin-top: 20px;
  }
  .header-links_wrapper li,
  .navigation ul li {
    margin-bottom: 20px;
  }
  .hdr,
  .header-links_wrapper li a,
  .navigation ul li a {
    color: #3e3e3e;
    font-family: Neris;
    text-decoration: none;
  }
  .navigation .header-middle_search {
    width: calc(100% + 50px);
    background: #f9f9f9;
    margin-left: -25px;
    padding: 15px 25px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .menu__drop > .menu__wrapper {
    display: none;
    padding-left: 20px;
    padding-top: 20px;
  }
  .menu__drop ul li ul a,
  .menu__drop > .menu__wrapper > ul > li > a {
    font-size: 16px;
    font-weight: 400;
  }
    .navigation li.active:not(.menu__drop)>span {
        font-weight: 700;
    }
  .submit-search {
    background: #3e3e3e;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 5px;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
  }
  .header-contacts_container {
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    padding-inline: 20px;
    box-sizing: border-box;
    z-index: 1000;
  }
  .header-contacts__logo {
    width: 120px;
  }
  .header-contacts-addres_wrapper {
    display: none;
  }
  .header__basket {
    display: none;
  }
  .header-links_wrapper {
    margin: 0;
  }
  
  .header-contacts-numbers__item:first-child {
    color: #454545;
    text-decoration: none;
    font-size: 16px;
  }
  .header-contacts-numbers__item:last-child {
    margin-top: 10px;
    color: #b13426;
    display: none;
  }
  .header-contacts-numbers__item a {
    display: block;
  }
  .header-links {
    margin-bottom: 40px;
  }
  .header-body {
    padding-top: 120px;
  }
  .header-body__button {
    width: 100%;
    margin-bottom: 20px;
  }
  .header-body__info-block + .header-body__button {
    width: 100%;
    position: absolute;
    bottom: 40px;
    box-sizing: border-box;
  }
  
  .header-body__info-block {
    margin-bottom: 20px;
  }
  .header__slider + .header_wrapper {
    z-index: 3;
    position: relative;
  }
  .header-body__description {
    line-height: 20px;
    margin-bottom: 20px;
    color: #454545;
  }
  .header--background {
    padding-bottom: 0;
    position: relative;
    margin-bottom: 160px;
    background-size: cover;
    background-position: top;
  }
  .header--background:before, .header__background:before {
    content: '';
    background: rgba(255,255,255,0.584);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
  }
  .header_wrapper {
    z-index: 1;
    position: relative;
  }
  .header__slider {
    width: 100%;
    position: absolute;
    height: fit-content;
    left: 0;
    overflow: hidden;
  }
  .header__slider .slick-dots {
    justify-content: center;
  }
  .header__background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: bottom right 10%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.2s;
  }
  .header__slider .header-body__title {
    margin-top: 40px;
    max-inline-size: unset;
  }
  .header__slider .header-body__description {
    margin-bottom: 40px;
  }
  .header__background--show {
    opacity: 1;
  }
  .header__pagination {
    display: flex;
    gap: 10px;
    width: calc(100% - 40px);
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    position: absolute;
    bottom: 0;
  }
  .header__pagination-button {
    width: 15px;
    height: 15px;
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 7px 0 rgb(71 71 71 / 50%);
    transition: background 0.5s;
  }
  .header__pagination-button--active {
    background: #b13426;
  }
  .header-body__info-block:not(:first-child) {
    display: none;
  }
  .header-body__info-block .header-body__title {
    min-height: 88px;
  }
  .header-body {
    min-height: 308px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding-bottom: 117px;
    box-sizing: border-box;
  }
  .menu-f2-container {
    margin-bottom: 30px;
  }
  .basket-block-price_wrapper {
    justify-content: center;
  }
  .basket-block-numbers_wrapper {
    margin-left: 0;
  }
  .basket-block-delete_wrapper {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .basket-block {
    position: relative;
  }
  .mobile-basket_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .mobile-basket_wrapper .nm-menu-cart {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #4e5086;
    border-radius: 50%;
  }
  .nm-menu-cart-btn-mobile svg {
    fill: #fff;
  }
  .moba {
    color: #3e3e3e;
    text-decoration: none;
  }
  .menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    height: 20px;
  }
  .menu-btn span,
  .menu-btn span::after,
  .menu-btn span::before {
    width: 24px;
    border-radius: 10px;
    height: 3px;
    background-color: #b13427;
  }
  .menu-btn span::after,
  .menu-btn span::before {
    content: "";
    display: block;
    transition: 0.4s;
  }
  .menu-btn span::before {
    transform: translateY(-7px);
  }
  .menu-btn span::after {
    transform: translateY(4px);
  }
  .menu-btn_active span {
    background: rgba(255, 255, 255, 0);
  }
  .menu-btn_active span::before {
    transform: rotate(-45deg);
  }
  .menu-btn_active span:after {
    transform: translateY(-3px) rotate(45deg);
  }
  .mobile-menu-bg {
    width: 100%;
    height: 100%;
    background: #00000047;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
  }
  .mobile-menu_active {
    display: block;
  }
  .header__vector {
    display: none;
  }
  .services__block img {
    display: none;
  }
  .services {
    margin-bottom: 60px;
    padding: 0 20px;
  }
  .services__block-container ul {
    margin: 0;
  }
  .article_wrapper + .partners {
    background: #fff;
  }
  .article > .form2 {
    padding: 0 0 40px 0;
  }
  .partners + .partners {
    background: #fff;
  }
  .article > .partners {
    margin-left: -20px;
    width: calc(100% + 40px);
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 60px 20px;
    margin-top: -40px;
  }
  .partners {
    padding: 0 20px;
    margin-bottom: 60px;
    background: #f8f8f8;
    overflow: hidden;
    padding-top: 40px;
  }
  .partners-block a,
  .partners-block__img {
    display: flex;
    padding: 20px;
    background: #fff;
    width: 100%;
    justify-content: center;
  }
  .partners-block__img img {
    width: 80%;
  }
  .popular-models {
    overflow: hidden;
  }
  .popular-models.popular-models--homepage {
    padding: 60px 20px 0 20px;
  }
  .pages-list {
    margin-bottom: 40px;
  }
  .popular-models__title {
    color: #454545;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 30px;
  }
  .popular-models-block:not(:last-child) {
    margin-bottom: 20px;
  }
  .popular-models-block {
    padding: 30px;
    box-shadow: 0 20px 120px rgb(71 71 71 / 13%);
  }
  .popular-models_slider--pl-header {
    display: none;
  }
  .popular-article {
    overflow: hidden;
    margin-bottom: 60px;
  }
  .popular-article-block__title {
    font-size: 20px;
  }
  .popular-article-block {
    margin-bottom: 40px;
  }
  .advantages {
    margin-bottom: 60px;
  }
  .advantages-block {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 20px;
    align-items: center;
  }
  .advantages-block_container {
    display: flex;
    flex-direction: column;
  }
  .advantages-block:not(:last-child) {
    margin-bottom: 20px;
  }
  .advantages__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .advantages__block {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 15px;
  }
  .advantages__icon {
    width: 32px;
    height: 32px;
  }
  .advantages__text {
    line-height: 144%;
    color: #4b4b4b;
  }
  .publications-filter_wrapper {
    display: none;
  }
  .publications .products-block {
    margin-bottom: 40px;
    box-shadow: 0 2px 20px rgb(71 71 71 / 15%);
    padding: 20px;
  }
  .subcategories-list {
    margin-top: 40px;
  }
  .works {
    margin-bottom: 60px;
  }
  .works__title {
    margin: 0;
    margin-bottom: 20px;
  }
  .works__item {
    width: 100%;
  }
  .works-button {
    width: 100%;
  }
  .works__item:last-child img {
    margin-bottom: 0;
  }
  .news {
    overflow: hidden;
    margin-bottom: 60px;
  }
  .news-block__container {
    padding: 0;
    box-shadow: none;
  }
  .publications-container .news-block:not(:last-child) {
    margin-bottom: 60px;
  }
  .publications-container .news-block {
    box-shadow: 0 2px 20px rgb(71 71 71 / 15%);
    padding: 20px;
  }
  .tabs {
    margin-bottom: 60px;
  }
  .tabs > .models {
    margin-bottom: 0;
    padding: 60px 20px;
  }
  .slick-track .products-block {
    padding: 20px;
    box-sizing: border-box;
  }
  .products-block__container {
    width: 100%;
  }
  .products-filter-categories_wrapper {
    padding: 0 60px 0 20px;
  }
  .products-filter .menu-katalog-container + .premmerce-filter-body {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: auto;
    z-index: 3;
    height: auto;
    padding: 80px 0 40px 0;
  }
  .default.premmerce-filter-body:before {
    content: "Фильтры";
    position: absolute;
    width: auto;
    top: 30px;
    left: 20px;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #454545;
  }
  .products-mobile-open {
    display: block;
  }
  .products_wrapper {
    position: relative;
  }
  .publications__title {
    line-height: 100%;
    padding-right: 34px;
    margin-bottom: 40px;
  }
  #filter-close {
    display: none;
  }
  #filter-close:checked ~ .products-filter .premmerce-filter-body {
    display: block;
  }
  #filter-close:checked ~ .products-mobile-open {
    position: fixed;
    z-index: 5;
    top: 35px;
    right: 18px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L26 26' stroke='%23454545' stroke-width='3'/%3E%3Cpath d='M2 26L26 2' stroke='%23454545' stroke-width='3'/%3E%3C/svg%3E");
  }
  .products-mobile-open {
    position: absolute;
    width: 24px;
    height: 21px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0H2C1.46957 0 0.960859 0.210714 0.585786 0.585786C0.210714 0.960859 0 1.46957 0 2V3C0.0110094 3.47693 0.135598 3.94435 0.363427 4.36349C0.591256 4.78263 0.915757 5.14139 1.31 5.41L5.55 8.24C5.68756 8.33059 5.80062 8.45375 5.87912 8.59855C5.95763 8.74335 5.99915 8.90529 6 9.07V15C6 15.3714 6.10343 15.7355 6.2987 16.0515C6.49397 16.3674 6.77336 16.6227 7.10557 16.7889C7.43778 16.955 7.80969 17.0253 8.17961 16.9919C8.54953 16.9586 8.90286 16.8229 9.2 16.6L10.8 15.4C11.1726 15.1206 11.475 14.7582 11.6833 14.3416C11.8916 13.9251 12 13.4657 12 13V9.07C12.0009 8.90529 12.0424 8.74335 12.1209 8.59855C12.1994 8.45375 12.3124 8.33059 12.45 8.24L16.69 5.41C17.0842 5.14139 17.4087 4.78263 17.6366 4.36349C17.8644 3.94435 17.989 3.47693 18 3V2C18 1.46957 17.7893 0.960859 17.4142 0.585786C17.0391 0.210714 16.5304 0 16 0ZM11.34 6.57C10.9278 6.84385 10.5897 7.21543 10.3559 7.65163C10.1221 8.08783 9.99981 8.57509 10 9.07V13C10 13.1552 9.96385 13.3084 9.89443 13.4472C9.825 13.5861 9.7242 13.7069 9.6 13.8L8 15V9.07C8.00019 8.57509 7.87793 8.08783 7.64413 7.65163C7.41032 7.21543 7.07224 6.84385 6.66 6.57L2.42 3.75C2.29863 3.66408 2.19796 3.55217 2.1253 3.42243C2.05265 3.29269 2.00984 3.14838 2 3V2H16V3C15.9961 3.15525 15.9562 3.30747 15.8833 3.44459C15.8104 3.58172 15.7065 3.69998 15.58 3.79L11.34 6.61' fill='%23454545'/%3E%3C/svg%3E%0A");
    top: -61px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
  }
  .menu-katalog-container {
    display: none;
  }
  .filter__inner--scroll {
    margin-bottom: 30px;
  }
  .product-block-description {
    display: flex;
    flex-direction: column;
  }
  .product-block-title:not(:first-of-type) {
    margin-top: 40px;
  }
  .product-block-title-1 {
    order: 1;
  }
  .product-block-title-2 {
    order: 3;
  }
  .product-block-info-1 {
    order: 2;
  }
  .product-block-info-2 {
    order: 4;
  }
  .product-block-title {
    box-shadow: 0 3px 120px rgb(71 71 71 / 13%);
  }
  .product-block-info {
    box-shadow: 0 40px 55px rgb(71 71 71 / 10%);
  }
  .product-slider--dop .slick-slide {
    opacity: 0.5;
    transition: 0.4s;
  }
  .product-slider--dop .image__wrapper img {
    height: 100px;
    width: 100%;
  }
  .product-slider--dop .slick-current {
    opacity: 1;
  }
  .product-slider--dop .product-slider,
  .product-slider--main .product-slider {
    padding-bottom: 0;
  }
  .product + .popular-models {
    overflow: hidden;
  }
  .woocommerce-product-gallery__image {
    display: flex;
    justify-content: center;
  }
  .woocommerce-product-gallery__image img {
    max-height: 200px;
    object-fit: contain;
  }
  .consultation__vector {
    display: none;
  }
  .device-description-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .device__vector {
    display: none;
  }
  .form {
    padding: 60px 20px;
    margin-bottom: 60px;
  }
  .form + .footer {
    margin-top: -60px;
  }
  .form2 {
    padding: 40px 20px;
  }
  .popular-models--homepage + .form2 {
    padding: 60px 20px;
  }
  .form-addres {
    margin-bottom: 20px;
  }
  .form--bg {
    margin-bottom: 60px;
  }
  .maps iframe {
    height: 200px;
  }
  .maps {
    height: 500px;
  }
  .footer__logo {
    width: 150px;
    max-height: 40px;
    margin-bottom: 40px;
  }
  .footer-contacts-numbers__item:last-child {
    margin-bottom: 20px;
    display: block;
  }
  .slick-slider {
    padding-bottom: 60px;
    margin-bottom: 20px;
  }
  .slick-next,
  .slick-prev {
    bottom: 0;
    top: auto;
    width: 40px;
    height: 40px;
  }
  .slick-next:before,
  .slick-prev:before {
    background-size: 15px 15px;
  }
  .pagination_wrapper {
    margin-top: 40px;
    gap: 0;
  }
  .page-numbers:not(.next):not(.prev) {
    padding-inline: 10px;
  }
  #nm-widget-panel {
    top: 100%;
    left: 0;
    width: 100%;
  }
  .widget-panel-open #nm-widget-panel {
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
  }
  .widget-panel-open {
    overflow: hidden;
  }
  .how-work {
    margin-bottom: 60px;
  }
  .how-work-block {
    align-items: center;
  }
  .how-work-block:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .how-work-block__text {
    margin-left: 20px;
  }
  .how-work-block:not(:last-of-type) .how-work-block__icon:before {
    content: "";
    position: absolute;
    height: 25px;
    border-right: 1px solid #d6d6d6;
    width: 0;
    bottom: -25px;
    left: 50%;
  }
  .text-picture {
    line-height: 142%;
    color: #454545;
    margin-bottom: 60px;
  }
  .text-picture__block {
    margin-bottom: 20px;
    width: 100%;
  }
  .text-picture__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .text-picture--left-image .text-picture__img {
    margin-bottom: 30px;
  }
  .text-picture__title {
    margin-bottom: 30px;
  }
  .text-picture__img {
    max-width: 350px;
    overflow: hidden;
  }
  .text-picture__img img {
    padding-right: 1px;
    height: auto;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
    box-shadow: 103px 5px 0 #b13426;
  }
  .text-block-v1 {
    margin-bottom: 60px;
    line-height: 167%;
  }
  .text-block-v2 {
    margin-bottom: 60px;
    line-height: 167%;
    color: #6d6d6d;
  }
  .vector-points {
    display: none;
  }
  .node-description {
    margin-bottom: 60px;
  }
  .node-description__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .node-description__img {
    max-width: 300px;
  }
  .about-product {
    margin-bottom: 60px;
    line-height: 150%;
  }
  .about-company {
    line-height: 150%;
    margin-bottom: 60px;
  }
  .header + .about-company {
    margin-top: 0;
  }
  .back-list {
    margin-bottom: 60px;
  }
  .wpcf7-not-valid-tip {
    bottom: 20px;
  }
  .article > .add-device {
    width: 100%;
  }
  .article > .set {
    padding: 60px 20px;
  }
}
