/* MEDIA */
@media (max-width: 1632px) {
  section,
  .desktop-header-top
  {
    padding: 0 16px;
  }
  section.intro-video{
    padding:0;
  }
}
@media (min-width: 1461px) {
  .about {
    margin-top: 20px;
  }
}

@media (max-width: 1460px) {
  .header__logo-info {
    padding: 0 0 0 8px;
    font-size: 1.125rem;
    line-height: 1.1;
  }

  .nav__link {
    font-size: 1.2rem;
  }

  .btn-nav-link {
    font-size: 1.2rem;
  }

  .header__logo-info {
    padding: 0 0 0 28px;
  }

  .card-baner {
    margin-top: 36px;
  }

  .page-card-slider-info__title {
    font-size: 2rem;
  }

  .page-card-slider-two {
    width: 55%;
  }

  .nav-container {
    flex-basis: 70%;
  }
}

@media (max-width:1400px) {
  .slider-button {
    right: 44px !important;
    top: 50%;
  }

  .text-slider {
    margin-bottom: 0;
  }
}

@media (max-width:1280px) {
  .text-slider {
    background-color: var(--bg--primary-rgb);
    font-weight: bold;
    padding-right: 12px;
    flex-basis: auto;
    margin-bottom: 0;
  }
}

@media (max-width: 1200px) {
  .breadcrumb-item:not(:last-child)::after{
    content: '';
  }
  .header__body-left {
    display: block;
    text-align: left;
    flex-basis: 35%;
  }

  .header__body-right {
    flex-basis: 65%;
  }

  .body-row {
    margin: 0;
  }

  .header__logo {
    margin: 0 0 20px 0;
  }

  .header__logo img {
    margin: 0 auto;
  }

  .header__logo-info {
    padding: 0px;
  }

  .btn-nav-link {
    font-size: 1.125rem;
  }

  .nav__link {
    font-size: 1.125rem;
  }

  .menu-arrow {
    width: 8px;
    height: 18px;
    margin: 0 0 0 10px;
  }

  .search-txt {
    font-size: 1.125rem;
  }

  .search-txt-btn {
    width: 6%;
  }

  .equipment__body {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(3, 1fr);
  }

  .production-body {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(4, 1fr);
  }

  .cooperation {
    padding-bottom: 856px;
  }

  .sub-sub-menu-list-body-item {
    flex-basis: 42%;
  }

  .sub-sub-menu-list-title {
    font-size: 2rem;
    margin: 44px 0 38px 20px;
  }

  .sub-menu-list-container {
    padding: 16px;
  }

  .sub-sub-menu-list-body-item-title {
    font-size: 1.375rem;
  }

  .sub-sub-menu-list-body-item {
    margin: 0 10px;
  }

  .menu-arrow-s {
    width: 15px;
    height: 25px;
  }

  .about-line__left {
    height: 8px;
  }

  .about-line__midle {
    height: 8px;
  }

  .about-line__midle-two {
    height: 8px;
  }

  .about-line__right {
    height: 8px;
  }

  .about-line-two__one {
    height: 6px;
  }

  .about-line-two__two {
    height: 6px;
  }

  .about-line-two__three {
    height: 6px;
  }

  .about-line-two__four {
    height: 6px;
  }

  .about-line-two__five {
    height: 6px;
  }

  .equipment-line__left {
    height: 6px;
  }

  .equipment-line__midle {
    height: 6px;
  }

  .equipment-line__midle-two {
    height: 6px;
  }

  .equipment-line__right {
    height: 6px;
  }

  .equipment-line__midle-special {
    height: 6px;
  }

  .advantages__body {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: repeat(4, 1fr);
  }

  iframe.video-about {
    width: 800px;
    height: 393.75px;
  }

  .certificates-info {
    margin-bottom: 40px;
  }

  .certificates-video-container {
    margin-bottom: 40px;
  }

  .requisites-info {
    margin-bottom: 40px;
  }

  .map-container {
    margin-bottom: 60px;
  }

  .advantages-item__images {
    padding-top: 16px;
    min-height: 200px;
  }

  .advantages-item__images img {
    max-width: 50%;
  }

  .advantages-item__body {
    padding: 0 30px 20px 30px;
  }

  .card-baner {
    margin-top: 60px;
  }

  .page-card-slider-two {
    width: 50%;
  }

  .page-card-slider-two__item {
    height: 390px;
  }

  .page-card-slider {
    max-width: 80%;
  }

  .page-card-slider .slick-arrow.slick-prev {
    left: -6%;
  }

  .page-card-slider .slick-arrow.slick-next {
    right: -6%;
  }

  .page-card-slider__item {
    height: 188px;
  }

  .page-card-slider-info__title {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .page-card-slider-info__specification {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .page-card-slider-info__question {
    margin-bottom: 30px;
  }

  .slick-dots {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }

  .slick-dots li {
    font-size: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    border: 2px solid var(--elab--primary--color);
    background-color: var(--elab--color--tab);
    border-radius: 50%;
    margin: 10px;
    cursor: pointer;
  }

  /* Активная точка */
  .slick-dots li.slick-active {
    background-color: var(--elab--primary--color);
  }

  #slick-slide-control20 {
    border: none;
    background: none;
  }

  #slick-slide-control21 {
    border: none;
    background: none;
  }

  #slick-slide-control22 {
    border: none;
    background: none;
  }

  .page-catalog-body__title {
    margin-bottom: 40px;
  }

  .more-link {
    font-size: 1.25rem;
  }

  iframe.video-card {
    width: 100%;
    height: 100%;
  }

  .page-card-slider-two {
    width: 50%;
  }
}

@media (max-width: 1140px) {
  .more-link {
    font-size: 1rem;
  }

  .header__logo img {
    max-width: 84%;
  }

  .phone-body__icon img {
    max-width: 80%;
  }

  .price-link {
    font-size: 1.125rem;
  }

  .header__body-left {
    flex-basis: 30%;
  }

  .header__body-right {
    flex-basis: 70%;
  }

  .header__logo-info {
    font-size: 0.875rem;
  }

  .nav__list {
    flex-basis: 75%;
  }

  .nav__link {
    font-size: 1rem;
  }

  .btn-nav-link {
    font-size: 1rem;
  }

  .nav__line {
    height: 4px;
  }

  .search-txt {
    font-size: 1rem;
  }

  .search-txt-btn {
    width: 7%;
  }

  .main-title {
    font-size: 2rem;
  }

  .equipment__item {
    padding: 20px;
  }

  .equipment-item-title h2 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }

  .sub-equipment-line__left {
    height: 8px;
  }

  .sub-equipment-line__right {
    height: 8px;
  }

  .production-btn {
    font-size: 1.875rem;
  }

  .cooperation-line {
    margin-bottom: 32px;
  }

  .equipment-line.coop-special {
    margin-bottom: 22px;
  }

  .cooperation__info p {
    font-size: 1rem;
  }

  .cooperation {
    padding-bottom: 478px;
  }

  .sub-menu-list-container {
    padding: 10px;
  }

  .menu-arrow-s {
    width: 12px;
    height: 23px;
  }

  .sub-sub-menu-list-title {
    font-size: 1.75rem;
    margin: 26px 0 26px 20px;
  }

  .sub-sub-menu-list-body-item-title {
    font-size: 1.2rem;
    line-height: 1;
  }

  .button-vacancy a {
    font-size: 1.875rem;
  }

  .button-vacancy {
    padding: 0px 60px 6px 10px;
  }

  .about-info-img {
    max-width: 50%;
  }

  .about {
    margin: 0 0 30px 0;
  }

  iframe.video-about {
    width: 700px;
    height: 393.75px;
  }

  .breadcrumb {
    margin-bottom: 44px;
  }

  .page-card-slider-info__title {
    font-size: 1.5rem;
    margin-bottom: 26px;
    padding: 10px 20px 14px 15px;
  }

  .page-card-slider-info__specification {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }

  .page-card-slider-info__question {
    margin-bottom: 26px;
    padding: 7px 15px 10px 15px;
  }

  .p-c-arrow-special {
    width: 12px;
    height: 22px;
  }

  .page-card-slider-two__item {
    height: 310px;
  }

  .advantages__body {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }

  iframe.video-card {
    width: 100%;
    height: 100%;
  }

  .page-card-slider__item {
    height: 120px;
  }

  .page-card-slider .slick-arrow {
    width: 25px;
    height: 41px;
  }

  .page-catalog-body__content {
    margin: 0 0 44px 0;
  }

  .catalog-link__title {
    padding: 6px 17px 8px 14px;
  }
  .soft-manual a {
    padding: 8px 16px;
  }

  .soft-download-text {
    padding: 0 10px 0 20px;
    font-size: 1.25rem;
  }

  .soft__info {
    margin: 0 0 30px 0;
  }

  .soft-download-file {
    padding: 12px;
  }

  .soft-arrow {
    width: 24px;
    height: 12px;
  }

  .soft {
    padding: 0 0 334px 0;
  }

  .cooperation {
    padding-bottom: 246px;
  }

  .page-card-slider-two {
    width: 100%;
  }

  .page-card-slider-info {
    right: 0%;
  }
}

@media (max-width: 1092px) {
  .page-card-slider-two {
    width: 50%;
  }

  .nav__link {
    font-size: 1rem;
  }
}

@media (max-width: 1075px) {
  .page-card-slider-two {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .tab-buttons {
    top: 70px !important;
  }
}

@media (max-width:1000px) {
  .h-slider-mobil {
    display: block;
    text-shadow: 2px 2px black;
  }

  .h-slider {
    text-shadow: 2px 2px black;
  }

  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail,
  img.woocommerce-placeholder.wp-post-image {
    max-height: 240px;
  }

  .header__body-right {
    flex-basis: 80%;
  }
}

@media (max-width: 991px) {
  .tab-buttons {
    top: 10px !important;
  }

  .nav__item {
    background-color: var(--secondary--color);
    width: 100%;
  }

}

@media (max-width: 900px) {
  /* Page */
  .two-columns {
    grid-template-columns: 1fr;
  }
  .page-header h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 800px) {
  .page-card-slider-info__title {
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding: 10px 12px 14px 12px;
  }
}

@media (max-width: 768px) {
  .tab-buttons {
    display: none;
  }

  .woocommerce div.product div.summary {
    max-width: 85%;
    margin: 0 auto;
  }
}

@media (min-width:768px) {
  span.nomobil {
    display: block;
  }
}
@media (max-width: 767px) {
    .header-center {
      order: 3;
      margin-top: 10px;
      width: 100%;
    }
}
@media (max-width:867px) {
  .header-main-title {
    margin-top: 40px;
  }

  .header__logo-info {
    font-size: 1.125rem;
  }

  .header__logo img {
    max-width: 100%;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
    z-index: 16;
  }

  .search-txt-btn {
    width: 9%;
  }

  .nav__list {
    display: block;
    position: fixed;
    left: -2%;
    right: -2%;
    z-index: 20;
    box-sizing: border-box;
    padding: 20px;
    background-color: var(--secondary--color);
    transition: all 0.4s ease 0s;
  }

  ul.nav__list._active {
    left: 0;
    right: 0;
    top: 13%;
    transition: all 0.4s ease 0s;
    height: 90vh;
  }
  .nav__item:hover {
    background-color: var(--secondary--color);
  }

  .nav__link {
    color: var(--text--color--white);
    font-size: 1.375rem;
  }

  .nav__line {
    display: none;
  }

  .menu-arrow {
    width: 12px;
    height: 24px;
  }

  .btn-nav-link {
    color: var(--text--color--white);
    font-size: 1.625rem;
  }

  .menu-arrow {
    background-color: var(--bg--primary-rgb); /* white */
  }

  .icon-menu-wrapper {
    display: inline-flex;
    z-index: 21;
    cursor: pointer;
    margin: 0 0 0 30px;
  }

  body.pc .nav-item:hover {
    background-color: var(--secondary--color);
  }

  .phone-icon-wrapper {
    display: inline-flex;
    position: relative;
    z-index: 22;
    cursor: pointer;
    margin: 0 0 0 30px;
  }

  .contacts-container {
    position: absolute;
    top: -100vh;
    left: -2%;
    right: -2%;
    z-index: 21;
    background-color: var(--elab--primary--color);
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    transition: all 0.5s ease 0s;
  }

  .contacts-container.active {
    position: fixed;
    top: 0;
    left: -3%;
    right: -3%;
    transition: all 0.4s ease 0s;
  }

  .phone-wrapper {
    margin: 20px;
  }

  .phone-body__numbers {
    text-align: center;
  }

  .phone-body__icon {
    margin: 10px;
  }

  .phone-body__icon img {
    max-width: 100%;
  }

  .phone-icon-wrapper img {
    transition: all 0.3s ease 0s;
  }

  .phone-icon-wrapper img.active {
    transform: scale(-1, 1);
    transition: all 0.3s ease 0s;
  }

  .price-link {
    font-size: 1.625rem;
  }

  .header__body-left {
    flex-basis: 50%;
  }

  .header__body-center {
    flex-basis: 25%;
    justify-items: flex-end;
  }

  .header__body-right {
    flex-basis: 25%;
    align-items: flex-start;
  }

  .nav-container {
    flex-basis: 0;
  }

  .sub-menu-list-container {
    flex-basis: 100%;
    padding: 70px 10px 34px 10px;
  }

  .sub-sub-menu-list-container {
    left: -120%;
    top: 0%;
    padding: 0;
    opacity: 1;
    height: 100%;
    z-index: 22;
    width: 100%;
    visibility: visible;
    pointer-events: all;
    background-color: var(--bg--primary-rgb);
    transition: all 0.5s ease 0s;
    flex-basis: 0;
  }

  .sub-sub-menu-list-container.active {
    left: 0%;
    transition: all 0.5s ease 0s;
  }

  .sub-sub-menu-list-body {
    background-color: var(--bg--primary-rgb);
  }

  .back-arrow {
    display: block;
  }

  .sub-sub-menu-list-title {
    display: flex;
    align-items: center;
  }

  .header__body-left {
    box-sizing: border-box;
    padding: 0 0 0 10px;
    /*    flex-basis: 43%;*/
    z-index: 14;
  }

  .price-link {
    padding: 2px 20px 6px 20px;
    top: -227%;
    right: -0.3%;
  }

  .header {
    margin-bottom: 10px;
  }

  .main-title {
    font-size: 1.8rem;
  }

  .equipment__body {
    display: block;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    min-width: 0;
  }

  .equipment__item {
    display: block;
    margin: 0 auto;
    padding: 0px;
  }

  .equipment-item-title {
    margin: 0 auto;
    padding: 0 10px;
  }

  .phone-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .icon-menu-wrapper {
    width: 50px;
    height: 50px;
  }

  button {
    border: none;
    background: none;
  }

  .slick-dots {
    margin: 15px auto;
  }

  .production-body {
    display: block;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    min-width: 0;
  }

  .production-body__item {
    display: block;
    margin: 0 auto;
    padding: 90px 90px;
  }

  .production-body-item-title {
    margin: 0 auto;
    width: 100%;
  }

  .eq-line-special {
    margin-bottom: 4px;
  }

  .production {
    padding-bottom: 0;
  }

  .cooperation {
    padding-top: 18px;
  }

  .btn-nav-link {
    color: white;
    font-size: 1.375rem;
  }

  .cooperation {
    padding-bottom: 4px;
  }

  .about-line__left {
    height: 6px;
  }

  .about-line__midle {
    height: 6px;
  }

  .about-line__midle-two {
    height: 6px;
  }

  .about-line__right {
    height: 6px;
  }

  .button-vacancy a {
    font-size: 1.5rem;
  }

  .equipment-line {
    margin: 16px 0 14px 0;
  }

  .advantages-item__body {
    padding: 0 10px 20px 10px;
  }

  .advantages-item__title {
    font-size: 1.5rem;
    margin: 0 0 8px 0;
  }

  .advantages-item__info {
    font-size: 1rem;
  }

  .equipment-line__left {
    flex-basis: 40%;
  }

  .equipment-line__midle {
    flex-basis: 3%;
  }

  .equipment-line__midle-two {
    flex-basis: 10%;
  }

  .equipment-line__right {
    flex-basis: 47%;
  }

  iframe.video-about {
    width: 500px;
    height: 281.25px;
  }

  .page-card-slider-two {
    width: 50%;
  }

  .page-card-body__title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0 0 8px 0;
  }

  .page-card-body__sub-title {
    font-size: 1.625rem;
    line-height: 1.2;
  }

  .page-card-slider-info__title {
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding: 10px 12px 14px 12px;
  }

  .page-card-slider-info__specification {
    font-size: 1.25rem;
    margin-bottom: 18px;
  }

  .page-card-slider-info__question {
    margin-bottom: 16px;
    padding: 4px 12px 7px 12px;
  }

  .p-c-arrow {
    display: inline-block;
    width: 12px;
    height: 20px;
  }

  .page-card-slider-two__item {
    height: 242px;
  }

  .page-card-slider {
    max-width: 100%;
  }

  .page-card-slider-container {
    margin-bottom: 18px;
  }

  .product-description-slider__item {
    margin: 0 auto 20px auto;
    box-sizing: border-box;
    padding: 4px 14px;
  }

  .product-description-slider__item h3,
  .product-description-slider__item h2 {
    font-size: 1.625rem;
    line-height: 1.2;
    margin: 0 0 6px 0;
  }

  .product-description-slider__item {
    font-size: 0.875rem;
  }

  .slick-dots {
    margin: 4px auto;
  }

  .product-description-btn a {
    font-size: 1.875rem;
    padding: 6px 30px 10px 24px;
  }

  .product-description-btn-arrow {
    width: 16px;
    height: 24px;
    margin: 0 14px 0 0px;
  }

  .product-description-btn a {
    padding-left: 18px;
    padding-right: 20px;
  }

  .breadcrumb {
    margin-bottom: 30px;
  }

  .page-catalog-body__title {
    margin-bottom: 24px;
    font-size: 2rem;
  }

  .soft__info p {
    font-size: 1.125rem;
  }

  .soft-manual a {
    padding: 5px 13px;
    font-size: 1.375rem;
  }

  .soft-download-file a {
    font-size: 1.125rem;
  }

  .soft-download-file {
    padding: 8px;
  }

  .soft-download-text {
    padding: 0 10px 0 20px;
    font-size: 1rem;
  }

  .soft {
    padding: 0 0 60px 0;
  }

  .btn-indi {
    max-width: 40%;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 0;
    cursor: pointer;
    font-size: 0.8rem;
  }

  li.nomobil,
  span.momobil,
  .nomobil {
    display: block;
  }

  .btn-nav-link {
    font-size: 1.2rem;
  }

  .header__body-left {
    padding: 0;
  }

  .container,
  .production-body {
    padding: 0 10px;
  }

  .price-link {
    top: -127%;
  }

  .header__logo p {
    white-space: normal;
  }

  .sub-sub-menu-list-container.active {
    position: fixed;
    height: 80vh;
    overflow: auto;
    top: 135px;
    overflow: scroll;
    width: 100%;
    text-align: right;
  }

  input.search-txt-btn,
  .search-txt-btn {
    height: 100%;
    max-height: 48px;
    max-width: 48px;
  }

  .search-txt {
    height: 100%;
  }

  .page-catalog-body-item {
    padding: 0 0 10px 0;
  }

  li.product-category>a.catalog-link>.catalog-link__sub-title h2 {
    margin-left: 10px;
    padding-top: 10px;
  }

  li.category.catalog-title {
    display: block;
  }

  .back-arrow-text {
    display: block;
  }

  .mk {
    flex-direction: column;
  }

  .back-arrow {
    padding-top: 10px;
  }

  .sub-sub-menu-list-title {
    display: inline-block;
    float: left;
  }

  .sub-sub-menu-list-title p {
    margin-top: 10px;
    margin-left: 20px;
  }

  .sub-sub-menu-list-container.active {
    height: 100%;
  }

  .nav__list {
    height: auto;
    top: -100vh;
  }

  .contacts-container {
    height: auto;
    display: none;
  }
}

@media (max-width: 640px) {
  .page-card-slider-info {
    width: 50%;
  }
}
@media (max-width: 600px) {
  /* Page */
  .about-container {
    padding: 1rem;
  }
  .section {
    padding: 1.5rem;
  }
  .page-header h1 {
    font-size: 1.8rem;
  }
  .section h2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 576px) {
  .tab-buttons {
    max-width: 100%;
  }

  .phone-icon-wrapper {
    margin: 0 0 0 18px;
  }

  .icon-menu-wrapper {
    margin: 0;
  }

  .search-txt-btn {
    width: 16%;
  }

  .price-link {
    top: -227%;
    right: -2%;
    font-size: 1.125rem;
  }

  .contacts-container.active {
    top: -64%;
    left: -6%;
    right: -6%;
    align-items: flex-start;
  }

  .phone-wrapper {
    margin: 32px 0 0 0;
    flex-direction: column;
  }

  .header__logo-info {
    font-size: 0.75rem;
  }

  .sub-sub-menu-list-title {
    font-size: 1.375rem;
    margin: 11px 0 8px 0px;
  }

  .sub-sub-menu-list-body-item {
    flex-basis: 80%;
  }

  .sub-sub-menu-list-body-item-title {
    font-size: 1.125rem;
  }

  .more-link {
    font-size: 0.875rem;
  }

  .sub-sub-menu-list-container {
    height: max-content;
    border: 5px solid var(--secondary--color);
    left: -200%;
  }

  .sub-sub-menu-list-container.active {
    left: -2%;
    width: 103.5%;
    top: -0.5%;
  }

  .main-title {
    font-size: 1.5rem;
  }

  .slick-dots li {
    width: 10px;
    height: 10px;
  }

  .production-body__item {
    padding: 70px 0;
  }

  .production-body-item-title {
    width: 85%;
  }

  .production {
    padding-top: 20px;
  }

  .production-btn {
    font-size: 1.5rem;
    padding: 10px 50px 14px 50px;
    margin-top: 24px;
  }

  .cooperation-line {
    margin-bottom: 16px;
  }

  .button-vacancy {
    padding: 0px 32px 6px 10px;
  }

  .button-vacancy a {
    font-size: 1.25rem;
  }

  .about-info p {
    font-size: 1rem;
  }

  .advantages-item__images {
    padding-top: 10px;
    min-height: 160px;
  }

  .advantages-item__title {
    font-size: 1.25rem;
    margin: 0 0 8px 0;
  }

  .advantages-item__info {
    font-size: 0.8rem;
  }

  .certificates-info {
    padding: 14px;
  }

  iframe.video-about {
    width: 440px;
    height: 247.5px;
  }

  .requisites-info__text {
    padding: 10px 14px 14px 14px;
  }

  .requisites-info__fone-text {
    padding: 10px 14px 14px 14px;
  }

  .page-card-slider-info__title {
    font-size: 1rem;
    margin-bottom: 14px;
    padding: 8px 10px 10px 9px;
  }

  .page-card-slider-two__item {
    height: 210px;
  }

  .page-card-slider-info__specification {
    font-size: 1.125rem;
    margin-bottom: 13px;
  }

  .page-card-slider-info-question-wrapper {
    width: fit-content;
  }

  .p-c-arrow {
    margin-top: 5px;
  }

  .page-card-slider-info {
    right: -3%;
  }

  .page-card-slider__item {
    height: 100px;
  }

  .page-card-slider-info__new {
    font-size: 1rem;
  }

  .page-card-new-wrapper {
    padding: 5px 32px 7px 10px;
  }

  .catalog-link__title {
    padding: 4px 13px 6px 9px;
  }

  .soft__info p {
    font-size: 1rem;
  }

  .soft-download-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .soft-manual {
    margin-bottom: 20px;
  }

  .soft-download-text {
    padding: 0 10px 0 0px;
  }

  .soft {
    padding: 0 0 330px 0;
  }

  .product-description-slider {
    max-width: 100%;
  }
}

@media (max-width:524px) {
  .tab-buttons {
    position: inherit !important;
    font-size: 0.8rem;
  }
}

@media (max-width:508px) {
  span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
  }
}

@media (max-width: 480px) {
  .header__logo_pc {
    font-size: x-small;
  }

  .callback-mobile {
    position: relative;
    left: 50%;
  }

  .phone-icon-wrapper {
    margin: 0 0 0 18px;
  }

  .search-txt-btn {
    width: 24%;
  }

  .price-link {
    top: -227%;
    right: -2%;
    font-size: 1.125rem;
  }

  .contacts-container.active {
    top: 0;
    align-items: flex-start;
  }

  .phone-wrapper {
    margin: 32px 0 0 0;
    flex-direction: column;
  }

  .header__logo-info {
    font-size: 0.75rem;
  }

  .sub-sub-menu-list-title {
    font-size: 1.375rem;
    margin: 11px 0 8px 0px;
  }

  .sub-sub-menu-list-body__column {
    flex-direction: column;
  }

  .sub-sub-menu-list-body-item-title {
    font-size: 1.125rem;
  }

  .more-link {
    font-size: 0.875rem;
  }

  .sub-sub-menu-list-container {
    height: max-content;
    border: 5px solid var(--secondary--color);
    left: -200%;
  }

  .sub-sub-menu-list-container.active {
    left: -2%;
    width: 103.5%;
    top: -0.5%;
  }

  .main-title {
    font-size: 1.5rem;
  }

  .slick-dots li {
    width: 10px;
    height: 10px;
  }

  .production-body__item {
    padding: 70px 0;
  }

  .production-body-item-title {
    width: 85%;
  }

  .production-btn {
    font-size: 1.5rem;
    padding: 10px 50px 14px 50px;
    margin-top: 24px;
  }

  .cooperation-line {
    margin-bottom: 16px;
  }

  .equipment__item {
    padding: 0px;
  }

  .main-title {
    font-size: 1.375rem;
  }

  .button-vacancy {
    padding: 0px 21px 4px 6px;
  }

  .button-vacancy a {
    font-size: 1.25rem;
  }

  .advantages__body {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-template-rows: repeat(12, 1fr);
  }

  iframe.video-about {
    width: 250px;
    height: 140.625px;
  }

  .breadcrumb-item a,
  .breadcrumb-trail a {
    font-size: 1rem;
  }

  .arrow-title {
    font-size: 1rem;
  }

  .card-nav-line {
    height: 4px;
  }

  .card-arrow {
    width: 12px;
    height: 12px;
  }

  .page-card-body__title {
    font-size: 1.25rem;
  }

  .page-card-body__sub-title {
    font-size: 1.375rem;
  }

  .page-card-slider-two {
    width: 100%;
  }

  .page-card-slider-info {
    left: 0%;
    top: 184%;
  }

  .page-card-slider .slick-arrow {
    width: 18px;
    height: 30px;
  }

  .catalog-btn-more a {
    font-weight: bold;
    font-size: 1.875rem;
    color: var(--text--color--white);
    margin: 0 16px 0 0;
  }

  .catalog-btn-more {
    display: inline-block;
    box-sizing: border-box;
    padding: 20px;
    background-color: var(--secondary--color);
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    top: 0;
    transition: all 0.2s ease 0s;
  }

  .catalog-btn-more:active {
    top: 3px;
    transition: all 0.2s ease 0s;
  }

  .catalog-btn-more-arrow {
    display: inline-block;
    width: 20px;
    height: 30px;
    background-color: var(--bg--primary-rgb); /* white */
    clip-path: polygon(0 0, 100% 50%, 0 100%, 35% 50%, 0 0);
  }

  .catalog-btn-more-container {
    text-align: center;
    display: block;
  }

  .soft {
    padding: 0 0 160px 0;
  }

  .product-description-slider {
    max-width: 100%;
  }

  .header__logo-info {
    font-size: 1rem;
  }

  .header__logo-info2 {
    width: 55%;
    text-align: left;
  }

  .page-card-slider-two,
  .page-card-slider {
    width: 100%;
    max-width: 90%;
  }

  .page-card-slider-info {
    width: 100%;
  }

  .page-card-slider-two__item {
    width: 300px !important;
  }
}

@media (max-width: 457px) {
  .tab-buttons {
    flex-wrap: wrap;
    max-width: 85%;
  }
}

@media (max-width: 417px) {
  li.category.catalog-title h2 a {
    font-size: 1.75rem;
  }

  .header__body-left {
    flex-basis: 50%;
  }
}

@media only screen and (min-width:359px) {

  .woocommerce .products ul,
  .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
  }

  .woocommerce ul.products li.type-product,
  .woocommerce-page ul.products li.type-product {
    border: 1px solid var(--border--color);
    padding: 10px;
    margin: 0 auto 2em auto !important;
    min-width: 152px;
    max-width: 340px;
    float: left;
    display: flex;
    flex-direction: column;
  }

  .woocommerce-page ul.products li.type-product a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .woocommerce table.shop_attributes td {
    padding: 8px;
  }

  .container {
    margin: 0;
    padding: 0;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  #sub-menu-btn-ie,
  .menu-item-7214 {
    display: block;
  }

  .production-body {
    display: -ms-flexbox;
    flex: 1 0 auto;
    flex-wrap: wrap;
  }

  .production-body__item {
    width: 24%;
    margin: 5px;
  }

  .mk-1 {
    justify-content: space-around;
  }

  .mk-3 img {
    width: 80px;
    height: 80px;
  }

  .equipment__body {
    display: -ms-flexbox;
    flex: 1 0 auto;
    flex-wrap: wrap;
  }

  .equipment__body .equipment__item {
    flex-basis: 30%;
    padding: 0 20px;
    ;
    margin: 5px;
  }

  .page-catalog-body__content {
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
  }

  ul.page-catalog-body__content li {
    flex-basis: 24%;
    margin: 5px;
  }
}

@media only screen and (max-width: 35.999em) {
  .woocommerce-product-gallery {
    gap: 6px;
  }
}

@media screen and (max-width: 47.999em) {
  /*
  .woocommerce-product-gallery .flex-control-thumbs {
    grid-auto-columns: 12.5%;
    gap: 6px;
  }
    */
}

@media (hover: none) and (pointer: coarse) {
  ul.flex-direction-nav {
    display: none;
  }
}