@media screen and (min-width: 768px) {
  body {
      font-size: 18px;
      line-height: 26px;
  }

  h1,
  h2,
  h3,
  h4 {
      margin-top: 0;
      margin-bottom: 40px;
  }

  h4+.text-block__table {
      margin-top: -20px;
  }

  h1,
  .header-body__title {
      font-size: 60px;
      line-height: 60px;
  }

  .about-company__description h1 {
      font-size: 44px;
      line-height: 1;
  }

  h2,
  .publications__title,
  .popup-block__title {
      font-size: 44px;
      line-height: 56px;
  }

  h3 {
      font-size: 24px;
      line-height: 34px;
  }

  h4 {
      font-size: 24px;
      line-height: 34px;
  }

  .about-company_wrapper,
  .add-device_wrapper,
  .advantages_wrapper,
  .article-info_wrapper,
  .article_wrapper,
  .basket_wrapper,
  .consultation_wrapper,
  .container,
  .device_wrapper,
  .footer-copyright_wrapper,
  .footer_wrapper,
  .form_wrapper,
  .header_wrapper,
  .mode_wrapper,
  .models_wrapper,
  .popular-models_wrapper,
  .product_wrapper,
  .publications_wrapper,
  .services-container,
  .set_wrapper,
  .works_wrapper {
      width: 100%;
      max-width: 1180px;
      margin-inline: auto;
  }

  .partners,
  .popular-article,
  .popular-models {
      overflow: hidden;
  }

  .header--background {
      background-position: 60% 100%;
      padding-bottom: 0;
      position: relative;
      min-height: 800px;
      overflow: hidden;
  }

  .header--background:before {
      content: '';
      background: linear-gradient(to bottom, #FFF 0%, rgba(0, 0, 0, 0) 100%);
      display: block;
      width: 100%;
      height: 50%;
      position: absolute;
      left: 0;
  }

  .header--background .header_wrapper {
      min-height: 800px;
  }
  .header--background > .header_wrapper:not(:has(.header__slider)) {
      position: relative;
  }

  .header__shadow {
      width: 80%;
      background: linear-gradient(90deg, #f8f8f8 20%, rgba(255, 255, 255, 0) 80%);
  }

  .header_wrapper {
      z-index: 3;
  }

  .header__vector {
      bottom: 52px;
      left: -95px;
      z-index: 1;
      position: absolute;
  }

  .header-body {
      margin-top: 60px;
      padding-bottom: 100px;
  }

  .header-body__description {
      max-width: 300px;
  }

  .header-body__button {
      padding: 20px 40px;
      width: fit-content;
      position: absolute;
      bottom: 60px;
  }

  .header-contacts__logo svg {
      width: 213px;
      height: 57px;
  }

  .header-contacts {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      padding: 20px 0;
  }

  .menu-btn {
      display: none;
  }

  .header-contacts_wrapper {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      gap: 20px;
  }

  .header-contacts-address {
      display: grid;
      grid-template-columns: 16px 1fr;
      gap: 12px;
      align-items: center;
  }

  .header-contacts-addres_wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .header-contacts_wrapper .header-contacts-numbers {
      margin-right: 12px;
      line-height: normal;
  }

  .header-contacts-numbers {
      display: flex;
  }

  .header-contacts-numbers__item {
      padding-right: 12px;
      border-right: 1px solid #9a9a9a;
      display: flex;
      gap: 10px;
      align-items: baseline;
  }

  .header-contacts-numbers__item:last-child {
      padding-left: 12px;
  }

  .header-contacts-numbers__item:first-child {
      text-align: start;
  }

  .header-contacts-numbers__item a {
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: #454545;
  }

  .header-contacts-numbers__item .call {
      color: #b13426;
      cursor: pointer;
  }

  .header-contacts-numbers_wrapper {
      width: 100%;
      margin-left: auto;
      display: flex;
      align-items: center;
  }

  .header__basket {
      order: 1;
      background: #0f5ca3;
  }

  .header__basket svg {
      fill: #fff;
  }

  .header-contacts-address svg {
      width: 16px;
      height: 16px;
  }

  .header-contacts-address:not(:last-child) {
      margin-bottom: 5px;
  }

  .header-contacts-address__text {
      font-size: 16px;
      color: #454545;
  }

  .header__slider {
      width: 100dvw;
      position: absolute;
      height: 100%;
      left: 0;
      overflow: hidden;
      z-index: 1;
      top: 0;
      box-sizing: border-box;
  }

  .header__background {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: auto 120% !important;
      background-position: 50% 50% !important;
      background-repeat: no-repeat;
      left: 0;
  }

  .header_slider_wrapper {
      display: flex;
      justify-content: center;
      flex-direction: column;
  }

  .header-contacts_container {
      z-index: 4;
      position: relative;
  }

  .header__slider .slick-dots {
      position: absolute;
      top: 50%;
      right: calc((100dvw - 1180px)/2 + 20px);
      transform: translate(-100%, -100%);
      flex-direction: column;
  }

  .header-body__info-block:not(:first-child) {
      display: none;
  }

  .navigation {
      display: grid;
      grid-template-columns: 1fr 180px;
      background: #3e3e3e;
      border-radius: 4px;
      color: #fff;
      height: 56px;
      position: relative;
  }

  .navigation a:hover {
      background: #303030;
  }

  .navigation>ul {
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: center;
  }

  .navigation>ul>li>a,
  .navigation>ul>li>span {
      color: inherit;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .navigation>ul>li {
      flex: 1;
      height: 100%;
      position: relative;
  }

  .menu__wrapper li.active>span+ul {
      margin-top: 20px;
  }

  .menu__drop .active>span {
      font-size: 16px;
      color: #454545;
      font-weight: 700;
  }

  .menu__drop label svg {
      stroke: #fff;
  }

  .menu__drop label {
      position: absolute;
      left: calc(50% + 34px);
      top: calc(50% - 10px);
  }

  .menu__drop:hover .select-arrow {
      transform: rotate(180deg);
  }

  .menu__drop:hover .menu__wrapper {
      display: block;
  }

  .menu__drop>.menu__wrapper>ul {
      background: #fff;
      color: #6d6d6d;
      top: 76px;
      padding: 25px 20px 25px 35px;
      box-shadow: 0 4px 20px rgb(71 71 71 / 15%);
      border-radius: 4px;
  }

  .menu__drop>.menu__wrapper {
      position: absolute;
      z-index: 1;
      padding-top: 20px;
      width: calc(400% + 180px);
  }

  .menu__drop>.menu__wrapper>ul>li {
      float: left;
      width: calc(50% - 30px);
      margin-right: 30px;
  }

  .menu__drop>.menu__wrapper>ul::after {
      content: "";
      clear: both;
      display: block;
  }

  .menu__wrapper .menu__wrapper ul {
      display: grid;
      grid-template-columns: repeat(2, auto);
      column-gap: 40px;
      row-gap: 10px;
      width: fit-content;
      padding-left: 20px;
  }

  .header-middle_search {
      display: flex;
      position: relative;
      position: absolute;
      right: 0;
  }

  .header_search-bar {
      border: 0;
      padding: 7px 10px;
      margin: 10px;
      width: 160px;
      transition: width 1s;
  }

  .header_search-bar:focus {
      width: calc(100vw - 60px);
  }

  .submit-search {
      width: 0;
      position: absolute;
      right: 0;
      height: 100%;
      width: 36px;
      visibility: hidden;
  }

  .submit-search:before {
      content: "»";
      position: absolute;
      top: 0;
      right: 5px;
      line-height: 56px;
      width: 100%;
      height: 100%;
      font-size: 20px;
      visibility: visible;
      font-weight: 300;
  }

  .header-links-hierarchy {
      display: block;
  }

  .header-links>ul {
      display: flex;
      margin: 0 0 30px 0;
      flex-wrap: wrap;
  }

  .header-links .header-links-select:hover .menu__wrapper {
      display: block;
  }

  .header-links li>span {
      color: #000;
  }

  .header-links-select ul a:hover,
  .header-links-select ul li>span {
      color: #b13426;
  }

  .header-links_wrapper {
      font-weight: 300;
      font-size: 18px;
      color: #616161;
  }

  .header-links_wrapper {
      position: relative;
  }

  .header-links_wrapper li:not(:last-child) {
      margin-right: 20px;
  }

  .header-links_wrapper>li {
      padding: 15px 0;
  }

  .header-links-select li:not(:last-child) {
      margin-bottom: 20px;
  }

  .header-links_wrapper li a {
      color: inherit;
  }

  .mobile-info {
      display: none;
  }

  .header-links ul>li>.menu__wrapper {
      background: #fff;
      box-shadow: 0 4px 20px rgb(71 71 71 / 15%);
      padding: 20px 40px;
      position: absolute;
      top: 30px;
      color: #616161;
      border-radius: 4px;
  }

  .services {
      margin-top: -40px;
      margin-bottom: 100px;
      padding: 0 20px;
  }

  .services-guarantees {
      margin-bottom: 40px;
  }

  .services__block {
      position: relative;
  }

  .services-container {
      position: relative;
      z-index: 1;
      background-image: linear-gradient(to bottom, #f8f8f8 10%, #fff 50%);
      padding: 20px;
      box-sizing: border-box;
      border-radius: 5px;
  }

  .services__block-container ul {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 1fr);
      margin: 0;
  }

  .services__block-container li {
      height: 100%;
  }

  .services__block {
      min-height: 100px;
      height: 100%;
      justify-content: space-between;
  }

  .services__block img {
      margin-right: -55px;
      height: 80%;
      width: auto;
  }

  .services__block-text {
      padding: 10px 10px 10px 20px;
      font-size: 20px;
      line-height: 142%;
      color: #505050;
  }

  .article_wrapper+.partners {
      margin-top: 120px;
  }

  .partners {
      padding-bottom: 40px;
      margin-bottom: 60px;
      padding-inline: 20px;
  }

  .partners .popular-models__title {
      font-size: 44px;
      margin: 0;
      margin-bottom: 40px;
      color: #454545;
      font-weight: 600;
      line-height: 50px;
  }

  .partners-block a,
  .partners-block__img {
      background: #fff;
      min-height: 200px;
      display: flex;
      box-sizing: border-box;
      padding: 20px;
      box-shadow: 0 2px 20px rgb(71 71 71 / 10%);
      width: 100%;
      justify-content: center;
  }

  .partners-block {
      justify-content: center;
  }

  .advantages {
      padding-top: 40px;
  }

  .advantages-block_container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 40px;
  }

  .advantages-block__text {
      font-size: 20px;
      line-height: 34px;
  }

  .advantages-block__icon {
      width: 50px;
      height: 50px;
      fill: #0f5ca3;
      margin-bottom: 24px;
  }

  .works {
      margin-bottom: 100px;
  }

  .works__title {
      margin-bottom: 20px;
  }

  .works__item:nth-child(1) {
      grid-row: 1/6;
      align-self: end;
  }

  .works__item:nth-child(2) {
      grid-row: 1/7;
  }

  .works__item:nth-child(3) {
      grid-row: 1/6;
  }

  .works__item:nth-child(4) {
      grid-row: 6/11;
  }

  .works__item:nth-child(5) {
      grid-row: 7/11;
  }

  .works__item:nth-child(6) {
      grid-row: 6/11;
  }

  .works__masonry {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      grid-template-rows: repeat(10, 54px);
  }

  .works__info {
      padding-top: 20px;
      min-height: 328px;
      box-sizing: border-box;
  }

  .works img {
      margin: 0;
      height: 100%;
      object-fit: cover;
      display: block;
  }

  .works-button {
      max-width: 240px;
  }

  .works__description {
      font-size: 16px;
      line-height: 162%;
      color: #999;
  }

  .header+.about-company {
      margin-top: 100px;
  }

  .about-company {
      margin-bottom: 100px;
  }

  .about-company-more__title {
      font-size: 16px;
      font-weight: 300;
  }

  .select-arrow_ac {
      margin-top: 5px;
  }

  .about-company_wrapper {
      padding: 50px;
      border-right: 5px solid #b13426;
      box-shadow: 0 20px 120px rgb(71 71 71 / 10%);
      font-size: 18px;
      line-height: 30px;
      box-sizing: border-box;
  }

  .news {
      overflow: hidden;
      margin-bottom: 100px;
  }

  .news-block__container {
      height: 100%;
      box-sizing: border-box;
  }

  .about-company+.popular-models {
      background: 0 0;
  }

  .popular-models {
      padding: 40px;
  }

  .popular-models-2 {
      padding: 40px 20px 60px 20px;
      margin-bottom: 0;
  }

  .popular-models--homepage {
      padding: 60px 20px;
  }

  .popular-models-block-feature_wrapper {
      background: #fff;
      padding: 40px;
      box-shadow: 0 20px 120px rgb(71 71 71 / 5%);
  }

  .popular-models__button {
      width: fit-content;
      padding: 20px 80px;
      white-space: nowrap;
      margin-top: 40px;
  }

  .popular-models_slider--pl-header .popular-models-block__container {
      flex-direction: column;
      box-shadow: 0 0 20px rgb(71 71 71 / 15%);
      background: #fff;
  }

  .popular-models_slider--pl-header .img-wrp {
      padding: 20px;
  }

  .popular-models_slider--pl-header .popular-models-block-feature_wrapper {
      flex: 1;
      background: 0 0;
      box-shadow: none;
  }

  .popular-products-block__container {
      background: #fff;
      cursor: pointer;
      padding: 20px;
      min-height: 550px;
      box-shadow: 0 20px 120px rgb(71 71 71 / 5%);
  }

  .popular-products-block__container img {
      width: 100%;
  }

  .popular-products-block__container .img-wrp {
      padding: 60px 0;
  }

  .publications {
      padding-top: 0;
  }

  .publications .products-block {
      box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.09);
      background: #fff;
      display: flex;
      flex-direction: column;
  }

  .products-block img {
      width: 100%;
      height: auto;
      height: 200px;
      margin-bottom: 20px;
      padding: 10px;
      box-sizing: border-box;
  }

  .products-block-order {
      margin-top: 20px;
  }

  .publications .products-block-img_wrapper a {
      width: 100%;
      display: flex;
      height: 100%;
      justify-content: center;
  }

  .publications .products-block-img_wrapper {
      width: 100%;
      height: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      border-bottom: 1px solid #d1d1d1;
  }

  .publications .products-block_wrapper {
      display: flex;
      flex-direction: column;
      flex: 1;
  }

  .publications .products-block-info_wrapper {
      width: 100%;
  }

  .publications .products-block-attr_wrapper {
      padding: 0 10px 20px 10px;
  }

  .publications .products-block-order_wrapper {
      padding: 0 10px 20px 10px;
      margin-top: auto;
      border-top: 1px solid #d1d1d1;
  }

  .publications .products-block__title {
      font-size: 18px;
      line-height: 24px;
      margin: 0;
      padding: 20px 10px;
      box-sizing: border-box;
      justify-content: left;
  }

  .publications a img {
      width: 80%;
      margin-top: 20px;
      max-height: 180px;
      object-fit: contain;
  }

  .publications .instruction_wrapper {
      width: 100%;
  }

  .products-block_container .models-slider {
      display: block;
  }

  .products-block-mobile {
      display: none;
  }

  .products-block__container {
      width: 100%;
      box-sizing: border-box;
      height: 100%;
  }

  .products-block-attr_wrapper table {
      line-height: 20px;
      font-size: 16px;
  }

  .products_wrapper {
      display: flex;
      gap: 20px;
      margin-top: 40px;
      margin-bottom: 40px;
  }

  .products-filter {
      width: 25%;
      padding-top: 20px;
  }

  .products-container {
      display: flex;
      flex-wrap: wrap;
      width: 75%;
      gap: 20px;
      height: fit-content;
  }

  .searchresults-container {
      width: 100%;
  }

  .model-block__title {
      font-size: 24px;
      line-height: 34px;
  }

  .subcategories-list {
      grid-template-columns: repeat(2, 1fr);
      margin-bottom: 60px;
  }

  .subcategories-list li a {
      display: flex;
      flex-direction: column;
      padding: 0;
      gap: 0;
  }

  .subcategories-list li .imgwrp {
      border-bottom: 1px solid #e5e5e5;
      display: block;
      text-align: center;
      width: 100%;
      padding: 20px;
      box-sizing: border-box;
  }

  .subcategories-list li img {
      max-height: 120px;
      width: auto;
  }

  .subcategories-list li .namewrp {
      padding: 20px;
      font-size: 16px;
      color: #a5a5a5;
      text-align: center;
  }

  .models {
      padding: 60px 20px;
      margin-bottom: 100px;
  }

  .models-block-mobile {
      display: none;
  }

  .woocommerce-notices-wrapper {
      display: none;
  }

  .publications .rectangle .products-block {
      max-height: 320px;
  }

  .publications .products-block {
      width: calc(50% - 10px);
  }

  .publications .rectangle {
      width: 100%;
      min-height: 260px;
      background: #fff;
      flex-direction: row;
      align-items: flex-start;
  }

  .publications .rectangle .products-block-img_wrapper {
      max-width: 230px;
      height: 100%;
      border-bottom: none;
      border-right: 1px solid #d1d1d1;
  }

  .publications .rectangle img {
      object-fit: contain;
  }

  .publications .rectangle .products-block_wrapper {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      flex-grow: 1;
      height: 100%;
      box-sizing: border-box;
  }

  .publications .rectangle .products-block-info_wrapper {
      border-bottom: none;
  }

  .publications .rectangle .products-block-order_wrapper {
      width: 100%;
      box-sizing: border-box;
  }

  .publications .rectangle .products-block-order a {
      width: fit-content;
      padding: 10px 30px;
  }

  .tabs__caption {
      margin-bottom: 40px;
  }

  .popular-article {
      margin-bottom: 100px;
  }

  .popular-article-block__container {
      padding: 30px;
      box-shadow: 0 10px 120px rgb(71 71 71 / 10%);
      height: 100%;
      box-sizing: border-box;
  }

  .popular-article-block__title {
      font-size: 24px;
      line-height: 1.1;
  }

  .popular-article-block__description {
      font-size: 16px;
      line-height: 26px;
      margin-right: 30px;
  }

  .form-inputs__button {
      max-width: 230px;
      margin-top: 0;
  }

  .form {
      padding: 80px 20px;
      margin-bottom: 100px;
      position: relative;
  }

  .consultation+.form {
      margin-bottom: 0;
  }

  .form--bg {
      margin-bottom: 100px;
  }

  form.cart .clickBuyButton {
      padding: 0 10px;
  }

  .form_wrapper {
      align-items: center;
      box-shadow: 0 20px 120px rgb(71 71 71 / 10%);
      padding: 50px 90px 50px 70px;
      display: flex;
      background: #fff;
      z-index: 1;
      position: relative;
      flex-wrap: wrap;
      gap: 40px;
      box-sizing: border-box;
  }

  .form_wrapper>* {
      width: 100%;
  }

  .form-shadow {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background: linear-gradient(90deg,
              #f8f8f8 80%,
              rgba(255, 255, 255, 0) 125%);
  }

  .form-bg {
      width: 409px;
      height: 100%;
      background-image: url(../img/body/body__bg2.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 0;
      right: 0;
  }

  .form-description__title {
      margin-top: 0;
      margin-bottom: 20px;
  }

  .form-description {
      color: #999;
  }

  .form-inputs-block__input {
      margin-bottom: 20px;
      background: #fff;
  }

  .article-info_wrapper:not(:last-child) {
      margin-bottom: 100px;
  }

  .article+.form2 {
      background: 0 0;
      padding-top: 60px;
  }

  .article .form2 {
      background: 0 0;
  }

  .slick-slide {
      padding: 0 10px;
  }

  .slick-slider {
      margin-left: -10px;
      width: calc(100% + 20px);
  }

  .slick-slider .slick-list {
      overflow: visible;
  }

  .slick-prev[aria-disabled="true"] {
      left: -200px;
  }

  .slick-next[aria-disabled="true"] {
      right: -200px;
  }

  .slick-prev {
      left: 0;
      z-index: 1;
  }

  .slick-next {
      right: 0;
  }

  .slick-prev:before {
      transform: rotate(180deg);
  }

  .slick-next:before,
  .slick-prev:before {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L10 10L2 18' stroke='%23B13426' stroke-width='4' /%3E%3C/svg%3E");
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      visibility: visible;
      background-size: 24px 24px;
      background-repeat: no-repeat;
      background-position: 50%;
      background-color: #fff;
      box-shadow: 0 2px 20px rgb(71 71 71 / 10%);
      border-radius: 50%;
  }

  .slick-slide img {
      max-height: 240px;
      object-fit: contain;
  }

  .footer {
      padding-top: 40px;
  }

  .footer_wrapper {
      margin-bottom: 40px;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
  }

  .footer-contacts {
      margin-bottom: 0;
      text-align: end;
  }

  .footer__logo {
      width: 100%;
      max-height: 49px;
  }

  .footer__logo svg {
      width: 169px;
  }

  .footer-basket_wrapper {
      grid-template-columns: 1fr 40px;
      text-align: end;
      margin-bottom: 14px;
  }

  .footer-basket_wrapper a,
  .footer-basket_wrapper button[data-lnk] {
      justify-content: end;
  }

  .footer-contacts .header-contacts-numbers_wrapper {
      justify-content: end;
      margin-bottom: 12px;
  }

  .footer-contacts-numbers__item:not(:last-child) {
      padding-right: 16px;
      border-right: 1px solid #9a9a9a;
      margin-right: 16px;
  }

  .maps {
      height: 500px;
      margin-top: -100px;
  }

  .popup-block {
      padding: 60px 100px;
  }

  .article {
      padding-top: 0;
      color: #454545;
  }

  .article>.set {
      padding-top: 60px;
      padding-bottom: 60px;
  }

  .article>.partners {
      padding-bottom: 60px;
      padding-top: 0;
  }

  .article a {
      color: inherit;
      text-decoration: underline;
      font-weight: 400;
  }

  .article__title {
      font-size: 44px;
      line-height: 54px;
  }

  .article-info ol,
  .article-info ul {
      margin: 0;
  }

  .article-info ul+p,
  .article-info ol+p {
      margin-top: 20px;
  }
  .article-info .wp-caption {
  	margin-bottom: 20px;
  }

  .article-info .aligncenter {
  	margin-left: auto;
  	margin-right: auto;
  }

  .article-info p+table {
      margin-top: 0;
  }

  .article-info h3,
  .article-info h4 {
      margin-top: 40px;
  }

  .mode+.consultation .consultation__vector {
      position: absolute;
      left: -252px;
      top: -104px;
  }

  .mode+.consultation .consultation_wrapper {
      position: relative;
      gap: 60px;
      border-bottom: none;
  }

  .mode+.consultation .consultation__description {
      margin-bottom: 40px;
  }

  .consultation {
      background: #fff;
      color: #6d6d6d;
      padding-bottom: 0;
      margin-bottom: 80px;
  }

  .consultation_wrapper {
      width: 100%;
      max-width: 1180px;
      margin-inline: auto;
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 20px;
      align-items: baseline;
      border-bottom: 1px solid rgba(109, 109, 109, 0.3);
      padding-bottom: 80px;
  }

  .consultation__vector {
      width: 169px;
      height: 137px;
      grid-area: 2/1/2/2;
      align-self: end;
      margin-bottom: 7px;
  }

  .consultation__description-container {
      margin-top: 10px;
      grid-area: 1/2/3/3;
  }

  .consultation__title {
      font-size: 44px;
      line-height: 1.1;
  }

  .publications-container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 20px;
      grid-template-rows: repeat(4, 1fr);
      margin-bottom: 40px;
  }

  .publications__title_wrapper {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
  }

  .select-type-view {
      width: 40px;
      height: 40px;
      border-radius: 2px;
      border: 1px solid #d6d6d6;
      margin-left: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
  }

  .select-type-view svg {
      width: 16px;
      height: 16px;
  }

  .news-block_wrapper {
      height: 100%;
      display: flex;
      flex-direction: column;
  }

  .news-block_wrapper:not(.shortpost):before {
      content: "";
      display: block;
      opacity: 0;
      margin-top: 0;
      position: absolute;
      box-sizing: border-box;
      border-bottom: 3px solid #b13426;
      left: 0;
      bottom: 0;
      width: 100%;
      background: #fff;
      padding: 20px;
      transition: 0.4s;
      z-index: 1;
  }

  .news-block_wrapper:not(.shortpost):hover:before {
      opacity: 1;
      bottom: -73px;
      height: 93px;
  }

  .news-block_wrapper:not(.shortpost):after {
      opacity: 0;
      position: absolute;
      bottom: 0;
      padding: 14px;
      background: #3e3e3e;
      color: #fff;
      border-radius: 2px;
      font-weight: 700;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      transition: 0.4s;
      content: "Подробнее";
      display: block;
      width: calc(100% - 68px);
      z-index: 2;
  }

  .news-block_wrapper:not(.shortpost):hover:after {
      opacity: 1;
      bottom: -53px;
  }

  .news-block:not(.slider-item) {
      box-shadow: 8px 0 20px 0 rgb(71 71 71 / 13%);
      padding: 20px;
      position: relative;
      background: #fff;
      cursor: pointer;
  }

  .news-block:not(.slider-item):hover .news-block-more_wrapper {
      opacity: 1;
      bottom: -93px;
  }

  .news-block-more_wrapper {
      opacity: 0;
      margin-top: 0;
      position: absolute;
      box-sizing: border-box;
      border-bottom: 3px solid #b13426;
      left: 0;
      bottom: 0;
      width: 100%;
      background: #fff;
      padding: 20px;
      transition: 0.4s;
      z-index: 1;
  }

  .popular-article-block__description {
      margin-bottom: auto;
  }

  .set--none-mb+.popular-models {
      background: 0 0;
  }

  .about-company+.set {
      background: 0 0;
      padding-top: 60px;
  }

  .product-info_container {
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 60px;
      margin-top: 40px;
  }

  .product-block-description {
      display: grid;
      grid-template-columns: 1fr 1fr;
      box-shadow: 0 4px 40px rgb(71 71 71 / 15%);
  }

  .product-block-info {
      grid-column: 1/3;
      padding: 40px;
  }

  .product-block-title-1.product-block-title:nth-last-of-type(3) {
      grid-column: 1/3;
  }

  .product-block-info .variant {
      font-size: 14px;
  }

  .pvtfw_variant_table_block table.variant th {
      white-space: wrap;
  }

  .product-block-title {
      color: #ababab;
      font-size: 30px;
      line-height: 40px;
      background: #f6f6f6;
      cursor: pointer;
      border-bottom: 1px solid #d1d1d1;
  }

  .product-block-title:first-child:is(:last-of-type) {
      border-right: 1px solid #d1d1d1;
  }

  .product-block-active {
      background: #fff;
      color: #454545;
      border-bottom: 1px solid #fff;
  }

  .product-info_container .image__wrapper,
  .product-info_container .woocommerce-product-gallery__image {
      /* padding: 20px; */
  }

  .product-info_container .image__wrapper {
      cursor: pointer;
  }

  .product-info_container .product-slider--main .image__wrapper,
  .product-info_container .product-slider--main .woocommerce-product-gallery__image {
      justify-content: center;
      z-index: -1;
  }

  .product-info_container .product-slider--main .image__wrapper img,
  .product-info_container .product-slider--main .woocommerce-product-gallery__image img {
      height: auto;
      max-height: 200px;
  }

  .product-slider--main .slick-list {
      z-index: 1;
  }

  .woocommerce-product-gallery__image img {
      height: 200px;
      object-fit: contain;
  }

  .product-slider {
      margin-left: 0;
  }

  .product-info_wrapper {
      display: flex;
      flex-direction: column;
      width: fit-content;
  }

  .product-info-order__price {
      margin-top: 40px;
      display: flex;
      flex-direction: column;
  }

  .product-info-order__price> :first-child {
      order: 1;
      margin-bottom: -15px;
  }

  .product-info-order__price {
      font-size: 28px;
      line-height: 40px;
  }

  .product-info_wrapper .available-options-btn button {
      width: fit-content;
      padding: 10px 40px;
  }

  .product-slider_wrapper {
      margin-bottom: 0;
      overflow: hidden;
  }

  .product-slider_wrapper .product-slider {
      width: 100%;
  }

  .product-slider--dop .slick-slide {
      opacity: 0.5;
      transition: 0.4s;
  }

  .product-slider--dop .slick-current {
      opacity: 1;
  }

  .product-slider_wrapper .product-slider--dop img {
      max-height: 100px;
  }

  .product-slider--dop {
      padding-bottom: 60px;
      position: relative;
  }

  .product-slider--dop .slick-next,
  .product-slider--dop .slick-prev {
      width: 40px;
      height: 40px;
      bottom: -40px;
      top: auto;
  }

  .product-slider--dop .slick-next:before,
  .product-slider--dop .slick-prev:before {
      background-size: 18px 18px;
  }

  .product-slider--dop .slick-next[aria-disabled="true"],
  .product-slider--dop .slick-prev[aria-disabled="true"] {
      opacity: 1;
  }

  .product-slider--dop .slick-prev {
      left: calc(50% - 50px);
  }

  .product-slider--dop .slick-next {
      right: calc(50% - 50px);
  }

  #nm-widget-panel {
      right: -40%;
      width: 40%;
  }

  .widget-panel-open #nm-widget-panel {
      right: 0;
  }

  .nm-widget-panel-inner {
      height: 100%;
      padding-bottom: 40px;
  }

  .basket-block {
      display: grid;
      grid-template-columns: 2fr 4fr 3fr 1fr 45px;
      gap: 40px;
      align-items: center;
  }

  .basket-block-info {
      border-top: 0;
  }

  .basket-block-table_wrapper {
      border: none;
  }

  .basket-block-info,
  .basket-block-price_wrapper,
  .basket-block-table_wrapper {
      padding: 0;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      position: relative;
  }

  .basket-block-table {
      width: 100%;
  }

  .basket-block-img img {
      max-height: 110px;
      object-fit: contain;
  }

  .basket-block-price_wrapper {
      gap: 40px;
  }

  .basket-block-numbers_wrapper {
      margin-left: 0;
  }

  .basket-block-price {
      order: -1;
      margin-right: auto;
  }

  .basket-block-info:after,
  .basket-block-table_wrapper:after {
      content: "";
      height: 100%;
      display: block;
      position: absolute;
      border-right: 1px solid #d1d1d1;
      right: -10px;
  }

  .basket-block-delete_wrapper {
      height: 100%;
      display: flex;
      align-items: center;
      position: relative;
  }

  .basket-block-delete_wrapper:before {
      content: "";
      height: 100%;
      display: block;
      position: absolute;
      border-right: 1px solid #d1d1d1;
      left: -20px;
  }

  .basket-price_wrapper {
      justify-content: end;
  }

  .woocommerce-billing-fields__field-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 40px;
  }

  .woocommerce-checkout-review-order-table {
      width: auto;
  }

  .woocommerce-checkout-payment .button {
      width: fit-content;
  }

  .mode_wrapper {
      display: flex;
      gap: 40px;
  }

  .mode__title {
      font-size: 24px;
      line-height: 34px;
      color: #505050;
  }

  .mode2-img_wrapper {
      flex-direction: row;
      width: 50%;
      margin-top: 50px;
      overflow-x: hidden;
      height: fit-content;
  }

  .mode2-img_wrapper img {
      box-shadow: 103px 5px 0 #b13426;
  }

  .button,
  .consultation__button,
  .form-inputs__button,
  .nm-cart-empty-button .button,
  .woocommerce-mini-cart__buttons .button {
      width: fit-content;
      padding: 20px;
  }

  .mode+.device {
      padding-top: 80px;
      padding-bottom: 60px;
      background: #f6f6f6;
      display: block;
      margin-top: 40px;
  }

  .mode+.device .device_wrapper {
      display: flex;
      align-items: end;
      position: relative;
  }

  .device-description_wrapper ol li {
      line-height: 34px;
  }

  .device-description_wrapper ol li::marker {
      color: inherit;
  }

  .mode+.device .device__img {
      width: 20%;
  }

  .mode+.device .device__vector {
      position: absolute;
      top: -36px;
      right: -256px;
      width: 169px;
  }

  .mode+.device .device-description-col {
      column-count: 2;
      gap: 45px;
  }

  .advantages__container {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      padding: 34px 45px;
      box-sizing: border-box;
      gap: 40px;
  }

  .advantages__block {
      display: flex;
      flex-direction: column;
      text-align: center;
  }

  .advantages__icon {
      width: 60px;
      height: 60px;
      margin-bottom: 20px;
  }

  .advantages__text {
      line-height: 144%;
      color: #4b4b4b;
  }

  .text-picture {
      line-height: 142%;
      color: #454545;
      padding-inline: 20px;
      margin-bottom: 100px;
  }

  .text-picture__container {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 20px;
  }

  .text-picture--left-image .text-picture__container {
      grid-template-columns: 1fr 2fr;
      align-items: center;
  }

  .text-picture--left-image .text-picture__info {
      padding-left: 40px;
  }

  .text-picture__title {
      margin-bottom: 30px;
  }

  .text-picture__img {
      overflow: hidden;
  }

  .text-picture__img img {
      margin-top: 80px;
      padding-right: 1px;
      height: auto;
      width: 100%;
      object-fit: contain;
      object-position: bottom;
      box-shadow: 103px 5px 0 #b13426;
      padding-bottom: 20px;
  }

  .text-picture--left-image .text-picture__img img {
      margin-top: 0;
      height: calc(100% - 5px);
      object-fit: cover;
  }

  .text-block-v2 {
      padding-inline: 20px;
      margin-bottom: 100px;
      position: relative;
      font-weight: 400;
      font-size: 18px;
      line-height: 167%;
      color: #6d6d6d;
  }

  .text-block-v2__container {
      display: grid;
      grid-template-columns: 5fr 7fr;
      align-items: baseline;
      gap: 60px;
      position: relative;
  }

  .text-block-v2__vector-points {
      z-index: -1;
      bottom: 0;
      left: -215px;
  }

  .text-block-v2__button {
      padding: 20px 30px;
      width: fit-content;
      margin-top: 40px;
  }

  .text-block-v1 {
      margin-bottom: 100px;
      line-height: 167%;
  }

  .text-block-v1__container {
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 20px;
  }

  .text-block-v1__description-container {
      padding-left: 60px;
  }

  .text-block-v1__description {
      margin-bottom: 40px;
  }

  .node-description {
      padding-inline: 20px;
      background: #f6f6f6;
      padding-top: 80px;
      padding-bottom: 60px;
      margin-bottom: 100px;
      background-image: linear-gradient(90deg,
              #f6f6f6 60%,
              rgb(246 246 246 / 80%) 100%),
          url(/assets/themes/gmk-t/img/body/body__bg.jpg);
      background-size: auto 100%;
      background-position: 100%;
      background-repeat: no-repeat;
      position: relative;
  }

  .node-description+.node-description {
      margin-top: -100px;
      background-image: none;
  }

  .node-description__container {
      display: grid;
      grid-template-columns: 7fr 5fr;
      gap: 20px;
  }

  .node-description__title {
      margin-bottom: 0;
  }

  .node-description__info {
      margin-top: 50px;
  }

  .node-description__img {
      max-height: 409px;
      object-fit: contain;
      align-self: end;
      justify-self: end;
      width: 100%;
  }

  .node-description__vector-points {
      right: 20%;
      top: 60px;
  }

  .about-product {
      margin-bottom: 100px;
  }

  .how-work {
      padding: 60px 20px;
  }

  .how-work__title {
      margin-bottom: 60px;
  }

  .how-work-block_wrapper {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px;
      margin-bottom: 60px;
  }

  .how-work-block {
      flex-direction: column;
  }

  .how-work-block:not(:last-child) .how-work-block__icon:before {
      content: "";
      width: calc(100% + 20px - 74px);
      position: absolute;
      border-bottom: 1px solid #d6d6d6;
      top: 36px;
      left: 74px;
  }

  .how-work-block {
      position: relative;
  }

  .how-work-block__icon {
      position: static;
      width: fit-content;
      margin-bottom: 20px;
  }

  .back-list {
      padding: 70px 20px;
      position: relative;
      margin-bottom: 100px;
  }

  .back-list+.node-description {
      margin-top: -100px;
  }

  .back-list+.form {
      margin-top: -100px;
  }

  .back-list+.popular-models {
      margin-top: -100px;
  }

  .back-list__shadow {
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: linear-gradient(270deg,
              #e1e1e1 0,
              rgba(225, 225, 225, 0) 38.05%,
              rgba(225, 225, 225, 0.22) 99.32%);
  }

  .how-work+.back-list .back-list__shadow {
      background: linear-gradient(180deg,
              #f8f8f8 0,
              rgba(225, 225, 225, 0.91) 99.32%);
  }

  .back-list__intro {
      max-width: 60%;
      margin-bottom: 30px;
  }

  .vector-points {
      position: absolute;
      width: 169px;
  }

  .list-numbers {
      column-count: 2;
  }

  .list-square--column-2 {
      column-count: 2;
      gap: 45px;
  }

  .pages-list {
      padding: 40px 20px;
      margin-bottom: 60px;
      margin-top: -40px;
      overflow: hidden;
  }

  .text-block p+h4 {
      margin-top: 60px;
  }
  .footer-col {
    display: grid;
    grid-template-columns: auto auto auto;
    flex-grow: 1;
    gap: 40px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {

  .header-contacts,
  .header-contacts_wrapper {
      flex-wrap: nowrap;
  }

  .header-contacts-address__text {
      font-size: 14px;
      white-space: nowrap;
  }

  .header-contacts-numbers__item {
      flex-wrap: wrap;
      justify-content: end;
      height: fit-content;
      gap: 0;
      width: min-content;
  }

  .header-contacts-numbers__item a {
      font-size: 16px;
      font-weight: 700;
      white-space: nowrap;
  }

  .header-contacts-numbers__item .call,
  .header-contacts-numbers__item .mail {
      font-size: 16px;
      white-space: nowrap;
  }

  .header-contacts-numbers_wrapper {
      justify-content: end;
  }
}